*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob8ecf42089e107f4c32c37727e18ef3cddf5211f0
1 2005-01-12  Kim F. Storm  <storm@cua.dk>
3         * mouse.el (mouse-on-link-p): Change functionality and doc
4         string to comply with latest description in lisp ref.
6 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
8         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event): Enable
9         mouse clicks on mode-line, header-line and margin.
10         (event-type): Give mouse event symbols an 'event-kind property
11         with value 'mouse-click.
13 2005-01-12  Juri Linkov  <juri@jurta.org>
15         * facemenu.el (list-colors-display): Add new arg buffer-name.
16         Use it.  Fix docstring.  Replace code for identifying duplicate
17         colors by the name with call to `list-colors-duplicates' which
18         identifies duplicate colors by the value unless the color
19         is one of special Windows colors.  Set truncate-lines to t.
20         Print sorted duplicate color names on each line.  Indent to 22
21         \(the longest color name in rgb.txt) instead of 20.  Optimize.
22         (list-colors-duplicates): New function.
23         (facemenu-color-name-equal): Delete function.
25         * facemenu.el (list-colors-print): New function created from code
26         in list-colors-display.  Print #RRGGBB at the window right edge.
27         (list-colors-display): When temp-buffer-show-function is not
28         defined, call list-colors-print from temp-buffer-show-hook
29         to get the right value of window-width in list-colors-print
30         after the buffer is displayed.
32         * simple.el (pop-mark): Move deactivate-mark out of conditional
33         part to deactivate the active mark regardless of the state of the
34         mark ring.
36         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
37         variables line in desktop files.
39 2005-01-12  Juri Linkov  <juri@jurta.org>
41         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
42         Bring together isearch highlight related options.
43         (lazy-highlight): Replace group `replace' by `matching'.
44         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
45         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
46         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
47         and declare them obsolete.
48         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
49         (isearch-faces): Remove defgroup.
50         (isearch-overlay, isearch-highlight, isearch-dehighlight):
51         Move isearch highlighting code closer to lazy highlighting code.
53         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
54         (query-replace-highlight, query-replace-lazy-highlight)
55         (query-replace): Move definitions to the beginning of the file.
57 2005-01-11  Juri Linkov  <juri@jurta.org>
59         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
60         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
61         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
63         * info.el (Info-history-forward): New variable.
64         (Info-select-node): Reset Info-history-forward to nil.
65         (Info-last): Turn into defalias.
66         (Info-history-back): Rename from Info-last.
67         Add current node to Info-history-forward.
68         (Info-history-forward): New fun.
69         (Info-mode-map): Replace Info-last by Info-history-back.
70         Bind Info-history-forward to "r".
71         (Info-mode-menu): Replace Info-last by Info-history-back.
72         Fix menu item text.  Add menu item for Info-history-forward.
73         (info-tool-bar-map): Replace Info-last by Info-history-back.
74         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
75         for Info-history-forward.
76         (Info-mode): Replace Info-last by Info-history-back in docstring.
77         Add local variable Info-history-forward.
78         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
80 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
82         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
83         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
84         Ignore select-window events rather than fiddle with
85         mouse-autoselect-window.
87 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
89         * type-break.el (type-break-mode): Fix previous change.
91 2005-01-10  Jay Belanger  <belanger@truman.edu>
93         * calc/calc-ext.el (calc-reset): Reset when inside embedded
94         calculator; only reset when point is inside a calculator.
95         Don't adjust the window height if the window takes up the whole height
96         of the frame.
98 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
100         * ebuff-menu.el (Electric-buffer-menu-mode):
101         Preserve value of buffer-local var header-line-format.
103 2005-01-09  Jay Belanger  <belanger@truman.edu>
105         * calc/calc.el (calc-mode-var-list-restore-saved-values):
106         Make sure settings file exists before accessing it.
108         * calc/calc-embed.el (calc-embedded-subst):
109         Replace math-multi-subst-rec, which is only supposed to be called
110         by math-multi-subst, by math-multi-subst.
112 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
114         * vc.el (vc-allow-async-revert): New user option.
115         (vc-disable-async-diff): New internal variable.
116         (vc-revert-buffer): Use them to disable asynchronous diff.
118         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
119         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
120         asynchronously if vc-disable-async-diff is t.
122 2005-01-09  Jay Belanger  <belanger@truman.edu>
124         * calc/calc.el (defcalcmodevar): New macro.
125         (calc-mode-var-list-restore-default-values)
126         (calc-mode-var-list-restore-saved-values): New functions.
127         (calc-mode-var-list): Use defcalcmodevar to define it.
128         (calc-always-load-extensions, calc-line-numbering)
129         (calc-line-breaking, calc-display-just, calc-display-origin)
130         (calc-number-radix, calc-leading-zeros, calc-group-digits)
131         (calc-group-char, calc-point-char, calc-frac-format)
132         (calc-prefer-frac, calc-hms-format, calc-date-format)
133         (calc-float-format, calc-full-float-format, calc-complex-format)
134         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
135         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
136         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
137         (calc-matrix-brackets, calc-language, calc-language-option)
138         (calc-left-label, calc-right-label, calc-word-size)
139         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
140         (calc-display-raw, calc-internal-prec, calc-angle-mode)
141         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
142         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
143         (calc-window-height, calc-display-trail, calc-show-selections)
144         (calc-use-selections, calc-assoc-selections)
145         (calc-display-working-message, calc-auto-why, calc-timing)
146         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
147         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
148         (calc-gnuplot-default-device, calc-gnuplot-default-output)
149         (calc-gnuplot-print-device, calc-gnuplot-print-output)
150         (calc-gnuplot-geometry, calc-graph-default-resolution)
151         (calc-graph-default-resolution-3d, calc-invocation-macro)
152         (calc-show-banner): Use defcalcmodevar to declare them and set
153         their default values.
155         * calc/calc-ext.el (calc-reset): Restore saved values of variables
156         instead of default values (but restore default values if there is
157         an argument of 0).
159 2005-01-09  David Kastrup  <dak@gnu.org>
161         * desktop.el (desktop-restore-eager): Fix typo in type.
163 2005-01-08  Richard M. Stallman  <rms@gnu.org>
165         * cus-edit.el (customize): Delete :link.
167 2005-01-08  Jay Belanger  <belanger@truman.edu>
169         * calc/calc.el (calc-mode): Remove the extension from the
170         `calc-settings-file' file name when loading it.
172 2005-01-08  Kim F. Storm  <storm@cua.dk>
174         * info.el (Info-mode-map, Info-next-link-keymap)
175         (Info-prev-link-keymap, Info-up-link-keymap):
176         Map follow-link to mouse-face.
177         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
179 2005-01-08  Jay Belanger  <belanger@truman.edu>
181         * calc/calc.el (calc-settings-file): Change default value.
182         Suggested by cgw in a comment in calc-mode.el.
184         * calc/calc-mode.el (calc-settings-file-name):
185         Compare calc-settings-file to user-init-file instead of ~/.emacs.
186         Replace ~/.emacs in a prompt by calc-settings-file.
188 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
190         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
191         (desktop-lazy-idle-delay): New customizable variables.
192         (desktop-buffer-args-list): New variable.
193         (desktop-append-buffer-args): New function.
194         (desktop-save): Call desktop-append-buffer-args for some buffers.
195         (desktop-lazy-create-buffer): New function.
196         (desktop-idle-create-buffers): New function.
197         (desktop-read): Add message about buffers to restore lazily.
198         (desktop-lazy-abort): New command.
199         (desktop-clear): Call desktop-lazy-abort.
200         (desktop-lazy-complete): New command.
202 2005-01-06  Richard M. Stallman  <rms@gnu.org>
204         * emacs-lisp/find-func.el (find-face-definition):
205         Rename from find-face.
207 2005-01-06  Kim F. Storm  <storm@cua.dk>
209         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
211         * man.el (Man-xref-man-page, Man-xref-header-file)
212         (Man-xref-normal-file): Add follow-link property.
214 2005-01-06  Jay Belanger  <belanger@truman.edu>
216         * calc/calc-units.el: Make sure the proper macro definitions are
217         available when compiling.
219 2005-01-06  Juri Linkov  <juri@jurta.org>
221         * isearch.el (isearch-lazy-highlight-update):
222         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
224 2005-01-06  Miles Bader  <miles@gnu.org>
226         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
227         (isearch-lazy-highlight-face): Use new name.
229 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
231         * uniquify.el (uniquify-rationalize-file-buffer-names):
232         Re-add an interactive spec.
233         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
234         to the same name.
236         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
237         (isearch-update, isearch-done): Adjust calls accordingly.
239 2005-01-05  Richard M. Stallman  <rms@gnu.org>
241         * custom.el (custom-set-variables, custom-theme-set-variables):
242         Clarify documentation.
244         * emacs-lisp/find-func.el (find-variable)
245         (find-variable-other-window, find-variable-other-frame):
246         Fix the TYPE args to find-function-read and find-function-do-it.
247         (find-function): Doc fix.
248         (find-function-at-point): Replace function-at-point alias.
250 2005-01-04  Richard M. Stallman  <rms@gnu.org>
252         * cus-face.el (custom-declare-face):
253         Record defface in current-load-list.
255         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
257         * emacs-lisp/find-func.el: Doc fixes.
258         (find-face-regexp): New variable.
259         (find-function-regexp-alist): New variable.
260         (find-function-C-source): Third arg is now TYPE.
261         (find-function-search-for-symbol): Handle general TYPE.
262         (find-function-read, find-function-do-it): Handle general TYPE.
263         (find-definition-noselect, find-face): New functions.
264         (function-at-point): Alias deleted.
266 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
268         * battery.el (display-battery-mode): Rename from display-battery.
269         Handle the case where it gets turned off.
271 2005-01-04  Richard M. Stallman  <rms@gnu.org>
273         * cus-edit.el (customize): Make :link point to user doc.
275         * man.el (Man-fontify-manpage): Turn off undo generation.
277         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
279 2005-01-04  Andreas Schwab  <schwab@suse.de>
281         * files.el (insert-directory): Only look for error lines in
282         inserted text.  Don't move too far after processing --dired markers.
284 2005-01-04  Richard M. Stallman  <rms@gnu.org>
286         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
287         Don't expand if the character is @, period, dash, etc.
288         (define-mail-abbrev): Quote names that contain problem characters.
290 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
292         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
294 2005-01-03  Richard M. Stallman  <rms@gnu.org>
296         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
297         (query-replace-highlight, query-replace-lazy-highlight)
298         (query-replace): Definitions moved up.  Doc fix.
300 2005-01-03  Richard M. Stallman  <rms@gnu.org>
302         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
303         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
304         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
305         (lazy-highlight-face): Rename from isearch-lazy-...
306         Change all references to them.
308 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
310         * cus-edit.el (custom-file): Doc fix for defcustom.
311         (custom-file): The function no longer sets the variable
312         `custom-file' to its return value.
314         * startup.el (command-line): No longer load `custom-file'.
316 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
318         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
320         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
321         Don't confuse module-prefixed identifiers for labels.
322         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
324 2005-01-02  Richard M. Stallman  <rms@gnu.org>
326         * files.el (basic-save-buffer-1): Fix previous change.
328         * loadhist.el (file-loadhist-lookup): New function.
329         (file-provides, file-requires): Use it.
331         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
332         instead of calculating the right size.
334 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
336         * vc-svn.el (vc-svn-diff): Stay local if possible.
338 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
340         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
342         * files.el (hack-local-variables): Fix last change.
344 2005-01-02  Jay Belanger  <belanger@truman.edu>
346         * calc/calc-yank.el (calc-edit-top): New variable.
347         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
348         object.  Change header properties.
349         (calc-edit-finish, calc-edit-finish-stack-object)
350         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
351         edited object.
352         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
353         for the beginning of the edited object.
354         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
355         for the beginning of the edited object.
356         * calc/calc-prog.el (calc-edit-macro-finish-edit)
357         (calc-finish-formula-edit, calc-macro-repeats)
358         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
359         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
360         beginning of the edited object.
361         (calc-user-define-edit): Change the header for editing macros.
362         Remove unnecessary variable.
364 2005-01-01  Jay Belanger  <belanger@truman.edu>
366         * calc/calc-yank.el (calc-edit-mode): Change default header.
367         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
368         * calc/calc-store.el (calc-edit-variable): Change title to match new
369         header.
370         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
371         mode to match new header.
372         (calc-user-define-edit): Change titles to include names of commands.
373         (calc-finish-formula-edit): Adjust to handle new header.
374         (calc-finish-macro-edit): Remove.
375         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
376         (calc-edit-macro-command, calc-edit-macro-command-type)
377         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
378         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
379         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
380         (calc-edit-macro-finish-edit): New functions.
381         (calc-user-define-edit): Use new functions to edit named calc macros.
383 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
385         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
387         * ses.el (copy-region-as-kill): Deactivate mark.
389 2005-01-01  Richard M. Stallman  <rms@gnu.org>
391         * replace.el (occur-1): If the output buffer is also an input,
392         don't kill it, rename it.
394         * faces.el (set-face-background, set-face-foreground): Doc fix.
396         * cus-face.el (custom-face-attributes): Fix :help-echo strings
397         for :foreground and :background.
399         * dired.el (dired-view-command-alist): Variable deleted.
400         (dired-view-file, dired-mouse-find-file-other-window):
401         Delete the code to use it.
403 2005-01-01  Kim F. Storm  <storm@cua.dk>
405         * image.el (insert-sliced-image): Use t for line-height property.
407 2004-12-31  Jay Belanger  <belanger@truman.edu>
409         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
410         for "var-" at the beginning of the minibuffer.
412 2004-12-31  Richard M. Stallman  <rms@gnu.org>
414         * faces.el (read-face-name):
415         Don't treat an attribute spec as a list of faces.
417         * simple.el (undo): Use undo-equiv-table to detect
418         unexpected changes since previous undo.
419         (undo-list-saved): Variable deleted.
420         (buffer-disable-undo): Don't alter undo-list-saved.
422         * files.el (require-final-newline): Allow `visit' and `visit-save'.
423         (mode-require-final-newline): New option.
424         (after-find-file): Handle require-final-newline with new values.
425         (basic-save-buffer): Handle new values of require-final-newline.
427         * progmodes/sh-script.el (sh-require-final-newline):
428         Alist value now controls whether to use mode-require-final-newline.
429         (sh-set-shell): Implement that new meaning.
431         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
432         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
433         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
434         Delete old-Emacs compatibility code.
435         (antlr-c-common-init): Function deleted.
437         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
438         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
439         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
440         * progmodes/python.el (python-mode): Use mode-require-final-newline.
441         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
442         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
443         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
444         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
445         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
446         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
447         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
448         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
449         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
450         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
451         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
452         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
454 2004-12-31  Jay Belanger  <belanger@truman.edu>
456         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
457         way to return to Calc.
459         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
460         finish, C-xk as the way to cancel the edit.  Add cancel routine to
461         kill-buffer-hook.
463         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
464         MacEdit code.
466         * calc/calc-prog.el: Remove obsolete MacEdit code.
467         (calc-macro-edit-algebraic, calc-macro-edit-variable)
468         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
470 2004-12-31  Kenichi Handa  <handa@m17n.org>
472         * international/mule.el (buffer-file-coding-system-explicit):
473         Rename for explicit-buffer-file-coding-system.
474         (after-insert-file-set-coding): Adjust for the above change.
476         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
477         to buffer-file-coding-system-explicit.
478         (basic-save-buffer-1): Likewise.
480 2004-12-30  Richard M. Stallman  <rms@gnu.org>
482         * textmodes/artist.el (artist-butlast-fn): Var deleted.
483         (artist-butlast, artist-last): Functions deleted.
484         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
485         (artist-compute-key-compl-table): Call remq directly.
486         (artist-remove-nulls): Function deleted.
487         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
488         (artist-push, artist-pop): Macro deleted.
490 2004-12-30  Andreas Leue  <al@sphenon.de>
492         * textmodes/artist.el (artist-version): 1.2.6
493         (artist-prev-next-op-alist): New variable.
494         (artist-select-next-op-in-list): New function.
495         (artist-select-prev-op-in-list): New function.
496         (artist-make-prev-next-op-alist): New function.
497         (artist-is-in-op-list-p): New function.
498         (artist-get-first-non-nil-op): New function.
499         (artist-get-last-non-nil-op): New function.
500         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
501         artist-prev-next-op-alist.
502         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
503         change drawing operation.
505 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
507         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
509 2004-12-31  Masatake YAMATO  <jet@gyve.org>
511         * server.el (server-process-filter): Suppress `error', too.
513 2004-12-30  Jay Belanger  <belanger@truman.edu>
515         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
516         Change the way a variable is displayed in a message.
518         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
519         (calc-user-define-permanent, calc-execute-kbd-macro):
520         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
522 2004-12-30  Kenichi Handa  <handa@m17n.org>
524         * files.el (basic-save-buffer-1):
525         Set explicit-buffer-file-coding-system to last-coding-system-used.
526         (revert-buffer): Pay attention to
527         explicit-buffer-file-coding-system (not buffer-file-coding-system)
528         on bind coding-system-for-read.
530         * international/mule.el (explicit-buffer-file-coding-system):
531         New buffer local variable.
532         (after-insert-file-set-coding): Set it to coding-system-for-read.
534 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
536         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
538 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
540         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
541         that include line numbers.
543 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
545         * files.el (hack-local-variables): If no PREFIX, set it to "^".
546         Redundant variable PREFIXLEN removed.
548 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
550         * eshell/em-hist.el (eshell-previous-matching-input):
551         Start the deletion from the end of the output.
553 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
555         * term/mac-win.el: Require x-dnd.
556         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
558 2004-12-29  David Kastrup  <dak@gnu.org>
560         * international/mule.el (decode-coding-inserted-region):
561         Don't barf if `buffer-undo-list' is already set to `t'.
563 2004-12-29  Jay Belanger  <belanger@truman.edu>
565         * calc/calc-prog.el (calc-user-define-formula): Put default values
566         for function names in prompts.
567         (calc-user-define-permanent, calc-user-define-composition)
568         (calc-user-define-formula): Remove the need for "calcFunc-" in the
569         default input for algebraic functions.
571 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
573         * vc-rcs.el (vc-rcs-annotate-command):
574         Fix omission bug: Call `vc-setup-buffer'.
576 2004-12-29  Kenichi Handa  <handa@m17n.org>
578         * international/mule.el (recode-region): New function.
580 2004-12-28  Richard M. Stallman  <rms@gnu.org>
582         * simple.el (undo-extra-outer-limit): New variable.
583         (undo-outer-limit-truncate): Test and set it.
585         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
586         enables the feature to extend the existing region.
588         * simple.el (mark-word): New arg ALLOW-EXTEND
589         enables the feature to extend the existing region.
591         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
592         enables the feature to extend the existing region.
594         * startup.el (site-run-file): Don't allow setting it with Custom.
596         * simple.el (buffer-disable-undo): Fix previous change.
598 2004-12-27  Masatake YAMATO  <jet@gyve.org>
600         * hexl.el (hexlify-buffer): Remove fontification here.
601         Use font lock mechanism instead.
602         (hexl-font-lock-keywords): New font lock kewords.
603         (hexl-mode-old-font-lock-keywords): New variable.
604         (hexl-mode): Store the old font lock keywords.
605         (hexl-mode-exit): Restore the old font lock keywords.
607 2004-12-27  Richard M. Stallman  <rms@gnu.org>
609         * simple.el (undo): Fix previous change.
611 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
613         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
614         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
615         Call x-open-connection on Mac OS X.
617 2004-12-27  Richard M. Stallman  <rms@gnu.org>
619         * files.el (buffer-save-without-query): New var (buffer-local).
620         (save-some-buffers): Save those buffers first, w/o asking.
622         * files.el (insert-directory-ls-version): New variable.
623         (insert-directory): When ls returns an error, test the version
624         number to decide what the return code means.
625         With --dired output format, detect and distinguish lines
626         that are really error messages.
627         (insert-directory-adj-pos): New function.
629         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
631         * battery.el (battery-mode-line-format): Remove initial spaces.
633         * uniquify.el (uniquify-rationalize-file-buffer-names):
634         Delete interactive spec.
636         * type-break.el (type-break-mode): Set buffer-save-without-query.
637         Remove code that tried to set save-some-buffers-always.
638         (type-break-file-keystroke-count): Bind deactivate-mark.
640         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
642         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
643         Test that the buffer is live, and maybe reject current buffer too.
644         Clarify.
645         (next-error-find-buffer): Rewrite for clarity.
647         * loadup.el: Don't use buffer-disable-undo; do it directly.
649         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
650         (describe-variable): Call symbol-file with `defvar'.
652         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
653         (symbol-file): Rewritten to handle new load-history format.
654         Now takes an arg TYPE to specify looking for a particular
655         type of definition only.
657         * emacs-lisp/debug.el (debugger-make-xrefs):
658         Call symbol-file with `defun'.
660         * emacs-lisp/find-func.el (find-function-noselect):
661         Call symbol-file with `defun'.
662         (find-variable-noselect): Call symbol-file with `defvar'.
664         * eshell/esh-cmd.el (eshell-find-alias-function):
665         Call symbol-file with `defun'.
667         * eshell/esh-test.el (eshell-test-goto-func):
668         Call symbol-file with `defun'.
670         * mail/rmail.el (rmail-resend):
671         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
673         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
675         * progmodes/compile.el (compilation-find-buffer): Rename arg.
677         * textmodes/texinfmt.el (texinfo-format-buffer-1):
678         Call buffer-disable-undo.
680         * simple.el (undo-list-saved): New variable (buffer-local).
681         (undo): Set and test it.
682         (buffer-disable-undo): Move here from buffer.c.
683         Clear out undo-list-saved.
685         * international/mule.el (decode-coding-inserted-region):
686         Set buffer-undo-list in a correct and optimal way.
688         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
689         (cperl-font-lock-unfontify-region-function): No need to save and
690         restore info, since font-lock.el does it for us.
692         * ansi-color.el (save-buffer-state): Definition deleted.
693         (ansi-color-unfontify-region): Don't use save-buffer-state.
695 2004-12-27  Dave Love  <fx@gnu.org>
697         * wid-edit.el (function): Use restricted-sexp as parent.
699 2004-12-27  Kevin Ryde  <user42@zip.com.au>
701         * simple.el (next-matching-history-element): Use same
702         `interactive' form as previous-matching-history-element.
704         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
705         it can appear unencoded and has been seen from yahoo.
707 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
709         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
710         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
712 2004-12-27  Kenichi Handa  <handa@m17n.org>
714         * international/utf-8.el (utf-translate-cjk-load-tables):
715         Bind coding-system-for-read to nil while loading subst-*.
717 2004-12-26  Jay Belanger  <belanger@truman.edu>
719         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
720         default input.
722 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
724         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
725         before reverting and disable undo recording while reverting.
727 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
729         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
730         (hs-make-overlay): New function.
731         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
732         (hs-flag-region): Delete function.
733         (hs-hide-comment-region): No longer use `hs-flag-region'.
734         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
735         (hs-hide-block-at-point): Likewise.
736         (hs-hide-level-recursive): Use `hs-discard-overlays'.
737         (hs-hide-all, hs-show-all): Likewise.
738         (hs-show-block): Likewise.
739         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
741 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
743         * progmodes/hideshow.el: Require `cl' when compiling.
744         Remove XEmacs and Emacs 19 compatibility.
745         Use `dolist' and `add-to-list' for load-time actions.
746         (hs-discard-overlays): Use `dolist'.
747         (hs-show-block): Likewise.
749 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
751         * faces.el (mode-line, mode-line-inactive): Use min-colors.
753 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
755         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
756         When extending backwards, move outside the current comment first.
758 2004-12-22  Kenichi Handa  <handa@m17n.org>
760         * international/quail.el (quail-start-translation): Fix prompt
761         string for the case if input-method-use-echo-area being non-nil.
762         (quail-start-conversion): Likewise.
763         (quail-show-guidance): Don't show guidance if
764         input-method-use-echo-area is non-nil.
766 2004-12-21  Richard M. Stallman  <rms@gnu.org>
768         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
770 2004-12-21  Markus Rost  <rost@ias.edu>
772         * calendar/diary-lib.el (mark-diary-entries):
773         Set mark-diary-entries-in-calendar only after checking for diary-file.
775 2004-12-21  Richard M. Stallman  <rms@gnu.org>
777         * faces.el (escape-glyph): Use blue against light foreground.
779         * simple.el (undo-outer-limit-truncate): New function.
780         (undo-outer-limit-function): Use undo-outer-limit-truncate.
782 2004-12-21  Eli Barzilay  <eli@barzilay.org>
784         * calculator.el: (calculator-radix-grouping-mode)
785         (calculator-radix-grouping-digits)
786         (calculator-radix-grouping-separator):
787         New defcustoms for the new radix grouping mode functionality.
788         (calculator-mode-hook): Now used in electric mode too,
789         (calculator): Call it.
790         (calculator-mode-map): Some new keys.
791         (calculator-message): New function.  Some new calls.
792         (calculator-op, calculator-set-register): Use it.
793         (calculator-string-to-number): New function, mostly moved and
794         updated code from calculator-curnum-value.
795         (calculator-curnum-value): Use it.
796         (calculator-paste): Use it, and update grabbing the current-kill.
797         (calculator-rotate-displayer)
798         (calculator-rotate-displayer-back): Toggle digit grouping when
799         in radix mode, use calculator-message.
800         (calculator-displayer-prev, calculator-displayer-next):
801         Change digit group size when in radix mode.
802         (calculator-number-to-string): Rename from
803         calculator-num-to-string.  Now deals with digit grouping in
804         radix mode.
805         (calculator-update-display, calculator-put-value): Use the new name.
806         (calculator-fact): Return a floating point number.
807         (calculator-mode): Doc fix.
809 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
811         * calendar/calendar.el (view-other-diary-entries): Add autoload.
812         * calendar/diary-lib.el (view-other-diary-entries):
813         Use current-prefix-arg in interactive spec.
815 2004-12-19  Jay Belanger  <belanger@truman.edu>
817         * calc/calc-aent.el (calcAlg-blank-matching-open):
818         Temporarily adjust the syntax of both delimiters of half-open intervals.
820 2004-12-19  Kim F. Storm  <storm@cua.dk>
822         * mouse.el (mouse-1-click-follows-link): Doc fix.
824 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
826         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
827         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
828         instead of centraleuropean as the name
830 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
832         Sync with Tramp 2.0.46.
834         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
835         parameters wrt Tramp convention.
836         (tramp-handle-file-attributes-with-perl)
837         (tramp-handle-directory-files-and-attributes): Apply it.
838         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
839         `copy-program'.  Reported by Zack Weinberg
840         <zack@codesourcery.com>.
841         (top): Set `edebug-form-spec' property directly rather than
842         calling `def-edebug-spec'.
844         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
845         advice less fragile.  Surround temporary redefinition of
846         `substitute-in-file-name' with `unwind-protect'.  Suggested by
847         Matt Hodges <MPHodges@member.fsf.org>.
849 2004-12-17  Juri Linkov  <juri@jurta.org>
851         * replace.el (occur-accumulate-lines, occur-engine):
852         Make forcing deferred font-lock fontification jit-specific.
854 2004-12-17  Kim F. Storm  <storm@cua.dk>
856         * mouse.el (mouse-1-click-follows-link): New defcustom.
857         (mouse-on-link-p): New function.
858         (mouse-drag-region-1): Implement mouse-1-click-follows-link
859         functionality.  Map a mouse-1 click event into a mouse-2 (or
860         other) event when position is inside a link.
862         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
863         prefix in tooltip text with "mouse-1" when this is a link
864         recognized by mouse-1-click-follows-link functionality.
866         * help.el (describe-key): Report effective and original binding
867         for mouse-1 when clicked on a link.
868         (describe-mode): Add follow-link property to "minor-mode" button.
870         * help-fns.el (describe-variable): Add follow-link property to
871         "below" button.
873         * help-mode.el (help-xref): Add follow-link property.
875         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
876         (apropos-command, apropos-variable, apropos-face, apropos-group)
877         (apropos-widget, apropos-plist): Add follow-link property.
879         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
880         checks if position is in a filename, rather than some other
881         clickable item.  Function looks for cvs-filename-face at position.
883         * wid-edit.el (widget-specify-field, widget-specify-button):
884         Map a :follow-link keyword into a follow-link property.
885         (link): Add :follow-link keyword, map to RET binding.
887         * dired.el (dired-mode-map): Map follow-link to mouse-face.
889         * progmodes/compile.el (compilation-minor-mode-map)
890         (compilation-button-map, compilation-mode-map): Likewise.
892 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
894         * play/zone.el (zone): Init `line-spacing' from orig buffer.
895         (zone-replace-char): Take `count' and `del-count'
896         instead of `direction'.  Update callers.  When `del-count' is
897         non-nil, delete that many characters, otherwise `count' characters
898         backwards.  Insert the newly-replaced string `count' times.
899         (zone-fret): Handle chars w/ width greater than one.
900         (zone-fall-through-ws): No longer take window width `ww'.
901         Update callers.  Add handling for `char-width' greater than one.
902         (zone-pgm-drip): Update var holding window-end position every cycle.
904 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
906         * vc.el (vc-default-update-changelog): Use insert-file-contents,
907         rather than insert-file.
909 2004-12-16  Jay Belanger  <belanger@truman.edu>
911         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
912         (math-init-random-base, math-random-digit): Check to see if
913         var-RandSeed is bound.
914         (math-random-last): Declare it.
915         (math-random-digit): Don't make math-random-last local.
917 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
919         * play/zone.el (zone): Fix omission bug: Use a self-disabling
920         one-shot thunk for uniform (error, quit, normal) recovery.
921         Reported by John Paul Wallington.
922         (zone-pgm-random-life): Fix bug:
923         Recognize empty initial field by lack of "@" chars.
925 2004-12-16  Juri Linkov  <juri@jurta.org>
927         * help.el (function-called-at-point):
928         * help-fns.el (variable-at-point): As a last resort try stripping
929         non-word prefixes and suffixes.
931         * descr-text.el (describe-property-list): Don't treat syntax-table
932         specially.  Use describe-text-sexp which inserts [show] button
933         for large objects and handles printing errors.  Sort properties
934         by names in alphabetical order instead of by value sizes.
935         Add `mouse-face' to list of properties for `describe-face' widget.
936         (describe-char): Mask out face-id from 19 bits of character.
937         Print face-id separately.
939         * replace.el (occur-accumulate-lines, occur-engine):
940         Fontify unfontified matching lines in the source buffer
941         before copying them.
942         (occur-engine): Don't put mouse-face on context lines.
943         (occur-next-error): Set point to line beginning/end
944         before searching for prev/next property to skip multiple
945         matches on a line (not supported by occur engine).
946         Remove redundant prefix-numeric-value.
948 2004-12-15  Juri Linkov  <juri@jurta.org>
950         * replace.el (match): New face.
951         (list-matching-lines-face): Change default from `bold' to `match'.
953         * progmodes/grep.el (grep-match-face): New defvar.
954         (grep-mode-font-lock-keywords): Use grep-match-face instead of
955         compilation-column-face to highlight grep matches.
957         * apropos.el (apropos-match-face): Change default from
958         `secondary-selection' to `match'.
960         * info-look.el (info-lookup-highlight-face): Change default from
961         `highlight' to `match'.
963 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
965         * progmodes/executable.el (executable-interpret): Eliminate
966         obsolete compile-internal, and switch to comint for interaction.
968 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
970         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
971         `&&' when skipping multiple statements on a line.
973 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
975         * play/zone.el (zone): Set `truncate-lines'.
976         Also, init `tab-width' with value from original buffer.
977         (zone-shift-up): Rewrite for speed.
978         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
979         (zone-pgm-jitter): Remove redundant entries from ops vector.
980         (zone-exploding-remove): Reduce iteration count.
981         (zone-cpos): Convert to defsubst.
982         (zone-replace-char): New defsubst.
983         (zone-park/sit-for): Likewise.
984         (zone-fret): Take window-start arg.
985         Update callers. Use `zone-park/sit-for'.
986         (zone-fill-out-screen): Rewrite.
987         (zone-fall-through-ws): Likewise. Update callers.
988         (zone-pgm-drip): Use `zone-replace-char'.
989         Move var inits before while-loop. Use `zone-park/sit-for'.
990         (zone-pgm-random-life): Handle empty initial field.
991         Use `zone-replace-char' and `zone-park/sit-for'.
993 2004-12-15  Juri Linkov  <juri@jurta.org>
995         * isearch.el (isearch-update): Test isearch-lazy-highlight
996         before calling isearch-lazy-highlight-new-loop.
997         (isearch-lazy-highlight-new-loop):
998         Don't test isearch-lazy-highlight.
1000         * replace.el (perform-replace): Add isearch-case-fold-search.
1001         Use delimited-flag for isearch-regexp.
1002         Reset isearch-lazy-highlight-last-string to force lazy
1003         highlighting when called from isearch mode.
1004         (query-replace-highlight): Revert defcustom type to boolean.
1005         (query-replace-lazy-highlight): New defcustom.
1006         (query-replace): New face.
1007         (perform-replace, replace-highlight, replace-dehighlight):
1008         Test query-replace-lazy-highlight instead of special value
1009         `isearch' of query-replace-highlight.
1010         (replace-dehighlight): Don't call isearch-dehighlight.
1011         (replace-highlight): Don't call isearch-highlight.
1012         Use face `query-replace' unconditionally.
1014 2004-12-14  Kim F. Storm  <storm@cua.dk>
1016         * simple.el (inhibit-mark-movement): Remove defvar.
1017         (beginning-of-buffer, end-of-buffer): Don't use it.
1019         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1020         Don't use inhibit-mark-movement.
1022         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
1023         (cua--undo-push-mark): Remove.
1024         (cua--pre-command-handler, cua--post-command-handler):
1025         Don't fiddle with inhibit-mark-movement.
1027 2004-12-14  Juri Linkov  <juri@jurta.org>
1029         * buff-menu.el (list-buffers-noselect): Collect internal info
1030         for every buffer in BUFFER-LIST arg too.
1031         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
1032         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
1033         Bind same-window-buffer-names and same-window-regexps to nil.
1035 2004-12-13  Juri Linkov  <juri@jurta.org>
1037         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
1039         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
1040         (sc-cite-region, sc-uncite-region, sc-recite-region):
1041         Fix previous change to handle not alist as a symbol, but
1042         a citation frame as a symbol that represents a variable name.
1044 2004-12-13  Richard M. Stallman  <rms@gnu.org>
1046         * filecache.el (file-cache-add-directory-using-find):
1047         Only set up file-cache-find-command-posix-flag if we will use it.
1049         * bindings.el (mode-line-buffer-identification-keymap):
1050         Don't cancel the mode-line's usual down-mouse-1 binding.
1052         * cus-edit.el (custom-face-selected): Handle `default' specs.
1053         (custom-face-edit): Increase extra-offset.
1054         (custom-display): Handle `default' specs.
1056         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
1058         * emacs-lisp/elint.el (elint-standard-variables)
1059         (elint-unknown-builtin-args): Move definitions up.
1061         * net/browse-url.el (browse-url-url-at-point): Add autoload.
1063         * info.el (info-xref-visited): Use `default' instead of t.
1064         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
1066         * faces.el (header-line, mode-line-inactive, tool-bar):
1067         Use `default' instead of t for setting the defaults.
1068         (face-spec-choose): Separate `t' from `default'.
1070         * subr.el (while-no-input): New macro.
1072 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
1074         * filecache.el (file-cache-add-directory-using-find):
1075         Only test file-cache-find-command-posix-flag on some systems.
1077 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1079         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
1080         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
1081         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
1082         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
1083         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
1085 2004-12-12  Juri Linkov  <juri@jurta.org>
1087         * files.el (find-file-other-window, find-file-other-frame):
1088         Add the first buffer to the returned value to return the complete
1089         list of all visited buffers.
1090         (find-file-read-only, find-file-read-only-other-window)
1091         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
1092         `find-file-read-args'.  Signal an error about non-existent file
1093         only if file name doesn't contain wildcards.  Toggle read-only in
1094         all visited buffers.
1095         (find-alternate-file, find-alternate-file-other-window):
1096         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
1097         called interactively.  Pass arg `wildcards' to other functions.
1098         (find-file-noselect): Doc fix.
1100         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
1101         Doc fix.
1102         (ffap-directory-finder): New variable.
1103         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
1104         (ffap-file-at-point): Add /* to immediately rejected names.
1105         Return absolute file names matching ffap-dired-wildcards.
1106         (ffap-read-file-or-url): Set default value for `completing-read'
1107         to `buffer-file-name'.
1108         (find-file-at-point): When filename matches ffap-dired-wildcards,
1109         call ffap-file-finder with t arg `wildcards', instead of dired.
1110         (ffap-other-window, ffap-other-frame): Return visited buffers.
1111         (ffap-read-only, ffap-read-only-other-window)
1112         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
1113         (dired-at-point): Call ffap-directory-finder instead of dired.
1114         (ffap-dired-other-window, ffap-dired-other-frame)
1115         (ffap-list-directory): New commands.
1116         (ffap-bindings): New keybindings for new commands.
1118 2004-12-12  Juri Linkov  <juri@jurta.org>
1120         * simple.el (beginning-of-buffer, end-of-buffer):
1121         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1122         Do not push mark when mark is active in transient-mark-mode.
1124         * simple.el (mark-word):
1125         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
1126         * textmodes/paragraphs.el (mark-paragraph):
1127         Extend the region when mark is active in transient-mark-mode,
1128         regardless of the last command.  Doc fix.
1130         * simple.el (mark-word): Preserve direction when repeating.
1131         Make arg optional.  Interactive "p" -> "P".
1132         (transient-mark-mode, inhibit-mark-movement): Doc fix.
1134         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
1135         preserving direction, to mark forward instead of backward when mark
1136         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
1138 2004-12-12  Juri Linkov  <juri@jurta.org>
1140         * isearch.el (isearch-edit-string): Set 7th arg of
1141         `read-from-minibuffer' to `t' to inherit the current input
1142         method (whose name is indicated by [IM] in the minibuffer prompt)
1143         from the current buffer to the minibuffer.
1144         (isearch-lazy-highlight-update): Put body to `with-local-quit'
1145         to allow C-g quitting for lazy highlighting looping inside the
1146         search with nested repetition operators.  Add overlay to the list
1147         before setting its face and other properties to avoid the case of
1148         code quitting after placing the new overlay but before it's
1149         recorded on the list.  Select the window where isearch was
1150         activated, to highlight matches in the right window when isearch
1151         switches the current window to the minibuffer.
1153         * international/isearch-x.el
1154         (isearch-process-search-multibyte-characters):
1155         Use `isearch-message' as initial input for `read-string' instead
1156         of adding it to the minibuffer prompt.  After reading a string
1157         remove the initial value of `isearch-message' from the string.
1159         * replace.el (replace-match-maybe-edit): Doc fix.
1160         (perform-replace): Don't call `replace-highlight' when automatic
1161         replacement is requested in literal mode, since it is intended
1162         only to highlight words during entering a new replacement string
1163         for \? in non-literal mode.
1165         * replace.el (query-replace-highlight): Add new value `isearch'
1166         that allows query replacement to use isearch highlighting.
1167         Change type from `boolean' to `choice'.  Doc fix.
1168         (replace-highlight, replace-dehighlight, perform-replace):
1169         Use isearch highlighting if query-replace-highlight eq `isearch'.
1171 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1173         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1174         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
1176         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
1177         case of \end{verbatim}.
1179 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
1181         * term.el (term-termcap-format): Synchronyze with terminfo.
1182         (term-emulate-terminal): Handle reset.
1183         (term-reset-terminal): New function.
1185 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
1187         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
1188         (zone-fill-out-screen): New func.
1189         (zone-pgm-drip): Use `zone-fill-out-screen'.
1190         Also, no longer go to point-min on every cycle.
1191         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
1192         (zone-pgm-random-life-wait): New user var.
1193         (zone-pgm-random-life): New func.
1195 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
1197         * files.el (auto-mode-alist): Map .com to DCL mode.
1199 2004-12-09  Richard M. Stallman  <rms@gnu.org>
1201         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
1203 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
1205         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
1206         buffer with a display margin.
1208 2004-12-08  Jay Belanger  <belanger@truman.edu>
1210         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
1211         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
1213 2004-12-08  Richard M. Stallman  <rms@gnu.org>
1215         * faces.el: Delete code to set display table.
1216         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
1218 2004-12-08  Jay Belanger  <belanger@truman.edu>
1220         * calc/calc.el: Add math-read-preprocess-string to autoloads.
1222         * calc/calc-ext.el (math-read-replacement-list)
1223         (math-read-superscripts, math-read-preprocess-string): Move to
1224         calc-aent.el.
1226         * calc/calc-aent.el (math-read-replacement-list)
1227         (math-read-superscripts, math-read-preprocess-string): Move from
1228         calc-ext.el.
1230 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1232         * isearch.el (isearch-quote-char): Fix up typo in last change.
1234 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
1236         * mouse.el (mouse-set-font): Handle the case where the command was
1237         not invoked using the mouse.
1239         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
1240         (edmacro-finish-edit): Further update for keyboard macros that are
1241         lambda forms.
1242         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
1244 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1246         * font-lock.el (font-lock-unfontify-region): Save buffer state.
1247         (font-lock-default-unfontify-region): Don't save buffer state any more.
1249 2004-12-07  Jay Belanger  <belanger@truman.edu>
1251         * calc/calc-help.el (calc-describe-key):
1252         Set calc-summary-indentation even when Calc Summary buffer exists.
1254 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
1256         * calendar/holidays.el (holiday-easter-etc): Make arguments
1257         optional for backwards compatibility.  Doc fix.
1258         Remove un-necessary local vars mandatory, output-list.
1259         (holiday-advent):  Make arguments optional for backwards
1260         compatibility.  Doc fix.
1262 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1264         * paren.el (show-paren-function): Fix last change (2004-12-02).
1266         * international/mule-util.el (char-displayable-p): Return nil for
1267         unibyte mode.
1269         * subr.el (subregexp-context-p): New function.
1271         * isearch.el (isearch-quote-char): Use it.
1273         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
1274         (regexp-opt-not-groupie*-re): Remove.
1275         (regexp-opt): Properly handle inputs with duplicate entries.
1277 2004-12-06  Richard M. Stallman  <rms@gnu.org>
1279         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
1281         * cus-edit.el (custom-file): Doc fix.
1283         * textmodes/org.el: New file.
1285 2004-12-06  Kenichi Handa  <handa@m17n.org>
1287         * ldefs-boot.el: Update international/mule-util.el section.
1289 2004-12-05  Sam Steingold  <sds@gnu.org>
1291         * net/tramp.el (tramp-handle-file-accessible-directory-p):
1292         Fix `tramp-time-diff' comparison logic.
1294 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
1296         * progmodes/which-func.el (which-function):
1297         Use `run-hook-with-args-until-success' instead of a custom loop.
1298         Fixes bug with local hooks.
1300 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1302         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
1303         Use delete-dups when calculating the initial value.
1304         (bibtex-autokey-get-title): Use <=.
1305         (bibtex-goto-line): New function.
1306         (bibtex-reposition-window): Use line numbers instead of point
1307         positions.  Use window-body-height.
1308         (bibtex-find-crossref): Use bibtex-reposition-window.
1309         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
1310         position of entry if key is found or nil if not found.
1312 2004-12-05  Richard M. Stallman  <rms@gnu.org>
1314         * cus-edit.el (custom-file): Doc fix.
1316         * progmodes/sh-script.el (sh-indent-for-then): Change default.
1318 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1320         * simple.el (blink-matching-open):
1321         * textmodes/tex-mode.el (tex-validate-region):
1322         Obey syntax-table text properties.
1324 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
1326         * wid-edit.el (widget-specify-field): Add `real-field' property to
1327         boundary.
1328         (widget-field-at): Use it.
1330 2004-12-02  Richard M. Stallman  <rms@gnu.org>
1332         * progmodes/cc-mode.el (awk-mode autoload):
1333         Supply t meaning interactive function.
1335         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
1336         (isearch-mode-map): No special definition for space.
1337         (isearch-whitespace-chars): Command deleted.
1338         (isearch-forward-regexp): Doc fix.
1339         (isearch-quote-char): When a space is not inside brackets,
1340         use `[ ]' instead of just space.
1341         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
1343         * imenu.el (imenu--generic-function): Delete code to exclude
1344         matches in comments.
1346         * man.el (Man-reverse-face): Change default to `highlight'.
1348         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
1349         (occur-engine): Use `face' prop rather than `font-lock-face'
1350         when specifying use of `match-face'.
1351         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
1353         * emacs-lisp/elint.el (elint-standard-variables): Update list.
1355         * add-log.el (add-log-current-defun): Handle the case where point
1356         is in the header part of a DEFUN construct.
1358 2004-12-02  Dave Love  <fx@gnu.org>
1360         * progmodes/python.el (python-font-lock-syntactic-keywords):
1361         Fix previous change.
1363 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
1365         * paren.el (show-paren-function): Check for matching chars
1366         specified by text props.
1368 2004-12-02  Jay Belanger  <belanger@truman.edu>
1370         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
1371         when reading a new key sequence.
1373 2004-12-02  Kim F. Storm  <storm@cua.dk>
1375         * faces.el (escape-glyph): Rename from glyph.
1376         (standard-display-table): Set it here.  Add escape-glyph face to
1377         extra slot characters.
1379         * disp-table.el: Undo 2004-12-01 change.  Display table is now
1380         setup in faces.el.
1382 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
1384         * xml.el (xml-parse-dtd): Don't show validity messages when
1385         xml-validating-parser is nil.
1386         (xml-substitute-special): Fix validity error messages to
1387         actually show the unexpandable entity.  Added validity error if &
1388         isn't followed by an entity.
1389         (xml-parse-tag): Concatenate any string following the a
1390         <![CDATA[]]> section to the parsed CDATA.
1391         (xml-parse-dtd): Skip parameter entity declarations and use of
1392         parameter entities.
1394 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
1396         * kmacro.el (kmacro-default-counter-format): New var.
1397         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
1398         (kmacro-display): Remove `nil' from `and' form.  Delete call to
1399         `format' inside `message'.
1400         (kmacro-start-macro): Use `kmacro-default-counter-format'.
1402 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1404         * pcvs.el (cvs-header-msg): New function.
1405         (cvs-update-header): Use it.  Change calling convention.
1406         Correctly handle the case of having simultaneous active processes.
1407         (cvs-sentinel): Don't call cvs-update-header any more.
1408         (cvs-mode-run): Update call and add cvs-update-header to postproc.
1410 2004-12-01  Jay Belanger  <belanger@truman.edu>
1412         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
1413         Change message.
1415 2004-12-01  Juri Linkov  <juri@jurta.org>
1417         * progmodes/prolog.el (prolog-mode-variables):
1418         Fix imenu-generic-expression.
1420 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
1422         * faces.el (glyph): New face.
1424         * disp-table.el: Add an autoloaded table, that doesn't require
1425         this library, with glyph face.
1427         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
1428         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
1429         (conf-quote-normal): Allow normalizing only ' or ".
1430         (conf-mode): Regexp-quote constructed comment-start and don't
1431         match section {} where "name" contains braces.
1433         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
1434         files.
1436 2004-12-01  Kenichi Handa  <handa@m17n.org>
1438         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
1439         (x-select-text): Don't treat eight-bit-control/graphic chars
1440         specially.  Store the encoded text in the X cut buffer.
1441         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
1442         with x-last-selected-text-cut-encoded.
1444 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1446         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
1448 2004-11-30  Markus Rost  <rost@ias.edu>
1450         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
1451         AUCTeX.
1453 2004-11-30  Jay Belanger  <belanger@truman.edu>
1455         * calc/calc-arith.el (math-possible-signs): Made stronger checks
1456         on signs of intervals.
1457         (math-pow-of-zero): Strengthen checks for positive and negative
1458         exponents.
1460         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
1461         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
1462         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
1463         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
1464         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
1465         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
1466         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
1467         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
1468         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
1469         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
1470         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
1471         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
1472         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
1473         with provide statements.
1475         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
1477         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
1479         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
1480         (calc-load-everything, math-defsimplify): Replace dummy autoloading
1481         functions by require statements.
1482         (math-defsimplify): Move to calc-alg.el, add to autoloads.
1484         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1485         (calc-gnuplot-print): Give them values.
1487         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
1488         autoloads.
1489         Add calc-do-embedded-activate to autoloads.
1490         (calc-gnuplot-name, calc-gnuplot-plot-command)
1491         (calc-gnuplot-print-command): Move them to calc-graph.el.
1493 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1495         * term/mac-win.el (ccl-encode-mac-roman-font)
1496         (ccl-encode-mac-cyrillic-font)
1497         (ccl-encode-mac-centraleuropean-font, encoder-list)
1498         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
1499         Support Cyrillic, CentralEuropean, and Dingbat font display
1501 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
1503         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
1505         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
1506         still nil.
1508 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
1510         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
1511         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
1513 2004-11-29  Jay Belanger  <belanger@truman.edu>
1515         * calc/calc-arith.el (math-pow-of-zero): Take into account different
1516         cases of the base and exponent.
1518 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
1520         * simple.el (next-error-buffer-p): Allow for inclusive and
1521         exclusive tests for finding a buffer.
1522         (next-error-find-buffer): Pass the exclusive and inclusive tests
1523         to next-error-buffer-p.
1525         * replace.el (occur-next-error): Switch to the Occur buffer when
1526         appropriate, use the exclusive filter to next-error-find-buffer to
1527         do it.  Use the absolute value of the motion amount.
1529 2004-11-29  Kenichi Handa  <handa@m17n.org>
1531         * startup.el (command-line): Decode all default-directory by
1532         locale-coding-system.
1534 2004-11-29  Jay Belanger  <belanger@truman.edu>
1536         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
1537         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
1538         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
1539         Replace calls to calc-extensions by appropriate require, replace
1540         calc-extensions-loaded by appropriate featurep.
1542         * calc/calc-ext.el: Move require to end of file.
1543         Remove redundant loading of calc.el.
1544         (calc-extensions-loaded): Remove unnecessary variable.
1545         (calc-extensions): Remove unnecessary function.
1546         (calc-load-everything): Replace calc-need-macros by appropriate require.
1548         * calc/calc-macs.el: Move provide to end of file.
1549         (calc-need-macros): Remove unnecessary function.
1551         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
1552         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
1553         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
1554         Replace calc-extensions by appropriate require.
1555         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
1557         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
1558         Replace calc-need-macros by appropriate require.
1560         * calc/calc.el: Move require to end of file.
1561         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
1562         Remove unnecessary variable.
1563         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
1564         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
1565         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
1566         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
1567         (math-stack-value-offset, math-format-value, math-format-flat-expr)
1568         (math-format-number, math-format-bignum, math-read-number)
1569         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
1570         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
1571         by appropriate require.
1572         (calc-check-defines): Replace calc-need-macros by appropriate require.
1574 2004-11-29  Kim F. Storm  <storm@cua.dk>
1576         * macros.el (insert-kbd-macro): Handle kmacro functions.
1578 2004-11-28  Juri Linkov  <juri@jurta.org>
1580         * compare-w.el (compare-windows-highlight): Attach each overlay
1581         to its window to properly highlight differences while comparing
1582         two windows of the same buffer.  Fix arguments.
1583         (compare-windows-sync-default-function): Fix arguments of
1584         `compare-windows-highlight'.
1586         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
1587         Use `read-expression-history'.  Set initial contents only if
1588         `edebug-global-break-condition' is non-nil.  Set histpos to 1
1589         if initial contents is equal to the last history element.
1590         (edebug-set-conditional-breakpoint): Instead of temporarily
1591         prepending the current condition to the history, set initial
1592         contents to the current condition.  Set histpos to 1 if initial
1593         contents is equal to the last history element.
1595         * info.el (Info-search-whitespace-regexp): Remove shy group.
1596         (Info-search): Forward line if search is on the header line.
1597         Use search-whitespace-regexp in two other places.
1599 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
1601         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
1602         warning.  Delay real definition, which uses
1603         `set-fringe-indicators-1' till after the definition of that function.
1605 2004-11-28  Kim F. Storm  <storm@cua.dk>
1607         * fringe.el (fringe): New defgroup.
1608         (fringe-mode): Move to fringe group.
1609         (fringe-indicators): New defcustom.
1610         (set-fringe-indicators-1): New defun.
1612         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
1613         (menu-bar-showhide-fringe-ind-menu): New keymap.
1614         (menu-bar-showhide-fringe-ind-empty)
1615         (menu-bar-showhide-fringe-ind-mixed)
1616         (menu-bar-showhide-fringe-ind-box)
1617         (menu-bar-showhide-fringe-ind-right)
1618         (menu-bar-showhide-fringe-ind-left)
1619         (menu-bar-showhide-fringe-ind-none): New defuns.
1620         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
1622 2004-11-27  Richard M. Stallman  <rms@gnu.org>
1624         * comint.el (comint-read-noecho): Add trivial compatibility definition.
1626         * generic.el (define-generic-mode): Doc fix.
1628         * menu-bar.el (menu-bar-options-save): For the options
1629         that are toggled with menu-bar-make-mm-toggle, don't check
1630         for customized-value prop.
1632 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
1634         * mail/supercite.el (sc-cite-region): Handle the case where
1635         sc-cite-frame-alist is a symbol.
1636         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
1637         a symbol.
1638         (sc-recite-region): Handle the case where sc-recite-frame-alist is
1639         a symbol.
1641 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
1643         * wid-edit.el (widget-narrow-to-field): New function.
1644         (widget-complete): Use it.
1646 2004-11-27  Jay Belanger  <belanger@truman.edu>
1648         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
1649         variable.
1650         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
1651         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
1652         (math-alg-inequalities): Move declaration to earlier in the file.
1654         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
1655         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
1656         Declare them.
1658         * calc/calc-lang.el (math-expr-data, math-expr-token)
1659         (math-exp-old-pos): Declare them.
1661         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
1662         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
1664 2004-11-27  Kim F. Storm  <storm@cua.dk>
1666         * progmodes/flymake.el: Use (featurep 'xemacs).
1667         (flymake-makehash): Change to defsubst.  Use fboundp.
1668         (flymake-time-to-float): Remove.
1669         (flymake-float-time): Merge code from flymake-time-to-float here.
1670         (flymake-replace-regexp-in-string): Change to defsubst.
1671         (flymake-split-string-remove-empty-edges):
1672         Rename to flymake-split-string.
1673         (flymake-split-string): Remove previous defalias.
1674         (flymake-get-temp-dir): Change to defsubst.
1675         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
1676         Define for xemacs only.
1677         (flymake-master-file-count-limit): Change into compiler defvar only.
1678         (flymake-find-possible-master-files): Let-bind it dynamically while
1679         sorting files using flymake-master-file-compare.
1681 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1683         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
1684         of defun-prompt-regexp matches inside a comment/string but the
1685         beginning is correctly outside everything.
1687         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
1688         appears within a string or a comment.
1690         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
1691         rather than make-symbol for symbols which are used in
1692         a symbol-macrolet or equivalent.
1694 2004-11-26  Jay Belanger  <belanger@truman.edu>
1696         * calc-misc.el (calc-last-why-command): Declare it.
1698         * calc-vec.el (math-grade-vec): New variable.
1699         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
1700         Replace variable grade-vec by declared variable.
1701         (math-rb-close): New variable.
1702         (math-read-brackets, math-read-vector): Replace variable close by
1703         declared variable.
1705         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
1706         (calc-one-window, calc-edit-handler, calc-restore-trail)
1707         (calc-allow-ret): Declare them.
1709         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
1710         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
1711         (math-radix-float-cache-tag, math-random-cache)
1712         (math-max-digits-cache, math-integral-cache, math-units-table)
1713         (math-format-date-cache, math-holidays-cache-tag): Declare them.
1714         (math-moc-func): New variable.
1715         (math-map-over-constants, math-map-over-constants-rec):
1716         Replace variable func by declared variable.
1718         * calc/calc-store.el (calc-given-value, calc-store-opers):
1719         Declare them.
1720         (calc-var-name-map): Move declaration to earlier in the file.
1721         (calc-pv-pos): New variable.
1722         (calc-permanent-variable, calc-insert-permanent-variable):
1723         Replace variable pos by declared variable.
1725         * calc/calc-mtx.el (calc-det-lu): New variable.
1726         (math-det-raw, math-det-step): Replace variable lu by declared variable.
1728         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
1729         (math-multi-subst, math-multi-subst-rec): Replace variables temp
1730         and arg by declared variables.
1731         (calcFunc-reducer): Fix incorrect variable.
1732         (math-inner-mul-func, math-inner-add-func): New variables.
1733         (calcFunc-inner, math-inner-mats): Replace variables mul-func
1734         and add-func by declared variables.
1736         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
1737         (calc-digit-value): Declare them.
1739         * calc/calc-help.el (Info-history): Declare it.
1740         (calc-describe-key): Make calc-summary-indentation a local variable.
1741         (calc-help-long-names): Move declaration to earlier in file.
1743         * calc/calc-embed.el (calc-original-buffer): Declare it.
1744         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
1745         (calc-embed-bot): New variables.
1746         (calc-do-embedded, calc-embedded-mark-formula)
1747         (calc-embedded-find-bounds, calc-embedded-duplicate)
1748         (calc-embedded-new-formula, calc-embedded-make-info):
1749         Replace vars outer-top, outer-bot, bot and top by declared variables.
1750         (calc-embed-prev-modes): New variable.
1751         (calc-embedded-set-modes, calc-embedded-update): Replace variable
1752         prev-modes with declared variable.
1753         (calc-embed-vars-used): New variable.
1754         (calc-embedded-make-info, calc-embedded-evaluate-expr)
1755         (calc-embedded-update, calc-embedded-find-vars): Replace variable
1756         vars-used by declared variable.
1758         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
1759         (math-format-radix-float): Remove unnecessary setq.
1760         (math-radix-float-cache): Declare it.
1762         * calc/calcsel2.el (calc-keep-selection): Declare it.
1764         * calc/calc-maint.el: Remove file.
1766 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1768         * textmodes/bibtex.el (bibtex-sort-entry-class)
1769         (bibtex-comment-start): Use defcustom.
1770         (bibtex-entry-field-alist): Use nil if initial content of the
1771         field is undefined.  Fix docstring.
1772         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
1773         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
1774         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
1775         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
1776         Fix docstring.
1777         (bibtex-autokey-title-terminators): Use only one regexp.
1778         (bibtex-string-maybe-empty-head): New variable.
1779         (bibtex-remove-delimiters-string): New function.
1780         (bibtex-text-in-field-bounds, bibtex-text-in-string):
1781         Use bibtex-remove-delimiters-string.
1782         (bibtex-progress-message, bibtex-field-left-delimiter)
1783         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
1784         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
1785         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
1786         Simplify.
1787         (bibtex-format-entry): Use save-excursion for inherited booktitle.
1788         Use eq and bibtex-remove-delimiters-string.  For end markers use
1789         insertion type so that marker stays after inserted text.
1790         (bibtex-autokey-get-names): Return empty string if name is missing.
1791         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
1792         calling bibtex-autokey-name-case-convert.
1793         (bibtex-autokey-demangle-title):
1794         Call bibtex-autokey-titleword-case-convert.  Remove call to
1795         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
1796         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
1797         (bibtex-read-key): New optional arg global.
1798         (bibtex-files-expand): New optional arg force.
1799         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
1800         (bibtex-complete-crossref-cleanup): Rename from
1801         bibtex-complete-key-cleanup.  Simplify code.
1802         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
1803         Operate on current entry.
1804         (bibtex-button): Add docstring.
1805         (bibtex-entry): Simplify.
1806         (bibtex-make-field): Replace optional arg called-by-yank with more
1807         specific args move and interactive.
1808         (bibtex-end-of-entry): Use forward-sexp.
1809         (bibtex-find-entry-globally): Remove.
1810         (bibtex-find-crossref): Allow for crossref key located in other buffer.
1811         Bound to C-c C-x.
1812         (bibtex-find-entry): New optional args global and display.
1813         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
1814         (bibtex-validate): Use arg force of bibtex-files-expand.
1815         (bibtex-clean-entry): Bugfix, clean string entries properly.
1816         Always keep point at beginning of entry.
1817         (bibtex-complete): Bugfix.  Handle string entries properly.
1818         Call cleanup functions only if needed.
1819         (bibtex-String): Use bibtex-read-string-key.
1820         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
1821         case of replacement text.
1823 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
1825         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
1826         (tramp-perl-directory-files-and-attributes): New constant.
1827         (tramp-file-name-handler-alist): Delete file-directory-files, add
1828         directory-files-and-attributes.
1829         (tramp-perl-file-attributes): Surround uid and gid by double
1830         quotes. Change parameter id-format from nonnumeric.
1831         (tramp-convert-file-attributes): New function.
1832         (tramp-handle-file-attributes): Use it.
1833         (tramp-maybe-send-perl-script): New function.
1834         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
1835         file mode. Change parameter id-format from nonnumeric.
1836         (tramp-handle-file-attributes-with-ls): Change parameter id-format
1837         from nonnumeric.
1838         (tramp-post-connection): Don't send tramp-perl-file-attributes
1839         script. Reset connection property "perl-scripts".
1840         (tramp-handle-insert-directory): Run real handler when ls-lisp is
1841         in use.
1843 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
1845         * desktop.el (desktop-read): Replace mapcar with mapc.
1846         (desktop-create-buffer): Replace mapcar with mapc.
1847         Remove redundant piece of code.
1849 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
1851         * progmodes/gud.el (gud-display-line): Use display-buffer
1852         for GDB-UI as for GUD.
1854         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
1855         Delete variables.
1856         (gdb-ann3): Don't make GUD buffer dedicated.
1857         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
1858         (gdb-display-source-buffer): Delete function.
1859         (gdb-view-source-function, gdb-view-assembler): Delete functions.
1860         (menu): Delete menu bindings for viewing source/assembler.
1861         (gdb-setup-windows, gdb-restore-windows):
1862         Don't dedicate GUD. No assembler now.
1863         (gdb-reset): No need to undedicate source buffers now.
1864         (gdb-source-info): No assembler now.
1866 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
1868         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
1869         width to those for special frames.
1870         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
1871         Use display-buffer.
1872         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
1873         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1874         (gdb-frame-assembler-buffer): Rework like
1875         gdb-frame-breakpoints-buffer.
1877 2004-11-25  Richard M. Stallman  <rms@gnu.org>
1879         * progmodes/flymake.el: Reindent.
1880         (flymake-split-string): Turn into defalias.
1881         (flymake-fix-file-name): Rename from flymake-fix-path-name.
1882         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
1883         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
1884         (flymake-build-relative-filename): Rename from ...path.
1885         Fix error message.
1887 2004-11-25  Cheng Gao  <chenggao@gmail.com>
1889         * progmodes/flymake.el: Much whitespace and capitalization change.
1890         Move `provide' to end.  Require `compile' only when compiling.
1892 2004-11-24  Jay Belanger  <belanger@truman.edu>
1894         * calc/calc-alg.el: Added comment.
1895         (math-polynomial-base): Replace variable mpb-top-expr by
1896         math-poly-base-top-expr.
1898         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
1899         (math-polynomial-p1): Replace variable mpb-top-expr by declared
1900         variable.
1901         (math-poly-base-total-base): New variable.
1902         (math-total-polynomial-base, math-polynomial-p1): Replace variable
1903         mpb-total-base by declared variable.
1904         (math-factored-vars, math-to-list): Declare it.
1905         (math-fact-expr): New variable.
1906         (calcFunc-factors, calcFunc-factor, math-factor-expr)
1907         (math-factor-expr-try, math-factor-expr-part): Replace variable
1908         expr by declared variable.
1909         (math-fet-x): New variable.
1910         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
1911         by declared variable.
1912         (math-factor-poly-coefs): Make temp a local variable.
1914         * calc/calc-units.el (calc-convert-units): Make units a local
1915         variable.
1916         (calc-num-units, calc-den-units): New variables.
1917         (calc-explain-units, calc-explain-units-rec): Replace variables
1918         num-units and den-units by declared variables.
1919         (math-cu-unit-list): New variable.
1920         (math-build-units-table, math-compare-unit-names)
1921         (math-convert-units, math-convert-units-rec): Replace variable
1922         unit-list by declared variable.
1923         (math-fbu-base, math-fbu-entry): New variables.
1924         (math-find-base-units, math-find-base-units-rec): Replace variables
1925         base and entry by declared variables.
1926         (math-which-standard): New variable.
1927         (math-to-standard-units, math-to-standard-rec): Replace variable
1928         which-standard by declared variable.
1929         (math-fcu-u): New variable.
1930         (math-find-compatible-unit, math-find-compatible-unit-rec):
1931         Replace variable u by declared variable.
1932         (math-cu-new-units, math-cu-pure): New variables.
1933         (math-convert-units, math-convert-units-rec): Replace variables
1934         new-units and pure by declared variables.
1935         (math-try-cancel-units): New variable.
1936         (math-simplify-units-quotient): Replace variable try-cancel-units by
1937         declared variable.
1939 2004-11-24  Richard M. Stallman  <rms@gnu.org>
1941         * textmodes/ispell.el (ispell-check-version):
1942         If default-directory is nonexistent, use home dir.
1944         * progmodes/grep.el (grep-regexp-alist):
1945         Don't match parens around line numbers.
1947         * progmodes/cperl-mode.el (cperl-indent-region)
1948         (cperl-imenu--create-perl-index, cperl-xsub-scan):
1949         Don't print progress messages.
1951         * progmodes/compile.el (compilation-mode-map):
1952         Don't inherit from compilation-minor-mode-map;
1953         copy its bindings instead.  But the menu bar Compile
1954         entry now does inherit from compilation-menu-map.
1956         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1957         Use with-no-warnings around compiler-macroexpand.
1959         * imenu.el: Don't always require newcomment.
1960         (imenu--generic-function): Call comment-normalize-vars
1961         if we have a comment syntax.
1962         Exit the loop if REGEXP matches the null string.
1963         Test comment-start as well as comment-start-skip
1964         when deciding whether to check for comments.
1966         * tooltip.el (tooltip-mode): Doc fix.
1968         * term.el (term-escape-char, term-mode): Doc fixes.
1970 2004-11-24  Dave Love  <fx@gnu.org>
1972         * progmodes/python.el (python-font-lock-syntactic-keywords):
1973         Check for escapes in the regexp.
1974         (python-quote-syntax): Don't do it here.
1976 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
1978         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1979         (gdb-frames-mode-map, gdb-threads-mode-map)
1980         (gdb-registers-mode-map, gdb-locals-mode-map)
1981         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
1982         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
1984         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
1985         (dedicated-switch-to-buffer): Rework.
1986         (gdb-var-evaluate-expression-handler, gdb-put-string):
1987         Remove unused variable bindings.
1988         (gdb-setup-windows, gdb-display-buffer):
1989         Simplify. Use pop-to-buffer.
1990         (gdb-view-source-function): Simplify.
1991         (gdb-frame-breakpoints-buffer):
1992         Use pop-to-buffer, special-display-regexps.
1994 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1996         * progmodes/f90.el (f90-smart-end)
1997         (f90-previous-statement, f90-beginning-of-block): Doc fix.
1998         (f90-calculate-indent): Handle un-named PROGRAM blocks.
1999         (f90-end-of-block): Doc fix.  Make check of outermost block
2000         conditional on value of `f90-smart-end'.
2001         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
2002         Handle case where END-BLOCK is nil.
2003         (f90-match-end): Handle un-named PROGRAM blocks.
2004         (f90-backslash-not-special): New function.
2006 2004-11-24  Jay Belanger  <belanger@truman.edu>
2008         * calc/calc.el (calc-embedded-active): Removed unnecessary
2009         declaration.
2010         (calc-show-banner): Removed redundant declaration.
2012         * calc/calc-graph.el (calc-gnuplot-default-device)
2013         (calc-gnuplot-default-output, calc-gnuplot-print-device)
2014         (calc-gnuplot-print-output, calc-gnuplot-geometry)
2015         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
2016         Remove redundant initial values.
2018         * calc/calc-arith.el (math-scalar-functions)
2019         (math-nonscalar-functions, math-scalar-if-args-functions)
2020         (math-real-functions, math-positive-functions)
2021         (math-nonnegative-functions, math-real-scalar-functions)
2022         (math-real-if-arg-functions, math-integer-functions)
2023         (math-num-integer-functions, math-rounding-functions)
2024         (math-float-rounding-functions, math-integer-if-args-functions)
2025         (math-super-types): Move declarations to earlier in file.
2026         (math-unit-prefixes): Declared it.
2027         (math-floor-prec, math-trunc-prec): New variables.
2028         (math-trunc-fancy): Replace variable prec by declared variable.
2029         (math-floor-fancy): Replace variable prec by declared variable.
2030         (math-com-bterms): New variable.
2031         (math-commutative-equal, math-commutative-collect):
2032         Replace variable bterms by declared variable.
2034         * calc/calc-misc.el (math-trunc): Replace variable prec by
2035         math-trunc-prec.
2036         (math-floor): Replace variable prec by math-floor-prec.
2038         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
2039         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
2040         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
2041         (math-format-date, math-format-date-part): Replace variables
2042         date, dt, year, month, day, weekday, hour, minute, second and
2043         bc-flag by declared variables.
2044         (math-pd-str): New variable.
2045         (math-parse-date, math-parse-date-word, math-parse-standard-date):
2046         Replace variable str by declared variable.
2047         (math-daylight-savings-hook, math-tzone-names): Move definitions
2048         to earlier in the file.
2049         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
2050         (math-sh-year): New variable.
2051         (math-setup-add-holidays, math-setup-holidays)
2052         (math-setup-year-holidays): Replace variable `year' by declared
2053         variable.
2055         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
2056         New variables.
2057         (math-nth-root-float, math-nth-root-float-iter): Replace variables
2058         n, nf and nfm1 by declared variables.
2059         (math-nri-n): New variable.
2060         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
2061         n by declared variable.
2062         (calcFunc-log): Removed misplaced condition.
2064 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2066         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
2068 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
2070         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
2071         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
2072         Dedicate gdb-related windows.
2073         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
2074         other frames.
2075         (gdb-reset): Remove dedicated property after debugging.
2077 2004-11-24  Jay Belanger <belanger@truman.edu>
2079         * calc/calc-sel.el: Add comment.
2081         * calc/calc.el (math-stack-value-offset): Replace variables c,
2082         wid and off with math-svo-c, math-svo-wid and math-svo-off.
2084         * calc/calccomp.el (math-comp-sel-tag): Declare it.
2085         (math-svo-c, math-svo-wid, math-svo-off): New variables.
2086         (math-stack-value-offset-fancy): Replace variables c, wid and off
2087         by declared variables.
2088         (math-comp-just, math-comp-comma-spc): New variables.
2089         (math-compose-expr, math-compose-matrix): Replace variables `just'
2090         and comma-spc by declared variable.
2091         (math-comp-vector-prec): New variable.
2092         (math-compose-expr, math-compose-matrix, math-compose-rows):
2093         Replace variable vector-prec by declared variable.
2094         (math-comp-left-bracket, math-comp-right-bracket)
2095         (math-comp-comma): New variables.
2096         (math-compose-expr, math-compose-rows): Replace variables
2097         left-bracket, right-bracket and comma by declared variables.
2098         (math-comp-full-width): New variable.
2099         (math-comp-to-string-flat, math-comp-to-string-flat-term):
2100         Replace variable full-width by declared variable.
2101         (math-comp-highlight, math-comp-word, math-comp-level)
2102         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
2103         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
2104         New variables.
2105         (math-comp-to-string-flat, math-comp-to-string-flat-term)
2106         (math-comp-sel-flat-term): Replace variables comp-highlight,
2107         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
2108         declared variables.
2109         (math-comp-simplify, math-comp-simplify-term)
2110         (math-comp-add-string, math-comp-add-string-sel):
2111         Replace variables comp-highlight, comp-buf, comp-base,
2112         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
2114 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2116         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
2118         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
2119         and x-server-version may throw.
2121 2004-11-23  Kim F. Storm  <storm@cua.dk>
2123         * subr.el (substitute-key-definition-key): Optimize.
2124         Don't call indirect-function for nil defn (always signals error).
2126         * ido.el (ido-read-internal): Fix require-match check when
2127         ido-directory-too-big is set.
2129 2004-11-23  Jay Belanger  <belanger@truman.edu>
2131         * calc/calc-ext.el (math-read-replacement-list)
2132         (math-read-superscripts): New variables.
2133         (math-read-preprocess-string): New function.
2134         (math-read-expr): Filter input through math-read-preprocess-string.
2136         * calc/calc-aent.el (math-read-exprs): Filter input through
2137         math-read-preprocess-string.
2139 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
2141         * progmodes/compile.el (compilation-start): In cd command use
2142         substitute-env-vars -- not quite shell compatible but better than
2143         nothing.
2144         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
2145         handle the newer versions messages, which are more parseable.
2147 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2149         * reveal.el (reveal-mode-map): New var.
2150         (reveal-mode): Use it.
2152 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
2154         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
2155         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
2157 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2159         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
2160         header-line when needed.
2161         Use fixed-pitch only in the header-line.
2162         Build the underline automatically.  Use emdash if available.
2164 2004-11-22  Richard M. Stallman  <rms@gnu.org>
2166         * dired.el (dired-recursive-copies): Move from dired-aux.el.
2167         * dired-aux.el (dired-recursive-copies): Move to dired.el.
2169 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
2171         * progmodes/gdb-ui.el (gdb-resync): New function.
2172         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
2173         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
2174         Use it to fail more gracefully.
2175         (gdb-variables): Delete variable.
2176         Re-order variables to reduce byte-compiler warnings.
2178 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2180         * descr-text.el (describe-char):
2181         * paren.el (show-paren-function):
2182         * subr.el (syntax-after): Undo last change.
2184         * progmodes/python.el (run-python): Don't hard code *Python*.
2185         Don't modify global process-environment.
2186         (python-send-region, python-load-file): Don't assume that
2187         python-buffer == (process-buffer (python-proc)).
2188         (python-switch-to-python): Simplify.
2190         * dired.el (dired-align-file): Don't assume line starts with spaces.
2192 2004-11-21  Jay Belanger  <belanger@truman.edu>
2194         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
2195         Replace variable `lines' by math-read-big-lines.
2196         (math-read-big-expr): Replace variables the-baseline, the-h2
2197         and err-msg by math-read-big-baseline, math-read-big-h2 and
2198         math-read-err-msg.
2199         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
2201         * calc/calc-lang.el (math-read-big-rec): Fix typo.
2202         (math-read-big-balance): Replace unbound variable by value.
2203         (math-read-big-lines): New variable.
2204         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2205         (math-read-big-error, math-read-big-balance): Replace variable
2206         `lines' by declared variable.
2207         (math-read-big-baseline, math-read-big-h2): New variables.
2208         (math-read-big-rec): Replace variables the-baseline and the-h2
2209         by declared variables.
2210         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
2211         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2212         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
2213         declared variables.
2214         (math-read-big-err-msg): New variable.
2215         (math-read-big-error): Replace variable err-msg by declared variable.
2217 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2219         * ses.el: Add coding cookie.
2220         Fix up docstrings, follow new commenting conventions.
2221         (ses-header-line-menu): Fix missing variable rename for header-row.
2222         (ses-cell-size): Remove.
2223         (ses-make-cell): New function.
2224         (ses-cell, ses-insert-row, ses-insert-column): Use it.
2225         (ses-calculate-cell): Remove unused var `symbol'.
2226         (ses-narrowed-p): New function.
2227         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
2228         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
2229         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
2230         (ses-setup): Use restore-buffer-modified-p.
2231         (ses-cleanup): Remove unused var `end'.
2232         (ses-header-string-left-offset): Remove.
2233         (ses-create-header-string): Adjust to new behavior of `align-to'.
2234         Truncate excessively large fields to preserve alignment.
2235         (ses-reconstruct-all): Remove unused var `refs'.
2236         (ses-read-cell-printer): Remove unused var `prompt'.
2237         (ses-delete-row): Remove unused var `pos'.
2238         (ses-delete-column): Remove unused var `new'.
2240 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2242         * ps-print.el: Insert :version tag into all defgroup and defcustom.
2243         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2244         Eliminate eval-and-compile usage.
2245         (ps-insert-file): Use insert-file-contents instead of insert-file.
2246         (ps-setup): Code fix.
2248         * printing.el (pr-setup, lpr-setup): Code fix.
2250 2004-11-21  Jay Belanger  <belanger@truman.edu>
2252         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
2253         (calc-original-buffer): Declare them.
2254         (calc-user-formula-alist): New variable.
2255         (calc-user-define-formula, calc-fix-user-formula)
2256         (calc-user-define-composition, calc-finish-formula-edit):
2257         Replace variable `alist' by declared variable.
2258         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
2259         (var-q7, var-q7, var-q8, var-q9): Declare them.
2260         (calc-kbd-push): Don't check to see if var-q0 through var-q9
2261         are bound.
2262         (calcFunc-typeof): Replace undeclared variable by expression.
2263         (math-exp-env): New variable.
2264         (math-define-body, math-define-exp): Replace exp-env by declared var.
2265         (math-define-exp): Replace misplaced variable by expression.
2267         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
2268         (calc-curve-model, calc-curve-coefnames): New variables.
2269         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
2270         varnames, model and coefnames by declared variables.
2271         (math-root-widen): New variable.
2272         (math-search-root, math-find-root): Replace variable root-widen by
2273         declared variable.
2274         (var-DUMMY): Declare it.
2275         (math-root-vars, math-min-vars): Move the declarations to earlier in
2276         the file.
2277         (math-brent-min): Make d a local variable.
2278         (math-find-minimum): Replace non-existent variable.
2279         (math-ninteg-romberg): Remove unnecessary variable.
2280         (math-ninteg-temp): New variable.
2281         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
2282         integ-temp by declared variable.
2283         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
2284         New variables.
2285         (math-general-fit): Replace variables first-var, first-coef and
2286         new-coefs by declared variables.
2287         (calcFunc-fitvar): Replace variable first-var by declared variable.
2288         (calcFunc-fitparam): Replace variable first-coef by declared variable.
2289         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
2290         (math-all-vars-vars, math-all-vars-found): New variables.
2291         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
2292         found by declared variable math-all-vars-vars.
2294 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
2296         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
2297         of `defconst'.
2299 2004-11-20  Richard M. Stallman  <rms@gnu.org>
2301         * isearch.el (isearch-mode-map): Don't bind SPC.
2302         (isearch-whitespace-chars): Function deleted.
2303         (isearch-search): Bind search-spaces-regexp.
2304         (isearch-lazy-highlight-search): Likewise.
2305         (search-whitespace-regexp): Doc fix.
2306         (isearch-forward-regexp): Doc fix.
2308         * emacs-lisp/bytecomp.el (byte-compile-form):
2309         Move the calls to byte-compile-set-symbol-position,
2310         to avoid having two for the same symbol occurrence.
2312         * comint.el (comint-input-ring-size): Increase to 150.
2314         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
2315         New variables.
2316         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
2317         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
2319         * imenu.el (imenu--generic-function):
2320         Ensure we keep moving backward even if BEG isn't further back.
2322         * replace.el (query-replace-read-to, query-replace-read-from):
2323         Specify t for KEEP-ALL in read-from-minibuffer.
2325         * progmodes/python.el (python-switch-to-python):
2326         If Python isn't running, start it.
2327         Don't alter debug-ignored-errors.
2329         * progmodes/cperl-mode.el (cperl-indent-region):
2330         Don't mind imenu-scanning-message.
2332         * bindings.el (global-map): Bind C-e to move-end-of-line.
2334         * simple.el (line-move-finish): New arg FORWARD.
2335         Ignore invisible newlines, not intangible ones.
2336         Conditions for acceptable stopping positions depend on FORWARD.
2337         (line-move): Pass FORWARD arg to line-move-finish.
2339         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
2340         of HEADER.  Compensate for this change in the code to add display
2341         properties.  Don't make the first line intangible.
2343         * info.el (Info-search): Fix previous change.
2345 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
2347         * Makefile.in (recompile): Revert 2004-11-19 change.
2348         (compile): Likewise.
2350 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
2352         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
2354 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2356         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
2357         defgroup and defcustom.  Eliminate eval-and-compile usage.
2359         * progmodes/ebnf-otz.el: Fix typos.
2361 2004-11-19  Jay Belanger  <belanger@truman.edu>
2363         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
2364         (calc-edit-finish, calc-finish-stack-edit): Replace variable
2365         disp-trail by declared variable.
2367         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
2368         (calc-finish-selection-edit):  Replace variable disp-trail by
2369         declared variable.
2370         (calc-selection-cache-entry): Move declaration to earlier in the file.
2371         (calc-selection-cache-num, calc-selection-cache-comp)
2372         (calc-selection-cache-offset, calc-selection-true-num)
2373         (calc-final-point-line, calc-final-point-column)
2374         (calc-original-buffer): Declare them.
2375         (calc-fnp-op, calc-fnp-num): New variables.
2376         (calc-find-nth-part, calc-find-nth-part-rec)
2377         (calc-select-previous): Replace op and num by declared variables.
2378         (calc-rsf-old, calc-rsf-new): New variables.
2379         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
2380         Replace variables old and new by declared variables.
2381         (calc-sel-reselect): New variable.
2382         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
2383         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
2384         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
2385         reselect with declared variable.
2387         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
2388         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
2389         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
2390         (math-import-list, math-rewrite-phase): Declare them.
2391         (math-rewrite):  Use let* to declare variables.
2392         (calc-rewrite-selection): Make rules a local variable.
2393         (calc-rewr-sel): New variable.
2394         (calc-rewrite-selection, calc-locate-selection-marker)
2395         (calc-rewrite): Use the declared variable calc-rewr-sel instead
2396         of sel.
2397         (math-rewrite-whole-expr): New variable.
2398         (math-rewrite, math-rewrite-phase): Replace variable expr by
2399         declared variable.
2400         (math-rewrite-heads-heads, math-rewrite-heads-skips)
2401         (math-rewrite-heads-blanks ): New variables.
2402         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
2403         heads, skips and blanks by declared variables.
2404         (math-rwcomp-subst-old, math-rwcomp-subst-new)
2405         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
2406         New variables.
2407         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
2408         old, new, old-func and new-func by declared variables.
2409         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
2410         Remove unnecessary variable.
2411         (math-apply-rw-regs): New variable.
2412         (math-apply-rewrites, math-rwapply-replace-regs)
2413         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
2414         (math-apply-rw-ruleset): New variable.
2415         (math-apply-rewrites, math-rwapply-remember): Replace variable
2416         ruleset by declared variable.
2418 2004-11-19  Richard M. Stallman  <rms@gnu.org>
2420         * info.el (Info-search): Use search-whitespace-regexp.
2422 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
2424         * vc-rcs.el (vc-rcs-parse): New function.
2425         (vc-rcs-annotate-command): Likewise.
2426         (vc-rcs-annotate-current-time): Likewise.
2427         (vc-rcs-annotate-time): Likewise.
2428         (vc-rcs-annotate-extract-revision-at-line): Likewise.
2430 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
2432         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
2434 2004-11-18  Jay Belanger  <belanger@truman.edu>
2436         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
2438 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2440         * printing.el: Eliminate use of interactive-p and eval-and-compile.
2441         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2442         Use make-temp-file to generate PostScript files in any situation.
2443         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
2444         (pr-interactive-p): Eliminate var.
2445         (pr-save-interactive): Eliminate macro.
2446         (pr-interface, pr-ps-directory-preview)
2447         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2448         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2449         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2450         (pr-ps-buffer-ps-print, pr-ps-region-preview)
2451         (pr-ps-region-using-ghostscript, pr-ps-region-print)
2452         (pr-ps-region-ps-print, pr-ps-mode-preview)
2453         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2454         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2455         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
2456         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2457         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2458         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2459         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2460         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2461         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2462         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2463         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2464         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
2465         Eliminate pr-save-interactive usage.
2466         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
2467         Eliminate pr-interactive-p usage.
2468         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
2469         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
2470         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
2471         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
2472         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
2473         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
2474         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
2475         New funs.
2476         (pr-ps-file): Use make-temp-file to generate a temporary file.
2478 2004-11-17  Jay Belanger  <belanger@truman.edu>
2480         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
2481         a local variable.
2482         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
2483         (math-top-only): New variable.
2484         (math-simplify, math-simplify-step): Replace variable top-only by
2485         declared variable math-top-only.
2486         (math-simplify-expr): Declare it.
2487         Replace argument expr in all calls of math-defsimplify by
2488         math-simplify-expr.
2489         (math-simplify-plus, math-simplify-times, math-simplify-divide)
2490         (math-simplify-divisor, math-simplify-one-divisor)
2491         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
2492         (math-simplify-pow): Replace variable expr by declared variable
2493         math-simplify-expr.
2494         (math-simplify-divisor): Remove local variables temp and op.
2495         (math-simplify-one-divisor): Make temp and op local variables.
2496         (math-simplify-divisor-nover, math-simplify-divisor-dover):
2497         New variables.
2498         (math-simplify-divisor, math-simplify-one-divisor):
2499         Replace variables nover and dover by declared variables.
2500         (math-expr-subst-new, math-expr-subst-old): New variables.
2501         (math-expr-subst, math-expr-subst-rec): Replace variables new
2502         and old by declared variables.
2503         (math-is-poly-degree, math-is-poly-loose): New variables.
2504         (math-is-polynomial, math-is-poly-rec): Replace variables degree
2505         and loose by declared variables.
2506         (math-poly-base-const-ok, math-poly-base-pred): New variables.
2507         (math-polynomial-base, math-polynomial-base-rec):
2508         Replace variables const-ok and mpb-pred by declared variables.
2510         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
2512         * calc/calc-ext.el (math-defsimplify): Change the argument in
2513         the created function to math-simplify-expr.
2515         * calc/calc-units.el (math-simplify-expr): Declare it.
2516         Replace argument expr in all calls of math-defsimplify by
2517         math-simplify-expr.
2518         (math-simplify-units-prod): Replace variable expr by declared
2519         variable math-simplify-expr.
2521 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2523         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
2524         Replace mapcar->dolist, format->string.
2526 2004-11-17  Miles Bader  <miles@gnu.org>
2528         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
2529         * progmodes/idlwave.el: Remove RCS keywords.
2531 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
2533         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
2534         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
2535         Update to IDLWAVE version 5.5.  Too many changes to list them here.
2536         * progmodes/idlw-help.el: New file.
2538 2004-11-16  Richard M. Stallman  <rms@gnu.org>
2540         * international/iso-cvt.el (iso-tex2iso-trans-tab):
2541         Discard spaces after \i according to TeX rules.
2543         * international/mule.el (set-buffer-file-coding-system):
2544         New arg NOMODIFY.
2545         (after-insert-file-set-coding): Pass that new arg.
2546         Prevent set-buffer-multibyte from trying to lock the file.
2548         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
2550         * saveplace.el (save-place): Doc fix.
2552         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
2553         temporarily widen before finding the following word to copy.
2555         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
2556         (cl-map-keymap): Definition deleted.
2558         * subr.el (map-keymap-internal): New function.
2560 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2562         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
2563         when pressing rather than when releasing mouse-2.  Simplify.
2565 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2567         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
2568         (compilation-mode): Set it here instead.
2570         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
2572         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
2573         (loop, cl-parse-loop-clause, defsetf): Use backquote.
2575 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2577         * progmodes/compile.el (compilation-internal-error-properties):
2578         Fix up a transposition-typo.  Check end-col before using it.
2580 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
2582         * international/iso-cvt.el (iso-tex2iso-trans-tab):
2583         Discard whitespace after macro \i when converting it.
2585 2004-11-16  Juri Linkov  <juri@jurta.org>
2587         * emacs-lisp/find-func.el (find-function-regexp):
2588         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
2589         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
2590         Remove invalid `\W' from [^cgv\W].  Doc fix.
2591         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
2593 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
2595         * play/life.el: Maintainer is now FSF.
2596         (life-patterns, life-neighbor-deltas, life-window-start)
2597         (life-current-generation, life-generation-string): Use defvar
2598         instead of defconst.
2600 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2602         * progmodes/compile.el (compilation-move-to-column): New fun.
2603         (compilation-internal-error-properties)
2604         (compilation-next-error-function): Use it to make sure we don't go past
2605         the end of line.
2607 2004-11-15  John Paul Wallington  <jpw@gnu.org>
2609         * autoinsert.el (auto-insert-alist): Insert the user's name in
2610         copyright notice, rather than Free Software Foundation, for the
2611         Emacs Lisp header case too.
2613 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2615         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
2616         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2617         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
2618         return the list of string in a string.
2619         (pr-call-process): Message if calling process returns an error, that
2620         is, the exit status is different of zero.
2622 2004-11-15  Jay Belanger  <belanger@truman.edu>
2624         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
2625         variable var-thing.
2626         (math-integ-depth, math-integ-level, math-integral-limit)
2627         (math-enable-subst, math-any-substs, math-integ-msg)
2628         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
2629         (math-int-threshold, math-int-factors, math-double-roots)
2630         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
2631         (var-GenCount):  Declare these variables.
2632         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
2633         (math-integral-cache, math-integral-cache-state):
2634         Move declarations to earlier in the file.
2635         (math-deriv-var, math-deriv-total, math-deriv-symb)
2636         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
2637         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
2638         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
2639         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
2640         (math-solve-res):  New variables
2641         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
2642         (math-integral, math-replace-integral-parts)
2643         (math-integrate-by-parts, calc-dump-integral-cache)
2644         (math-try-integral, math-do-integral, math-do-integral)
2645         (math-do-integral-methods, math-try-solve-for)
2646         (math-try-solve-prod, math-solve-poly-funny-powers)
2647         (math-solve-crunch-poly, math-decompose-poly)
2648         (math-solve-find-root-term, math-find-root-in-prod)
2649         (math-integ-try-linear-substitutions)
2650         (math-integ-try-substitutions, math-expr-rational-in)
2651         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
2652         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
2653         (math-solve-for, math-solve-system, math-solve-system-rec)
2654         (math-solve-get-sign, math-solve-get-int)
2655         (math-solve-system-subst): Replace undeclared variables with newly
2656         declared variables.
2658 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2660         * winner.el (winner-active-region, winner-edges, winner-window-list):
2661         Define at toplevel.
2662         (winner-mode-map): Move init inside declaration.
2664 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
2666         * files.el (convert-standard-filename): Doc fix.
2668 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
2670         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
2671         passwd, group, shadow, default/* and pam.d/*.
2673 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2675         * printing.el (pr-menu-spec): Adjust menu specification.
2677 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2679         * printing.el: Doc fix.  Insert :version tag into all defcustom.
2680         Handle interactive-p as is recommended in Emacs Lisp Reference.
2681         Set the file permission bits for newly created files.
2682         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2683         The printing menu specification (in `pr-menu-spec') was merged.
2684         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2685         (pr-version): New version number (6.8.3).
2686         (pr-file-modes): New option.
2687         (pr-interactive-p): New var.
2688         (pr-save-interactive, pr-save-file-modes): New macros.
2689         (pr-setup): Code fix.
2690         (pr-menu-spec): Menu specification merged.
2691         (pr-call-process, pr-text2ps): Set file permission bits.
2692         (pr-despool-print): Set file permission bits.  Handle interactive-p as
2693         is recommended.
2694         (pr-interface, pr-ps-directory-preview)
2695         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2696         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2697         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2698         (pr-ps-buffer-ps-print, pr-ps-region-preview)
2699         (pr-ps-region-using-ghostscript, pr-ps-region-print)
2700         (pr-ps-region-ps-print, pr-ps-mode-preview)
2701         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2702         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2703         (pr-despool-using-ghostscript, pr-despool-ps-print)
2704         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2705         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2706         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2707         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2708         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2709         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2710         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2711         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2712         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
2713         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
2714         Handle interactive-p as is recommended.
2716 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2718         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
2719         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2721         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
2722         so it doesn't forget to highlight the beginning of the region either.
2724 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
2726         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
2727         (c-font-lock-init): Eliminate obsolete make-local-hook.
2728         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2729         (awk-mode): Use run-mode-hooks.
2731         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
2733 2004-11-13  Kim F. Storm  <storm@cua.dk>
2735         * mouse.el (mouse-drag-copy-region): Add :version.
2736         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
2737         while dragging mode line, so mode line can be dragged downwards.
2738         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
2739         while pressing mouse button so window doesn't scroll until we
2740         release the mouse if clicking on partially visible line.
2742 2004-11-12  Jay Belanger  <belanger@truman.edu>
2744         * calc/calc-graph.el (calc-dumb-map):  Declare it.
2745         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
2746         than unbound.
2747         (calc-graph-name):  Made `end' a local variable.
2748         (calc-graph-lookup):  Made `varname' a local variable.
2749         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
2750         Declare them.
2751         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
2752         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
2753         the unused variable y3vec.
2754         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
2755         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
2756         calc-graph-prev-kill-hook.
2757         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
2758         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
2759         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
2760         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
2761         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
2762         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
2763         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
2764         (calc-graph-y3value, calc-graph-y3name)
2765         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
2766         (calc-graph-stepcount, calc-graph-is-splot)
2767         (calc-graph-surprise-splot, calc-graph-blank)
2768         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
2769         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
2770         (calc-graph-recompute-2d, calc-graph-compute-3d)
2771         (calc-graph-format-data): Replace undeclared variables with the
2772         above newly declared variables.
2774 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
2776         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
2777         `rsf-beep' and `rsf-sleep-after-message'.
2779         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
2780         list if `message-sender' is non-nil.
2782 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2784         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
2785         consing by using mapc instead of mapcar.
2787 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
2789         * tooltip.el (require): Explain why CL is needed.
2791 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2793         * printing.el: Insert :version into defgroup (printing).  All reference
2794         to Files option in menubar were changed to File.
2795         (pr-version): New version number (6.8.2).
2796         (pr-get-symbol): Call easy-menu-intern.
2797         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
2798         compilation gripes.
2800 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2802         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
2803         new byte-compile-function-environment binding to t.
2805         * font-lock.el (font-lock-fontify-syntactically-region):
2806         Don't forget to highlight the last char when we hit `end'.
2808         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
2809         (mwheel-scroll): Adjust accordingly.
2811         * cvs-status.el: Reduce spurious warnings.
2812         (cvs-status-checkout): Remove.
2813         (cvs-status-mode-map): Use cvs-mode-checkout instead.
2815         * pcvs.el (cvs-mode-checkout): New command.
2817         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
2819         * tooltip.el: Require CL.
2821         * emacs-lisp/bytecomp.el: Use push.
2822         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
2823         (defalias): Remove the `byte-compile' property and add
2824         a `byte-hunk-handler'.
2826 2004-11-11  Juri Linkov  <juri@jurta.org>
2828         * info.el (Info-search): Save match data for isearch.
2829         Skip Tag Table node.
2831         * descr-text.el (describe-char): Replace syntax-after with code
2832         from its previous version.
2834         * files.el (magic-mode-alist): Use optimization for SGML mode too.
2835         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
2837         * international/mule.el (sgml-html-meta-auto-coding-function):
2838         Remove > after <html to allow HTML attributes.
2840 2004-11-11  Jay Belanger  <belanger@truman.edu>
2842         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
2843         a variable.
2844         (calcFunc-dfac):  Replace unbound max by n.
2845         (math-stirling-local-cache):  New variable.
2846         (math-stirling-number, math-stirling-1, math-stirling-2):
2847         Replace the variable `cache' by the declared variable
2848         math-stirling-local-cache.
2849         (var-RandSeed):  Declare it as a variable.
2850         (math-init-random-base, math-random-digit):  Don't check to see if
2851         var-RandSeed is bound.
2852         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
2853         Declare them instead of just setting them.
2854         (math-init-random-base):  Made i a local variable.
2855         (math-random-digit):  Made math-random-last a local variable.
2856         (math-prime-test-cache):  Move declaration to before it is used.
2857         (math-prime-test-cache-k, math-prime-test-cache-q)
2858         (math-prime-test-cache-nm1, math-prime-factors-finished):
2859         Declare them as variables.
2861 2004-11-11  Jay Belanger  <belanger@truman.edu>
2863         * calc/calc-ext.el (math-defcache):  Use defvar for the new
2864         variables it creates.
2866 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
2868         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
2869         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
2870         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
2871         (desktop-save): Add :version.
2873 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2875         * printing.el (pr-get-symbol): Don't downcase.
2877 2004-11-10  Jay Belanger  <belanger@truman.edu>
2879         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
2880         string to kill-ring.
2882         * calc/calc-aent.el (calc-alg-exp, math-toks)
2883         (math-exp-pos,math-exp-old-pos, math-exp-token)
2884         (math-exp-keep-spaces, math-exp-str):  New variables.
2885         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
2886         (calcAlg-enter):  Use declared variable calc-alg-exp.
2887         (math-build-parse-table, math-find-user-token):  Use declared
2888         variable math-toks.
2889         (math-read-exprs, math-read-token, calc-check-user-syntax)
2890         (calc-match-user-syntax, match-factor-after, math-read-factor):
2891         Use declared variables math-exp-pos math-exp-old-pos.
2892         (math-read-exprs, math-read-token, math-read-expr-level)
2893         (calc-check-user-syntax, calc-match-user-syntax)
2894         (match-factor-after, math-read-factor):  Use declared variable
2895         math-exp-token.
2896         (math-read-exprs, math-read-expr-list, math-read-token)
2897         (math-read-factor):  Use declared variable math-exp-keep-spaces.
2898         (math-read-exprs, math-read-token):  Use declared variable
2899         math-exp-str.
2900         (calc-match-user-syntax):  Make m a local variable.
2902         * calc/calc-ext.el (math-read-expr):  Use declared variables
2903         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
2904         math-exp-keep-spaces.
2906         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
2907         variables math-exp-pos, math-exp-str.
2909         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
2910         math-exp-old-pos.
2911         (math-parse-fortran-vector, math-parse-fortran-vector-end)
2912         (math-parse-eqn-prime):  Use declared variable math-exp-token.
2914         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
2915         Use declared variable math-exp-pos.
2916         (math-check-for-commas):  Use declared variable math-exp-str.
2917         (math-read-brackets):  Use declared variables math-exp-old-pos,
2918         math-exp-keep-spaces.
2919         (math-read-brackets, math-read-vector, math-read-matrix):
2920         Use declared variable math-exp-token.
2922 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2924         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
2925         where the keymap is a symbol.
2926         (easy-menu-add-item): Use keymap-prompt.  Simplify.
2928         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
2930         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
2931         (sgml-parse-tag-backward): Use it to skip spurious < or >.
2933 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
2935         * ebuff-menu.el: Doc fixes throughout.
2936         (electric-buffer-menu-mode-hook): New defvar.
2938 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
2940         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
2941         compilation. The resulting compiler warnings appear to be harmless.
2943 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
2945         * textmodes/conf-mode.el: New file.
2947         * files.el (auto-mode-alist, magic-mode-alist): Use it.
2949 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2951         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2953 2004-11-09  Jay Belanger  <belanger@truman.edu>
2955         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
2957         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2958         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
2959         (calc-z-prefix-help, calc-user-function-list):  Use declared
2960         variables calc-z-prefix-buf, calc-z-prefix-msgs.
2961         (math-map-tree, math-map-tree-rec):  Use declared variables
2962         math-mt-many, math-mt-func.
2963         (math-read-expression, math-read-string):  Use declared variable
2964         math-expr-data.
2966         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
2967         variable math-normalize-a.
2969         * calc/calc.el (math-normalize-a):  New variable.
2970         (math-normalize):  Use declared variable math-normalize-a.
2972         * calc/calc-poly.el (math-expand-form):  Use declared variable
2973         math-mt-many.
2975         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2976         Use declared variable math-mt-many.
2977         (math-rewrite):  Use declared variable math-mt-func.
2979         * calc/calc-vec.el (math-read-brackets, math-read-vector)
2980         (math-read-matrix):  Use declared variable math-expr-data.
2982         * calc/calc-lang.el (math-parse-fortran-vector)
2983         (math-parse-fortran-vector-end, math-parse-tex-sum)
2984         (math-parse-eqn-matrix, math-parse-eqn-prime)
2985         (math-read-math-subscr):  Use declared variable math-expr-data.
2987         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
2988         (math-read-expr-level, math-read-token, calc-check-user-syntax)
2989         (calc-match-user-syntax, math-read-if, math-factor-after)
2990         (math-read-factor):  Use declared variable math-expr-data.
2992 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
2994         * calendar/diary-lib.el (diary-from-outlook)
2995         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
2996         interactive-p; but rather new optional argument NOCONFIRM.
2998 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3000         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
3001         (easy-menu-name-match): Revert correspondingly.
3003 2004-11-09  Richard M. Stallman  <rms@gnu.org>
3005         * emacs-lisp/bytecomp.el (byte-compile-defalias):
3006         Turn off warnings for the new function even if definition not constant.
3007         If the definition isn't a quoted symbol, record (FUNCTION . t).
3008         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
3009         (byte-compile-callargs-warn): Handle (FUNCTION . t).
3010         (display-call-tree, byte-compile-arglist-warn):
3011         Handle t returned by byte-compile-fdefinition.
3013 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3015         * Makefile.in (maintainer-clean): Depend on distclean.
3017         * help-fns.el (help-C-file-name): File name must be in build-files
3018         to be returned.
3020 2004-11-09  Jay Belanger  <belanger@truman.edu>
3022         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
3023         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
3025         * calc/calc.el (calc, calc-trail-display, calc-mode):
3026         Remove obsolete sections.
3028         * calc/calc.el (calc-x-paste-text):  Remove.
3030         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
3031         mouse-2.
3033 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
3035         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
3036         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
3037         current frame (in case of recursive calls).
3038         (gdb-show-changed-values): Add :version keyword.
3040 2004-11-09  Kenichi Handa  <handa@m17n.org>
3042         * international/mule-cmds.el: Change coding: tag back to
3043         iso-2022-7bit.
3045 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3047         * international/mule-cmds.el: Change coding-system to utf-8.
3048         (select-safe-coding-system-interactively):
3049         New function extracted from select-safe-coding-system.
3050         (select-safe-coding-system): Use it.
3052 2004-11-08  Richard M. Stallman  <rms@gnu.org>
3054         * subr.el (syntax-after): Doc fix.
3056         * paren.el (show-paren-function): Change calls to syntax-after
3057         for new way of returning the value.
3059         * menu-bar.el (menu-bar-file-menu): Make this the real name
3060         and menu-bar-files-menu the alias.  Use the former.
3061         (global-map): Use `file', not `files', as the symbol.
3063         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
3065         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
3066         Don't use beginning-of-buffer.
3067         (filesets-cmd-show-result): Use with-no-warnings.
3069 2004-11-08  Juri Linkov  <juri@jurta.org>
3071         * progmodes/compile.el (compile): Don't overwrite last command in
3072         minibuffer history with default command if they are not equal.
3074 2004-11-08  Jay Belanger  <belanger@truman.edu>
3076         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
3077         non-linear substitutions.
3079 2004-11-08  Jay Belanger  <belanger@truman.edu>
3081         * calc/calcalg2.el (math-linear-subst-tried): New variable.
3082         (math-do-integral):  Set `math-linear-subst-tried' to nil.
3083         (math-do-integral-methods):  Use `math-linear-subst-tried' to
3084         determine what type of substitution to try.
3085         (math-integ-try-linear-substituion):
3086         Set `math-linear-subst-tried' to t.
3088 2004-11-08  Kim F. Storm  <storm@cua.dk>
3090         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
3092 2004-11-07  Juri Linkov  <juri@jurta.org>
3094         * info-look.el (info-lookup): Allow reusing in the current buffer
3095         not only *info* buffer, but all (even renamed) Info buffers
3096         by checking for major-mode instead of *info* buffer name.
3097         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
3098         (octave-mode, maxima-mode) <doc-spec>:
3099         Allow long dashes generated by Texinfo 4.7 before definitions.
3100         (texinfo-mode) <doc-spec>: Add space to suffix to find command
3101         definitions with argument separated by space.
3103 2004-11-06  Richard M. Stallman  <rms@gnu.org>
3105         * simple.el (next-error group, face): Move before first use.
3106         (next-error-highlight, next-error-highlight-no-select): Likewise.
3108         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
3109         (line-move): New args NOERROR and TO-END.
3110         Return t if if succeed in moving specified number of lines.
3111         (move-end-of-line): New function.
3113         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
3114         (end-of-buffer-other-window): Likewise.
3116         * simple.el (line-move-ignore-invisible): Default to t.
3118         * subr.el (syntax-after): Return the syntax letter, not the raw code.
3120         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
3122         * international/iso-cvt.el (iso-cvt-define-menu):
3123         Rename menu-bar-files-menu to menu-bar-file-menu.
3125         * net/browse-url.el (browse-url-gnome-moz-program)
3126         (browse-url-gnome-moz-arguments): Move up before first use.
3128         * net/tramp.el (tramp group): Add :version.
3130         * progmodes/ada-xref.el (ada-gdb-application):
3131         Use goto-char instead of beginning-of-buffer.
3133         * progmodes/cperl-mode.el (cperl-info-on-command):
3134         Use goto-char instead of beginning-of-buffer.
3136         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
3137         Move up before first use.
3138         (idlwave-shell-temp-pro-file): Likewise.
3139         (idlwave-shell-temp-rinfo-save-file): Likewise.
3140         (idlwave-shell-temp-file): Minor doc fix.
3142         * textmodes/flyspell.el (flyspell-external-point-words):
3143         Use goto-char instead of beginning-of-buffer.
3145 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
3147         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
3148         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
3149         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
3151 2004-11-06  David Ponce  <david@dponce.com>
3153         * recentf.el (recentf-menu-path): Use menu item name.
3155 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
3157         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
3158         display doesn't support images.
3160 2004-11-06  Andreas Schwab  <schwab@suse.de>
3162         * tempo.el (tempo-match-finder): Doc fix.
3164         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
3166 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3168         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
3169         (easy-menu-lookup-name): New fun to replace it.
3170         (easy-menu-get-map): Use it to obey menu item names (rather than just
3171         keys) when looking up `path'.
3172         (easy-menu-always-true-p): Rename from easy-menu-always-true.
3173         (easy-menu-convert-item-1): Adjust to new name.
3175 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
3177         * outline.el (hide-body): Don't hide lines at the top of the file
3178         that precede the first header line.
3180 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
3182         * align.el (align-areas): Delete whitespace before reindenting, so
3183         that tabs are never placed after spaces.
3185 2004-11-06  Alan Shutko  <ats@acm.org>
3187         * macros.el (insert-kbd-macro): Do completions based on macros,
3188         rather than all commands.
3190 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
3192         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
3193         to solve a bug whereby tags with 'b' don't match.
3195 2004-11-05  Juri Linkov  <juri@jurta.org>
3197         * info.el (Info-search): Don't search in node header lines
3198         and file headers.
3200         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
3201         symbol-constituent characters after dot, not only digits.
3203 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
3205         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
3207 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3209         * dired.el (dired-read-dir-and-switches): Call read-directory-name
3210         if a dialog will be used, read-file-name otherwise.
3212 2004-11-04  Richard M. Stallman  <rms@gnu.org>
3214         * textmodes/table.el (table group): Add :version.
3216         * textmodes/ispell.el (ispell-word):
3217         Don't alter args; set them only thru `interactive' spec.
3219         * textmodes/flyspell.el (flyspell-word):
3220         Don't alter FOLLOWING; set it only thru `interactive' spec.
3222         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
3224         * net/browse-url.el (browse-url-maybe-new-window):
3225         Use called-interactively-p.
3227         * mail/supercite.el (sc-cite-region):
3228         Don't use interactive-p.  Add arg INTERACTIVE.
3229         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
3231         * international/mule-cmds.el (set-input-method, toggle-input-method):
3232         Don't use interactive-p.  Add arg INTERACTIVE.
3234         * eshell/esh-mode.el (eshell-show-maximum-output):
3235         Don't use interactive-p.
3236         (eshell-truncate-buffer): Just message, no error, if buffer is short.
3238         * mouse.el (mouse-show-mark): Get positions to delete from mark
3239         and point, not from mouse-drag-overlay.
3241         * imenu.el (imenu-eager-completion-buffer): Add :version.
3243         * filesets.el (filesets group): Add :version.
3245 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
3247         * files.el (xml-based-modes): Delete var.
3248         (magic-mode-alist): New more general var.
3249         (set-auto-mode): Use it.
3251         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
3252         when clicking from another window.
3254 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
3256         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
3257         (vc-cvs-annotate-time): Incorporate value of deleted var.
3258         Remove special-case handling of beginning-of-buffer cruft.
3259         Cache ending position (point) and return value in text property
3260         `vc-cvs-annotate-time', and consult it on subsequent invocations.
3262         * vc-cvs.el (vc-cvs-annotate-command):
3263         Delete extraneous lines from beginning of buffer.
3264         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
3266         * progmodes/grep.el (grep-default-command): Take empty string
3267         for tag if all other methods yield nil.  Shell-quote the tag.
3269         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
3270         spec in `interactive' form, and mention it in the docstring.
3271         Also, make sure point is at bol after calling `annotate-time'.
3273 2004-11-02  Richard M. Stallman  <rms@gnu.org>
3275         * cus-edit.el (customize-group-other-window):
3276         Select the window that displays the custom buffer.
3277         (custom-buffer-create-other-window): Likewise.
3279         * comint.el (comint-insert-input): Fix previous change.
3281         * emacs-lisp/elp.el (elp-instrument-function):
3282         Use called-interactively-p.
3284         * emacs-lisp/easymenu.el (easy-menu-intern):
3285         Don't downcase; rather, case-flip the first letter of each word.
3287         * emacs-lisp/easy-mmode.el (define-minor-mode):
3288         Use called-interactively-p.
3290         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
3291         Add interactive-only.
3292         (byte-compile-warnings): Add interactive-only as option.
3293         (byte-compile-interactive-only-functions): New variable.
3294         (byte-compile-form): Warn about calls to functions
3295         in byte-compile-interactive-only-functions.
3297         * emacs-lisp/autoload.el (update-file-autoloads):
3298         Don't use interactive-p; take new arg SAVE-AFTER.
3300         * emacs-lisp/advice.el (ad-make-advised-definition):
3301         Use called-interactively-p.
3303 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3305         * files.el (find-file-existing): New function.
3307         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
3308         find-file-existing.  Add "New File..." that calls find-file.
3310         * diropen.pbm, diropen.xpm: New files.
3312         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
3313         icon diropen.  New tool bar item find-file-existing uses icon open.
3315         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
3316         instead of read-file-name.
3318 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
3320         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
3321         (icalendar--split-value): Change name of work buffer.
3322         (icalendar--get-weekday-abbrev): Return nil on error.
3323         (icalendar--date-to-isodate): New function.
3324         (icalendar-convert-diary-to-ical)
3325         (icalendar-extract-ical-from-buffer): Use only two args for
3326         make-obsolete (XEmacs compatibility).
3327         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
3328         (icalendar-export-region): Doc fix.
3329         If error, return non-nil and write errors to a buffer.
3330         Use correct weekday for weekly recurring events.
3331         Check whether date has been parsed for ordinary events.
3332         Make weekly events start in the year 2000.
3333         DTEND is non-inclusive, shift end date by one day if
3334         necessary (not for entries that have date and time).
3335         Rename local let variables: oops -> found-error, datestring ->
3336         startdatestring.
3338 2004-11-02  Kim F. Storm  <storm@cua.dk>
3340         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
3341         keep-mode-if-same variable.  Add it as optional arg instead.
3342         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
3344         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
3345         substitute-command-keys will select lower-case bindings like those
3346         used in the static help texts.
3348         * descr-text.el (describe-text-properties): Don't err if called in
3349         the *Help* buffer; output to *Help-2* buffer instead.
3351         * kmacro.el (group kmacro): Add :version.
3352         (kmacro-keyboard-quit): New function to cleanup on C-g.
3353         (kmacro-start-macro): Set defining-kbd-macro to append when
3354         appending to last macro.
3356         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
3358 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
3360         * progmodes/gdb-ui.el (gdb-enable-debug-log)
3361         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
3362         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
3363         Add :version keyword.
3365 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
3367         * progmodes/flymake.el (flymake-err-line-patterns):
3368         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
3369         `compilation-error-regexp-alist-alist' to internal Flymake format.
3371         * progmodes/flymake.el: Eliminate byte-compiler warnings.
3373 2004-11-01  Jay Belanger  <belanger@truman.edu>
3375         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
3376         with `interactive "s"'.
3378 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3380         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3381         Revert change from 2004-10-16.  '*' checks the current buffer, but the
3382         mouse click may be in another buffer.
3384 2004-11-01  John Paul Wallington  <jpw@gnu.org>
3386         * files.el (large-file-warning-threshold): Add :version keyword.
3387         (kill-some-buffers): Doc fix.
3389         * thumbs.el (group thumbs): Add :version keyword.
3391         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
3393 2004-11-01  Richard M. Stallman  <rms@gnu.org>
3395         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
3397         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
3399         * allout.el (allout group): Add :version.
3400         (allout-init): Don't use interactive-p.
3401         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
3402         (allout-forward-current-level, allout-backward-current-level):
3403         Don't use interactive-p.
3405         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
3406         (bibtex-find-text): Likewise.
3408         * progmodes/vhdl-mode.el (vhdl-fill-region)
3409         (vhdl-beginning-of-statement): Don't use interactive-p.
3411         * progmodes/idlwave.el (idlwave-update-routine-info):
3412         Don't use interactive-p.
3414         * progmodes/idlw-shell.el (idlwave-shell-send-char):
3415         Don't use interactive-p.
3417         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
3418         Don't use interactive-p.
3420         * progmodes/ada-xref.el (ada-make-body-gnatstub):
3421         Don't use interactive-p.
3423         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
3424         (fortune-in-buffer): Doc fix.
3426         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
3428         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
3429         don't select the temporary buffer.
3430         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
3431         (eudc-get-phone): Likewise.
3433 2004-11-01  Kim F. Storm  <storm@cua.dk>
3435         * man.el (Man-xref-normal-file): Fix help-echo.
3437 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3439         * reveal.el (reveal-last-tick): New var.
3440         (reveal-post-command): Use it to avoid closing overlays when we're
3441         appending text to them.
3443 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3445         * textmodes/bibtex.el: Require button.
3446         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
3447         (bibtex-reference-keys): Distinguish between header keys and
3448         crossref keys.
3449         (bibtex-beginning-of-field): New function.
3450         (bibtex-url-map): Remove.
3451         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
3452         (bibtex-font-lock-url-regexp): Assume that field names begin at
3453         the beginning of a line.
3454         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
3455         Remove field delimiters.  Use bibtex-beginning-of-field.
3456         Bugfix, point can be inside a field with a url.
3457         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
3458         New functions.
3459         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
3460         (bibtex-key-in-head): Simplify.
3461         (bibtex-current-line): Use bolp.
3462         (bibtex-parse-keys): Remove unused arg `add'.
3463         Use bibtex-type-in-head and bibtex-key-in-head.
3464         (bibtex-parse-entry, bibtex-autofill-entry):
3465         Use bibtex-type-in-head and bibtex-key-in-head.
3466         (bibtex-autokey-get-field): Do not alter case of replacement text.
3467         (bibtex-autokey-get-names): Do all processing of name list.
3468         (bibtex-autokey-get-year): New function.
3469         (bibtex-autokey-get-title): Do all processing of title words.
3470         (bibtex-generate-autokey): Simplify.
3471         (bibtex-string-files-init): Use default-directory.
3472         Allow for absolute file names in bibtex-string-files.
3473         (bibtex-files, bibtex-file-path): New variables.
3474         (bibtex-files-expand): New function.
3475         (bibtex-find-entry-globally): New command.
3476         (bibtex-summary-function): New variable.
3477         (bibtex-summary): Default value of bibtex-summary-function.
3478         (bibtex-find-crossref): New optional args pnt and split.
3479         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
3480         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
3481         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
3482         Fix handling of required and alternative fields.
3483         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
3484         Use cons and display-buffer.
3485         (bibtex-validate-globally): New command.
3486         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
3487         bibtex-parse-keys and bibtex-parse-strings for updating
3488         bibtex-reference-keys and bibtex-strings.
3489         (bibtex-realign): Remove blank lines past the last entry.
3490         (bibtex-reformat): Use bibtex-entry-format as default.
3491         (bibtex-choose-completion-string): Remove.
3492         (bibtex-complete): Do not use bibtex-choose-completion-string.
3493         (bibtex-url): Simplify.
3495 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3497         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
3498         (x-dnd-types-alist, x-dnd-open-file-other-window)
3499         (x-dnd-known-types): Add :version.
3501 2004-10-31  John Paul Wallington  <jpw@gnu.org>
3503         * ibuffer.el (group ibuffer): Add :version keyword.
3505 2004-10-31  Kim F. Storm  <storm@cua.dk>
3507         * ido.el (group ido): Add :version keyword.
3508         (ido-mode): Remove :version keyword.
3510         * emulation/cua-base.el (group cua): Add :version keyword.
3511         (cua-mode): Remove :version keyword.
3513 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
3515         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
3517         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
3518         compiler warning.
3519         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
3520         function.
3521         (help-at-pt-display-when-idle): Remove autoload.
3523 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3525         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
3527 2004-10-30  Juri Linkov  <juri@jurta.org>
3529         * help.el (function-called-at-point):
3530         * help-fns.el (variable-at-point): Read -> intern.
3532 2004-10-30  Simon Josefsson  <jas@extundo.com>
3534         * progmodes/autoconf.el (autoconf-font-lock-keywords):
3535         Recognize AS_* too.
3537 2004-10-29  Simon Josefsson  <jas@extundo.com>
3539         * subr.el (read-passwd): Move back from password.el.
3541         * password.el: Remove, not ready yet.
3543 2004-10-29  Andreas Schwab  <schwab@suse.de>
3545         * speedbar.el (speedbar-frame-parameters): Improve customize type.
3547 2004-10-29  Sam Steingold  <sds@gnu.org>
3549         * mouse.el (mouse-show-mark): Replace the last occurrence of
3550         x-lost-selection-hooks with x-lost-selection-functions.
3552 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3554         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
3555         x-lost-selection-functions is bound.
3557         * mouse-sel.el (mouse-sel-mode):
3558         * emacs-lisp/lselect.el: Adjust to new names for
3559         x-(lost|sent)-selection-functions.
3561         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
3562         New obsolete aliases of x-lost-selection-functions and
3563         x-sent-selection-functions.
3565 2004-10-28  Kim F. Storm  <storm@cua.dk>
3567         * imenu.el (imenu-scanning-message): Remove.
3568         (imenu-progress-message): Make it a no-op.
3570 2004-10-28  John Paul Wallington  <jpw@gnu.org>
3572         * files.el (set-auto-mode): Call `throw' correctly.
3574 2004-10-28  Juri Linkov  <juri@jurta.org>
3576         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
3577         to search `Info-...' commands in `info' manual.
3578         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3579         Add 'info-file "emacs" property.
3580         (Info-find-emacs-command-nodes): Fix index line number regexp.
3581         Set real line number (instead of fake 0) in first element of the
3582         returned list.
3583         (Info-goto-emacs-command-node): Use line number of first element
3584         to set point in the first found Info node.
3586         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
3587         code to `grep-mode-font-lock-keywords'.
3588         (grep-mode-font-lock-keywords): Delete grep markers instead
3589         of making them invisible.
3591 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3593         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3594         and x-server-version in bug report.
3596 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
3598         * files.el (set-auto-mode-0): New function.
3599         (set-auto-mode): Use it to handle aliased modes and to
3600         be consistent between C-x C-f and C-x C-w.
3602 2004-10-28  Kenichi Handa  <handa@m17n.org>
3604         * international/utf-8.el (utf-translate-cjk-charsets):
3605         Add katakana-jisx0201.
3607         * international/subst-jis.el: Add data for JISX0201.
3609 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3611         * obsolete/hilit19.el (hilit-mode): New function.
3612         Move all the toplevel side-effecting stuff into it, so that loading
3613         hilit19 doesn't mess everything up any more.
3615 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3617         * add-log.el (add-change-log-entry): Set up mailing address
3618         and full name later, and don't alter add-log-mailing-address
3619         or add-log-full-name.
3621         * elide-head.el (elide-head): Change error to message.
3622         (elide-head-show): Likewise.
3624         * apropos.el (apropos-macrop): Doc fix.
3626         * mouse.el (mouse-show-mark): Do most processing the same
3627         regardless of transient-mark-mode.
3629         * shadowfile.el (shadow-copy-files): Use interactive-p
3630         only to control whether to print a message.
3632         * tar-mode.el (tar-mode): Use write-contents-functions,
3633         not write-contents-hooks.
3635         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
3636         directory-sep-char.
3638 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3640         * strokes.el (strokes-unload-hook): Fix previous change.
3642         * type-break.el (type-break-run-at-time): Always use run-at-time;
3643         forget the alternatives.
3644         (type-break-cancel-function-timers): Always use cancel-function-timers;
3645         forget the alternatives.
3647         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
3649 2004-10-27  Kenichi Handa  <handa@m17n.org>
3651         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
3653         * international/subst-gb2312.el: Likewise.
3655         * international/subst-big5.el: Likewise.
3657         * international/subst-ksc.el: Likewise.
3659         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
3660         New variable.
3661         (utf-translate-cjk-set-unicode-range): New function.
3662         (utf-translate-cjk-unicode-range): Make it customizable.
3663         (utf-8-post-read-conversion):
3664         Use utf-translate-cjk-unicode-range-string.
3665         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
3666         Unicode ranges.
3668 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
3670         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
3671         trivial variants to shorten the list.
3672         (xml-based-modes): New var.
3673         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
3674         declaration higher priority than auto-mode-alist.
3676         * find-file.el (cc-other-file-alist): Bring it in line with
3677         cc-mode's auto-mode-alist entries and use \' instead of $.
3679         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
3680         and add "Id" and "Name" submenus to it.
3682         * imenu.el (imenu--generic-function): Skip matches in comments.
3684 2004-10-26  Jay Belanger  <belanger@truman.edu>
3686         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
3687         (full-calc-keypad, calc-trail-display):  Use an extra argument
3688         instead of `interactive-p'.
3690         * calc/calc-misc.el (calc-other-window): Use an extra argument
3691         instead of `interactive-p'.
3693         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
3694         `interactive-p'.
3696 2004-10-26  Kim F. Storm  <storm@cua.dk>
3698         * help.el (describe-key): Describe both down-event and up-event
3699         for a mouse click.
3701 2004-10-26  Richard M. Stallman  <rms@gnu.org>
3703         * woman.el (woman): Don't call interactive-p.
3705         * pcomplete.el (pcomplete): Instead of interactive-p,
3706         use an arg set non-nil by the interactive spec.
3708         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
3709         use an arg set non-nil by the interactive spec.
3711         * man.el (Man-cleanup-manpage): Instead of interactive-p,
3712         use an arg set non-nil by the interactive spec.
3714 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
3716         * progmodes/flymake.el (flymake-split-string):
3717         Use `flymake-split-string-remove-empty-edges' in any case.
3719 2004-10-26  Masatake YAMATO  <jet@gyve.org>
3721         * progmodes/flymake.el (flymake-err-line-patterns):
3722         Use `compilation-error-regexp-alist-alist' instead of
3723         `compilation-error-regexp-alist'.
3725 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3727         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
3728         verbatim face on the \ of \end{verbatim}.
3730 2004-10-25  Jay Belanger  <belanger@truman.edu>
3732         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
3733         erasing minibuffer.
3735 2004-10-25  Simon Josefsson  <jas@extundo.com>
3737         * subr.el (read-passwd): Move to net/password.el.
3739         * net/password.el (read-passwd): Add.  Autoload it.
3741 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
3743         * mouse-sel.el (mouse-sel-mode): Specify custom group.
3745         * simple.el (process-file): Fix logic.
3747 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
3749         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
3750         (increase-right-margin): Remove erroneous call to `interactive-p'.
3752 2004-10-24  Kim F. Storm  <storm@cua.dk>
3754         * help.el (describe-mode): Fix 2004-10-13 change.
3755         Copy pure "Auto Fill" string so it can be propertized later
3756         without causing a read-only error.
3758 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
3760         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
3761         style indexes.
3763 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
3765         * simple.el (process-file): Accept nil for INFILE.  Reported by
3766         Luc Teirlinck.
3768 2004-10-24  Masatake YAMATO  <jet@gyve.org>
3770         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
3771         Handle periods and underscores in a function name.
3772         Remove the address fontification.
3774 2004-10-24 Masatake YAMATO <jet@gyve.org>
3776         * progmodes/asm-mode.el (asm-font-lock-keywords):
3777         Use font-lock-variable-name-face for registers.
3779 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
3781         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
3782         kill-all-local-variables.
3783         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3784         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
3785         Use kill-all-local-variables and provide mode-hooks.
3786         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
3787         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
3788         Suggested by Masatake YAMATO <jet@gyve.org>.
3790 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
3792         * simple.el (process-file): New function, similar to call-process
3793         but supports file handlers.
3794         * vc.el (vc-do-command): Use it, instead of call-process.
3795         * net/tramp-vc.el (vc-do-command): Do not advise it if
3796         process-file is fboundp.
3797         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
3798         process-file.
3799         (tramp-handle-process-file): New function.
3800         (tramp-file-name-for-operation): Support process-file.
3802 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
3804         * calendar/icalendar.el (icalendar--weekday-array): New constant.
3805         (icalendar-weekdayabbrev-table)
3806         (icalendar-monthnumber-table): Delete.
3807         (icalendar--get-month-number): Use calendar-month-name-array.
3808         (icalendar--get-weekday-number): New function.
3809         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
3810         (icalendar-export-region): Handle multi-line entries.
3811         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
3813 2004-10-23  John Paul Wallington  <jpw@gnu.org>
3815         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
3816         `wildcards' set to t in interactive spec.
3818         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
3819         interactive spec rather than use `interactive-p'.
3820         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
3821         rather than use function `interactive-p'.
3823 2004-10-22  Kenichi Handa  <handa@m17n.org>
3825         * international/mule.el (translate-region): Implement it in Lisp
3826         as a front end of translate-region-internal.
3828 2004-10-21  Jay Belanger  <belanger@truman.edu>
3830         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
3831         Declare these variables with defvar.
3833         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
3834         is bound, only check to see if it is bound.
3836 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3838         * textmodes/tex-mode.el (tex-compilation-parse-errors):
3839         Don't output messages.
3841         * calc/calc-help.el (calc-describe-bindings): Fix last change.
3843 2004-10-21  John Paul Wallington  <jpw@gnu.org>
3845         * calc/calc-graph.el (calc-graph-init):
3846         Use `set-process-query-on-exit-flag'.
3848 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
3850         * progmodes/compile.el (compilation-start): Rely on `cd' to get
3851         dir right and also allow argumentless cd.
3853 2004-10-19  Richard M. Stallman  <rms@gnu.org>
3855         * textmodes/flyspell.el (flyspell-mode): Doc fix.
3857         * eshell/em-unix.el (eshell-grep):
3858         Don't bind compilation-process-setup-function.
3860         * comint.el (comint-insert-input): Use @ in `interactive'.
3861         (comint-input-filter-functions): Doc fix.
3862         (comint-kill-whole-line, comint-get-source): Doc fix.
3864         * progmodes/compile.el (compilation-setup):
3865         Don't set buffer-read-only if MINOR is non-nil.
3867 2004-10-19  Jay Belanger  <belanger@truman.edu>
3869         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
3870         (calc-emacs-type-gnu19): Remove.
3871         (calc-digit-map, calc-read-key-sequence, calc-read-key):
3872         Remove check for old emacs versions.
3874         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
3875         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
3876         for current Emacs.
3878         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
3879         the end of the minibuffer.
3880         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
3881         copy `esc-map'.
3883         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
3885         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
3886         call that would be given when the current emacs was used.
3888 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
3890         * calendar/icalendar.el: Set coding to utf-8.
3891         (icalendar-version): Increase to 0.07.
3892         (icalendar-monthnumber-table): Change March pattern.
3893         (icalendar-get-all-event-properties)
3894         (icalendar-set-event-property): Delete.
3895         (icalendar-all-events): No longer interactive.
3896         (icalendar-convert-diary-to-ical)
3897         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
3898         their replacements.
3899         (icalendar-export-file, icalendar-export-region): New functions;
3900         essentially old `icalendar-convert-diary-to-ical' but appending to
3901         target rather than overwriting.
3902         (icalendar-import-file): Append to target file rather than
3903         overwriting.  Fourth arg deleted.
3904         (icalendar-import-buffer): New name for old
3905         `icalendar-extract-ical-from-buffer'.
3906         (icalendar--convert-string-for-import): New name for
3907         old `icalendar-convert-for-import'.
3908         (include-icalendar-files): Delete.
3909         Prefix for all internal functions changed from `icalendar-'
3910         to `icalendar--'.
3912 2004-10-19  Richard M. Stallman  <rms@gnu.org>
3914         * paths.el (news-path): Fix previous change.
3916 2004-10-18 Jay Belanger  <belanger@truman.edu>
3918         * calc/calc-help.el (calc-describe-bindings):
3919         Set `buffer-read-only' to nil while working in the keybindings buffer;
3920         remove some extra information from the keybindings buffer.
3922 2004-10-18  David Ponce  <david@dponce.com>
3924         * mouse.el (mouse-drag-move-window-top): New function.
3925         (mouse-drag-mode-line-1): Use it.
3927 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
3929         * info.el (Info-fontify-node): For multiline refs,
3930         arrange to unfontify newline and surrounding whitespace.
3932 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3934         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
3935         directory is missing.
3937 2004-10-17  John Paul Wallington  <jpw@gnu.org>
3939         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
3940         New customizable variable; whether to display buffers that match
3941         `ibuffer-maybe-show-predicates' by default.
3942         (ibuffer-maybe-show-predicates): Mention it in docstring.
3943         (ibuffer-display-maybe-show-predicates): New variable.
3944         (ibuffer-update): Prefix arg now toggles whether buffers that
3945         match `ibuffer-maybe-show-predicates' should be displayed.
3946         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3947         locally to heed `ibuffer-default-display-maybe-show-predicates'.
3948         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3950 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
3952         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
3953         work correctly.
3955 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
3957         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3958         (Buffer-menu-beginning): New helper function.
3959         (Buffer-menu-execute): Use it.
3960         (Buffer-menu-select): Use it.
3961         (Buffer-menu-sort): Use it and also keep markers.
3963 2004-10-17  Richard M. Stallman  <rms@gnu.org>
3965         * paths.el (news-directory): Rename from news-path.  Old name alias.
3966         (rmail-spool-directory): Use defvar.
3967         (sendmail-program): Use defcustom.
3968         (remote-shell-program): Use defcustom.
3969         (term-file-prefix): Use defvar.
3970         (abbrev-file-name): Use defvar.
3972         * term.el: Add maintainer.
3974         * subr.el (with-local-quit): Return nil if there's a quit.
3975         (read-passwd): Use with-local-quit.  Doc fix.
3977         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
3978         (strokes-unload-hook): Set as a variable with add-hook.
3980         * startup.el (fancy-splash-tail, normal-splash-screen):
3981         Update copyright year.
3983         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
3985         * server.el (server-unload-hook): Set as a variable with add-hook.
3987         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
3989         * frame.el (special-display-popup-frame):
3990         Make the buffer current as its frame is created.
3992         * delsel.el (delsel-unload-hook): Set as a variable.
3994         * comint.el (comint-output-filter-functions):
3995         Add comint-watch-for-password-prompt.
3996         (comint-read-noecho): Function deleted.
3997         (send-invisible): Use read-passwd.
3999         * fringe.el (fringe-mode-initialize): New function.
4000         (fringe-mode): Use fringe-mode-initialize as :initialize.
4002 2004-10-17  Kim F. Storm  <storm@cua.dk>
4004         * language/indian.el (indian-script-language-alist): Swap value and doc.
4005         (indian-font-char-index-table): Doc fix.
4007 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4009         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
4011 2004-10-16  Juri Linkov  <juri@jurta.org>
4013         * progmodes/compile.el (compilation-start): Move let-binding of
4014         `process-environment' into `with-current-buffer' body.
4015         Reported by Matt Hodges <MPHodges@member.fsf.org>.
4017 2004-10-16  Richard M. Stallman  <rms@gnu.org>
4019         * pcvs-util.el (cvs-bury-buffer):
4020         Don't call get-buffer-window for effect.
4022         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
4024         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
4026         * msb.el (msb-unload-hook): Set the variable.
4028         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4029         Use * to err if buffer is readonly.
4031         * subr.el (looking-back): Return only t or nil.
4033         * whitespace.el (whitespace-unload-hook): Set the variable.
4035         * view.el (view-mode-enable): Set view-page-size and
4036         view-half-page-size to nil.
4037         (view-set-half-page-size-default): view-half-page-size = nil
4038         means the default.
4039         (View-scroll-page-forward): Use view-page-size-default.
4040         (View-scroll-page-backward): Likewise.
4041         (view-page-size, view-half-page-size): Doc fixes.
4043         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
4045         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
4047         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
4048         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
4049         (byte-compile-log-1): Bind inhibit-read-only.
4050         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
4051         (byte-compile-log-warning): Likewise.
4052         (byte-compile-file-form-require): Detect "cl" from the arg value.
4054         * progmodes/compile.el (compilation-start): Assume compilation-mode
4055         will make the buffer read-only.
4056         (compilation-mode): Take arg name-of-mode.
4057         (compilation-setup): Make buffer read-only.
4058         (compilation-handle-exit): Bind inhibit-read-only.
4060         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
4061         (ispell-message): Likewise.
4062         (ispell-show-choices): Don't call get-buffer-window uselessly.
4063         (ispell-init-process): Use set-process-query-on-exit-flag.
4065 2004-10-16  Kim F. Storm  <storm@cua.dk>
4067         * fringe.el (fringe-bitmaps): Only initialize when defined.
4069         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
4070         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
4072         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
4074 2004-10-15  Simon Josefsson  <jas@extundo.com>
4076         * net/password.el: Add.
4078 2004-10-14  Masatake YAMATO  <jet@gyve.org>
4080         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
4081         (gdb-script-end-of-defun): New function.
4082         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
4083         `gdb-script-end-of-defun' as *-of-defun-function.
4085 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
4087         * button.el (button-activate): Allow a marker to display as an action.
4089         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
4091         * help.el (describe-mode): Use it to make minor mode list into
4092         hyperlinks.
4094 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4096         * vc.el (vc-annotate-display-select): Fix typo.
4098         * subr.el (substitute-key-definition-key): New function.
4099         (substitute-key-definition): Use it with map-keymap.
4100         (event-modifiers): Use push.
4101         (mouse-movement-p, with-temp-buffer): Simplify.
4103 2004-10-12  Jay Belanger  <belanger@truman.edu>
4105         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
4106         New variables.
4107         (calc-help-index-entries): New function.
4108         (calc-describe-function): Use `calc-help-function-list' instead of
4109         obarray for completion.
4110         (calc-describe-variable): Use `calc-help-variable-list' instead
4111         of obarray for completion.
4113 2004-10-12  Richard M. Stallman  <rms@gnu.org>
4115         * info-look.el (info-lookup-file): Add info-file property.
4116         (info-lookup-symbol): Likewise.
4118         * info.el (info-xref): Add underlining.
4119         (info): Add info-file property.
4120         (Info-find-emacs-command-nodes): Specify case-sensitive search.
4122 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
4124         Sync with Tramp 2.0.45.
4126         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
4127         defined.  This is not the case for XEmacs without package "edebug".
4128         (tramp-set-auto-save-file-modes): Set permissions of autosaved
4129         remote files to the permissions of the original file.  This is not
4130         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
4131         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
4132         (tramp-perl-decode): Fix an error in Perl implementation.
4133         $pending must be cleared every loop.  Reported by Benjamin Place
4134         <benjaminplace@sprintmail.com>
4136         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
4137         Don't activate advice during definition.  This is done later on,
4138         depending on test result of `substitute-in-file-name'.
4139         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4141 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4143         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
4145         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
4147 2004-10-12  David Ponce  <david@dponce.com>
4149         * recentf.el (recentf-edit-list): Update the menu when the recentf
4150         list has been modified.
4152 2004-10-12  Simon Josefsson  <jas@extundo.com>
4154         * net/tls.el (tls-certtool-program): New variable.
4155         (tls-certificate-information): New function, based on
4156         ssl-certificate-information.
4158 2004-10-12  Kenichi Handa  <handa@m17n.org>
4160         * international/mule.el (coding-system-equal): Move from mule-util.el.
4162         * international/mule-util.el (coding-system-equal): Move to mule.el.
4164 2004-10-12  Kim F. Storm  <storm@cua.dk>
4166         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
4167         reset kmacro-initial-counter-value if set.
4168         (kmacro-set-counter): Only set kmacro-counter if defining or executing
4169         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
4170         (kmacro-display): Show macro counter if non-zero.
4172         * subr.el (substitute-key-definition): Mention command remapping
4173         in doc string.
4175 2004-10-11  Jay Belanger  <belanger@truman.edu>
4177         * calc/calc-misc.el (calc-info-goto-node): New function.
4178         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
4179         node in one step.
4180         (calc-describe-copying, calc-describe-distribution)
4181         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
4182         Go to appropriate info node in one step.
4184 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4186         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
4188         * font-lock.el (font-lock-apply-highlight): Fix last change.
4190 2004-10-11  Simon Josefsson  <jas@extundo.com>
4192         * mail/smtpmail.el (smtpmail-open-stream): Look for
4193         starttls-gnutls-program instead of starttls-program iff
4194         starttls-use-gnutls is non-nil.
4195         (smtpmail-open-stream): Don't overwrite user settings of
4196         starttls-extra-arguments and starttls-extra-args.
4198 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4200         * comint.el (comint-mouse-insert-input): Remove.
4201         (comint-insert-input): Make it work for mouse bindings.
4202         (comint-mode-map): Move defs into the declaration.
4203         (comint-output-filter): Typo.
4205         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
4207 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
4209         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
4210         (ange-ftp-call-chmod): Reference remote-shell-program instead of
4211         ange-ftp-remote-shell.
4213 2004-10-10  Andreas Schwab  <schwab@suse.de>
4215         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
4216         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
4217         Reported by <sri@asu.edu>.
4219 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
4221         * vc.el (vc-annotate-mode): Remove variable.
4222         (vc-annotate-display-select): Only call vc-annotate-mode
4223         if we're not in that mode already.
4225 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4227         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
4228         (imenu-choose-buffer-index): Check here for rescan instead.
4230         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
4231         where the face expression evals to nil.
4233         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
4234         (tex-font-lock-keywords-2): Use it.
4235         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
4237         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
4239 2004-10-09  Kim F. Storm  <storm@cua.dk>
4241         * subr.el (progress-reporter-update): Define before first usage.
4242         (make-progress-reporter): Doc fix.
4244 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4246         * textmodes/paragraphs.el (sentence-end-double-space)
4247         (sentence-end-without-period, sentence-end-without-space)
4248         (sentence-end): Doc fixes.
4250 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
4252         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
4253         Change paragraph-start regexp so we don't fill code starting with #'(.
4255 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
4257         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
4258         New defcustom.
4259         (extract-address-components): Use it.
4261 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
4263         * subr.el (make-progress-reporter, progress-reporter-update)
4264         (progress-reporter-force-update, progress-reporter-do-update)
4265         (progress-reporter-done): New functions.
4267         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
4269         * progmodes/etags.el (etags-tags-completion-table): Use progress
4270         reporter.
4271         (etags-tags-apropos): Likewise.
4273 2004-10-08  Alan Mackenzie  <acm@muc.de>
4275         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
4276         of current line.
4278 2004-10-08  Masatake YAMATO  <jet@gyve.org>
4280         * server.el (server-process-filter): Wrap `process-send-region'
4281         by `condition-case' to guard the case when the pipe to PROC is closed.
4283 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
4285         * xml.el (xml-substitute-special): Limit handling of external entities.
4287 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
4289         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
4291 2004-10-06  John Paul Wallington  <jpw@gnu.org>
4293         * xml.el (xml-parse-dtd): Fix `error' call.
4295 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
4297         * xml.el (xml-substitute-special): Return a single string instead
4298         of a list of strings if an entity substitution is made.
4300 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
4302         * calendar/icalendar.el: New file.
4304 2004-10-05  Juri Linkov  <juri@jurta.org>
4306         * isearch.el (isearch-done): Set mark after running hook.
4307         Reported by Drew Adams <drew.adams@oracle.com>.
4309         * info.el (Info-history, Info-toc): Fix Info headers.
4310         (Info-toc): Narrow buffer before Info-fontify-node.
4311         (Info-build-toc): Don't check for special Info file names.
4312         Set main-file to nil if Info-find-file returns a symbol.
4314 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
4316         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
4317         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
4318         * calendar/cal-menu.el (calendar-mode-map): Ditto.
4320 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
4322         * calendar/cal-iso.el (calendar-iso-read-args): New function,
4323         for old interactive spec from calendar-goto-iso-date.
4324         (calendar-goto-iso-date): Use it.
4325         (calendar-goto-iso-week): New function.  Suggested by Emilio
4326         C. Lopes <eclig@gmx.net>.
4328 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
4330         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
4331         `set-right-margin' bindings that follow the minor mode conventions.
4333 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4335         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
4336         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
4337         (latex-block-args-alist): Add minipage and picture.
4338         (latex-block-body-alist): Use reftex-label if enabled.
4339         (latex-insert-block): Don't insert a \n if not necessary.
4340         (tex-compile-commands): Make sure dvips doesn't send to printer.
4341         (tex-compile-default): Handle the case where no executable is found.
4342         (latex-noindent-environments): New var.
4343         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
4344         If tex-indent-allhanging is non-nil, make sure we only align for macros
4345         at beginning of line.
4347 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
4349         * newcomment.el (comment-beginning): Doc fix and don't choke on
4350         unset `comment-end-skip' when at beginning of comment.
4352 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
4354         * term.el (term-adjust-current-row-cache): Don't allow the current
4355         row to become negative.
4356         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
4357         the end of the line. Fix scroll down. Add comments.
4358         (term-handle-ansi-escape): Don't exceed terminal width when moving
4359         right.
4360         (term-scroll-region): Move the cursor after setting the scroll region.
4362 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
4364         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
4365         to `width' for consistency with docstring.  Doc fix.
4367 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
4369         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
4370         This is necessary for derived modes.
4372 2004-09-30  Kim F. Storm  <storm@cua.dk>
4374         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
4375         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
4377         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
4378         kmacro-extract-lambda functions.
4379         (edit-kbd-macro): Handle kmacro lambda forms.
4380         Include counter and counter format in edit buffer.
4381         (edmacro-finish-edit): Get counter and format from edit buffer and
4382         update kmacro bindings when found.
4384 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
4386         * textmodes/paragraphs.el (forward-paragraph):
4387         Avoid args-out-of-range error when point winds up at the beginning of
4388         the buffer and hard newlines are enabled.
4390         * newcomment.el (comment-multi-line): Doc fix.
4392 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4394         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
4395         (diff-fixup-modifs): Catch unified-diff file-headers.
4397 2004-09-29  Kim F. Storm  <storm@cua.dk>
4399         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
4400         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
4401         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
4403         * fringe.el (fringe-bitmap-p): New macro.
4404         (fringe-bitmaps): Add standard fringe bitmaps on load.
4406 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4408         * dired.el (dired-view-command-alist): Use more efficient regexps.
4409         Remove dubious arguments.
4410         (dired-align-file): New function.
4411         (dired-insert-directory): Use it.
4412         (dired-move-to-end-of-filename): Make the " -> " search more specific.
4413         (dired-buffers-for-dir): Remove unused var `pattern'.
4415 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
4417         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
4418         from diary display excursion.  Store diary buffer's point for
4419         `simple-diary-display'.
4420         (simple-diary-display): Set window point and start when
4421         displaying buffer, to preserve point.
4423 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
4425         * textmodes/enriched.el (enriched-translations): Replace defconst
4426         with defvar.
4428 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4430         * printing.el: Doc fix.
4431         (pr-version): New version number (6.8.1).
4432         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
4433         make-temp-name.
4434         (pr-delete-file): Check if file exists before deleting it.
4435         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
4437 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4439         * term.el (term-display-table): New variable.
4440         (term-mode): Use it.
4441         (term-exec-1): Set the coding system to binary.
4442         (term-emulate-terminal): Decode the string before inserting it.
4444 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
4446         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
4447         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
4448         (map): Bind S-prior, S-next and S-insert.
4449         (term-mode): Set `indent-tabs-mode' to nil.
4450         (term-paste): New function to be bound to S-insert.
4451         (term-send-del, term-send-backspace): Change the strings sent.
4452         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
4453         (term-handle-colors-array): Fix handling of underline and reverse.
4454         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
4455         (term-erase-in-line): Fix comparison.
4456         (term-emulate-terminal): Fix line wrap handling.
4457         (term-start-output-log): Rename from `term-set-output-log'.
4458         (term-stop-output-log): Rename from `term-stop-photo'.
4459         (term-switch-to-alternate-sub-buffer): Comment out, unused.
4461 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4463         * dired.el (dired-move-to-filename): Don't output a message if
4464         raise-error is non-nil.  Fix return position and value.
4466         * files.el (insert-directory): Obey --dired even with symlinks.
4468 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
4470         * ls-lisp.el (ls-lisp-format): Mark file names with property
4471         dired-filename.
4473 2004-09-25  Kim F. Storm  <storm@cua.dk>
4475         * ido.el (ido-max-directory-size): New defcustom.
4476         (ido-decorations): Add "too big" element.
4477         (ido-directory-too-big): New dynamic var.
4478         (ido-may-cache-directory): Don't cache big directories.
4479         (ido-directory-too-big-p): New defun.
4480         (ido-set-current-directory): Update ido-directory-too-big.
4481         (ido-read-internal): Make empty ido-cur-item if too-big.
4482         (ido-buffer-internal): Use ido-read-internal directly instead of
4483         ido-read-buffer.
4484         (ido-file-internal): Init ido-directory-too-big.
4485         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
4486         and redo completion with full list.
4487         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
4488         it, and show completions.
4489         (ido-all-completions): Let bind ido-directory-too-big to nil.
4490         (ido-exhibit): Handle ido-directory-too-big.
4491         (ido-read-buffer): Handle fallback to read-buffer.
4492         Init ido-directory-too-big.
4493         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
4494         Init ido-directory-too-big.
4496 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
4498         * subr.el (delay-mode-hooks): Doc fix.
4500 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
4502         * textmodes/enriched.el
4503         (enriched-default-text-properties-local-flag): New variable.
4504         (enriched-mode): Make sure that enabling and disabling the mode is
4505         a no-op.  Doc fix.
4507 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
4509         * calendar/holidays.el (holiday-advent): Report on a specified day
4510         offset from advent, not just advent.
4511         (holiday-easter-etc): Report on one specified day offset from
4512         easter, not all easter holidays. Various Easter holidays moved to
4513         `christian-holidays' variable in calendar.el.
4514         * calendar/calendar.el (christian-holidays): Adapt for new
4515         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
4517 2004-09-23  Kim F. Storm  <storm@cua.dk>
4519         * image.el (insert-sliced-image): Add doc string.
4521         * ido.el (ido-choice-list): New dynamic var for `list' context.
4522         (ido-context-switch-command): New dynamic var.
4523         (ido-define-mode-map): Generalize switch between file/buffer contexts.
4524         (ido-read-internal): Handle new `list' context.
4525         Handle insert-buffer and insert-file ido-exit values.
4526         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
4527         ido-context-switch-command. Handle insert-file ido-exit value.
4528         (ido-read-buffer): Set ido-context-switch-command to 'ignore
4529         unless it is already bound by caller.
4530         (ido-file-internal): New arg switch-cmd.  Use it to setup
4531         ido-context-switch-command.  Handle insert-buffer ido-exit value.
4532         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
4533         used for context switching.
4534         (ido-all-completions): Handle new `list' context.
4535         (ido-make-choice-list): Return choices for `list' context.
4536         (ido-find-file-in-dir, ido-display-file, ido-write-file)
4537         (ido-display-buffer, ido-kill-buffer): Disable context switching.
4538         (ido-insert-buffer, ido-insert-file): Setup context switching.
4539         (ido-exhibit): Handle `list' context.
4540         (ido-read-file-name): Disable context switching.  Handle fallback.
4541         (ido-read-directory-name): Disable context switching.
4542         (ido-completing-read): New defun like completing-read.  Setup and
4543         use new `list' context.
4545 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
4547         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
4549 2004-09-21  Jay Belanger  <belanger@truman.edu>
4551         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
4552         `calc-graph-set-styles' so the gnuplot buffer will appear in a
4553         separate window.
4555 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
4557         * subr.el (after-change-major-mode-hook): Doc fix.
4559 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4561         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
4562         of ghostscript for monochrome PostScript file in Windows.
4564 2004-09-21  Kenichi Handa  <handa@m17n.org>
4566         * descr-text.el (describe-char): Checking of quail activation
4567         fixed.
4569 2004-09-21  Jay Belanger  <belanger@truman.edu>
4571         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
4573 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
4575         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
4576         after the mode hooks instead of before.  Doc fix.
4578 2004-09-20  Jason Rumney  <jasonr@gnu.org>
4580         * startup.el (command-line) [windows-nt]: Try .emacs first, then
4581         _emacs, but revert to .emacs if neither exists in home directory.
4583 2004-09-20  John Paul Wallington  <jpw@gnu.org>
4585         * bindings.el (completion-ignored-extensions): Add .dfsl.
4587 2004-09-20  Richard M. Stallman  <rms@gnu.org>
4589         * bindings.el (scroll-left): Make it disabled.
4591         * files.el (enable-local-eval): Doc fix.
4593         * indent.el (move-to-left-margin): Special case for minibuffer.
4595         * term.el (term-emulate-terminal): Turn off undo for output.
4596         Use with-current-buffer and save-selected-window.
4598         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
4600         * progmodes/make-mode.el (makefile-fill-paragraph):
4601         Don't insist on spaces when looking for comments.  # is enough.
4603         * files.el (hack-local-variables): Copy the variables list
4604         to another buffer, strip prefixes and suffixes there, then read.
4605         (enable-local-eval): Doc fix.
4606         (ignored-local-variables): Initialize to nil.
4607         (risky-local-variable-p): Don't check ignored-local-variables here.
4608         (hack-one-local-variable): Ignore var if in ignored-local-variables.
4610 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
4612         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
4613         of = to "." (punctuation).
4615 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4617         * subr.el (event-basic-type): Fix mask (extend to 22bits).
4619 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
4621         * textmodes/enriched.el (enriched-rerun-flag): New variable.
4622         (enriched-before-change-major-mode): New function.
4623         Add it to `change-major-mode-hook'.
4624         (enriched-after-change-major-mode): New function.
4625         Add it to `after-change-major-mode-hook'.
4626         (enriched-mode): Make it work correctly if called from
4627         `after-change-major-mode-hook'.
4628         No longer set `indent-line-function'.
4630         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
4632         * subr.el (after-change-major-mode-hook): New variable.
4633         (run-mode-hooks): Implement it.
4635 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4637         * battery.el (battery-linux-proc-apm): Use string-to-number.
4638         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
4639         Use dolist (and less indentation).  Use erase-buffer.
4640         Pre-initialize `design-capacity', `warn', and `low'.
4641         (battery-format): Use replace-regexp-in-string.
4643 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
4645         * battery.el: Delete superfluous empty lines.
4646         (battery-linux-proc-acpi): Attempt to gather information from all
4647         battery subdirectories regardless of their file name.
4648         (battery-linux-proc-apm): Replace all occurrences of
4649         battery-hex-to-int-2 with string-to-int (base 16).
4650         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
4651         (battery-hex-map): Delete variable.
4653 2004-09-18  John Paul Wallington  <jpw@gnu.org>
4655         * calc/calc-units.el (calc-quick-units): Fix overzealous
4656         s/or/unless/.
4658 2004-09-17  Jay Belanger  <belanger@truman.edu>
4660         * calc/calc.el (calc-mode-var-list): Fix the value of
4661         `calc-matrix-brackets'.
4663 2004-09-17  Romain Francoise  <romain@orebokech.com>
4665         * ibuf-ext.el (define-ibuffer-filter filename):
4666         Expand dired-directory since buffer-file-name is absolute.
4668 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4670         * ediff-init.el (ediff-current-diff-face-A)
4671         (ediff-current-diff-face-B, ediff-current-diff-face-C)
4672         (ediff-current-diff-face-Ancestor)
4673         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4674         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4675         (ediff-even-diff-face-A, ediff-even-diff-face-B)
4676         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4677         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4678         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4679         Use min-colors.
4681         * term.el (term-down): Perform vertical motion if DOWN is negative.
4682         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
4683         (term-termcap-format): Synchronyze with the eterm terminfo entry
4684         in etc/e/eterm.ti.
4685         (term-handle-colors-array): If the current foreground or
4686         background are zero (i.e. unspecified), use the foreground and
4687         background of the default face for reverse video.
4688         (term-ansi-at-eval-string, term-ansi-default-fg)
4689         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
4690         (term-mem): Delete ununsed function.
4691         (term-protocol-version): Increment.
4692         (term-current-face): Set to default.
4694 2004-09-15  Jay Belanger  <belanger@truman.edu>
4696         * calc/calc.el (calc-mode-var-list): Define this variable.
4697         (calc-always-load-extensions, calc-line-numbering)
4698         (calc-line-breaking, calc-display-just, calc-display-origin)
4699         (calc-number-radix, calc-leading-zeros, calc-group-digits)
4700         (calc-group-char, calc-point-char, calc-frac-format)
4701         (calc-prefer-frac, calc-hms-format, calc-date-format)
4702         (calc-float-format, calc-full-float-format, calc-complex-format)
4703         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4704         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4705         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4706         (calc-matrix-brackets, calc-language, calc-language-option)
4707         (calc-left-label, calc-right-label, calc-word-size)
4708         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4709         (calc-display-raw, calc-internal-prec, calc-angle-mode)
4710         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4711         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4712         (calc-window-height, calc-display-trail, calc-show-selections)
4713         (calc-use-selections, calc-assoc-selections)
4714         (calc-display-working-message, calc-auto-why, calc-timing)
4715         (calc-mode-save-mode, calc-standard-date-formats)
4716         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4717         (calc-user-parse-tables, calc-gnuplot-default-device)
4718         (calc-gnuplot-default-output, calc-gnuplot-print-device)
4719         (calc-gnuplot-print-output, calc-gnuplot-geometry)
4720         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4721         (calc-invocation-macro, calc-show-banner): Give these values as
4722         part of `calc-mode-var-list's initialization after the variables
4723         are declared with defvar.
4724         (calc-bug-address):  Change email address to send bug reports to.
4725         Change the maintainer address at the top.
4726         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
4727         than "\\.emacs" to determine if it is the user-init-file.
4729         * calc/calc-embed.el (calc-embedded-set-modes): Use
4730         `calc-mode-var-list' correctly.
4732 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
4734         * vc.el (annotate-time): Document point handling.
4735         (vc-annotate-display-autoscale): Doc fix.
4737 2004-09-15  Miles Bader  <miles@gnu.org>
4739         * generic.el (generic-make-keywords-list): Use symbol rather than
4740         word anchors in regexp.
4742 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4744         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4745         no file name consider `dired-directory'.
4747 2004-09-14  Kim F. Storm  <storm@cua.dk>
4749         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
4751 2004-09-14  Simon Josefsson  <jas@extundo.com>
4753         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
4755         * textmodes/dns-mode.el: Add.
4757 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4759         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4760         (disabled-command-function): Make the ?\  char more obvious.
4762         * vc-arch.el (vc-arch-root, vc-arch-registered):
4763         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
4765 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
4767         * windmove.el (windmove-frame-edges): Report coordinates of
4768         outside edges of frame, not inside edges.
4769         (windmove-coordinates-of-position): Convert into wrapper to new
4770         function `windmove-coordinates-of-window-position';
4771         `compute-motion' always applies to selected window.
4772         (windmove-coordinates-of-position): Update documentation to refer
4773         to Emacs 21 Lisp Reference Manual.
4774         (windmove-find-other-window): Fix off-by-one errors for max x,y.
4776 2004-09-13  Kim F. Storm  <storm@cua.dk>
4778         * isearch.el (isearch-resume-in-command-history): Rename from
4779         isearch-resume-enabled and change default to nil.
4781 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4783         * vc-hooks.el (vc-ignore-dir-regexp): New var.
4784         (vc-registered): Use it.
4785         (vc-find-root): New fun.
4787         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4788         Don't tell to use \\{...} when it's already done.
4790         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
4791         Provide a sample complex default.
4792         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
4793         (bibtex-entry): Use mapc.
4795 2004-09-12  Kim F. Storm  <storm@cua.dk>
4797         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
4799         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
4800         inhibit-field-text-motion to t so rectangles work in comint buffers.
4802         * simple.el (choose-completion-string): Set buffer before running
4803         choose-completion-string-functions hook so it can be buffer-local.
4805 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
4807         * progmodes/compile.el (compilation-start): Parse command to see
4808         if it starts with a cd, and if so perform it for the *compilation*
4809         buffer.  Change the header to reflect this.
4811 2004-09-11  Kim F. Storm  <storm@cua.dk>
4813         * ido.el (ido-enable-dot-prefix): Doc fix.
4814         (ido-enable-dot-prefix): New defcustom.
4815         (ido-set-matches1): Use it.
4817 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4819         * textmodes/bibtex.el (bibtex-mark-active)
4820         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
4822 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4824         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
4825         used in a case insensitive environment.
4826         (bibtex-mode-map): Rearrange order of menus.
4827         (bibtex-quoted-string-re): Obsolete.
4828         (bibtex-complete-key-cleanup): Variable replaced by new function.
4829         (bibtex-font-lock-keywords): Use backquotes.
4830         (bibtex-font-lock-url-regexp): New internal variable.
4831         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
4832         "OPT" and "ALT".
4833         (bibtex-insert-current-kill, bibtex-make-field)
4834         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
4835         (bibtex-parse-field-text): Simplify.
4836         (bibtex-string=): New helper function.
4837         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
4838         (bibtex-map-entries): Use bibtex-string=.
4839         (bibtex-search-entry): Use not.
4840         (bibtex-enclosing-field): Fix docstring.
4841         (bibtex-assoc-regexp): Obsolete.
4842         (bibtex-format-entry): Use assoc-string and bibtex-string=.
4843         (bibtex-autokey-get-names): Handle empty name field.
4844         (bibtex-parse-strings): Use assoc-string and unless.
4845         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
4846         Use assoc-string.
4847         (bibtex-pop): Simplify.
4848         (bibtex-mode): Set font-lock-extra-managed-props.
4849         (bibtex-entry-update): Use assoc-string.
4850         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
4851         (bibtex-autofill-entry): Use bibtex-string=.
4852         (bibtex-print-help-message): Simplify.
4853         (bibtex-find-entry): New optional arg START.
4854         (bibtex-validate): Use bibtex-string= and assoc-string.
4855         Do not call obsolete function compilation-parse-errors.
4856         (bibtex-remove-delimiters): Only remove delimiters if present.
4857         (bibtex-copy-entry-as-kill): Add docstring.
4858         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
4859         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
4860         (bibtex-complete): Use bibtex-predefined-month-strings,
4861         bibtex-string=, and new function bibtex-complete-key-cleanup.
4862         (bibtex-generate-url-list): New variable.
4863         (bibtex-url): New command bound to C-c C-l and mouse-2.
4864         (bibtex-url-map): New local keymap for bibtex-url-mouse.
4865         (bibtex-font-lock-url): New function.
4867 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4869         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
4871 2004-09-09  Kim F. Storm  <storm@cua.dk>
4873         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
4874         counter and format with binding.
4875         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
4876         the declared macro uses own macro counter and format.  Give symbol
4877         kmacro property.
4878         (kmacro-keymap): Bind kmacro-name-last-macro to n.
4879         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
4880         (kmacro-end-and-call-macro): Doc fix.
4882 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
4884         * desktop.el (desktop-clear-preserve-buffers):
4885         Remove make-obsolete-variable.
4887 2004-09-08  Richard M. Stallman  <rms@gnu.org>
4889         * buff-menu.el (list-buffers-noselect): Call format-mode-line
4890         with the buffer as argument.
4892 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4894         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
4896 2004-09-08  Juri Linkov  <juri@jurta.org>
4898         * replace.el (perform-replace): Use `query-replace-descr'.
4900         * cus-start.el (history-delete-duplicates): Specify customization.
4902         * diff-mode.el (diff-mode-map):
4903         * progmodes/compile.el (compilation-mode-map):
4904         * progmodes/grep.el (grep-mode-map):
4905         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
4906         to `next-error-follow-minor-mode'.
4908 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4910         * isearch.el (isearch-lazy-highlight-update): Take into account
4911         the case of zero-length match at the search bound.
4913 2004-09-08  Kim F. Storm  <storm@cua.dk>
4915         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
4916         change.  Use zero width overlays when necessary.
4918 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4920         * subr.el (split-string): Docfix.
4922 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4924         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
4925         (display-call-tree): Ensure newline after caller/calls blocks.
4927 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4929         * startup.el (command-line-1): Make option
4930         --directory/-L modify `load-path' straight away.
4932 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4934         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
4936 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4938         * emacs-lisp/autoload.el (make-autoload):
4939         Handle `define-compilation-mode'.
4941         * emacs-lisp/lisp-mode.el (define-compilation-mode):
4942         Specify `doc-string-elt' property.
4944 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4946         * bs.el (bs-mode): Doc fix.
4948 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4950         * info.el (Info-insert-dir): Fix temp buffer leak bug.
4952 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4954         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4956 2004-09-08  Kenichi Handa  <handa@m17n.org>
4958         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4959         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4960         ps-mule-next-point -> 1+).
4962         * composite.el (encode-composition-rule): Add autoload cooky.
4964 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
4966         * format.el (buffer-auto-save-file-format): Make it permanent local.
4968 2004-09-07  Kim F. Storm  <storm@cua.dk>
4970         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4971         (authors-fixed-entries): Fix typo.
4972         (authors-canonical-author-name): Compact multiple spaces.
4973         Ignore trivial names (e.g. only first name).
4975         * term.el (term-window-width): Only use full window width on
4976         window system if overflow-newline-into-fringe is enabled.
4977         (term-mode): Don't disable overflow-newline-into-fringe.
4979 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4981         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
4982         motion as seen on my Mac OS X xterms.
4984         * newcomment.el (uncomment-region-default, comment-region-default):
4985         New functions extracted from uncomment-region and comment-region.
4986         (comment-region, comment-region-function, uncomment-region)
4987         (uncomment-region-function): Use them.
4989         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
4991         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
4992         It's not crucial but can make sense at times.
4994         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
4995         the first commit.
4997         * vc.el (vc-buffer-context, vc-restore-buffer-context):
4998         Disable obsolete code.
5000 2004-09-07  Juri Linkov  <juri@jurta.org>
5002         * progmodes/grep.el (grep-highlight-matches): Change default from
5003         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
5004         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
5005         if grep option `--color' is available, or to `nil' otherwise.
5006         (grep-process-setup): Call `grep-compute-defaults' if
5007         `grep-highlight-matches' is not computed.  Set env-vars only
5008         if `grep-highlight-matches' is `t'.
5009         (grep-use-null-device): Remove redundant type `boolean' (`choice'
5010         is already defined).
5012         * progmodes/compile.el (compilation-start): Use copy of
5013         `process-environment' created by `copy-sequence' to not
5014         modify env-vars in the global `process-environment'.
5016 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
5018         * simple.el (next-error-follow-minor-mode): Fix last change.
5020 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
5022         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
5023         permanent local.
5025 2004-09-04  Richard M. Stallman  <rms@gnu.org>
5027         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
5028         highlighting if the search string is empty.
5030 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
5032         * facemenu.el (facemenu-active-faces): Change condition of inner
5033         `while' loop to also check the first two elements of `face-atts'
5034         and `mask-atts'.
5036 2004-09-04  John Paul Wallington  <jpw@gnu.org>
5038         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
5039         (thumbs-view-image-mode): Make buffer read-only.
5041 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
5043         * textmodes/ispell.el (ispell-really-aspell): New defvar.
5044         (ispell-check-version): Set it.
5045         (ispell-send-replacement): New function.
5046         (ispell-process-line): Call ispell-send-replacement.
5048 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5050         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
5051         Support choosing seconds with "s".
5053 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
5055         * terminal.el (te-escape): Show `?' in prompt for help key.
5057 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
5059         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
5061 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5063         * simple.el (next-error-follow-minor-mode)
5064         (next-error-follow-mode-post-command-hook): New functions.
5065         (next-error-follow-last-line): New defvar.
5067         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
5068         * progmodes/compile.el (compilation-mode-map): Likewise.
5069         * progmodes/grep.el (grep-mode-map): Likewise.
5070         * replace.el (occur-mode-map): Likewise.
5072         * newcomment.el (uncomment-region): Bind comment-use-global-state
5073         to nil.
5075 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
5077         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
5078         locally around the call to `revert-buffer'.
5080 2004-09-03  Juri Linkov  <juri@jurta.org>
5082         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
5083         `isearch-adjusted' to `t'.
5084         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
5085         (isearch-message-prefix): Add "pending" for isearch-adjusted.
5086         (isearch-other-meta-char): Restore isearch-point unconditionally.
5087         (isearch-query-replace): Add new arg `regexp-flag' and use it.
5088         Set point to start of match if region is not active in transient
5089         mark mode (to include the current match to region boundaries).
5090         Push the search string to `query-replace-from-history-variable'.
5091         Add prompt "Query replace regexp" for isearch-regexp.
5092         Add region beginning/end as last arguments of `perform-replace.'
5093         (isearch-query-replace-regexp): Replace code by the call to
5094         `isearch-query-replace' with arg `t'.
5096 2004-09-03  Richard M. Stallman  <rms@gnu.org>
5098         * startup.el (normal-top-level): Undo previous TERM change.
5100 2004-09-03  Kim F. Storm  <storm@cua.dk>
5102         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
5103         highlight overlays; allow using RET when cursor is over a button.
5104         (cua--highlight-rectangle): Use it.
5105         (cua--rectangle-set-corners): Don't move backwards at eol.
5106         (cua--forward-line): Don't move into void after eob.
5108         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
5109         point is set (and displayed) inside rectangle.
5110         (cua--rectangle-operation): Fix for highlight of empty lines.
5111         (cua--highlight-rectangle): Fix highlight for tabs.
5112         Position cursor at left/right edge of rectangle using new `cursor'
5113         property on overlay strings.
5114         (cua--indent-rectangle): Don't tabify.
5115         (cua-rotate-rectangle): Ignore that point has moved.
5117 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5119         * term/mac-win.el: Add ASCII equivalents for some function keys.
5120         (mode-line-frame-identification): Sync with x-win.el.
5122 2004-09-02  Juri Linkov  <juri@jurta.org>
5124         * progmodes/compile.el (compilation-buffer-name): Compare major
5125         mode with second element of compilation-arguments instead of third
5126         to reflect latest changes in compilation-arguments structure.
5127         (recompile): Use global variable `compilation-directory' to get
5128         recent compilation directory only when `recompile' is invoked NOT
5129         in the compilation buffer.  Otherwise, use `default-directory' of
5130         the compilation buffer.
5131         (compilation-error-properties): Allow to funcall col and end-col.
5132         (compilation-mode-font-lock-keywords): Check col and end-col by
5133         `integerp'.
5134         (compilation-goto-locus): If end-mk is non-nil in transient mark
5135         mode don't activate the mark (and don't display message in
5136         push-mark), but highlight overlay between mk and end-mk.
5138         * progmodes/grep.el (grep-highlight-matches): New defcustom.
5139         (grep-regexp-alist): Add rule to highlight grep matches.
5140         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
5142         * info.el (Info-fontify-node): Don't compute other-tag
5143         if Info-hide-note-references=hide.
5145         * help.el (function-called-at-point):
5146         * help-fns.el (variable-at-point):
5147         Try `find-tag-default' when other methods failed.
5149         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5150         Do not push mark if inhibit-mark-movement is non-nil.
5152         * textmodes/ispell.el (ispell-html-skip-alists):
5153         Fix backslashes in docstring.
5155 2004-09-01  Juri Linkov  <juri@jurta.org>
5157         * isearch.el (isearch-wrap-function)
5158         (isearch-push-state-function): New defvars.
5159         (isearch-pop-fun-state): New defsubst.
5160         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
5161         (isearch-push-state): Set the result of calling
5162         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
5163         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
5164         restore the mode-specific starting point of terminated search.
5165         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
5166         (isearch-repeat): Call `isearch-wrap-function' if defined.
5167         (isearch-message-prefix): Don't add prefix "over" to the message
5168         for wrapped search if `isearch-wrap-function' is defined.
5169         (isearch-search): Call function saved in `isearch-pop-fun-state' to
5170         restore the mode-specific starting point of failed search.
5172         * info.el (Info-search-whitespace-regexp): Fix backslashes.
5173         (Info-search): Add new optional arguments for the sake of isearch.
5174         Replace whitespace in Info-search-whitespace-regexp literally.
5175         Add backward search.  Don't call `Info-select-node' if regexp is
5176         found in the same Info node.  Don't add node to Info-history for
5177         wrapped isearch.
5178         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
5179         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
5180         (Info-mode): Set local variables `isearch-search-fun-function',
5181         `isearch-wrap-function', `isearch-push-state-function',
5182         `search-whitespace-regexp'.
5184         * isearch.el: Remove ancient Change Log section.
5185         (isearch-string, isearch-message-string, isearch-point)
5186         (isearch-success, isearch-forward-flag, isearch-other-end)
5187         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5188         (isearch-barrier, isearch-within-brackets)
5189         (isearch-case-fold-search): Add suffix `-state' to state-related
5190         defsubsts to avoid name clashes with other function names.
5192         * simple.el (next-error): New defgroup and defface.
5193         (next-error-highlight, next-error-highlight-no-select):
5194         New defcustoms.
5195         (next-error-no-select): Let-bind next-error-highlight to the value
5196         of next-error-highlight-no-select before calling `next-error'.
5198         * progmodes/compile.el (compilation-goto-locus):
5199         Use `next-error' face instead of `region'.  Set 4-th argument of
5200         `move-overlay' to `current-buffer' to move overlay to different
5201         source buffers.  Use new variable `next-error-highlight'.
5203         * simple.el (next-error-find-buffer): Move the rule
5204         "if current buffer is a next-error capable buffer" after the
5205         rule "if next-error-last-buffer is set to a live buffer".
5206         Simplify to test all rules in one `or'.
5207         (next-error): Doc fix.
5208         (next-error, previous-error, first-error)
5209         (next-error-no-select, previous-error-no-select):
5210         Make arguments optional.
5212 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
5214         * macros.el (apply-macro-to-region-lines): Make it operate on all
5215         lines that begin in the region, rather than on all complete lines
5216         in the region.
5218 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5220         * x-dnd.el (x-dnd-protocol-alist): Document update.
5221         (x-dnd-known-types): Defcustom it.
5222         (x-dnd-handle-motif): Print message-atom in error message.
5224 2004-08-30  John Paul Wallington  <jpw@gnu.org>
5226         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
5227         strings rather than programatically constructing message.
5229 2004-08-30  Richard M. Stallman  <rms@gnu.org>
5231         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
5232         Don't return a string that would read as the wrong character code.
5234 2004-08-29  Kim F. Storm  <storm@cua.dk>
5236         * emulation/cua-base.el (cua-auto-expand-rectangles):
5237         Remove automatic rectangle padding feature; replace by non-destructive
5238         virtual rectangle edges feature.
5239         (cua-virtual-rectangle-edges): New defcustom.
5240         (cua-auto-tabify-rectangles): New defcustom.
5241         (cua-paste): If paste into a marked rectangle, insert rectangle at
5242         current column, even if virtual; also paste exactly as many lines
5243         as has been marked (ignore additional lines or add empty lines),
5244         but paste whole source if only one line is marked.
5245         (cua--update-indications): No longer use overwrite-cursor to
5246         indicate rectangle padding
5248         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
5249         (cua--rectangle-virtual-edges): New defun.
5250         (cua--rectangle-get-corners): Remove optional PAD arg.
5251         (cua--rectangle-set-corners): Never do padding.
5252         (cua--forward-line): Remove optional PAD arg.  Simplify.
5253         (cua-resize-rectangle-right, cua-resize-rectangle-left)
5254         (cua-resize-rectangle-down, cua-resize-rectangle-up):
5255         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
5256         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
5257         (cua--rectangle-move): Never do padding.  Simplify.
5258         (cua--tabify-start): New defun.
5259         (cua--rectangle-operation): Add tabify arg.  All callers changed.
5260         (cua--pad-rectangle): Remove.
5261         (cua--delete-rectangle): Handle delete with virtual edges.
5262         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
5263         (cua--insert-rectangle): Handle insert at virtual column.
5264         Perform auto-tabify if necessary.
5265         (cua--activate-rectangle): Remove optional FORCE arg.
5266         Never do padding.  Simplify.
5267         (cua--highlight-rectangle): Enhance for virtual edges.
5268         (cua-toggle-rectangle-padding): Remove command.
5269         (cua-toggle-rectangle-virtual-edges): New command.
5270         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
5271         (cua--rectangle-post-command): Don't force rectangle padding.
5272         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
5274 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
5276         * indent.el (edit-tab-stops-buffer): Doc fix.
5278 2004-08-28  Richard M. Stallman  <rms@gnu.org>
5280         * progmodes/grep.el (grep-default-command): Use find-tag-default.
5281         (grep-tag-default): Function deleted.
5283         * subr.el (find-tag-default): Move from etags.el.
5285         * progmodes/etags.el (find-tag-default): Move to subr.el.
5287         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
5288         into the basic character if it has an uppercase form.
5290 2004-08-27  Kenichi Handa  <handa@m17n.org>
5292         * international/utf-8.el (utf-8-post-read-conversion): If the
5293         buffer is unibyte, temporarily make it multibyte.
5295 2004-08-27  Masatake YAMATO  <jet@gyve.org>
5297         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
5299 2004-08-25  John Paul Wallington  <jpw@gnu.org>
5301         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
5302         0, 1, and many mismatches in message.
5303         (tex-start-shell): Use `set-process-query-on-exit-flag'.
5305         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
5306         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
5308 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5310         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
5311         vc-diff-switches differently.
5313 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
5315         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
5316         before and a real defvar after
5317         `speedbar-supported-extension-expressions'.  This is to silence
5318         the compiler without breaking bootstrapping.
5320 2004-08-22  Richard M. Stallman  <rms@gnu.org>
5322         * textmodes/flyspell.el (flyspell-word):
5323         Use set-process-query-on-exit-flag.
5324         (flyspell-highlight-duplicate-region): Take POSS as arg.
5325         (flyspell-word): Pass POSS as arg.
5327         * progmodes/ada-xref.el: Many doc and style fixes.
5328         (ada-find-any-references): Use compilation-start.
5329         (ada-get-ali-file-name): Improve error msg.
5330         (ada-get-ada-file-name): Likewise.
5332         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
5333         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
5335         * mail/mail-extr.el (mail-extr-all-top-level-domains):
5336         Add forward defvar.
5338         * whitespace.el (global-whitespace-mode): New alias
5339         for whitespace-global-mode.
5341         * speedbar.el (speedbar-file-regexp): Move definition up.
5342         (speedbar-mode, speedbar-set-mode-line-format):
5343         Use with-no-warnings.
5344         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
5346         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
5347         controls whether to display the error buffer.
5349         * ps-mule.el: Delete compatibility code for old Emacses.
5350         (ps-mule-find-wrappoint): Don't use chars-in-region.
5352         * frame.el (display-mouse-p, display-selections-p):
5353         Use with-no-warnings.
5355         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
5357 2004-08-22  David Kastrup  <dak@gnu.org>
5359         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
5360         information.
5362         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
5364 2004-08-22  Andreas Schwab  <schwab@suse.de>
5366         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
5368 2004-08-22  Masatake YAMATO  <jet@gyve.org>
5370         * cvs-status.el (cvs-status-checkout): New function.
5371         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
5373 2004-08-21  David Kastrup  <dak@gnu.org>
5375         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
5376         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
5377         has been converted to use hashtables, the relation `nil=none' is
5378         no longer valid, as `nil' is not a hashtable.  This patch tries to
5379         reduce the number of resulting errors.
5381 2004-08-21  John Paul Wallington  <jpw@gnu.org>
5383         * subr.el (process-kill-without-query): Made obsolete in
5384         version 21.4, not 21.5.
5386         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
5387         (vc-previous-comment, vc-next-comment)
5388         (vc-comment-search-reverse, vc-comment-search-forward)
5389         (vc-comment-to-change-log): Likewise.
5391         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
5393 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
5395         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
5396         Correct indentation of DEFMETHODS with non-standard method
5397         combinations (e.g., PROGN, MIN, MAX).
5399 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5401         * startup.el (normal-top-level-add-subdirs-to-load-path):
5402         Avoid unnecessarily checking system-type.
5403         (normal-top-level): Set TERM to "dumb".  Simplify.
5405         * avoid.el (mouse-avoidance-ignore-p): New fun.
5406         Also ignore switch-frame, select-window, double, and triple clicks.
5407         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
5408         (mouse-avoidance-fancy-hook): Use it.
5410 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
5412         * avoid.el (mouse-avoidance-nudge-mouse)
5413         (mouse-avoidance-banish-destination): Stay within the current window
5414         to avoid problems with mouse-autoselect-window.
5416 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5418         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
5419         the newer format of some messages in cvs-1.12.1.
5421 2004-08-19  Masatake YAMATO  <jet@gyve.org>
5423         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
5424         (elp-results-jump-to-definition-by-mouse)
5425         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
5426         (elp-output-result): Use elp-output-insert-symname.
5428 2004-08-18  Kenichi Handa  <handa@m17n.org>
5430         * language/cyrillic.el: Register koi8-r in
5431         ctext-non-standard-encodings-alist.
5432         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
5434 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
5436         * emacs-lisp/copyright.el (copyright-update-year): Delete code
5437         that replaces 20xy with xy.
5439 2004-08-17  John Paul Wallington  <jpw@gnu.org>
5441         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
5442         (reb-force-update): Doc fix.
5444 2004-08-16  Richard M. Stallman  <rms@gnu.org>
5446         * progmodes/which-func.el (which-func-update-1): Doc fix.
5448         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
5449         (sh-mode-abbrev-table): New variable.
5451         * progmodes/compile.el (compilation-mode): Doc fix.
5453         * emacs-lisp/lisp-mode.el (eval-last-sexp):
5454         Don't cons a new symbol each time.
5455         (eval-last-sexp-fake-value): New variable.
5457         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
5458         (copyright-update-year): Detect continuation of list of years.
5460         * term.el (term-default-fg-color, term-default-bg-color)
5461         (ansi-term-color-vector): Use `unspecified', not nil, as default.
5463         * imenu.el: Several doc fixes: don't say variables are buffer-local.
5465 2004-08-16  Davis Herring <herring@lanl.gov>
5467         * isearch.el (isearch-string, isearch-message-string, isearch-point)
5468         (isearch-success, isearch-forward-flag, isearch-other-end)
5469         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5470         (isearch-barrier, isearch-within-brackets)
5471         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
5473 2004-08-16  Kenichi Handa  <handa@m17n.org>
5475         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
5477 2004-08-15  Kenichi Handa  <handa@m17n.org>
5479         * term/x-win.el (x-selection-value): If utf8 was successful but
5480         ctext was not, use utf8 string.
5482 2004-08-14  Davis Herring  <herring@lanl.gov>
5484         * isearch.el: Remove accidental changes of March 4.  Fix backing
5485         up when a regexp isearch is made more general.  Use symbolic
5486         accessor functions for isearch stack frames to make usage clearer.
5487         (search-whitespace-regexp): Made groups in documentation shy (as
5488         is the group in the default value).
5489         (isearch-fallback): New function, addresses problems with regexps
5490         liberalized by `\|', adds support for liberalization by `\}' (the
5491         general repetition construct), and incorporates behavior for
5492         `*'/`?'.
5493         (isearch-}-char): New command, calls `isearch-fallback' with
5494         arguments appropriate to a typed `}'.
5495         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
5496         appropriately.
5497         (isearch-mode-map): Bind `}' to `isearch-}-char'.
5498         (isearch-string, isearch-message,string, isearch-point)
5499         (isearch-success, isearch-forward-flag, isearch-other-end)
5500         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5501         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
5502         New inline functions to read fields of a stack frame.
5504 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
5506         * battery.el (battery-linux-proc-acpi): Look into battery
5507         directories matching the literal string "CMB", too (required for
5508         Linux kernel version 2.6.7).
5510 2004-08-14  John Paul Wallington  <jpw@gnu.org>
5512         * cus-start.el (read-file-name-completion-ignore-case): Add.
5513         (blink-cursor-alist): Change version to "21.4".
5515         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
5517 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
5519         * speedbar.el (speedbar-scan-subdirs): New option.
5520         (speedbar-file-lists): Don't ignore file-name case on Unix and use
5521         dolist.
5522         (speedbar-insert-files-at-point): Take an extra argument and use
5523         it to optionally find out if a subdir is empty.  Also unreadable
5524         files don't get expand buttons.
5525         (speedbar-directory): New image (unused pixmap already existed).
5526         (speedbar-expand-image-button-alist): Use it.
5528 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
5530         CC Mode update to 5.30.9:
5532         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
5533         Move from cc-vars to cc-defs for dependency reasons.  Fix the
5534         POSIX char class test to check that it works in
5535         `skip-chars-(forward|backward)' too.
5537         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5538         first argument starts with a special brace list.
5540         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
5541         when `c-opt-type-concat-key' is used (i.e. in Pike).
5543         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
5544         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
5545         >)".
5547         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
5548         whitespace safe.
5550         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
5551         position for `arglist-intro', `arglist-cont-nonempty' and
5552         `arglist-close' when there are two arglist open parens on the same
5553         line and there's nothing in front of the first.
5555         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
5556         locking of qualified names in Java, which previously could fontify
5557         common indexing expressions in many cases.  The standard Java
5558         naming conventions are used to tell them apart.
5560         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
5561         Fix inconsistency wrt opening parens on the first line inside a paren
5562         block.
5564         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
5565         compile time for the sake of `c-major-mode-is'.
5567         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
5568         `c-major-mode-is' in the event that this is used inside a
5569         `c-lang-defconst'.
5571         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
5572         `c-lang-defconst' so that it works better with fallback languages.
5574         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
5575         it to fail to record the base mode.
5577         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5578         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
5579         is used.  Reorder the syntax checks to get more efficient
5580         skipping in some situations.
5582         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
5583         continuation which might precede the newly inserted '{'.
5585         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5586         Fix cases where it could loop indefinitely.
5588         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
5589         size specs correctly.  Only fontify identifiers in front of '('
5590         with as functions - don't accept any paren char.  Tighten up
5591         initializer skipping to stop before function and class blocks.
5593         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5594         the point could be left directly after an open paren when finding
5595         the beginning of the first decl in the block.
5597         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
5598         table when filtering out legitimate open parens to be recorded.
5599         This could cause cache inconsistencies when e.g.
5600         `c++-template-syntax-table' was temporarily in use.
5602         * progmodes/cc-engine.el (c-on-identifier)
5603         (c-simple-skip-symbol-backward): Small fix for handling "-"
5604         correctly in `skip-chars-backward'.  Affected the operator lfun
5605         syntax in Pike.
5607         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
5608         Fix bug that could cause an error from `after-change-functions' when
5609         the changed region is at bob.
5611 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
5613         CC Mode update to 5.30.9:
5615         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
5616         to say that <TAB> doesn't insert WS into a CPP line.
5617         (c-indent-command, c-tab-always-indent): Amend doc strings.
5619         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
5620         checks for user errors, thus eliminating cryptic and unhelpful
5621         Emacs error messages.  (1) Check the arg to `c-set-style' is a
5622         string.  (2) Check that settings to `c-offsets-alist' are not
5623         spuriously quoted.
5625         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
5626         which precedes the newly inserted `{'.
5628 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
5630         Sync with Tramp 2.0.44.
5632         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
5633         function "tramp_file_attributes".  Otherwise, file names
5634         containing spaces are misinterpreted.  Reported by Magnus Henoch
5635         <mange@freemail.hu>.
5636         (tramp-handle-file-truename): FILENAME must be expanded first.
5637         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
5638         obscure results.  Reported by D. Goel <deego@gnufans.org>.
5639         (tramp-handle-verify-visited-file-modtime): If file does not
5640         exist, say it is not modified if and only if that agrees with the
5641         buffer's record.  Check whether a file is visiting the buffer, or
5642         the buffer has no recorded last modification time.  Return t in
5643         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
5644         <teirllm@auburn.edu>.
5645         (tramp-handle-write-region): Pass modtime explicitely to
5646         `set-visited-file-modtime', because filename can be different
5647         from (buffer-file-name) if `file-precious-flag' is set.
5648         `set-visited-file-modtime' must be called always when `visit' is t
5649         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
5650         (tramp-handle-set-visited-file-modtime): If `time-list' is not
5651         nil, don't apply the whole body.  If the file doesn't exists, set
5652         modtime to '(-1 65535).  Suggested by Luc Teirlinck
5653         <teirllm@auburn.edu>.
5655 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5657         * help.el (describe-bindings): Doc fix.
5659         * subr.el (kbd): Doc fix.
5661 2004-08-08  John Paul Wallington  <jpw@gnu.org>
5663         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
5664         instead of `string-to-int'.
5665         (define-ibuffer-column mode): Fix indentation.
5667 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
5669         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
5671 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5673         * subr.el (global-unset-key, local-unset-key): Doc fixes.
5675         * novice.el (disabled-command-function): New variable renamed from
5676         `disabled-command-hook'.
5677         (disabled-command-hook): Keep the _variable_ as alias for
5678         `disabled-command-function' and make obsolete.
5679         (disabled-command-function): Function renamed from
5680         `disabled-command-hook'.  Adapt code to name change of the variable.
5682 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
5684         * simple.el (completion-root-regexp): New defvar.
5685         (completion-setup-function): Use it instead of a literal string.
5687 2004-08-07  John Paul Wallington  <jpw@gnu.org>
5689         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
5690         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
5691         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
5692         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
5694 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5696         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
5697         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
5699 2004-08-04  Kenichi Handa  <handa@m17n.org>
5701         * international/encoded-kb.el (encoded-kbd-setup-keymap):
5702         Fix previous change.
5704 2004-08-03  Kenichi Handa  <handa@m17n.org>
5706         * international/encoded-kb.el: The following changes are to
5707         utilize key-translation-map instead of minor mode map.
5708         (encoded-kbd-iso2022-non-ascii-map): Delete it.
5709         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
5710         (encoded-kbd-last-key): New function.
5711         (encoded-kbd-iso2022-single-shift): New function.
5712         (encoded-kbd-iso2022-designation)
5713         (encoded-kbd-self-insert-iso2022-7bit)
5714         (encoded-kbd-self-insert-iso2022-8bit)
5715         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
5716         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
5717         key-translation-map.
5718         (encoded-kbd-setup-keymap): Setup key-translation-map.
5719         (saved-key-translation-map): New variable.
5720         (encoded-kbd-mode): Save/restore key-translation-map.
5721         Adjust for the change of encoded-kbd-setup-keymap.
5723 2004-08-02  Kim F. Storm  <storm@cua.dk>
5725         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
5726         and call compute-motion with nil for topos and width to get proper
5727         usable width and height for both window and non-window systems.
5729         * windmove.el (windmove-coordinates-of-position): Let compute-motion
5730         calculate usable window width and height.
5732         * window.el (window-buffer-height): Call compute-motion with nil width.
5734 2004-08-01  David Kastrup  <dak@gnu.org>
5736         * replace.el (query-replace-read-from):
5737         Use `query-replace-compile-replacement'.
5738         (query-replace-compile-replacement): New function.
5739         (query-replace-read-to): Use `query-replace-compile-replacement'
5740         for repeating the last command.
5742 2004-08-01  John Paul Wallington  <jpw@gnu.org>
5744         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
5745         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
5746         (pr-switches): Remove period from end of error messages.
5748         * help-mode.el (help-go-back): Likewise.
5750         * abbrev.el (only-global-abbrevs): Doc fix.
5751         (edit-abbrevs-map): Define within defvar.
5752         (quietly-read-abbrev-file): Doc fix.
5754 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
5756         * novice.el (enable-command, disable-command): Doc fixes.
5758         * subr.el (event-modifiers, event-basic-type): Doc fixes.
5760 2004-07-30  Richard M. Stallman  <rms@gnu.org>
5762         * subr.el (with-local-quit): Doc fix.
5764 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
5766         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
5768 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
5770         * custom.el (defcustom): Doc fix.
5772 2004-07-28  Masatake YAMATO  <jet@gyve.org>
5774         * progmodes/etags.el (etags-tags-apropos): Show building progress.
5776 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5778         * imenu.el (imenu-prev-index-position-function)
5779         (imenu-extract-index-name-function, imenu-name-lookup-function)
5780         (imenu--index-alist): Docstring redundancy fix.
5782 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
5784         * wdired.el (wdired-finish-edit): Require dired-aux before locally
5785         binding dired-backup-overwrite.
5787 2004-07-25  John Paul Wallington  <jpw@gnu.org>
5789         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
5791 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
5793         * term/tty-colors.el (tty-color-approximate): Doc fix.
5795         * select.el (x-get-selection, x-set-selection): Doc fixes.
5797         * frame.el (make-frame): Doc fix.
5799 2004-07-24  Richard M. Stallman  <rms@gnu.org>
5801         * mail/rmail.el (rmail-mime-charset-pattern):
5802         Don't include semicolon in the charset value.
5804         * replace.el (occur-next-error): Call set-window-point.
5805         (occur-engine): Handle negative NLINES.
5807 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
5809         * frame.el (modify-all-frames-parameters): Minor doc fix.
5810         (set-frame-configuration): Doc fix.
5812 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5814         * simple.el (completion-setup-function): Compute the common parts
5815         and the first difference place correctly when
5816         partial-completion-mode is on.
5818 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5820         * ps-print.el: Doc fix.
5821         (ps-print-version): New version 6.6.5.
5822         (ps-printing-region): Doc fix.
5823         (ps-generate-string-list): Comment fix.
5824         (ps-message-log-max): Code fix.
5826 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5828         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
5829         generated PostScript.
5831 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
5833         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
5834         with Gnus v5_10 branch.)
5836 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
5838         * calendar/time-date.el (time-to-number-of-days): New function.
5839         Imported from from Gnus.
5841 2004-07-22  Kim F. Storm  <storm@cua.dk>
5843         * progmodes/make-mode.el: Fix comments.
5845 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5847         * printing.el: Doc fix.
5849 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
5851         * frame.el (modify-all-frames-parameters): Minor doc fix.
5853 2004-07-20  Richard M. Stallman  <rms@gnu.org>
5855         * textmodes/fill.el (fill-nobreak-p): If this break point is
5856         at the end of the line, don't consider the newline which follows
5857         as a reason to return t.
5859 2004-07-19  John Paul Wallington  <jpw@gnu.org>
5861         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
5863 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
5865         * dired-aux.el (dired-do-kill-lines): Expand docstring.
5866         Delete irrelevant code.
5868 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
5870         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5871         New docstring.  From Luc Teirlinck.
5873 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
5875         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
5876         section.
5877         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
5878         non-file buffers.  We know it is nil.
5880 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
5882         Sync with Tramp 2.0.43.
5884         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5885         Remove outdated comment.
5886         (tramp-locked, tramp-locker): New variables for implementing a
5887         global lock.
5888         (tramp-sh-file-name-handler): Use them to implement the global lock.
5890 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
5892         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
5893         calls to respective `xxx` calls.
5894         (tramp-process-alive-regexp): Precise doc string.
5895         (tramp-multi-action-process-alive): New defun.
5896         (tramp-multi-actions): Use it.
5897         (tramp-handle-find-backup-file-name): `copy-tree' is available
5898         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
5899         in order to avoid this function.
5900         (tramp-handle-write-region): Set current buffer.  If connection
5901         wasn't open, `file-modes' has changed it accidently.  Reported by
5902         David Kastrup <dak@gnu.org>.
5903         (tramp-enter-password, tramp-read-passwd): New arguments USER and
5904         HOST.
5905         (tramp-action-password, tramp-multi-action-password): Apply it.
5906         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
5907         name must still contain the port number.  Otherwise, we have two
5908         Tramp buffers, with all the confusion.  Reported by Myron Selby
5909         <myron@xytech.com> and Rolf Dubitzky
5910         <Dubitzky@physi.uni-heidelberg.de>.
5912         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
5913         HOST to `tramp-enter-passwd'.
5915         * net/tramp-vc.el (all): Code cleanup.  Change all
5916         `tramp-handle-xxx' calls to respective `xxx` calls.
5918 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
5920         * emacs-lisp/testcover.el: New category "potentially-1valued" for
5921         functions that are not erroneous if either 1-valued or
5922         multi-valued.  Detect functions in this class.
5923         (testcover-1value-functions, testcover-compose-functions)
5924         (testcover-progn-functions) Add some additional functions to lists.
5925         (testcover-mark): Bugfix when marking up the definition for an
5926         empty function.
5928 2004-07-17  Richard M. Stallman  <rms@gnu.org>
5930         * replace.el (occur-read-primary-args): Pass default to
5931         read-from-minibuffer.
5933         * mail/footnote.el (footnote-section-tag): Use defcustom.
5935         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
5936         Compile font-lock-keywords, not KEYWORDS.
5937         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
5938         Add warn, check-type.  Handle cerror like error.
5940 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
5942         * progmodes/which-func.el (which-func-keymap): New var.
5943         (which-func-face): New face.
5944         (which-func-format): Use them.
5946 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
5948         * buff-menu.el (list-buffers-noselect): Append the buffer's
5949         process status to its mode name.
5951 2004-07-16  Kim F. Storm  <storm@cua.dk>
5953         * simple.el (inhibit-mark-movement): New defvar.
5954         (beginning-of-buffer, end-of-buffer): Do not push mark if
5955         inhibit-mark-movement is non-nil or C-u prefix is given.
5957         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5958         Init to beginning-of-buffer and end-of-buffer.
5959         (cua--undo-push-mark): New defvar.
5960         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5961         already active and command is in cua--preserve-mark-commands.
5962         Also fix check for shift modifier on non-window systems.
5963         (cua--post-command-handler): Clear inhibit-mark-movement if set.
5965 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
5967         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5968         of two integers, instead of a cons.
5970         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5971         `visited-file-modtime' now returns a list of two integers, instead
5972         of a cons.
5974         * dired.el (dired-directory-changed-p): Ditto.
5976         * progmodes/grep.el (grep): Doc fix.
5978 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
5980         * autorevert.el (auto-revert-tail-mode)
5981         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
5982         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
5983         in both at the same time.
5984         (auto-revert-tail-mode): New command.
5985         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
5986         (auto-revert-handler): Revert only either tail or whole file.
5988         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
5989         add auto-revert-tail-mode.
5991 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5993         * printing.el: Doc fix.  Change name of some funs.
5994         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
5995         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
5996         (pr-standard-file-name): New fun.  Replace pr-standard-path.
5997         (pr-call-process): Code fix.
5999 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6001         * subr.el (with-selected-window): Doc fix.
6003 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6005         * subr.el (get-buffer-window-list): Doc fix.
6007 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6009         * files.el (switch-to-buffer-other-window): Doc fix.
6011         * window.el (save-selected-window, one-window-p)
6012         (split-window-keep-point, split-window-vertically)
6013         (split-window-horizontally): Doc fixes.
6015 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6017         * printing.el: Doc fix.  Now it uses call-process instead of
6018         shell-command for low command execution.
6019         (pr-version): New version number (6.8).
6020         (pr-shell-file-name): Option removed.
6021         (pr-shell-command): Fun removed.
6022         (pr-call-process): New fun.  Replace pr-shell-command.
6023         (pr-standard-path, pr-remove-nil-from-list): New funs.
6024         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
6025         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
6026         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
6027         (pr-ps-utility-process, pr-txt-print): Code fix.
6029 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6031         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
6032         boolean.
6034 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
6036         * wid-edit.el (widget-field-buffer): Doc fix.
6038 2004-07-09  John Paul Wallington  <jpw@gnu.org>
6040         * emacs-lisp/re-builder.el (reb-update-overlays):
6041         Distinguish between one and several matches in message.
6043 2004-07-09  Richard M. Stallman  <rms@gnu.org>
6045         * mouse.el (mouse-set-region-1): If transient-mark-mode
6046         is `identity', change it to `only'.
6048         * simple.el (current-word): Doc fix.
6050 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
6052         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
6053         so that it is more understanding of whitespace.
6055         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
6056         form
6057         (("ns" . "element") (attr-list) children) instead of
6058         ((:ns . "element") (attr-list) children) in order to reduce the
6059         number of symbols used.
6060         (xml-skip-dtd): Change to use xml-parse-dtd but set
6061         xml-validating-parsing to nil.
6062         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
6063         (xml-substitute-entity): Remove in favor of new entity substitution.
6064         (xml-substitute-special): Rewrite in to substitute complex
6065         entities from DOCTYPE declarations.
6066         (xml-parse-fragment): Parse fragments from entity deleclarations.
6067         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
6068         (xml-parse-dtd, xml-substitute-special): Make validity checks
6069         conditioned on xml-validating-parser.  Add "Not Well Formed" to
6070         error messages about well-formedness.
6072 2004-07-08  Steven Tamm  <steventamm@mac.com>
6074         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
6075         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
6076         Do not treat double clicks and triple clicks specially in the
6077         scroll bar (preventing strange repositioning problems)
6079 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6081         * replace.el (query-replace-regexp-eval): Fix last change.
6083 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6085         * replace.el (query-replace-descr): New fun.
6086         (query-replace-read-from, query-replace-read-args): Default to the
6087         previous from&to.
6088         (query-replace-read-to): Quote the `from' string when displaying it.
6089         (query-replace-regexp-eval): Immediately check read-only status.
6090         Use query-replace-read-from to get the \n checking.
6091         Quote the `from' string when displaying it.
6092         (map-query-replace-regexp, occur-read-primary-args):
6093         Quote the `from' string when displaying it.
6095         * isearch.el (isearch-query-replace): Pass the regexp-ness and
6096         delimited-ness of the search to query-replace.
6098         * replace.el (query-replace-read-from, query-replace-read-to):
6099         New funs extracted from query-replace-read-args.
6100         (query-replace-read-args): Use them.
6102         * replace.el (query-replace-interactive, query-replace-read-args):
6103         Remove the `initial' special value.
6104         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
6105         (occur-engine): Remove unused var `matchend'.
6107         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
6108         Use the search string without prompting.
6110 2004-07-05  Kenichi Handa  <handa@m17n.org>
6112         * international/mule.el (decode-coding-inserted-region):
6113         Set last-coding-system-used only when coding is nil.
6115 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
6117         * progmodes/grep.el (grep-compute-defaults, grep-command)
6118         (grep-program, find-program, grep-find-use-xargs, grep-history)
6119         (grep-find-history, grep-tag-default, grep-find-command)
6120         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
6121         Add autoload cookies, for unbundled packages that load `compile'
6122         and expect all grep-related symbols to become defined.
6124 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
6126         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
6127         (iimage-mode-image-search-path): New user option to search the
6128         image file.
6129         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
6130         have locate-file.
6131         (iimage-mode-buffer): Use it.
6133 2004-07-03  Nick Roberts  <nickrob@gnu.org>
6135         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
6136         carefully.
6137         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
6139 2004-07-03  Juri Linkov  <juri@jurta.org>
6141         * replace.el (query-replace-read-args): Swallow space after 'foo,
6142         not after (quote foo).  Match space only immediately after symbol,
6143         not anywhere in the whole string.
6145 2004-07-02  Richard M. Stallman  <rms@gnu.org>
6147         * replace.el (query-replace-read-args): Swallow space after
6148         symbols, not after closeparens.  But avoid error if string ends there.
6150         * progmodes/python.el (python-beginning-of-statement):
6151         Exit the loop if backward-up-list gets error.
6153         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
6155 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
6157         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
6158         only if vc-consult-headers is non-nil.
6160 2004-07-02  Juri Linkov  <juri@jurta.org>
6162         * pcvs.el (cvs-mode-diff-repository): New command.
6164         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
6166 2004-07-01  Juri Linkov  <juri@jurta.org>
6168         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
6169         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
6170         C-M-% to isearch-query-replace-regexp.
6171         (minibuffer-local-isearch-map): Add arrow key bindings.
6172         Bind C-f to isearch-yank-char-in-minibuffer.
6173         (isearch-forward): Doc fix.
6174         (isearch-edit-string): Doc fix.
6175         (isearch-query-replace, isearch-query-replace-regexp): New funs.
6176         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
6177         (isearch-yank-char): Add optional arg.
6178         (isearch-yank-char-in-minibuffer): New fun.
6180         * replace.el (query-replace-interactive): Change type from boolean
6181         to choice.  Add value `initial'.
6182         (query-replace-read-args): Handle value `initial' of
6183         query-replace-interactive.
6185 2004-06-29  Kim F. Storm  <storm@cua.dk>
6187         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
6188         (breakpoint-disabled-bitmap-face): Add :group 'gud.
6190         * progmodes/ada-xref.el (ada-tight-gvd-integration):
6191         Add :group 'ada.
6193         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
6195 2004-06-29  Juri Linkov  <juri@jurta.org>
6197         * replace.el (query-replace-read-args): Swallow a space after
6198         everything except )]" which in most cases means after a symbol.
6200         * emacs-lisp/pp.el (pp-buffer): Add autoload.
6202 2004-06-28  Richard M. Stallman  <rms@gnu.org>
6204         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
6205         More changes to go with previous change in font-lock.el.
6207 2004-06-26  David Kastrup  <dak@gnu.org>
6209         * replace.el (perform-replace): Highlight the match even in
6210         non-query mode if there is potential replace string editing.
6212 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
6214         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
6215         agree with new return value of `file-remote-p'.
6216         This syncs with Tramp 2.0.42.
6218         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
6219         according to new documentation of `file-remote-p'.
6221         * files.el (file-remote-p): Fix doc to say that return value is
6222         identification of remote system, if not nil.
6223         (file-relative-name): Use new return value of `file-remote-p'.
6225 2004-06-26  Nick Roberts  <nickrob@gnu.org>
6227         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
6228         (gdb-goto-breakpoint): Fix breakage.
6230 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
6232         * man.el (Man-getpage-in-background): Add windows-nt to the list
6233         of systems where shell-file-name should be used instead of
6234         literal "sh".
6236 2004-06-25  Sam Steingold  <sds@gnu.org>
6238         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
6239         function names `(setf symbol)'.
6241 2004-06-24  Richard M. Stallman  <rms@gnu.org>
6243         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
6245         * font-lock.el (font-lock-keywords): Change format of compiled values.
6246         Document it.
6247         (font-lock-add-keywords): If font-lock-keywords is compiled,
6248         extract the uncompiled version, modify, then recompile.
6249         (font-lock-remove-keywords): Likewise.
6250         (font-lock-fontify-keywords-region): Handle changed format.
6251         (font-lock-compile-keywords): Handle changed format.
6252         (font-lock-set-defaults): Compile the keywords explicitly here.
6254 2004-06-24  David Kastrup  <dak@gnu.org>
6256         * replace.el (query-replace-read-args): Implement `\,' and `\#'
6257         replacements here.
6258         (query-replace-regexp): Doc string explaining this and the new
6259         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
6260         is better placed in `query-replace-read-args'.
6261         (replace-regexp): Explain `\,', `\#' and `\?'.
6262         (replace-match-data): New function for thorough reuse/destruction
6263         of old match-data.
6264         (replace-match-maybe-edit): Function for implementing `\?' editing.
6265         (perform-replace): Fix maintaining of the match stack including
6266         already matched regions, implement `\?', fix various problems
6267         with regions while editing and other stuff.
6268         (replace-highlight): Simplify.
6270 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
6272         * progmodes/grep.el (grep-error-screen-columns): New variable.
6273         (grep-regexp-alist): Give it the full functionality of gnu style
6274         compilation messages with line and column ranges.  Ask me for the
6275         perl script I'm working on, that uses these.
6277 2004-06-23  Nick Roberts  <nickrob@gnu.org>
6279         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
6280         Remove.
6281         (comint-insert-input, comint-mouse-insert-input): New functions
6282         based on comint-insert-clicked-input for two bindings but just
6283         one functionality.
6285 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6287         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
6289 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
6291         * files.el (write-contents-functions): Doc fix.
6293 2004-06-21  Juanma Barranquero  <lektu@terra.es>
6295         * image.el (image-library-alist): Rewrite docstring in active voice.
6297 2004-06-20  Richard M. Stallman  <rms@gnu.org>
6299         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
6301         * isearch.el (isearch-repeat): Avoid testing old match data.
6302         (isearch-message): Display trailing space in special font
6303         when search is failing.
6304         (isearch-search-fun-function): Doc fix.
6306         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
6308 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
6310         * frame.el (show-trailing-whitespace): Doc fix.
6312         * cus-edit.el (custom-variable-documentation): New function.
6313         (custom-variable): Use it.
6315 2004-06-19  Nick Roberts  <nickrob@gnu.org>
6317         * man.el (Man-getpage-in-background): Revert previous change but
6318         make cygwin a special case.
6320 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
6322         * autorevert.el (global-auto-revert-non-file-buffers):
6323         Update docstring.
6325 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
6327         * progmodes/compile.el (compilation-error-properties): Store one
6328         more than end-col, if present, so that transient-mark-mode will
6329         highlight last char too.
6330         * progmodes/grep.el (grep-regexp-alist): Match columns and column
6331         ranges, if present.
6333 2004-06-18  Jason Rumney  <jasonr@gnu.org>
6335         * makefile.w32-in: Double percent signs in for loops.
6337 2004-06-17  David Kastrup  <dak@gnu.org>
6339         * replace.el (query-replace-read-args): Only warn about use of \n
6340         and \t when we are doing a regexp replacement and the actual
6341         escaped character is n or t.
6342         (query-replace-regexp): Add \, and \# interpretation to
6343         interactive call and document it.
6344         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
6345         as shortkey for replace-count.
6346         (replace-quote): New function for doubling backslashes.
6348 2004-06-17  Juanma Barranquero  <lektu@terra.es>
6350         * files.el (parse-colon-path, cd): Mention in docstring that the
6351         path separator is colon in GNU-like systems.
6353         * newcomment.el (comment-region-internal): Fix docstring.
6355         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
6356         (ewoc-invalidate, ewoc-collect): Doc fixes.
6357         (ewoc--create-node, ewoc--delete-node-internal):
6358         Fix typos in docstring.
6360 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
6362         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
6363         manual to docstring.
6365 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6367         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
6369 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
6371         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6372         Add hyperlink to emacs-xtra manual to docstring.
6374         * autorevert.el (global-auto-revert-non-file-buffers):
6375         Add hyperlink to emacs-xtra manual to docstring, as well as an
6376         info-link.
6378 2004-06-14  Juanma Barranquero  <lektu@terra.es>
6380         * image.el (image-library-alist): New variable to map image types
6381         to external libraries.  Initialized to nil, unless system-specific
6382         configs change it.
6383         (image-type-available-p): Determine whether an image type is
6384         available by calling `init-image-library'.
6386         * term/w32-win.el (image-library-alist): Initialize to a known set
6387         of probable library names.
6389 2004-06-14  Kenichi Handa  <handa@m17n.org>
6391         * international/code-pages.el (windows-1256, cp1125): Fix tables
6392         for several characters.
6394         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
6396 2004-06-13  Richard M. Stallman  <rms@gnu.org>
6398         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
6400         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
6401         not "`pc-selection-mode'".
6403         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
6405         * simple.el (previous-matching-history-element): Specify a default.
6407         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
6409         * cus-face.el (custom-declare-face): Simplify code.
6411         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
6413 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
6415         * files.el (before-save-hook): Add `time-stamp' to the options.
6417         * time-stamp.el (time-stamp): Recommend adding it to
6418         `before-save-hook', rather than `write-file-functions'.
6419         Make a similar change in `Commentary' section.
6421 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
6423         * diff-mode.el (diff-current-defun): If at start of hunk, use
6424         position of first change.
6426 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
6428         * dired-x.el (dired-mark-omitted): Bind to "*O".
6430 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
6432         * bookmark.el (bookmark-bmenu-relocate): New function, as
6433         suggested by David J. Biesack <David.Biesack@sas.com>.
6434         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
6435         (bookmark-bmenu-mode): Describe binding in doc string.
6436         (bookmark-set-filename): Save the bookmark list if it's time.
6438 2004-06-13  Kenichi Handa  <handa@m17n.org>
6440         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6441         (ccl-untranslated-to-ucs): Fix typo.
6443 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
6445         * progmodes/python.el (python-open-block-statement-p):
6446         Fix indentation after a block opening that contains a comment.
6448 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
6450         * bindings.el (completion-ignored-extensions): Add file extensions
6451         of Python byte-compiled files.
6453 2004-06-12  Juri Linkov  <juri@jurta.org>
6455         * info.el (Info-goto-node): Add autoload.
6456         (Info-toc): Add substring-no-properties on Info file name.
6457         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
6458         (Info-mode-map): Bind L to Info-history, T to Info-toc.
6460 2004-06-12  Kenichi Handa  <handa@m17n.org>
6462         * international/mule-cmds.el (set-language-environment):
6463         Load subst tables if necessary.
6465         * international/mule.el (decode-char): Load subst tables if necessary.
6466         (encode-char): Likewise.
6468         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
6469         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
6470         (utf-16le-decode-loop): Set r5 to -1 before loop.
6471         (utf-16be-decode-loop): Likewise.
6472         (ccl-decode-mule-utf-16le): Add EOF processing block.
6473         (ccl-decode-mule-utf-16be): Likewise.
6474         (ccl-decode-mule-utf-16le-with-signature): Likewise.
6475         (ccl-decode-mule-utf-16be-with-signature): Likewise.
6476         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
6477         (ccl-mule-utf-16-encode-untrans): New CCL.
6478         (utf-16-decode-to-ucs): Handle pre-read character.
6479         (utf-16le-encode-loop): Handle surrogate pair.
6480         (utf-16be-encode-loop): Likewise.
6481         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
6482         of utf-16le-encode-loop.
6483         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
6484         of utf-16be-encode-loop.
6485         (mule-utf-16-post-read-conversion):
6486         Call utf-8-post-read-conversion at first.
6487         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
6488         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
6489         Add post-read-conversion and pre-write-conversion.
6491         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
6492         (utf-translate-cjk-unicode-range): New variable.
6493         (utf-translate-cjk-load-tables): New function.
6494         (utf-lookup-subst-table-for-decode): New function.
6495         (utf-lookup-subst-table-for-encode): New function.
6496         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
6497         tables here.  Update safe-charsets of utf-* coding systems.
6498         (ccl-mule-utf-untrans): New CCL.
6499         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
6500         at end of each branch.
6501         (ccl-mule-utf-8-encode-untrans): New CCL.
6502         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
6503         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
6504         length of encoding.  Don't return r0.
6505         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
6506         (utf-8-post-read-conversion): Narrow to region properly.
6507         If utf-translate-cjk-mode is on, load tables if necessary.
6508         Call utf-8-compose with hash-table arg if necessary.
6509         Call XXX-compose-region instead of XXX-post-read-convesion.
6510         (utf-8-pre-write-conversion): New function.
6511         (mule-utf-8): Include CJK charsets in safe-charsets if
6512         utf-translate-cjk-mode is on.  Add pre-write-conversion.
6514         * international/characters.el: Temporarily set
6515         utf-translate-cjk-mode to nil.
6517         * language/devan-util.el (devanagari-compose-region):
6518         Add autoload cookie.
6520         * international/ccl.el (ccl-dump-call): Fix printing the
6521         subroutine name.
6523 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
6525         * dired.el (dired-revert): If buffer is marked unmodified before
6526         reverting, keep it marked unmodified.
6527         Adapt to new conventions for commenting out code.
6528         (dired-make-relative): Adapt to new conventions for commenting out code.
6530 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
6532         * eshell/esh-module.el (eshell-load-defgroups):
6533         Bind `vc-handled-backends' to nil when opening files.
6535 2004-06-11  Juanma Barranquero  <lektu@terra.es>
6537         * files.el (parse-colon-path, cd): Doc fixes (refer to
6538         `path-separator', not colon).
6540 2004-06-10  Juanma Barranquero  <lektu@terra.es>
6542         * newcomment.el (comment-search-forward)
6543         (comment-search-backward): Fix typos in docstring.
6544         (comment-region): Doc fix.
6546 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6548         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
6549         switch is no longer stored in `dired-switches-alist'.
6551         * dired-aux.el (dired-insert-subdir): Do not store R switch in
6552         `dired-switches-alist'.
6554 2004-06-10  Kim F. Storm  <storm@cua.dk>
6556         * pcvs.el (cvs-mode-diff-yesterday): New command.
6558         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
6560 2004-06-10  Juri Linkov  <juri@jurta.org>
6562         * emacs-lisp/edebug.el (edebug-eval-defun):
6563         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
6564         Fix docstring.
6566         * simple.el (eval-expression-print-format): Don't print additional
6567         information on the first call to `eval-print-last-sexp'.
6568         (next-error-find-buffer): Fix punctuation.
6569         (killing) <defgroup>: Fix punctuation.
6570         (yank-excluded-properties): Change group from editing to killing.
6572         * replace.el (perform-replace): Use `limit' to terminate the
6573         while-loop explicitly.
6575 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6577         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6578         Use lc-*.xpm as prefix instead of *-locol.xpm.
6580         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
6581         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
6582         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
6583         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
6584         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
6585         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
6586         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
6587         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
6588         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
6589         * toolbar/lc-up_arrow.xpm:
6590         Rename from *-locol.xpm.
6592 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
6594         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
6595         include forms like &<str>; as valid url patterns.
6597 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
6599         * dired.el (dired-diff, dired-backup-diff)
6600         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
6601         (dired-do-chown, dired-do-touch, dired-do-print)
6602         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
6603         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
6604         (dired-create-directory, dired-do-copy, dired-do-symlink)
6605         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
6606         (dired-do-copy-regexp, dired-do-hardlink-regexp)
6607         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
6608         (dired-maybe-insert-subdir, dired-next-subdir)
6609         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
6610         (dired-kill-subdir, dired-tree-up, dired-tree-down)
6611         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
6612         (dired-run-shell-command, dired-query): Remove redundant,
6613         or incorrect, autoloads.
6615         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
6616         does not end in a slash.  Add optional argument KILL-ROOT.
6617         Update docstring.
6618         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
6619         (dired-query): Add autoloads.
6621 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
6623         * progmodes/compile.el (compilation-set-window-height):
6624         Rearrange the save-* functions because a buffer can have several current
6625         point in different windows.
6626         (compilation-error-regexp-alist-alist): Recognize {standard input}
6627         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6629 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6631         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6632         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6633         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6634         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6635         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
6636         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
6637         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
6638         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
6639         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
6640         * toolbar/up_arrow-locol.xpm:
6641         New versions of icons that uses fewer colors.
6643         * toolbar/tool-bar.el (tool-bar-local-item)
6644         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
6645         if display-color-cells is 256 or less.
6647 2004-06-08  Kim F. Storm  <storm@cua.dk>
6649         * wid-edit.el (widget-specify-button): Use hand pointer rather
6650         than mouse-face as visible mouse-over effect.
6652 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
6654         * saveplace.el (save-place-alist-to-file): Bind `print-length'
6655         and `print-level' to nil when writing out `save-place-alist'.
6656         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
6658 2004-06-07  Juanma Barranquero  <lektu@terra.es>
6660         * completion.el (completion-kill-region): Doc fix.
6662         * format.el (format-insert-annotations)
6663         (format-annotate-location): Doc fixes.
6664         (format-subtract-regions): Make arguments match their use in docstring.
6666         * simple.el (kill-region): Doc fix.
6668         * subr.el (insert-buffer-substring-no-properties)
6669         (insert-buffer-substring-as-yank): Doc fixes.
6671 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
6673         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6674         Update docstring.
6675         (dired-reset-subdir-switches): New function.
6677         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
6678         Limit scope of `buffer-read-only' binding.
6680 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
6682         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
6683         eshell-explicit-command-char.
6685 2004-06-06  Juanma Barranquero  <lektu@terra.es>
6687         * help-fns.el (help-argument-name): Inherit from italic face only
6688         if the frame supports it.
6690 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6692         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6693         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6694         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6695         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
6696         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
6697         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
6698         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
6699         New conversions from xpm files.
6701         * toolbar/README: New file.
6703 2004-06-06  Richard M. Stallman  <rms@gnu.org>
6705         * isearch.el (isearch-mode-map): Undo previous change.
6707 2004-06-05  Juri Linkov  <juri@jurta.org>
6709         * bindings.el (debug-ignored-errors): Add regexps for history
6710         related messages.  Remove $ from "No further undo information".
6711         Move Ediff's messages to ediff.el.
6713         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
6715         * cus-edit.el (custom-display): Add `min-colors'.
6717         * custom.el (defface): Add `supports' to docstring.
6719         * help-fns.el (help-argument-name): Add :group 'help.
6721 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
6723         * find-dired.el (find-ls-subdir-switches): New user option.
6724         (find-dired): No longer call `abbreviate-file-name' on DIR.
6725         Set `dired-subdir-switches' buffer-locally.
6727         * locate.el: Merge the two `Commentary' sections.
6728         (locate-ls-subdir-switches): New user option.
6729         (locate): Update for other changes.
6730         (locate-mode-map): Restore Dired binding for mouse-2.
6731         Bind `locate-mouse-view-file' to M-mouse-2.
6732         Bind `l' to `locate-do-redisplay'.
6733         (locate-main-listing-line-p, locate-do-redisplay): New functions.
6734         (locate-mouse-view-file, locate-tags, locate-find-directory):
6735         Print message if used outside main listing.
6736         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
6737         Various changes to support inserted subdirectories.
6738         (locate-insert-header): Change header of *Locate* buffer.
6740         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6741         Change interactive default switches.
6742         (dired-rename-subdir-2): Update `dired-switches-alist'.
6743         (dired-insert-subdir, dired-kill-subdir):
6744         Handle `dired-switches-alist'.  Do not mark buffer modified.
6745         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
6746         (dired-insert-subdir-doinsert): Omit messages.
6747         Handle `dired-subdir-switches'.
6748         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
6750         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
6751         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
6752         subdirs if -R switch is used for a subdir.
6753         (dired-mode): Set `dired-switches-alist'.
6754         (dired-build-subdir-alist): Only print number of directories in
6755         echo area when invoked interactively.
6757 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
6759         * dired-x.el (dired-omit-mode): Rename from
6760         dired-omit-files-p.  Use define-minor-mode to define it.
6761         (dired-omit-files-p): Add as alias for dired-omit-mode.
6762         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
6763         dired-mark-omitted.
6764         (dired-mark-omitted): Add.  Bind to M-O.
6766 2004-06-05  Kenichi Handa  <handa@m17n.org>
6768         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
6770 2004-06-05  Juanma Barranquero  <lektu@terra.es>
6772         * help-fns.el (help-argument-name): Reintroduce face.
6773         (help-default-arg-highlight): Use it, now that
6774         `face-differs-from-default-p' can be trusted.
6776 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
6778         * textmodes/table.el: Sentence commands added to Point Motion
6779         group; kill and backward-kill commands added to Extraction group.
6781 2004-06-04  Mario Lang  <mlang@delysid.org>
6783         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
6784         systems appear to use mW, make the code handle this.  Fix a
6785         division-by-zero bug while at it, and handle kernels with
6786         a slightly different layout in /proc/acpi.
6788 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
6790         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
6791         because the latter is a CL-ism.  This fixes the bug reported by
6792         Shawn Boyette <mdxi@collapsar.net> in
6793         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
6795 2004-06-04  Miles Bader  <miles@gnu.org>
6797         * faces.el (display-supports-face-attributes-p): Function moved to
6798         C code.  Previously only the tty-related portion of this function
6799         was done in C; however the previous attempt to do a halfway-proper
6800         job for non-tty displays in lisp didn't work properly because of
6801         funny conditions during Emacs startup.
6802         (face-differs-from-default-p): Simplify, now that
6803         display-supports-face-attributes-p works properly on all display
6804         types.  Remove :stipple from comparison; it doesn't really work
6805         in emacs anyway.
6807 2004-06-04  Miles Bader  <miles@gnu.org>
6809         * faces.el (face-differs-from-default-p): Use a different
6810         implementation, so we can really check whether FACE displays
6811         differently or not.
6813 2004-06-04  Miles Bader  <miles@gnu.org>
6815         * faces.el (display-supports-face-attributes-p): Implement a
6816         `different from default' check for non-tty displays.
6818 2004-06-03  David Kastrup  <dak@gnu.org>
6820         * woman.el (woman-mapcan): More concise code.
6821         (woman-topic-all-completions, woman-topic-all-completions-1)
6822         (woman-topic-all-completions-merge): Replace by a simpler and
6823         much faster implementation based on O(n log n) sort/merge instead
6824         of the old O(n^2) behavior.
6826 2004-06-03  Miles Bader  <miles@gnu.org>
6828         * subr.el (read-number): Use canonical format for default in prompt.
6830         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
6831         Add regexp for " [...]" style defaults.
6833 2004-06-02  Romain Francoise  <romain@orebokech.com>
6835         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
6836         groups: if the user asks for a hidden buffer, open the
6837         corresponding filter group to expose it.
6839         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
6840         `ibuffer-jump-to-buffer'.
6841         (ibuffer-jump-offer-only-visible-buffers): New user option.
6843 2004-06-02  Juanma Barranquero  <lektu@terra.es>
6845         * faces.el (frame-update-faces): Add empty docstring so the one
6846         for `ignore' doesn't show through.
6848         * subr.el (process-kill-without-query): Remove spurious "\n" on
6849         obsolescence string.
6850         (focus-frame, unfocus-frame): Add obsolescence declaration and
6851         empty docstring.
6853         * international/mule.el (register-char-codings): Make alias for
6854         `ignore'.  Move docstring to obsolescence info and remove redundancy.
6856 2004-06-02  Kim F. Storm  <storm@cua.dk>
6858         * frame.el (blink-cursor-start): Turn cursor off initially so blink
6859         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
6861 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6863         * comint.el (comint-replace-by-expanded-history-before-point):
6864         Obey `start' as the docstring says.
6865         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
6866         (comint-update-fence): Prevent font-lock from running unnecessarily.
6867         (comint-dynamic-list-completions): Use with-current-buffer.
6869 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6871         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
6872         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
6873         (bibtex-entry-update): Handle alternatives and optional fields.
6874         (bibtex-parse-entry): Bugfix, handle empty key.
6876 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6878         * vc-arch.el (vc-arch-state): Don't assume the file exists.
6880 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
6882         * desktop.el (desktop-save): Don't save minor modes without a
6883         known mode initialization function.
6885 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
6887         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
6889         * autorevert.el: Update `Commentary' section.
6891 2004-05-30  Juanma Barranquero  <lektu@terra.es>
6893         * dos-fns.el (convert-standard-filename):
6894         * files.el (convert-standard-filename):
6895         * w32-fns.el (convert-standard-filename):
6896         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
6898 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
6900         Sync with Tramp.
6902         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
6903         (tramp-let-maybe): Move to an earlier spot in the file.
6904         Patch by Andreas Schwab.
6906 2004-05-30  Andreas Schwab  <schwab@suse.de>
6908         * dired.el (dired-get-filename): Don't use dired-re-dot.
6910 2004-05-30  Richard M. Stallman  <rms@gnu.org>
6912         * files.el (find-file): Doc fix.
6914         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
6916 2004-05-30  Nick Roberts  <nickrob@gnu.org>
6918         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
6919         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
6920         modeline of the locals buffer.
6921         (gdb-goto-breakpoint): Handle gdbmi.
6922         (gdb-get-frame-number): Change for gdbmi.
6924 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
6926         * files.el (file-remote-p): Apply file name handler for operation
6927         `file-remote-p'.  It isn' a property any longer.
6928         (file-relative-name): `fh' and `fd' get the required value via
6929         `find-file-name-handler' already.
6931         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
6932         (top): Remove setting of `file-remote-p' property for
6933         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
6935 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
6937         Version 2.0.41 of Tramp released.
6939         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
6940         Throw away if process has died.
6941         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
6942         (tramp-out-of-band-prompt-regexp): Rename to
6943         `tramp-process-alive-regexp', because its usage is widen.
6944         (tramp-actions-copy-out-of-band): Apply it.
6945         (tramp-actions-before-shell, tramp-multi-actions):
6946         Add `tramp-action-process-alive' action.
6947         (tramp-action-process-alive): New defun.
6948         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6949         Add entry for `file-remote-p'.
6950         (tramp-handle-file-remote-p): New defun.
6951         (top): Remove setting of `file-remote-p'.  Don't set
6952         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6954         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6955         `file-remote-p'.
6957         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6958         counted for (last) line.  [They should or they shouldn't?  --Stef]
6959         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6961 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
6963         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6964         not really necessary but seems to keep the shell history smaller
6965         in some cases.  It is no substitute for setting HISTFILE and
6966         HISTSIZE from tramp-open-connection-setup-interactive-shell,
6967         though.  Suggested by Luc Teirlinck.
6968         (tramp-open-connection-setup-interactive-shell): Export variables
6969         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
6970         (tramp-set-process-query-on-exit-flag): New compat function.
6971         (tramp-open-connection-multi, tramp-open-connection-su)
6972         (tramp-open-connection-rsh, tramp-open-connection-telnet)
6973         (tramp-do-copy-or-rename-file-out-of-band): Use it.
6974         (tramp-let-maybe): New macro, let-binds a variable only if it
6975         isn't obsolete.
6976         (tramp-check-ls-commands, tramp-handle-expand-file-name)
6977         (tramp-handle-file-truename): Use it.
6978         (tramp-completion-file-name-regexp-unified): Avoid matching
6979         filenames starting with "/:" -- those are reserved for
6980         file-name-non-special.
6982         * tramp-smb.el (tramp-smb-open-connection):
6983         Use tramp-set-process-query-on-exit-flag compat function.
6985 2004-05-29  Richard M. Stallman  <rms@gnu.org>
6987         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
6989         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
6990         (eval-last-sexp-print-value): Print char equivalent regardless
6991         of standard-output value.
6993         * thumbs.el (thumbs-subst-char-in-string): Delete.
6994         (thumbs-thumbname): Use subst-char-in-string.
6995         (thumbs-resize-image): Use condition-case, not ignore-errors.
6996         (thumbs-kill-buffer): Likewise.
6998         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
6999         (thumbs-mode): Make buffer read-only.
7000         (thumbs-make-thumb): Unconditionally accept an existing file.
7001         (thumbs-insert-thumb): Add thumb-image-file property to the image.
7002         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
7003         (thumbs-show-thumbs-list): Error if images not supported.
7004         (thumbs-save-current-image): Improve prompt string.
7005         (thumbs-mode-map): Define u, R, x.
7006         (thumbs-unmark): New command.
7007         (thumbs-emboss-image): Minor cleanup.
7008         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
7009         (thumbs-rename-images): New command.
7010         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
7012         * thumbs.el (thumbs-current-image): New function.
7013         (thumbs-file-list, thumbs-file-alist): New functions.
7014         (thumbs-find-image): Delete arg L.
7015         Don't set up thumbs-fileL as buffer-local global var.
7016         (thumbs-find-image-at-point): Use thumbs-current-image.
7017         (thumbs-set-image-at-point-to-root-window): Likewise.
7018         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
7019         Record and warn about errors.  Update thumbs-markedL for deletions.
7020         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
7021         (thumbs-redraw-buffer): Use thumbs-file-list.
7022         (thumbs-mark): Use thumbs-current-image.
7023         (thumbs-show-name): Use thumbs-current-image.
7025         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
7026         and imenu--last-menubar-index-alist.
7028         * subr.el (with-selected-window): Undo previous change.
7030 2004-05-29  John Paul Wallington  <jpw@gnu.org>
7032         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
7033         (thumbs-mouse-find-image): New command.
7034         (thumbs-mode-map): Bind it to mouse-2.
7035         (thumbs-mode): Make mode-class special.
7036         (thumbs-view-image-mode): Likewise.
7038 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
7040         * flymake.el: New file.
7042 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
7044         * files.el (find-file-noselect-1): Do not bind
7045         `inhibit-read-only' to t during execution of
7046         `find-file-not-found-functions'.
7048 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7050         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
7051         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
7053 2004-05-28  Juri Linkov  <juri@jurta.org>
7055         * simple.el (eval-expression-print-format): New fun.
7057         * simple.el (eval-expression):
7058         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7059         * emacs-lisp/edebug.el (edebug-compute-previous-result)
7060         (edebug-eval-expression): Print additionally the value returned by
7061         `eval-expression-print-format'.
7063         * emacs-lisp/lisp.el (insert-pair-alist): New var.
7064         (insert-pair): Make arguments optional.  Find character pair
7065         from `insert-pair-alist' according to the last input event.
7066         (insert-parentheses): Make arguments optional.
7067         (raise-sexp, delete-pair): New funs.
7069         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
7070         (emacs-lisp-mode-map, lisp-interaction-mode-map):
7071         Bind C-M-q to `indent-pp-sexp'.
7073         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
7074         `pp-to-string' modified to be able to format text with newlines.
7075         (pp-to-string): Move the buffer-formatting part of the code to
7076         `pp-buffer'.  Call `pp-buffer'.
7078         * info.el (Info-desktop-buffer-misc-data): Don't save information
7079         about virtual files.
7080         (Info-restore-desktop-buffer): Restore Info buffers in prepared
7081         buffers with names obtained from the desktop file instead of the
7082         default *info* buffer.
7084 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7086         * subr.el (with-selected-window): Only save/restore the selected window.
7088         * progmodes/compile.el (compilation-error-regexp-alist):
7089         Use expand-file-name and data-directory.
7091         * progmodes/grep.el (grep-tree): Rework previous fix.
7093         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
7094         after the user marked text with the mouse.
7096         * startup.el (command-line): Keep the first regexp of
7097         auto-save-file-name-transforms intact.
7099 2004-05-28  Juanma Barranquero  <lektu@terra.es>
7101         * cus-edit.el (customize-face, customize-face-other-window)
7102         (custom-face-edit-delete): Make arguments match their use in
7103         docstring.
7104         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
7105         docstring.
7107         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
7108         not `cvs-butlast'.
7110         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
7111         `nbutlast' are in subr.el).
7113         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
7114         (set-w32-system-coding-system): Doc fixes.
7116         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
7117         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
7118         Make arguments match their use in docstring.
7119         (artist-draw-region-trim-line-endings)
7120         (artist-mouse-choose-operation): Fix typo in docstring.
7121         (artist-key-set-point-common): Doc fix.
7123 2004-05-28  Simon Josefsson  <jas@extundo.com>
7125         * mail/smtpmail.el (smtpmail-open-stream):
7126         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
7128 2004-05-26  Simon Josefsson  <jas@extundo.com>
7130         * starttls.el: Merge with my GNUTLS based starttls.el.
7131         (starttls-gnutls-program, starttls-use-gnutls)
7132         (starttls-extra-arguments, starttls-process-connection-type)
7133         (starttls-connect, starttls-failure, starttls-success): New variables.
7134         (starttls-program, starttls-extra-args): Doc fix.
7135         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
7136         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
7137         and pass on to corresponding *-gnutls function if it is set.
7139 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
7141         * autorevert.el (auto-revert-handler): Disable auto-reverting of
7142         remote files.
7144 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
7146         * files.el (file-name-non-special): There are more operations
7147         which need handling: `find-backup-file-name',
7148         `insert-file-contents', `verify-visited-file-modtime',
7149         `write-region'.  Rename t value of method to `add'.  Add new
7150         methods `quote' and `unquote-then-quote' to file-arg-indices.
7152 2004-05-25  Juri Linkov  <juri@jurta.org>
7154         * info.el (Info-toc): Call Info-mode on intermediate buffer.
7155         (Info-index-nodes): Enclose code in condition-case to catch errors.
7156         (Info-index-node): Don't search all index nodes if request is only
7157         for the current node and file is not in the cache of index nodes.
7158         (Info-mode-map): Bind Info-copy-current-node-name to `w'
7159         for consistency with dired-copy-filename-as-kill.
7160         Bind `S' to Info-search-case-sensitively.
7161         (Info-copy-current-node-name): New arg.  With zero prefix arg put
7162         the name inside a function call to `info'.  Display copied text in
7163         the echo area.
7165 2004-05-25  Sam Steingold  <sds@gnu.org>
7167         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
7168         strip the package prefix from the symbol name, if any.
7169         Make it the `find-tag-default-function' for `lisp-mode'.
7171 2004-05-25  John Paul Wallington  <jpw@gnu.org>
7173         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
7174         instead of obsolete `process-kill-without-query'.
7176         * textmodes/texinfmt.el (texinfo-indexvar-alist):
7177         Declare as variable, not constant.
7179 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
7181         * files.el (find-file-noselect-1): Fix bug introduced by
7182         Revision 1.694.  As a side effect, `inhibit-read-only'
7183         is again, by default, t during execution of
7184         `find-file-not-found-functions'.
7185         (insert-directory): Check that lines were really inserted by
7186         the --dired switch, before erasing them.
7188 2004-05-24  Nick Roberts  <nickrob@gnu.org>
7190         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
7191         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
7192         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
7193         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
7194         gud-minor-mode (gdbmi).
7196 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
7198         * net/browse-url.el (browse-url-interactive-arg): Enable user to
7199         explicitly select the text to be taken as URL.
7201 2004-05-23  Juri Linkov  <juri@jurta.org>
7203         * info.el (Info-index-nodes): New var and fun.
7204         (Info-goto-index, Info-index, info-apropos)
7205         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
7206         (Info-index): Fix docstring.  Store and restore Info-history-list.
7207         (Info-complete-nodes): New var.
7208         (Info-complete-menu-item): Use it.
7209         (Info-index-node): New fun.
7210         (Info-final-node, Info-forward-node, Info-backward-node)
7211         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
7212         Use Info-index-node.
7213         (Info-extract-menu-item, Info-extract-menu-counting): Set second
7214         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
7215         (Info-find-node-2): If a node with period in its name not found,
7216         try to find a node without the name part after period.
7217         (Info-select-node): Call Info-fontify-node only if
7218         Info-fontify-maximum-menu-size is not nil.
7219         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
7220         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
7221         Preserve Info-history-list.
7222         (Info-toc): Set Info-current-file.
7223         (Info-build-toc): Move point to the beginning of the buffer.
7224         Add main-file variable.
7225         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
7226         Use backslashed representation of the control character ^_.
7228         * textmodes/texinfmt.el (texinfo-print-index): Print index line
7229         numbers in the new Texinfo 4.7 format.
7231         * add-log.el (change-log-font-lock-keywords): Remove `:' from
7232         regexps for function and variable names.
7234         * descr-text.el (describe-property-list): Add [show] button for
7235         `syntax-table' property with action to pp to a separate buffer.
7236         (describe-char): Replace search-forward by re-search-forward with
7237         whitespace regexp after "character:" to not fail in too narrow windows.
7239         * simple.el (next-error-find-buffer): Add a rule to return
7240         next-error capable buffer if one window on the selected frame
7241         displays such buffer.
7243 2004-05-23  Nick Roberts  <nickrob@gnu.org>
7245         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
7246         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
7247         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
7248         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
7249         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
7250         Handle new value for gud-minor-mode (gdbmi).
7251         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
7252         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
7253         Change from local to global gdb variable set.
7254         (gdb-ann3): Initialise above gdb variable set.
7255         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
7256         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
7257         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
7258         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
7259         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
7260         (gdb-info-locals-handler, gdb-invalidate-assembler)
7261         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
7262         set as global variables.
7263         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
7264         Handle gdbmi.
7265         (gdb-info-breakpoints-custom): Fix regexp.
7266         (def-gdb-var): Delete.
7268         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
7269         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
7270         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
7271         a new mode.  The file (gdb-mi.el) for this mode will be included
7272         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
7273         primary interface.
7275 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
7277         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
7278         interpreted as a directory.
7280 2004-05-22  Richard M. Stallman  <rms@gnu.org>
7282         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
7283         as a close quote.
7285         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
7287         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
7288         Use assoc-string, not assoc-ignore-case.
7290         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
7292         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
7293         If moving back then fwd gets a defun that ends before point,
7294         try again moving fwd then back.
7296         * files.el (file-name-non-special): Allow t in file-arg-indices
7297         to mean requote the return value.  Use `identity' as an element
7298         rather than as the whole value.
7300         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
7302 2004-05-22  Juanma Barranquero  <lektu@terra.es>
7304         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
7305         `help-make-usage'.
7306         (help-highlight-arguments): Skip function name before searching
7307         for arguments.
7309 2004-05-21  Juanma Barranquero  <lektu@terra.es>
7311         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
7312         Don't mention in the docstring these arguments meant for
7313         internal (recursive) use only.
7314         (allout-char-spec): Comment out (it's not implemented).
7315         (allout-old-expose-topic, allout-exposure): Fix docstring and add
7316         obsolescence declaration.
7317         (allout-flatten-exposed-to-buffer)
7318         (allout-indented-exposed-to-buffer): Fix typos in docstring.
7319         (my-mark-marker): Doc fix.
7320         (produce-allout-mode-map, allout-sibling-index)
7321         (allout-isearch-expose, allout-distinctive-bullet)
7322         (allout-open-topic, allout-reindent-body)
7323         (allout-rebullet-heading, allout-process-exposed)
7324         (allout-insert-listified, allout-latex-verb-quote)
7325         (allout-insert-latex-header, allout-insert-latex-trailer):
7326         Make arguments match their use in docstring.
7327         (allout-primary-bullet, allout-old-style-prefixes)
7328         (allout-inhibit-protection, allout-init, allout-mode)
7329         (allout-before-change-protect, allout-flag-region):
7330         Use "Emacs" instead of "emacs" in docstrings.
7332 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7334         * international/characters.el: Modify syntax of more characters.
7336 2004-05-21  Masatake YAMATO  <jet@gyve.org>
7338         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
7339         (etags-tags-completion-table): Show parsing progress.
7341 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
7343         * locate.el (locate-prompt-for-command): Shorten first line of
7344         docstring.
7345         (locate-mode): Expand docstring and include keymap summary.
7347         * files.el (find-file-noselect-1): Limit the scope of the
7348         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
7349         is, by default, nil during the execution of
7350         `find-file-not-found-functions' and `find-file-hook'.
7352 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
7354         * facemenu.el (facemenu-color-name-equal): New function.
7355         (list-colors-display): Use it to compare colors instead of
7356         facemenu-color-equal.
7358 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
7360         * compare-w.el (compare-windows-face): Use min-colors instead of
7361         checking for tty or pc types.
7363 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7365         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
7366         (completion-setup-function): Use with-current-buffer.
7367         Properly save excursion.  Simplify.
7368         Don't assume there is necessarily a `mouse-face' property somewhere.
7370         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
7372         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
7374         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
7375         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
7376         Use with-current-buffer.
7377         (byte-goto-log-buffer): Delete.
7378         (byte-compile-log-file): Call compilation-forget-errors.
7380 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7382         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
7383         output messages into the search result.
7385 2004-05-19  Masatake YAMATO  <jet@gyve.org>
7387         * wid-edit.el (widget-radio-button-notify): Revert my last
7388         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7390 2004-05-19  Kenichi Handa  <handa@m17n.org>
7392         * international/characters.el: Fix syntax (open/close) of CJK chars.
7394 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
7396         * help-mode.el (help-go-back): Don't depend on position of back button.
7398 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7400         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
7401         files files don't contain an accidental additional /.
7403         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
7404         in source buffer.
7406 2004-05-18  Masatake YAMATO  <jet@gyve.org>
7408         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
7409         to widget-apply.  :action method assumes 2 arguments, not 3.
7411 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
7413         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7414         New constants.
7415         (hs-special-modes-alist): Add an f90-mode entry.
7417 2004-05-17  Sam Steingold  <sds@gnu.org>
7419         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7420         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
7422 2004-05-16  Kim F. Storm  <storm@cua.dk>
7424         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
7426 2004-05-15  John Wiegley  <johnw@newartisans.com>
7428         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
7429         (eshell-output-object-to-target): Improve output speed 20% by not
7430         calling `eshell-stringify' if something is already known to be a string.
7432 2004-05-15  Alex Ott  <ott@jet.msk.su>
7434         * textmodes/ispell.el (ispell-local-dictionary-alist):
7435         Add windows-1251 to the choice of coding systems.
7436         (ispell-dictionary-alist-6): Add support for "russianw.aff",
7437         encoded in cp1251.
7439 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
7441         * progmodes/compile.el (compilation-warning-face)
7442         (compilation-info-face): Use min-colors.
7444 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7446         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
7447         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
7448         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
7449         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
7450         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
7451         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
7452         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
7453         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
7454         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
7455         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
7456         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
7457         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
7458         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
7459         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
7461 2004-05-15  Kim F. Storm  <storm@cua.dk>
7463         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
7464         Use it to set triggered-p element of timer.
7465         (timer-event-handler): Set triggered-p element non-nil while running
7466         the timer function.
7468 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7470         * descr-text.el (describe-char-unicode-data)
7471         (describe-char-unicodedata-file): Re-enable the unicode code now that
7472         the licensing issues have been cleared in the unicode-4 license.
7473         (describe-text-properties-1): Remove unused `overlay' var.
7474         (describe-char): Remove unused var `buffer'.
7476 2004-05-14  David Ponce  <david@dponce.com>
7478         * tree-widget.el: New file.
7480 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
7482         * language/european.el ("Brazilian Portuguese"): Add support for
7483         Brazilian Portuguese.
7485 2004-05-13  John Wiegley  <johnw@newartisans.com>
7487         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
7488         `recentf-mode' if this variable has been customized to t.
7490         * eshell/esh-test.el (eshell-test): Call the function
7491         `emacs-version' rather than trying to build a custom version string.
7493 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7495         * net/telnet.el (telnet-mode): Use define-derived-mode.
7496         Don't modify the global value of comint-prompt-regexp.
7498 2004-05-13  John Paul Wallington  <jpw@gnu.org>
7500         * version.el (emacs-version): Check for `gtk' feature before
7501         `x-toolkit' feature.
7503 2004-05-13  Juanma Barranquero  <lektu@terra.es>
7505         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
7506         arguments in the docstring, they're used only in recursive calls.
7508         * help-fns.el (help-arg-highlighting-function)
7509         (help-argument-name): Delete.
7510         (help-default-arg-highlight): New function.
7511         (help-do-arg-highlighting): Use it.
7513 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
7515         * calendar/appt.el (appt-disp-window):
7516         Use `calendar-set-mode-line' for a centered mode-line.
7518 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7520         * calendar/appt.el (appt-disp-window): Do not split window
7521         excessively when `split-height-threshold' is low.
7523 2004-05-12  Nick Roberts  <nickrob@gnu.org>
7525         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
7526         kill-buffer-hook here and make it local.
7527         (gud-kill-buffer-hook): Use kill-process for a sure kill.
7529 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
7531         * progmodes/compile.el (compilation-set-window-height):
7532         Use save-excursion to protect against misplaced marker.
7534 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7536         * custom.el (defface): Document that type can have value gtk.
7538         * faces.el (face-spec-set-match-display): Handle type gtk in display.
7540 2004-05-12  Kenichi Handa  <handa@m17n.org>
7542         * descr-text.el: Require quail at comile time.
7543         (describe-char): If an input method is on and it supports the
7544         character, show how to input it.
7546         * international/quail.el (quail-install-decode-map): Accept a
7547         char-table whose subtype is `quail-decode-map'.
7548         (quail-store-decode-map-key, quail-gen-decode-map1)
7549         (quail-gen-decode-map, quail-find-key1, quail-find-key)
7550         (quail-show-key): New functions.
7552 2004-05-12  Juanma Barranquero  <lektu@terra.es>
7554         * generic.el (define-generic-mode): Remove redundant arglist info.
7556         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
7557         Make arguments match their use in docstring.
7558         (help-arg-highlighting-function): New variable.
7559         (help-argument-name): Mention it in the docstring.
7560         (help-do-arg-highlight): Use it.  Expand regexp to accept also
7561         ARG-xxx and xxx-ARG references.
7563 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
7565         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
7566         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
7567         and "mailto:addr1?to=addr2" equal.
7569 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
7571         * man.el (Man-getpage-in-background): Use shell-file-name
7572         and shell-command-switch variables instead of hard-coded values.
7574 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
7576         * iimage.el: New file.
7578 2004-05-11  Juanma Barranquero  <lektu@terra.es>
7580         * custom.el (custom-initialize-default, defcustom):
7581         Fix typo in docstring.
7583         * files.el (set-visited-file-name, file-expand-wildcards):
7584         Fix docstring.
7586 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7588         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
7590         * subr.el (eventp): Be more discriminating with integers.
7592 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
7594         * progmodes/compile.el (compile): Add universal prefix arg.
7595         (compilation-error-regexp-alist-alist): Add edg patterns.
7597 2004-05-10  Sam Steingold  <sds@gnu.org>
7599         * textmodes/ispell.el (ispell-message):
7600         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
7602 2004-05-10  Dave Love  <fx@gnu.org>
7604         * progmodes/python.el (help-buffer): Autoload when compiling.
7605         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
7606         (run-python): Prepend to any existing PYTHONPATH.
7608 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
7610         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
7611         for pending breakpoints.
7613 2004-05-10  Richard M. Stallman  <rms@gnu.org>
7615         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
7616         directly without calling any functions in Rmail.
7617         (unrmail-unprune): Function deleted.
7619 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7621         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
7622         C-c C-z binding.
7624 2004-05-10  Kenichi Handa  <handa@m17n.org>
7626         * descr-text.el (describe-char): Fix previous change.  Don't make
7627         a unibyte character to multibyte in the *Help* buffer.
7629 2004-05-10  Miles Bader  <miles@gnu.org>
7631         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
7632         buffer an error if the debugger process is actually running.
7634 2004-05-10  Juanma Barranquero  <lektu@terra.es>
7636         * help-fns.el (help-argument-name): Default to italic.
7637         (help-highlight-arguments): Return always (usage . doc), even when
7638         usage is nil.
7640         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
7641         (define-ibuffer-filter): Add usage info.
7642         (define-ibuffer-op): Add usage info (but CL-style defaults for
7643         keyword args are not shown).
7645         * subr.el (remove-overlays, read-passwd): Fix docstring.
7646         (start-process-shell-command): Fix docstring.  Put usage info in a
7647         format usable by `describe-function'.
7648         (open-network-stream, open-network-stream-nowait)
7649         (open-network-stream-server): Fix docstring.
7651 2004-05-09  Jason Rumney  <jasonr@gnu.org>
7653         * international/code-pages (cp932, cp936, cp949, c950): Remove.
7654         Only define cp125* if windows-125* is already defined.
7656         * language/korean.el (cp949): Add alias.
7658         * language/chinese.el (cp936, cp950): Add aliases.
7660         * language/japanese.el (cp932): Add alias.
7662         * term/w32-win.el: Require code-pages.
7664         * international/mule-cmds.el (set-locale-environment):
7665         On MS-Windows use ansi code-page for default coding-systems.
7666         Set up paper sizes for Windows 3 letter languages.
7668         * international/code-pages.el (cp932, cp936, cp949, cp950):
7669         Add aliases.  Also add cp125* if not already defined.
7671 2004-05-09  Juanma Barranquero  <lektu@terra.es>
7673         * help-fns.el (help-highlight-arguments): Don't try to highlight
7674         missing or autoloaded arglists.  Accept structured arguments, like
7675         the first ones of `do' and `flet'.
7677         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
7678         (cvs-get-marked): Remove redundant arglist info.
7680         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
7681         Don't use CL-style default args.
7683 2004-05-08  Andreas Schwab  <schwab@suse.de>
7685         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
7687         * international/subst-ksc.el: Fix references to utf-translate-cjk
7688         into utf-translate-cjk-mode.
7689         * international/subst-big5.el: Likewise.
7690         * international/subst-gb2312.el: Likewise.
7691         * international/subst-jis.el: Likewise.
7692         * international/utf-16.el: Likewise.
7693         * international/utf-8.el: Likewise.
7695 2004-05-08  John Wiegley  <johnw@newartisans.com>
7697         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
7698         "virtual buffers" (off by default), which makes it possible to
7699         switch to the "virtual" buffers of recently visited files.  When a
7700         buffer name search fails, and this option is on, iswitchb will
7701         look at the list of recently visited files, and permit matching
7702         against those names.  When the user hits RET on a match, it will
7703         revisit that file.
7704         (iswitchb-read-buffer): Add two optional arguments, which makes
7705         isearchb.el possible.
7706         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
7707         (iswitchb-next-match): Add support for virtual buffers.
7709         * isearchb.el: This module extends iswitchb to provide "as you
7710         type" buffer selection.
7712         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
7713         Ignore the read-only property when flyspell highlighting is on.
7714         Not ignoring it leads to a series of confusing errors.
7715         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
7716         but also make sure to call flyspell-incorrect-hook.
7717         (flyspell-maybe-correct-transposition): Perform transposition test
7718         by bit twiddling a string, rather than using a temp buffer.
7719         (flyspell-maybe-correct-doubling): Use a string rather than a temp
7720         buffer.  This is also the original version of the code, which
7721         could not be checked in before due to a previous lack of
7722         assignment papers.  This version has seen heavy usage on my system
7723         for several years now.
7725         * calendar/cal-bahai.el: New file, which adds support for the
7726         Baha'i calendar to Emacs.  This calendar is based on a solar year
7727         of 19 months of 19 days, with 4 intercalary days.  Each year
7728         begins on March 21, with the calendar starting in 1844.
7730         * calendar/cal-menu.el, calendar/calendar.el,
7731         calendar/diary-lib.el, calendar/holidays.el: Added support for
7732         using cal-bahai.el.
7734         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
7735         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
7736         function can be used outside of eshell buffers.
7737         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
7739 2004-05-08  Juanma Barranquero  <lektu@terra.es>
7741         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
7742         word constituent so FOO-ARG is not recognized as an arg.
7743         (help-highlight-arguments): Don't skip lists in mandatory arguments.
7745         * simple.el (next-error): Fix typo in docstring.
7746         (open-line): Make argument names match their use in docstring.
7747         (split-line): Fix docstring.
7749         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
7750         usable by `describe-function'.
7751         (gensym, gentemp, typep, ignore-errors): Make argument names match
7752         their use in docstring.
7754         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
7755         argument to `help-setup-xref'.
7757 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
7759         Version 2.0.40 of Tramp released.
7761         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
7762         Use symbol-function to invoke functions only known on some Emacs
7763         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
7764         Scaldeferri <kevin@scaldeferri.com>.
7765         (tramp-do-copy-or-rename-file-via-buffer): Rename from
7766         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
7767         consistent with the other tramp-do-* functions.
7768         (tramp-do-copy-or-rename-file): Calls adjusted.
7769         (tramp-process-initial-commands): Avoid liveness check on shell --
7770         we know that it must be alive since we're opening a connection at
7771         this moment.
7772         (tramp-last-cmd): New internal variable.
7773         (tramp-process-echoes): New tunable.
7774         (tramp-send-command): Set tramp-last-cmd.
7775         (tramp-wait-for-output): Delete echo, if applicable.
7776         (tramp-read-passwd): Construct the key for the password cache in a
7777         way that works for multi methods, too.
7778         (tramp-bug): Add backup-directory-alist and
7779         bkup-backup-directory-info to bug reports, with Tramp counterparts.
7781 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
7783         * net/tramp*.el: Suppress byte-compiler warnings where possible.
7785         * net/tramp.el (tramp-out-of-band-prompt-regexp)
7786         (tramp-actions-copy-out-of-band): New defcustoms.
7787         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
7788         used instead of a synchronous one.  Allows password entering.
7789         (tramp-action-out-of-band): New defun.
7790         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
7791         Remove restriction with password from doc string.
7792         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
7793         `tramp-out-of-band-prompt-regexp',
7794         `tramp-actions-copy-out-of-band', `password-cache' and
7795         `password-cache-expiry'.
7796         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
7797         password caching.
7798         (tramp-touch): FILE can be a local file, too.
7799         (TODO): Remove items done.
7800         (tramp-handle-insert-directory): Properly quote file name also if
7801         not full-directory-p.  Handle wildcard case.  Reported by Andreas
7802         Schwab <schwab@suse.de>.
7803         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
7804         new file.
7805         (tramp-handle-file-local-copy, tramp-handle-write-region):
7806         The permissions of the temporary file are set if filename exists.
7807         Reported by Ted Stern <stern@cray.com>.
7808         (tramp-backup-directory-alist)
7809         (tramp-bkup-backup-directory-info): New defcustoms.
7810         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
7811         (tramp-handle-find-backup-file-name): New function.
7812         Implements Tramp's find-backup-file-name.
7814         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
7815         for `find-backup-file-name'.
7817         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
7818         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
7820 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
7822         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
7824 2004-05-07  Juanma Barranquero  <lektu@terra.es>
7826         * subr.el (lambda): Add arglist description to docstring.
7827         (declare): Fix typo in docstring.
7828         (open-network-stream): Fix docstring.
7829         (process-kill-without-query): Fix docstring and add obsolescence info.
7830         (last, butlast, nbutlast): Make arguments match their use in docstring.
7831         (insert-buffer-substring-no-properties): Likewise.
7832         (insert-buffer-substring-as-yank): Likewise.
7833         (split-string): Fix docstring.
7835         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7836         Make argument names match their use in docstring.
7838         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
7840 2004-05-06  Nick Roberts  <nickrob@gnu.org>
7842         * progmodes/gdb-ui.el: Improve/extend documentation strings.
7843         Fit first sentence on one line for apropos-command.
7845 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7847         Changes largely merged in from Dave Love's code.
7848         * progmodes/python.el: Doc fixes.
7849         (python-mode-map): Add python-complete-symbol.
7850         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
7851         (python-comment-indent, python-complete-symbol)
7852         (python-symbol-completions, python-partial-symbol)
7853         (python-try-complete): New.
7854         (python-indent-line): Remove optional arg.  Use python-block-end-p.
7855         (python-check): Bind compilation-error-regexp-alist.
7856         (inferior-python-mode): Use rx.  Move keybindings to top level.
7857         Set comint-input-filter.
7858         (python-preoutput-filter): Use rx.
7859         (python-input-filter): Re-introduce.
7860         (python-proc): Start new process if necessary.
7861         Check python-buffer non-nil.
7862         (view-return-to-alist): Defvar.
7863         (python-send-receive): New.
7864         (python-eldoc-function): Use it.
7865         (python-mode-running): Don't defvar.
7866         (python-mode): Set comment-indent-function.
7867         Maybe update hippie-expand-try-functions-list.
7868         (python-indentation-levels): Initialize differently.
7869         (python-block-end-p): New.
7870         (python-indent-line): Use it.
7871         (python-compilation-regexp-alist): Augment.
7872         (run-python): Import `emacs' module to Python rather than loading
7873         code directly.  Set python-buffer differently.
7874         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
7875         Use python-proc.
7876         (python-send-command): Go to end of comint buffer.
7877         (python-load-file): Use python-proc, emacs.eimport.
7878         (python-describe-symbol): Simplify interactive form.
7879         Use emacs.help.  Do use temp-buffer-show-hook.
7880         Call print-help-return-message.
7881         (hippie-exp): Require when compiling.
7882         (python-preoutput-continuation): Use rx.
7884         * diff-mode.el (diff-make-unified): Fix regexp.
7886 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
7888         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
7889         filter groups from the buffer when rebuilding the Ibuffer buffer
7890         and `ibuffer-show-empty-filter-groups' is nil.
7892 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7894         * ps-print.el (ps-print-quote): Call ps-value-string.
7895         (ps-setup): Call ps-comment-string.
7896         (ps-value-string, ps-comment-string): New funs.
7898 2004-05-06  Juanma Barranquero  <lektu@terra.es>
7900         * ehelp.el (electric-help-command-loop): Check whether the last
7901         character is visible, not (point-max).
7903         * help-fns.el (help-argument-name): Default to bold; don't inherit
7904         from font-lock-variable-name-face.
7905         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
7907 2004-05-05  Kenichi Handa  <handa@m17n.org>
7909         * descr-text.el (describe-char): Copy the character with text
7910         properties and overlays into the first line, and call
7911         describe-text-properties on it.
7913 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
7915         * iswitchb.el (iswitchb-global-map): Fix typo.
7916         Remove unwanted ###autoloads from source file.
7918 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
7920         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
7921         in run-hooks.  Use substitute-command-keys in message.
7922         (wdired-abort-changes): Add message.
7924 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
7926         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
7927         (sql-emacs20-p): Remove.
7928         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
7929         (sql-builtin-face, sql-doc-face): Remove.
7930         (sql-mode-ansi-font-lock-keywords)
7931         (sql-mode-oracle-font-lock-keywords)
7932         (sql-mode-postgres-font-lock-keywords)
7933         (sql-mode-linter-font-lock-keywords)
7934         (sql-mode-ms-font-lock-keywords)
7935         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
7936         (sql-product-font-lock): Fix font-lock reset when font rules change.
7937         (sql-highlight-product): Remove incorrect font-lock reset logic.
7939 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
7941         * ses.el (ses-set-parameter): Fix typo.
7943 2004-05-04  Kim F. Storm  <storm@cua.dk>
7945         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7946         Must expand directory for completion to work; and don't mess with
7947         process-environment.
7948         (ido-read-file-name): If command has ido property, don't use ido
7949         if value is ignore, or read as directory if value is dir.
7950         Set ido ignore property for dired-do-rename command.
7952 2004-05-04  Juanma Barranquero  <lektu@terra.es>
7954         * ehelp.el (electric-help-command-loop, electric-help-undefined)
7955         (electric-help-help): Check against unmapped commands.
7957         * help-fns.el (help-argument-name): New face, inheriting from
7958         font-lock-variable-name-face, to highlight function arguments in
7959         `describe-function' and `describe-key'.
7960         (help-do-arg-highlight): Auxiliary function to highlight a given
7961         list of arguments in a string.
7962         (help-highlight-arguments): Highlight the function arguments and
7963         all uses of them in the docstring.
7964         (describe-function-1): Use it.  Do docstring output via `insert',
7965         not 'princ', so text attributes are preserved.
7967         * winner.el (winner-mode-map): Move `winner-undo' and
7968         `winner-redo' to C-c <left> and C-c <right>, respectively (the
7969         previous bindings conflict with `prev-buffer', `next-buffer').
7971 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7973         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7974         (bibtex-entry-update): New command bound to C-c C-u.
7975         (bibtex-text-in-string): Fix regexp.
7976         (bibtex-assoc-of-regexp): Remove.
7977         (bibtex-progress-message): Fix docstring.
7978         (bibtex-inside-field): Use if.
7979         (bibtex-assoc-regexp): New function.
7980         (bibtex-format-entry): Make code more robust so that it formats
7981         also old entries.
7982         (bibtex-autokey-demangle-title): Merge with obsolete function
7983         bibtex-assoc-of-regexp.
7984         (bibtex-field-list): New function.
7985         (bibtex-entry): Use bibtex-field-list.
7986         (bibtex-parse-entry): Fix docstring.
7987         (bibtex-print-help-message): Use bibtex-field-list.
7988         (bibtex-make-field): Use bibtex-field-list.
7989         (bibtex-entry-index): Bugfix.  Return crossref key if required.
7990         (bibtex-lessp): Fix docstring.
7992 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
7994         * select.el (xselect-convert-to-string): Move comment to intended line.
7996 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7998         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
7999         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
8001 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8003         * term/x-win.el (x-clipboard-yank): Don't exit on error from
8004         x-get-selection.
8006 2004-05-03  Jason Rumney  <jasonr@gnu.org>
8008         * makefile.nt: Remove.
8010 2004-05-03  Kim F. Storm  <storm@cua.dk>
8012         * emulation/cua-base.el (cua--update-indications): Fix last change.
8013         (cua-mode): Deactivate mark when cua-mode is enabled.
8015 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
8017         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
8019 2004-05-03  Nick Roberts  <nickrob@gnu.org>
8021         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
8022         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
8023         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
8024         window over visible frames.
8025         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
8027 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8029         * progmodes/compile.el (compilation-gcpro): New var.
8030         (compilation-fake-loc): Use it.
8031         (compilation-forget-errors): Reset it.
8033 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
8035         * diff-mode.el (diff-header-face, diff-file-header-face):
8036         Use min-colors.
8038 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8040         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
8041         (bibtex-clean-entry): Disentangle code.
8042         (bibtex-realign): New function.
8043         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
8044         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
8045         Remove undocumented optional arg called-by-convert-alien.
8046         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
8047         for sorting instead of bibtex-sort-buffer.
8049 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
8051         * progmodes/compile.el (compilation-start): In the
8052         no-async-subprocesses branch, call sit-for to give redisplay a
8053         chance to show the updated process status in the mode line, and
8054         fontify the buffer explicitly after the process exits.
8056 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8058         * progmodes/python.el (python-compilation-line-number): Remove.
8059         (python-compilation-regexp-alist): Don't use it any more.
8060         (python-orig-start, python-input-filter): Remove.
8061         (inferior-python-mode): Don't set up comint-input-filter-functions.
8062         (python-send-region): Use compilation-fake-loc.
8064         * progmodes/compile.el (compilation-messages-start): New var.
8065         (compilation-mode): Don't setup next-error-function here.
8066         (compilation-setup): Set it up here instead (for minor modes as well).
8067         Make compilation-messages-start buffer local.
8068         (compilation-next-error-function): Use it.
8069         (compilation-forget-errors): Set compilation-messages-start.
8071 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
8073         * ielm.el (ielm-prompt-read-only): Update docstring.
8075         * comint.el (comint-prompt-read-only): Update docstring.
8076         (comint-update-fence, comint-kill-whole-line)
8077         (comint-kill-region): New functions.
8079         * simple.el (kill-whole-line): Use "p" instead of "P" in
8080         interactive form.
8082 2004-05-01  Juanma Barranquero  <lektu@terra.es>
8084         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
8085         format arglist so default values in CL-style argument lists are
8086         correctly shown.
8088 2004-05-01  Jason Rumney  <jasonr@gnu.org>
8090         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
8092 2004-05-01  Kenichi Handa  <handa@m17n.org>
8094         * international/titdic-cnv.el (miscdic-convert): Don't generate a
8095         quail file if it is up to date.
8097 2004-04-30  Juri Linkov  <juri@jurta.org>
8099         * cus-edit.el (custom-mode-map):
8100         Add key binding `C-x C-s' to `Custom-save'.
8102         * outline.el (outline-blank-line): New var.
8103         (outline-next-preface, outline-show-heading)
8104         (outline-end-of-subtree): Use it.
8106         * dired-aux.el (dired-touch-initial): New fun.
8107         (dired-do-chxxx): Call it for op-symbol `touch'.
8108         (dired-diff): Use `dired-dwim-target-directory'
8109         if current dired buffer has no buffer mark.
8111         * bindings.el (propertized-buffer-identification):
8112         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
8113         Add C-M-arrow keys for consistency.
8115         * files.el (confirm-kill-emacs):
8116         Change group from top-level `emacs' to `convenience'.
8118         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8119         Push mark on the first call of successive command calls.
8120         (insert-pair): New fun created from `insert-parentheses' with
8121         `open' and `close' arguments added.  Enclose active regions
8122         in paired characters.  Compare adjacent characters syntax with
8123         inserted characters syntax before inserting a space.
8124         (insert-parentheses): Call `insert-pair' with ?\( ?\).
8126         * delsel.el: Don't put `delete-selection' property
8127         on `insert-parentheses' symbol to take advantage of
8128         region handling in `insert-pair' function.
8129         Suggested by Stephan Stahl <stahl@eos.franken.de>.
8131 2004-04-30  Kim F. Storm  <storm@cua.dk>
8133         * emulation/cua-base.el: Add support for changing cursor types;
8134         based on patch from Michael Mauger.
8135         (cua-normal-cursor-color, cua-read-only-cursor-color)
8136         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
8137         Customization cursor type and/or cursor color.
8138         (cua--update-indications): Handle cursor type changes.
8139         (cua-mode): Update cursor indications if enabled.
8141         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
8143         * mouse.el (mouse-drag-copy-region): New defcustom.
8144         (mouse-set-region, mouse-drag-region-1): Use it.
8146         * simple.el (kill-ring-save): If region face background color is
8147         unspecified (if no highlighting), show extent of fully visible
8148         region even if transient-mark-mode is enabled.
8150         * emulation/cua-base.el (cua--standard-movement-commands):
8151         Add cua-scroll-up and cua-scroll-down.
8152         (cua-scroll-up, cua-scroll-down): New commands.
8153         (cua--init-keymaps): Remap scroll-up and scroll-down.
8155         * emulation/cua-rect.el (cua--convert-rectangle-as):
8156         New defmacro.
8157         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
8158         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
8159         New commands (suggested by Jordan Breeding).
8161 2004-04-30  Juanma Barranquero  <lektu@terra.es>
8163         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
8165 2004-04-30  Mario Lang  <mlang@delysid.org>
8167         * diff.el (diff-switches): Fix typo in docstring.
8169 2004-04-30  Alex Schroeder  <alex@gnu.org>
8171         * xml.el (xml-debug-print-internal): Don't add newline and
8172         indentation to text nodes and write empty elements as empty tags
8173         instead of opening and closing tags.
8174         (xml-debug-print): Take optional indent-string argument.
8175         (xml-print): Alias for xml-debug-print.
8177 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
8179         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
8180         than duplicate call to `line-beginning-position'.
8182         * progmodes/f90.el (f90-get-present-comment-type):
8183         Return whitespace, as well as comment chars, for consistent filling
8184         of comment blocks.  Use `match-string-no-properties'.
8185         (f90-break-line): Trim trailing whitespace when filling comments.
8187 2004-04-30  Dave Love  <fx@gnu.org>
8189         * calendar/diary-lib.el (diary-outlook-formats): New variable.
8190         (diary-from-outlook-internal, diary-from-outlook)
8191         (diary-from-outlook-gnus, diary-from-outlook-rmail):
8192         New functions to import diary entries from Outlook-format
8193         appointments in mail messages.
8195 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8197         * progmodes/python.el (python-send-command): New fun.
8198         (python-send-region, python-load-file): Use it.
8200         * progmodes/compile.el (compilation-last-buffer): Add var alias.
8202         * help-fns.el (help-C-file-name): Use new subr-name.
8203         Prepend `src/' to the file name.
8204         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
8205         (describe-function-1, describe-variable): Only find a C source file
8206         name if DOC is already loaded.
8208         * help-mode.el (help-function-def, help-variable-def):
8209         Use the new find-function-search-for-symbol functionality.
8210         Allow FILE to be `C-source'.
8212         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
8213         (find-function-C-source): New fun.
8214         (find-function-search-for-symbol): Use it.
8216 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
8218         * progmodes/sql.el (sql-product-alist): Rename variable
8219         `sql-product-support'.  Add Postgres login parameters.
8220         (sql-set-product, sql-product-feature): Update with renamed variable.
8221         (sql-connect-postgres): Add username prompt.
8222         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
8223         Make patterns less product specific.
8224         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
8225         (sql-mode-abbrev-table): Modify initialization.
8226         (sql-builtin-face): Add variable.
8227         (sql-keywords-re): Add macro.
8228         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
8229         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
8230         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
8231         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
8232         (sql-mode-linter-font-lock-keywords)
8233         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
8234         (sql-mode-sybase-font-lock-keywords)
8235         (sql-mode-informix-font-lock-keywords)
8236         (sql-mode-interbase-font-lock-keywords)
8237         (sql-mode-ingres-font-lock-keywords)
8238         (sql-mode-solid-font-lock-keywords)
8239         (sql-mode-sqlite-font-lock-keywords)
8240         (sql-mode-db2-font-lock-keywords): Default to nil.
8241         (sql-product-font-lock): Always highlight ANSI keywords.
8242         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
8243         (sql-send-string): Add function.
8245 2004-04-29  Dave Love  <fx@gnu.org>
8247         * progmodes/cfengine.el (cfengine-beginning-of-defun)
8248         (cfengine-end-of-defun): Ensure progress through buffer.
8250         * info-look.el (cfengine-mode): Accept a terminal ().
8252 2004-04-29  Juri Linkov  <juri@jurta.org>
8254         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
8255         instead of isearch-yank-word-or-char.  Add new key bindings for
8256         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
8257         (isearch-del-char): New fun.
8258         (isearch-forward, isearch-edit-string): Update docstring.
8259         (isearch-yank-char): Doc fix.
8260         (isearch-other-meta-char): Restore point after scrolling.
8262         * progmodes/compile.el (compilation-context-lines): Add nil option
8263         to disable compilation output window scrolling.
8264         (compilation-set-window): Use it.
8266         * outline.el (outline-next-preface, outline-show-heading):
8267         Don't leave unhidden blank line before heading.
8268         (outline-end-of-subtree): Include last newline into subtree.
8269         (hide-entry): Leave point at beginning of heading instead of end.
8270         (outline-up-heading): Push mark for the first call of successive
8271         command calls.
8273 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
8275         * comint.el (comint-prompt-read-only): New variable.
8276         (comint-output-filter): Implement it.
8278         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
8279         (ielm-prompt-internal): New variable.
8280         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
8281         (ielm-send-input): Delete unused variable `buf'.
8282         (ielm-eval-input): Use `ielm-prompt-internal'.
8283         (inferior-emacs-lisp-mode): Use new variables
8284         `comint-prompt-read-only' and `ielm-prompt-internal'.
8285         Get rid of obsolete variable `directory-sep-char'.
8286         (ielm): Use `zerop'.
8288 2004-04-29  John Paul Wallington  <jpw@gnu.org>
8290         * thumbs.el (toplevel): Require cl at compile time.
8291         Remove conditional definitions of `ignore-errors' and `caddar'
8292         because they occur at run time.
8294 2004-04-28  Nick Roberts  <nickrob@gnu.org>
8296         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
8297         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
8298         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8299         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
8301         * progmodes/gud.el (gud-common-init): Throw an error if program is
8302         already running under gdb.
8304 2004-04-28  John Paul Wallington  <jpw@gnu.org>
8306         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
8307         (thumbs-show-image-num): Move assignment of
8308         `thumbs-current-image-filename' within scope of `i'.
8309         (thumbs-emboss-image): Don't use `evenp'.
8311 2004-04-28  Richard M. Stallman  <rms@gnu.org>
8313         * progmodes/compile.el (compilation-context-lines): Default now 0.
8315 2004-04-28  Juanma Barranquero  <lektu@terra.es>
8317         Use `time-less-p' from calendar/time-date.el instead of defining
8318         custom versions of it.
8320         * pcomplete.el (pcomplete-time-less-p): Remove.
8322         * thumbs.el (time-less-p): Remove.
8324         * calendar/timeclock.el (timeclock-time-less-p): Remove.
8325         (timeclock-generate-report): Use `time-less-p'.
8327         * emacs-lisp/autoload.el (autoload-before-p): Remove.
8328         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
8330 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8332         * subr.el (remove-overlays): Make arguments optional.
8334         * wid-edit.el (widget-specify-button): Put evaporate to the
8335         overlay for sample.
8336         (widget-specify-sample): Put evaporate to the overlay for sample.
8337         (widget-specify-doc): Put evaporate to the overlay for documentation.
8339 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8341         * info.el (info-apropos): Make it an index node.  Align node names
8342         like makeinfo.
8344 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
8346         * net/browse-url.el (browse-url-netscape-sentinel)
8347         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
8348         (browse-url-epiphany-sentinel, browse-url-mosaic):
8349         Use browse-url-*-program instead of a literal program name.
8351 2004-04-27  Kevin Ryde  <user42@zip.com.au>
8353         * eshell/em-alias.el:
8354         * eshell/em-dirs.el:
8355         * eshell/em-hist.el:
8356         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
8357         features when M-x customize-group loads modules before the main
8358         eshell.el.
8360 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8362         * subr.el (momentary-string-display): Support EXIT-CHAR that is
8363         either a character representation of an event or an event
8364         description list.
8366         * type-break.el: Capitalise Emacs and Lisp.
8367         (type-break-good-break-interval, type-break-demo-boring-stats)
8368         (type-break-terse-messages, type-break-file-name): New defcustoms.
8369         (type-break-post-command-hook)
8370         (type-break-warning-countdown-string): Quote variable names in doc.
8371         (type-break-interval-start, type-break-auto-save-file-name): New vars.
8372         (type-break-mode): Document type-break-good-break-interval and the
8373         "session" file.  Schedule break according to the session file.
8374         Kill session file buffer on exit.  Organise for save-some-buffers
8375         to always save the session file.
8376         (type-break-mode-line-message-mode, type-break-query-mode):
8377         Uppercase arguments.
8378         (type-break-file-time, type-break-file-keystroke-count, timep)
8379         (type-break-choose-file, type-break-get-previous-time)
8380         (type-break-get-previous-count): New defuns.
8381         (type-break): Avoid break querying after a completed break in the
8382         case where the query was initiated during user invocation of the
8383         break.  Optional terse messages.
8384         Use type-break-good-break-interval if type-break-good-rest-interval is
8385         nil.  File the break time.
8386         (type-break-schedule): New optional args for overriding the use of
8387         the current time.
8388         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
8389         after a break.
8390         (type-break-check): File the keystroke count.
8391         (type-break-do-query): Prevent a second query when the break is
8392         interrupted.  Optional terse message.
8393         (type-break-keystroke-reset): Record the start of a typing interval.
8394         (type-break-demo-boring): Optional terse messages.  Display word
8395         per minute and keystroke counts according to
8396         type-break-demo-boring-stats.
8398 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
8400         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
8401         directories, make sure they exist under archive-tmpdir.
8403 2004-04-27  Juri Linkov  <juri@jurta.org>
8405         * help.el (view-emacs-news): With argument, display info for the
8406         selected version by finding it among different NEWS files, and
8407         narrowing the buffer to the selected version.
8409         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
8410         same-window-buffer-names.
8411         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
8412         non-numeric prefix argument, append the number to the buffer name
8413         for numeric prefix argument.
8414         (info-other-window): Bind same-window-regexps to nil.
8415         (Info-reference-name): Rename to Info-point-loc.
8416         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
8417         and Info-find-index-name for stringy Info-point-loc.
8418         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
8419         without middle `.', but with final `.' and optional line number
8420         for it.  Set Info-point-loc for index nodes.
8421         (Info-index): Remove middle `.' from index entry regexp.
8422         Modify line number regexp.
8423         (Info-index-next): Decrement line number.
8424         (info-apropos): Remove middle `.' from index entry regexp.
8425         Add optional line number regexp at the end.  Add matched value
8426         for line number to the result list and insert it to the buffer.
8427         Replace match-string by match-string-no-properties.
8428         Reorder result list.
8429         (Info-fontify-node): Hide index line numbers.
8430         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
8431         empty matches.
8432         (Info-follow-reference): Use `str' instead of
8433         Info-following-node-name-re.
8434         (Info-toc): Use full file names.  Set Info-current-node to "Top".
8435         (Info-fontify-node): Compare file names without directory name.
8436         (Info-try-follow-nearest-node): Don't set Info-reference-name.
8437         Set second arg of Info-extract-menu-node-name for index nodes.
8438         (info-xref-visited): Use magenta3 instead of magenta4.
8439         (Info-mode): Add info-apropos to docstring.
8441         * log-view.el (log-view-diff): Replace interactive code "r"
8442         by a list to allow to call it even if region is not active.
8444         * paren.el (show-paren-highlight-openparen): New var.
8445         (show-paren-function): Turn on openparen highlighting when
8446         matching forward if show-paren-highlight-openparen is non-nil.
8448         * simple.el (kill-ring-save): Use blink-matching-delay instead of
8449         the constant value 1.
8450         (completions-common-part): Expand docstring.
8452         * textmodes/picture.el (picture-mode-map): Add arrow keys.
8454 2004-04-27  Kim F. Storm  <storm@cua.dk>
8456         * image.el (insert-sliced-image): Use line-height instead of
8457         line-spacing property on newline.
8459 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
8461         * desktop.el (desktop-buffer-misc-data-function): Rename to
8462         desktop-save-buffer and change docstring.
8463         (desktop-buffer-modes-to-save): Delete.
8464         (desktop-save-buffer-p): Use desktop-save-buffer instead of
8465         desktop-buffer-modes-to-save.
8466         (desktop-save): Rename desktop-buffer-misc-data-function to
8467         desktop-save-buffer and allow non-function value.
8468         (desktop-missing-file-warning): Correct docstring.
8470         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
8471         to desktop-save-buffer.
8473         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
8474         desktop-save-buffer.
8476         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
8478         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
8480 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
8482         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
8484 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
8486         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
8487         (ielm): Only go to the end of the buffer when starting a new process.
8489 2004-04-25  Juanma Barranquero  <lektu@terra.es>
8491         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
8492         mode line.  Bind `inhibit-read-only' to t before modifying
8493         properties of text in the buffer.
8494         (ielm): Force point to the end of buffer, even when running ielm
8495         from inside itself.
8497 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8499         * info.el (info-apropos): Reset Info-complete-cache.
8501 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
8503         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8504         Also recognize severe Irix et al. messages.
8505         (compilation-normalize-filename, compile-abbreviate-directory):
8506         Delete functions.
8507         (compilation-get-file-structure): New function inherits
8508         functionality of the two preceding ones.
8509         (compilation-internal-error-properties, compilation-fake-loc):
8510         Use it so that different paths to the same file share the same
8511         markers.  Also optimize finding adjacent marker slightly.
8513 2004-04-25  Kim F. Storm  <storm@cua.dk>
8515         * image.el (insert-sliced-image): Add line-spacing t property
8516         to newlines separating image lines.
8518 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
8520         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
8522         * ielm.el (ielm-prompt-read-only): New user option.
8523         (ielm-prompt): Expand docstring to describe new behavior.
8524         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
8525         mention it in the docstring.
8527 2004-04-24  Andreas Schwab  <schwab@suse.de>
8529         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
8531         * diff.el (diff): Set default-directory in diff buffer.
8533 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
8535         * mail/sendmail.el (mail-bury): Don't delete the frame where the
8536         mail was being composed if the terminal cannot display more than
8537         one frame; instead, switch to previous frame.
8539         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
8540         (rmail-start-mail): Support rmail-mail-new-frame even on
8541         terminals that can display only one frame at a time.
8543 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8545         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
8546         (checkdoc-output-font-lock-keywords): Remove error regexp.
8547         (checkdoc-output-mode-map): Remove.
8548         (checkdoc-output-mode): Derive from compilation-mode.
8549         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
8551         * dired.el (dired-mode-map): Add a menu entry for wdired.
8553         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
8554         (rx-bracket, rx-check-any, rx-any): Clean up name space.
8556         * wdired.el: (wdired-mode-map): Move init into declaration.
8557         Fix `return' binding.
8558         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8559         Use force-mode-line-update.
8560         (wdired-get-filename): Use `unless'.
8561         (wdired-preprocess-files): Don't assume names have no \n and use / for
8562         dir separator.
8563         (wdired-normalize-filename): Use replace-regexp-in-string.
8564         (wdired-load-hooks): Remove.
8565         (wdired-mode-hooks): Rename to wdired-mode-hook.
8567         * info-look.el: Add support for cfengine-mode.
8568         (info-lookup-setup-mode): Use dolist.
8570 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
8572         * wdired.el: New file.
8574 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8576         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
8578         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
8579         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
8580         (pcomplete--help, pcomplete--here): Doc fixes.
8582 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
8584         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
8585         handles wrong-number-of-arguments in backend call.
8587         * vc.el (vc-print-log): Likewise.
8589 2004-04-20  Dave Love  <fx@gnu.org>
8591         * emacs-lisp/rx.el: Doc fixes.
8592         (rx-constituents): Add/extend many forms.
8593         (rx-check): Check form is a list.
8594         (bracket): Defvar.
8595         (rx-check-any, rx-any, rx-check-not): Modify.
8596         (rx-not): Simplify.
8597         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
8598         (rx-kleene): Use rx-trans-forms.
8599         (rx-quote-for-set): Delete.
8600         (rx): Allow multiple args.
8602 2004-04-23  Kenichi Handa  <handa@m17n.org>
8604         * international/mule-util.el (char-displayable-p): Simplify by
8605         using internal-char-font.
8607 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8609         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8611 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8613         * diff-mode.el (diff-next-error): New fun.
8614         (diff-mode): Use it.
8616         * simple.el (next-error): Change arg name.
8617         Add support for the documented C-u C-x ` usage.
8619         * frame.el (special-display-popup-frame, next-multiframe-window)
8620         (previous-multiframe-window): Only consider frames on same display.
8622 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
8624         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8625         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
8627 2004-04-22  Kim F. Storm  <storm@cua.dk>
8629         * net/telnet.el (telnet): Add optional port arg.
8631 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8633         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8634         Minor sanity check on the `hyperlink' slot.
8636         * Makefile.in (recompile): Compile new files.
8638         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
8639         Add byte-recompile-directory's optional `arg'.
8641         * cvs-status.el (cvs-tree-use-charset): New var.
8642         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8643         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
8644         (cvs-status-cvstrees): Use it.
8646         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
8647         Make it a normal major mode.
8648         (checkdoc-buffer-label): Make sure the file name is meaningful.
8649         (checkdoc-output-to-error-buffer): Remove.
8650         (checkdoc-error, checkdoc-start-section): Rewrite.
8652         * info.el (info-node, info-menu-5, info-xref, info-header-node)
8653         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8654         (Info-title-4-face): Use new syntax.
8655         (info-xref-visited): Inherit from info-xref.
8657         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
8659 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8661         * simple.el (next-error-last-buffer, next-error-function):
8662         New variables for the next-error framework.
8663         (next-error-buffer-p): New function.
8664         (next-error-find-buffer): Generalize compilation-find-buffer.
8665         (next-error, previous-error, first-error, next-error-no-select)
8666         (previous-error-no-select): Move from compile.el.
8668         * replace.el (occur-next-error, occur-1): Hook into the next-error
8669         framework.
8671         * progmodes/compile.el (compilation-start):
8672         Set next-error-last-buffer so next-error knows where to jump.
8673         (compilation-setup): Set the buffer-local variable
8674         next-error-function to 'compilation-next-error-function.
8675         (compilation-buffer-p, compilation-buffer-internal-p): Use an
8676         alternate way to find if a buffer is a compilation buffer, for
8677         next-error convenience.
8678         (next-error-no-select, previous-error-no-select, next-error)
8679         (previous-error, first-error): Move to simple.el.
8680         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
8681         (compilation-last-buffer): Remove.
8682         (compilation-start, compilation-next-error, compilation-setup)
8683         (compilation-next-error-function, compilation-find-buffer):
8684         Remove compilation-last-buffer use.
8686 2004-04-21  Juanma Barranquero  <lektu@terra.es>
8688         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
8689         (font-lock-warning-face): Fix spacing.
8691         * makefile.w32-in (WINS): Add url/ directory.
8693 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
8695         * desktop.el (desktop-buffer-mode-handlers): New variable.
8696         Alist of major mode specific functions to restore a desktop buffer.
8697         (desktop-buffer-handlers): Make variable obsolete.
8698         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
8699         Catch errors signaled in handlers.  Update buffer count.
8700         Evaluate desktop-buffer-point.
8701         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
8702         move to dired.el.
8703         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
8704         move to info.el.
8705         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
8706         move to mail/rmail.el.
8707         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
8708         to mh-e/mh-e.el.
8709         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
8710         On fail, print message (to message buffer) even if
8711         desktop-missing-file-warning is nil.
8712         (desktop-buffer-misc-data-function): New buffer local variable.
8713         Function returning major mode specific data.
8714         (desktop-buffer-misc-functions): Make variable obsolete.
8715         (desktop-save): Use desktop-buffer-misc-data-function.
8716         (desktop-buffer-dired-misc-data): Rename to
8717         dired-desktop-buffer-misc-data and move to dired.el.
8718         (desktop-buffer-info-misc-data): Rename to
8719         Info-desktop-buffer-misc-data and move to info.el.
8720         (desktop-read): Add message about number of buffers restored/failed.
8722         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
8723         Add parameters.  Pause to display error only when
8724         desktop-missing-file-warning is non-nil.
8725         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
8726         (dired-mode): Bind desktop-buffer-misc-data-function.
8728         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
8729         Add Parameters.
8730         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
8731         (Info-mode): Bind desktop-buffer-misc-data-function.
8733         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8734         Add Parameters.
8736         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
8737         Add Parameters.
8739 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
8741         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
8742         the case of letters in case-insensitive expansions when the
8743         abbrev is preceded by characters with letter syntax.
8745 2004-04-21  Richard M. Stallman  <rms@gnu.org>
8747         * progmodes/cperl-mode.el (cperl-putback-char):
8748         Delete Emacs 18 definition.
8750         * international/mule.el (ctext-post-read-conversion):
8751         Use assoc-string, not assoc-ignore-case.
8753         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
8755         * emacs-lisp/easymenu.el (easy-menu-add):
8756         Do call x-popup-menu, but only if it's defined.
8758         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
8760         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
8761         Handle multiple args: compile like progn.
8763         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
8764         take all args as &rest arg.
8766         * autoinsert.el (auto-insert-alist): Insert the user's name in
8767         copyright notice, rather than Free Software Foundation.
8769 2004-04-21  Kenichi Handa  <handa@m17n.org>
8771         * descr-text.el (describe-char): Make it work on *Help* buffer.
8773 2004-04-21  Kim F. Storm  <storm@cua.dk>
8775         * image.el (insert-image): Add optional SLICE arg.
8776         (insert-sliced-image): New defun.
8778 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8780         * subr.el (read-number): Check whether `default' is nil.
8782 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8784         * progmodes/compile.el (compilation-error-properties):
8785         Split into two.
8786         (compilation-internal-error-properties): New one.
8787         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
8789 2004-04-20  Richard M. Stallman  <rms@gnu.org>
8791         * window.el (split-window-save-restore-data):
8792         Don't update the data if OLD-INFO is nil.
8794         * view.el (view-return-to-alist): Mark it permanent local.
8796         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
8798         * recentf.el (recentf-save-list): Catch and warn about errors.
8800         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
8801         so "Buffers" won't be pure.
8803         * help-mode.el (help-mode-finish): Set help-return-alist first
8804         thing, setting only the entry for the selected window.
8806         * help-fns.el (describe-function-1): If many non-control non-meta
8807         keys run the command, don't list all of them.
8809 2004-04-20  Juanma Barranquero  <lektu@terra.es>
8811         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
8812         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
8814         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
8816 2004-04-20  Kenichi Handa  <handa@m17n.org>
8818         * international/quail.el (quail-lookup-key): New optional arg
8819         NOT-RESET-INDICES.
8820         (quail-get-translations): Call quail-lookup-key with
8821         NOT-RESET-INDICES t.
8822         (quail-completion): Likewise.
8823         (quail-lookup-map-and-concat): Likewise.
8825 2004-04-20  Kenichi Handa  <handa@m17n.org>
8827         * international/quail.el (quail-update-translation): Don't insert
8828         such an unsupported multibyte char in a unibyte buffer.
8830 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
8832         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
8833         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
8834         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
8835         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
8836         (gdb-frame-assembler-buffer): Improve behaviour with
8837         multiple frames.
8838         (gdb-display-buffer): Extend search to all visible frames.
8840 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
8842         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
8843         characters left after base64 decoding.
8844         (rmail-decode-region): Use -dos variety of `coding', to remove any
8845         ^M characters left after qp or base64 decoding.
8847 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8849         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8850         messages.
8852 2004-04-19  Stephen Eglen  <stephen@gnu.org>
8854         * add-log.el (add-change-log-entry): Update doc string to mention
8855         add-log-full-name and add-log-mailing-address.
8857 2004-04-18  Juri Linkov  <juri@jurta.org>
8859         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
8860         (Info-find-node-2): Simplify error message.
8861         (Info-insert-dir): Use Info-following-node-name.
8862         (Info-goto-node): Remove *info-history* and *info-toc*.
8863         (Info-history): Create a node of the virtual history file.
8864         (Info-toc): Create a node of the virtual toc file.
8865         (Info-insert-toc): New arg `curr-file' for reference file names.
8866         (info-apropos): Remove redundant var binding for temp-file.
8867         (Info-index, Info-index-next, Info-mode): Doc fix.
8868         (Info-goto-emacs-command-node): Don't jump to *info* from
8869         non-*info* Info buffers.
8870         (Info-fontify-node): Don't show the file name of external
8871         references if `Info-hide-note-references' is `hide'.  Don't hide
8872         newlines at the end of paragraphs.
8874         * international/mule-diag.el (list-input-methods):
8875         Fix args to help-xref-button.
8877         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
8878         to put into effect local variables from TUTORIAL files.
8880         * textmodes/paragraphs.el (sentence-end) <function>: New fun
8881         with default value taken from the variable `sentence-end'.
8882         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
8883         Add nil const to :type.
8884         (sentence-end-without-period, sentence-end-double-space)
8885         (sentence-end-without-space): Doc fix.
8887         * textmodes/paragraphs.el (forward-sentence):
8888         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
8889         (fill-delete-newlines):
8890         * progmodes/cc-cmds.el (c-beginning-of-statement):
8891         Use function `sentence-end' instead of variable `sentence-end'.
8893 2004-04-18  Andreas Schwab  <schwab@suse.de>
8895         * progmodes/compile.el (compilation-start): Set window start to
8896         point-min if compilation-scroll-output is nil.
8898 2004-04-18  John Wiegley  <johnw@newartisans.com>
8900         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8902 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
8904         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
8905         (gdb-info-breakpoints-custom): Revert previous change.
8906         (gdb-view-assembler): Update assembler if necessary.
8907         (gdb-frame-handler): Parse correctly for gdb-current-frame.
8908         (gdb-display-source-buffer): Update properly when both source and
8909         assembler are visible.
8911 2004-04-17  John Wiegley  <johnw@newartisans.com>
8913         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
8914         which limits the number of names shown in the minibuffer.  Off by
8915         default.
8916         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
8917         up iswitchb for users with a multitude of open buffers by showing
8918         only the first and last N/2 buffers in the completion list (which
8919         is enough to aid C-s/C-r, and to know that more characters are
8920         needed to refine the completion list).
8922 2004-04-17  Richard M. Stallman  <rms@gnu.org>
8924         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
8925         (file-truename): Expand all ~ constructs directly.
8926         (insert-directory): Delete any error msg output by the
8927         `insert-directory-program'.
8929         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
8930         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
8931         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
8932         (allout-init): Use find-file-hook, not find-file-hooks.
8933         (allout-mode): Eliminate Emacs 18 support.
8934         Use write-contents-functions, not local-write-file-hooks.
8936 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
8938         * progmodes/compile.el (compilation-error-properties): Fix for
8939         adding messages when there are already markers for their file.
8940         (compilation-fake-loc): New function.
8942 2004-04-16  Dave Love  <fx@gnu.org>
8944         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
8945         (python-load-file): Fix python-orig-start setting.
8947         * progmodes/compile.el: Doc fixes.
8948         (compilation-error-regexp-alist-alist)
8949         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8950         (compilation-assq): Wrap in eval-when-compile.
8951         (compilation-mode-font-lock-keywords): Don't use list*.
8952         (compilation-start): Avoid warning.
8953         (compilation-compat-error-properties)
8954         (compilation-directory-properties): Add keymap property.
8955         (compilation-parsing-end): Make it a marker for better compatibility.
8957         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8959 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
8961         * xml.el: Doc fixes.
8962         (xml-get-children): Only looks at sub-tags and ignore strings.
8964         * xml.el (xml-parse-tag): Avoid overwriting node-name.
8966 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8968         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8970 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
8972         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8974         * vc.el (vc-print-log): Likewise.
8976 2004-04-16  Masatake YAMATO  <jet@gyve.org>
8978         * simple.el (completion-setup-function): Set an initial value
8979         to `element-common-end' before entering loop.  Set a value
8980         to `element-common-end' at the end of loop.
8981         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
8982         (completions-common-part): Rename from completion-de-emphasis.
8983         (completions-first-difference): Rename from completion-emphasis.
8984         Suggested by RMS.
8986 2004-04-16  Juanma Barranquero  <lektu@terra.es>
8988         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
8989         (bookmark-edit-annotation-mode): Add mode name.
8991 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8993         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
8994         for nested conflict markers.
8995         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
8997 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
8999         * progmodes/gdb-ui.el (gdb-goto-info): New function.
9001         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
9003 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9005         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
9006         Give a backtrace if requested.
9008         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
9010         * progmodes/python.el (python-mouse-2-command, python-RET-command):
9011         Remove unused functions.
9012         (python-orig-start-line, python-orig-file): Remove.
9013         (python-orig-start): New var.
9014         (python-input-filter, python-compilation-line-number)
9015         (python-send-region, python-load-file): Use it.
9017         * info.el (info): Always jump to *info*.
9019         * subr.el (posn-set-point): New function.
9021         * mouse.el (mouse-set-point): Use it.
9023         * progmodes/compile.el (compile-goto-error): Use it.
9024         (compilation-button-map): New keymap.
9025         (compilation-error-properties): Use it.
9026         (compilation-shell-minor-mode-map): Don't bind mouse-2.
9028         * smerge-mode.el (smerge-popup-context-menu): Use it.
9030         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
9031         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
9032         mouse and non-mouse case.
9034         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
9035         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
9037         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
9038         Make it work for non-mouse events.
9040         * pcvs-info.el (cvs-status-map): Update binding name.
9042 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
9044         * xml.el (xml-maybe-do-ns): New function to handle namespace
9045         parsing of both attribute and element names.
9046         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
9047         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
9048         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
9049         (xml-parse-attlist): Make it do its own namespace parsing.
9051 2004-04-14  Dave Love  <fx@gnu.org>
9053         * progmodes/python.el (run-python): Fix use of \n.
9054         (python-load-file): Remove `try' from Python fragment.
9055         (python-describe-symbol): Fix message.
9057         * comint.el: Doc fixes.
9058         (comint-last-input-start, comint-last-input-end)
9059         (comint-last-output-start): Give them values.
9060         (comint-arguments): Avoid warning.
9061         (comint-skip-prompt): Use line-end-position.
9062         (comint-backward-matching-input): Rename arg to agree with doc.
9063         (comint-extract-string): Use syntax-ppss.
9064         (comint-dynamic-simple-complete): Delete useless list construction.
9065         (comint-redirect-subvert-readonly): New.
9066         (comint-redirect-preoutput-filter): Use it.
9068         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9069         Correctly handle negative arguments when calling hook functions.
9071 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
9073         * info.el (info-apropos): Don't clobber Info-history-list.
9075 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
9077         * progmodes/compile.el (compilation-setup):
9078         Localize overlay-arrow-position.
9079         (compilation-sentinel): Restructure code equivalently.
9080         (compilation-next-error): Find message on same line after point if
9081         not found before point.
9082         (compile-mouse-goto-error): Restore function so that compilation
9083         buffer need not be current and use compile-goto-error.
9084         (compile-goto-error): Restore function.
9085         (next-error): Set overlay-arrow-position.
9086         (compilation-forget-errors): Don't localize already local
9087         compilation-locs and remove FIXME about refontifying.
9089 2004-04-14  Kim F. Storm  <storm@cua.dk>
9091         * startup.el (emacs-quick-startup): New defvar (set by -Q).
9092         (command-line): New option -Q.  Like -q --no-site-file, but
9093         in addition it also disables menu-bar, tool-bar, scroll-bars,
9094         tool-tips, and the blinking cursor.
9095         (command-line-1): Skip startup screen if -Q.
9096         (fancy-splash-head): Use ":align-to center" prop to center splash image.
9098         * emulation/cua-base.el (cua-read-only-cursor-color)
9099         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
9101 2004-04-13  Dave Love  <fx@gnu.org>
9103         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
9104         (syntax): Don't require.
9105         (python) <defgroup>: Add :version.
9106         (python-quote-syntax): Re-written.
9107         (inferior-python-mode): Move stuff here from run-python and add
9108         some more.
9109         (python-preoutput-continuation, python-preoutput-result)
9110         (python-dotty-syntax-table): New.
9111         (python-describe-symbol): Use them.
9112         (run-python): Move stuff to inferior-python-mode.  Modify code
9113         loaded into Python.
9114         (python-send-region): Use python-proc, python-send-string.
9115         (python-send-string): Send newlines too.  Callers changed.
9116         (python-load-file): Re-written.
9117         (python-eldoc-function): New.
9118         (info-look): Don't require.
9119         (python-after-info-look): New.  A modified version of former
9120         top-level code for use with eval-after-load.
9121         (python-maybe-jython, python-guess-indent): Use widened buffer.
9122         (python-fill-paragraph): Re-written.
9123         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
9124         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
9126 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9128         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
9129         Set compilation-error-regexp-alist earlier.
9131         * progmodes/compile.el (compilation-minor-mode-map)
9132         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
9133         (compile-goto-error): Re-merge the mouse and non-mouse commands.
9135 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9137         * progmodes/compile.el (compile-goto-error): Select the buffer/window
9138         corresponding to the event.
9140 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
9142         * loadup.el: Add cygwin to system-type list, for unexec() support.
9144 2004-04-12  John Paul Wallington  <jpw@gnu.org>
9146         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
9147         (ibuffer-restore-window-config-on-quit): New variable to replace
9148         `ibuffer-delete-window-on-quit'.  Update all references.
9149         (ibuffer-prev-window-config): New variable.
9150         (ibuffer-quit): Restore previous window configuration instead of
9151         deleting window.
9152         (ibuffer): Save window configuration before showing Ibuffer buffer.
9154         * help.el (describe-mode): Doc fix.
9156 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9158         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
9159         not to treat nil as a function.
9161         * vc-arch.el (vc-arch-root): Be a bit more careful.
9162         (vc-arch-register): Save the buffer if we modified it.
9163         (vc-arch-delete-rej-if-obsolete): Save excursion.
9164         (vc-arch-find-file-hook): Use the simpler after-save-hook.
9165         (vc-arch-responsible-p, vc-arch-init-version): New functions.
9167         * net/ldap.el (ldap-search): Use list*.
9169 2004-04-12  Juri Linkov  <juri@jurta.org>
9171         * info.el (Info-follow-reference): Allow multiline reference name.
9173 2004-04-11  Dave Love  <fx@gnu.org>
9175         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
9177         * progmodes/python.el: New file.
9179 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
9181         * vc-hooks.el (vc-arg-list): Function removed.
9182         (vc-default-workfile-unchanged-p): Use condition-case to check for
9183         backward compatibility.
9185         * vc.el (vc-print-log): Use condition-case to check for backward
9186         compatibility.
9188 2004-04-11  Juri Linkov  <juri@jurta.org>
9190         * dired.el (dired-faces): New defgroup.
9191         (dired-header, dired-mark, dired-marked, dired-flagged)
9192         (dired-warning, dired-directory, dired-symlink, dired-ignored):
9193         New faces.
9194         (dired-header-face, dired-mark-face, dired-marked-face)
9195         (dired-flagged-face, dired-warning-face, dired-directory-face)
9196         (dired-symlink-face, dired-ignored-face): New face variables.
9197         (dired-font-lock-keywords): Use them instead of font-lock faces.
9198         Split the rule for dired marks into 3 separate rules: for marks,
9199         marked file names and flagged file names.
9201         * help-mode.el (help-make-xrefs): Add a final newline to the
9202         *Help* buffer.
9204 2004-04-11  John Paul Wallington  <jpw@gnu.org>
9206         * replace.el (occur-engine): Distinguish between one and several
9207         matches in the matches per buffer heading.
9209 2004-04-11  Kim F. Storm  <storm@cua.dk>
9211         * ido.el (ido-confirm-unique-completion): New defcustom.
9212         (ido-complete): Use it.
9213         (ido-write-file): Set it to t unconditionally.
9215 2004-04-10  Miles Bader  <miles@gnu.org>
9217         RCS keyword removal (only non-comment changes are enumerated here):
9219         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
9220         (byte-compile-insert-header): Don't use `byte-compile-version'.
9221         * forms.el (forms-version): Variable removed.
9222         (forms-mode): Don't use `forms-version'.
9223         * recentf.el (recentf-version): Variable removed.
9224         * progmodes/delphi.el (delphi-version): Variable removed.
9225         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
9227 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9229         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
9231 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
9233         * info.el (info-apropos): Improve menu item regexp.
9235 2004-04-09  Simon Josefsson  <jas@extundo.com>
9237         * mail/smtpmail.el: Add comment, based on report by
9238         kdc@rcn.com (Kevin D. Clark).
9240 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9242         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9243         Redo one more thing that I didn't notice Daniel had undone.
9245 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
9247         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
9248         (gdb-goto-breakpoint, gdb-display-buffer)
9249         (gdb-display-source-buffer, gdb-view-source-function)
9250         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
9251         (gdb-source-info, gdb-frame-handler): Don't specify a window
9252         for display.
9253         (gdb-info-breakpoints-custom): Remove superfluous update of
9254         assembler buffer.
9255         (gdb-many-windows): Make settable outside gdb.
9257 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
9259         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
9260         Derive from fundamental-mode rather than text-mode.
9262 2004-04-08  Juri Linkov  <juri@jurta.org>
9264         * info.el (Info-history): Doc fix.
9265         (Info-history-list): New var.
9266         (info-xref): Change magenta4 to blue, remove bold for dark and
9267         light backgrounds, change bold to underline for non-color classes.
9268         (info-xref-visited): New face.
9269         (Info-fontify-visited-nodes): New custom.
9270         (Info-hide-note-references): Add new value `hide'.  Doc fix.
9271         (Info-reference-name): New var.
9272         (Info-selection-hook): New custom.
9273         (Info-edit-mode-hook): New var.
9274         (Info-find-file): New fun.
9275         (Info-find-node): Move part of code to Info-find-file.
9276         (Info-find-node-2): Add anchors to Info-history-list.  Move point
9277         to the place with the reference name if name is defined.
9278         (Info-select-node): Add current node to Info-history-list.
9279         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
9280         (Info-search-whitespace-regexp): New custom.
9281         (Info-search-case-fold): New var.
9282         (Info-search): Add "case-sensitively" to the prompt.
9283         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
9284         (Info-search-case-sensitively, Info-search-next): New fun.
9285         (Info-up): Move point to the menu item of the current node.
9286         (Info-history): New fun.  Add *info-history* to
9287         same-window-buffer-names.
9288         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
9289         (Info-insert-toc): New fun.
9290         (Info-build-toc): New fun.
9291         (Info-follow-reference): Add new arg `fork'.  Doc fix.
9292         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
9293         with the same name prefer the reference closest to point.
9294         (Info-next-reference): Replace * by + in the *Note regexp.
9295         Add regexp for http:// and ftp://.  Skip the *Note prefix.
9296         (Info-prev-reference): Replace * by + in the *Note regexp.
9297         Add regexp for http:// and ftp://.  Skip the *Note prefix.
9298         (Info-follow-nearest-node): Add new arg `fork'.
9299         (Info-try-follow-nearest-node): Add new arg `fork'.
9300         Call browse-url for http:// and ftp:// references.
9301         Set Info-reference-name for index entries.
9302         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
9303         Info-search-next, Info-history, Info-toc, clone-buffer.
9304         (Info-menu-update): Replace * by + in the *Note regexp.
9305         (Info-mode): Add documentation for Info-history, Info-toc,
9306         Info-search-case-sensitively, Info-search-next, clone-buffer.
9307         (Info-fontify-menu-headers): Remove fun.  Move code to
9308         Info-fontify-node.
9309         (Info-fontify-node): Add docstring.  Add local vars
9310         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
9311         then fontify header line, titles, menu headers, http and ftp
9312         references, refill paragraphs.  If not-fontified-p is t or
9313         fontify-visited-p is t then fontify cross references, menu items.
9314         Fontify menu headers.  Fontify http and ftp references.
9315         Change regexp for cross references to require whitespace after *Note,
9316         add matching groups for file and node names.  Remove hack for quote.
9317         Use display property for Info-hide-note-references=t.  Use fifth
9318         or fourth match for help-echo.  Display visited nodes in a
9319         different face.  Unhide file names of external references.
9320         Unhide newlines.  Display visited menu items in a different face.
9322 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9324         * progmodes/compile.el: Require CL.
9325         (compilation-mode-font-lock-keywords): Re-install the "line as
9326         function" patch.
9328         * help-fns.el (help-C-source-directory): New var.
9329         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
9330         (describe-function-1, describe-variable): Use them.
9332         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
9333         to C source files specially.
9335 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9337         * info.el (Info-hide-cookies-node): New function.
9338         (Info-select-node): Use it.
9339         (Info-display-images-node): Remove message with image file name.
9341 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
9343         * progmodes/compile.el (compilation-warning-face)
9344         (compilation-info-face, compilation-skip-threshold)
9345         (compilation-skip-visited, compilation-context-lines):
9346         Declare :version when added to Emacs.
9347         (compilation-error-regexp-alist-alist): Extend caml and irix.
9348         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
9349         (compilation-mode-font-lock-keywords): Temporarily undo line as
9350         function patch, which wasn't ready.
9352 2004-04-07  Kenichi Handa  <handa@m17n.org>
9354         * international/latin1-disp.el (latin1-display-setup): Check each
9355         character is displayable or not instead of calling
9356         latin1-display-check-font.
9358 2004-04-06  Kenichi Handa  <handa@m17n.org>
9360         * language/ethio-util.el (ethio-sera-being-called-by-w3):
9361         New variable.
9362         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
9363         instead of sera-being-called-by-w3.
9364         (ethio-fidel-to-sera-buffer): Likewise.
9365         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
9366         instead of sera-being-called-by-w3.
9367         (ethio-write-file): Likewise.
9369 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9371         * printing.el: Doc fix.
9373 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
9375         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
9376         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
9377         (gdb-setup-windows): Only use separate IO buffer if required.
9379 2004-04-06  Kim F. Storm  <storm@cua.dk>
9381         * term.el (term-is-xemacs): Remove.
9382         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
9383         (term-window-width): New function.
9384         (term-mode, term-check-size): Use it.
9385         (term-mode): Disable overflow-newline-into-fringe in term buffer.
9387 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9389         * cus-edit.el (custom-add-parent-links): Change unbound variable
9390         `symbol' to `name'.
9392 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
9393         * info.el (info-apropos): New function.
9394         (Info-mode-menu): Add it.
9395         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
9397         * help-mode.el (help-make-xrefs): Recognize aliased variable with
9398         inherited docstring.
9400         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
9402 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9404         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
9406         * progmodes/compile.el (font-lock): Don't require any more.
9407         (compilation-error-properties, compilation-start, compilation-sentinel)
9408         (compilation-filter, next-error): Use with-current-buffer.
9409         (compilation-skip-to-next-location, compilation-skip-threshold)
9410         (compilation-skip-visited): Move to silence the byte-compiler.
9411         (compilation-setup): Simplify.
9412         (compilation-next-error): Use line-(beginning|end)-position.
9413         Make sure `pt' is non-nil before using compilation-loop.
9414         (compile-goto-error): Add optional event arg.  Use it.
9415         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
9416         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
9417         Update the binding for mouse-2.
9418         (first-error): Set compilation-current-error to nil rather than bob.
9419         (compilation-parsing-end, compilation-parse-errors-function)
9420         (compilation-error-list, compilation-old-error-list):
9421         "New" compatibility variables.
9422         (compile-buffer-substring, compilation-compat-error-properties)
9423         (compilation-compat-parse-errors, compilation-forget-errors):
9424         New compatibility functions.
9425         (compilation-mode-font-lock-keywords): Use them.
9427 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
9429         * autorevert.el (auto-revert-handler): If point (or a window
9430         point) is at the end of the buffer, keep it there after
9431         reverting.  This allows to tail a file.
9432         Mention this in the `Commentary'.
9434         * format.el (format-write-file): Add optional argument CONFIRM
9435         and make it behave like the analogous argument to `write-file'.
9437 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9439         * progmodes/ebnf2ps.el: Doc fix.
9440         (ebnf-version): New version number (4.2).
9441         (ebnf-syntax): Customization and docstring fix.
9442         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
9443         Put autoloaded funs before first use.
9444         (ebnf-style-database): Add dtd entry.
9445         (ebnf-syntax-alist): Add dtd initialization.
9446         (ebnf-token-sequence): New fun.
9447         (ebnf-comment-table): Add new comment action character.
9448         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
9450         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
9451         Type Definition for XML).
9453         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
9454         * progmodes/ebnf-bnf.el (ebnf-sequence):
9455         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
9456         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
9457         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
9458         Code simplification: call ebnf-token-sequence.
9460 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
9462         * calendar/timeclock.el (timeclock-relative)
9463         (timeclock-get-project-function, timeclock-get-workday-function)
9464         (timeclock-query-out, timeclock-when-to-leave)
9465         (timeclock-when-to-leave-string, timeclock-log-data)
9466         (timeclock-generate-report, timeclock-in): Doc fixes.
9468 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9470         * url/: New dir.  Import the URL package from its repository.
9472 2004-04-03  Andreas Schwab  <schwab@suse.de>
9474         * diff-mode.el (diff-mode): Fix missing quote.
9476 2004-04-03  Juri Linkov  <juri@jurta.org>
9478         * descr-text.el (describe-property-list): Add `font-lock-face'.
9480         * dired.el (dired-font-lock-keywords): Fix permission regexps.
9482 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9484         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
9485         Use utf-16le on little endian machines and utf-16be otherwise.
9487 2004-04-02  David Kastrup  <dak@gnu.org>
9489         * net/browse-url.el (browse-url-generic): Use call-process
9490         instead of start-process to allow browsers that fork and detach.
9492 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
9494         * compile.el (compilation-current-error): New var.
9495         (compilation-setup, compile-mouse-goto-error)
9496         (compile-goto-error, next-error): Use it.
9497         (compilation-skip-to-next-location): Default to t, which gives
9498         contiguous skipping like old compile (where this was redundant).
9499         (compilation-next-error): Prevent previous-* commands from moving
9500         back to message at or just before point.
9502 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
9504         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
9505         (gdb-source-info): Don't display source at startup, if required.
9506         (gdb-show-main): New option.
9507         (gdba): Update documentation.
9508         (gdb-source): Cover case of auto-display output.
9510 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
9512         * autorevert.el: Delete obsolete autoload's and defvar's.
9513         (auto-revert-check-vc-info): New user option.
9514         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9515         (auto-revert-handler-vc): Delete.
9516         (auto-revert-handler): Treat return value `fast' of
9517         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
9519         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
9520         return `fast'.
9522         * files.el (buffer-stale-function): Doc change.
9524 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9526         * printing.el: New tip on Tips section.
9527         (pr-version): New version number (6.7.4).
9528         (pr-shell-file-name): Initialization fix.
9530 2004-03-31  Juri Linkov  <juri@jurta.org>
9532         * dired.el: Add autoload for `dired-do-touch'.
9533         (dired-touch-program): New var.
9534         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
9535         (dired-no-confirm): Add `touch' to docstring.
9537         * dired-aux.el (dired-do-touch): New fun.
9538         (dired-do-chxxx): Add argument -t for touch operation.
9540         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
9541         `dired-move-to-filename-regexp'.
9543 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
9545         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
9547 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9549         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
9550         and only if the buffer was modified.
9552 2004-03-30  Kenichi Handa  <handa@m17n.org>
9554         * international/characters.el: Delete pairs for U+2308..U+230B.
9556 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
9558         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
9559         to detect the beginning of a level 2 or 3 annotation.
9561 2004-03-29  Kenichi Handa  <handa@m17n.org>
9563         * international/ucs-tables.el (ucs-insert): Fix the error message.
9565 2004-03-29  Kenichi Handa  <handa@m17n.org>
9567         * international/mule-util.el (char-displayable-p): Fix generation
9568         of XLFD file name.
9570         * Makefile.in (setwins, setwins_almost): Change directory to $wd
9571         before finding directories by `find'.
9573 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9575         * subr.el (interactive-form): Delete.  Now implemented in C.
9577         * pcvs.el (cvs-parse-process): Workaround for Darwin.
9579         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
9580         (vc-diff-label): New fun.
9581         (vc-diff-internal): Use it.
9583         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
9585 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9587         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
9589         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
9590         specify XML (EBNFX).
9592         * progmodes/ebnf2ps.el: Doc fix.
9593         (ebnf-version): New version number (4.1).
9594         (ebnf-syntax): Adjust customization.
9595         (ebnf-style-database): Add ebnfx entry.
9596         (ebnf-syntax-alist): Add ebnfx initialization.
9597         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
9599         * printing.el: Doc fix.
9600         (pr-version): New version number (6.7.3).
9601         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
9602         returns nil for mouse position.  Reported by Drew Adams
9603         <drew.adams@oracle.com>.
9604         (pr-update-menus): Modify interactive declaration.  Reported by Drew
9605         Adams <drew.adams@oracle.com>.
9607 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
9609         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
9610         (gud-gdba-marker-filter): Log the process input and output, if
9611         required.  From Stefan Monnier.
9612         (gdb-debug-log, gdb-enable-debug-log): New variables.
9613         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9615 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9617         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9618         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
9620 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
9622         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9623         Call vc-find-file-hook here instead of in auto-revert-buffers.
9624         (auto-revert-buffers): Delete call to vc-find-file-hook.
9625         (auto-revert-verbose, global-auto-revert-non-file-buffers)
9626         (global-auto-revert-mode, auto-revert-set-timer)
9627         (auto-revert-handler, auto-revert-buffers): Doc fixes.
9629 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
9631         * woman.el (woman-change-fonts): Rename local variable
9632         woman-font-alist to font-alist to avoid a compiler warning.
9634 2004-03-27  Dave Love  <fx@gnu.org>
9636         * emacs-lisp/rx.el (rx): Doc fix.
9637         Fix copyright years.
9639         * strokes.el (strokes-global-set-stroke-string): New function.
9640         (strokes-list-strokes): Cope with strings, not just commands.
9641         Set foreground colour of image.
9642         (strokes-global-set-stroke): Doc fix.
9644 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
9646         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
9647         Auto Revert mode.
9648         (Buffer-menu-files-only): New variable.
9649         (Buffer-menu-toggle-files-only): New function.
9650         (Buffer-menu-mode-map): Bind it to `T'.
9651         (Buffer-menu-mode): Mention `T' in docstring.
9652         Set buffer-stale-function.
9653         (list-buffers-noselect): Mark buffer non-modified and set
9654         Buffer-menu-files-only.
9656         * dired.el (buffer-stale-function): Remove no longer needed defvar.
9658         * autorevert.el (auto-revert-handler): Print revert message
9659         before, rather than after, reverting.
9660         (buffer-stale-function): Move to files.el.
9662         * files.el (buffer-stale-function): Move here from autorevert.el.
9664 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9666         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
9668         * calc/calc.el (calc-mode-map): Use mapc.
9670         * apropos.el (apropos-mode): Don't autoload.
9671         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
9672         (apropos): Use it.
9673         (apropos-print): Add optional `text' argument.
9674         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
9675         Don't assume point-min == 1.
9677         * bs.el (bs-buffer-list): Use buffer-local-value.
9678         (bs--set-toggle-to-show): Use with-current-buffer.
9680         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
9681         New funs.
9682         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
9684         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
9686         * dabbrev.el (dabbrev-expand): Fix regexp construction.
9687         (dabbrev--find-expansion): Use pop.
9688         (dabbrev--search): Use match-string-no-properties.
9690         * dired.el (dired-mode): Use run-mode-hooks.
9691         (dired-move-to-end-of-filename): Use match-string.
9693         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
9694         is bound before using it.
9695         (ediff-verbose-p): Make it into a var since it's not constant.
9697         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
9699         * faces.el (read-face-font): Don't cons up unnecessarily.
9700         (header-line, tool-bar): Share common parts.
9702         * files.el (file-relative-name): Use compare-strings.
9704         * finder.el (finder-mode): Follow coding convention.
9706         * subr.el (read-number): New function.
9708         * ses.el (ses-read-number): Move to subr.el.
9709         (ses-set-header-row): Use read-number.
9711 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
9713         * vc-hooks.el (vc-arg-list): New function, which handles both
9714         compiled and uncompiled code.
9715         (vc-default-workfile-unchanged-p): Use it.
9717         * vc.el (vc-print-log): Undo prev change, use new function
9718         vc-arg-list from vc-hooks.el.
9720 2004-03-26  Masatake YAMATO  <jet@gyve.org>
9722         * simple.el (completion-setup-function): Emphasize the
9723         first uncommon characters in the completions; and de-emphasize
9724         the common prefix substrings.
9725         (completion-emphasis): New face.
9726         (completion-de-emphasis): New face.
9728 2004-03-25  Juanma Barranquero  <lektu@terra.es>
9730         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
9731         Comment out (it's unused and unfinished code).
9733 2004-03-25  Sam Steingold  <sds@gnu.org>
9735         * vc.el (vc-print-log): Fix a bug in the last patch:
9736         backend-function may be a byte-compiled object, not a lambda.
9738 2004-03-25  Juri Linkov  <juri@jurta.org>
9740         * descr-text.el (describe-property-list): Add a button
9741         for `face' property that calls `describe-face'.
9742         Suggested by luis fernandes <elf@ee.ryerson.ca>
9744         * international/mule.el (keyboard-coding-system):
9745         * kmacro.el (kmacro-call-macro): Fix docstring.
9747         * dired.el: Fix comments.
9749         * textmodes/fill.el (fill): Fix Info link.
9751         * font-lock.el (fast-lock, lazy-lock):
9752         * jit-lock.el (jit-lock): Remove links to removed Support Modes
9753         Info node.
9755         * eshell/eshell.el (eshell): Fix broken info-link.
9757         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
9758         * eshell/em-banner.el (eshell-banner):
9759         * eshell/em-smart.el (eshell-smart):
9760         * eshell/esh-cmd.el (eshell-cmd):
9761         Comment out broken info-links to incomplete Info manual.
9763         * info-xref.el: Fix commentary.
9765 2004-03-25  Kevin Ryde  <user42@zip.com.au>
9767         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
9768         Remove spurious node duplicate suppression, doesn't work, not wanted.
9769         (info-xref-output): Take format style args, add "sit-for 0" to let
9770         user see the results as they progress.
9771         (info-xref-check-all-custom): New function.
9773 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
9775         * gdb-ui.el: Moved to progmodes.
9777 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9779         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
9781 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9783         * calendar/appt.el (appt-check): Remove superfluous progn.
9784         When finished with diary buffer: if it was not being displayed
9785         before, kill it; otherwise restore its original state.
9786         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
9788         * calendar/calendar.el (calendar-set-mode-line): Use total
9789         available mode-line width, rather than frame-width.
9791         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
9792         after mode change so effect not lost.
9794 2004-03-23  Dave Love  <fx@gnu.org>
9796         * dired.el (dired) <defgroup>: Add link to manual.
9797         (dired-font-lock-keywords): Add highlighting on unusual permissions.
9798         (dired-revert): Use dolist.
9799         (dired-mode-map): Add U binding.
9800         (dired-mode): Add font-lock-beginning-of-syntax-function.
9801         (dired-garbage-files-regexp): Make it a defcustom.
9803 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9805         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
9806         is equivalent to nil.
9807         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
9808         (vc-arch-mode-line-string): Accept `added' state.
9809         (vc-arch-state): Use inode-sigs if available.
9810         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
9811         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
9812         (vc-arch-tagline-re): New var.
9813         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
9814         New functions.
9815         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
9816         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
9818         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
9819         (vc-file-not-found-hook): Use it.
9821         * diff-mode.el (diff-default-read-only): Change default.
9822         (diff-mode-hook): Make it a defcustom.  Add some options.
9823         (diff-mode-map): Bind diff-refine-hook.
9824         (diff-yank-handler): New var.
9825         (diff-yank-function): New fun.
9826         (diff-font-lock-keywords): Use them.
9827         (diff-end-of-file): Handle case where file-header looks like diff text.
9828         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
9829         (diff-file-kill): Delete a subsequent empty line, if applicable.
9830         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
9831         (diff-find-file-name): Use it.
9832         (diff-tell-file-name): New command.
9833         (diff-mode): Be careful with view-mode.
9834         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
9835         New functions, for use in diff-mode-hook.
9836         (diff-find-source-location): Catch "regex too large" errors.
9837         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
9838         (diff-refine-hunk): New command.
9840         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
9841         (smerge-context-menu-map): Remove unused var.
9842         (smerge-keep-all): Preserve markers.
9843         (smerge-keep-n): New fun.
9844         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9845         (smerge-keep-current, smerge-ediff): Use it.
9846         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
9847         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
9848         (smerge-resolve): Resolve trivial 3-part conflicts.
9850 2004-03-23  Juri Linkov  <juri@jurta.org>
9852         * man.el (Man-width): New var.
9853         (Man-getpage-in-background): Use it.
9854         (Man-support-local-filenames): New var and fun.
9855         (Man-build-man-command): Don't add a second %s.
9856         (Man-fontify-manpage): Clean up message.
9857         (Man-mode): Set outline-regexp, outline-level,
9858         imenu-generic-expression.
9860         * woman.el (woman-fill-frame): Doc fix.
9861         (woman-decode-region): Use window-width instead of frame-width.
9863         * abbrevlist.el (list-one-abbrev-table):
9864         * descr-text.el (describe-char):
9865         * international/mule-diag.el (describe-current-coding-system):
9866         * international/quail.el (quail-insert-decode-map):
9867         Use window-width instead of frame-width.
9869         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
9870         (jka-compr-mode-alist-additions): Add tbz.
9871         (jka-compr-write-region, jka-compr-insert-file-contents):
9872         Add message for undefined compress-program.
9873         (jka-compr-write-region): Remove redundant var bindings.
9875         * dired-x.el (dired-guess-shell-alist-default): Add choices for
9876         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
9877         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
9878         (dired-man): Use dired-guess-shell-command.
9879         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
9880         Change default nil to t.
9882         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
9883         (dired-compare-directories): Add default value for empty input.
9885         * help-at-pt.el: Move suggestions for key bindings to Commentary.
9887         * time.el (display-time-string-forms): Fix help-echo date format.
9889 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
9891         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
9892         (buffer-stale-function): New variable.
9893         (auto-revert-list-diff, auto-revert-dired-file-list)
9894         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
9895         (auto-revert-handler): Take over some functionality of deleted
9896         functions.
9897         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
9899         * dired.el (dired-directory-changed-p): New fun, extracted from
9900         dired-internal-noselect.
9901         (dired-buffer-stale-p): New fun.
9902         (dired-internal-noselect): Use dired-directory-changed-p.
9903         Eliminate revert messages.
9904         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
9906 2004-03-23  Kenichi Handa  <handa@m17n.org>
9908         * international/characters.el: Setup syntaxes for more parentheses
9909         Unicode characters.
9911         * international/mule-cmds.el (select-safe-coding-system):
9912         Merge coding-system and auto-cs before comparing them.
9914 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9916         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
9918         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9919         normal-auto-fill-function and comment-indent-function.
9920         The default values now work just as well.
9921         Don't set font-lock-beginning-of-syntax-function since we already set
9922         syntax-begin-function.
9923         (lisp-outline-level): Put ;;;###autoload at same level as (.
9924         (prin1-char): Quote special chars.
9926         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
9927         than with-no-warnings.
9929         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
9930         if the source location can't be found.
9931         (edebug-compute-previous-result): Use prin1-char.
9933         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
9934         (debug-ignored-errors): Add an entry.
9936         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
9937         (byte-compile-file): Output warning when deleting a file.
9939         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
9940         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
9942         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
9943         (byte-compile-inline-expand): Use backquote.
9944         (byte-optimize-pure-func): Rename from byte-optimize-concat.
9945         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9947         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9949         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9951 2004-03-22  Juri Linkov  <juri@jurta.org>
9953         * finder.el (finder-known-keywords): Fix data, tex, unix.
9955         * play/landmark.el: Fix keywords.
9957         * language/ethio-util.el (ethio-find-file): Doc fix.
9959         * emacs-lisp/warnings.el: Doc fix.
9961         * textmodes/ispell.el (ispell-help): Doc fix.
9963 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
9965         * format.el (format-insert-file): Always return a list of two
9966         elements, like insert-file-contents does.
9968 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
9970         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9971         and vc-BACKEND-diff.
9972         (vc-print-log): If the print-log implementation supports it, use
9973         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9974         (vc-version-diff, vc-diff-internal): Doc fixes.
9976         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
9977         implementation supports it, let diff output go to *vc*,
9978         not *vc-diff*, since this is an internal call.
9980         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
9982         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
9984         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
9986 2004-03-21  Dave Love  <fx@gnu.org>
9988         * progmodes/cfengine.el (cfengine-mode):
9989         Set parse-sexp-ignore-comments.
9991         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
9993 2004-03-21  Juanma Barranquero  <lektu@terra.es>
9995         * allout.el (allout-mode): Fix docstring.
9997 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
9999         * files.el (insert-directory): Fix bug if SWITCHES is a list.
10001         * autorevert.el (auto-revert-interval): Make new value take
10002         effect immediately when set through Custom.
10003         (auto-revert-set-timer): Add interactive declaration.
10005 2004-03-19  David Ponce  <david@dponce.com>
10007         * ruler-mode.el (ruler-mode-header-line-format-old):
10008         Don't `make-variable-buffer-local'.
10009         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
10010         (ruler-mode-header-line-format): Simply funcall the above.
10011         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
10012         to save/restore a previous header line format.
10013         (ruler-mode-space): Don't depend on a numeric WIDTH value.
10014         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
10015         fringes and margins width.
10016         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
10018 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10020         * log-edit.el (log-edit-font-lock-keywords): Typo.
10022         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
10023         (tex-send-tex-command): Rather than here.
10024         (tex-compilation-parse-errors): Simplify.
10026         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
10028         * time.el (display-time-string-forms): Add help-echo with date on time.
10030         * composite.el (compose-region): Use restore-buffer-modified-p.
10032         * disp-table.el (standard-display-8bit): Simplify.
10034         * server.el (server-process-filter): Delete temp frame.
10036         * add-log.el (add-change-log-entry): Simplify.
10038 2004-03-19  Kim F. Storm  <storm@cua.dk>
10040         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
10041         (hexl-follow-line): Don't require 'fringe.
10043         * progmodes/compile.el (compilation-start): Always set
10044         compilation-last-buffer and return it.
10046 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10048         * simple.el (clone-buffer): Doc fix.
10050 2004-03-18  Juanma Barranquero  <lektu@terra.es>
10052         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
10054 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10056         * log-edit.el (log-edit-font-lock-keywords): New var.
10057         (log-edit-mode): Use it.
10059 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
10061         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
10062         properly for watching in speedbar.
10064 2004-03-17  Masatake YAMATO  <jet@gyve.org>
10066         * smerge-mode.el (smerge-popup-context-menu):
10067         Put `unwind-protect' around `overlay-put' and `popup-menu'.
10069 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10071         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
10072         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
10073         Take sealed revisions into account.
10074         (vc-arch-checkin): Extract a summary line from the message.
10076 2004-03-16  Masatake YAMATO  <jet@gyve.org>
10078         * register.el (register): Provide `register' feature.
10080 2004-03-15  Masatake YAMATO  <jet@gyve.org>
10082         Added context menu support in smerge mode.
10083         Most of the part is written by Stefan Monnier.
10085         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
10086         New keymap and menu.
10087         (smerge-text-properties): New function.
10088         (smerge-remove-props): New function.
10089         (smerge-popup-context-menu): New function.
10090         (smerge-resolve): Call `smerge-remove-props'.
10091         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
10092         (smerge-keep-current): Ditto.
10093         (smerge-kill-current): New function.
10094         (smerge-match-conflict): Put text properties.
10095         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
10097 2004-03-15  David Ponce  <david@dponce.com>
10099         * ruler-mode.el: (ruler-mode-left-fringe-cols)
10100         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
10101         (ruler-mode-right-scroll-bar-cols): Remove.
10102         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
10103         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
10104         Use fringe-columns and scroll-bar-columns.
10106 2004-03-15  Masatake YAMATO  <jet@gyve.org>
10108         * hl-line.el (hl-line-range-function): New variable.
10109         (hl-line-move): New function.
10110         (global-hl-line-highlight): Use `hl-line-move'.
10111         (hl-line-highlight): Ditto.
10113         * scroll-bar.el (scroll-bar-columns):
10114         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
10116         * ruler-mode.el (top-level): Require scroll-bar and fringe.
10117         (ruler-mode-left-fringe-cols)
10118         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
10119         (ruler-mode-right-scroll-bar-cols)
10120         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
10121         (ruler-mode-ruler-function): New variable.
10122         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
10123         if the value for `ruler-mode-ruler-function'is given.
10125         * hexl.el (hexl-mode-hook): Make the hook customizable.
10126         (hexl-address-area, hexl-ascii-area): New customize variables.
10127         (hexlify-buffer): Put font-lock-faces on the address area and
10128         the ascii area.
10129         (hexl-activate-ruler): New function.
10130         (hexl-follow-line): New function.
10131         (hexl-highlight-line-range): New function.
10132         (hexl-mode-ruler): New function.
10134 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10136         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
10137         (vc-default-find-file-hook): New fun.
10138         (vc-find-file-hook): Call new find-file-hook operation.
10140         * vc-arch.el: New file.
10142 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
10144         * info-look.el (info-lookup): Reuse an existing Info window.
10146 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10148         * woman.el (woman-preserve-ascii): Default value changed to t and
10149         doc string revised.
10151 2004-03-12  Richard M. Stallman  <rms@gnu.org>
10153         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10154         Fix minor bug.
10156         * replace.el (occur-engine): Change message for count of matches.
10158         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
10159         For strings, do compare text properties.
10161 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
10163         * progmodes/compile.el (compile-auto-highlight)
10164         (compilation-error-list, compilation-old-error-list)
10165         (compilation-parse-errors-function, compilation-parsing-end)
10166         (compilation-error-message, compilation-directory-stack)
10167         (compilation-enter-directory-regexp-alist)
10168         (compilation-leave-directory-regexp-alist)
10169         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
10170         (compilation-current-file, compilation-regexps): Remove vars.
10172         (compile-error-at-point, compilation-error-filedata)
10173         (compilation-error-filedata-file-name, compile-reinitialize-errors)
10174         (compilation-next-error-locus, compilation-forget-errors)
10175         (count-regexp-groupings, compilation-parse-errors)
10176         (compile-collect-regexps, compile-buffer-substring): Remove funs.
10178         (compile-internal): Make obsolete.
10180         (compilation-first-column, compilation-error)
10181         (compilation-directory-matcher, compilation-page-delimiter)
10182         (compilation-mode-font-lock-keywords, compilation-debug)
10183         (compilation-error-face, compilation-warning-face)
10184         (compilation-info-face, compilation-line-face)
10185         (compilation-column-face, compilation-enter-directory-face)
10186         (compilation-leave-directory-face, compilation-skip-threshold)
10187         (compilation-skip-visited, compilation-context-lines): New vars.
10189         (compilation-warning-face, compilation-info-face)
10190         (compilation-message-face): New faces.
10192         (compilation-error-regexp-alist-alist): New constant.
10194         (compilation-face, compilation-directory-properties)
10195         (compilation-assq, compilation-error-properties, compilation-start)
10196         (define-compilation-mode, compilation-loop)
10197         (compilation-set-window): New functions.
10199         (compile): Additional argument for interactive compiles like TeX.
10201         * progmodes/grep.el (kill-grep): Move here from compile.el
10202         (grep-error, grep-hit-face, grep-error-face)
10203         (grep-mode-font-lock-keywords): New variables.
10204         (grep-regexp-alist): Simplify regexp and add `binary' case.
10205         (grep-mode): New mode.
10206         (grep-process-setup): Simplify.
10208 2004-03-11  Jason Rumney  <jasonr@gnu.org>
10210         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
10211         letters on DOS/Windows.
10213 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10215         * server.el (server-name): New var.
10216         (server-socket-dir): New var to replace server-socket-name.
10217         (server-start): Use them.
10219 2004-03-11  Simon Josefsson  <jas@extundo.com>
10221         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
10222         died to avoid infloop.  Reported by Jonathan Glauner
10223         <jglauner@sbum.org>.
10225 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10227         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
10228         (smerge-mode-menu): Use it to deactivate menu entries.
10229         (smerge-keep-current): New fun.
10230         (smerge-keep-current): Use it.
10232 2004-03-10  John Paul Wallington  <jpw@gnu.org>
10234         * foldout.el (foldout-fold-list, foldout-modeline-string):
10235         Declare them as variables, not constants.
10237 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10239         * ps-print.el: Modification to print *Messages* buffer.
10240         (ps-print-version): New version 6.6.4.
10241         (ps-message-log-max): New fun.
10242         (ps-spool-without-faces, ps-spool-with-faces)
10243         (ps-count-lines-preprint): Code fix.
10245         * printing.el: New tips in Tips section.
10247 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10249         * delim-col.el: Doc fix.
10251         * printing.el: Doc fix.  New doc section (Tips).
10253 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10255         * type-break.el (type-break-emacs-variant): Remove.
10256         (type-break-run-at-time, type-break-cancel-function-timers):
10257         Use fboundp rather than version name and number.
10259 2004-03-09  Masatake YAMATO  <jet@gyve.org>
10261         * hexl.el (hexl-mode): Use `make-local-variable' instead of
10262         `make-variable-buffer-local'.
10264 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
10266         * find-dired.el (find-dired): Call `shell-command' instead of
10267         `start-process-shell-command'.  By this, Tramp takes over
10268         handling of remote directories.
10270 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10272         * newcomment.el (comment-use-global-state): New var.
10273         (comment-search-forward): Use it.
10275         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
10277         * cus-edit.el (fill) <defgroup>: Move to fill.el.
10279         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
10280         (enable-kinsoku): Make it a defcustom.
10281         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
10282         paragraph to same-comment-start-marker.
10284 2004-03-07  Dave Love  <fx@gnu.org>
10286         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
10287         (browse-url-mail): Use it.
10289         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
10290         (rfc2368-unhexify-string): Use replace-regexp-in-string.
10292 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10294         * woman.el (woman-man.conf-path): Doc fix.
10295         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
10297 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
10299         * sort.el (sort-columns): Remove ms-dos from the list of systems
10300         where the external `sort' command is not used.
10302 2004-03-07  Kim F. Storm  <storm@cua.dk>
10304         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
10305         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
10306         from overlay-arrow-variable-list.
10307         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
10309 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
10311         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
10312         overlay arrow string properly for the assembler buffer.
10314 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10316         * mail/sendmail.el (mail-mode): Fix last change.
10318 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
10320         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
10321         for the assembler buffer.
10322         (gdb-assembler-custom): Position the overlay arrow.
10323         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
10325 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10327         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
10329         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
10330         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
10332         * mail/sendmail.el (mail-mode): Set comment-start-skip.
10334         * newcomment.el (uncomment-region): Allow non-terminated comment.
10335         (comment-normalize-vars): Check the user-specified comstart marker.
10337 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10339         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
10340         Otherwise, do use it if the region only contains font-lock text
10341         properties.
10343 2004-03-04  Masatake YAMATO  <jet@gyve.org>
10345         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
10346         as the callback function for eldoc.
10347         (hexl-print-current-point-info): New function.
10348         (hexl-current-address): Print the address in both decimal
10349         and hexadecimal format.
10351 2004-03-04  Richard M. Stallman  <rms@gnu.org>
10353         * mail/rmail.el (rmail-convert-to-babyl-format):
10354         Specify t for UNIBYTE when calling mail-unquote-printable-region.
10356         * mail/mail-utils.el (mail-unquote-printable-region):
10357         New arg UNIBYTE.
10359         * startup.el (command-switch-alist): Doc fix.
10361         * simple.el (undo): Temporarily set this-command to `undo-start',
10362         then set it to `undo' once undo-start returns without error.
10364         * simple.el (minibuffer-history-sexp-flag): Doc fix.
10366         * simple.el (kill-line): Don't disregard trailing whitespace
10367         in eol condition, if show-trailing-whitespace is set.
10369         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
10370         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
10371         When disabling, restore old values only if mouse-sel-has-been-enabled.
10373         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
10374         (isearch-{-char): New function.
10375         (isearch-mode-map): Bind { to isearch-{-char.
10377         * font-lock.el (lisp-font-lock-keywords-2):
10378         Turn off the CL with-... and do-... general patterns.
10379         Instead, recognize several specific with... and do... constructs.
10381         * files.el (switch-to-buffer-other-window):
10382         Bind same-window-buffer-names and same-window-regexps to nil.
10383         (switch-to-buffer-other-frame): Likewise.
10385 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10387         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
10388         recognizing leading comment on code line.
10390 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10392         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
10393         hidden files/directories.
10395 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10397         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
10398         only comment-start (in case the mode hasn't set it).
10400         * Makefile.in (AUTOGENEL): New var.
10401         (bootstrap-prepare): Rename from bootstrap-clean.
10402         Don't remove elc files.
10403         (maintainer-clean): New target.
10405         * xml.el (xml-get-attribute-or-nil): Simplify.
10407 2004-03-02  Juri Linkov  <juri@jurta.org>
10409         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
10410         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
10411         URL to prevent their substitution with the environment variable
10412         values by browsers.
10414 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10416         * ps-print.el: Doc fix.
10417         (ps-print-version): New version number (6.6.3).
10418         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
10419         Docstring fix.
10420         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
10421         before printing.
10422         (ps-time-stamp-yyyy-mm-dd): New fun.
10423         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
10425 2004-03-02  Kim F. Storm  <storm@cua.dk>
10427         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
10429 2004-03-01  Juanma Barranquero  <lektu@terra.es>
10431         * allout.el (allout-rebullet-heading): Fix typo in docstring.
10433         * desktop.el (desktop-file-version)
10434         (desktop-after-read-hook): Fix typos.
10435         (desktop-clear-preserve-buffers): Remove redundant info in
10436         docstring already shown by the obsolescence message.
10437         (desktop-truncate, desktop-internal-v2s)
10438         (desktop-value-to-string): Change argument name to match docstring.
10440         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
10442         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
10443         docstring.
10445 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10447         * printing.el: Replace "As Is..." in PostScript file print/preview by
10448         "No Preprocessing...".  Suggested by Colin Marquardt
10449         <_marquardt_@zmd.de>.
10450         (pr-insert-section-4): Adjust buffer interface.
10452 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
10454         Version 2.0.39 of Tramp released.
10456         * net/tramp.el (tramp-handle-file-local-copy)
10457         (tramp-handle-write-region, tramp-open-connection-rsh):
10458         Variable name typo.  Small change.  From Patrick Tullmann
10459         <tullmann@flux.utah.edu>.
10460         (tramp-process-connection-type): New variable.
10461         (tramp-maybe-open-connection): Use it.
10462         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
10463         (tramp-touch): Set last-modified time of a remote file.
10464         (tramp-handle-write-region): Say which function is used when encoding.
10466 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
10468         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
10469         case of non-existing filename, too.  Reported by Christoph Bauer
10470         <c_bauer@informatik.uni-kl.de>.
10471         (tramp-smb-get-file-entries): The directory in question should
10472         have permissions "drwxrwxrwx".  Just virtual, because we don't
10473         know the real permissions.  Don't we know?
10474         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
10475         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
10476         (tramp-smb-wait-for-output): Optimize algorithm getting pending
10477         output.  If it was received chunkwise, there have been problems.
10478         Remove the "prompt not found" error message; it is obvious.
10479         Simplify algorithm.
10480         (tramp-smb-process-running): Remove.  Since we acknowledge the
10481         virtual prompt for shares, there's no need for distinction of
10482         reading shares (process ends afterwards) and interactive mode of
10483         smblient.
10484         (tramp-smb-open-connection): Setting process sentinel removed.
10485         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
10486         "NT_STATUS_NETWORK_ACCESS_DENIED".
10487         (tramp-smb-maybe-open-connection): Set `process-connection-type'
10488         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
10489         (top-level): Setting default value in `tramp-default-method-alist'
10490         corrected.  Order of USER and HOST have been wrong.
10491         Nobody complained for months ...
10492         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
10493         (tramp-smb-open-connection): Clear password cache if login has failed.
10495         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
10496         `tramp-unified-filenames'.
10497         (tramp-completion-mode): Make test for XEmacs explicitely.
10498         `event-to-character' can exists in Emacs packages too.
10499         Reported by Matt Swift <swift@alum.mit.edu>.
10500         (tramp-buffer-name): Buffer name must contain the user if exists.
10501         Reported by Adrian Phillips <a.phillips@met.no>.
10502         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
10503         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
10504         (tramp-do-copy-or-rename-file-out-of-band): Rename from
10505         `tramp-do-copy-or-rename-file-one-local', because it handles also
10506         the case both files use the same out-of-band method.
10507         Implementation added.
10508         (tramp-handle-file-local-copy, tramp-handle-write-region):
10509         Out-of-band handling removed.  `copy-file' called instead, which
10510         calls `tramp-do-copy-or-rename-file-out-of-band'.
10511         (tramp-action-password): Check for out-of-band method removed.
10512         This function is used for 'login-program.
10513         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
10514         appropriate.
10515         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
10516         and `tramp-parse-sknownhosts'.
10517         (tramp-completion-function-alist): It's a defvar now, because we
10518         want to apply the optimized `tramp-set-completion-function'
10519         instead of a static list.
10520         (tramp-set-completion-function): Implementation tuned.
10521         Avoid double entries, and entries where the function or the
10522         file/directory doesn't exist.
10523         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
10524         for SSH2.
10525         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
10526         (tramp-handle-dired-compress-file): New function.
10527         (tramp-async-proc): New variable.
10528         (tramp-handle-shell-command): Adding asynchronous processes.
10529         They are far from being perfect, but it works at least for
10530         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
10531         (top-level): Require password.el if visible.  Should be mandatory
10532         once No Gnus has found its way into (X)Emacs.
10533         (tramp-read-passwd): Invoke `password-read' if available,
10534         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
10535         fallback any longer.
10536         (tramp-clear-passwd): New function.
10537         (tramp-process-actions, tramp-process-multi-actions):
10538         Clear password cache if login has failed.
10540         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
10541         its own module.
10542         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
10543         `ange-ftp-ftp-name-res'.  There could be incorrect values from
10544         previous calls in case the "ftp" method is used in the Tramp file
10545         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10547 2004-02-28  Richard M. Stallman  <rms@gnu.org>
10549         * term.el (term-mouse-paste): Call mouse-set-point.
10551         * thumbs.el: New file.
10553 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10555         * progmodes/ebnf-abn.el: Doc fix.
10557         * progmodes/ebnf-bnf.el: Doc fix.
10558         (ebnf-repeat): Code fix.
10560         * progmodes/ebnf2ps.el: Doc fix.
10561         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
10563 2004-02-28  Juri Linkov  <juri@jurta.org>
10565         * ffap.el (dired-at-point): Additional writability test for
10566         relative directory names.
10567         (dired-at-point-prompter): Treat directories as a directory, get
10568         the directory component from files.
10569         (ffap-string-at-point): Return string from region if region is active.
10570         (ffap-file-at-point): Remove redundant code.
10572 2004-02-28  Kim F. Storm  <storm@cua.dk>
10574         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
10575         Initialize margin area images to nil.
10576         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
10577         (breakpoint-enabled-bitmap-face)
10578         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
10579         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
10580         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
10581         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
10582         (gdb-reset): Use gdb-remove-breakpoint-icons.
10583         (gdb-put-string): Add dprop arg to specify alternative display
10584         property (for setting fringe bitmap).
10585         (gdb-remove-strings): Doc fix.
10586         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
10587         icon in fringe (if available), or else as icon or text in display
10588         margin.  Creates necessary icons in breakpoint-bitmap,
10589         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
10590         Also make left window margin if required.
10591         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
10592         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
10593         no longer needed.
10594         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
10595         gdb-put-breakpoint-icon.
10596         (gdb-assembler-mode): Don't set left-margin-width here.
10598 2004-02-27  Kevin Ryde  <user42@zip.com.au>
10600         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
10601         comma, so that it DTRT in macros.
10603 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10605         * progmodes/sh-script.el (sh-shell-arg)
10606         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
10607         (sh-leading-keywords, sh-other-keywords): Fix custom type.
10609 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
10611         * faces.el (face-spec-set-match-display): Add a new attribute,
10612         `min-colors'.
10613         (region, highlight, secondary-selection): Use `min-colors'.
10615         * custom.el (defface): Add documentation for `min-colors'.
10617         * font-lock.el (font-lock-comment-face, font-lock-string-face)
10618         (font-lock-keyword-face, font-lock-function-name-face)
10619         (font-lock-variable-name-face, font-lock-constant-face):
10620         Use `min-colors'.
10622         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
10624 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10626         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
10627         define assq-delete-all if it's not defined.
10628         (ebnf-generate-region): Code fix.
10630         * printing.el: Doc fix.
10631         (pr-version): New version number (6.7.2).
10632         (pr-command): Return empty string if command is an empty string.
10634 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10636         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
10638         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
10639         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
10640         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
10641         "tt" ["test"] ).  Reported by Markus Dreyer
10642         <mdreyer@ix.urz.uni-heidelberg.de>.
10643         (ebnf-version): New version number (4.0).
10644         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
10645         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
10646         (ebnf-delete-style): New commands.
10647         (ebnf-directory, ebnf-file): New funs.
10648         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
10649         (ebnf-production-name-p, ebnf-stop-on-error): New options.
10650         (ebnf-syntax-alist): New var.
10651         (ebnf-element-width): New fun replacing ebnf-list-width.
10652         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
10653         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
10654         (ebnf-prologue): Adjust vars.
10655         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
10656         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
10657         (ebnf-check-style-values, ebnf-generate-production)
10658         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
10659         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
10660         (ebnf-token-repeat): Code fix.
10662         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
10663         %right, %left and %prec.  Suggested by Matthew K. Junker
10664         <junker@alum.mit.edu>.
10665         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
10667         * progmodes/ebnf-iso.el: Doc fix.
10668         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
10669         (ebnf-iso-lex): Code fix.
10671         * progmodes/ebnf-bnf.el: Doc fix.
10672         (ebnf-bnf-lex): Code fix.
10674         * progmodes/ebnf-otz.el: Doc fix.
10676 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
10678         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
10679         (abbrev-prefix-mark): Doc fix.
10681 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
10683         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
10684         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
10685         (gdb-var-delete): Make interactive (really).
10686         (gdb-edit-value): Make non-interactive.
10688         * progmodes/gud.el (gud-speedbar-menu-items):
10689         Add gdb-var-delete and, indirectly, gdb-edit-value.
10690         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
10691         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
10692         (gud-gdb-marker-filter): Add comment for annotations.
10694 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10696         * calendar/calendar.el (generate-calendar)
10697         (calendar-read-date): Prevent display of BC calendars once more -
10698         reverts 2003-10-01 change.
10699         (generate-calendar-month): Doc fix.
10701 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
10703         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
10704         return value of increment-calendar-month.
10706 2004-02-21  Stephen Compall  <s11@member.fsf.org>
10708         * saveplace.el (save-place-forget-unreadable-files)
10709         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
10710         (save-place-forget-unreadable-files): New function.
10711         (save-place-alist-to-file): Use it to filter out files that are
10712         no longer readable.
10714         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
10715         current Texinfo environment, using the same method as in
10716         `texinfo-insert-@end', and insert a space rather than a newline if
10717         point in a @table environment.
10719 2004-02-21  Juri Linkov  <juri@jurta.org>
10721         * ffap.el (ffap-file-at-point): Try parent directories.
10723 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
10725         * vcursor.el (vcursor-modifiers): New defcustom.
10726         (vcursor-cs-binding): Use vcursor-modifiers instead of a
10727         hard-coded list.
10729 2004-02-21  Masatake YAMATO  <jet@gyve.org>
10731         * play/animate.el (animate-birthday-present): Accept names other
10732         than `Sarah', too.
10734 2004-02-21  Juri Linkov  <juri@jurta.org>
10736         * startup.el: Remove table of command line arguments from the
10737         Commentary section.
10739 2004-02-20  John Wiegley  <johnw@newartisans.com>
10741         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
10742         again" modifier from 'e' to 'E', since 'e' is also used by the
10743         "file extension" modifier.
10745 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
10747         * help-fns.el (describe-categories): Doc fix.
10749 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10751         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
10752         temporary file for buffer already visiting one.  This change makes
10753         output likely to be directly usable by patch program.
10754         Suggested by Adrian Aichner  <adrian@xemacs.org>
10756 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
10758         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
10759         case of variables defined in compound statements.
10760         (gdb-setup-windows, gdb-source-info, gdb-source-info):
10761         Simplify constructions using switch-to-buffer.
10763 2004-02-19  Simon Josefsson  <jas@extundo.com>
10765         * play/morse.el: Fix typo.
10766         (morse-code): Add @.
10768 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10770         * calendar/appt.el (appt-display-format): Change default to
10771         'ignore, for backwards compatibility.
10772         (appt-display-message): If appt-display-format is 'ignore,
10773         respect old vars appt-msg-window and appt-visible.
10774         (appt-activate): Don't depend on return value of cancel-timer.
10776         * calendar/calendar.el (calendar-holidays): Doc fix.
10778         * calendar/cal-coptic.el (coptic-prompt-for-date):
10779         Use assoc-string instead of assoc-ignore-case.
10780         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10781         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10782         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10783         * calendar/cal-islam.el (calendar-goto-islamic-date)
10784         (mark-islamic-diary-entries): Ditto.
10785         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10786         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10787         (calendar-read-mayan-tzolkin-date): Ditto.
10788         * calendar/calendar.el (calendar-read-date): Ditto.
10789         * calendar/diary-lib.el (mark-diary-entries): Ditto.
10791 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10793         * progmodes/executable.el (executable-command-find-posix-p):
10794         Fix choice of the directory.
10796 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
10798         * simple.el (interprogram-cut-function)
10799         (interprogram-paste-function, kill-new, kill-append):
10800         Doc fixes.
10801         (kill-region): Make it return nil.  Doc fix.
10802         (yank-pop): Make its argument optional.
10803         (yank): Make ARG `-' equivalent to `-1'.
10805 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
10807         * mail/rmail.el (rmail-get-new-mail): Don't reference
10808         rmail-use-spam-filter if rmail-spam-filter is not loaded.
10810 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
10812         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
10813         if one of global-auto-revert-non-file-buffers or autorevert-mode
10814         is non-nil.
10816 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10818         * subr.el (delete-dups): A better implementation from Karl Heuer
10819         <kwzh@gnu.org>.
10821 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
10823         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
10824         correct place.
10825         * progmodes/icon.el (icon-indent-command): Ditto.
10826         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
10828 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10830         * progmodes/grep.el (grep-compute-defaults): Undo change from
10831         2004-01-29: don't use executable-command-find-posix-p.
10833 2004-02-16  Richard Sharman  <rsharman@pobox.com>
10835         * hilit-chg.el: Use require instead of eval-and-compile.
10836         (highlight-compare-buffers): New function.
10838 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
10840         * man.el (Man-fontify-manpage): Render section headings in
10841         `Man-overstrike-face' even when overstrike was not used by man
10842         formatter for section headings.
10844 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
10846         * rmail-spam-filter.el: (vm-use-spam-filter)
10847         (rsf-min-region-length-added-to-spam-list): New variables.
10848         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
10849         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
10850         spam testing.  Don't delete spam message if automatic deletion
10851         after output via variable rmail-delete-after-output is turned on.
10852         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
10853         rsf-bbdb-dont-create-entries-for-spam.
10854         (check-field): New function, extracted from code in
10855         rmail-spam-filter to ease addition of header fields like content-type.
10856         (message-content-type): New variable to check the content-type:
10857         field added, also in defcustom of rsf-definitions-alist.
10858         (rmail-spam-filter): Replace repeated test code for header fields
10859         by calls to check-field; change the call to
10860         rmail-output-to-rmail-file such that rmail-current-message stays
10861         the same to avoid wrong deletion of unseen flags.
10862         (rsf-add-contents-type): New function to convert old format
10863         of rmail-spam-definitions-alist into new one.
10864         Change prefixes of all variables and functions from
10865         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
10867 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10869         * loadhist.el (unload-hook-features-list): New defvar.
10871 2004-02-16  Dave Love  <fx@gnu.org>
10873         * loadhist.el (unload-feature): Doc fix.  Rename flist to
10874         unload-hook-features-list.
10876 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
10878         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
10879         cookie.  Don't check if we are looking-at open-formula.
10881 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10883         * subr.el (match-string-no-properties): Use substring-no-properties.
10885 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10887         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
10888         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
10889         Use lower-case "rx" in all error message.
10891 2004-02-16  Dave Love  <fx@gnu.org>
10893         * emacs-lisp/rx.el (rx-or): Put group around result.
10894         (rx-constituents): Add backref.
10895         (rx-syntax): Add string-delimiter, comment-delimiter.
10896         (rx-categories): Add combining-diacritic.
10897         (rx-check-not, rx-greedy, rx): Doc fix.
10898         (rx-backref, rx-check-backref): New.
10900 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
10902         * newcomment.el (uncomment-region): Allow eob as comment end.
10904 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
10906         * filecache.el: All message and error commands now use prefix
10907         "Filecache:" to make it easy to read *Messages* buffer.
10909 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
10911         * autorevert.el: Add support to detect changed dired and VC buffers.
10912         (auto-revert-active-p, auto-revert-list-diff)
10913         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
10914         (auto-revert-handler, auto-revert-active-p): New functions.
10915         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
10916         and `auto-revert-active-p'.
10917         (eval-when-compile): Defvar dired-directory and vc-mode.
10918         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10919         (auto-revert-handler-vc): New functions.
10921 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10923         * progmodes/compile.el (compilation-directory): New defvar.
10924         (compile): Save current directory in compilation-directory.
10925         (recompile): Bind default-directory to compilation-directory if
10926         that is non-nil.
10928 2004-02-16  Dave Love  <fx@gnu.org>
10930         * newcomment.el (comment-insert-comment-function)
10931         (comment-region-function, uncomment-region-function): New.
10932         (comment-indent): Use comment-insert-comment-function.
10933         (uncomment-region): Use uncomment-region-function.
10934         (comment-region): Use comment-region-function.
10936         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
10938 2004-02-16  Richard Stallman  <rms@gnu.org>
10940         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
10941         loaddefs* and ldefs-boot*.
10943 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10945         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10946         and email address at the beginning and end of the address.
10948         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10949         anchored at the beginning of the email address.
10951 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
10953         * international/ccl.el (ccl-compile-write): Pass `left' to
10954         ccl-embed-code to generate correct code of write-expr-register.
10956 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
10958         * progmodes/grep.el (grep-compute-defaults): Fix typos.
10960 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10962         * x-dnd.el: Mention support for Motif in commentary.
10963         (x-dnd-handle-drag-n-drop-event): Ditto.
10965 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
10967         * ses.el: Use "ses--" prefixes for buffer-local variables.
10968         Use (point-min) instead of 1, even when we know the buffer
10969         is unnarrowed.
10970         (ses-build-load-map): Delete.  Distribute its content to defconst's for
10971         the three maps.
10972         (ses-menu, ses-header-line-menu): New menus.
10973         (ses-mode-map): Use them.
10974         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
10976 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
10978         * Makefile.in: Fix the CC Mode recompile kludge so it works
10979         when building in a different directory.
10981 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
10983         * simple.el (kill-new): Put yank-handler property on the entire string.
10985 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10987         * diff.el: Don't use compile any more, use diff-mode instead.
10988         (diff-regexp-alist, diff-old-file, diff-new-file)
10989         (diff-parse-differences, diff-process-setup): Remove.
10990         (diff-sentinel): New fun.
10991         (diff): Use it.  Run the process ourselves.
10992         Use diff-mode for the rest of the processing.
10994         * diff.el (diff): Simplify code handling `switch'.
10996 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10998         * pcvs-defs.el (cvs-menu): Add `tag'.
11000 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
11002         * simple.el (kill-append): Doc fix.
11004         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11005         Adapt outline-regexp to the new conventions for commenting out code.
11007 2004-02-11  John Paul Wallington  <jpw@gnu.org>
11009         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
11011 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11013         * diff.el (diff-switches): New fun.
11014         (diff, diff-backup): Use it.
11015         (diff): Clean up the args construction.  Use backquote.
11016         Use listp instead of consp to avoid putting a nil arg.
11017         (diff): Add a revert-buffer function.
11019 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11021         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
11022         handled by x-dnd-handle-file-name.
11023         (x-dnd-known-types): Add COMPOUND_TEXT.
11024         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
11025         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
11026         x-dnd-empty-state.
11027         (x-dnd-forget-drop): Ditto.
11028         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
11029         (x-dnd-handle-one-url): Return private when inserting text.
11030         (x-dnd-insert-ctext): New function.
11031         (x-dnd-handle-file-name): New function for FILE_NAME.
11032         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
11033         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
11034         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
11036 2004-02-10  Kenichi Handa  <handa@m17n.org>
11038         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
11039         instead of while loop.
11041 2004-02-10  Miles Bader  <miles@gnu.org>
11043         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
11045 2004-02-09  Kenichi Handa  <handa@m17n.org>
11047         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
11048         have end-of-line.
11050 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
11052         * Makefile.in: Added extra dependencies in the recompile target
11053         needed to cope with the compile time macro expansions in CC Mode.
11055 2004-02-09  Kim F. Storm  <storm@cua.dk>
11057         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
11058         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
11059         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
11060         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
11061         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
11062         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
11063         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
11064         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
11065         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
11066         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
11067         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
11069 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11071         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
11072         Don't allow shrink if there's a window on our right.
11074         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
11075         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
11076         Bring together declaration and initialization.
11077         (prolog-mode-variables): Don't set the syntax table.
11078         Don't set paragraph-start and comment-indent-function.
11079         Add /*..*/ to the comment regexps.
11080         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
11081         (prolog-mode-map): Don't bind TAB.
11082         (prolog-mode): Set the syntax table.
11083         (prolog-comment-indent): Remove.
11084         (inferior-prolog-mode-map): Initialize in the declaration.
11085         (inferior-prolog-mode-syntax-table)
11086         (inferior-prolog-mode-abbrev-table): New vars.
11087         (inferior-prolog-mode): Derive from comint-mode.
11088         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
11089         minibuffer windows.
11091         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
11092         in file names, as long as it is unabmiguous.
11094 2004-02-08  Andreas Schwab  <schwab@suse.de>
11096         * textmodes/reftex-toc.el
11097         (reftex-toc-load-all-files-for-promotion): Remove useless use of
11098         format.  Doc fix.
11100         * textmodes/refer.el (refer-find-entry-internal): Remove extra
11101         format string arguments.
11103         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
11104         string argument.
11106         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
11108         * play/zone.el (zone-call): Fix format string.
11110         * net/webjump.el (webjump-builtin): Add missing format string argument.
11112         * midnight.el (midnight-delay-set): Remove extra format string argument.
11114         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
11116         * hexl.el (hexl-insert-char): Add missing format string argument.
11118         * format.el (format-decode): Fix format string.
11120         * emulation/vi.el (vi-mode): Remove extra format string argument.
11121         (vi-repeat-last-search): Likewise.
11122         (vi-reverse-last-search): Likewise.
11123         (vi-goto-mark): Likewise.
11124         (vi-reverse-last-find-char): Likewise.
11125         (vi-repeat-last-find-char): Likewise.
11126         (vi-locate-def): Likewise.
11128         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
11130         * ediff-util.el (ediff-toggle-read-only): Remove extra format
11131         string argument.
11132         (ediff-toggle-regexp-match): Likewise.
11134         * dired-aux.el (dired-do-query-replace-regexp): Add missing
11135         format string argument.
11137         * calc/calc-map.el (calc-get-operator): Remove extra format
11138         string argument.
11140         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
11142         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
11143         string argument.
11145         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
11147         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
11149         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
11151         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
11152         (cl-struct-setf-expander): Likewise.
11154         * vc.el (with-vc-file): Fix unsafe uses of error.
11155         (vc-cancel-version): Likewise.
11157 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
11159         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
11160         thousands separator; fixes <class>:<line-number> regexp for
11161         non-english locales.
11163 2004-02-08  Andreas Schwab  <schwab@suse.de>
11165         * view.el (view-mode-enable): Revert previous change.
11167 2004-02-07  Kim F. Storm  <storm@cua.dk>
11169         * simple.el (line-number-at-pos): Rename from line-at-pos.
11170         Uses changed (what-line and vc-annotate-warp-version).
11172 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11174         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
11175         (diff-mode): Remove aborted attempt at support for compile.el.
11176         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
11178 2004-02-06  Andreas Schwab  <schwab@suse.de>
11180         * view.el (view-mode-enable): Add view-mode-map to
11181         minor-mode-overriding-map-alist.
11183 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11185         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
11187 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11189         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
11190         with point inside rather than after the paragraph.
11192 2004-02-04  Sam Steingold  <sds@gnu.org>
11194         * mail/smtpmail.el (smtpmail-try-auth-methods):
11195         Do not try authentication when no mechanism is available.
11196         Pass port-name as defaultport to `netrc-machine'.
11198 2004-02-04  Stephen Eglen  <stephen@gnu.org>
11200         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
11201         to show how minibuffer height can be constrained.
11203 2004-02-04  John Paul Wallington  <jpw@gnu.org>
11205         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
11207 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11209         * x-dnd.el: New file for drag and drop.
11211         * term/x-win.el: require x-dnd, set after-make-frame-functions
11212         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
11213         drag-n-drop event.
11215         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
11216         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
11217         (dired-dnd-handle-file): New functions for drag and drop support.
11218         (dired-mode): Initialize drag and drop if x-dnd present.
11220 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11222         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
11223         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
11224         (cperl-mode): Set fill-paragraph-function.
11225         (cperl-fill-paragraph): Make it non-interactive.
11227 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
11229         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
11231 2004-02-02  David Kastrup  <dak@gnu.org>
11233         * replace.el (perform-replace): Allow 'literal argument in
11234         regexp-flag to indicate literal replacement.
11235         (query-replace-regexp-eval): Use it.
11237 2004-02-01  Andreas Schwab  <schwab@suse.de>
11239         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
11241 2004-02-01  Stephen Eglen  <stephen@gnu.org>
11243         * info-look.el: Add support for maxima-mode.  Update commentary
11244         because info-lookup-symbol is now bound to C-h S.
11246 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
11248         * simple.el (edit-and-eval-command): Bind print-level and
11249         minibuffer-history-sexp-flag around call to read-from-minibuffer.
11250         Correct initial position in command-history.
11252 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
11254         * files.el (read-directory-name): Adapt the docstring to recent
11255         change in Fread_file_name.
11257 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
11259         * ses.el (ses-print-cell): If print format too wide for column
11260         width, truncate decimal places if that helps to avoid "#####" fill.
11261         * ses.el (ses-initial-column-width): Revert previous change.
11263 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11265         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
11266         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
11267         Add edebug info.
11268         (jit-lock-mode): Setup/cancel the new timer.
11269         (jit-lock-context-fontify): New fun.  Extracted from
11270         context fontification code of jit-lock-stealth-fontify.
11271         (jit-lock-stealth-fontify): Don't do context fontification any more.
11273         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
11274         (jit-lock-fontify-now): Handle the `quit' case.
11275         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
11277 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
11279         * progmodes/executable.el (executable-command-find-posix-p):
11280         New.  Check if find handles arguments Posix-style.
11282         * progmodes/grep.el (grep-compute-defaults):
11283         Use executable-command-find-posix-p.
11284         (grep-find): Check `grep-find-command'.
11286         * filecache.el (file-cache-find-posix-p): Delete.
11287         (file-cache-add-directory-using-find):
11288         Use `executable-command-find-posix-p'.
11290 2004-01-29  Dave Love  <fx@gnu.org>
11292         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11293         Iterate the hook function if arg is given.
11294         (mark-defun, narrow-to-defun): Change order of finding the limits.
11296         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
11297         (byte-compile-format-warn): New.
11298         (byte-compile-callargs-warn): Use it.
11299         (Format, message, error): Add byte-compile-format-like property.
11300         (byte-compile-maybe-guarded): New.
11301         (byte-compile-if, byte-compile-cond): Use it.
11302         (byte-compile-lambda): Compile interactive forms,
11303         just to make warnings about them.
11305 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
11307         * ses.el (ses-initial-column-width): Increase to 14, so it will
11308         work well with the default printer of "%.7g" for extreme values
11309         like "-1.234567e+07".
11311 2004-01-29  Kenichi Handa  <handa@m17n.org>
11313         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
11315 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
11317         * dos-w32.el: Added support for the `default-printer-name' function.
11319 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11321         * server.el (server-socket-name): Don't use the hostname in the
11322         socket name since /tmp is local to the host anyway.
11324         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
11325         robust check of widening and fix var-naming.
11327 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
11329         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
11330         or rmail-spam- to rsf- in all function and variable names.
11331         (rsf-min-region-to-spam-list): New variable.
11332         (rsf-bbdb-auto-delete-spam-entries): Rename from
11333         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
11334         scanned together with the recipients field for spam testing; Don't
11335         delete spam message if rmail-delete-after-output is non-nil;
11336         (rsf-check-field): New function, extracted from code in
11337         rmail-spam-filter to ease addition of header fields like
11338         content-type:;
11339         (message-content-type): New variable.  The content-type: field was
11340         added also in defcustom of rsf-definitions-alist;
11341         (rmail-spam-filter): Replace repeated test code for header fields
11342         by calls to check-field; change the call to
11343         rmail-output-to-rmail-file such that rmail-current-message stays
11344         the same to avoid wrong deletion of unseen flags.
11345         (rmail-use-spam-filter): Add autoload cookie.
11347 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
11349         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
11350         (file-cache-add-directory-using-find): Add Cygwin support.
11351         (file-cache-find-command-posix-flag): New user variable.
11353         * filecache.el (file-cache-add-directory): Check for
11354         directories an remove them from dir-files.
11356 2004-01-27  Richard M. Stallman  <rms@gnu.org>
11358         * man.el (Man-fontify-manpage): Clean up message.
11360 2004-01-27  Kenichi Handa  <handa@m17n.org>
11362         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
11363         (sentence-end): Define using sentence-end-without-space.
11365         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
11366         a sentence ends with one of a character in sentence-end-without-space.
11368 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11370         * font-lock.el (font-lock): Add jit-lock as explicit group member.
11371         (jit-lock): Group declaration moved to jit-lock.el.
11372         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
11373         when necessary.
11375         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
11376         (jit-lock-context-unfontify-pos): Rename from
11377         jit-lock-first-unfontify-pos.
11378         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
11380 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
11382         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
11383         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
11384         (fortran-fill): When filling a string, adjust re-search-backward
11385         argument for special case of string just on fill-column.
11386         When filling non-string, allow one extra char if
11387         fortran-break-before-delimiters is non-nil.
11388         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
11389         Use fortran-break-delimiters-re and fortran-no-break-re to
11390         correctly handle cases such as "**".
11392         * progmodes/f90.el (f90-break-delimiters): Doc fix.
11393         (f90-no-break-re): Add some extra tokens.  Doc fix.
11395 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
11397         * mail/rmail-spam-filter.el:
11398         Use two semicolons as Commentary line prefix.
11399         Add ";;; Code:" stylized comment.
11400         Delete end-of-line whitespace.
11401         Wrap (require 'cl) with `eval-when-compile'.
11403 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
11405         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
11406         at the top level of vc.el.
11408 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
11410         * vc.el (vc-current-line): Function removed.  This is now done by
11411         the new function line-at-pos in simple.el.
11412         (vc-annotate-warp-version): Use line-at-pos instead of
11413         vc-current-line.
11415 2004-01-22  Kim F. Storm  <storm@cua.dk>
11417         * simple.el (line-at-pos): New defun.
11418         (what-line): Use it.  Optimize by only counting lines in narrowed
11419         region once.
11421 2004-01-22  Kenichi Handa  <handa@m17n.org>
11423         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
11424         point (register r1) only for charset mule-unicode-0100-24ff.
11426 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11428         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
11429         trailing white space and ensure a final newline.
11431         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
11432         Add autoload cookie.
11434 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
11436         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
11437         activate view-mode explicitly.
11439 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11441         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
11442         use clipboard first.
11444 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11446         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
11447         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
11448         (vc-mcvs-cvs): Remove.
11449         (vc-mcvs-command): Remove use of assert.
11451         * outline.el (outline-insert-heading): Tighten up match.
11452         (outline-demote, outline-move-subtree-down): Don't assume anything
11453         about outline-regexp.
11455         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
11456         (texinfo-show-structure): Explicitly add ^, and simplify.
11458 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
11460         * calendar/appt.el (appt-check): Restore usage of
11461         appt-issue-message deleted in previous change.
11462         (top-level): Activate package when loaded (needed for backwards
11463         compatibility).
11465 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
11467         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
11468         following previous change to smtpmail-send-data.
11470 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
11472         * vc.el (vc-default-previous-version): Doc enhancement.
11473         (vc-default-next-version): New function.
11474         (vc-print-log): New arg FOCUS-REV.
11475         (vc-annotate-mode): Derive from view-mode.
11476         (vc-annotate): New args REVISION, DISPLAY-MODE.
11477         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
11478         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
11479         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
11480         (vc-annotate-show-diff-revision-at-line, vc-current-line)
11481         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
11483         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
11485 2004-01-19  Karl Berry  <karl@gnu.org>
11487         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
11488         or "TexInfo".
11490 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
11492         * subr.el (delete-dups): New function.
11494 2004-01-19  Karl Berry  <karl@gnu.org>
11496         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
11497         with ^, since that's what texinfo-show-structure
11498         documentation says (plus it works much better in texinfo.txi).
11500 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
11502         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
11504 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
11506         * progmodes/which-func.el (which-function-mode): Don't cancel
11507         which-func-update-timer if not set.
11509 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
11511         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
11512         Remove spurious left square bracket in XX:XXam regexp.
11514 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
11516         * progmodes/cc-defs.el: Do not require cl at run time.
11518 2004-01-16  Richard M. Stallman  <rms@gnu.org>
11520         * emacs-lisp/cl.el (cl-cannot-unload): New function.
11521         (cl-unload-hook): Defvar this to run cl-cannot-unload.
11523         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
11524         Call rmail-spam-filter.  Delete and expunge spam.
11525         Print number of spam messages deleted.
11526         Save and restore the deletion status of old messages when reading
11527         new mail with spam filter, so that expunging spam does not expunge
11528         msgs deleted by the user.
11529         (rmail-only-expunge): Add an optional argument dont-show to
11530         prevent showing message after expunge.
11532 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
11534         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
11535         * subr.el (declare): New macro.
11537 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
11539         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
11541 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11543         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11544         Test window-system rather than system-type (for X11/Mac).
11546 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
11548         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
11550 2004-01-12  Richard M. Stallman  <rms@gnu.org>
11552         * mail/rmail.el (rmail-convert-to-babyl-format):
11553         Use mail-unquote-printable-region.
11554         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
11555         (rmail-hex-char-to-integer): Functions deleted.
11557         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
11558         (mail-unquote-printable-region): New arg NOERROR.
11559         For invalid encoding, either signal an error to just return nil.
11561 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11563         * calendar/appt.el: Update copyright and commentary.
11564         (appt-issue-message): Make obsolete.
11565         (appt-visible, appt-msg-window): Make obsolete, in favour of
11566         appt-display-format.
11567         (appt-display-mode-line, appt-display-duration)
11568         (appt-display-diary, appt-time-msg-list, appt-mode-string)
11569         (appt-prev-comp-time, appt-display-count, appt-timer)
11570         (appt-convert-time): Doc change.
11571         (appt-disp-window-function, appt-delete-window-function):
11572         Use defcustom rather than defvar.
11573         (appt-display-format): New variable.
11574         (appt-display-message): New function with display code from appt-check.
11575         (appt-check): Add optional FORCE argument.  Doc change.
11576         Add appt-make-list to diary-hook if displaying diary.
11577         Remove checking of view-diary-entries-initially.
11578         Message display section removed to new function appt-display-message.
11579         (appt-display-window): Doc change.  Remove unused internal var
11580         this-buffer.  Do not beep, since appt-display-message does that.
11581         (appt-make-list): Doc change.  Use caar.
11582         (appt-sort-list): Simplify by using builtin sort function.
11583         (appt-update-list): New function for updating appts when diary is
11584         saved.
11585         (appt-activate): New autoloaded function to toggle package
11586         functionality.
11588         * calendar/cal-x.el: (calendar-one-frame-setup)
11589         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
11591         * calendar/calendar.el: Update copyright.
11592         (view-diary-entries-initially, european-calendar-style): Doc change.
11593         (calendar-setup): Make defcustom rather than defvar.
11594         (mark-visible-calendar-date): Initialize temp-face and faceinfo
11595         in let binding so local to function.
11597         * calendar/diary-lib.el: Update copyright.
11598         (diary, diary-entry-time): Doc change.
11599         (list-diary-entries): Doc change.  Trivial logic change.
11600         (fancy-diary-display): Restore make-face command mistakenly
11601         deleted 2003-05-08.
11602         (show-all-diary-entries): Allow to pop-up frame if needed.
11604 2004-01-09  John Paul Wallington  <jpw@gnu.org>
11606         * bindings.el (mode-line-change-eol): Add EVENT parameter.
11607         Temporarily select EVENT's window for changing eol type.
11609 2004-01-09  Deepak Goel  <deego@gnufans.org>
11611         * calendar/diary-lib.el (diary-entry-time):
11612         Also accept time in the form XX[.XX][am/pm/AM/PM].
11613         (fancy-diary-font-lock-keywords): Likewise.
11614         (diary-font-lock-keywords): Likewise.
11615         * calendar/appt.el (appt-add): Likewise.
11616         (appt-make-list): Likewise.
11617         (appt-convert-time): Likewise.
11619 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
11621         * gdb-ui.el (gdb-ann3): Revert previous change.
11622         (gdb-source-info): Allow for case of where compilation directory
11623         is not recorded.
11625 2004-01-08  John Paul Wallington  <jpw@gnu.org>
11627         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
11629 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
11631         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
11633         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
11634         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
11635         problems.
11636         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
11638 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
11640         * files.el (write-file-functions, write-contents-functions):
11641         Clarify docstrings.
11643 2004-01-07  Kenichi Handa  <handa@m17n.org>
11645         * international/mule.el (set-auto-coding): Fix for the case that
11646         end-of-line is only CR.
11648 2004-01-07  Kim F. Storm  <storm@cua.dk>
11650         * subr.el (event-start, event-end): Doc fix.
11651         (posn-string, posn-image): New defuns.
11652         (posn-object): Return either image or string object.
11653         (posn-object-x-y): Return 8th element of position.
11654         (posn-object-width-height): New defun.
11656 2004-01-06  Andreas Schwab  <schwab@suse.de>
11658         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
11659         output.
11661 2004-01-05  Karl Berry  <karl@gnu.org>
11663         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
11664         / and *, too.
11666 2003-12-31  Simon Josefsson  <jas@extundo.com>
11668         * files.el (before-save-hook): Add.
11669         (basic-save-buffer): Use before-save-hook.
11671         * emacs-lisp/copyright.el: Fix comment to recommend
11672         before-save-hook instead of write-file-functions.
11674 2004-01-05  Richard M. Stallman  <rms@gnu.org>
11676         * finder.el (finder-commentary): Call delete-other-windows.
11678         * net/ange-ftp.el (ange-ftp-file-attributes):
11679         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
11681 2004-01-04  Karl Berry  <karl@gnu.org>
11683         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
11684         comment characters % and # in the copyright year notice,
11685         as well as ;.
11687 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
11689         * wid-edit.el (default): Define dummy :value-delete.
11690         Reported by Jesper Harder <harder@ifa.au.dk>.
11692 2004-01-03  Richard M. Stallman  <rms@gnu.org>
11694         * progmodes/compile.el (compile-internal): Use point, not point-min,
11695         for set-window-point.
11697         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
11699         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
11701         * progmodes/grep.el (grep-mode-map):
11702         Don't remap next-line, previous-line.
11704 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
11706         * speedbar.el (speedbar-edit-line): Change regexp to position
11707         the cursor on the first character of this line's button.
11709 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
11711         * subr.el (functionp): Doc fix.
11713 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11715         * progmodes/idlwave.el (idlwave-make-tags):
11716         * textmodes/flyspell.el (flyspell-large-region):.
11717         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
11718         * emulation/viper-util.el (viper-glob-unix-files):
11719         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
11720         * man.el (Man-init-defvars):
11721         * jka-compr.el (jka-compr-call-process):
11722         * files.el (get-free-disk-space,insert-directory):
11723         * ediff-ptch.el (ediff-test-patch-utility):
11724         * ediff-diff.el (ediff-test-utility):
11725         * dired-aux.el (dired-check-process):
11726         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
11727         test the return value of call-process, because it can be a string.
11729 2003-12-31  John Paul Wallington  <jpw@gnu.org>
11731         * bindings.el (completion-ignored-extensions): Add .pfsl.
11733 2003-12-31  Kim F. Storm  <storm@cua.dk>
11735         * ido.el (ido-nonreadable-directory-p): New defun to check for
11736         nonreadable directory without activating tramp (to avoid problems
11737         with checking incomplete tramp paths).
11738         (ido-set-current-directory, ido-file-internal)
11739         (ido-file-name-all-completions1): Use it.
11741 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
11743         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
11744         documentation if the anchor (or node) name is preceded by `info
11745         anchor' or `Info anchor' in addition to earlier `info node' and
11746         `Info node'.
11747         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
11749 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
11751         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
11752         error in arguments to base64-decode-region.  Remove ^M characters
11753         after decoding base64.
11755 2003-12-30  Simon Josefsson  <jas@extundo.com>
11757         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
11758         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11759         have only been distributed with Emacs for some years.
11760         (texinfo-mode-hook): Customize.
11762 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
11764         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
11765         cleaner (suggested by Richard Stallman).
11767         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
11768         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
11769         file-name clashes on 8+3 DOS filesystems.
11771         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
11772         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
11773         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
11774         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
11775         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
11776         file-name clashes on 8+3 filesystems.
11778         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
11779         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
11780         file-name clashes on 8+3 DOS filesystems.
11782 2003-12-29  Richard M. Stallman  <rms@gnu.org>
11784         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
11785         Upcase the character.
11787         * textmodes/flyspell.el (mail-mode-flyspell-verify):
11788         Search for header separator alone on a line, literally,
11789         and search for it backward, not forward.
11790         (flyspell-abbrev-table): Always use global-abbrev-table
11791         if there is no local one.
11793         * progmodes/sh-script.el (sh-get-indent-info):
11794         Don't move point back if at bob.
11796         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
11798         * play/handwrite.el (handwrite): Make the handwrite credit message
11799         a comment rather than an output command.
11801         * obsolete/sc.el: Display message that this file is obsolete.
11803         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
11805         * mail/rfc822.el (rfc822-address-start): Declare variable.
11806         Renamed from address-start.  All uses changed.
11808         * term.el (term-exec): Set up sentinel.
11809         (term-sentinel): New function.
11810         (term-handle-exit): New function.
11812         * subr.el (assoc-ignore-case, assoc-ignore-representation):
11813         Use assoc-string, and mark them obsolete.
11814         (delay-mode-hooks): Mark as permanent local.
11816         * simple.el (sendmail-user-agent-compose): Use assoc-string.
11818         * register.el (copy-rectangle-to-register): Doc fix.
11820         * info.el (Info-insert-dir): Use assoc-string.
11822         * info-look.el (info-lookup): Use assoc-string.
11824         * frame.el (pop-up-frame-function): Use quote, not `function'.
11825         (frame-notice-user-settings): Calculate ADJUSTED-TOP
11826         copying with lists as coordinate values.
11828         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
11830         * find-dired.el (kill-find): New command.
11831         (find-dired): Make buffer read-only.
11832         Set up a keymap with C-c C-k running kill-find.
11833         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
11835         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
11837         * filecache.el (file-cache-ignore-case): New variable.
11838         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
11840         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
11841         (comint-dynamic-complete-as-filename): Rename local vars.
11842         (comint-dynamic-list-filename-completions): Likewise.
11844         * comint.el (comint-dynamic-list-completions-config): New var.
11845         (comint-dynamic-list-completions): Handle both SPC and TAB right.
11847         * comint.el (comint-file-name-chars): Add [].
11848         (comint-word): Use skip-chars-backward, not search.
11850         * shell.el (shell-file-name-chars): Add [].
11852         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
11854         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
11856         * generic.el (define-generic-mode): Doc fix.
11858 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11860         * files.el (kill-some-buffers): Doc fix.
11862 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
11864         * comint.el (comint-watch-for-password-prompt): Pass `string' as
11865         arg to send-invisible
11866         (send-invisible): Doc fix.  The argument is now a prompt, not the
11867         string to send.
11868         (comint-read-noecho): Doc fix.
11870 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
11872         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
11873         "@", as required by some ISP hosting service.  Fix defcustom
11874         argument syntax errors that prevented use of customization.
11876 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11878         * xml.el (xml-get-attribute-or-nil): Doc fix.
11880 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
11882         * net/zone-mode.el (zone-mode): Use write-file-functions, not
11883         write-file-hooks.
11885 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11887         * autorevert.el (auto-revert-interval): Doc fix.
11889 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
11891         * xml.el (xml-get-attribute-or-nil): New function, like
11892         xml-get-attribute, but returns nil if the attribute was not found.
11893         (xml-get-attribute): Convert to defsubst, uses
11894         xml-get-attribute-or-nil.
11896 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11898         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11900 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
11902         * custom.el (custom-declare-theme): Use `value' when putting
11903         properties on `theme'.
11905 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11907         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11908         for each yank-handler segment.
11909         (insert-for-yank-1): New function, with the body of the previous
11910         insert-for-yank.
11912         * textmodes/table.el (table-yank-handler): New defcustom.
11913         (table--put-cell-indicator-property): Put yank-handler property
11914         that indicates the yank handler for the table cell.
11916 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11918         * generic-x.el (etc-modules-conf-generic-mode): A more complete
11919         set of keywords.
11921 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11923         * international/mule-cmds.el (reset-language-environment)
11924         (set-language-environment): Don't invoke fontset-related functions
11925         if fontset-list is not fboundp.
11927 2003-12-29  Kenichi Handa  <handa@m17n.org>
11929         * international/mule-cmds.el (reset-language-environment):
11930         Call set-overriding-fontspec-internal with nil.
11931         (set-language-environment): Call set-overriding-fontspec-internal
11932         if the language environment specify `overriding-fontspec'.
11933         (language-info-alist): Doc added.
11935         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
11936         characters of mule-unicode-0100-24ff.
11937         (ccl-encode-windows-1251-font): New CCL program.
11938         ("Bulgarian"): Specify overriding-fontspec.
11939         ("Belarusian"): Likewise.
11941 2003-12-28  Sam Steingold  <sds@gnu.org>
11943         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
11944         parameter ID-FORMAT to conform with the 2003-11-30 patch.
11946 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
11948         * progmodes/gud.el (gud-gdb-command-name): Set default to
11949         "gdb --annotate=3".
11950         (gud-gdb-marker-filter): Look out for annotations.
11951         (gdb-first-pre-prompt): New variable.
11952         Remove trailing white space.
11954         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11955         if necessary.
11956         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
11957         annotations are detected.
11958         (gud-gdba-marker-filter): Use global variable gud-marker-acc
11959         instead of a local one to allow transition from
11960         gud-gdb-marker-filter.
11961         Remove trailing white space.
11963 2003-12-27  Kim F. Storm  <storm@cua.dk>
11965         * ido.el: Handle non-readable directories.
11966         (ido-decorations): Add 9th element for non-readable directory.
11967         (ido-directory-nonreadable): New dynamic var.
11968         (ido-set-current-directory): Set it.
11969         (ido-read-buffer, ido-file-internal):
11970         (ido-read-file-name, ido-read-directory-name): Let-bind it.
11971         (ido-file-name-all-completions1): Return empty list for
11972         non-readable directory.
11973         (ido-exhibit): Print [Not readable] if directory is not readable.
11974         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
11975         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11976         Use it.
11978 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
11980         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
11981         calls to directory-files-and-attributes and file-attributes.
11982         (ls-lisp-format): Remove system dependent handling of user and
11983         group id's.
11985 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
11987         * ffap.el (ffap-read-file-or-url): Revert previous change.
11989 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
11991         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
11992         new list of included files called `files-with-node-lines', that
11993         only have node lines.  This way @include commands can include any
11994         file, such as version and update files without node lines, not
11995         just files that are chapters.
11997 2003-12-25  Andreas Schwab  <schwab@suse.de>
11999         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
12000         file not found.
12002 2003-12-08  Miles Bader  <miles@gnu.org>
12004         * dired.el (dired-between-files): Always use dired-move-to-filename,
12005         which is more robust in non-english locales.
12007 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12009         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
12011 2003-12-24  Andreas Schwab  <schwab@suse.de>
12013         * shell.el (shell-file-name-quote-list): Add backslash.
12015         * comint.el (comint-quote-filename): Correctly handle backslash
12016         in comint-file-name-quote-list.
12018 2003-12-24  Kenichi Handa  <handa@m17n.org>
12020         * international/mule-cmds.el (set-default-coding-systems):
12021         Call ucs-set-table-for-input for all buffers that don't have local
12022         value of buffer-file-coding-system.
12024         * international/ucs-tables.el (ucs-set-table-for-input):
12025         If translation-table-for-encode is a symbol, get its
12026         translation-table property.
12028 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
12030         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
12031         to `completing-read' on a recently fixed bug.
12033         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
12034         instead of SPACE, to get the list of possible fringe modes.
12035         SPACE only works if both `partial-completion-mode' and
12036         `completion-auto-help' are nil.
12038         * complete.el (PC-is-complete-p): Delete.
12039         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
12040         calls to `test-completion'.
12042 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
12044         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
12045         to edit values when there are no children.
12047         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
12048         a mode called "Assembler" already exists.
12049         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
12050         (gud-watch): Use format option.  Remove font properties from string.
12051         (gdb-var-create-handler, gdb-var-list-children-handler):
12052         Don't bother about properties as there are none.
12053         (gdb-var-create-handler, gdb-var-list-children-handler)
12054         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
12055         with two arguments.
12056         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
12057         Let speedbar show value changes with a different font.
12058         (gdb-edit-value): New defun.
12059         (gdb-clear-partial-output, gdb-clear-inferior-io)
12060         (def-gdb-auto-update-handler): Use erase-buffer.
12061         (gdb-frame-handler): Display watch expressions in
12062         FUNCTION::VARIABLE format if required.
12064 2003-12-23  John Paul Wallington  <jpw@gnu.org>
12066         * info.el (Info-unescape-quotes, Info-split-parameter-string)
12067         (Info-goto-emacs-command-node): Doc fixes.
12069 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
12071         * cus-edit.el (custom-add-parent-links): Define "many".
12073 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
12075         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
12076         (widget-child-validate, widget-type-value-create)
12077         (widget-type-default-get, widget-type-match): New functions.
12078         (lazy): New widget.
12079         (menu-choice, checklist, radio-button-choice, editable-list)
12080         (group, documentation-string): Remove redundant (per 2003-10-25
12081         change) calls to `widget-children-value-delete'.
12082         (widget-choice-value-get, widget-choice-value-inline): Remove.
12083         (menu-choice): Update widget.
12085 2003-12-03  Kenichi Handa  <handa@m17n.org>
12087         * language/cyrillic.el: Register "microsoft-cp1251" in
12088         ctext-non-standard-encodings-alist.
12089         ("Bulgarian"): Add ctext-non-standard-encodings.
12090         ("Belarusian"): Likewise.
12092         * international/mule-conf.el (compound-text-with-extensions):
12093         Change the type to 2 (iso-2022 base).
12095         * international/mule.el (ctext-non-standard-encodings-alist):
12096         Change the format.
12097         (ctext-non-standard-encodings): New variable.
12098         (ctext-post-read-conversion): Fully re-written.
12099         (ctext-non-standard-designations-alist): Delete it.
12100         (ctext-non-standard-encodings-table): New function.
12101         (ctext-pre-write-conversion): Fully re-written.
12103 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
12105         * cus-edit.el (custom-add-parent-links): Add documentation links
12106         for parent, if the item has none of its own.
12108 2003-11-30  Richard M. Stallman  <rms@gnu.org>
12110         * dired-aux.el (dired-do-query-replace-regexp):
12111         Report files visited read-only.
12113 2003-11-30  Juri Linkov  <juri@jurta.org>
12115         * dired-aux.el (dired-compare-directories): New command.
12116         (dired-file-set-difference, dired-files-attributes): New functions.
12118 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
12119         Version 2.0.38 of Tramp released.
12121         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
12122         Charles Curley <charlescurley@charlescurley.com>.
12123         (tramp-multi-connection-function-alist): Add ssht entry which adds
12124         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
12125         Aichner.
12126         (tramp-get-method-parameter): New function to retrieve a method
12127         parameter.  This allows for omission of method parameters.
12128         Callers adjusted.
12130 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
12132         * net/tramp.el: Add new optional parameter ID-FORMAT to
12133         `file-attributes'.  Calls of `file-attributes' won't use this
12134         parameter for backward compatibility reasons.
12135         (tramp-perl-file-attributes): Add a new parameter to Perl script
12136         in order to handle uid/gid as strings, if desired.
12137         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
12138         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
12139         order to make the function more general.
12140         (tramp-handle-file-attributes): Replace proprietary optional
12141         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
12142         (tramp-handle-file-attributes-with-perl): Handle parameter
12143         NONNUMERIC if set.  This wasn't done in the past.
12144         (tramp-post-connection): Apply second parameter "$2" if
12145         `tramp-remote-perl' is called.
12147         * net/tramp-smb.el (tramp-smb-handle-delete-file):
12148         Correct cut'n'waste error (`filename' instead of `directory').
12149         (tramp-smb-handle-directory-files-and-attributes)
12150         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
12151         introduced parameter ID-FORMAT.
12152         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
12153         error (`directory' instead of `ldir').
12155         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
12156         `file-attributes' has a second parameter.  If yes, apply it with
12157         value "'integer".  Otherwise, don't use that parameter (default is
12158         integer format).
12160 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
12162         * help.el (help-map): Bind `display-local-help' to `C-h .'.
12163         (help-for-help): Add `C-h .' to the listed Help options.
12164         Remove trailing whitespace.
12166         * help-at-pt.el: New file.
12168 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
12170         * subr.el (noreturn, 1value): New macros for test coverage.
12171         See `testcover.el'.
12173         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
12175         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
12176         for macro `1value'.
12177         (testcover-1value): New function.  Checks that a 1value form
12178         actually returns only one value.  Requested by RMS.
12180 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
12182         * gdb-ui.el (gud-watch, gdb-var-create-handler)
12183         (gdb-var-list-children, gdb-var-list-children-handler)
12184         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
12185         gdb commands that use mi to keep them out of the command history.
12187 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12189         * cus-start.el (all): Add use-file-dialog.
12191 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12193         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
12195 2003-11-27  Kim F. Storm  <storm@cua.dk>
12197         * subr.el (posn-object-x-y): New defun.
12199 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12201         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
12202         Don't use `space' for \\\n.
12203         Be more selective as to which # are comment-starters.
12205 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
12207         * subr.el (number-sequence): Improve handling of floating point
12208         arguments (suggested by Kim Storm).  Allow negative arguments.
12210 2003-11-26  Kenichi Handa  <handa@m17n.org>
12212         * international/mule-cmds.el (standard-display-european-internal):
12213         Cancel the standard-display-table setting for ` and '.
12215 2003-11-26  Kim F. Storm  <storm@cua.dk>
12217         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
12218         New defcustoms to add ffap-like functionality to ido.
12219         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
12220         (ido-no-final-slash): New defun.
12221         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
12222         (ido-read-file-name): ): Toggle VC checking via
12223         vc-handled-backends instead of vc-master-templates.
12224         (ido-file-internal): Handle ido-use-url-at-point and
12225         ido-use-filename-at-point via code borrowed from ffap-guesser.
12226         Handle new ido-exit code ffap.
12227         (ido-sort-list): Ignore final slash when sorting file names.
12229 2003-11-25  Kim F. Storm  <storm@cua.dk>
12231         * emulation/cua-base.el (cua--standard-movement-commands):
12232         Add forward-sentence and backward-sentence.
12234 2003-11-25  Stephen Eglen  <stephen@gnu.org>
12236         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
12237         iswitchb-exit is set to 'usefirst when user selects buffer at head
12238         of list using RET.  (Selecting buffers at the head of the list was
12239         broken if the substring was also a complete buffername.)
12241 2003-11-23  Kim F. Storm  <storm@cua.dk>
12243         * progmodes/compile.el (grep-command, grep-use-null-device)
12244         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
12245         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
12246         (grep-regexp-alist, grep-program, find-program)
12247         (grep-find-use-xargs, grep-history, grep-find-history)
12248         (grep-process-setup, grep-compute-defaults)
12249         (grep-default-command, grep, grep-tag-default, grep-find)
12250         (grep-expand-command-macros, grep-tree-last-regexp)
12251         (grep-tree-last-files, grep-tree): Move grep variables, functions
12252         and commands to new file grep.el.
12253         (compilation-mode-map): Remove grep commands from Compile sub-menu.
12254         (compilation-process-setup-function): Doc fix.
12255         (compilation-highlight-regexp, compilation-highlight-overlay): New
12256         defvars used for highlighting current compile error in source buffer.
12257         (compile-internal): New optional args HIGHLIGHT-REGEXP and
12258         LOCAL-MAP which overrides compilation-highlight-regexp and
12259         compilation-mode-map for this compilation.
12260         Delay calling compilation-set-window-height until after running
12261         compilation-process-setup-function so it can buffer-local override
12262         compilation-window-height.
12263         Check buffer-local value of compilation-scroll-output.
12264         (compilation-set-window-height): Use buffer-local value of
12265         compilation-window-height.
12266         (compilation-revert-buffer): Don't pass (undefined)
12267         preserve-modes arg to revert-buffer.
12268         (next-error-no-select, previous-error-no-select): New commands.
12269         (compilation-goto-locus): Temporarily highlight current match in
12270         source buffer using compilation-highlight-regexp.
12272         * progmodes/grep.el: New file with grep code from compile.el.
12273         (grep): New defcustom group.
12274         (grep-window-height): New defcustom, like compilation-window-height.
12275         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
12276         (grep-scroll-output): New defcustom, like compilation-scroll-output.
12277         (grep-command, grep-use-null-device, grep-find-command)
12278         (grep-tree-files-aliases, grep-tree-ignore-case)
12279         (grep-tree-ignore-CVS-directories): Move to grep custom group.
12280         (grep-setup-hook): New hook variable.
12281         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
12282         (grep-last-buffer): New defvar, override compilation-last-buffer.
12283         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
12284         Call compile-internal with args highlight-regexp and grep-mode-map.
12286 2003-11-23  Kim F. Storm  <storm@cua.dk>
12288         * subr.el (event-start, event-end): Doc fix.
12289         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
12290         (posn-area, posn-actual-col-row, posn-object): New defuns.
12291         (posn-col-row): Simplify doc.  Rewrite to use cond.
12292         (posn-point): Also return buffer position for events outside text
12293         area (that info is now present in the event position).
12295         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
12296         mouse-set-point so that hscroll still works now that clicks on
12297         fringes generate specific mouse events.
12298         (mouse-set-point): Note that it now works in fringes and margins
12299         too due to new semantics of posn-point in fringes and margins.
12301         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
12302         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
12304 2003-11-20  Kim F. Storm  <storm@cua.dk>
12306         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
12307         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
12308         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
12309         to 100 for icons to avoid increasing line height when shown.
12311 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12313         * newcomment.el (comment-normalize-vars): Initialize properly if
12314         comment-start was nil.
12316 2003-11-19  Andreas Schwab  <schwab@suse.de>
12318         * simple.el (set-variable): Fix indentation.
12320 2003-11-17  Kenichi Handa  <handa@m17n.org>
12322         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
12323         Fix docstring.
12325 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12327         * international/latin1-disp.el (latin1-display): Fix docstring.
12329 2003-11-16  John Wiegley  <johnw@newartisans.com>
12331         * eshell/em-ls.el (eshell-ls-file): There are times with
12332         size-width is nil and uncomputed (when directories are created in
12333         dired, for example); in this case, 4 is reasonable default value,
12334         although it may caused skewed new entries (which could be avoided
12335         by returning the original value of 8 in all cases, but 99% of the
12336         time this is a waste of whitespace).
12338 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
12340         * cc-engine.el (c-guess-continued-construct)
12341         (c-guess-basic-syntax): Check a little more carefully if it's a
12342         function declaration when an unknown construct followed by a block
12343         is found inside a statement context.  This avoids macros followed
12344         by blocks to be taken as function declarations.
12346         (c-guess-continued-construct): Change the analysis of a statement
12347         continuation with a brace open to `substatement-block', for
12348         consistency with recognized statements.
12350         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
12351         start is in a position so that `c-beginning-of-statement-1' jumped
12352         to the beginning of the same statement.
12354         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
12355         Don't accept binary operators in the arglist if we're in a function
12356         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
12357         template recognition in cases like "if (a < b || c > d)".
12359         (c-restricted-<>-arglists): New more appropriate name for
12360         `c-disallow-comma-in-<>-arglists'.
12362         Accessing functions updated for the variable name change.
12364         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
12365         match data could get clobbered if NOT-INSIDE-TOKEN is used.
12367         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
12368         labels.
12370         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
12371         instead of duplicating parts of it.  This fixes bogus label
12372         recognition.
12374         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
12375         of checking the context in which to apply the minimum indentation,
12376         so that it isn't enforced in e.g. namespace blocks.
12378         * cc-vars.el (c-inside-block-syms): New constant used by
12379         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
12380         to somewhat reduce the risk of becoming stale.
12382         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
12383         cc-cmds to cc-engine to allow use from cc-align.
12385         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
12386         qualified identifiers containing "::".
12388         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
12389         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
12391         * cc-vars.el (c-emacs-features): Use a space in front of the name
12392         of the temporary buffer.  That also avoids dumping problems in
12393         XEmacs due to undo info being left around after the buffer is killed.
12395         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
12396         arglist to see if it's a K&R style declaration.
12398         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
12399         before returning `knr-argdecl-intro'.
12401 2003-11-16  John Wiegley  <johnw@newartisans.com>
12403         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
12404         field in a long-listing always 8 characters, use `size-width',
12405         which has already been computed.
12407 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
12409         * subr.el (minor-mode-list): Add `hs-minor-mode'.
12411 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
12413         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
12414         Support operation while narrowed, with `diff-restrict-view'.
12416 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
12418         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12419         Take additional optional arg NARROWFUN.  For the generated functions:
12420         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
12421         include frags that arrange to check for and save narrowing state before
12422         the move and then conditionally call NARROWFUN after the move.
12424 2003-11-14  John Wiegley  <johnw@newartisans.com>
12426         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
12427         that was optional, but obviously missing based on surrounding code.
12429         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
12430         string arguments to numbers unless the whole argument was seen as
12431         a number.
12433 2003-11-14  Kenichi Handa  <handa@m17n.org>
12435         * international/mule.el (ctext-non-standard-encodings-alist):
12436         Fix coding systems.
12438 2003-11-10  Kenichi Handa  <handa@m17n.org>
12440         * language/kannada.el ("Kannada"): Add sample-text.
12442         * language/knd-util.el (kannada-compose-region)
12443         (kannada-compose-string, kannada-post-read-conversion):
12444         Add autoload cookie.
12446         * international/quail.el (quail-completion): Change the message
12447         "corresponding translations" to "corresponding characters".
12449 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12451         * descr-text.el (describe-char): Fix typo.
12453 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
12455         These changes are to support Kannada language/script.
12457         * Makefile.in (DONTCOMPILE): Add kannada.el.
12459         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
12461         * loadup.el: Preload kannada.el.
12463         * language/ind-util.el (ucs-kannada-to-is13194-alist)
12464         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
12465         New variables.
12467         * language/kannada.el: New file.
12469         * language/knd-util.el: New file.
12471 2003-11-07  Andreas Schwab  <schwab@suse.de>
12473         * progmodes/autoconf.el (autoconf-font-lock-keywords):
12474         Also highlight AH_*.
12476         * xml.el (xml-parse-dtd): Fix misplaced paren.
12478 2003-11-07  Kenichi Handa  <handa@m17n.org>
12480         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
12482 2003-11-05  Juri Linkov  <juri@jurta.org>
12484         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
12485         (desktop-buffer-file): Use saved buffer-file-coding-system
12486         for file reading.  Set auto-insert to nil to prevent automatic
12487         insertion into restored empty files.
12489 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
12491         * files.el (risky-local-variable-p): Make second argument optional.
12493 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12495         * subr.el (add-hook): Fix last change.
12497 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
12499         * mail/rmail.el (rmail-convert-to-babyl-format):
12500         If base64-decode-region signals an error, catch it and silently
12501         ignore it.
12503 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
12505         * xml.el (xml-parse-region): Allow comments to appear after the
12506         topmost element has closed.
12507         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
12508         (xml-ns-expand-attr): New functions to do namespace handling.
12509         (xml-intern-attrlist): Back-compatible handling of attribute names.
12510         (xml-parse-tag): Move namespace handling to separate functions.
12511         Now produces elements in the form ((:ns . "element") (attr-list)
12512         children) instead of ('ns:element (attr-list) children).
12513         (xml-parse-attlist): Fix attribute parsing.
12514         (xml-parse-dtd): Change parsing so that it produces strings
12515         instead of interned symbols.
12517 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
12519         * dired.el (dired-ls-sorting-switches): Doc fix.
12521 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
12523         * emacs-lisp/rx.el (rx-or): Fix the case of
12524         "(rx (and ?a (or ?b ?c) ?d))".
12526 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
12528         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
12529         (texinfo-format-region): Use it.
12530         (texinfo-format-buffer-1): Ditto.
12532 2003-11-01  Alan Mackenzie  <acm@muc.de>
12534         Changes to allow scrolling whilst in isearch mode:
12535         * isearch.el (isearch-unread-key-sequence): New function,
12536         extracted from isearch-other-meta-char.
12537         (top level): (put 'foo 'isearch-scroll) on all Emacs's
12538         "scrollable" standard functions.
12539         (isearch-allow-scroll): New customizable variable.
12540         (isearch-string-out-of-window, isearch-back-into-window)
12541         (isearch-reread-key-sequence-naturally)
12542         (isearch-lookup-scroll-key): New functions.
12543         (isearch-other-meta-char): Doc string and functionality enhanced.
12544         Now accepts a prefix argument.
12545         (isearch-lazy-highlight-window-end): New variable.
12546         (isearch-lazy-highlight-new-loop): Pay attention to the window's
12547         end (thru isearch-lazy-highlight-window-end), not only its start.
12549         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
12550         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
12551         (universal-argument, universal-argument-more, negative-argument)
12552         (digit-argument, universal-argument-other-key): Minor changes.
12554 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
12556         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
12557         recursively if the last message is deleted, thus avoiding an
12558         infinite loop.
12560 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12562         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
12563         (tex-main-file): Don't add .tex if the extension is already present.
12564         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
12566 2003-10-29  Lute Kamstra  <lute@gnu.org>
12568         * progmodes/octave-inf.el (inferior-octave-prompt):
12569         Recognize version number in prompt.
12571 2003-10-28  Dave Love  <fx@gnu.org>
12573         * international/characters.el: Fix some Unicode ranges.
12575 2003-10-28  Kenichi Handa  <handa@m17n.org>
12577         * disp-table.el (standard-display-8bit)
12578         (standard-display-default, standard-display-ascii)
12579         (standard-display-g1, standard-display-graphic)
12580         (standard-display-underline): Assure that standard-display-table
12581         is a display table.
12583 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12585         * simple.el (reindent-then-newline-and-indent): Delete space *after*
12586         reindenting the first line.
12588 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12590         * wid-edit.el (widget-default-delete): Always delete child widgets.
12592 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12594         * newcomment.el (comment-indent): Don't call indent-according-to-mode
12595         if the line has code.
12596         Don't try to line up with something that's too far left.
12598         * progmodes/octave-mod.el (octave-comment-start): Simplify.
12599         (octave-mode-syntax-table): Add % as a comment starter.
12600         (octave-point): Remove.
12601         (octave-in-comment-p, octave-in-string-p)
12602         (octave-not-in-string-or-comment-p, calculate-octave-indent)
12603         (octave-blink-matching-block-open, octave-auto-fill):
12604         Use line-(beginning|end)-position instead.
12606 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12608         * emacs-lisp/authors.el (authors-aliases): Add correct realname
12609         for Francesco Potort\e,Al\e(B.
12611 2003-10-23  Dave Love  <fx@gnu.org>
12613         * international/mule-cmds.el (locale-charset-to-coding-system):
12614         Don't rely on nil being a coding system.
12616         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
12617         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
12618         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
12620 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
12622         * gdb-ui.el (gdb-current-language): New variable.
12623         (gdb-update-flag): Remove variable.
12624         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
12625         (gdb-take-last-elt): Remove function.
12626         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
12627         (gdb-post-prompt): Check for variable object changes here.
12629         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
12630         object changes in gdb-ui.el.
12632 2003-10-21  Richard M. Stallman  <rms@gnu.org>
12634         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
12636         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
12637         Don't check for foo*/ wildcard form here.
12638         (insert-directory): Recognize foo*/ as a wildcard.
12639         Separate wildcard-regexp variable from the arg, wildcard.
12641         * subr.el (add-hook): Correctly detect when make-local-hook was used.
12642         (remove-hook): Correctly handle strange cases about local hooks.
12644 2003-10-21  David Ponce  <david@dponce.com>
12646         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
12647         argument REAL, to return a real number instead of a rounded
12648         integer value.  Define as inline function.
12649         (ruler-mode-right-fringe-cols): Likewise.
12650         (ruler-mode-scroll-bar-cols): New function.
12651         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
12652         (ruler-mode-right-scroll-bar-cols): Likewise.
12653         (ruler-mode-space): New function.
12654         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
12655         scroll bar mode and margins in a more robust way.
12657 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
12659         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
12660         (antlr-c-init-language-vars): New function.
12661         (antlr-mode): Use it with cc-mode before v5.29.
12662         (antlr-c-common-init): Don't set some local vars here.
12663         (antlr-mode): Set them here.
12664         (antlr-c-forward-sws): New function alias.
12665         (antlr-mode): Redefine with cc-mode before v5.30.
12666         (antlr-skip-sexps): Use it.
12667         (antlr-skip-exception-part): Ditto.
12668         (antlr-skip-file-prelude): Ditto.
12669         (antlr-outside-rule-p): Ditto.
12670         (antlr-end-of-body): Ditto.
12671         (antlr-option-kind): Ditto.
12672         (antlr-insert-option-area): Ditto.
12673         (antlr-file-dependencies): Ditto.
12675 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12677         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
12678         Move backward only if point was not inside an entry.
12680 2003-10-21  Richard M. Stallman  <rms@gnu.org>
12682         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
12684 2003-10-21  Juri Linkov  <juri@jurta.org>
12686         * compare-w.el: Automatically skip non-matching text to resync.
12687         (compare-windows-whitespace): Doc fix.
12688         (compare-windows-sync, compare-windows-sync-string-size)
12689         (compare-windows-recenter, compare-ignore-whitespace)
12690         (compare-windows-highlight, compare-windows-face): New variables.
12691         (compare-windows): Use compare-windows-sync.
12692         (compare-windows-highlight, compare-windows-dehighlight)
12693         (compare-windows-sync-regexp)
12694         (compare-windows-sync-default-function): New functions.
12696 2003-10-21  Juri Linkov  <juri@jurta.org>
12698         * diff.el (diff-parse-differences): Don't visit the files now;
12699         instead, just record the error locus.
12701 2003-10-21  Dave Love  <fx@gnu.org>
12703         * progmodes/cfengine.el: New file.
12705 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12707         * complete.el (PC-do-completion): Do not forget to use `pred' as the
12708         default-directory when completing file names.
12710 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
12712         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
12713         followed by the word `face', it gets treated as a face, even if
12714         it is also defined as a variable or a function.
12716 2003-10-20  Dave Love  <fx@gnu.org>
12718         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12719         Avoid incf in macro expansion.
12721 2003-10-20  John Paul Wallington  <jpw@gnu.org>
12723         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
12724         `evenp' so we don't implicitly require cl library at runtime.
12726 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
12728         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
12729         (help-make-xrefs): Only make cross-references for faces if
12730         preceded or followed by the word `face'.  Do not make a
12731         cross-reference for variables without variable documentation,
12732         unless preceded by the word `variable' or `option'.  Update doc
12733         string accordingly.
12735 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
12737         * progmodes/hideshow.el: Rewrite one-armed `if'
12738         constructs using either `when' or `unless'.
12739         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
12741 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
12743         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
12744         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
12745         instead of 12x12.
12747 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
12749         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
12750         message while converting to Babyl.
12752 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
12754         * allout.el (allout-mode): Doc fix.
12756 2003-10-16  Lute Kamstra  <lute@gnu.org>
12758         * subr.el (force-mode-line-update): Fix docstring.
12760 2003-10-14  Dave Love  <fx@gnu.org>
12762         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
12763         (default-input-method): Add :link, improve :type.
12764         (locale-charset-language-names): Fix utf-8 pattern.
12765         (locale-charset-match-p, locale-charset-alist)
12766         (locale-charset-to-coding-system): New.
12767         (set-locale-environment): Deal with codeset part of locale specs.
12769 2003-10-14  Lute Kamstra  <lute@gnu.org>
12771         * fringe.el (fringe-mode): Use active voice in docstring.
12772         (set-fringe-style): Ditto.
12774 2003-10-13  Lute Kamstra  <lute@gnu.org>
12776         * fringe.el (fringe-mode): Fix docstring.
12777         (set-fringe-style): Ditto.
12779 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12781         * ediff-mult.el (ediff-filegroup-action):
12782         Use ediff-default-filtering-regexp.
12784         * ediff-util.el (ediff-recenter): Don't call
12785         ediff-restore-highlighting twice.
12786         (ediff-select-difference): Set current difference.
12787         (ediff-unselect-and-select-difference): Add comment.
12789         * ediff.el (ediff-directories,ediff-directory-revisions)
12790         (ediff-directories3,ediff-merge-directories)
12791         (ediff-merge-directories-with-ancestor)
12792         (ediff-merge-directory-revisions)
12793         (ediff-merge-directory-revisions-with-ancestor):
12794         Use ediff-default-filtering-regexp.
12796 2003-10-12  Andreas Schwab  <schwab@suse.de>
12798         * international/mule-cmds.el (locale-charset-language-names):
12799         Simplify regex by removing unused grouping.
12801 2003-10-10  Dave Love  <fx@gnu.org>
12803         * bindings.el: Don't bind stop.
12805 2003-10-08  Miles Bader  <miles@gnu.org>
12807         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
12808         face instead of attempting to emulate it.
12810 2003-10-07  Kenichi Handa  <handa@m17n.org>
12812         * international/mule-diag.el (list-coding-systems-1): List coding
12813         systems that are loaded automatically.
12815         * international/code-pages.el (iso-8859-11): Add autoload cookie.
12817         * international/mule.el (autoload-coding-system): New function.
12819 2003-10-07  Andreas Schwab  <schwab@suse.de>
12821         * log-edit.el (log-edit-changelog-entries): Prefer local value of
12822         change-log-default-name in the buffer visiting the file.
12824 2003-10-06  Dave Love  <fx@gnu.org>
12826         * files.el (find-file-hook): Customize.
12827         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
12829         * bindings.el (completion-ignored-extensions): Remove .log.
12830         (global-map): Add again, open, stop keys.
12832 2003-10-05  Richard M. Stallman  <rms@gnu.org>
12834         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
12835         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
12836         Use sh-modify directly.
12837         (sh-select): Use sh-append, not eval.
12839         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
12841         * info.el (Info-following-node-name): New function.
12843         * loadhist.el (unload-feature-special-hooks):
12844         Rename from loadhist-hook-functions.
12845         (loadhist-hook-functions): Now an alias.
12847 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
12849         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
12850         file-name clashes on 8+3 filesystems.
12852         * Makefile.in (DONTCOMPILE, bootstrap-clean):
12853         Rename loaddefs-boot.el to ldefs-boot.el
12855         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
12856         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
12858 2003-10-03  Lute Kamstra  <lute@gnu.org>
12860         * info.el (Info-mode): Revert previous change.
12861         (Info-escape-percent): New function.
12862         (Info-fontify-node): Use it.
12864 2003-10-02  Andreas Schwab  <schwab@suse.de>
12866         * loaddefs-boot.el: Regenerated.
12868 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
12870         * ffap.el: Remove defadvice related code from CVS since `complete'
12871         provides a `PC-completion-as-file-name-predicate' variable that
12872         ffap can override.
12874 2003-10-02  Kenichi Handa  <handa@m17n.org>
12876         * international/utf-8.el (ccl-decode-mule-utf-8):
12877         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
12879         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
12880         * international/subst-big5.el: Likewise.
12881         * international/subst-gb2312.el: Likewise.
12882         * international/subst-ksc.el: Likewise.
12884 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
12886         * calendar/calendar.el (increment-calendar-month)
12887         (calendar-leap-year-p, calendar-absolute-from-gregorian)
12888         (generate-calendar, calendar-read-date, calendar-interval)
12889         (calendar-day-of-week): Handle years BC.
12890         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
12892 2003-10-01  Dave Love  <fx@gnu.org>
12894         * language/cyrillic.el (cp1251): Alias for windows-1251.
12896         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
12897         bootstrap.
12899 2003-10-01  Lute Kamstra  <lute@gnu.org>
12901         * files.el: Fix typo.
12902         * imenu.el (imenu--generic-function): Docstring fix.
12904 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12906         * dired.el (dired-mode): Handle dired-directory as a list.
12908 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
12910         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
12912         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
12914         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
12915         Replace gud-display with gud-watch.
12916         (gud-speedbar-buttons): Add stuff for watching expressions
12917         in the speedbar when using M-x gdba.  Use dolist on old part
12918         of this function.
12920         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
12921         (gdb-update-flag): New variables.
12922         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
12923         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
12924         (gud-watch, gdb-var-create-handler) : New functions.
12925         (gdb-var-list-children, gdb-var-list-children-handler)
12926         (gdb-var-create-regexp, gdb-var-update-regexp)
12927         (gdb-var-list-children-regexp): New constants.
12928         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
12929         (gdb-annotation-rules): Reduce annotation set (level 3).
12930         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
12931         (gdb-post-prompt): Don't update GDB buffers every time speedbar
12932         updates.
12933         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
12934         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
12935         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
12936         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
12937         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
12938         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
12939         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
12940         (gud-display, gud-display1)
12941         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
12942         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
12943         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
12944         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
12945         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12946         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12947         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12948         (gdb-display-display-buffer, gdb-toggle-display)
12949         (gdb-delete-display, gdb-expressions-popup-menu)
12950         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12951         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12952         to display buffer.
12954 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12956         * progmodes/ada-mode.el (ada-mode): Don't use advice.
12957         Instead, set which-func-functions.
12959         * progmodes/which-func.el (which-func-modes): Add ada-mode.
12960         (which-func-functions): New variable.
12961         (which-function): Use that.
12963         * info.el (Info-mode): Double each `%' in header line.
12965         * emacs-lisp/lisp-mnt.el (lm-with-file):
12966         When FILE is nil, run BODY in current buffer.
12968         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12970         * help.el (describe-mode): Start with a brief list of minor modes.
12971         Find them thru minor-mode-list so as to find them all.
12972         Show them in alphabetical order.
12974         * mail/sendmail.el (mail-aliases): Doc fix.
12976         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
12978 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
12980         * mail/rmailsum.el (rmail-make-summary-line-1):
12981         Change comma after last label to a space.
12982         (rmail-summary-font-lock-keywords): Adapt to that change.
12984 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
12986         * progmodes/scheme.el (scheme-mode-variables): When setting
12987         `font-lock-defaults', also specify that "#" should
12988         be interpreted with `word' syntax.
12989         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
12991 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
12993         * desktop.el: A lot of comments updated.
12994         (desktop-save-mode): Minor mode introduced.
12995         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
12996         (desktop-load-default): Function made obsolete.
12997         (desktop-locals-to-save): Variable made customizable.
12998         (desktop-read): Optional parameter `dirname' added.
12999         (desktop-change-dir, desktop-revert): Parameter `dirname' in
13000         `desktop-read' used.
13001         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
13003 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
13005         * whitespace.el (whitespace-clean-msg): Add user customizable message
13006         for displaying ``clean'' output.
13007         (whitespace-buffer): Use `whitespace-clean-msg'.
13008         (whitespace-global-mode): Fix typo.
13010 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
13012         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
13014 2003-09-29  Lute Kamstra  <lute@gnu.org>
13016         * bindings.el (mode-line-modes): Remove superfluous :propertize
13017         construct in initialization.
13018         (mode-line-position): Change cons cell into proper list in
13019         initialization.
13021 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
13023         * international/mule.el (decode-coding-inserted-region): Use car
13024         of the return value of find-operation-coding-system.
13026 2003-09-29  Kenichi Handa  <handa@m17n.org>
13028         * descr-text.el (describe-char): Fix previous change.
13030 2003-09-28  Kenichi Handa  <handa@m17n.org>
13032         * descr-text.el (describe-char-display): New function.
13033         (describe-char): Pay attention to display table on describing how
13034         a character is displayed.
13036         * international/mule-cmds.el (encoded-string-description):
13037         Prepend "0x" to each encoded byte.
13039 2003-09-28  Andreas Schwab  <schwab@suse.de>
13041         * find-file.el (ff-special-constructs): Add autoload cookie.
13043 2003-09-28  Kevin Ryde  <user42@zip.com.au>
13045         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
13046         makeinfo appends to duplicate index entries.
13048 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
13050         * dired-x.el (dired-clean-tex): Doc fix.
13052         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
13053         using a Chinese tutorial.
13055 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13057         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
13058         between "MAIL FROM:" and "RCPT TO:" and the following address.
13060 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13062         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
13064 2003-09-28  David Ponce  <david@dponce.com>
13066         * recentf.el (recentf-initialize-file-name-history): New defcustom.
13067         (recentf-load-list): When `recentf-initialize-file-name-history'
13068         is non-nil, initialize an empty `file-name-history' with the
13069         recent list.
13071 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
13073         * man.el (Man-default-man-entry): Remove the leading `*' from the
13074         word at point.
13076 2003-09-26  Lute Kamstra  <lute@gnu.org>
13078         * bindings.el (mode-line-position): Mention size indication in
13079         docstring.
13081 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
13083         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
13085         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
13086         because it's autoloaded now.
13088 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
13090         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
13091         (sh-font-lock-keywords, sh-feature): Fix previous change of
13092         sh-feature to avoid infloop with sh-font-lock-keywords.
13094 2003-09-25  Kim F. Storm  <storm@cua.dk>
13096         * frame.el (frame-current-scroll-bars): New defun.
13098         * window.el (window-current-scroll-bars): New defun.
13100 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13102         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
13103         cause errors when the state cache contains info on parts that have
13104         been narrowed out.
13106 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13108         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
13109         `c-setup-paragraph-variables' has to be used when this variable is
13110         changed; it doesn't work to reinitialize the mode since that
13111         typically clobbers the variable.
13113         * progmodes/cc-styles.el (c-setup-paragraph-variables):
13114         Make it interactive.
13116 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13118         * progmodes/cc-fonts.el (c-font-lock-declarations):
13119         Fix recognition of constructors and destructors for classes whose
13120         names are matched by `*-font-lock-extra-types'.
13122         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
13123         followed by an identifier in C++ then it's a type.
13125 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13127         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
13128         problem that primarily affected XEmacs.  Don't use faces to find
13129         unterminated strings since Emacs and XEmacs fontify strings
13130         differently - this function should now work better in XEmacs.
13132 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13134         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
13135         `expand-abbrev' workaround which caused braces to misbehave inside
13136         macros.
13138         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
13139         handling.  This bug could cause interactive font locking to bail out.
13141 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13143         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13144         Handle paren-style types in Pike.  Also fixed some cases of
13145         insufficient handling of unbalanced parens.
13147 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
13149         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
13150         common shell prompts that are not common filename or URL characters.
13151         (ffap-file-at-point): Use the new regexp to strip the prompts from
13152         the file names.  This is an issue mostly for user prompts that
13153         don't have a trailing space and find-file-at-point is invoked from
13154         within a shell inside Emacs.
13156 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
13158         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
13159         stamps numerically, rather than textually.
13161 2003-09-24  Kenichi Handa  <handa@m17n.org>
13163         * language/devan-util.el (devanagari-post-read-conversion):
13164         * language/mlm-util.el (malayalam-post-read-conversion):
13165         * language/tml-util.el (tamil-post-read-conversion):
13166         Add autoload cookie.
13168         * international/utf-8.el (utf-8-post-read-conversion):
13169         Call post-read-conversion functions for Devanagari, Malayalam,
13170         and Tamil.
13172 2003-09-23  Dave Love  <fx@gnu.org>
13174         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
13176 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
13178         * progmodes/gud.el (perldb): Add gud-until to list of commands.
13179         Update gud-remove.
13181 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13183         * progmodes/sh-script.el (sh-mode-default-syntax-table):
13184         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
13185         (sh-mode-syntax-table-input): New variable.
13186         (sh-require-final-newline): Don't use eval.
13187         (sh-builtins, sh-leading-keywords, sh-other-keywords)
13188         (sh-variables, sh-font-lock-keywords): Don't use eval.
13189         (sh-set-shell): When setting require-final-newline,
13190         treat value = `require-final-newline' as don't change it.
13191         Set sh-mode-syntax-table locally based on
13192         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
13194         * progmodes/compile.el (compile-internal):
13195         Call compilation-set-window-height before setting window start.
13197 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
13199         * emacs-lisp/bytecomp.el (byte-compile-log-file):
13200         Clear out byte-compile-last-warned-form.
13202 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13204         * woman.el (woman-file-name, woman-follow-word):
13205         If current-word returns nil, use "".
13207         * simple.el (eval-expression): Bind standard-output in to-buffer case.
13209 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13211         * emacs-lisp/lisp-mnt.el (lm-with-file):
13212         Don't visit the file, just use insert-file-contents in temp buffer.
13214 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
13216         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
13217         Add surrounding \\( and \\) around the header, as in
13218         for lm-history-header 'Change Log\\|History'.
13220 2003-09-22  John Paul Wallington  <jpw@gnu.org>
13222         * progmodes/ld-script.el: Add Commentary section,
13223         minor cleanup of file header.
13224         (ld-script-font-lock-keywords): Doc fix.
13225         (toplevel): Provide `ld-script' feature.
13227 2003-09-21  Kim F. Storm  <storm@cua.dk>
13229         * scroll-bar.el (set-scroll-bar-mode): Initialize to
13230         new built-in variable default-frame-scroll-bars.
13231         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
13232         scroll-bar-mode; notably, use it instead of t when we toggle
13233         scroll-bars on.
13234         (toggle-scroll-bar): Use default-frame-scroll-bars.
13236 2003-09-19  Masatake YAMATO  <jet@gyve.org>
13238         * pcvs.el (cvs-do-removal): Change the prompt depending on
13239         `filter' value.
13241 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
13243         * startup.el (command-line-1): Stop startup-echo-area-message
13244         being hidden by "Loading image..." message.
13245         (use-fancy-splash-screens-p, display-splash-screen):
13246         Move display-graphic-p test from latter to former.
13248         * progmodes/sh-script.el (sh-font-lock-keywords):
13249         Highlight escaped EOLs differently from other backslash constructs.
13251 2003-09-19  Richard M. Stallman  <rms@gnu.org>
13253         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
13254         New functions.
13255         (edebug-enter, edebug-outside-excursion): Use them.
13257         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
13258         Fix the condition for whether to print "In WHERE".
13260 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
13262         * finder.el (finder-mode-hook): New variable.
13263         (finder-mode): Run hook finder-mode-hook
13265 2003-09-18  Masatake YAMATO  <jet@gyve.org>
13267         * progmodes/ebrowse.el: Fix broken magic autoload comments.
13269 2003-09-17  Mario Lang  <mlang@delysid.org>
13271         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
13272         "p %e" to actually print the value in the GUD buffer.
13274 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
13276         From David Ponce <david.ponce@wanadoo.fr>:
13277         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
13278         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
13279         from loaddefs-boot.el if necessary.
13281 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
13283         * progmodes/gud.el (gud-find-class): Make jdb work again since
13284         cc-mode changed the syntactic information.
13286 2003-09-15  David Ponce  <david@dponce.com>
13288         * recentf.el: (recentf-exclude): Accept predicates too.
13289         (recentf-file-readable-p): New function.
13290         (recentf-include-p): Handle predicates in recentf-exclude.
13291         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
13292         (recentf-cleanup): Likewise.
13293         (recentf-save-list): Use write-file to handle backup of
13294         recentf-save-file.
13296 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
13298         * loaddefs-boot.el: Renamed from `loaddefs.el'
13299         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
13300         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
13301         necessary.
13303 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
13305         * electric.el (Electric-pop-up-window): For the `one-window' case,
13306         no longer disconcertingly move point in the original buffer.
13308 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13310         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
13312 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13314         * dired.el (dired-mode-map): Fix typo.
13316 2003-09-11  Richard M. Stallman  <rms@gnu.org>
13318         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
13320 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
13322         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
13323         the function is less noisy.  Now only `kill-buffer' can ask questions.
13325 2003-09-10  Mario Lang  <mlang@delysid.org>
13327         * battery.el: Update Commentary and Copyright.
13328         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
13329         appear due to wrong ordering of the expressions in `or'.
13331 2003-09-09  Lute Kamstra  <lute@gnu.org>
13333         * misc.el (upcase-char): Fix docstring.
13334         (zap-up-to-char): New command.
13336 2003-09-08  David Ponce  <david@dponce.com>
13338         Ensure that recentf correctly updates the menu bar.
13339         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
13340         (recentf-menu-bar): New function.
13341         (recentf-clear-data): Use it
13342         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
13343         of easy-menu-change.
13345 2003-09-08  Lute Kamstra  <lute@gnu.org>
13347         * simple.el (size-indication-mode): New.
13348         * bindings.el (mode-line-position): Add buffer size indicator.
13350 2003-09-04  Mario Lang  <mlang@delysid.org>
13352         * battery.el (battery-linux-proc-acpi): New function.
13353         (battery-status-function): Modify default value calculation to also
13354         check for availability of ACPI.
13355         (battery-echo-area-format): Ditto.
13356         (battery-mode-line-format): Ditto.
13358 2003-09-06  Dave Love  <fx@gnu.org>
13360         * ielm.el (ielm-mode-hook): Add :options.
13362         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
13363         (eldoc-print-current-symbol-info): Use it.
13365 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
13367         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
13368         being displayed in GUD buffer.
13369         (gdb-idle-input-queue): Remove var.  Use just one queue.
13370         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
13371         Remove functions.  Use just one queue.
13372         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
13373         (gdb-invalidate-assembler, gdb-get-current-frame):
13374         Modify functions.  Use just one queue.
13376 2003-09-04  Dave Love  <fx@gnu.org>
13378         * cus-start.el: Add blink-cursor-alist.
13380         * ruler-mode.el (ruler-mode-fill-column-char)
13381         (ruler-mode-current-column-char): Use char-displayable-p,
13382         not window-system.
13384         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
13386         * language/european.el (windows-1252): Move from code-pages.
13388         * language/cyrillic.el ("Windows-1251"): Delete.
13389         ("Bulgarian", "Belarusian"): Remove `features'.
13390         (windows-1251): Move from code-pages.
13392         * international/mule-diag.el (non-iso-charset-alist):
13393         Remove `codepage' stuff.
13394         (print-designation, list-coding-systems-1): Output fixes.
13396         * international/code-pages.el (cp-make-translation-table)
13397         (cp-valid-codes): Made defsubsts.
13398         (cp-fix-safe-chars): Delete.
13399         (mule-diag): Don't require.
13400         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
13401         (top-level): Check for defined coding system when defining
13402         cp... aliases.  Change w32-add-charset-info test to avoid warning.
13403         (non-iso-charset-alist): Defvar when compiling.
13404         (cp-make-coding-system): Doc fix.
13406 2003-09-02  Jason Rumney  <jasonr@gnu.org>
13408         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
13409         line-ends from CVS before doing conversion.
13411 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
13413         * calendar/diary-lib.el (diary-header-line-flag)
13414         (diary-header-line-format): New variables.
13415         (list-diary-entries): Use them to set header line in simple diary.
13417         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
13418         other than font-lock-string-face to highlight backslashes.
13420 2003-09-01  Jason Rumney  <jasonr@gnu.org>
13422         * international/titdic-cnv.el (tit-read-key-value): Include \r in
13423         regexp.
13425 2003-09-01  Dave Love  <fx@gnu.org>
13427         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
13429         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
13430         and :help; also line and column numbers labels.
13432         * international/mule-util.el (char-displayable-p): Move from
13433         latin1-disp, rename and autoload.
13435         * international/latin1-disp.el (latin1-char-displayable-p):
13436         Now obsolete alias.  Replace uses with char-displayable-p.
13437         (latin1-display-ucs-per-lynx): Fix last change.
13439         * international/mule-cmds.el (standard-display-european-internal):
13440         Don't use char code for Latin-1 NBSP.
13441         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
13442         U+2018, U+2019 for `'.
13443         (select-safe-coding-system): Message fix.
13445 2003-09-01  Kenichi Handa  <handa@m17n.org>
13447         * international/fontset.el (setup-default-fontset): For Thai
13448         font, specify "*" family.
13450 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13452         * progmodes/compile.el (previous-error): Accept a prefix
13453         argument, similarly to next-error.
13455 2003-08-31  Masatake YAMATO  <jet@gyve.org>
13457         * pcvs.el (cvs-do-removal): Use = instead of eq to check
13458         the number of files.  Bind the number of files to a local
13459         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
13461 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
13463         * vc-hooks.el (vc-make-version-backup): Fix the change made on
13464         2003-07-26: msdos-long-file-names is a function, not a variable.
13466 2003-08-29  Richard M. Stallman  <rms@gnu.org>
13468         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
13469         Do nothing with mail-personal-alias-file if it is nil.
13471         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
13472         Do nothing if mail-personal-alias-file is nil.
13474         * term.el (term-exec-1): Bind coding-system-for-read.
13476         * dired.el (dired-mouse-find-file-other-window):
13477         Use dired-view-command-alist here, as in dired-view-file.
13478         (dired-view-command-alist): Use %s to substitute file name.
13479         Handle .ps_pages, .eps, .jpg, .gif, .png.
13481 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
13483         * info.el (Info-mode-map): Bind S-tab and <backtab> to
13484         `Info-prev-reference', instead of M-tab.
13486 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
13488         * simple.el (blink-matching-open): Work correctly on chars that
13489         are designated as parens through the syntax-table text property.
13491 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
13493         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
13494         line break position in the middle of a non-kinsoku (e.g. latin)
13495         word, making it skip until either a space or a character with
13496         category "|".
13497         (kinsoku-longer): Test for end of buffer.
13499 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
13501         * mail/rmail.el (rmail-convert-to-babyl-format):
13502         Detect quoted-printable- and base64-encoded messages and decode them
13503         automatically.  Set the message's encoding from the charset=
13504         header, if any.  Decode base64-encoded messages in Mail format as well.
13506 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
13508         * mail/smtpmail.el: Fix previous change.
13509         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
13510         calling smtpmail-via-smtp.
13511         (smtpmail-via-smtp): Add fall-back values for envelope-from.
13513 2003-08-26  John Paul Wallington  <jpw@gnu.org>
13515         * image.el (image-jpeg-p): Don't search beyond length of data.
13517 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
13519         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
13520         misfeature in `expand-abbrev' which caused electric keywords like
13521         "else" to disappear if an open brace was typed directly afterwards.
13523 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
13525         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
13526         mandatory in `define-widget'.
13528         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
13529         Don't align the operators "!=", "<=" and ">=" as assignment operators.
13531         (c-assignment-operators): New language constant that only contains
13532         the assignment operators.
13534         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
13536 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
13538         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13539         Safeguard against unbalanced sexps.
13541 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
13543         * version.el (emacs-version): Check for gtk.  Include gtk version info.
13545 2003-08-25  John Paul Wallington  <jpw@gnu.org>
13547         * man.el (Man-default-man-entry): Don't whizz past the section
13548         number before looking for it.
13550 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
13552         * progmodes/gud.el (gud-display-line): Don't set window-point if
13553         source buffer is not visible.  (Only happens with M-x gdba.)
13555         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
13556         documentation.
13557         (gdb-source, gdb-source-info): Update to assembler unnecessary
13558         as its done after each GDB command anyway.
13559         (gdb-pre-prompt): Use with-current-buffer.
13560         (gdb-insert-field): Add help-echo text.
13561         (gdb-invalidate-assembler): Re-display of assembler now done in
13562         gdb-info-breakpoints-custom.
13563         (gdb-info-breakpoints-custom): Force re-display of assembler to
13564         happen *after* update of breakpoints buffer.
13565         (gdb-display-source-buffer): Don't choke if gdb-source-window
13566         isn't visible.
13567         (gdb-put-string, gdb-put-arrow): Remove free variables.
13569 2003-08-24  John Paul Wallington  <jpw@gnu.org>
13571         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
13573         * man.el (Man-default-man-entry): Strip text properties when
13574         snarfing parts of entry because `format' preserves properties.
13576 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
13578         * files.el (file-newest-backup): Use `expand-file-name'.
13580         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
13581         Allow the diary to pop up a new frame, if needed.
13583         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
13584         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
13585         (smtpmail-send-it): Make treatment of envelope-from consistent with
13586         sendmail.el.
13588         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
13589         (sh-leading-keywords): Add the bash `time' reserved word.
13590         (sh-variables): Add some bash variables.
13591         (sh-add-completer): Fix nil branch of case statement.
13593 2003-08-24  Masatake YAMATO  <jet@gyve.org>
13595         * progmodes/ld-script.el: New file.
13597 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
13599         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
13601 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
13603         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
13604         Better explain obsolescence, and what to use instead.
13606 2003-08-23  Masatake YAMATO  <jet@gyve.org>
13608         * pcvs.el (cvs-do-removal): Show the deleted file name
13609         on the prompt.
13611 2003-08-20  Dave Love  <fx@gnu.org>
13613         * international/mule.el (make-coding-system)
13614         (set-buffer-file-coding-system): Doc fix.
13616         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
13618         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
13620         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13622         * international/utf-16.el: Add mime-text-unsuitable coding system
13623         properties.
13625         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
13627         * cus-edit.el: Add some :links.
13628         (bib): Remove.
13630         * textmodes/bib-mode.el (bib): Add :group external.
13632 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
13634         * wid-edit.el (widget-echo-help): Make it handle expressions that
13635         evaluate to strings.
13637 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
13639         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
13641         Simplify selection of SQL products to define highlighting and
13642         interactive mode.  Includes detailed instructions on adding
13643         support for new products.
13645         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
13646         product for use in highlighting and interactive mode.
13647         (sql-interactive-product): New variable.  SQL product for
13648         sql-interactive-mode.
13649         (sql-product-support): New variable.  Specifies product-specific
13650         parameters to drive highlighting and interactive mode.
13651         (sql-imenu-generic-expression): Add more object types.
13652         (sql-sqlite-options): Correct comment.
13653         (sql-ms-program): Use "osql" rather than "isql".
13654         (sql-prompt-regexp, sql-prompt-length): Update comment.
13655         (sql-mode-menu): Add "Start SQLi session" entry.
13656         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
13657         (sql-mode-abbrev-table): Add abbreviations.  Support of
13658         SYSTEM-FLAG on define-abbrev.  Support was removed with last
13659         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
13660         (sql-mode-font-lock-object-name): Add font-lock pattern for object
13661         names.
13662         (sql-mode-ansi-font-lock-keywords): Set as default value.
13663         (sql-mode-oracle-font-lock-keywords): Set as default value.
13664         Support Oracle 9i keywords.
13665         (sql-mode-postgres-font-lock-keywords): Set as default value.
13666         (sql-mode-linter-font-lock-keywords): Set as default value.
13667         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
13668         SQLServer 2000.
13669         (sql-mode-sybase-font-lock-keywords)
13670         (sql-mode-interbase-font-lock-keywords)
13671         (sql-mode-sqlite-font-lock-keywords)
13672         (sql-mode-strong-font-lock-keywords)
13673         (sql-mode-mysql-font-lock-keywords)
13674         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
13675         keywords.
13676         (sql-mode-font-lock-defaults): Update comment.
13677         (sql-product-feature): New function.  Returns feature associated
13678         with a product from `sql-product-support' alist.
13679         (sql-product-font-lock): New function.  Set font-lock support
13680         based on `sql-product'.
13681         (sql-add-product-keywords): New function.  Add font-lock rules to
13682         product-specific keyword variables.
13683         (sql-set-product): New function.  Set `sql-product' and apply
13684         appropriate font-lock highlighting.
13685         (sql-highlight-product): New function.  Set font-lock support
13686         based on a product.  Also set mode name to include product name.
13687         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
13688         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
13689         Use `sql-set-product'.
13690         (sql-highlight-ms-keywords)
13691         (sql-highlight-sybase-keywords)
13692         (sql-highlight-interbase-keywords)
13693         (sql-highlight-strong-keywords)
13694         (sql-highlight-mysql-keywords)
13695         (sql-highlight-sqlite-keywords)
13696         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
13697         (sql-get-login): Prompt in the same order as the tokens.
13698         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
13699         (sql-product-interactive): New function.  Common portions of
13700         product-specific interactive mode wrappers.
13701         (sql-interactive-mode): Rewritten to use product features.
13702         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
13703         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
13704         (sql-db2, sql-linter): Use `sql-product-interactive'.
13705         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
13706         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
13707         (sql-connect-ingres, sql-connect-postgres)
13708         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
13709         New functions.  Format command line parameters and invoke comint on
13710         the appropriate interpreter.  Code was in the corresponding
13711         `sql-xyz' function before.
13712         (sql-connect-ms): New function.  Support -E argument to use
13713         operating system credentials for authentication.
13715 2003-08-18  Kenichi Handa  <handa@m17n.org>
13717         * international/mule.el (encode-char): Fix for the ASCII case.
13719 2003-08-15  Kenichi Handa  <handa@m17n.org>
13721         * international/fontset.el (setup-default-fontset): Change "*" to
13722         nil in the specifications of font family.
13724 2003-08-18  Kim F. Storm  <storm@cua.dk>
13726         * kmacro.el (kmacro-keymap): Group related bindings in
13727         initialization for clarity.  Bind C-s to start macro.
13728         Remove C-r binding.
13729         (kmacro-initial-counter-value): New defvar to hold initial counter
13730         value in case we set the value before defining a macro.
13731         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
13732         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
13733         not defining or executing macro.  Doc fix.
13734         (kmacro-add-counter): Clear kmacro-initial-counter-value.
13735         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13736         temporarily view older elements on the macro ring without cycling
13737         the ring.
13738         (kmacro-display): Doc fix.
13739         (kmacro-exec-ring-item): New helper function.
13740         (kmacro-call-ring-2nd): Use it.
13741         (kmacro-call-ring-2nd-repeat): Doc fix.
13742         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
13743         (kmacro-end-or-call-macro): Execute last viewed macro (using
13744         kmacro-exec-ring-item) from ring if this follows
13745         kmacro-view-macro.  This allows us to find a macro on the ring
13746         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
13747         the ring to bring it to the head of the ring.
13748         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
13749         Allow binding to reserved keys without specifying C-x C-k prefix.
13750         Ask for confirmation if entered key sequence is already bound to
13751         a non-macro command.
13752         (kmacro-view-macro): Repeating command will show older elements
13753         on the macro ring; C-k will execute the last viewed macro.
13754         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
13755         property from 'ring to 'head.
13757 2003-08-17  Alan Shutko  <ats@acm.org>
13759         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
13760         keeping December out of the alist.
13762 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
13764         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
13765         * calendar/calendar.el (calendar-mode-map): Bind it to key.
13766         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
13767         (calendar-flatten): New function.
13768         (calendar-mouse-view-other-diary-entries)
13769         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
13770         in the menu title and to show multi-line diary entries correctly
13771         in the menu.
13773 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
13775         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
13776         defcustom, because the default was recently changed.
13778 2003-08-16  Richard M. Stallman  <rms@gnu.org>
13780         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
13782         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13783         New subroutine, broken out of eval-last-sexp-1.
13784         (eval-last-sexp-1): Use eval-last-sexp-print-value.
13786         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
13788         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
13790         * simple.el (eval-expression): Use eval-last-sexp-print-value.
13792 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
13794         * progmodes/compile.el (compilation-error-regexp-alist):
13795         Add Java ANt error detection as described in document
13796         http://ant.apache.org/faq.html
13798 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
13800         * simple.el (backward-word, forward-to-indentation)
13801         (backward-to-indentation): Argument changed to optional.
13802         (next-line, previous-line): Use `or' instead of `unless'.
13804 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13806         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
13807         instead of a constant.
13809 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
13811         * shell.el (shell): With prefix-arg, suggest a new buffer name.
13813 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
13815         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
13816         (vc-sccs-workfile-version): Search the entire delta table, rather
13817         than just the first entry, because that might be a deleted version.
13819 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
13821         * menu-bar.el (menu-bar-options-menu): Supply a body for the
13822         [save-place] binding in the Options menu.  Have it require
13823         'saveplace' and then toggle the variable manually, to avoid an an
13824         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
13825         for the bug report.
13827 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
13829         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
13830         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
13831         (gdb-info-threads-custom): Add help-echo text.
13832         (gdb-display-back): Don't use purecopy.
13833         (gdb-info-breakpoints-custom, gdb-reset)
13834         (gdb-assembler-custom): Use display-images-p to test if breakpoint
13835         icons can be displayed.
13837 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
13839         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
13841 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
13843         * bookmark.el (bookmark-completing-read):
13844         Return a string, instead of a list of one string.
13845         Use a popup menu if activated from the mouse.
13846         (bookmark-edit-annotation): Remove unused vars.
13847         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
13848         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
13849         to bookmark-completing-read.
13850         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13851         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
13852         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
13853         and erase-buffer.
13854         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
13855         (bookmark-menu-jump, bookmark-menu-insert)
13856         (bookmark-popup-menu-and-apply-function)
13857         (bookmark-menu-popup-paned-bookmark-menu): Remove.
13858         (bookmark-menu-build-paned-menu): Remove by folding it into
13859         bookmark-menu-popup-paned-menu.
13860         (menu-bar-bookmark-map): Move the define-key statements here.
13861         Use the "non-menu" commands since they now pop up a menu if needed.
13862         (bookmark-exit-hook-internal): Simplify.
13864 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
13866         * reftex-toc.el (reftex-toc-rename-label): New function.
13867         (reftex-toc-check-docstruct): New function.
13869         * reftex.el (reftex-region-active-p): New function.
13871         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
13872         regexp to find the \bibliography macro.
13874         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
13875         which does not exist in LaTeX.
13876         (reftex-cite-format-builtin): Added amsrefs support.
13877         (reftex-toc-confirm-promotion): New option
13879         * reftex-toc.el
13880         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
13881         (reftex-toc-demote, reftex-toc-promote)
13882         (reftex-toc-do-promote, reftex-toc-promote-prepare)
13883         (reftex-toc-promote-action, reftex-toc-extract-section-number)
13884         (reftex-toc-newhead-from-alist)
13885         (reftex-toc-load-all-files-for-promotion): New functions.
13886         (reftex-toc-help): Added description of new keys.
13887         (reftex-toc-split-windows-fraction): New option.
13888         (reftex-recenter-toc-when-idle): Search *toc* window on all
13889         visible frames.
13890         (reftex-toc): Additional parameter REUSE
13891         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
13892         with REUSE argument.
13893         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
13894         the call of `reftex-toc'.
13895         (reftex-make-separate-toc-frame): New function .
13896         (reftex-toc-recenter): When called with triple prefix arg, call
13897         `reftex-make-separate-toc-frame' first.
13898         (reftex-toc-toggle-dedicated-frame): New command.
13899         (reftex-toc-quit): Adapted to delete frame when called in
13900         dedicated frame.
13902         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
13903         all enclosing macros.
13906 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13908         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
13909         first use.
13911 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13913         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
13915 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13917         * calendar/calendar.el (list-diary-entries-hook)
13918         (diary-display-hook, nongregorian-diary-listing-hook)
13919         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
13920         Add some customize options for these hooks.
13921         (calendar-abbrev-construct): Don't try to take a substring longer
13922         than the original string.
13924 2003-08-05  Richard M. Stallman  <rms@gnu.org>
13926         * emacs-lisp/testcover.el (noreturn): Report error if does return.
13927         (testcover-reinstrument-clauses): Doc fix.
13929         * emacs-lisp/warnings.el: Doc fixes, args renamed.
13930         (warning-type-format): Rename from warning-group-format.
13932         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
13933         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
13934         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
13935         to prevent warnings about defvar for an obsolete variable.
13937         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13938         warning-group-format renamed to warning-type-format.
13940         * subr.el (read-passwd): Use clear-string instead of fillarray.
13942         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
13943         Use vconcat instead of concat.
13944         (edmacro-sanitize-for-string): New function.
13946 2003-08-05  Dave Love  <fx@gnu.org>
13948         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13949         line-number-display-limit-width.
13951         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13953 2003-08-05  Kenichi Handa  <handa@m17n.org>
13955         * international/code-pages.el: Don't require mule-diag.
13957         * international/mule-diag.el (non-iso-charset-alist):
13958         Add autoload cookie.
13960         * language/devan-util.el (dev-glyph-order): Add an entry for the
13961         glyph code #xC4.
13963 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
13965         * calendar/calendar.el (diary-file, diary-file-name-prefix)
13966         (european-calendar-style, diary-date-forms)
13967         (calendar-day-name-array, calendar-month-name-array): Doc change.
13968         (generate-calendar-month): Adapt for new behaviour of
13969         `calendar-day-name' function.
13970         (calendar-abbrev-length, calendar-day-abbrev-array)
13971         (calendar-month-abbrev-array): New variables.
13972         (calendar-abbrev-construct): New function.
13973         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13974         rather than fixing abbrevs at some width.  Calling syntax change.
13975         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
13976         (calendar-date-string): Adapt for new behaviours of
13977         `calendar-day-name' and `calendar-month-name' functions.
13979         * calendar/diary-lib.el (list-diary-entries): Adapt for new
13980         behaviour of `calendar-day-name' and `calendar-month-name' functions.
13981         (diary-name-pattern): Use abbrev arrays, rather than fixing
13982         abbrevs at three chars.  Calling syntax change.
13983         (mark-diary-entries): Adapt for new behaviours of
13984         `diary-name-pattern' and `calendar-make-alist' functions.
13985         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
13986         `diary-name-pattern' function.
13987         (font-lock-diary-date-forms): Use abbrev arrays, rather than
13988         fixing abbrevs at three chars.  Calling syntax change.
13989         (cal-hebrew, cal-islam): Require when compiling.
13990         (diary-font-lock-keywords): Adapt for new behaviour of
13991         `font-lock-diary-date-forms' function.
13993         * calendar/cal-hebrew.el: Reposition some code so defined before used.
13994         (calendar-hebrew-month-name-array-common-year)
13995         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
13996         (list-hebrew-diary-entries): Adapt for new behaviours of
13997         `calendar-day-name' and `add-to-diary-list' functions.
13998         (mark-hebrew-diary-entries): Adapt for new behaviours of
13999         `diary-name-pattern' and `calendar-make-alist' functions.
14001         * calendar/cal-islam.el (calendar-islamic-month-name-array):
14002         Add doc string.
14003         (list-islamic-diary-entries): Adapt for new behaviours of
14004         `calendar-day-name' and `add-to-diary-list' functions.
14005         (mark-islamic-diary-entries): Adapt for new behaviours of
14006         `diary-name-pattern' and `calendar-make-alist' functions.
14008         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
14009         `calendar-month-name' function.
14011         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
14013         * calendar/solar.el (solar-seasons-data): Move definition before use.
14015         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
14016         (cal-tex-LaTeX-hourbox): Move definition before use.
14018         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
14019         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
14020         lunar.el, solar.el
14021         (displayed-month, displayed-year): Define for compiler.
14023 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14025         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
14026         MODE.  Renamed from c-init-c-language-vars'.
14027         (c-initialize-cc-mode): Change accordingly.
14028         (c-common-init): Ditto.
14029         (c-mode): Ditto.
14030         (c++-mode): Use `c-init-language-vars-for'.
14031         (objc-mode): Ditto.
14032         (java-mode): Ditto.
14033         (idl-mode): Ditto.
14034         (pike-mode): Ditto.
14035         (awk-mode): Ditto.
14037 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14039         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
14040         or not the point moved.
14042         (c-search-decl-header-end): Don't trip up on operator identifiers
14043         in C++ and operators like == in all languages.
14045         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14046         Detect leading labels correctly.
14048 2003-08-02  Andreas Schwab  <schwab@suse.de>
14050         * textmodes/ispell.el: Don't redo key bindings on loading, put
14051         them only in loaddefs.el.
14052         * bookmark.el: Likewise.
14053         * dabbrev.el: Likewise.
14054         * emerge.el: Likewise.
14056         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
14057         has more than one member.
14059         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
14061 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14063         * lpr.el (printify-region): It was ending conversion before the
14064         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
14066 2003-07-31  John Paul Wallington  <jpw@gnu.org>
14068         * net/browse-url.el (browse-url-epiphany): Doc fix.
14070 2003-07-30  Kenichi Handa  <handa@m17n.org>
14072         * international/fontset.el (setup-default-fontset):
14073         Change registry names of Akurti fonts.
14075 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14077         * comint.el (comint-read-noecho): Use `clear-string' instead of
14078         `fillarray'.
14080 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
14082         * outline.el (outline-mode-hook): Add defvar.
14084 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
14086         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
14087         Restore assembler in source window if that is what has been selected.
14088         (menu): Add gdb-restore-windows to menu.  Make gdba
14089         specific menus only visible from gdba.
14091 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
14093         * progmodes/compile.el (compilation-environment): New user variable.
14094         (compile-internal): Respect it.
14096 2003-07-23  Masatake YAMATO  <jet@gyve.org>
14098         * progmodes/gud.el (gdb-script-font-lock-keywords):
14099         Put `font-lock-function-name-face' on a symbol which includes
14100         `-' like `hook-run'.  Put font-lock-variable-name-face
14101         on a symbol starting with $.
14103 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
14105         * files.el (set-visited-file-name): Use truename for buffer-file-name.
14107 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
14109         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
14111 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
14113         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
14114         Use with-no-warnings.
14115         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
14116         rather than to find-file-not-found-hook, which doesn't exist.
14118 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
14120         * international/quail.el (quail-translate-key): Fix previous change.
14122 2003-07-25  John Paul Wallington  <jpw@gnu.org>
14124         * server.el (server-start): Check `server-process' is non-nil
14125         before killing it to avoid killing current buffer's process.
14127         * simple.el (choose-completion-string): Use `minibufferp';
14128         test `completion-reference-buffer' if `buffer' arg is nil.
14129         (push-mark): Use `when' and `unless'.
14130         (pop-mark): Use `when'.
14132         * mouse-sel.el (mouse-sel-get-selection-function):
14133         Check `x-last-selected-text-primary'.  Don't barf if it or
14134         `x-last-selected-text' aren't bound.
14136 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14138         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
14140 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
14142         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
14144 2003-07-23  John Paul Wallington  <jpw@gnu.org>
14146         * tooltip.el (defface tooltip): Inherit from variable-pitch.
14148 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14150         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
14151         string.  Defvar the derived hook.
14153         * macros.el (insert-kbd-macro): Escape double quote character.
14154         From Thomas W Murphy <twm@andrew.cmu.edu>.
14156 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
14158         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
14159         to match the specific mark rather than reusing comment-start-skip.
14161 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
14163         * progmodes/hideshow.el (hs-special-modes-alist):
14164         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
14166 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
14168         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
14169         value using ?\s.
14171 2003-07-21  John Paul Wallington  <jpw@gnu.org>
14173         * subr.el (with-selected-window): Add closing paren.
14175 2003-07-21  Richard M. Stallman  <rms@gnu.org>
14177         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
14178         (lisp-mode): Likewise.
14180         * subr.el (with-selected-window): Copy code form save-selected-window
14181         so as to call select-window with norecord arg.
14182         (dynamic-completion-table): Doc fix.
14183         (lazy-completion-table): Doc fix.
14185         * international/mule-cmds.el (set-locale-environment):
14186         langinfo renamed to locale-info.
14188         * international/mule.el (auto-coding-functions): Doc fix.
14190 2003-07-21  Kenichi Handa  <handa@m17n.org>
14192         * international/quail.el (quail-translate-key):
14193         Update quail-current-str correctly.
14195 2003-07-21  Andreas Schwab  <schwab@suse.de>
14197         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
14198         ?, to "_".
14200 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
14201         Version 2.0.36 of Tramp released.
14203         * net/tramp.el (tramp-default-password-end-of-line): Rename from
14204         tramp-password-end-of-line.
14205         (tramp-password-end-of-line): New method parameter.
14206         (tramp-get-password-end-of-line): Function to access method
14207         parameter `tramp-password-end-of-line', or variable
14208         `tramp-default-password-end-of-line' (default value).
14209         (tramp-methods): Add entries for new parameter
14210         tramp-password-end-of-line.
14211         (tramp-enter-password): Use new function
14212         `tramp-get-password-end-of-line'.
14213         (tramp-handle-insert-file-contents): Do not
14214         unconditionally inhibit the file operation file-local-copy, only
14215         do that when the inhibit-file-name-operation is currently
14216         insert-file-contents.  This fixes finding remote CVS-controlled
14217         files.  (It would barf on inserting the CVS/Entries file
14218         literally, because the file-local-copy handler wasn't called.)
14219         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
14220         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
14221         (tramp-initial-commands): New variable.
14222         (tramp-process-initial-commands): New function, using the variable.
14223         (tramp-open-connection-setup-interactive-shell): Call the new function.
14224         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
14225         method into the buffer name, never use nil.  Reported by Hanak
14226         David <dhanak@inf.bme.hu>.
14227         (tramp-open-connection-setup-interactive-shell): Erase buffer
14228         before sending "stty -onlcr".
14230         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
14232 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
14234         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
14236 2003-07-19  John Paul Wallington  <jpw@gnu.org>
14238         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
14239         (artist-draw-rect, artist-draw-square): Doc fixes.
14241         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
14243         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
14245 2003-07-19  Kenichi Handa  <handa@m17n.org>
14247         * international/kkc.el (kkc-show-conversion-list-update):
14248         Highlight the correct candidate in the message.
14250 2003-07-18  John Paul Wallington  <jpw@gnu.org>
14252         * simple.el (current-word): Don't include punctuation char when
14253         `really-word' arg is non-nil.
14255 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
14257         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
14258         moved to the directory obsolete.
14260 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14262         * info.el (Info-menu-entry-name-re): Allow newlines in
14263         menu entry names.
14265         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
14266         syntax-ppss-after-change-function.
14267         (syntax-ppss-after-change-function): New alias.  Update uses.
14268         (syntax-ppss): Catch the case where the buffer is narrowed.
14270 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14272         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
14273         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
14275 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14277         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
14278         since it might be modified.
14280         * progmodes/cc-langs.el (c++-make-template-syntax-table)
14281         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
14282         names to these language constants.
14284 2003-07-15  Kim F. Storm  <storm@cua.dk>
14286         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
14287         All uses changed.
14289 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
14291         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
14292         Namespace support.
14294 2003-07-13  Juanma Barranquero  <lektu@terra.es>
14296         * frame.el (modify-all-frames-parameters): Reinstall (copyright
14297         papers received).
14299 2003-07-13  Karl Eichwalder  <ke@suse.de>
14301         * textmodes/po.el (po-find-charset): White space at the start of the
14302         Content-Type field body is non-mandatory.
14304 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
14306         * textmodes/texinfo.el (texinfo-section-list):
14307         Append appendixsection; a synonym for appendixsec.
14309 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
14311         * man.el (Man-translate-cleanup): New.
14312         (Man-translate-references): Call `Man-translate-cleanup' to clean
14313         leading, trailing and middle spaces.
14315 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
14317         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
14318         Handle `dired-directory' being a list.
14320 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14322         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
14323         it doesn't exist.
14325 2003-07-12  Richard M. Stallman  <rms@gnu.org>
14327         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
14329         * progmodes/cc-defs.el (c-make-keywords-re):
14330         Don't use delete-duplicates.
14331         (c-lang-const): Don't use mapcan.
14333         * apropos.el (apropos-show-scores): Make it customizable.
14334         Document new meaning.
14335         (apropos): Compute scores from symbols.
14336         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
14338 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14340         * ps-bdf.el: Fix copyright line.
14341         (bdf-directory-list): Fix initialization code.
14343 2003-07-11  John Paul Wallington  <jpw@gnu.org>
14345         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
14346         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
14347         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
14349 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
14351         * emacs-lisp/ring.el (ring-elements): Doc fix.
14353 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14355         * calendar/timeclock.el (timeclock-relative)
14356         (timeclock-ask-before-exiting, timeclock-use-display-time):
14357         Doc changes.
14358         (timeclock-modeline-display): Give a message if
14359         `timeclock-use-display-time' is non-nil but `display-time-mode'
14360         is not active.
14362 2003-07-11  Kenichi Handa  <handa@m17n.org>
14364         * international/mule-cmds.el (set-language-environment):
14365         Set current-language-environment to the correct string.
14367 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14369         * ps-print.el: Print line number correctly in a region.  Reported by
14370         Tim Allen <timallen@ls83.fsnet.co.uk>.
14371         (ps-print-version): New version number (6.6.2).
14372         (ps-printing-region): Code fix.
14374 2003-07-10  John Paul Wallington  <jpw@gnu.org>
14376         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
14377         this function can be called from `add-completions-from-tags-table'.
14379 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
14381         * calendar/timeclock.el (timeclock-use-display-time)
14382         (timeclock-day-over-hook, timeclock-workday-remaining)
14383         (timeclock-status-string, timeclock-when-to-leave)
14384         (timeclock-when-to-leave-string, timeclock-log-data)
14385         (timeclock-find-discrep, timeclock-day-base)
14386         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
14387         (timeclock-modeline-display): Set the variable
14388         `timeclock-modeline-display'.
14389         (timeclock-update-modeline): Doc fix.  Respect value of
14390         `timeclock-relative'.
14392 2003-07-09  Richard M. Stallman  <rms@gnu.org>
14394         * textmodes/reftex-parse.el (reftex-all-document-files):
14395         Add autoload cookie.
14397         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
14398         (reftex-scanning-info-available-p): Add autoload cookie.
14400         * international/mule-cmds.el
14401         (set-display-table-and-terminal-coding-system): Delete duplicate
14402         aset on standard-display-table.
14404         * view.el (view-file): If existing buffer's major mode is special,
14405         don't go into view mode.
14407         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
14409 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14411         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
14412         buffer changes; there's third party code that calls this function
14413         directly.
14415 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14417         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
14418         (autodoc-font-lock-keywords): Don't byte compile on font lock
14419         initialization when running from byte compiled files.
14421 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14423         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
14424         statement ends with auto-increment "++".
14426 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14428         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14429         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14430         these are changed, so declare them as variables and not constants.
14432 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
14434         * subr.el (dolist, dotimes): Doc fix.
14436 2003-07-08  Kim F. Storm  <storm@cua.dk>
14438         * international/mule-cmds.el
14439         (set-display-table-and-terminal-coding-system): Don't break
14440         bootstrap if standard-display-table isn't setup yet.
14442 2003-07-07  Richard M. Stallman  <rms@gnu.org>
14444         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
14445         Give it a doc string, and autoload it.
14447         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
14448         Use with-no-warnings.
14450         * info.el (Info-search): If find invisible text, search again.
14452         * isearch.el (search-whitespace-regexp): Add a shy group around it.
14454         * man.el (Man-name-regexp): Match + as part of name.
14456         * simple.el (visible-mode): Rename from vis-mode.
14457         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
14459         * simple.el (current-word): New arg REALLY-WORD specifies
14460         don't include punctuation chars.
14462         * emacs-lisp/debug.el (debug, debugger-env-macro):
14463         Use with-no-warnings while accessing and binding unread-command-char.
14465         * international/mule-cmds.el
14466         (set-display-table-and-terminal-coding-system): Use explicit loop
14467         instead of calling standard-display-default.
14469         * net/ange-ftp.el (ange-ftp-file-symlink-p):
14470         Use condition-case to catch error in ange-ftp-get-files.
14472         * net/browse-url.el (browse-url-browser-function):
14473         Add alternative for Epiphany.
14474         (browse-url-epiphany-program, browse-url-epiphany-arguments)
14475         (browse-url-epiphany-startup-arguments)
14476         (browse-url-epiphany-new-window-is-tab): New variables.
14477         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
14479         * progmodes/compile.el (compile-auto-highlight): Default now t.
14480         (compile): Doc fix.
14481         (compilation-next-error): Fix previous change.
14483         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
14485         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
14487 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
14489         * gdb-ui.el (gdb-source-info): Display current frame when
14490         attaching to an existing process.
14491         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
14492         while laying out windows when attaching to an existing process.
14494 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
14496         * info.el (Info-menu): Use Info-menu-entry-name-re.
14498 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14500         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
14501         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
14503         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
14504         to match the same text.
14506 2003-07-06  John Paul Wallington  <jpw@gnu.org>
14508         * vc.el (vc-annotate-offset): Move defvar up.
14510 2003-07-06  Kim F. Storm  <storm@cua.dk>
14512         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
14513         This should fix the infinite loop when extracting menu names.
14515 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
14517         * files.el (auto-mode-alist, interpreter-mode-alist):
14518         Remove entries to CC Mode modes to avoid duplicates; they are now added
14519         with autoload directives in cc-mode.el.
14521 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
14523         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14524         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14525         these are changed, so declare them as variables and not constants.
14527         * progmodes/cc-mode.el: Fix some autoload problems: Try to
14528         ensure that the entry for ".c" extension comes before the one for
14529         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
14530         Fix incorrect entries that were added to `interpreter-mode-alist'.
14531         Move the autoload directives for AWK to the top level since they
14532         aren't recognized anywhere else.  Do not use the new AWK mode doc
14533         in the autoload form for the old AWK mode.
14535 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14537         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
14538         (bibtex-sort-ignore-string-entries): Default value t.
14539         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
14540         erroneously in previous version.
14541         (bibtex-string-files): Docstring reflects new parsing scheme.
14542         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
14543         docstring, add # as one of the chars to crush
14544         (bibtex-autokey-prefix-string, bibtex-autokey-names)
14545         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
14546         (bibtex-autokey-name-change-strings)
14547         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
14548         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
14549         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
14550         (bibtex-autokey-title-terminators)
14551         (bibtex-autokey-titlewords-stretch)
14552         (bibtex-autokey-titleword-ignore)
14553         (bibtex-autokey-titleword-case-convert)
14554         (bibtex-autokey-titleword-abbrevs)
14555         (bibtex-autokey-titleword-abbrevs)
14556         (bibtex-autokey-titleword-change-strings)
14557         (bibtex-autokey-titleword-length)
14558         (bibtex-autokey-titleword-separator)
14559         (bibtex-autokey-name-year-separator)
14560         (bibtex-autokey-year-title-separator)
14561         (bibtex-autokey-before-presentation-function)
14562         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
14563         Fix docstring.
14564         (bibtex-strings, bibtex-reference-keys):
14565         Use lazy-completion-table and make-variable-buffer-local.
14566         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
14567         (bibtex-braced-string-syntax-table)
14568         (bibtex-quoted-string-syntax-table): New variables.
14569         (bibtex-parse-nested-braces): Remove.
14570         (bibtex-parse-field-string): Use syntax table and forward-sexp.
14571         (bibtex-parse-association): Simplify.
14572         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
14573         (bibtex-parse-field-text): Simplify.
14574         (bibtex-search-forward-field, bibtex-search-backward-field):
14575         argument BOUND can take value t.
14576         (bibtex-start-of-field, bibtex-start-of-name-in-field)
14577         (bibtex-end-of-name-in-field, bibtex-end-of-field)
14578         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
14579         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
14580         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
14581         (bibtex-skip-to-valid-entry): Return buffer position of beginning
14582         and ending of entry.  Update for changes of bibtex-search-entry.
14583         Simplify.
14584         (bibtex-map-entries): FUN is called with three arguments.
14585         (bibtex-search-entry): Return a cons pair with buffer positions of
14586         beginning and end of entry.
14587         (bibtex-enclosing-field): Simplify.
14588         (bibtex-format-entry): Use booktitle to set a missing title.
14589         (bibtex-autokey-get-names): Fiddle with regexps.
14590         (bibtex-generate-autokey): Use identity.
14591         (bibtex-parse-keys): Use simplified parsing algorithm if
14592         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
14593         arguments.  Return alist of keys.
14594         (bibtex-parse-strings): Simplify.  Return alist of strings.
14595         (bibtex-complete-string-cleanup): Fix docstring.
14596         (bibtex-read-key): New function.
14597         (bibtex-mode): Fix docstring.  Do not parse for keys and
14598         strings when the mode is entered.  Set fill-paragraph-function to
14599         bibtex-fill-field.  Setup font-lock-mark-block-function the way
14600         font-lock intended.
14601         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
14602         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
14603         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
14604         (bibtex-Preamble): Avoid hard coded constants.
14605         (bibtex-make-field): Fix docstring.  Simplify.
14606         (bibtex-beginning-of-entry): Always return new position of point.
14607         (bibtex-end-of-entry): Rearrange cond clauses.
14608         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
14609         Update for changes of bibtex-map-entries.
14610         (bibtex-ispell-abstract): Do not move point.
14611         (bibtex-entry-index): Use downcase.  Simplify.
14612         (bibtex-lessp): Handle catch-all.
14613         (bibtex-find-crossref): Turn into a command.
14614         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
14615         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
14616         preamble entries.
14617         (bibtex-fill-field-bounds): New function.
14618         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
14619         (bibtex-fill-entry): Use bibtex-fill-field-bounds
14620         (bibtex-String): Use bibtex-strings.  Always obey
14621         bibtex-sort-ignore-string-entries.
14623 2003-07-05  John Paul Wallington  <jpw@gnu.org>
14625         * cus-theme.el (customize-create-theme):
14626         Call `customize-create-theme' in Reset widget's notify function.
14628         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
14629         (ibuffer-mark-interactive): Use `or' instead of `unless'.
14630         (define-ibuffer-column name): Add summarizer.
14631         (define-ibuffer-column size): Likewise.
14632         (define-ibuffer-column filename): Likewise.
14633         (define-ibuffer-column process): Likewise.  Change BODY's output too.
14634         (define-ibuffer-column filename-and-process): Likewise, likewise.
14635         (ibuffer): Remove local vars `already-in' and `need-update'.
14637         * ibuf-ext.el: Don't require `derived' at compile-time.
14639 2003-07-05  Kim F. Storm  <storm@cua.dk>
14641         * info.el: Disable paragraph refilling.
14642         (Info-refill-paragraphs): New defcustom.
14643         (Info-fontify-node): Use it.
14645 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
14647         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
14648         thingies from constructors created by defstruct.
14650         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
14651         the default value of the variable.
14652         (byte-code-meter): Move declaration to top level.
14654         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
14656         * info.el (Info-following-node-name-re): New fun.
14657         (Info-following-node-name): Remove.
14658         (Info-insert-dir): Use the new fun.
14659         (Info-extract-pointer): Don't save restriction; use new fun.
14660         (Info-menu-entry-name-re): New const.
14661         (Info-menu-entry-name-re): Use it along with new fun.
14662         (Info-node-spec-re): Use new fun.
14663         (Info-complete-menu-item, Info-fontify-node): Use new const.
14664         (Info-goto-node, Info-follow-reference, Info-menu-update):
14665         Use match-string.
14666         (Info-follow-reference): Use assoc-string.
14667         Use a list of strings for the completion table.
14668         (Info-fontify-node): Use match-string, line-end-position.
14669         Limit the search for `node:' to the first line.
14671         * newcomment.el (uncomment-region): Remove padding coming from
14672         comment-start rather than just from comment-padding.
14674         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
14675         (vc-cvs-stay-local-p): Use vc-stay-local-p.
14676         (vc-cvs-rename-file): Remove (use the default).
14677         (vc-cvs-register): Register parent dir if needed.
14678         (vc-cvs-could-register): Return non-nil if parent can be registered.
14679         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
14680         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
14682         * vc-svn.el (vc-svn-use-edit): Make it into a const.
14683         (vc-svn-update): Fix the arguments to `svn'.
14684         (vc-svn-diff-tree): Just use `vc-svn-diff'.
14685         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
14686         Simple implementations, assuming `name' is a URL.
14688         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
14689         set of chars allowed unquoted in a case pattern.
14691         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
14693         * font-lock.el (font-lock-extra-types-widget)
14694         (c-font-lock-extra-types, c++-font-lock-extra-types)
14695         (objc-font-lock-extra-types, java-font-lock-extra-types)
14696         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
14697         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
14698         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14699         (font-lock-match-c++-structor-declaration)
14700         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
14701         (c++-font-lock-keywords-3, c++-font-lock-keywords)
14702         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
14703         (objc-font-lock-keywords-3, objc-font-lock-keywords)
14704         (java-font-lock-keywords-1, java-font-lock-keywords-2)
14705         (java-font-lock-keywords-3, java-font-lock-keywords)
14706         (java-font-lock-syntactic-face-function): Remove obsolete code
14707         and constants.  It's all in cc-fonts.el now.
14709 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
14711         * mail/sendmail.el (mail-specify-envelope-from)
14712         (mail-envelope-from): Doc fix.
14714 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
14716         * generic-x.el: Do away with the dependency on `c-emacs-features'
14717         when populating `rul-generic-mode-syntax-table'; we already know
14718         this isn't XEmacs.
14720 See ChangeLog.10 for earlier changes.
14722 ;; Local Variables:
14723 ;; coding: iso-2022-7bit
14724 ;; End:
14726     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
14727   Copying and distribution of this file, with or without modification,
14728   are permitted provided the copyright notice and this notice are preserved.
14730 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1