(desktop-restore-eager): Fix typo in type.
[emacs.git] / lisp / ChangeLog
blob2b7b196c2fac0c329a6407a4ee55adc91f34bf29
1 2005-01-09  David Kastrup  <dak@gnu.org>
3         * desktop.el (desktop-restore-eager): Fix typo in type.
5 2005-01-08  Richard M. Stallman  <rms@gnu.org>
7         * cus-edit.el (customize): Delete :link.
9 2005-01-08  Jay Belanger  <belanger@truman.edu>
11         * calc/calc.el (calc-mode): Remove the extension from the
12         `calc-settings-file' file name when loading it.
14 2005-01-08  Kim F. Storm  <storm@cua.dk>
16         * info.el (Info-mode-map, Info-next-link-keymap)
17         (Info-prev-link-keymap, Info-up-link-keymap):
18         Map follow-link to mouse-face.
19         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21 2005-01-08  Jay Belanger  <belanger@truman.edu>
23         * calc/calc.el (calc-settings-file): Change default value.
24         Suggested by cgw in a comment in calc-mode.el.
26         * calc/calc-mode.el (calc-settings-file-name):
27         Compare calc-settings-file to user-init-file instead of ~/.emacs.
28         Replace ~/.emacs in a prompt by calc-settings-file.
30 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
32         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33         (desktop-lazy-idle-delay): New customizable variables.
34         (desktop-buffer-args-list): New variable.
35         (desktop-append-buffer-args): New function.
36         (desktop-save): Call desktop-append-buffer-args for some buffers.
37         (desktop-lazy-create-buffer): New function.
38         (desktop-idle-create-buffers): New function.
39         (desktop-read): Add message about buffers to restore lazily.
40         (desktop-lazy-abort): New command.
41         (desktop-clear): Call desktop-lazy-abort.
42         (desktop-lazy-complete): New command.
44 2005-01-06  Richard M. Stallman  <rms@gnu.org>
46         * emacs-lisp/find-func.el (find-face-definition):
47         Renamed from find-face.
49 2005-01-06  Kim F. Storm  <storm@cua.dk>
51         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
53         * man.el (Man-xref-man-page, Man-xref-header-file)
54         (Man-xref-normal-file): Add follow-link property.
56 2005-01-06  Jay Belanger  <belanger@truman.edu>
58         * calc/calc-units.el: Make sure the proper macro definitions are
59         available when compiling.
61 2005-01-06  Juri Linkov  <juri@jurta.org>
63         * isearch.el (isearch-lazy-highlight-update): Rename
64         `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
66 2005-01-06  Miles Bader  <miles@gnu.org>
68         * isearch.el (lazy-highlight): Renamed from `lazy-highlight-face'.
69         (isearch-lazy-highlight-face): Use new name.
71 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
73         * uniquify.el (uniquify-rationalize-file-buffer-names):
74         Re-add an interactive spec.
75         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
76         to the same name.
78         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
79         (isearch-update, isearch-done): Adjust calls accordingly.
81 2005-01-05  Richard M. Stallman  <rms@gnu.org>
83         * custom.el (custom-set-variables, custom-theme-set-variables):
84         Clarify documentation.
86         * emacs-lisp/find-func.el (find-variable)
87         (find-variable-other-window, find-variable-other-frame):
88         Fix the TYPE args to find-function-read and find-function-do-it.
89         (find-function): Doc fix.
90         (find-function-at-point): Replace function-at-point alias.
92 2005-01-04  Richard M. Stallman  <rms@gnu.org>
94         * cus-face.el (custom-declare-face):
95         Record defface in current-load-list.
97         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
99         * emacs-lisp/find-func.el: Doc fixes.
100         (find-face-regexp): New variable.
101         (find-function-regexp-alist): New variable.
102         (find-function-C-source): Third arg is now TYPE.
103         (find-function-search-for-symbol): Handle general TYPE.
104         (find-function-read, find-function-do-it): Handle general TYPE.
105         (find-definition-noselect, find-face): New functions.
106         (function-at-point): Alias deleted.
108 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
110         * battery.el (display-battery-mode): Rename from display-battery.
111         Handle the case where it gets turned off.
113 2005-01-04  Richard M. Stallman  <rms@gnu.org>
115         * cus-edit.el (customize): Make :link point to user doc.
117         * man.el (Man-fontify-manpage): Turn off undo generation.
119         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
121 2005-01-04  Andreas Schwab  <schwab@suse.de>
123         * files.el (insert-directory): Only look for error lines in
124         inserted text.  Don't move too far after processing --dired markers.
126 2005-01-04  Richard M. Stallman  <rms@gnu.org>
128         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
129         Don't expand if the character is @, period, dash, etc.
130         (define-mail-abbrev): Quote names that contain problem characters.
132 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
134         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
136 2005-01-03  Richard M. Stallman  <rms@gnu.org>
138         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
139         (query-replace-highlight, query-replace-lazy-highlight)
140         (query-replace): Definitions moved up.  Doc fix.
142 2005-01-03  Richard M. Stallman  <rms@gnu.org>
144         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
145         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
146         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
147         (lazy-highlight-face): Rename from isearch-lazy-...
148         Change all references to them.
150 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
152         * cus-edit.el (custom-file): Doc fix for defcustom.
153         (custom-file): The function no longer sets the variable
154         `custom-file' to its return value.
156         * startup.el (command-line): No longer load `custom-file'.
158 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
160         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
162         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
163         Don't confuse module-prefixed identifiers for labels.
164         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
166 2005-01-02  Richard M. Stallman  <rms@gnu.org>
168         * files.el (basic-save-buffer-1): Fix previous change.
170         * loadhist.el (file-loadhist-lookup): New function.
171         (file-provides, file-requires): Use it.
173         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
174         instead of calculating the right size.
176 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
178         * vc-svn.el (vc-svn-diff): Stay local if possible.
180 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
182         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
184         * files.el (hack-local-variables): Fix last change.
186 2005-01-02  Jay Belanger  <belanger@truman.edu>
188         * calc/calc-yank.el (calc-edit-top): New variable.
189         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
190         object.  Change header properties.
191         (calc-edit-finish, calc-edit-finish-stack-object)
192         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
193         edited object.
194         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
195         for the beginning of the edited object.
196         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
197         for the beginning of the edited object.
198         * calc/calc-prog.el (calc-edit-macro-finish-edit)
199         (calc-finish-formula-edit, calc-macro-repeats)
200         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
201         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
202         beginning of the edited object.
203         (calc-user-define-edit): Change the header for editing macros.
204         Remove unnecessary variable.
206 2005-01-01  Jay Belanger  <belanger@truman.edu>
208         * calc/calc-yank.el (calc-edit-mode): Change default header.
209         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
210         * calc/calc-store.el (calc-edit-variable): Change title to match new
211         header.
212         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
213         mode to match new header.
214         (calc-user-define-edit): Change titles to include names of commands.
215         (calc-finish-formula-edit): Adjust to handle new header.
216         (calc-finish-macro-edit): Remove.
217         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
218         (calc-edit-macro-command, calc-edit-macro-command-type)
219         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
220         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
221         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
222         (calc-edit-macro-finish-edit): New functions.
223         (calc-user-define-edit): Use new functions to edit named calc macros.
225 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
227         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
229         * ses.el (copy-region-as-kill): Deactivate mark.
231 2005-01-01  Richard M. Stallman  <rms@gnu.org>
233         * replace.el (occur-1): If the output buffer is also an input,
234         don't kill it, rename it.
236         * faces.el (set-face-background, set-face-foreground): Doc fix.
238         * cus-face.el (custom-face-attributes): Fix :help-echo strings
239         for :foreground and :background.
241         * dired.el (dired-view-command-alist): Variable deleted.
242         (dired-view-file, dired-mouse-find-file-other-window):
243         Delete the code to use it.
245 2005-01-01  Kim F. Storm  <storm@cua.dk>
247         * image.el (insert-sliced-image): Use t for line-height property.
249 2004-12-31  Jay Belanger  <belanger@truman.edu>
251         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
252         for "var-" at the beginning of the minibuffer.
254 2004-12-31  Richard M. Stallman  <rms@gnu.org>
256         * faces.el (read-face-name):
257         Don't treat an attribute spec as a list of faces.
259         * simple.el (undo): Use undo-equiv-table to detect
260         unexpected changes since previous undo.
261         (undo-list-saved): Variable deleted.
262         (buffer-disable-undo): Don't alter undo-list-saved.
264         * files.el (require-final-newline): Allow `visit' and `visit-save'.
265         (mode-require-final-newline): New option.
266         (after-find-file): Handle require-final-newline with new values.
267         (basic-save-buffer): Handle new values of require-final-newline.
269         * progmodes/sh-script.el (sh-require-final-newline):
270         Alist value now controls whether to use mode-require-final-newline.
271         (sh-set-shell): Implement that new meaning.
273         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
274         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
275         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
276         Delete old-Emacs compatibility code.
277         (antlr-c-common-init): Function deleted.
279         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
280         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
281         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
282         * progmodes/python.el (python-mode): Use mode-require-final-newline.
283         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
284         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
285         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
286         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
287         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
288         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
289         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
290         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
291         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
292         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
293         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
294         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
296 2004-12-31  Jay Belanger  <belanger@truman.edu>
298         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
299         way to return to Calc.
301         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
302         finish, C-xk as the way to cancel the edit.  Add cancel routine to
303         kill-buffer-hook.
305         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
306         MacEdit code.
308         * calc/calc-prog.el: Remove obsolete MacEdit code.
309         (calc-macro-edit-algebraic, calc-macro-edit-variable)
310         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
312 2004-12-31  Kenichi Handa  <handa@m17n.org>
314         * international/mule.el (buffer-file-coding-system-explicit):
315         Rename for explicit-buffer-file-coding-system.
316         (after-insert-file-set-coding): Adjust for the above change.
318         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
319         to buffer-file-coding-system-explicit.
320         (basic-save-buffer-1): Likewise.
322 2004-12-30  Richard M. Stallman  <rms@gnu.org>
324         * textmodes/artist.el (artist-butlast-fn): Var deleted.
325         (artist-butlast, artist-last): Functions deleted.
326         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
327         (artist-compute-key-compl-table): Call remq directly.
328         (artist-remove-nulls): Function deleted.
329         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
330         (artist-push, artist-pop): Macro deleted.
332 2004-12-30  Andreas Leue  <al@sphenon.de>
334         * textmodes/artist.el (artist-version): 1.2.6
335         (artist-prev-next-op-alist): New variable.
336         (artist-select-next-op-in-list): New function.
337         (artist-select-prev-op-in-list): New function.
338         (artist-make-prev-next-op-alist): New function.
339         (artist-is-in-op-list-p): New function.
340         (artist-get-first-non-nil-op): New function.
341         (artist-get-last-non-nil-op): New function.
342         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
343         artist-prev-next-op-alist.
344         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
345         change drawing operation.
347 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
349         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
351 2004-12-31  Masatake YAMATO  <jet@gyve.org>
353         * server.el (server-process-filter): Suppress `error', too.
355 2004-12-30  Jay Belanger  <belanger@truman.edu>
357         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
358         Change the way a variable is displayed in a message.
360         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
361         (calc-user-define-permanent, calc-execute-kbd-macro):
362         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
364 2004-12-30  Kenichi Handa  <handa@m17n.org>
366         * files.el (basic-save-buffer-1):
367         Set explicit-buffer-file-coding-system to last-coding-system-used.
368         (revert-buffer): Pay attention to
369         explicit-buffer-file-coding-system (not buffer-file-coding-system)
370         on bind coding-system-for-read.
372         * international/mule.el (explicit-buffer-file-coding-system):
373         New buffer local variable.
374         (after-insert-file-set-coding): Set it to coding-system-for-read.
376 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
378         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
380 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
382         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
383         that include line numbers.
385 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
387         * files.el (hack-local-variables): If no PREFIX, set it to "^".
388         Redundant variable PREFIXLEN removed.
390 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
392         * eshell/em-hist.el (eshell-previous-matching-input):
393         Start the deletion from the end of the output.
395 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
397         * term/mac-win.el: Require x-dnd.
398         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
400 2004-12-29  David Kastrup  <dak@gnu.org>
402         * international/mule.el (decode-coding-inserted-region):
403         Don't barf if `buffer-undo-list' is already set to `t'.
405 2004-12-29  Jay Belanger  <belanger@truman.edu>
407         * calc/calc-prog.el (calc-user-define-formula): Put default values
408         for function names in prompts.
409         (calc-user-define-permanent, calc-user-define-composition)
410         (calc-user-define-formula): Remove the need for "calcFunc-" in the
411         default input for algebraic functions.
413 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
415         * vc-rcs.el (vc-rcs-annotate-command):
416         Fix omission bug: Call `vc-setup-buffer'.
418 2004-12-29  Kenichi Handa  <handa@m17n.org>
420         * international/mule.el (recode-region): New function.
422 2004-12-28  Richard M. Stallman  <rms@gnu.org>
424         * simple.el (undo-extra-outer-limit): New variable.
425         (undo-outer-limit-truncate): Test and set it.
427         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
428         enables the feature to extend the existing region.
430         * simple.el (mark-word): New arg ALLOW-EXTEND
431         enables the feature to extend the existing region.
433         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
434         enables the feature to extend the existing region.
436         * startup.el (site-run-file): Don't allow setting it with Custom.
438         * simple.el (buffer-disable-undo): Fix previous change.
440 2004-12-27  Masatake YAMATO  <jet@gyve.org>
442         * hexl.el (hexlify-buffer): Remove fontification here.
443         Use font lock mechanism instead.
444         (hexl-font-lock-keywords): New font lock kewords.
445         (hexl-mode-old-font-lock-keywords): New variable.
446         (hexl-mode): Store the old font lock keywords.
447         (hexl-mode-exit): Restore the old font lock keywords.
449 2004-12-27  Richard M. Stallman  <rms@gnu.org>
451         * simple.el (undo): Fix previous change.
453 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
455         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
456         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
457         Call x-open-connection on Mac OS X.
459 2004-12-27  Richard M. Stallman  <rms@gnu.org>
461         * files.el (buffer-save-without-query): New var (buffer-local).
462         (save-some-buffers): Save those buffers first, w/o asking.
464         * files.el (insert-directory-ls-version): New variable.
465         (insert-directory): When ls returns an error, test the version
466         number to decide what the return code means.
467         With --dired output format, detect and distinguish lines
468         that are really error messages.
469         (insert-directory-adj-pos): New function.
471         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
473         * battery.el (battery-mode-line-format): Remove initial spaces.
475         * uniquify.el (uniquify-rationalize-file-buffer-names):
476         Delete interactive spec.
478         * type-break.el (type-break-mode): Set buffer-save-without-query.
479         Remove code that tried to set save-some-buffers-always.
480         (type-break-file-keystroke-count): Bind deactivate-mark.
482         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
484         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
485         Test that the buffer is live, and maybe reject current buffer too.
486         Clarify.
487         (next-error-find-buffer): Rewrite for clarity.
489         * loadup.el: Don't use buffer-disable-undo; do it directly.
491         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
492         (describe-variable): Call symbol-file with `defvar'.
494         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
495         (symbol-file): Rewritten to handle new load-history format.
496         Now takes an arg TYPE to specify looking for a particular
497         type of definition only.
499         * emacs-lisp/debug.el (debugger-make-xrefs):
500         Call symbol-file with `defun'.
502         * emacs-lisp/find-func.el (find-function-noselect):
503         Call symbol-file with `defun'.
504         (find-variable-noselect): Call symbol-file with `defvar'.
506         * eshell/esh-cmd.el (eshell-find-alias-function):
507         Call symbol-file with `defun'.
509         * eshell/esh-test.el (eshell-test-goto-func):
510         Call symbol-file with `defun'.
512         * mail/rmail.el (rmail-resend):
513         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
515         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
517         * progmodes/compile.el (compilation-find-buffer): Rename arg.
519         * textmodes/texinfmt.el (texinfo-format-buffer-1):
520         Call buffer-disable-undo.
522         * simple.el (undo-list-saved): New variable (buffer-local).
523         (undo): Set and test it.
524         (buffer-disable-undo): Move here from buffer.c.
525         Clear out undo-list-saved.
527         * international/mule.el (decode-coding-inserted-region):
528         Set buffer-undo-list in a correct and optimal way.
530         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
531         (cperl-font-lock-unfontify-region-function): No need to save and
532         restore info, since font-lock.el does it for us.
534         * ansi-color.el (save-buffer-state): Definition deleted.
535         (ansi-color-unfontify-region): Don't use save-buffer-state.
537 2004-12-27  Dave Love  <fx@gnu.org>
539         * wid-edit.el (function): Use restricted-sexp as parent.
541 2004-12-27  Kevin Ryde  <user42@zip.com.au>
543         * simple.el (next-matching-history-element): Use same
544         `interactive' form as previous-matching-history-element.
546         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
547         it can appear unencoded and has been seen from yahoo.
549 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
551         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
552         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
554 2004-12-27  Kenichi Handa  <handa@m17n.org>
556         * international/utf-8.el (utf-translate-cjk-load-tables):
557         Bind coding-system-for-read to nil while loading subst-*.
559 2004-12-26  Jay Belanger  <belanger@truman.edu>
561         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
562         default input.
564 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
566         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
567         before reverting and disable undo recording while reverting.
569 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
571         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
572         (hs-make-overlay): New function.
573         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
574         (hs-flag-region): Delete function.
575         (hs-hide-comment-region): No longer use `hs-flag-region'.
576         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
577         (hs-hide-block-at-point): Likewise.
578         (hs-hide-level-recursive): Use `hs-discard-overlays'.
579         (hs-hide-all, hs-show-all): Likewise.
580         (hs-show-block): Likewise.
581         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
583 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
585         * progmodes/hideshow.el: Require `cl' when compiling.
586         Remove XEmacs and Emacs 19 compatibility.
587         Use `dolist' and `add-to-list' for load-time actions.
588         (hs-discard-overlays): Use `dolist'.
589         (hs-show-block): Likewise.
591 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
593         * faces.el (mode-line, mode-line-inactive): Use min-colors.
595 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
597         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
598         When extending backwards, move outside the current comment first.
600 2004-12-22  Kenichi Handa  <handa@m17n.org>
602         * international/quail.el (quail-start-translation): Fix prompt
603         string for the case if input-method-use-echo-area being non-nil.
604         (quail-start-conversion): Likewise.
605         (quail-show-guidance): Don't show guidance if
606         input-method-use-echo-area is non-nil.
608 2004-12-21  Richard M. Stallman  <rms@gnu.org>
610         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
612 2004-12-21  Markus Rost  <rost@ias.edu>
614         * calendar/diary-lib.el (mark-diary-entries):
615         Set mark-diary-entries-in-calendar only after checking for diary-file.
617 2004-12-21  Richard M. Stallman  <rms@gnu.org>
619         * faces.el (escape-glyph): Use blue against light foreground.
621         * simple.el (undo-outer-limit-truncate): New function.
622         (undo-outer-limit-function): Use undo-outer-limit-truncate.
624 2004-12-21  Eli Barzilay  <eli@barzilay.org>
626         * calculator.el: (calculator-radix-grouping-mode)
627         (calculator-radix-grouping-digits)
628         (calculator-radix-grouping-separator):
629         New defcustoms for the new radix grouping mode functionality.
630         (calculator-mode-hook): Now used in electric mode too,
631         (calculator): Call it.
632         (calculator-mode-map): Some new keys.
633         (calculator-message): New function.  Some new calls.
634         (calculator-op, calculator-set-register): Use it.
635         (calculator-string-to-number): New function, mostly moved and
636         updated code from calculator-curnum-value.
637         (calculator-curnum-value): Use it.
638         (calculator-paste): Use it, and update grabbing the current-kill.
639         (calculator-rotate-displayer)
640         (calculator-rotate-displayer-back): Toggle digit grouping when
641         in radix mode, use calculator-message.
642         (calculator-displayer-prev, calculator-displayer-next):
643         Change digit group size when in radix mode.
644         (calculator-number-to-string): Rename from
645         calculator-num-to-string.  Now deals with digit grouping in
646         radix mode.
647         (calculator-update-display, calculator-put-value): Use the new name.
648         (calculator-fact): Return a floating point number.
649         (calculator-mode): Doc fix.
651 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
653         * calendar/calendar.el (view-other-diary-entries): Add autoload.
654         * calendar/diary-lib.el (view-other-diary-entries):
655         Use current-prefix-arg in interactive spec.
657 2004-12-19  Jay Belanger  <belanger@truman.edu>
659         * calc/calc-aent.el (calcAlg-blank-matching-open):
660         Temporarily adjust the syntax of both delimiters of half-open intervals.
662 2004-12-19  Kim F. Storm  <storm@cua.dk>
664         * mouse.el (mouse-1-click-follows-link): Doc fix.
666 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
668         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
669         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
670         instead of centraleuropean as the name
672 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
674         Sync with Tramp 2.0.46.
676         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
677         parameters wrt Tramp convention.
678         (tramp-handle-file-attributes-with-perl)
679         (tramp-handle-directory-files-and-attributes): Apply it.
680         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
681         `copy-program'.  Reported by Zack Weinberg
682         <zack@codesourcery.com>.
683         (top): Set `edebug-form-spec' property directly rather than
684         calling `def-edebug-spec'.
686         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
687         advice less fragile.  Surround temporary redefinition of
688         `substitute-in-file-name' with `unwind-protect'.  Suggested by
689         Matt Hodges <MPHodges@member.fsf.org>.
691 2004-12-17  Juri Linkov  <juri@jurta.org>
693         * replace.el (occur-accumulate-lines, occur-engine):
694         Make forcing deferred font-lock fontification jit-specific.
696 2004-12-17  Kim F. Storm  <storm@cua.dk>
698         * mouse.el (mouse-1-click-follows-link): New defcustom.
699         (mouse-on-link-p): New function.
700         (mouse-drag-region-1): Implement mouse-1-click-follows-link
701         functionality.  Map a mouse-1 click event into a mouse-2 (or
702         other) event when position is inside a link.
704         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
705         prefix in tooltip text with "mouse-1" when this is a link
706         recognized by mouse-1-click-follows-link functionality.
708         * help.el (describe-key): Report effective and original binding
709         for mouse-1 when clicked on a link.
710         (describe-mode): Add follow-link property to "minor-mode" button.
712         * help-fns.el (describe-variable): Add follow-link property to
713         "below" button.
715         * help-mode.el (help-xref): Add follow-link property.
717         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
718         (apropos-command, apropos-variable, apropos-face, apropos-group)
719         (apropos-widget, apropos-plist): Add follow-link property.
721         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
722         checks if position is in a filename, rather than some other
723         clickable item.  Function looks for cvs-filename-face at position.
725         * wid-edit.el (widget-specify-field, widget-specify-button):
726         Map a :follow-link keyword into a follow-link property.
727         (link): Add :follow-link keyword, map to RET binding.
729         * dired.el (dired-mode-map): Map follow-link to mouse-face.
731         * progmodes/compile.el (compilation-minor-mode-map)
732         (compilation-button-map, compilation-mode-map): Likewise.
734 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
736         * play/zone.el (zone): Init `line-spacing' from orig buffer.
737         (zone-replace-char): Take `count' and `del-count'
738         instead of `direction'.  Update callers.  When `del-count' is
739         non-nil, delete that many characters, otherwise `count' characters
740         backwards.  Insert the newly-replaced string `count' times.
741         (zone-fret): Handle chars w/ width greater than one.
742         (zone-fall-through-ws): No longer take window width `ww'.
743         Update callers.  Add handling for `char-width' greater than one.
744         (zone-pgm-drip): Update var holding window-end position every cycle.
746 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
748         * vc.el (vc-default-update-changelog): Use insert-file-contents,
749         rather than insert-file.
751 2004-12-16  Jay Belanger  <belanger@truman.edu>
753         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
754         (math-init-random-base, math-random-digit): Check to see if
755         var-RandSeed is bound.
756         (math-random-last): Declare it.
757         (math-random-digit): Don't make math-random-last local.
759 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
761         * play/zone.el (zone): Fix omission bug: Use a self-disabling
762         one-shot thunk for uniform (error, quit, normal) recovery.
763         Reported by John Paul Wallington.
764         (zone-pgm-random-life): Fix bug:
765         Recognize empty initial field by lack of "@" chars.
767 2004-12-16  Juri Linkov  <juri@jurta.org>
769         * help.el (function-called-at-point):
770         * help-fns.el (variable-at-point): As a last resort try stripping
771         non-word prefixes and suffixes.
773         * descr-text.el (describe-property-list): Don't treat syntax-table
774         specially.  Use describe-text-sexp which inserts [show] button
775         for large objects and handles printing errors.  Sort properties
776         by names in alphabetical order instead of by value sizes.
777         Add `mouse-face' to list of properties for `describe-face' widget.
778         (describe-char): Mask out face-id from 19 bits of character.
779         Print face-id separately.
781         * replace.el (occur-accumulate-lines, occur-engine):
782         Fontify unfontified matching lines in the source buffer
783         before copying them.
784         (occur-engine): Don't put mouse-face on context lines.
785         (occur-next-error): Set point to line beginning/end
786         before searching for prev/next property to skip multiple
787         matches on a line (not supported by occur engine).
788         Remove redundant prefix-numeric-value.
790 2004-12-15  Juri Linkov  <juri@jurta.org>
792         * replace.el (match): New face.
793         (list-matching-lines-face): Change default from `bold' to `match'.
795         * progmodes/grep.el (grep-match-face): New defvar.
796         (grep-mode-font-lock-keywords): Use grep-match-face instead of
797         compilation-column-face to highlight grep matches.
799         * apropos.el (apropos-match-face): Change default from
800         `secondary-selection' to `match'.
802         * info-look.el (info-lookup-highlight-face): Change default from
803         `highlight' to `match'.
805 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
807         * progmodes/executable.el (executable-interpret): Eliminate
808         obsolete compile-internal, and switch to comint for interaction.
810 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
812         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
813         `&&' when skipping multiple statements on a line.
815 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
817         * play/zone.el (zone): Set `truncate-lines'.
818         Also, init `tab-width' with value from original buffer.
819         (zone-shift-up): Rewrite for speed.
820         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
821         (zone-pgm-jitter): Remove redundant entries from ops vector.
822         (zone-exploding-remove): Reduce iteration count.
823         (zone-cpos): Convert to defsubst.
824         (zone-replace-char): New defsubst.
825         (zone-park/sit-for): Likewise.
826         (zone-fret): Take window-start arg.
827         Update callers. Use `zone-park/sit-for'.
828         (zone-fill-out-screen): Rewrite.
829         (zone-fall-through-ws): Likewise. Update callers.
830         (zone-pgm-drip): Use `zone-replace-char'.
831         Move var inits before while-loop. Use `zone-park/sit-for'.
832         (zone-pgm-random-life): Handle empty initial field.
833         Use `zone-replace-char' and `zone-park/sit-for'.
835 2004-12-15  Juri Linkov  <juri@jurta.org>
837         * isearch.el (isearch-update): Test isearch-lazy-highlight
838         before calling isearch-lazy-highlight-new-loop.
839         (isearch-lazy-highlight-new-loop):
840         Don't test isearch-lazy-highlight.
842         * replace.el (perform-replace): Add isearch-case-fold-search.
843         Use delimited-flag for isearch-regexp.
844         Reset isearch-lazy-highlight-last-string to force lazy
845         highlighting when called from isearch mode.
846         (query-replace-highlight): Revert defcustom type to boolean.
847         (query-replace-lazy-highlight): New defcustom.
848         (query-replace): New face.
849         (perform-replace, replace-highlight, replace-dehighlight):
850         Test query-replace-lazy-highlight instead of special value
851         `isearch' of query-replace-highlight.
852         (replace-dehighlight): Don't call isearch-dehighlight.
853         (replace-highlight): Don't call isearch-highlight.
854         Use face `query-replace' unconditionally.
856 2004-12-14  Kim F. Storm  <storm@cua.dk>
858         * simple.el (inhibit-mark-movement): Remove defvar.
859         (beginning-of-buffer, end-of-buffer): Don't use it.
861         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
862         Don't use inhibit-mark-movement.
864         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
865         (cua--undo-push-mark): Remove.
866         (cua--pre-command-handler, cua--post-command-handler):
867         Don't fiddle with inhibit-mark-movement.
869 2004-12-14  Juri Linkov  <juri@jurta.org>
871         * buff-menu.el (list-buffers-noselect): Collect internal info
872         for every buffer in BUFFER-LIST arg too.
873         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
874         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
875         Bind same-window-buffer-names and same-window-regexps to nil.
877 2004-12-13  Juri Linkov  <juri@jurta.org>
879         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
881         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
882         (sc-cite-region, sc-uncite-region, sc-recite-region):
883         Fix previous change to handle not alist as a symbol, but
884         a citation frame as a symbol that represents a variable name.
886 2004-12-13  Richard M. Stallman  <rms@gnu.org>
888         * filecache.el (file-cache-add-directory-using-find):
889         Only set up file-cache-find-command-posix-flag if we will use it.
891         * bindings.el (mode-line-buffer-identification-keymap):
892         Don't cancel the mode-line's usual down-mouse-1 binding.
894         * cus-edit.el (custom-face-selected): Handle `default' specs.
895         (custom-face-edit): Increase extra-offset.
896         (custom-display): Handle `default' specs.
898         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
900         * emacs-lisp/elint.el (elint-standard-variables)
901         (elint-unknown-builtin-args): Move definitions up.
903         * net/browse-url.el (browse-url-url-at-point): Add autoload.
905         * info.el (info-xref-visited): Use `default' instead of t.
906         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
908         * faces.el (header-line, mode-line-inactive, tool-bar):
909         Use `default' instead of t for setting the defaults.
910         (face-spec-choose): Separate `t' from `default'.
912         * subr.el (while-no-input): New macro.
914 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
916         * filecache.el (file-cache-add-directory-using-find):
917         Only test file-cache-find-command-posix-flag on some systems.
919 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
921         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
922         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
923         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
924         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
925         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
927 2004-12-12  Juri Linkov  <juri@jurta.org>
929         * files.el (find-file-other-window, find-file-other-frame):
930         Add the first buffer to the returned value to return the complete
931         list of all visited buffers.
932         (find-file-read-only, find-file-read-only-other-window)
933         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
934         `find-file-read-args'.  Signal an error about non-existent file
935         only if file name doesn't contain wildcards.  Toggle read-only in
936         all visited buffers.
937         (find-alternate-file, find-alternate-file-other-window):
938         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
939         called interactively.  Pass arg `wildcards' to other functions.
940         (find-file-noselect): Doc fix.
942         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
943         Doc fix.
944         (ffap-directory-finder): New variable.
945         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
946         (ffap-file-at-point): Add /* to immediately rejected names.
947         Return absolute file names matching ffap-dired-wildcards.
948         (ffap-read-file-or-url): Set default value for `completing-read'
949         to `buffer-file-name'.
950         (find-file-at-point): When filename matches ffap-dired-wildcards,
951         call ffap-file-finder with t arg `wildcards', instead of dired.
952         (ffap-other-window, ffap-other-frame): Return visited buffers.
953         (ffap-read-only, ffap-read-only-other-window)
954         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
955         (dired-at-point): Call ffap-directory-finder instead of dired.
956         (ffap-dired-other-window, ffap-dired-other-frame)
957         (ffap-list-directory): New commands.
958         (ffap-bindings): New keybindings for new commands.
960 2004-12-12  Juri Linkov  <juri@jurta.org>
962         * simple.el (beginning-of-buffer, end-of-buffer):
963         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
964         Do not push mark when mark is active in transient-mark-mode.
966         * simple.el (mark-word):
967         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
968         * textmodes/paragraphs.el (mark-paragraph):
969         Extend the region when mark is active in transient-mark-mode,
970         regardless of the last command.  Doc fix.
972         * simple.el (mark-word): Preserve direction when repeating.
973         Make arg optional.  Interactive "p" -> "P".
974         (transient-mark-mode, inhibit-mark-movement): Doc fix.
976         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
977         preserving direction, to mark forward instead of backward when mark
978         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
980 2004-12-12  Juri Linkov  <juri@jurta.org>
982         * isearch.el (isearch-edit-string): Set 7th arg of
983         `read-from-minibuffer' to `t' to inherit the current input
984         method (whose name is indicated by [IM] in the minibuffer prompt)
985         from the current buffer to the minibuffer.
986         (isearch-lazy-highlight-update): Put body to `with-local-quit'
987         to allow C-g quitting for lazy highlighting looping inside the
988         search with nested repetition operators.  Add overlay to the list
989         before setting its face and other properties to avoid the case of
990         code quitting after placing the new overlay but before it's
991         recorded on the list.  Select the window where isearch was
992         activated, to highlight matches in the right window when isearch
993         switches the current window to the minibuffer.
995         * international/isearch-x.el
996         (isearch-process-search-multibyte-characters):
997         Use `isearch-message' as initial input for `read-string' instead
998         of adding it to the minibuffer prompt.  After reading a string
999         remove the initial value of `isearch-message' from the string.
1001         * replace.el (replace-match-maybe-edit): Doc fix.
1002         (perform-replace): Don't call `replace-highlight' when automatic
1003         replacement is requested in literal mode, since it is intended
1004         only to highlight words during entering a new replacement string
1005         for \? in non-literal mode.
1007         * replace.el (query-replace-highlight): Add new value `isearch'
1008         that allows query replacement to use isearch highlighting.
1009         Change type from `boolean' to `choice'.  Doc fix.
1010         (replace-highlight, replace-dehighlight, perform-replace):
1011         Use isearch highlighting if query-replace-highlight eq `isearch'.
1013 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1015         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1016         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
1018         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
1019         case of \end{verbatim}.
1021 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
1023         * term.el (term-termcap-format): Synchronyze with terminfo.
1024         (term-emulate-terminal): Handle reset.
1025         (term-reset-terminal): New function.
1027 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
1029         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
1030         (zone-fill-out-screen): New func.
1031         (zone-pgm-drip): Use `zone-fill-out-screen'.
1032         Also, no longer go to point-min on every cycle.
1033         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
1034         (zone-pgm-random-life-wait): New user var.
1035         (zone-pgm-random-life): New func.
1037 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
1039         * files.el (auto-mode-alist): Map .com to DCL mode.
1041 2004-12-09  Richard M. Stallman  <rms@gnu.org>
1043         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
1045 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
1047         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
1048         buffer with a display margin.
1050 2004-12-08  Jay Belanger  <belanger@truman.edu>
1052         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
1053         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
1055 2004-12-08  Richard M. Stallman  <rms@gnu.org>
1057         * faces.el: Delete code to set display table.
1058         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
1060 2004-12-08  Jay Belanger  <belanger@truman.edu>
1062         * calc/calc.el: Add math-read-preprocess-string to autoloads.
1064         * calc/calc-ext.el (math-read-replacement-list)
1065         (math-read-superscripts, math-read-preprocess-string): Move to
1066         calc-aent.el.
1068         * calc/calc-aent.el (math-read-replacement-list)
1069         (math-read-superscripts, math-read-preprocess-string): Move from
1070         calc-ext.el.
1072 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1074         * isearch.el (isearch-quote-char): Fix up typo in last change.
1076 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
1078         * mouse.el (mouse-set-font): Handle the case where the command was
1079         not invoked using the mouse.
1081         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
1082         (edmacro-finish-edit): Further update for keyboard macros that are
1083         lambda forms.
1084         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
1086 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1088         * font-lock.el (font-lock-unfontify-region): Save buffer state.
1089         (font-lock-default-unfontify-region): Don't save buffer state any more.
1091 2004-12-07  Jay Belanger  <belanger@truman.edu>
1093         * calc/calc-help.el (calc-describe-key):
1094         Set calc-summary-indentation even when Calc Summary buffer exists.
1096 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
1098         * calendar/holidays.el (holiday-easter-etc): Make arguments
1099         optional for backwards compatibility.  Doc fix.
1100         Remove un-necessary local vars mandatory, output-list.
1101         (holiday-advent):  Make arguments optional for backwards
1102         compatibility.  Doc fix.
1104 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1106         * paren.el (show-paren-function): Fix last change (2004-12-02).
1108         * international/mule-util.el (char-displayable-p): Return nil for
1109         unibyte mode.
1111         * subr.el (subregexp-context-p): New function.
1113         * isearch.el (isearch-quote-char): Use it.
1115         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
1116         (regexp-opt-not-groupie*-re): Remove.
1117         (regexp-opt): Properly handle inputs with duplicate entries.
1119 2004-12-06  Richard M. Stallman  <rms@gnu.org>
1121         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
1123         * cus-edit.el (custom-file): Doc fix.
1125         * textmodes/org.el: New file.
1127 2004-12-06  Kenichi Handa  <handa@m17n.org>
1129         * ldefs-boot.el: Update international/mule-util.el section.
1131 2004-12-05  Sam Steingold  <sds@gnu.org>
1133         * net/tramp.el (tramp-handle-file-accessible-directory-p):
1134         Fix `tramp-time-diff' comparison logic.
1136 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
1138         * progmodes/which-func.el (which-function):
1139         Use `run-hook-with-args-until-success' instead of a custom loop.
1140         Fixes bug with local hooks.
1142 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1144         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
1145         Use delete-dups when calculating the initial value.
1146         (bibtex-autokey-get-title): Use <=.
1147         (bibtex-goto-line): New function.
1148         (bibtex-reposition-window): Use line numbers instead of point
1149         positions.  Use window-body-height.
1150         (bibtex-find-crossref): Use bibtex-reposition-window.
1151         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
1152         position of entry if key is found or nil if not found.
1154 2004-12-05  Richard M. Stallman  <rms@gnu.org>
1156         * cus-edit.el (custom-file): Doc fix.
1158         * progmodes/sh-script.el (sh-indent-for-then): Change default.
1160 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1162         * simple.el (blink-matching-open):
1163         * textmodes/tex-mode.el (tex-validate-region):
1164         Obey syntax-table text properties.
1166 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
1168         * wid-edit.el (widget-specify-field): Add `real-field' property to
1169         boundary.
1170         (widget-field-at): Use it.
1172 2004-12-02  Richard M. Stallman  <rms@gnu.org>
1174         * progmodes/cc-mode.el (awk-mode autoload):
1175         Supply t meaning interactive function.
1177         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
1178         (isearch-mode-map): No special definition for space.
1179         (isearch-whitespace-chars): Command deleted.
1180         (isearch-forward-regexp): Doc fix.
1181         (isearch-quote-char): When a space is not inside brackets,
1182         use `[ ]' instead of just space.
1183         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
1185         * imenu.el (imenu--generic-function): Delete code to exclude
1186         matches in comments.
1188         * man.el (Man-reverse-face): Change default to `highlight'.
1190         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
1191         (occur-engine): Use `face' prop rather than `font-lock-face'
1192         when specifying use of `match-face'.
1193         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
1195         * emacs-lisp/elint.el (elint-standard-variables): Update list.
1197         * add-log.el (add-log-current-defun): Handle the case where point
1198         is in the header part of a DEFUN construct.
1200 2004-12-02  Dave Love  <fx@gnu.org>
1202         * progmodes/python.el (python-font-lock-syntactic-keywords):
1203         Fix previous change.
1205 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
1207         * paren.el (show-paren-function): Check for matching chars
1208         specified by text props.
1210 2004-12-02  Jay Belanger  <belanger@truman.edu>
1212         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
1213         when reading a new key sequence.
1215 2004-12-02  Kim F. Storm  <storm@cua.dk>
1217         * faces.el (escape-glyph): Rename from glyph.
1218         (standard-display-table): Set it here.  Add escape-glyph face to
1219         extra slot characters.
1221         * disp-table.el: Undo 2004-12-01 change.  Display table is now
1222         setup in faces.el.
1224 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
1226         * xml.el (xml-parse-dtd): Don't show validity messages when
1227         xml-validating-parser is nil.
1228         (xml-substitute-special): Fix validity error messages to
1229         actually show the unexpandable entity.  Added validity error if &
1230         isn't followed by an entity.
1231         (xml-parse-tag): Concatenate any string following the a
1232         <![CDATA[]]> section to the parsed CDATA.
1233         (xml-parse-dtd): Skip parameter entity declarations and use of
1234         parameter entities.
1236 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
1238         * kmacro.el (kmacro-default-counter-format): New var.
1239         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
1240         (kmacro-display): Remove `nil' from `and' form.  Delete call to
1241         `format' inside `message'.
1242         (kmacro-start-macro): Use `kmacro-default-counter-format'.
1244 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1246         * pcvs.el (cvs-header-msg): New function.
1247         (cvs-update-header): Use it.  Change calling convention.
1248         Correctly handle the case of having simultaneous active processes.
1249         (cvs-sentinel): Don't call cvs-update-header any more.
1250         (cvs-mode-run): Update call and add cvs-update-header to postproc.
1252 2004-12-01  Jay Belanger  <belanger@truman.edu>
1254         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
1255         Change message.
1257 2004-12-01  Juri Linkov  <juri@jurta.org>
1259         * progmodes/prolog.el (prolog-mode-variables):
1260         Fix imenu-generic-expression.
1262 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
1264         * faces.el (glyph): New face.
1266         * disp-table.el: Add an autoloaded table, that doesn't require
1267         this library, with glyph face.
1269         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
1270         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
1271         (conf-quote-normal): Allow normalizing only ' or ".
1272         (conf-mode): Regexp-quote constructed comment-start and don't
1273         match section {} where "name" contains braces.
1275         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
1276         files.
1278 2004-12-01  Kenichi Handa  <handa@m17n.org>
1280         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
1281         (x-select-text): Don't treat eight-bit-control/graphic chars
1282         specially.  Store the encoded text in the X cut buffer.
1283         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
1284         with x-last-selected-text-cut-encoded.
1286 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1288         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
1290 2004-11-30  Markus Rost  <rost@ias.edu>
1292         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
1293         AUCTeX.
1295 2004-11-30  Jay Belanger  <belanger@truman.edu>
1297         * calc/calc-arith.el (math-possible-signs): Made stronger checks
1298         on signs of intervals.
1299         (math-pow-of-zero): Strengthen checks for positive and negative
1300         exponents.
1302         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
1303         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
1304         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
1305         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
1306         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
1307         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
1308         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
1309         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
1310         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
1311         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
1312         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
1313         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
1314         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
1315         with provide statements.
1317         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
1319         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
1321         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
1322         (calc-load-everything, math-defsimplify): Replace dummy autoloading
1323         functions by require statements.
1324         (math-defsimplify): Move to calc-alg.el, add to autoloads.
1326         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1327         (calc-gnuplot-print): Give them values.
1329         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
1330         autoloads.
1331         Add calc-do-embedded-activate to autoloads.
1332         (calc-gnuplot-name, calc-gnuplot-plot-command)
1333         (calc-gnuplot-print-command): Move them to calc-graph.el.
1335 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1337         * term/mac-win.el (ccl-encode-mac-roman-font)
1338         (ccl-encode-mac-cyrillic-font)
1339         (ccl-encode-mac-centraleuropean-font, encoder-list)
1340         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
1341         Support Cyrillic, CentralEuropean, and Dingbat font display
1343 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
1345         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
1347         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
1348         still nil.
1350 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
1352         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
1353         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
1355 2004-11-29  Jay Belanger  <belanger@truman.edu>
1357         * calc/calc-arith.el (math-pow-of-zero): Take into account different
1358         cases of the base and exponent.
1360 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
1362         * simple.el (next-error-buffer-p): Allow for inclusive and
1363         exclusive tests for finding a buffer.
1364         (next-error-find-buffer): Pass the exclusive and inclusive tests
1365         to next-error-buffer-p.
1367         * replace.el (occur-next-error): Switch to the Occur buffer when
1368         appropriate, use the exclusive filter to next-error-find-buffer to
1369         do it.  Use the absolute value of the motion amount.
1371 2004-11-29  Kenichi Handa  <handa@m17n.org>
1373         * startup.el (command-line): Decode all default-directory by
1374         locale-coding-system.
1376 2004-11-29  Jay Belanger  <belanger@truman.edu>
1378         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
1379         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
1380         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
1381         Replace calls to calc-extensions by appropriate require, replace
1382         calc-extensions-loaded by appropriate featurep.
1384         * calc/calc-ext.el: Move require to end of file.
1385         Remove redundant loading of calc.el.
1386         (calc-extensions-loaded): Remove unnecessary variable.
1387         (calc-extensions): Remove unnecessary function.
1388         (calc-load-everything): Replace calc-need-macros by appropriate require.
1390         * calc/calc-macs.el: Move provide to end of file.
1391         (calc-need-macros): Remove unnecessary function.
1393         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
1394         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
1395         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
1396         Replace calc-extensions by appropriate require.
1397         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
1399         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
1400         Replace calc-need-macros by appropriate require.
1402         * calc/calc.el: Move require to end of file.
1403         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
1404         Remove unnecessary variable.
1405         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
1406         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
1407         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
1408         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
1409         (math-stack-value-offset, math-format-value, math-format-flat-expr)
1410         (math-format-number, math-format-bignum, math-read-number)
1411         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
1412         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
1413         by appropriate require.
1414         (calc-check-defines): Replace calc-need-macros by appropriate require.
1416 2004-11-29  Kim F. Storm  <storm@cua.dk>
1418         * macros.el (insert-kbd-macro): Handle kmacro functions.
1420 2004-11-28  Juri Linkov  <juri@jurta.org>
1422         * compare-w.el (compare-windows-highlight): Attach each overlay
1423         to its window to properly highlight differences while comparing
1424         two windows of the same buffer.  Fix arguments.
1425         (compare-windows-sync-default-function): Fix arguments of
1426         `compare-windows-highlight'.
1428         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
1429         Use `read-expression-history'.  Set initial contents only if
1430         `edebug-global-break-condition' is non-nil.  Set histpos to 1
1431         if initial contents is equal to the last history element.
1432         (edebug-set-conditional-breakpoint): Instead of temporarily
1433         prepending the current condition to the history, set initial
1434         contents to the current condition.  Set histpos to 1 if initial
1435         contents is equal to the last history element.
1437         * info.el (Info-search-whitespace-regexp): Remove shy group.
1438         (Info-search): Forward line if search is on the header line.
1439         Use search-whitespace-regexp in two other places.
1441 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
1443         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
1444         warning.  Delay real definition, which uses
1445         `set-fringe-indicators-1' till after the definition of that function.
1447 2004-11-28  Kim F. Storm  <storm@cua.dk>
1449         * fringe.el (fringe): New defgroup.
1450         (fringe-mode): Move to fringe group.
1451         (fringe-indicators): New defcustom.
1452         (set-fringe-indicators-1): New defun.
1454         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
1455         (menu-bar-showhide-fringe-ind-menu): New keymap.
1456         (menu-bar-showhide-fringe-ind-empty)
1457         (menu-bar-showhide-fringe-ind-mixed)
1458         (menu-bar-showhide-fringe-ind-box)
1459         (menu-bar-showhide-fringe-ind-right)
1460         (menu-bar-showhide-fringe-ind-left)
1461         (menu-bar-showhide-fringe-ind-none): New defuns.
1462         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
1464 2004-11-27  Richard M. Stallman  <rms@gnu.org>
1466         * comint.el (comint-read-noecho): Add trivial compatibility definition.
1468         * generic.el (define-generic-mode): Doc fix.
1470         * menu-bar.el (menu-bar-options-save): For the options
1471         that are toggled with menu-bar-make-mm-toggle, don't check
1472         for customized-value prop.
1474 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
1476         * mail/supercite.el (sc-cite-region): Handle the case where
1477         sc-cite-frame-alist is a symbol.
1478         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
1479         a symbol.
1480         (sc-recite-region): Handle the case where sc-recite-frame-alist is
1481         a symbol.
1483 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
1485         * wid-edit.el (widget-narrow-to-field): New function.
1486         (widget-complete): Use it.
1488 2004-11-27  Jay Belanger  <belanger@truman.edu>
1490         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
1491         variable.
1492         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
1493         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
1494         (math-alg-inequalities): Move declaration to earlier in the file.
1496         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
1497         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
1498         Declare them.
1500         * calc/calc-lang.el (math-expr-data, math-expr-token)
1501         (math-exp-old-pos): Declare them.
1503         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
1504         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
1506 2004-11-27  Kim F. Storm  <storm@cua.dk>
1508         * progmodes/flymake.el: Use (featurep 'xemacs).
1509         (flymake-makehash): Change to defsubst.  Use fboundp.
1510         (flymake-time-to-float): Remove.
1511         (flymake-float-time): Merge code from flymake-time-to-float here.
1512         (flymake-replace-regexp-in-string): Change to defsubst.
1513         (flymake-split-string-remove-empty-edges):
1514         Rename to flymake-split-string.
1515         (flymake-split-string): Remove previous defalias.
1516         (flymake-get-temp-dir): Change to defsubst.
1517         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
1518         Define for xemacs only.
1519         (flymake-master-file-count-limit): Change into compiler defvar only.
1520         (flymake-find-possible-master-files): Let-bind it dynamically while
1521         sorting files using flymake-master-file-compare.
1523 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1525         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
1526         of defun-prompt-regexp matches inside a comment/string but the
1527         beginning is correctly outside everything.
1529         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
1530         appears within a string or a comment.
1532         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
1533         rather than make-symbol for symbols which are used in
1534         a symbol-macrolet or equivalent.
1536 2004-11-26  Jay Belanger  <belanger@truman.edu>
1538         * calc-misc.el (calc-last-why-command): Declare it.
1540         * calc-vec.el (math-grade-vec): New variable.
1541         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
1542         Replace variable grade-vec by declared variable.
1543         (math-rb-close): New variable.
1544         (math-read-brackets, math-read-vector): Replace variable close by
1545         declared variable.
1547         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
1548         (calc-one-window, calc-edit-handler, calc-restore-trail)
1549         (calc-allow-ret): Declare them.
1551         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
1552         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
1553         (math-radix-float-cache-tag, math-random-cache)
1554         (math-max-digits-cache, math-integral-cache, math-units-table)
1555         (math-format-date-cache, math-holidays-cache-tag): Declare them.
1556         (math-moc-func): New variable.
1557         (math-map-over-constants, math-map-over-constants-rec):
1558         Replace variable func by declared variable.
1560         * calc/calc-store.el (calc-given-value, calc-store-opers):
1561         Declare them.
1562         (calc-var-name-map): Move declaration to earlier in the file.
1563         (calc-pv-pos): New variable.
1564         (calc-permanent-variable, calc-insert-permanent-variable):
1565         Replace variable pos by declared variable.
1567         * calc/calc-mtx.el (calc-det-lu): New variable.
1568         (math-det-raw, math-det-step): Replace variable lu by declared variable.
1570         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
1571         (math-multi-subst, math-multi-subst-rec): Replace variables temp
1572         and arg by declared variables.
1573         (calcFunc-reducer): Fix incorrect variable.
1574         (math-inner-mul-func, math-inner-add-func): New variables.
1575         (calcFunc-inner, math-inner-mats): Replace variables mul-func
1576         and add-func by declared variables.
1578         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
1579         (calc-digit-value): Declare them.
1581         * calc/calc-help.el (Info-history): Declare it.
1582         (calc-describe-key): Make calc-summary-indentation a local variable.
1583         (calc-help-long-names): Move declaration to earlier in file.
1585         * calc/calc-embed.el (calc-original-buffer): Declare it.
1586         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
1587         (calc-embed-bot): New variables.
1588         (calc-do-embedded, calc-embedded-mark-formula)
1589         (calc-embedded-find-bounds, calc-embedded-duplicate)
1590         (calc-embedded-new-formula, calc-embedded-make-info):
1591         Replace vars outer-top, outer-bot, bot and top by declared variables.
1592         (calc-embed-prev-modes): New variable.
1593         (calc-embedded-set-modes, calc-embedded-update): Replace variable
1594         prev-modes with declared variable.
1595         (calc-embed-vars-used): New variable.
1596         (calc-embedded-make-info, calc-embedded-evaluate-expr)
1597         (calc-embedded-update, calc-embedded-find-vars): Replace variable
1598         vars-used by declared variable.
1600         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
1601         (math-format-radix-float): Remove unnecessary setq.
1602         (math-radix-float-cache): Declare it.
1604         * calc/calcsel2.el (calc-keep-selection): Declare it.
1606         * calc/calc-maint.el: Remove file.
1608 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1610         * textmodes/bibtex.el (bibtex-sort-entry-class)
1611         (bibtex-comment-start): Use defcustom.
1612         (bibtex-entry-field-alist): Use nil if initial content of the
1613         field is undefined.  Fix docstring.
1614         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
1615         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
1616         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
1617         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
1618         Fix docstring.
1619         (bibtex-autokey-title-terminators): Use only one regexp.
1620         (bibtex-string-maybe-empty-head): New variable.
1621         (bibtex-remove-delimiters-string): New function.
1622         (bibtex-text-in-field-bounds, bibtex-text-in-string):
1623         Use bibtex-remove-delimiters-string.
1624         (bibtex-progress-message, bibtex-field-left-delimiter)
1625         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
1626         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
1627         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
1628         Simplify.
1629         (bibtex-format-entry): Use save-excursion for inherited booktitle.
1630         Use eq and bibtex-remove-delimiters-string.  For end markers use
1631         insertion type so that marker stays after inserted text.
1632         (bibtex-autokey-get-names): Return empty string if name is missing.
1633         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
1634         calling bibtex-autokey-name-case-convert.
1635         (bibtex-autokey-demangle-title):
1636         Call bibtex-autokey-titleword-case-convert.  Remove call to
1637         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
1638         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
1639         (bibtex-read-key): New optional arg global.
1640         (bibtex-files-expand): New optional arg force.
1641         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
1642         (bibtex-complete-crossref-cleanup): Rename from
1643         bibtex-complete-key-cleanup.  Simplify code.
1644         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
1645         Operate on current entry.
1646         (bibtex-button): Add docstring.
1647         (bibtex-entry): Simplify.
1648         (bibtex-make-field): Replace optional arg called-by-yank with more
1649         specific args move and interactive.
1650         (bibtex-end-of-entry): Use forward-sexp.
1651         (bibtex-find-entry-globally): Remove.
1652         (bibtex-find-crossref): Allow for crossref key located in other buffer.
1653         Bound to C-c C-x.
1654         (bibtex-find-entry): New optional args global and display.
1655         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
1656         (bibtex-validate): Use arg force of bibtex-files-expand.
1657         (bibtex-clean-entry): Bugfix, clean string entries properly.
1658         Always keep point at beginning of entry.
1659         (bibtex-complete): Bugfix.  Handle string entries properly.
1660         Call cleanup functions only if needed.
1661         (bibtex-String): Use bibtex-read-string-key.
1662         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
1663         case of replacement text.
1665 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
1667         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
1668         (tramp-perl-directory-files-and-attributes): New constant.
1669         (tramp-file-name-handler-alist): Delete file-directory-files, add
1670         directory-files-and-attributes.
1671         (tramp-perl-file-attributes): Surround uid and gid by double
1672         quotes. Change parameter id-format from nonnumeric.
1673         (tramp-convert-file-attributes): New function.
1674         (tramp-handle-file-attributes): Use it.
1675         (tramp-maybe-send-perl-script): New function.
1676         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
1677         file mode. Change parameter id-format from nonnumeric.
1678         (tramp-handle-file-attributes-with-ls): Change parameter id-format
1679         from nonnumeric.
1680         (tramp-post-connection): Don't send tramp-perl-file-attributes
1681         script. Reset connection property "perl-scripts".
1682         (tramp-handle-insert-directory): Run real handler when ls-lisp is
1683         in use.
1685 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
1687         * desktop.el (desktop-read): Replace mapcar with mapc.
1688         (desktop-create-buffer): Replace mapcar with mapc.
1689         Remove redundant piece of code.
1691 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
1693         * progmodes/gud.el (gud-display-line): Use display-buffer
1694         for GDB-UI as for GUD.
1696         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
1697         Delete variables.
1698         (gdb-ann3): Don't make GUD buffer dedicated.
1699         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
1700         (gdb-display-source-buffer): Delete function.
1701         (gdb-view-source-function, gdb-view-assembler): Delete functions.
1702         (menu): Delete menu bindings for viewing source/assembler.
1703         (gdb-setup-windows, gdb-restore-windows):
1704         Don't dedicate GUD. No assembler now.
1705         (gdb-reset): No need to undedicate source buffers now.
1706         (gdb-source-info): No assembler now.
1708 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
1710         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
1711         width to those for special frames.
1712         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
1713         Use display-buffer.
1714         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
1715         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1716         (gdb-frame-assembler-buffer): Rework like
1717         gdb-frame-breakpoints-buffer.
1719 2004-11-25  Richard M. Stallman  <rms@gnu.org>
1721         * progmodes/flymake.el: Reindent.
1722         (flymake-split-string): Turn into defalias.
1723         (flymake-fix-file-name): Rename from flymake-fix-path-name.
1724         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
1725         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
1726         (flymake-build-relative-filename): Rename from ...path.
1727         Fix error message.
1729 2004-11-25  Cheng Gao  <chenggao@gmail.com>
1731         * progmodes/flymake.el: Much whitespace and capitalization change.
1732         Move `provide' to end.  Require `compile' only when compiling.
1734 2004-11-24  Jay Belanger  <belanger@truman.edu>
1736         * calc/calc-alg.el: Added comment.
1737         (math-polynomial-base): Replace variable mpb-top-expr by
1738         math-poly-base-top-expr.
1740         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
1741         (math-polynomial-p1): Replace variable mpb-top-expr by declared
1742         variable.
1743         (math-poly-base-total-base): New variable.
1744         (math-total-polynomial-base, math-polynomial-p1): Replace variable
1745         mpb-total-base by declared variable.
1746         (math-factored-vars, math-to-list): Declare it.
1747         (math-fact-expr): New variable.
1748         (calcFunc-factors, calcFunc-factor, math-factor-expr)
1749         (math-factor-expr-try, math-factor-expr-part): Replace variable
1750         expr by declared variable.
1751         (math-fet-x): New variable.
1752         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
1753         by declared variable.
1754         (math-factor-poly-coefs): Make temp a local variable.
1756         * calc/calc-units.el (calc-convert-units): Make units a local
1757         variable.
1758         (calc-num-units, calc-den-units): New variables.
1759         (calc-explain-units, calc-explain-units-rec): Replace variables
1760         num-units and den-units by declared variables.
1761         (math-cu-unit-list): New variable.
1762         (math-build-units-table, math-compare-unit-names)
1763         (math-convert-units, math-convert-units-rec): Replace variable
1764         unit-list by declared variable.
1765         (math-fbu-base, math-fbu-entry): New variables.
1766         (math-find-base-units, math-find-base-units-rec): Replace variables
1767         base and entry by declared variables.
1768         (math-which-standard): New variable.
1769         (math-to-standard-units, math-to-standard-rec): Replace variable
1770         which-standard by declared variable.
1771         (math-fcu-u): New variable.
1772         (math-find-compatible-unit, math-find-compatible-unit-rec):
1773         Replace variable u by declared variable.
1774         (math-cu-new-units, math-cu-pure): New variables.
1775         (math-convert-units, math-convert-units-rec): Replace variables
1776         new-units and pure by declared variables.
1777         (math-try-cancel-units): New variable.
1778         (math-simplify-units-quotient): Replace variable try-cancel-units by
1779         declared variable.
1781 2004-11-24  Richard M. Stallman  <rms@gnu.org>
1783         * textmodes/ispell.el (ispell-check-version):
1784         If default-directory is nonexistent, use home dir.
1786         * progmodes/grep.el (grep-regexp-alist):
1787         Don't match parens around line numbers.
1789         * progmodes/cperl-mode.el (cperl-indent-region)
1790         (cperl-imenu--create-perl-index, cperl-xsub-scan):
1791         Don't print progress messages.
1793         * progmodes/compile.el (compilation-mode-map):
1794         Don't inherit from compilation-minor-mode-map;
1795         copy its bindings instead.  But the menu bar Compile
1796         entry now does inherit from compilation-menu-map.
1798         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1799         Use with-no-warnings around compiler-macroexpand.
1801         * imenu.el: Don't always require newcomment.
1802         (imenu--generic-function): Call comment-normalize-vars
1803         if we have a comment syntax.
1804         Exit the loop if REGEXP matches the null string.
1805         Test comment-start as well as comment-start-skip
1806         when deciding whether to check for comments.
1808         * tooltip.el (tooltip-mode): Doc fix.
1810         * term.el (term-escape-char, term-mode): Doc fixes.
1812 2004-11-24  Dave Love  <fx@gnu.org>
1814         * progmodes/python.el (python-font-lock-syntactic-keywords):
1815         Check for escapes in the regexp.
1816         (python-quote-syntax): Don't do it here.
1818 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
1820         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1821         (gdb-frames-mode-map, gdb-threads-mode-map)
1822         (gdb-registers-mode-map, gdb-locals-mode-map)
1823         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
1824         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
1826         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
1827         (dedicated-switch-to-buffer): Rework.
1828         (gdb-var-evaluate-expression-handler, gdb-put-string):
1829         Remove unused variable bindings.
1830         (gdb-setup-windows, gdb-display-buffer):
1831         Simplify. Use pop-to-buffer.
1832         (gdb-view-source-function): Simplify.
1833         (gdb-frame-breakpoints-buffer):
1834         Use pop-to-buffer, special-display-regexps.
1836 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1838         * progmodes/f90.el (f90-smart-end)
1839         (f90-previous-statement, f90-beginning-of-block): Doc fix.
1840         (f90-calculate-indent): Handle un-named PROGRAM blocks.
1841         (f90-end-of-block): Doc fix.  Make check of outermost block
1842         conditional on value of `f90-smart-end'.
1843         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
1844         Handle case where END-BLOCK is nil.
1845         (f90-match-end): Handle un-named PROGRAM blocks.
1846         (f90-backslash-not-special): New function.
1848 2004-11-24  Jay Belanger  <belanger@truman.edu>
1850         * calc/calc.el (calc-embedded-active): Removed unnecessary
1851         declaration.
1852         (calc-show-banner): Removed redundant declaration.
1854         * calc/calc-graph.el (calc-gnuplot-default-device)
1855         (calc-gnuplot-default-output, calc-gnuplot-print-device)
1856         (calc-gnuplot-print-output, calc-gnuplot-geometry)
1857         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
1858         Remove redundant initial values.
1860         * calc/calc-arith.el (math-scalar-functions)
1861         (math-nonscalar-functions, math-scalar-if-args-functions)
1862         (math-real-functions, math-positive-functions)
1863         (math-nonnegative-functions, math-real-scalar-functions)
1864         (math-real-if-arg-functions, math-integer-functions)
1865         (math-num-integer-functions, math-rounding-functions)
1866         (math-float-rounding-functions, math-integer-if-args-functions)
1867         (math-super-types): Move declarations to earlier in file.
1868         (math-unit-prefixes): Declared it.
1869         (math-floor-prec, math-trunc-prec): New variables.
1870         (math-trunc-fancy): Replace variable prec by declared variable.
1871         (math-floor-fancy): Replace variable prec by declared variable.
1872         (math-com-bterms): New variable.
1873         (math-commutative-equal, math-commutative-collect):
1874         Replace variable bterms by declared variable.
1876         * calc/calc-misc.el (math-trunc): Replace variable prec by
1877         math-trunc-prec.
1878         (math-floor): Replace variable prec by math-floor-prec.
1880         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
1881         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
1882         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
1883         (math-format-date, math-format-date-part): Replace variables
1884         date, dt, year, month, day, weekday, hour, minute, second and
1885         bc-flag by declared variables.
1886         (math-pd-str): New variable.
1887         (math-parse-date, math-parse-date-word, math-parse-standard-date):
1888         Replace variable str by declared variable.
1889         (math-daylight-savings-hook, math-tzone-names): Move definitions
1890         to earlier in the file.
1891         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
1892         (math-sh-year): New variable.
1893         (math-setup-add-holidays, math-setup-holidays)
1894         (math-setup-year-holidays): Replace variable `year' by declared
1895         variable.
1897         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
1898         New variables.
1899         (math-nth-root-float, math-nth-root-float-iter): Replace variables
1900         n, nf and nfm1 by declared variables.
1901         (math-nri-n): New variable.
1902         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
1903         n by declared variable.
1904         (calcFunc-log): Removed misplaced condition.
1906 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1908         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
1910 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
1912         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
1913         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
1914         Dedicate gdb-related windows.
1915         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
1916         other frames.
1917         (gdb-reset): Remove dedicated property after debugging.
1919 2004-11-24  Jay Belanger <belanger@truman.edu>
1921         * calc/calc-sel.el: Add comment.
1923         * calc/calc.el (math-stack-value-offset): Replace variables c,
1924         wid and off with math-svo-c, math-svo-wid and math-svo-off.
1926         * calc/calccomp.el (math-comp-sel-tag): Declare it.
1927         (math-svo-c, math-svo-wid, math-svo-off): New variables.
1928         (math-stack-value-offset-fancy): Replace variables c, wid and off
1929         by declared variables.
1930         (math-comp-just, math-comp-comma-spc): New variables.
1931         (math-compose-expr, math-compose-matrix): Replace variables `just'
1932         and comma-spc by declared variable.
1933         (math-comp-vector-prec): New variable.
1934         (math-compose-expr, math-compose-matrix, math-compose-rows):
1935         Replace variable vector-prec by declared variable.
1936         (math-comp-left-bracket, math-comp-right-bracket)
1937         (math-comp-comma): New variables.
1938         (math-compose-expr, math-compose-rows): Replace variables
1939         left-bracket, right-bracket and comma by declared variables.
1940         (math-comp-full-width): New variable.
1941         (math-comp-to-string-flat, math-comp-to-string-flat-term):
1942         Replace variable full-width by declared variable.
1943         (math-comp-highlight, math-comp-word, math-comp-level)
1944         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
1945         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
1946         New variables.
1947         (math-comp-to-string-flat, math-comp-to-string-flat-term)
1948         (math-comp-sel-flat-term): Replace variables comp-highlight,
1949         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
1950         declared variables.
1951         (math-comp-simplify, math-comp-simplify-term)
1952         (math-comp-add-string, math-comp-add-string-sel):
1953         Replace variables comp-highlight, comp-buf, comp-base,
1954         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
1956 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1958         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
1960         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
1961         and x-server-version may throw.
1963 2004-11-23  Kim F. Storm  <storm@cua.dk>
1965         * subr.el (substitute-key-definition-key): Optimize.
1966         Don't call indirect-function for nil defn (always signals error).
1968         * ido.el (ido-read-internal): Fix require-match check when
1969         ido-directory-too-big is set.
1971 2004-11-23  Jay Belanger  <belanger@truman.edu>
1973         * calc/calc-ext.el (math-read-replacement-list)
1974         (math-read-superscripts): New variables.
1975         (math-read-preprocess-string): New function.
1976         (math-read-expr): Filter input through math-read-preprocess-string.
1978         * calc/calc-aent.el (math-read-exprs): Filter input through
1979         math-read-preprocess-string.
1981 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
1983         * progmodes/compile.el (compilation-start): In cd command use
1984         substitute-env-vars -- not quite shell compatible but better than
1985         nothing.
1986         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
1987         handle the newer versions messages, which are more parseable.
1989 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1991         * reveal.el (reveal-mode-map): New var.
1992         (reveal-mode): Use it.
1994 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
1996         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
1997         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
1999 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2001         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
2002         header-line when needed.
2003         Use fixed-pitch only in the header-line.
2004         Build the underline automatically.  Use emdash if available.
2006 2004-11-22  Richard M. Stallman  <rms@gnu.org>
2008         * dired.el (dired-recursive-copies): Move from dired-aux.el.
2009         * dired-aux.el (dired-recursive-copies): Move to dired.el.
2011 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
2013         * progmodes/gdb-ui.el (gdb-resync): New function.
2014         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
2015         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
2016         Use it to fail more gracefully.
2017         (gdb-variables): Delete variable.
2018         Re-order variables to reduce byte-compiler warnings.
2020 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2022         * descr-text.el (describe-char):
2023         * paren.el (show-paren-function):
2024         * subr.el (syntax-after): Undo last change.
2026         * progmodes/python.el (run-python): Don't hard code *Python*.
2027         Don't modify global process-environment.
2028         (python-send-region, python-load-file): Don't assume that
2029         python-buffer == (process-buffer (python-proc)).
2030         (python-switch-to-python): Simplify.
2032         * dired.el (dired-align-file): Don't assume line starts with spaces.
2034 2004-11-21  Jay Belanger  <belanger@truman.edu>
2036         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
2037         Replace variable `lines' by math-read-big-lines.
2038         (math-read-big-expr): Replace variables the-baseline, the-h2
2039         and err-msg by math-read-big-baseline, math-read-big-h2 and
2040         math-read-err-msg.
2041         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
2043         * calc/calc-lang.el (math-read-big-rec): Fix typo.
2044         (math-read-big-balance): Replace unbound variable by value.
2045         (math-read-big-lines): New variable.
2046         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2047         (math-read-big-error, math-read-big-balance): Replace variable
2048         `lines' by declared variable.
2049         (math-read-big-baseline, math-read-big-h2): New variables.
2050         (math-read-big-rec): Replace variables the-baseline and the-h2
2051         by declared variables.
2052         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
2053         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2054         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
2055         declared variables.
2056         (math-read-big-err-msg): New variable.
2057         (math-read-big-error): Replace variable err-msg by declared variable.
2059 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2061         * ses.el: Add coding cookie.
2062         Fix up docstrings, follow new commenting conventions.
2063         (ses-header-line-menu): Fix missing variable rename for header-row.
2064         (ses-cell-size): Remove.
2065         (ses-make-cell): New function.
2066         (ses-cell, ses-insert-row, ses-insert-column): Use it.
2067         (ses-calculate-cell): Remove unused var `symbol'.
2068         (ses-narrowed-p): New function.
2069         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
2070         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
2071         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
2072         (ses-setup): Use restore-buffer-modified-p.
2073         (ses-cleanup): Remove unused var `end'.
2074         (ses-header-string-left-offset): Remove.
2075         (ses-create-header-string): Adjust to new behavior of `align-to'.
2076         Truncate excessively large fields to preserve alignment.
2077         (ses-reconstruct-all): Remove unused var `refs'.
2078         (ses-read-cell-printer): Remove unused var `prompt'.
2079         (ses-delete-row): Remove unused var `pos'.
2080         (ses-delete-column): Remove unused var `new'.
2082 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2084         * ps-print.el: Insert :version tag into all defgroup and defcustom.
2085         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2086         Eliminate eval-and-compile usage.
2087         (ps-insert-file): Use insert-file-contents instead of insert-file.
2088         (ps-setup): Code fix.
2090         * printing.el (pr-setup, lpr-setup): Code fix.
2092 2004-11-21  Jay Belanger  <belanger@truman.edu>
2094         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
2095         (calc-original-buffer): Declare them.
2096         (calc-user-formula-alist): New variable.
2097         (calc-user-define-formula, calc-fix-user-formula)
2098         (calc-user-define-composition, calc-finish-formula-edit):
2099         Replace variable `alist' by declared variable.
2100         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
2101         (var-q7, var-q7, var-q8, var-q9): Declare them.
2102         (calc-kbd-push): Don't check to see if var-q0 through var-q9
2103         are bound.
2104         (calcFunc-typeof): Replace undeclared variable by expression.
2105         (math-exp-env): New variable.
2106         (math-define-body, math-define-exp): Replace exp-env by declared var.
2107         (math-define-exp): Replace misplaced variable by expression.
2109         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
2110         (calc-curve-model, calc-curve-coefnames): New variables.
2111         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
2112         varnames, model and coefnames by declared variables.
2113         (math-root-widen): New variable.
2114         (math-search-root, math-find-root): Replace variable root-widen by
2115         declared variable.
2116         (var-DUMMY): Declare it.
2117         (math-root-vars, math-min-vars): Move the declarations to earlier in
2118         the file.
2119         (math-brent-min): Make d a local variable.
2120         (math-find-minimum): Replace non-existent variable.
2121         (math-ninteg-romberg): Remove unnecessary variable.
2122         (math-ninteg-temp): New variable.
2123         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
2124         integ-temp by declared variable.
2125         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
2126         New variables.
2127         (math-general-fit): Replace variables first-var, first-coef and
2128         new-coefs by declared variables.
2129         (calcFunc-fitvar): Replace variable first-var by declared variable.
2130         (calcFunc-fitparam): Replace variable first-coef by declared variable.
2131         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
2132         (math-all-vars-vars, math-all-vars-found): New variables.
2133         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
2134         found by declared variable math-all-vars-vars.
2136 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
2138         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
2139         of `defconst'.
2141 2004-11-20  Richard M. Stallman  <rms@gnu.org>
2143         * isearch.el (isearch-mode-map): Don't bind SPC.
2144         (isearch-whitespace-chars): Function deleted.
2145         (isearch-search): Bind search-spaces-regexp.
2146         (isearch-lazy-highlight-search): Likewise.
2147         (search-whitespace-regexp): Doc fix.
2148         (isearch-forward-regexp): Doc fix.
2150         * emacs-lisp/bytecomp.el (byte-compile-form):
2151         Move the calls to byte-compile-set-symbol-position,
2152         to avoid having two for the same symbol occurrence.
2154         * comint.el (comint-input-ring-size): Increase to 150.
2156         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
2157         New variables.
2158         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
2159         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
2161         * imenu.el (imenu--generic-function):
2162         Ensure we keep moving backward even if BEG isn't further back.
2164         * replace.el (query-replace-read-to, query-replace-read-from):
2165         Specify t for KEEP-ALL in read-from-minibuffer.
2167         * progmodes/python.el (python-switch-to-python):
2168         If Python isn't running, start it.
2169         Don't alter debug-ignored-errors.
2171         * progmodes/cperl-mode.el (cperl-indent-region):
2172         Don't mind imenu-scanning-message.
2174         * bindings.el (global-map): Bind C-e to move-end-of-line.
2176         * simple.el (line-move-finish): New arg FORWARD.
2177         Ignore invisible newlines, not intangible ones.
2178         Conditions for acceptable stopping positions depend on FORWARD.
2179         (line-move): Pass FORWARD arg to line-move-finish.
2181         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
2182         of HEADER.  Compensate for this change in the code to add display
2183         properties.  Don't make the first line intangible.
2185         * info.el (Info-search): Fix previous change.
2187 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
2189         * Makefile.in (recompile): Revert 2004-11-19 change.
2190         (compile): Likewise.
2192 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
2194         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
2196 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2198         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
2199         defgroup and defcustom.  Eliminate eval-and-compile usage.
2201         * progmodes/ebnf-otz.el: Fix typos.
2203 2004-11-19  Jay Belanger  <belanger@truman.edu>
2205         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
2206         (calc-edit-finish, calc-finish-stack-edit): Replace variable
2207         disp-trail by declared variable.
2209         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
2210         (calc-finish-selection-edit):  Replace variable disp-trail by
2211         declared variable.
2212         (calc-selection-cache-entry): Move declaration to earlier in the file.
2213         (calc-selection-cache-num, calc-selection-cache-comp)
2214         (calc-selection-cache-offset, calc-selection-true-num)
2215         (calc-final-point-line, calc-final-point-column)
2216         (calc-original-buffer): Declare them.
2217         (calc-fnp-op, calc-fnp-num): New variables.
2218         (calc-find-nth-part, calc-find-nth-part-rec)
2219         (calc-select-previous): Replace op and num by declared variables.
2220         (calc-rsf-old, calc-rsf-new): New variables.
2221         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
2222         Replace variables old and new by declared variables.
2223         (calc-sel-reselect): New variable.
2224         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
2225         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
2226         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
2227         reselect with declared variable.
2229         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
2230         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
2231         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
2232         (math-import-list, math-rewrite-phase): Declare them.
2233         (math-rewrite):  Use let* to declare variables.
2234         (calc-rewrite-selection): Make rules a local variable.
2235         (calc-rewr-sel): New variable.
2236         (calc-rewrite-selection, calc-locate-selection-marker)
2237         (calc-rewrite): Use the declared variable calc-rewr-sel instead
2238         of sel.
2239         (math-rewrite-whole-expr): New variable.
2240         (math-rewrite, math-rewrite-phase): Replace variable expr by
2241         declared variable.
2242         (math-rewrite-heads-heads, math-rewrite-heads-skips)
2243         (math-rewrite-heads-blanks ): New variables.
2244         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
2245         heads, skips and blanks by declared variables.
2246         (math-rwcomp-subst-old, math-rwcomp-subst-new)
2247         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
2248         New variables.
2249         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
2250         old, new, old-func and new-func by declared variables.
2251         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
2252         Remove unnecessary variable.
2253         (math-apply-rw-regs): New variable.
2254         (math-apply-rewrites, math-rwapply-replace-regs)
2255         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
2256         (math-apply-rw-ruleset): New variable.
2257         (math-apply-rewrites, math-rwapply-remember): Replace variable
2258         ruleset by declared variable.
2260 2004-11-19  Richard M. Stallman  <rms@gnu.org>
2262         * info.el (Info-search): Use search-whitespace-regexp.
2264 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
2266         * vc-rcs.el (vc-rcs-parse): New function.
2267         (vc-rcs-annotate-command): Likewise.
2268         (vc-rcs-annotate-current-time): Likewise.
2269         (vc-rcs-annotate-time): Likewise.
2270         (vc-rcs-annotate-extract-revision-at-line): Likewise.
2272 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
2274         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
2276 2004-11-18  Jay Belanger  <belanger@truman.edu>
2278         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
2280 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2282         * printing.el: Eliminate use of interactive-p and eval-and-compile.
2283         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2284         Use make-temp-file to generate PostScript files in any situation.
2285         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
2286         (pr-interactive-p): Eliminate var.
2287         (pr-save-interactive): Eliminate macro.
2288         (pr-interface, pr-ps-directory-preview)
2289         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2290         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2291         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2292         (pr-ps-buffer-ps-print, pr-ps-region-preview)
2293         (pr-ps-region-using-ghostscript, pr-ps-region-print)
2294         (pr-ps-region-ps-print, pr-ps-mode-preview)
2295         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2296         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2297         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
2298         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2299         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2300         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2301         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2302         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2303         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2304         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2305         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2306         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
2307         Eliminate pr-save-interactive usage.
2308         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
2309         Eliminate pr-interactive-p usage.
2310         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
2311         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
2312         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
2313         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
2314         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
2315         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
2316         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
2317         New funs.
2318         (pr-ps-file): Use make-temp-file to generate a temporary file.
2320 2004-11-17  Jay Belanger  <belanger@truman.edu>
2322         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
2323         a local variable.
2324         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
2325         (math-top-only): New variable.
2326         (math-simplify, math-simplify-step): Replace variable top-only by
2327         declared variable math-top-only.
2328         (math-simplify-expr): Declare it.
2329         Replace argument expr in all calls of math-defsimplify by
2330         math-simplify-expr.
2331         (math-simplify-plus, math-simplify-times, math-simplify-divide)
2332         (math-simplify-divisor, math-simplify-one-divisor)
2333         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
2334         (math-simplify-pow): Replace variable expr by declared variable
2335         math-simplify-expr.
2336         (math-simplify-divisor): Remove local variables temp and op.
2337         (math-simplify-one-divisor): Make temp and op local variables.
2338         (math-simplify-divisor-nover, math-simplify-divisor-dover):
2339         New variables.
2340         (math-simplify-divisor, math-simplify-one-divisor):
2341         Replace variables nover and dover by declared variables.
2342         (math-expr-subst-new, math-expr-subst-old): New variables.
2343         (math-expr-subst, math-expr-subst-rec): Replace variables new
2344         and old by declared variables.
2345         (math-is-poly-degree, math-is-poly-loose): New variables.
2346         (math-is-polynomial, math-is-poly-rec): Replace variables degree
2347         and loose by declared variables.
2348         (math-poly-base-const-ok, math-poly-base-pred): New variables.
2349         (math-polynomial-base, math-polynomial-base-rec):
2350         Replace variables const-ok and mpb-pred by declared variables.
2352         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
2354         * calc/calc-ext.el (math-defsimplify): Change the argument in
2355         the created function to math-simplify-expr.
2357         * calc/calc-units.el (math-simplify-expr): Declare it.
2358         Replace argument expr in all calls of math-defsimplify by
2359         math-simplify-expr.
2360         (math-simplify-units-prod): Replace variable expr by declared
2361         variable math-simplify-expr.
2363 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2365         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
2366         Replace mapcar->dolist, format->string.
2368 2004-11-17  Miles Bader  <miles@gnu.org>
2370         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
2371         * progmodes/idlwave.el: Remove RCS keywords.
2373 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
2375         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
2376         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
2377         Update to IDLWAVE version 5.5.  Too many changes to list them here.
2378         * progmodes/idlw-help.el: New file.
2380 2004-11-16  Richard M. Stallman  <rms@gnu.org>
2382         * international/iso-cvt.el (iso-tex2iso-trans-tab):
2383         Discard spaces after \i according to TeX rules.
2385         * international/mule.el (set-buffer-file-coding-system):
2386         New arg NOMODIFY.
2387         (after-insert-file-set-coding): Pass that new arg.
2388         Prevent set-buffer-multibyte from trying to lock the file.
2390         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
2392         * saveplace.el (save-place): Doc fix.
2394         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
2395         temporarily widen before finding the following word to copy.
2397         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
2398         (cl-map-keymap): Definition deleted.
2400         * subr.el (map-keymap-internal): New function.
2402 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2404         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
2405         when pressing rather than when releasing mouse-2.  Simplify.
2407 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2409         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
2410         (compilation-mode): Set it here instead.
2412         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
2414         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
2415         (loop, cl-parse-loop-clause, defsetf): Use backquote.
2417 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2419         * progmodes/compile.el (compilation-internal-error-properties):
2420         Fix up a transposition-typo.  Check end-col before using it.
2422 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
2424         * international/iso-cvt.el (iso-tex2iso-trans-tab):
2425         Discard whitespace after macro \i when converting it.
2427 2004-11-16  Juri Linkov  <juri@jurta.org>
2429         * emacs-lisp/find-func.el (find-function-regexp):
2430         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
2431         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
2432         Remove invalid `\W' from [^cgv\W].  Doc fix.
2433         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
2435 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
2437         * play/life.el: Maintainer is now FSF.
2438         (life-patterns, life-neighbor-deltas, life-window-start)
2439         (life-current-generation, life-generation-string): Use defvar
2440         instead of defconst.
2442 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2444         * progmodes/compile.el (compilation-move-to-column): New fun.
2445         (compilation-internal-error-properties)
2446         (compilation-next-error-function): Use it to make sure we don't go past
2447         the end of line.
2449 2004-11-15  John Paul Wallington  <jpw@gnu.org>
2451         * autoinsert.el (auto-insert-alist): Insert the user's name in
2452         copyright notice, rather than Free Software Foundation, for the
2453         Emacs Lisp header case too.
2455 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2457         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
2458         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2459         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
2460         return the list of string in a string.
2461         (pr-call-process): Message if calling process returns an error, that
2462         is, the exit status is different of zero.
2464 2004-11-15  Jay Belanger  <belanger@truman.edu>
2466         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
2467         variable var-thing.
2468         (math-integ-depth, math-integ-level, math-integral-limit)
2469         (math-enable-subst, math-any-substs, math-integ-msg)
2470         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
2471         (math-int-threshold, math-int-factors, math-double-roots)
2472         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
2473         (var-GenCount):  Declare these variables.
2474         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
2475         (math-integral-cache, math-integral-cache-state):
2476         Move declarations to earlier in the file.
2477         (math-deriv-var, math-deriv-total, math-deriv-symb)
2478         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
2479         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
2480         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
2481         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
2482         (math-solve-res):  New variables
2483         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
2484         (math-integral, math-replace-integral-parts)
2485         (math-integrate-by-parts, calc-dump-integral-cache)
2486         (math-try-integral, math-do-integral, math-do-integral)
2487         (math-do-integral-methods, math-try-solve-for)
2488         (math-try-solve-prod, math-solve-poly-funny-powers)
2489         (math-solve-crunch-poly, math-decompose-poly)
2490         (math-solve-find-root-term, math-find-root-in-prod)
2491         (math-integ-try-linear-substitutions)
2492         (math-integ-try-substitutions, math-expr-rational-in)
2493         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
2494         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
2495         (math-solve-for, math-solve-system, math-solve-system-rec)
2496         (math-solve-get-sign, math-solve-get-int)
2497         (math-solve-system-subst): Replace undeclared variables with newly
2498         declared variables.
2500 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2502         * winner.el (winner-active-region, winner-edges, winner-window-list):
2503         Define at toplevel.
2504         (winner-mode-map): Move init inside declaration.
2506 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
2508         * files.el (convert-standard-filename): Doc fix.
2510 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
2512         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
2513         passwd, group, shadow, default/* and pam.d/*.
2515 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2517         * printing.el (pr-menu-spec): Adjust menu specification.
2519 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2521         * printing.el: Doc fix.  Insert :version tag into all defcustom.
2522         Handle interactive-p as is recommended in Emacs Lisp Reference.
2523         Set the file permission bits for newly created files.
2524         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2525         The printing menu specification (in `pr-menu-spec') was merged.
2526         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2527         (pr-version): New version number (6.8.3).
2528         (pr-file-modes): New option.
2529         (pr-interactive-p): New var.
2530         (pr-save-interactive, pr-save-file-modes): New macros.
2531         (pr-setup): Code fix.
2532         (pr-menu-spec): Menu specification merged.
2533         (pr-call-process, pr-text2ps): Set file permission bits.
2534         (pr-despool-print): Set file permission bits.  Handle interactive-p as
2535         is recommended.
2536         (pr-interface, pr-ps-directory-preview)
2537         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2538         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2539         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2540         (pr-ps-buffer-ps-print, pr-ps-region-preview)
2541         (pr-ps-region-using-ghostscript, pr-ps-region-print)
2542         (pr-ps-region-ps-print, pr-ps-mode-preview)
2543         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2544         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2545         (pr-despool-using-ghostscript, pr-despool-ps-print)
2546         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2547         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2548         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2549         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2550         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2551         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2552         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2553         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2554         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
2555         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
2556         Handle interactive-p as is recommended.
2558 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2560         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
2561         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2563         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
2564         so it doesn't forget to highlight the beginning of the region either.
2566 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
2568         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
2569         (c-font-lock-init): Eliminate obsolete make-local-hook.
2570         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2571         (awk-mode): Use run-mode-hooks.
2573         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
2575 2004-11-13  Kim F. Storm  <storm@cua.dk>
2577         * mouse.el (mouse-drag-copy-region): Add :version.
2578         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
2579         while dragging mode line, so mode line can be dragged downwards.
2580         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
2581         while pressing mouse button so window doesn't scroll until we
2582         release the mouse if clicking on partially visible line.
2584 2004-11-12  Jay Belanger  <belanger@truman.edu>
2586         * calc/calc-graph.el (calc-dumb-map):  Declare it.
2587         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
2588         than unbound.
2589         (calc-graph-name):  Made `end' a local variable.
2590         (calc-graph-lookup):  Made `varname' a local variable.
2591         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
2592         Declare them.
2593         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
2594         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
2595         the unused variable y3vec.
2596         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
2597         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
2598         calc-graph-prev-kill-hook.
2599         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
2600         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
2601         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
2602         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
2603         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
2604         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
2605         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
2606         (calc-graph-y3value, calc-graph-y3name)
2607         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
2608         (calc-graph-stepcount, calc-graph-is-splot)
2609         (calc-graph-surprise-splot, calc-graph-blank)
2610         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
2611         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
2612         (calc-graph-recompute-2d, calc-graph-compute-3d)
2613         (calc-graph-format-data): Replace undeclared variables with the
2614         above newly declared variables.
2616 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
2618         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
2619         `rsf-beep' and `rsf-sleep-after-message'.
2621         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
2622         list if `message-sender' is non-nil.
2624 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2626         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
2627         consing by using mapc instead of mapcar.
2629 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
2631         * tooltip.el (require): Explain why CL is needed.
2633 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2635         * printing.el: Insert :version into defgroup (printing).  All reference
2636         to Files option in menubar were changed to File.
2637         (pr-version): New version number (6.8.2).
2638         (pr-get-symbol): Call easy-menu-intern.
2639         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
2640         compilation gripes.
2642 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2644         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
2645         new byte-compile-function-environment binding to t.
2647         * font-lock.el (font-lock-fontify-syntactically-region):
2648         Don't forget to highlight the last char when we hit `end'.
2650         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
2651         (mwheel-scroll): Adjust accordingly.
2653         * cvs-status.el: Reduce spurious warnings.
2654         (cvs-status-checkout): Remove.
2655         (cvs-status-mode-map): Use cvs-mode-checkout instead.
2657         * pcvs.el (cvs-mode-checkout): New command.
2659         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
2661         * tooltip.el: Require CL.
2663         * emacs-lisp/bytecomp.el: Use push.
2664         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
2665         (defalias): Remove the `byte-compile' property and add
2666         a `byte-hunk-handler'.
2668 2004-11-11  Juri Linkov  <juri@jurta.org>
2670         * info.el (Info-search): Save match data for isearch.
2671         Skip Tag Table node.
2673         * descr-text.el (describe-char): Replace syntax-after with code
2674         from its previous version.
2676         * files.el (magic-mode-alist): Use optimization for SGML mode too.
2677         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
2679         * international/mule.el (sgml-html-meta-auto-coding-function):
2680         Remove > after <html to allow HTML attributes.
2682 2004-11-11  Jay Belanger  <belanger@truman.edu>
2684         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
2685         a variable.
2686         (calcFunc-dfac):  Replace unbound max by n.
2687         (math-stirling-local-cache):  New variable.
2688         (math-stirling-number, math-stirling-1, math-stirling-2):
2689         Replace the variable `cache' by the declared variable
2690         math-stirling-local-cache.
2691         (var-RandSeed):  Declare it as a variable.
2692         (math-init-random-base, math-random-digit):  Don't check to see if
2693         var-RandSeed is bound.
2694         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
2695         Declare them instead of just setting them.
2696         (math-init-random-base):  Made i a local variable.
2697         (math-random-digit):  Made math-random-last a local variable.
2698         (math-prime-test-cache):  Move declaration to before it is used.
2699         (math-prime-test-cache-k, math-prime-test-cache-q)
2700         (math-prime-test-cache-nm1, math-prime-factors-finished):
2701         Declare them as variables.
2703 2004-11-11  Jay Belanger  <belanger@truman.edu>
2705         * calc/calc-ext.el (math-defcache):  Use defvar for the new
2706         variables it creates.
2708 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
2710         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
2711         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
2712         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
2713         (desktop-save): Add :version.
2715 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2717         * printing.el (pr-get-symbol): Don't downcase.
2719 2004-11-10  Jay Belanger  <belanger@truman.edu>
2721         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
2722         string to kill-ring.
2724         * calc/calc-aent.el (calc-alg-exp, math-toks)
2725         (math-exp-pos,math-exp-old-pos, math-exp-token)
2726         (math-exp-keep-spaces, math-exp-str):  New variables.
2727         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
2728         (calcAlg-enter):  Use declared variable calc-alg-exp.
2729         (math-build-parse-table, math-find-user-token):  Use declared
2730         variable math-toks.
2731         (math-read-exprs, math-read-token, calc-check-user-syntax)
2732         (calc-match-user-syntax, match-factor-after, math-read-factor):
2733         Use declared variables math-exp-pos math-exp-old-pos.
2734         (math-read-exprs, math-read-token, math-read-expr-level)
2735         (calc-check-user-syntax, calc-match-user-syntax)
2736         (match-factor-after, math-read-factor):  Use declared variable
2737         math-exp-token.
2738         (math-read-exprs, math-read-expr-list, math-read-token)
2739         (math-read-factor):  Use declared variable math-exp-keep-spaces.
2740         (math-read-exprs, math-read-token):  Use declared variable
2741         math-exp-str.
2742         (calc-match-user-syntax):  Make m a local variable.
2744         * calc/calc-ext.el (math-read-expr):  Use declared variables
2745         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
2746         math-exp-keep-spaces.
2748         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
2749         variables math-exp-pos, math-exp-str.
2751         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
2752         math-exp-old-pos.
2753         (math-parse-fortran-vector, math-parse-fortran-vector-end)
2754         (math-parse-eqn-prime):  Use declared variable math-exp-token.
2756         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
2757         Use declared variable math-exp-pos.
2758         (math-check-for-commas):  Use declared variable math-exp-str.
2759         (math-read-brackets):  Use declared variables math-exp-old-pos,
2760         math-exp-keep-spaces.
2761         (math-read-brackets, math-read-vector, math-read-matrix):
2762         Use declared variable math-exp-token.
2764 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2766         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
2767         where the keymap is a symbol.
2768         (easy-menu-add-item): Use keymap-prompt.  Simplify.
2770         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
2772         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
2773         (sgml-parse-tag-backward): Use it to skip spurious < or >.
2775 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
2777         * ebuff-menu.el: Doc fixes throughout.
2778         (electric-buffer-menu-mode-hook): New defvar.
2780 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
2782         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
2783         compilation. The resulting compiler warnings appear to be harmless.
2785 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
2787         * textmodes/conf-mode.el: New file.
2789         * files.el (auto-mode-alist, magic-mode-alist): Use it.
2791 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2793         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2795 2004-11-09  Jay Belanger  <belanger@truman.edu>
2797         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
2799         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2800         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
2801         (calc-z-prefix-help, calc-user-function-list):  Use declared
2802         variables calc-z-prefix-buf, calc-z-prefix-msgs.
2803         (math-map-tree, math-map-tree-rec):  Use declared variables
2804         math-mt-many, math-mt-func.
2805         (math-read-expression, math-read-string):  Use declared variable
2806         math-expr-data.
2808         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
2809         variable math-normalize-a.
2811         * calc/calc.el (math-normalize-a):  New variable.
2812         (math-normalize):  Use declared variable math-normalize-a.
2814         * calc/calc-poly.el (math-expand-form):  Use declared variable
2815         math-mt-many.
2817         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2818         Use declared variable math-mt-many.
2819         (math-rewrite):  Use declared variable math-mt-func.
2821         * calc/calc-vec.el (math-read-brackets, math-read-vector)
2822         (math-read-matrix):  Use declared variable math-expr-data.
2824         * calc/calc-lang.el (math-parse-fortran-vector)
2825         (math-parse-fortran-vector-end, math-parse-tex-sum)
2826         (math-parse-eqn-matrix, math-parse-eqn-prime)
2827         (math-read-math-subscr):  Use declared variable math-expr-data.
2829         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
2830         (math-read-expr-level, math-read-token, calc-check-user-syntax)
2831         (calc-match-user-syntax, math-read-if, math-factor-after)
2832         (math-read-factor):  Use declared variable math-expr-data.
2834 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
2836         * calendar/diary-lib.el (diary-from-outlook)
2837         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
2838         interactive-p; but rather new optional argument NOCONFIRM.
2840 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2842         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
2843         (easy-menu-name-match): Revert correspondingly.
2845 2004-11-09  Richard M. Stallman  <rms@gnu.org>
2847         * emacs-lisp/bytecomp.el (byte-compile-defalias):
2848         Turn off warnings for the new function even if definition not constant.
2849         If the definition isn't a quoted symbol, record (FUNCTION . t).
2850         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
2851         (byte-compile-callargs-warn): Handle (FUNCTION . t).
2852         (display-call-tree, byte-compile-arglist-warn):
2853         Handle t returned by byte-compile-fdefinition.
2855 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2857         * Makefile.in (maintainer-clean): Depend on distclean.
2859         * help-fns.el (help-C-file-name): File name must be in build-files
2860         to be returned.
2862 2004-11-09  Jay Belanger  <belanger@truman.edu>
2864         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
2865         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
2867         * calc/calc.el (calc, calc-trail-display, calc-mode):
2868         Remove obsolete sections.
2870         * calc/calc.el (calc-x-paste-text):  Remove.
2872         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
2873         mouse-2.
2875 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
2877         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
2878         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
2879         current frame (in case of recursive calls).
2880         (gdb-show-changed-values): Add :version keyword.
2882 2004-11-09  Kenichi Handa  <handa@m17n.org>
2884         * international/mule-cmds.el: Change coding: tag back to
2885         iso-2022-7bit.
2887 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2889         * international/mule-cmds.el: Change coding-system to utf-8.
2890         (select-safe-coding-system-interactively):
2891         New function extracted from select-safe-coding-system.
2892         (select-safe-coding-system): Use it.
2894 2004-11-08  Richard M. Stallman  <rms@gnu.org>
2896         * subr.el (syntax-after): Doc fix.
2898         * paren.el (show-paren-function): Change calls to syntax-after
2899         for new way of returning the value.
2901         * menu-bar.el (menu-bar-file-menu): Make this the real name
2902         and menu-bar-files-menu the alias.  Use the former.
2903         (global-map): Use `file', not `files', as the symbol.
2905         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
2907         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
2908         Don't use beginning-of-buffer.
2909         (filesets-cmd-show-result): Use with-no-warnings.
2911 2004-11-08  Juri Linkov  <juri@jurta.org>
2913         * progmodes/compile.el (compile): Don't overwrite last command in
2914         minibuffer history with default command if they are not equal.
2916 2004-11-08  Jay Belanger  <belanger@truman.edu>
2918         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
2919         non-linear substitutions.
2921 2004-11-08  Jay Belanger  <belanger@truman.edu>
2923         * calc/calcalg2.el (math-linear-subst-tried): New variable.
2924         (math-do-integral):  Set `math-linear-subst-tried' to nil.
2925         (math-do-integral-methods):  Use `math-linear-subst-tried' to
2926         determine what type of substitution to try.
2927         (math-integ-try-linear-substituion):
2928         Set `math-linear-subst-tried' to t.
2930 2004-11-08  Kim F. Storm  <storm@cua.dk>
2932         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
2934 2004-11-07  Juri Linkov  <juri@jurta.org>
2936         * info-look.el (info-lookup): Allow reusing in the current buffer
2937         not only *info* buffer, but all (even renamed) Info buffers
2938         by checking for major-mode instead of *info* buffer name.
2939         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
2940         (octave-mode, maxima-mode) <doc-spec>:
2941         Allow long dashes generated by Texinfo 4.7 before definitions.
2942         (texinfo-mode) <doc-spec>: Add space to suffix to find command
2943         definitions with argument separated by space.
2945 2004-11-06  Richard M. Stallman  <rms@gnu.org>
2947         * simple.el (next-error group, face): Move before first use.
2948         (next-error-highlight, next-error-highlight-no-select): Likewise.
2950         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
2951         (line-move): New args NOERROR and TO-END.
2952         Return t if if succeed in moving specified number of lines.
2953         (move-end-of-line): New function.
2955         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
2956         (end-of-buffer-other-window): Likewise.
2958         * simple.el (line-move-ignore-invisible): Default to t.
2960         * subr.el (syntax-after): Return the syntax letter, not the raw code.
2962         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
2964         * international/iso-cvt.el (iso-cvt-define-menu):
2965         Rename menu-bar-files-menu to menu-bar-file-menu.
2967         * net/browse-url.el (browse-url-gnome-moz-program)
2968         (browse-url-gnome-moz-arguments): Move up before first use.
2970         * net/tramp.el (tramp group): Add :version.
2972         * progmodes/ada-xref.el (ada-gdb-application):
2973         Use goto-char instead of beginning-of-buffer.
2975         * progmodes/cperl-mode.el (cperl-info-on-command):
2976         Use goto-char instead of beginning-of-buffer.
2978         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
2979         Move up before first use.
2980         (idlwave-shell-temp-pro-file): Likewise.
2981         (idlwave-shell-temp-rinfo-save-file): Likewise.
2982         (idlwave-shell-temp-file): Minor doc fix.
2984         * textmodes/flyspell.el (flyspell-external-point-words):
2985         Use goto-char instead of beginning-of-buffer.
2987 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
2989         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
2990         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
2991         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
2993 2004-11-06  David Ponce  <david@dponce.com>
2995         * recentf.el (recentf-menu-path): Use menu item name.
2997 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
2999         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
3000         display doesn't support images.
3002 2004-11-06  Andreas Schwab  <schwab@suse.de>
3004         * tempo.el (tempo-match-finder): Doc fix.
3006         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
3008 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3010         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
3011         (easy-menu-lookup-name): New fun to replace it.
3012         (easy-menu-get-map): Use it to obey menu item names (rather than just
3013         keys) when looking up `path'.
3014         (easy-menu-always-true-p): Rename from easy-menu-always-true.
3015         (easy-menu-convert-item-1): Adjust to new name.
3017 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
3019         * outline.el (hide-body): Don't hide lines at the top of the file
3020         that precede the first header line.
3022 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
3024         * align.el (align-areas): Delete whitespace before reindenting, so
3025         that tabs are never placed after spaces.
3027 2004-11-06  Alan Shutko  <ats@acm.org>
3029         * macros.el (insert-kbd-macro): Do completions based on macros,
3030         rather than all commands.
3032 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
3034         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
3035         to solve a bug whereby tags with 'b' don't match.
3037 2004-11-05  Juri Linkov  <juri@jurta.org>
3039         * info.el (Info-search): Don't search in node header lines
3040         and file headers.
3042         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
3043         symbol-constituent characters after dot, not only digits.
3045 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
3047         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
3049 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3051         * dired.el (dired-read-dir-and-switches): Call read-directory-name
3052         if a dialog will be used, read-file-name otherwise.
3054 2004-11-04  Richard M. Stallman  <rms@gnu.org>
3056         * textmodes/table.el (table group): Add :version.
3058         * textmodes/ispell.el (ispell-word):
3059         Don't alter args; set them only thru `interactive' spec.
3061         * textmodes/flyspell.el (flyspell-word):
3062         Don't alter FOLLOWING; set it only thru `interactive' spec.
3064         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
3066         * net/browse-url.el (browse-url-maybe-new-window):
3067         Use called-interactively-p.
3069         * mail/supercite.el (sc-cite-region):
3070         Don't use interactive-p.  Add arg INTERACTIVE.
3071         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
3073         * international/mule-cmds.el (set-input-method, toggle-input-method):
3074         Don't use interactive-p.  Add arg INTERACTIVE.
3076         * eshell/esh-mode.el (eshell-show-maximum-output):
3077         Don't use interactive-p.
3078         (eshell-truncate-buffer): Just message, no error, if buffer is short.
3080         * mouse.el (mouse-show-mark): Get positions to delete from mark
3081         and point, not from mouse-drag-overlay.
3083         * imenu.el (imenu-eager-completion-buffer): Add :version.
3085         * filesets.el (filesets group): Add :version.
3087 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
3089         * files.el (xml-based-modes): Delete var.
3090         (magic-mode-alist): New more general var.
3091         (set-auto-mode): Use it.
3093         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
3094         when clicking from another window.
3096 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
3098         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
3099         (vc-cvs-annotate-time): Incorporate value of deleted var.
3100         Remove special-case handling of beginning-of-buffer cruft.
3101         Cache ending position (point) and return value in text property
3102         `vc-cvs-annotate-time', and consult it on subsequent invocations.
3104         * vc-cvs.el (vc-cvs-annotate-command):
3105         Delete extraneous lines from beginning of buffer.
3106         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
3108         * progmodes/grep.el (grep-default-command): Take empty string
3109         for tag if all other methods yield nil.  Shell-quote the tag.
3111         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
3112         spec in `interactive' form, and mention it in the docstring.
3113         Also, make sure point is at bol after calling `annotate-time'.
3115 2004-11-02  Richard M. Stallman  <rms@gnu.org>
3117         * cus-edit.el (customize-group-other-window):
3118         Select the window that displays the custom buffer.
3119         (custom-buffer-create-other-window): Likewise.
3121         * comint.el (comint-insert-input): Fix previous change.
3123         * emacs-lisp/elp.el (elp-instrument-function):
3124         Use called-interactively-p.
3126         * emacs-lisp/easymenu.el (easy-menu-intern):
3127         Don't downcase; rather, case-flip the first letter of each word.
3129         * emacs-lisp/easy-mmode.el (define-minor-mode):
3130         Use called-interactively-p.
3132         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
3133         Add interactive-only.
3134         (byte-compile-warnings): Add interactive-only as option.
3135         (byte-compile-interactive-only-functions): New variable.
3136         (byte-compile-form): Warn about calls to functions
3137         in byte-compile-interactive-only-functions.
3139         * emacs-lisp/autoload.el (update-file-autoloads):
3140         Don't use interactive-p; take new arg SAVE-AFTER.
3142         * emacs-lisp/advice.el (ad-make-advised-definition):
3143         Use called-interactively-p.
3145 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3147         * files.el (find-file-existing): New function.
3149         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
3150         find-file-existing.  Add "New File..." that calls find-file.
3152         * diropen.pbm diropen.xpm: New files.
3154         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
3155         icon diropen.  New tool bar item find-file-existing uses icon open.
3157         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
3158         instead of read-file-name.
3160 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
3162         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
3163         (icalendar--split-value): Change name of work buffer.
3164         (icalendar--get-weekday-abbrev): Return nil on error.
3165         (icalendar--date-to-isodate): New function.
3166         (icalendar-convert-diary-to-ical)
3167         (icalendar-extract-ical-from-buffer): Use only two args for
3168         make-obsolete (XEmacs compatibility).
3169         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
3170         (icalendar-export-region): Doc fix.
3171         If error, return non-nil and write errors to a buffer.
3172         Use correct weekday for weekly recurring events.
3173         Check whether date has been parsed for ordinary events.
3174         Make weekly events start in the year 2000.
3175         DTEND is non-inclusive, shift end date by one day if
3176         necessary (not for entries that have date and time).
3177         Rename local let variables: oops -> found-error, datestring ->
3178         startdatestring.
3180 2004-11-02  Kim F. Storm  <storm@cua.dk>
3182         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
3183         keep-mode-if-same variable.  Add it as optional arg instead.
3184         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
3186         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
3187         substitute-command-keys will select lower-case bindings like those
3188         used in the static help texts.
3190         * descr-text.el (describe-text-properties): Don't err if called in
3191         the *Help* buffer; output to *Help-2* buffer instead.
3193         * kmacro.el (group kmacro): Add :version.
3194         (kmacro-keyboard-quit): New function to cleanup on C-g.
3195         (kmacro-start-macro): Set defining-kbd-macro to append when
3196         appending to last macro.
3198         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
3200 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
3202         * progmodes/gdb-ui.el (gdb-enable-debug-log)
3203         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
3204         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
3205         Add :version keyword.
3207 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
3209         * progmodes/flymake.el (flymake-err-line-patterns):
3210         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
3211         `compilation-error-regexp-alist-alist' to internal Flymake format.
3213         * progmodes/flymake.el: Eliminate byte-compiler warnings.
3215 2004-11-01  Jay Belanger  <belanger@truman.edu>
3217         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
3218         with `interactive "s"'.
3220 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3222         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3223         Revert change from 2004-10-16.  '*' checks the current buffer, but the
3224         mouse click may be in another buffer.
3226 2004-11-01  John Paul Wallington  <jpw@gnu.org>
3228         * files.el (large-file-warning-threshold): Add :version keyword.
3229         (kill-some-buffers): Doc fix.
3231         * thumbs.el (group thumbs): Add :version keyword.
3233         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
3235 2004-11-01  Richard M. Stallman  <rms@gnu.org>
3237         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
3239         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
3241         * allout.el (allout group): Add :version.
3242         (allout-init): Don't use interactive-p.
3243         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
3244         (allout-forward-current-level, allout-backward-current-level):
3245         Don't use interactive-p.
3247         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
3248         (bibtex-find-text): Likewise.
3250         * progmodes/vhdl-mode.el (vhdl-fill-region)
3251         (vhdl-beginning-of-statement): Don't use interactive-p.
3253         * progmodes/idlwave.el (idlwave-update-routine-info):
3254         Don't use interactive-p.
3256         * progmodes/idlw-shell.el (idlwave-shell-send-char):
3257         Don't use interactive-p.
3259         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
3260         Don't use interactive-p.
3262         * progmodes/ada-xref.el (ada-make-body-gnatstub):
3263         Don't use interactive-p.
3265         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
3266         (fortune-in-buffer): Doc fix.
3268         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
3270         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
3271         don't select the temporary buffer.
3272         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
3273         (eudc-get-phone): Likewise.
3275 2004-11-01  Kim F. Storm  <storm@cua.dk>
3277         * man.el (Man-xref-normal-file): Fix help-echo.
3279 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3281         * reveal.el (reveal-last-tick): New var.
3282         (reveal-post-command): Use it to avoid closing overlays when we're
3283         appending text to them.
3285 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3287         * textmodes/bibtex.el: Require button.
3288         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
3289         (bibtex-reference-keys): Distinguish between header keys and
3290         crossref keys.
3291         (bibtex-beginning-of-field): New function.
3292         (bibtex-url-map): Remove.
3293         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
3294         (bibtex-font-lock-url-regexp): Assume that field names begin at
3295         the beginning of a line.
3296         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
3297         Remove field delimiters.  Use bibtex-beginning-of-field.
3298         Bugfix, point can be inside a field with a url.
3299         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
3300         New functions.
3301         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
3302         (bibtex-key-in-head): Simplify.
3303         (bibtex-current-line): Use bolp.
3304         (bibtex-parse-keys): Remove unused arg `add'.
3305         Use bibtex-type-in-head and bibtex-key-in-head.
3306         (bibtex-parse-entry, bibtex-autofill-entry):
3307         Use bibtex-type-in-head and bibtex-key-in-head.
3308         (bibtex-autokey-get-field): Do not alter case of replacement text.
3309         (bibtex-autokey-get-names): Do all processing of name list.
3310         (bibtex-autokey-get-year): New function.
3311         (bibtex-autokey-get-title): Do all processing of title words.
3312         (bibtex-generate-autokey): Simplify.
3313         (bibtex-string-files-init): Use default-directory.
3314         Allow for absolute file names in bibtex-string-files.
3315         (bibtex-files, bibtex-file-path): New variables.
3316         (bibtex-files-expand): New function.
3317         (bibtex-find-entry-globally): New command.
3318         (bibtex-summary-function): New variable.
3319         (bibtex-summary): Default value of bibtex-summary-function.
3320         (bibtex-find-crossref): New optional args pnt and split.
3321         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
3322         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
3323         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
3324         Fix handling of required and alternative fields.
3325         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
3326         Use cons and display-buffer.
3327         (bibtex-validate-globally): New command.
3328         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
3329         bibtex-parse-keys and bibtex-parse-strings for updating
3330         bibtex-reference-keys and bibtex-strings.
3331         (bibtex-realign): Remove blank lines past the last entry.
3332         (bibtex-reformat): Use bibtex-entry-format as default.
3333         (bibtex-choose-completion-string): Remove.
3334         (bibtex-complete): Do not use bibtex-choose-completion-string.
3335         (bibtex-url): Simplify.
3337 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3339         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
3340         (x-dnd-types-alist, x-dnd-open-file-other-window)
3341         (x-dnd-known-types): Add :version.
3343 2004-10-31  John Paul Wallington  <jpw@gnu.org>
3345         * ibuffer.el (group ibuffer): Add :version keyword.
3347 2004-10-31  Kim F. Storm  <storm@cua.dk>
3349         * ido.el (group ido): Add :version keyword.
3350         (ido-mode): Remove :version keyword.
3352         * emulation/cua-base.el (group cua): Add :version keyword.
3353         (cua-mode): Remove :version keyword.
3355 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
3357         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
3359         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
3360         compiler warning.
3361         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
3362         function.
3363         (help-at-pt-display-when-idle): Remove autoload.
3365 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3367         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
3369 2004-10-30  Juri Linkov  <juri@jurta.org>
3371         * help.el (function-called-at-point):
3372         * help-fns.el (variable-at-point): Read -> intern.
3374 2004-10-30  Simon Josefsson  <jas@extundo.com>
3376         * progmodes/autoconf.el (autoconf-font-lock-keywords):
3377         Recognize AS_* too.
3379 2004-10-29  Simon Josefsson  <jas@extundo.com>
3381         * subr.el (read-passwd): Move back from password.el.
3383         * password.el: Remove, not ready yet.
3385 2004-10-29  Andreas Schwab  <schwab@suse.de>
3387         * speedbar.el (speedbar-frame-parameters): Improve customize type.
3389 2004-10-29  Sam Steingold  <sds@gnu.org>
3391         * mouse.el (mouse-show-mark): Replace the last occurrence of
3392         x-lost-selection-hooks with x-lost-selection-functions.
3394 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3396         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
3397         x-lost-selection-functions is bound.
3399         * mouse-sel.el (mouse-sel-mode):
3400         * emacs-lisp/lselect.el: Adjust to new names for
3401         x-(lost|sent)-selection-functions.
3403         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
3404         New obsolete aliases of x-lost-selection-functions and
3405         x-sent-selection-functions.
3407 2004-10-28  Kim F. Storm  <storm@cua.dk>
3409         * imenu.el (imenu-scanning-message): Remove.
3410         (imenu-progress-message): Make it a no-op.
3412 2004-10-28  John Paul Wallington  <jpw@gnu.org>
3414         * files.el (set-auto-mode): Call `throw' correctly.
3416 2004-10-28  Juri Linkov  <juri@jurta.org>
3418         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
3419         to search `Info-...' commands in `info' manual.
3420         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3421         Add 'info-file "emacs" property.
3422         (Info-find-emacs-command-nodes): Fix index line number regexp.
3423         Set real line number (instead of fake 0) in first element of the
3424         returned list.
3425         (Info-goto-emacs-command-node): Use line number of first element
3426         to set point in the first found Info node.
3428         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
3429         code to `grep-mode-font-lock-keywords'.
3430         (grep-mode-font-lock-keywords): Delete grep markers instead
3431         of making them invisible.
3433 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3435         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3436         and x-server-version in bug report.
3438 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
3440         * files.el (set-auto-mode-0): New function.
3441         (set-auto-mode): Use it to handle aliased modes and to
3442         be consistent between C-x C-f and C-x C-w.
3444 2004-10-28  Kenichi Handa  <handa@m17n.org>
3446         * international/utf-8.el (utf-translate-cjk-charsets):
3447         Add katakana-jisx0201.
3449         * international/subst-jis.el: Add data for JISX0201.
3451 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3453         * obsolete/hilit19.el (hilit-mode): New function.
3454         Move all the toplevel side-effecting stuff into it, so that loading
3455         hilit19 doesn't mess everything up any more.
3457 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3459         * add-log.el (add-change-log-entry): Set up mailing address
3460         and full name later, and don't alter add-log-mailing-address
3461         or add-log-full-name.
3463         * elide-head.el (elide-head): Change error to message.
3464         (elide-head-show): Likewise.
3466         * apropos.el (apropos-macrop): Doc fix.
3468         * mouse.el (mouse-show-mark): Do most processing the same
3469         regardless of transient-mark-mode.
3471         * shadowfile.el (shadow-copy-files): Use interactive-p
3472         only to control whether to print a message.
3474         * tar-mode.el (tar-mode): Use write-contents-functions,
3475         not write-contents-hooks.
3477         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
3478         directory-sep-char.
3480 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3482         * strokes.el (strokes-unload-hook): Fix previous change.
3484         * type-break.el (type-break-run-at-time): Always use run-at-time;
3485         forget the alternatives.
3486         (type-break-cancel-function-timers): Always use cancel-function-timers;
3487         forget the alternatives.
3489         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
3491 2004-10-27  Kenichi Handa  <handa@m17n.org>
3493         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
3495         * international/subst-gb2312.el: Likewise.
3497         * international/subst-big5.el: Likewise.
3499         * international/subst-ksc.el: Likewise.
3501         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
3502         New variable.
3503         (utf-translate-cjk-set-unicode-range): New function.
3504         (utf-translate-cjk-unicode-range): Make it customizable.
3505         (utf-8-post-read-conversion):
3506         Use utf-translate-cjk-unicode-range-string.
3507         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
3508         Unicode ranges.
3510 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
3512         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
3513         trivial variants to shorten the list.
3514         (xml-based-modes): New var.
3515         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
3516         declaration higher priority than auto-mode-alist.
3518         * find-file.el (cc-other-file-alist): Bring it in line with
3519         cc-mode's auto-mode-alist entries and use \' instead of $.
3521         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
3522         and add "Id" and "Name" submenus to it.
3524         * imenu.el (imenu--generic-function): Skip matches in comments.
3526 2004-10-26  Jay Belanger  <belanger@truman.edu>
3528         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
3529         (full-calc-keypad, calc-trail-display):  Use an extra argument
3530         instead of `interactive-p'.
3532         * calc/calc-misc.el (calc-other-window): Use an extra argument
3533         instead of `interactive-p'.
3535         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
3536         `interactive-p'.
3538 2004-10-26  Kim F. Storm  <storm@cua.dk>
3540         * help.el (describe-key): Describe both down-event and up-event
3541         for a mouse click.
3543 2004-10-26  Richard M. Stallman  <rms@gnu.org>
3545         * woman.el (woman): Don't call interactive-p.
3547         * pcomplete.el (pcomplete): Instead of interactive-p,
3548         use an arg set non-nil by the interactive spec.
3550         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
3551         use an arg set non-nil by the interactive spec.
3553         * man.el (Man-cleanup-manpage): Instead of interactive-p,
3554         use an arg set non-nil by the interactive spec.
3556 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
3558         * progmodes/flymake.el (flymake-split-string):
3559         Use `flymake-split-string-remove-empty-edges' in any case.
3561 2004-10-26  Masatake YAMATO  <jet@gyve.org>
3563         * progmodes/flymake.el (flymake-err-line-patterns):
3564         Use `compilation-error-regexp-alist-alist' instead of
3565         `compilation-error-regexp-alist'.
3567 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3569         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
3570         verbatim face on the \ of \end{verbatim}.
3572 2004-10-25  Jay Belanger  <belanger@truman.edu>
3574         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
3575         erasing minibuffer.
3577 2004-10-25  Simon Josefsson  <jas@extundo.com>
3579         * subr.el (read-passwd): Move to net/password.el.
3581         * net/password.el (read-passwd): Add.  Autoload it.
3583 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
3585         * mouse-sel.el (mouse-sel-mode): Specify custom group.
3587         * simple.el (process-file): Fix logic.
3589 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
3591         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
3592         (increase-right-margin): Remove erroneous call to `interactive-p'.
3594 2004-10-24  Kim F. Storm  <storm@cua.dk>
3596         * help.el (describe-mode): Fix 2004-10-13 change.
3597         Copy pure "Auto Fill" string so it can be propertized later
3598         without causing a read-only error.
3600 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
3602         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
3603         style indexes.
3605 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
3607         * simple.el (process-file): Accept nil for INFILE.  Reported by
3608         Luc Teirlinck.
3610 2004-10-24  Masatake YAMATO  <jet@gyve.org>
3612         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
3613         Handle periods and underscores in a function name.
3614         Remove the address fontification.
3616 2004-10-24 Masatake YAMATO <jet@gyve.org>
3618         * progmodes/asm-mode.el (asm-font-lock-keywords):
3619         Use font-lock-variable-name-face for registers.
3621 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
3623         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
3624         kill-all-local-variables.
3625         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3626         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
3627         Use kill-all-local-variables and provide mode-hooks.
3628         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
3629         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
3630         Suggested by Masatake YAMATO <jet@gyve.org>.
3632 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
3634         * simple.el (process-file): New function, similar to call-process
3635         but supports file handlers.
3636         * vc.el (vc-do-command): Use it, instead of call-process.
3637         * net/tramp-vc.el (vc-do-command): Do not advise it if
3638         process-file is fboundp.
3639         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
3640         process-file.
3641         (tramp-handle-process-file): New function.
3642         (tramp-file-name-for-operation): Support process-file.
3644 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
3646         * calendar/icalendar.el (icalendar--weekday-array): New constant.
3647         (icalendar-weekdayabbrev-table)
3648         (icalendar-monthnumber-table): Delete.
3649         (icalendar--get-month-number): Use calendar-month-name-array.
3650         (icalendar--get-weekday-number): New function.
3651         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
3652         (icalendar-export-region): Handle multi-line entries.
3653         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
3655 2004-10-23  John Paul Wallington  <jpw@gnu.org>
3657         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
3658         `wildcards' set to t in interactive spec.
3660         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
3661         interactive spec rather than use `interactive-p'.
3662         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
3663         rather than use function `interactive-p'.
3665 2004-10-22  Kenichi Handa  <handa@m17n.org>
3667         * international/mule.el (translate-region): Implement it in Lisp
3668         as a front end of translate-region-internal.
3670 2004-10-21  Jay Belanger  <belanger@truman.edu>
3672         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
3673         Declare these variables with defvar.
3675         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
3676         is bound, only check to see if it is bound.
3678 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3680         * textmodes/tex-mode.el (tex-compilation-parse-errors):
3681         Don't output messages.
3683         * calc/calc-help.el (calc-describe-bindings): Fix last change.
3685 2004-10-21  John Paul Wallington  <jpw@gnu.org>
3687         * calc/calc-graph.el (calc-graph-init):
3688         Use `set-process-query-on-exit-flag'.
3690 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
3692         * progmodes/compile.el (compilation-start): Rely on `cd' to get
3693         dir right and also allow argumentless cd.
3695 2004-10-19  Richard M. Stallman  <rms@gnu.org>
3697         * textmodes/flyspell.el (flyspell-mode): Doc fix.
3699         * eshell/em-unix.el (eshell-grep):
3700         Don't bind compilation-process-setup-function.
3702         * comint.el (comint-insert-input): Use @ in `interactive'.
3703         (comint-input-filter-functions): Doc fix.
3704         (comint-kill-whole-line, comint-get-source): Doc fix.
3706         * progmodes/compile.el (compilation-setup):
3707         Don't set buffer-read-only if MINOR is non-nil.
3709 2004-10-19  Jay Belanger  <belanger@truman.edu>
3711         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
3712         (calc-emacs-type-gnu19): Remove.
3713         (calc-digit-map, calc-read-key-sequence, calc-read-key):
3714         Remove check for old emacs versions.
3716         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
3717         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
3718         for current Emacs.
3720         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
3721         the end of the minibuffer.
3722         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
3723         copy `esc-map'.
3725         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
3727         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
3728         call that would be given when the current emacs was used.
3730 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
3732         * calendar/icalendar.el: Set coding to utf-8.
3733         (icalendar-version): Increase to 0.07.
3734         (icalendar-monthnumber-table): Change March pattern.
3735         (icalendar-get-all-event-properties)
3736         (icalendar-set-event-property): Delete.
3737         (icalendar-all-events): No longer interactive.
3738         (icalendar-convert-diary-to-ical)
3739         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
3740         their replacements.
3741         (icalendar-export-file, icalendar-export-region): New functions;
3742         essentially old `icalendar-convert-diary-to-ical' but appending to
3743         target rather than overwriting.
3744         (icalendar-import-file): Append to target file rather than
3745         overwriting.  Fourth arg deleted.
3746         (icalendar-import-buffer): New name for old
3747         `icalendar-extract-ical-from-buffer'.
3748         (icalendar--convert-string-for-import): New name for
3749         old `icalendar-convert-for-import'.
3750         (include-icalendar-files): Delete.
3751         Prefix for all internal functions changed from `icalendar-'
3752         to `icalendar--'.
3754 2004-10-19  Richard M. Stallman  <rms@gnu.org>
3756         * paths.el (news-path): Fix previous change.
3758 2004-10-18 Jay Belanger  <belanger@truman.edu>
3760         * calc/calc-help.el (calc-describe-bindings):
3761         Set `buffer-read-only' to nil while working in the keybindings buffer;
3762         remove some extra information from the keybindings buffer.
3764 2004-10-18  David Ponce  <david@dponce.com>
3766         * mouse.el (mouse-drag-move-window-top): New function.
3767         (mouse-drag-mode-line-1): Use it.
3769 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
3771         * info.el (Info-fontify-node): For multiline refs,
3772         arrange to unfontify newline and surrounding whitespace.
3774 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3776         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
3777         directory is missing.
3779 2004-10-17  John Paul Wallington  <jpw@gnu.org>
3781         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
3782         New customizable variable; whether to display buffers that match
3783         `ibuffer-maybe-show-predicates' by default.
3784         (ibuffer-maybe-show-predicates): Mention it in docstring.
3785         (ibuffer-display-maybe-show-predicates): New variable.
3786         (ibuffer-update): Prefix arg now toggles whether buffers that
3787         match `ibuffer-maybe-show-predicates' should be displayed.
3788         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3789         locally to heed `ibuffer-default-display-maybe-show-predicates'.
3790         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3792 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
3794         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
3795         work correctly.
3797 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
3799         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3800         (Buffer-menu-beginning): New helper function.
3801         (Buffer-menu-execute): Use it.
3802         (Buffer-menu-select): Use it.
3803         (Buffer-menu-sort): Use it and also keep markers.
3805 2004-10-17  Richard M. Stallman  <rms@gnu.org>
3807         * paths.el (news-directory): Rename from news-path.  Old name alias.
3808         (rmail-spool-directory): Use defvar.
3809         (sendmail-program): Use defcustom.
3810         (remote-shell-program): Use defcustom.
3811         (term-file-prefix): Use defvar.
3812         (abbrev-file-name): Use defvar.
3814         * term.el: Add maintainer.
3816         * subr.el (with-local-quit): Return nil if there's a quit.
3817         (read-passwd): Use with-local-quit.  Doc fix.
3819         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
3820         (strokes-unload-hook): Set as a variable with add-hook.
3822         * startup.el (fancy-splash-tail, normal-splash-screen):
3823         Update copyright year.
3825         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
3827         * server.el (server-unload-hook): Set as a variable with add-hook.
3829         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
3831         * frame.el (special-display-popup-frame):
3832         Make the buffer current as its frame is created.
3834         * delsel.el (delsel-unload-hook): Set as a variable.
3836         * comint.el (comint-output-filter-functions):
3837         Add comint-watch-for-password-prompt.
3838         (comint-read-noecho): Function deleted.
3839         (send-invisible): Use read-passwd.
3841         * fringe.el (fringe-mode-initialize): New function.
3842         (fringe-mode): Use fringe-mode-initialize as :initialize.
3844 2004-10-17  Kim F. Storm  <storm@cua.dk>
3846         * language/indian.el (indian-script-language-alist): Swap value and doc.
3847         (indian-font-char-index-table): Doc fix.
3849 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3851         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
3853 2004-10-16  Juri Linkov  <juri@jurta.org>
3855         * progmodes/compile.el (compilation-start): Move let-binding of
3856         `process-environment' into `with-current-buffer' body.
3857         Reported by Matt Hodges <MPHodges@member.fsf.org>.
3859 2004-10-16  Richard M. Stallman  <rms@gnu.org>
3861         * pcvs-util.el (cvs-bury-buffer):
3862         Don't call get-buffer-window for effect.
3864         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
3866         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
3868         * msb.el (msb-unload-hook): Set the variable.
3870         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3871         Use * to err if buffer is readonly.
3873         * subr.el (looking-back): Return only t or nil.
3875         * whitespace.el (whitespace-unload-hook): Set the variable.
3877         * view.el (view-mode-enable): Set view-page-size and
3878         view-half-page-size to nil.
3879         (view-set-half-page-size-default): view-half-page-size = nil
3880         means the default.
3881         (View-scroll-page-forward): Use view-page-size-default.
3882         (View-scroll-page-backward): Likewise.
3883         (view-page-size, view-half-page-size): Doc fixes.
3885         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
3887         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
3889         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
3890         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
3891         (byte-compile-log-1): Bind inhibit-read-only.
3892         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
3893         (byte-compile-log-warning): Likewise.
3894         (byte-compile-file-form-require): Detect "cl" from the arg value.
3896         * progmodes/compile.el (compilation-start): Assume compilation-mode
3897         will make the buffer read-only.
3898         (compilation-mode): Take arg name-of-mode.
3899         (compilation-setup): Make buffer read-only.
3900         (compilation-handle-exit): Bind inhibit-read-only.
3902         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
3903         (ispell-message): Likewise.
3904         (ispell-show-choices): Don't call get-buffer-window uselessly.
3905         (ispell-init-process): Use set-process-query-on-exit-flag.
3907 2004-10-16  Kim F. Storm  <storm@cua.dk>
3909         * fringe.el (fringe-bitmaps): Only initialize when defined.
3911         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
3912         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
3914         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
3916 2004-10-15  Simon Josefsson  <jas@extundo.com>
3918         * net/password.el: Add.
3920 2004-10-14  Masatake YAMATO  <jet@gyve.org>
3922         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
3923         (gdb-script-end-of-defun): New function.
3924         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
3925         `gdb-script-end-of-defun' as *-of-defun-function.
3927 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
3929         * button.el (button-activate): Allow a marker to display as an action.
3931         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
3933         * help.el (describe-mode): Use it to make minor mode list into
3934         hyperlinks.
3936 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3938         * vc.el (vc-annotate-display-select): Fix typo.
3940         * subr.el (substitute-key-definition-key): New function.
3941         (substitute-key-definition): Use it with map-keymap.
3942         (event-modifiers): Use push.
3943         (mouse-movement-p, with-temp-buffer): Simplify.
3945 2004-10-12  Jay Belanger  <belanger@truman.edu>
3947         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
3948         New variables.
3949         (calc-help-index-entries): New function.
3950         (calc-describe-function): Use `calc-help-function-list' instead of
3951         obarray for completion.
3952         (calc-describe-variable): Use `calc-help-variable-list' instead
3953         of obarray for completion.
3955 2004-10-12  Richard M. Stallman  <rms@gnu.org>
3957         * info-look.el (info-lookup-file): Add info-file property.
3958         (info-lookup-symbol): Likewise.
3960         * info.el (info-xref): Add underlining.
3961         (info): Add info-file property.
3962         (Info-find-emacs-command-nodes): Specify case-sensitive search.
3964 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
3966         Sync with Tramp 2.0.45.
3968         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
3969         defined.  This is not the case for XEmacs without package "edebug".
3970         (tramp-set-auto-save-file-modes): Set permissions of autosaved
3971         remote files to the permissions of the original file.  This is not
3972         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
3973         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
3974         (tramp-perl-decode): Fix an error in Perl implementation.
3975         $pending must be cleared every loop.  Reported by Benjamin Place
3976         <benjaminplace@sprintmail.com>
3978         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
3979         Don't activate advice during definition.  This is done later on,
3980         depending on test result of `substitute-in-file-name'.
3981         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3983 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3985         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
3987         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
3989 2004-10-12  David Ponce  <david@dponce.com>
3991         * recentf.el (recentf-edit-list): Update the menu when the recentf
3992         list has been modified.
3994 2004-10-12  Simon Josefsson  <jas@extundo.com>
3996         * net/tls.el (tls-certtool-program): New variable.
3997         (tls-certificate-information): New function, based on
3998         ssl-certificate-information.
4000 2004-10-12  Kenichi Handa  <handa@m17n.org>
4002         * international/mule.el (coding-system-equal): Move from mule-util.el.
4004         * international/mule-util.el (coding-system-equal): Move to mule.el.
4006 2004-10-12  Kim F. Storm  <storm@cua.dk>
4008         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
4009         reset kmacro-initial-counter-value if set.
4010         (kmacro-set-counter): Only set kmacro-counter if defining or executing
4011         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
4012         (kmacro-display): Show macro counter if non-zero.
4014         * subr.el (substitute-key-definition): Mention command remapping
4015         in doc string.
4017 2004-10-11  Jay Belanger  <belanger@truman.edu>
4019         * calc/calc-misc.el (calc-info-goto-node): New function.
4020         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
4021         node in one step.
4022         (calc-describe-copying, calc-describe-distribution)
4023         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
4024         Go to appropriate info node in one step.
4026 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4028         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
4030         * font-lock.el (font-lock-apply-highlight): Fix last change.
4032 2004-10-11  Simon Josefsson  <jas@extundo.com>
4034         * mail/smtpmail.el (smtpmail-open-stream): Look for
4035         starttls-gnutls-program instead of starttls-program iff
4036         starttls-use-gnutls is non-nil.
4037         (smtpmail-open-stream): Don't overwrite user settings of
4038         starttls-extra-arguments and starttls-extra-args.
4040 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4042         * comint.el (comint-mouse-insert-input): Remove.
4043         (comint-insert-input): Make it work for mouse bindings.
4044         (comint-mode-map): Move defs into the declaration.
4045         (comint-output-filter): Typo.
4047         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
4049 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
4051         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
4052         (ange-ftp-call-chmod): Reference remote-shell-program instead of
4053         ange-ftp-remote-shell.
4055 2004-10-10  Andreas Schwab  <schwab@suse.de>
4057         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
4058         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
4059         Reported by <sri@asu.edu>.
4061 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
4063         * vc.el (vc-annotate-mode): Remove variable.
4064         (vc-annotate-display-select): Only call vc-annotate-mode
4065         if we're not in that mode already.
4067 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4069         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
4070         (imenu-choose-buffer-index): Check here for rescan instead.
4072         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
4073         where the face expression evals to nil.
4075         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
4076         (tex-font-lock-keywords-2): Use it.
4077         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
4079         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
4081 2004-10-09  Kim F. Storm  <storm@cua.dk>
4083         * subr.el (progress-reporter-update): Define before first usage.
4084         (make-progress-reporter): Doc fix.
4086 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4088         * textmodes/paragraphs.el (sentence-end-double-space)
4089         (sentence-end-without-period, sentence-end-without-space)
4090         (sentence-end): Doc fixes.
4092 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
4094         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
4095         Change paragraph-start regexp so we don't fill code starting with #'(.
4097 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
4099         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
4100         New defcustom.
4101         (extract-address-components): Use it.
4103 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
4105         * subr.el (make-progress-reporter, progress-reporter-update)
4106         (progress-reporter-force-update, progress-reporter-do-update)
4107         (progress-reporter-done): New functions.
4109         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
4111         * progmodes/etags.el (etags-tags-completion-table): Use progress
4112         reporter.
4113         (etags-tags-apropos): Likewise.
4115 2004-10-08  Alan Mackenzie  <acm@muc.de>
4117         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
4118         of current line.
4120 2004-10-08  Masatake YAMATO  <jet@gyve.org>
4122         * server.el (server-process-filter): Wrap `process-send-region'
4123         by `condition-case' to guard the case when the pipe to PROC is closed.
4125 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
4127         * xml.el (xml-substitute-special): Limit handling of external entities.
4129 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
4131         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
4133 2004-10-06  John Paul Wallington  <jpw@gnu.org>
4135         * xml.el (xml-parse-dtd): Fix `error' call.
4137 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
4139         * xml.el (xml-substitute-special): Return a single string instead
4140         of a list of strings if an entity substitution is made.
4142 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
4144         * calendar/icalendar.el: New file.
4146 2004-10-05  Juri Linkov  <juri@jurta.org>
4148         * isearch.el (isearch-done): Set mark after running hook.
4149         Reported by Drew Adams <drew.adams@oracle.com>.
4151         * info.el (Info-history, Info-toc): Fix Info headers.
4152         (Info-toc): Narrow buffer before Info-fontify-node.
4153         (Info-build-toc): Don't check for special Info file names.
4154         Set main-file to nil if Info-find-file returns a symbol.
4156 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
4158         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
4159         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
4160         * calendar/cal-menu.el (calendar-mode-map): Ditto.
4162 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
4164         * calendar/cal-iso.el (calendar-iso-read-args): New function,
4165         for old interactive spec from calendar-goto-iso-date.
4166         (calendar-goto-iso-date): Use it.
4167         (calendar-goto-iso-week): New function.  Suggested by Emilio
4168         C. Lopes <eclig@gmx.net>.
4170 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
4172         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
4173         `set-right-margin' bindings that follow the minor mode conventions.
4175 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4177         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
4178         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
4179         (latex-block-args-alist): Add minipage and picture.
4180         (latex-block-body-alist): Use reftex-label if enabled.
4181         (latex-insert-block): Don't insert a \n if not necessary.
4182         (tex-compile-commands): Make sure dvips doesn't send to printer.
4183         (tex-compile-default): Handle the case where no executable is found.
4184         (latex-noindent-environments): New var.
4185         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
4186         If tex-indent-allhanging is non-nil, make sure we only align for macros
4187         at beginning of line.
4189 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
4191         * newcomment.el (comment-beginning): Doc fix and don't choke on
4192         unset `comment-end-skip' when at beginning of comment.
4194 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
4196         * term.el (term-adjust-current-row-cache): Don't allow the current
4197         row to become negative.
4198         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
4199         the end of the line. Fix scroll down. Add comments.
4200         (term-handle-ansi-escape): Don't exceed terminal width when moving
4201         right.
4202         (term-scroll-region): Move the cursor after setting the scroll region.
4204 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
4206         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
4207         to `width' for consistency with docstring.  Doc fix.
4209 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
4211         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
4212         This is necessary for derived modes.
4214 2004-09-30  Kim F. Storm  <storm@cua.dk>
4216         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
4217         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
4219         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
4220         kmacro-extract-lambda functions.
4221         (edit-kbd-macro): Handle kmacro lambda forms.
4222         Include counter and counter format in edit buffer.
4223         (edmacro-finish-edit): Get counter and format from edit buffer and
4224         update kmacro bindings when found.
4226 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
4228         * textmodes/paragraphs.el (forward-paragraph):
4229         Avoid args-out-of-range error when point winds up at the beginning of
4230         the buffer and hard newlines are enabled.
4232         * newcomment.el (comment-multi-line): Doc fix.
4234 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4236         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
4237         (diff-fixup-modifs): Catch unified-diff file-headers.
4239 2004-09-29  Kim F. Storm  <storm@cua.dk>
4241         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
4242         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
4243         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
4245         * fringe.el (fringe-bitmap-p): New macro.
4246         (fringe-bitmaps): Add standard fringe bitmaps on load.
4248 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4250         * dired.el (dired-view-command-alist): Use more efficient regexps.
4251         Remove dubious arguments.
4252         (dired-align-file): New function.
4253         (dired-insert-directory): Use it.
4254         (dired-move-to-end-of-filename): Make the " -> " search more specific.
4255         (dired-buffers-for-dir): Remove unused var `pattern'.
4257 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4259         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
4260         from diary display excursion.  Store diary buffer's point for
4261         `simple-diary-display'.
4262         (simple-diary-display): Set window point and start when
4263         displaying buffer, to preserve point.
4265 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
4267         * textmodes/enriched.el (enriched-translations): Replace defconst
4268         with defvar.
4270 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4272         * printing.el: Doc fix.
4273         (pr-version): New version number (6.8.1).
4274         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
4275         make-temp-name.
4276         (pr-delete-file): Check if file exists before deleting it.
4277         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
4279 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4281         * term.el (term-display-table): New variable.
4282         (term-mode): Use it.
4283         (term-exec-1): Set the coding system to binary.
4284         (term-emulate-terminal): Decode the string before inserting it.
4286 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
4288         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
4289         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
4290         (map): Bind S-prior, S-next and S-insert.
4291         (term-mode): Set `indent-tabs-mode' to nil.
4292         (term-paste): New function to be bound to S-insert.
4293         (term-send-del, term-send-backspace): Change the strings sent.
4294         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
4295         (term-handle-colors-array): Fix handling of underline and reverse.
4296         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
4297         (term-erase-in-line): Fix comparison.
4298         (term-emulate-terminal): Fix line wrap handling.
4299         (term-start-output-log): Rename from `term-set-output-log'.
4300         (term-stop-output-log): Rename from `term-stop-photo'.
4301         (term-switch-to-alternate-sub-buffer): Comment out, unused.
4303 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4305         * dired.el (dired-move-to-filename): Don't output a message if
4306         raise-error is non-nil.  Fix return position and value.
4308         * files.el (insert-directory): Obey --dired even with symlinks.
4310 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
4312         * ls-lisp.el (ls-lisp-format): Mark file names with property
4313         dired-filename.
4315 2004-09-25  Kim F. Storm  <storm@cua.dk>
4317         * ido.el (ido-max-directory-size): New defcustom.
4318         (ido-decorations): Add "too big" element.
4319         (ido-directory-too-big): New dynamic var.
4320         (ido-may-cache-directory): Don't cache big directories.
4321         (ido-directory-too-big-p): New defun.
4322         (ido-set-current-directory): Update ido-directory-too-big.
4323         (ido-read-internal): Make empty ido-cur-item if too-big.
4324         (ido-buffer-internal): Use ido-read-internal directly instead of
4325         ido-read-buffer.
4326         (ido-file-internal): Init ido-directory-too-big.
4327         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
4328         and redo completion with full list.
4329         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
4330         it, and show completions.
4331         (ido-all-completions): Let bind ido-directory-too-big to nil.
4332         (ido-exhibit): Handle ido-directory-too-big.
4333         (ido-read-buffer): Handle fallback to read-buffer.
4334         Init ido-directory-too-big.
4335         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
4336         Init ido-directory-too-big.
4338 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
4340         * subr.el (delay-mode-hooks): Doc fix.
4342 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
4344         * textmodes/enriched.el
4345         (enriched-default-text-properties-local-flag): New variable.
4346         (enriched-mode): Make sure that enabling and disabling the mode is
4347         a no-op.  Doc fix.
4349 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
4351         * calendar/holidays.el (holiday-advent): Report on a specified day
4352         offset from advent, not just advent.
4353         (holiday-easter-etc): Report on one specified day offset from
4354         easter, not all easter holidays. Various Easter holidays moved to
4355         `christian-holidays' variable in calendar.el.
4356         * calendar/calendar.el (christian-holidays): Adapt for new
4357         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
4359 2004-09-23  Kim F. Storm  <storm@cua.dk>
4361         * image.el (insert-sliced-image): Add doc string.
4363         * ido.el (ido-choice-list): New dynamic var for `list' context.
4364         (ido-context-switch-command): New dynamic var.
4365         (ido-define-mode-map): Generalize switch between file/buffer contexts.
4366         (ido-read-internal): Handle new `list' context.
4367         Handle insert-buffer and insert-file ido-exit values.
4368         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
4369         ido-context-switch-command. Handle insert-file ido-exit value.
4370         (ido-read-buffer): Set ido-context-switch-command to 'ignore
4371         unless it is already bound by caller.
4372         (ido-file-internal): New arg switch-cmd.  Use it to setup
4373         ido-context-switch-command.  Handle insert-buffer ido-exit value.
4374         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
4375         used for context switching.
4376         (ido-all-completions): Handle new `list' context.
4377         (ido-make-choice-list): Return choices for `list' context.
4378         (ido-find-file-in-dir, ido-display-file, ido-write-file)
4379         (ido-display-buffer, ido-kill-buffer): Disable context switching.
4380         (ido-insert-buffer, ido-insert-file): Setup context switching.
4381         (ido-exhibit): Handle `list' context.
4382         (ido-read-file-name): Disable context switching.  Handle fallback.
4383         (ido-read-directory-name): Disable context switching.
4384         (ido-completing-read): New defun like completing-read.  Setup and
4385         use new `list' context.
4387 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
4389         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
4391 2004-09-21  Jay Belanger  <belanger@truman.edu>
4393         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
4394         `calc-graph-set-styles' so the gnuplot buffer will appear in a
4395         separate window.
4397 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
4399         * subr.el (after-change-major-mode-hook): Doc fix.
4401 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4403         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
4404         of ghostscript for monochrome PostScript file in Windows.
4406 2004-09-21  Kenichi Handa  <handa@m17n.org>
4408         * descr-text.el (describe-char): Checking of quail activation
4409         fixed.
4411 2004-09-21  Jay Belanger  <belanger@truman.edu>
4413         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
4415 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
4417         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
4418         after the mode hooks instead of before.  Doc fix.
4420 2004-09-20  Jason Rumney  <jasonr@gnu.org>
4422         * startup.el (command-line) [windows-nt]: Try .emacs first, then
4423         _emacs, but revert to .emacs if neither exists in home directory.
4425 2004-09-20  John Paul Wallington  <jpw@gnu.org>
4427         * bindings.el (completion-ignored-extensions): Add .dfsl.
4429 2004-09-20  Richard M. Stallman  <rms@gnu.org>
4431         * bindings.el (scroll-left): Make it disabled.
4433         * files.el (enable-local-eval): Doc fix.
4435         * indent.el (move-to-left-margin): Special case for minibuffer.
4437         * term.el (term-emulate-terminal): Turn off undo for output.
4438         Use with-current-buffer and save-selected-window.
4440         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
4442         * progmodes/make-mode.el (makefile-fill-paragraph):
4443         Don't insist on spaces when looking for comments.  # is enough.
4445         * files.el (hack-local-variables): Copy the variables list
4446         to another buffer, strip prefixes and suffixes there, then read.
4447         (enable-local-eval): Doc fix.
4448         (ignored-local-variables): Initialize to nil.
4449         (risky-local-variable-p): Don't check ignored-local-variables here.
4450         (hack-one-local-variable): Ignore var if in ignored-local-variables.
4452 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
4454         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
4455         of = to "." (punctuation).
4457 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4459         * subr.el (event-basic-type): Fix mask (extend to 22bits).
4461 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
4463         * textmodes/enriched.el (enriched-rerun-flag): New variable.
4464         (enriched-before-change-major-mode): New function.
4465         Add it to `change-major-mode-hook'.
4466         (enriched-after-change-major-mode): New function.
4467         Add it to `after-change-major-mode-hook'.
4468         (enriched-mode): Make it work correctly if called from
4469         `after-change-major-mode-hook'.
4470         No longer set `indent-line-function'.
4472         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
4474         * subr.el (after-change-major-mode-hook): New variable.
4475         (run-mode-hooks): Implement it.
4477 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4479         * battery.el (battery-linux-proc-apm): Use string-to-number.
4480         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
4481         Use dolist (and less indentation).  Use erase-buffer.
4482         Pre-initialize `design-capacity', `warn', and `low'.
4483         (battery-format): Use replace-regexp-in-string.
4485 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
4487         * battery.el: Delete superfluous empty lines.
4488         (battery-linux-proc-acpi): Attempt to gather information from all
4489         battery subdirectories regardless of their file name.
4490         (battery-linux-proc-apm): Replace all occurrences of
4491         battery-hex-to-int-2 with string-to-int (base 16).
4492         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
4493         (battery-hex-map): Delete variable.
4495 2004-09-18  John Paul Wallington  <jpw@gnu.org>
4497         * calc/calc-units.el (calc-quick-units): Fix overzealous
4498         s/or/unless/.
4500 2004-09-17  Jay Belanger  <belanger@truman.edu>
4502         * calc/calc.el (calc-mode-var-list): Fix the value of
4503         `calc-matrix-brackets'.
4505 2004-09-17  Romain Francoise  <romain@orebokech.com>
4507         * ibuf-ext.el (define-ibuffer-filter filename):
4508         Expand dired-directory since buffer-file-name is absolute.
4510 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4512         * ediff-init.el (ediff-current-diff-face-A)
4513         (ediff-current-diff-face-B, ediff-current-diff-face-C)
4514         (ediff-current-diff-face-Ancestor)
4515         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4516         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4517         (ediff-even-diff-face-A, ediff-even-diff-face-B)
4518         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4519         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4520         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4521         Use min-colors.
4523         * term.el (term-down): Perform vertical motion if DOWN is negative.
4524         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
4525         (term-termcap-format): Synchronyze with the eterm terminfo entry
4526         in etc/e/eterm.ti.
4527         (term-handle-colors-array): If the current foreground or
4528         background are zero (i.e. unspecified), use the foreground and
4529         background of the default face for reverse video.
4530         (term-ansi-at-eval-string, term-ansi-default-fg)
4531         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
4532         (term-mem): Delete ununsed function.
4533         (term-protocol-version): Increment.
4534         (term-current-face): Set to default.
4536 2004-09-15  Jay Belanger  <belanger@truman.edu>
4538         * calc/calc.el (calc-mode-var-list): Define this variable.
4539         (calc-always-load-extensions, calc-line-numbering)
4540         (calc-line-breaking, calc-display-just, calc-display-origin)
4541         (calc-number-radix, calc-leading-zeros, calc-group-digits)
4542         (calc-group-char, calc-point-char, calc-frac-format)
4543         (calc-prefer-frac, calc-hms-format, calc-date-format)
4544         (calc-float-format, calc-full-float-format, calc-complex-format)
4545         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4546         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4547         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4548         (calc-matrix-brackets, calc-language, calc-language-option)
4549         (calc-left-label, calc-right-label, calc-word-size)
4550         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4551         (calc-display-raw, calc-internal-prec, calc-angle-mode)
4552         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4553         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4554         (calc-window-height, calc-display-trail, calc-show-selections)
4555         (calc-use-selections, calc-assoc-selections)
4556         (calc-display-working-message, calc-auto-why, calc-timing)
4557         (calc-mode-save-mode, calc-standard-date-formats)
4558         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4559         (calc-user-parse-tables, calc-gnuplot-default-device)
4560         (calc-gnuplot-default-output, calc-gnuplot-print-device)
4561         (calc-gnuplot-print-output, calc-gnuplot-geometry)
4562         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4563         (calc-invocation-macro, calc-show-banner): Give these values as
4564         part of `calc-mode-var-list's initialization after the variables
4565         are declared with defvar.
4566         (calc-bug-address):  Change email address to send bug reports to.
4567         Change the maintainer address at the top.
4568         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
4569         than "\\.emacs" to determine if it is the user-init-file.
4571         * calc/calc-embed.el (calc-embedded-set-modes): Use
4572         `calc-mode-var-list' correctly.
4574 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
4576         * vc.el (annotate-time): Document point handling.
4577         (vc-annotate-display-autoscale): Doc fix.
4579 2004-09-15  Miles Bader  <miles@gnu.org>
4581         * generic.el (generic-make-keywords-list): Use symbol rather than
4582         word anchors in regexp.
4584 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4586         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4587         no file name consider `dired-directory'.
4589 2004-09-14  Kim F. Storm  <storm@cua.dk>
4591         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
4593 2004-09-14  Simon Josefsson  <jas@extundo.com>
4595         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
4597         * textmodes/dns-mode.el: Add.
4599 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4601         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4602         (disabled-command-function): Make the ?\  char more obvious.
4604         * vc-arch.el (vc-arch-root, vc-arch-registered):
4605         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
4607 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
4609         * windmove.el (windmove-frame-edges): Report coordinates of
4610         outside edges of frame, not inside edges.
4611         (windmove-coordinates-of-position): Convert into wrapper to new
4612         function `windmove-coordinates-of-window-position';
4613         `compute-motion' always applies to selected window.
4614         (windmove-coordinates-of-position): Update documentation to refer
4615         to Emacs 21 Lisp Reference Manual.
4616         (windmove-find-other-window): Fix off-by-one errors for max x,y.
4618 2004-09-13  Kim F. Storm  <storm@cua.dk>
4620         * isearch.el (isearch-resume-in-command-history): Rename from
4621         isearch-resume-enabled and change default to nil.
4623 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4625         * vc-hooks.el (vc-ignore-dir-regexp): New var.
4626         (vc-registered): Use it.
4627         (vc-find-root): New fun.
4629         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4630         Don't tell to use \\{...} when it's already done.
4632         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
4633         Provide a sample complex default.
4634         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
4635         (bibtex-entry): Use mapc.
4637 2004-09-12  Kim F. Storm  <storm@cua.dk>
4639         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
4641         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
4642         inhibit-field-text-motion to t so rectangles work in comint buffers.
4644         * simple.el (choose-completion-string): Set buffer before running
4645         choose-completion-string-functions hook so it can be buffer-local.
4647 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
4649         * progmodes/compile.el (compilation-start): Parse command to see
4650         if it starts with a cd, and if so perform it for the *compilation*
4651         buffer.  Change the header to reflect this.
4653 2004-09-11  Kim F. Storm  <storm@cua.dk>
4655         * ido.el (ido-enable-dot-prefix): Doc fix.
4656         (ido-enable-dot-prefix): New defcustom.
4657         (ido-set-matches1): Use it.
4659 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4661         * textmodes/bibtex.el (bibtex-mark-active)
4662         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
4664 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4666         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
4667         used in a case insensitive environment.
4668         (bibtex-mode-map): Rearrange order of menus.
4669         (bibtex-quoted-string-re): Obsolete.
4670         (bibtex-complete-key-cleanup): Variable replaced by new function.
4671         (bibtex-font-lock-keywords): Use backquotes.
4672         (bibtex-font-lock-url-regexp): New internal variable.
4673         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
4674         "OPT" and "ALT".
4675         (bibtex-insert-current-kill, bibtex-make-field)
4676         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
4677         (bibtex-parse-field-text): Simplify.
4678         (bibtex-string=): New helper function.
4679         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
4680         (bibtex-map-entries): Use bibtex-string=.
4681         (bibtex-search-entry): Use not.
4682         (bibtex-enclosing-field): Fix docstring.
4683         (bibtex-assoc-regexp): Obsolete.
4684         (bibtex-format-entry): Use assoc-string and bibtex-string=.
4685         (bibtex-autokey-get-names): Handle empty name field.
4686         (bibtex-parse-strings): Use assoc-string and unless.
4687         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
4688         Use assoc-string.
4689         (bibtex-pop): Simplify.
4690         (bibtex-mode): Set font-lock-extra-managed-props.
4691         (bibtex-entry-update): Use assoc-string.
4692         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
4693         (bibtex-autofill-entry): Use bibtex-string=.
4694         (bibtex-print-help-message): Simplify.
4695         (bibtex-find-entry): New optional arg START.
4696         (bibtex-validate): Use bibtex-string= and assoc-string.
4697         Do not call obsolete function compilation-parse-errors.
4698         (bibtex-remove-delimiters): Only remove delimiters if present.
4699         (bibtex-copy-entry-as-kill): Add docstring.
4700         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
4701         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
4702         (bibtex-complete): Use bibtex-predefined-month-strings,
4703         bibtex-string=, and new function bibtex-complete-key-cleanup.
4704         (bibtex-generate-url-list): New variable.
4705         (bibtex-url): New command bound to C-c C-l and mouse-2.
4706         (bibtex-url-map): New local keymap for bibtex-url-mouse.
4707         (bibtex-font-lock-url): New function.
4709 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4711         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
4713 2004-09-09  Kim F. Storm  <storm@cua.dk>
4715         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
4716         counter and format with binding.
4717         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
4718         the declared macro uses own macro counter and format.  Give symbol
4719         kmacro property.
4720         (kmacro-keymap): Bind kmacro-name-last-macro to n.
4721         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
4722         (kmacro-end-and-call-macro): Doc fix.
4724 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
4726         * desktop.el (desktop-clear-preserve-buffers):
4727         Remove make-obsolete-variable.
4729 2004-09-08  Richard M. Stallman  <rms@gnu.org>
4731         * buff-menu.el (list-buffers-noselect): Call format-mode-line
4732         with the buffer as argument.
4734 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4736         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
4738 2004-09-08  Juri Linkov  <juri@jurta.org>
4740         * replace.el (perform-replace): Use `query-replace-descr'.
4742         * cus-start.el (history-delete-duplicates): Specify customization.
4744         * diff-mode.el (diff-mode-map):
4745         * progmodes/compile.el (compilation-mode-map):
4746         * progmodes/grep.el (grep-mode-map):
4747         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
4748         to `next-error-follow-minor-mode'.
4750 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4752         * isearch.el (isearch-lazy-highlight-update): Take into account
4753         the case of zero-length match at the search bound.
4755 2004-09-08  Kim F. Storm  <storm@cua.dk>
4757         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
4758         change.  Use zero width overlays when necessary.
4760 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4762         * subr.el (split-string): Docfix.
4764 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4766         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
4767         (display-call-tree): Ensure newline after caller/calls blocks.
4769 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4771         * startup.el (command-line-1): Make option
4772         --directory/-L modify `load-path' straight away.
4774 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4776         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
4778 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4780         * emacs-lisp/autoload.el (make-autoload):
4781         Handle `define-compilation-mode'.
4783         * emacs-lisp/lisp-mode.el (define-compilation-mode):
4784         Specify `doc-string-elt' property.
4786 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4788         * bs.el (bs-mode): Doc fix.
4790 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4792         * info.el (Info-insert-dir): Fix temp buffer leak bug.
4794 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4796         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4798 2004-09-08  Kenichi Handa  <handa@m17n.org>
4800         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4801         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4802         ps-mule-next-point -> 1+).
4804         * composite.el (encode-composition-rule): Add autoload cooky.
4806 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
4808         * format.el (buffer-auto-save-file-format): Make it permanent local.
4810 2004-09-07  Kim F. Storm  <storm@cua.dk>
4812         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4813         (authors-fixed-entries): Fix typo.
4814         (authors-canonical-author-name): Compact multiple spaces.
4815         Ignore trivial names (e.g. only first name).
4817         * term.el (term-window-width): Only use full window width on
4818         window system if overflow-newline-into-fringe is enabled.
4819         (term-mode): Don't disable overflow-newline-into-fringe.
4821 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4823         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
4824         motion as seen on my Mac OS X xterms.
4826         * newcomment.el (uncomment-region-default, comment-region-default):
4827         New functions extracted from uncomment-region and comment-region.
4828         (comment-region, comment-region-function, uncomment-region)
4829         (uncomment-region-function): Use them.
4831         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
4833         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
4834         It's not crucial but can make sense at times.
4836         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
4837         the first commit.
4839         * vc.el (vc-buffer-context, vc-restore-buffer-context):
4840         Disable obsolete code.
4842 2004-09-07  Juri Linkov  <juri@jurta.org>
4844         * progmodes/grep.el (grep-highlight-matches): Change default from
4845         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
4846         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
4847         if grep option `--color' is available, or to `nil' otherwise.
4848         (grep-process-setup): Call `grep-compute-defaults' if
4849         `grep-highlight-matches' is not computed.  Set env-vars only
4850         if `grep-highlight-matches' is `t'.
4851         (grep-use-null-device): Remove redundant type `boolean' (`choice'
4852         is already defined).
4854         * progmodes/compile.el (compilation-start): Use copy of
4855         `process-environment' created by `copy-sequence' to not
4856         modify env-vars in the global `process-environment'.
4858 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
4860         * simple.el (next-error-follow-minor-mode): Fix last change.
4862 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
4864         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
4865         permanent local.
4867 2004-09-04  Richard M. Stallman  <rms@gnu.org>
4869         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
4870         highlighting if the search string is empty.
4872 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
4874         * facemenu.el (facemenu-active-faces): Change condition of inner
4875         `while' loop to also check the first two elements of `face-atts'
4876         and `mask-atts'.
4878 2004-09-04  John Paul Wallington  <jpw@gnu.org>
4880         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
4881         (thumbs-view-image-mode): Make buffer read-only.
4883 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
4885         * textmodes/ispell.el (ispell-really-aspell): New defvar.
4886         (ispell-check-version): Set it.
4887         (ispell-send-replacement): New function.
4888         (ispell-process-line): Call ispell-send-replacement.
4890 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4892         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
4893         Support choosing seconds with "s".
4895 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
4897         * terminal.el (te-escape): Show `?' in prompt for help key.
4899 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
4901         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
4903 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
4905         * simple.el (next-error-follow-minor-mode)
4906         (next-error-follow-mode-post-command-hook): New functions.
4907         (next-error-follow-last-line): New defvar.
4909         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
4910         * progmodes/compile.el (compilation-mode-map): Likewise.
4911         * progmodes/grep.el (grep-mode-map): Likewise.
4912         * replace.el (occur-mode-map): Likewise.
4914         * newcomment.el (uncomment-region): Bind comment-use-global-state
4915         to nil.
4917 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
4919         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
4920         locally around the call to `revert-buffer'.
4922 2004-09-03  Juri Linkov  <juri@jurta.org>
4924         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
4925         `isearch-adjusted' to `t'.
4926         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
4927         (isearch-message-prefix): Add "pending" for isearch-adjusted.
4928         (isearch-other-meta-char): Restore isearch-point unconditionally.
4929         (isearch-query-replace): Add new arg `regexp-flag' and use it.
4930         Set point to start of match if region is not active in transient
4931         mark mode (to include the current match to region boundaries).
4932         Push the search string to `query-replace-from-history-variable'.
4933         Add prompt "Query replace regexp" for isearch-regexp.
4934         Add region beginning/end as last arguments of `perform-replace.'
4935         (isearch-query-replace-regexp): Replace code by the call to
4936         `isearch-query-replace' with arg `t'.
4938 2004-09-03  Richard M. Stallman  <rms@gnu.org>
4940         * startup.el (normal-top-level): Undo previous TERM change.
4942 2004-09-03  Kim F. Storm  <storm@cua.dk>
4944         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
4945         highlight overlays; allow using RET when cursor is over a button.
4946         (cua--highlight-rectangle): Use it.
4947         (cua--rectangle-set-corners): Don't move backwards at eol.
4948         (cua--forward-line): Don't move into void after eob.
4950         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
4951         point is set (and displayed) inside rectangle.
4952         (cua--rectangle-operation): Fix for highlight of empty lines.
4953         (cua--highlight-rectangle): Fix highlight for tabs.
4954         Position cursor at left/right edge of rectangle using new `cursor'
4955         property on overlay strings.
4956         (cua--indent-rectangle): Don't tabify.
4957         (cua-rotate-rectangle): Ignore that point has moved.
4959 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4961         * term/mac-win.el: Add ASCII equivalents for some function keys.
4962         (mode-line-frame-identification): Sync with x-win.el.
4964 2004-09-02  Juri Linkov  <juri@jurta.org>
4966         * progmodes/compile.el (compilation-buffer-name): Compare major
4967         mode with second element of compilation-arguments instead of third
4968         to reflect latest changes in compilation-arguments structure.
4969         (recompile): Use global variable `compilation-directory' to get
4970         recent compilation directory only when `recompile' is invoked NOT
4971         in the compilation buffer.  Otherwise, use `default-directory' of
4972         the compilation buffer.
4973         (compilation-error-properties): Allow to funcall col and end-col.
4974         (compilation-mode-font-lock-keywords): Check col and end-col by
4975         `integerp'.
4976         (compilation-goto-locus): If end-mk is non-nil in transient mark
4977         mode don't activate the mark (and don't display message in
4978         push-mark), but highlight overlay between mk and end-mk.
4980         * progmodes/grep.el (grep-highlight-matches): New defcustom.
4981         (grep-regexp-alist): Add rule to highlight grep matches.
4982         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
4984         * info.el (Info-fontify-node): Don't compute other-tag
4985         if Info-hide-note-references=hide.
4987         * help.el (function-called-at-point):
4988         * help-fns.el (variable-at-point):
4989         Try `find-tag-default' when other methods failed.
4991         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4992         Do not push mark if inhibit-mark-movement is non-nil.
4994         * textmodes/ispell.el (ispell-html-skip-alists):
4995         Fix backslashes in docstring.
4997 2004-09-01  Juri Linkov  <juri@jurta.org>
4999         * isearch.el (isearch-wrap-function)
5000         (isearch-push-state-function): New defvars.
5001         (isearch-pop-fun-state): New defsubst.
5002         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
5003         (isearch-push-state): Set the result of calling
5004         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
5005         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
5006         restore the mode-specific starting point of terminated search.
5007         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
5008         (isearch-repeat): Call `isearch-wrap-function' if defined.
5009         (isearch-message-prefix): Don't add prefix "over" to the message
5010         for wrapped search if `isearch-wrap-function' is defined.
5011         (isearch-search): Call function saved in `isearch-pop-fun-state' to
5012         restore the mode-specific starting point of failed search.
5014         * info.el (Info-search-whitespace-regexp): Fix backslashes.
5015         (Info-search): Add new optional arguments for the sake of isearch.
5016         Replace whitespace in Info-search-whitespace-regexp literally.
5017         Add backward search.  Don't call `Info-select-node' if regexp is
5018         found in the same Info node.  Don't add node to Info-history for
5019         wrapped isearch.
5020         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
5021         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
5022         (Info-mode): Set local variables `isearch-search-fun-function',
5023         `isearch-wrap-function', `isearch-push-state-function',
5024         `search-whitespace-regexp'.
5026         * isearch.el: Remove ancient Change Log section.
5027         (isearch-string, isearch-message-string, isearch-point)
5028         (isearch-success, isearch-forward-flag, isearch-other-end)
5029         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5030         (isearch-barrier, isearch-within-brackets)
5031         (isearch-case-fold-search): Add suffix `-state' to state-related
5032         defsubsts to avoid name clashes with other function names.
5034         * simple.el (next-error): New defgroup and defface.
5035         (next-error-highlight, next-error-highlight-no-select):
5036         New defcustoms.
5037         (next-error-no-select): Let-bind next-error-highlight to the value
5038         of next-error-highlight-no-select before calling `next-error'.
5040         * progmodes/compile.el (compilation-goto-locus):
5041         Use `next-error' face instead of `region'.  Set 4-th argument of
5042         `move-overlay' to `current-buffer' to move overlay to different
5043         source buffers.  Use new variable `next-error-highlight'.
5045         * simple.el (next-error-find-buffer): Move the rule
5046         "if current buffer is a next-error capable buffer" after the
5047         rule "if next-error-last-buffer is set to a live buffer".
5048         Simplify to test all rules in one `or'.
5049         (next-error): Doc fix.
5050         (next-error, previous-error, first-error)
5051         (next-error-no-select, previous-error-no-select):
5052         Make arguments optional.
5054 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
5056         * macros.el (apply-macro-to-region-lines): Make it operate on all
5057         lines that begin in the region, rather than on all complete lines
5058         in the region.
5060 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5062         * x-dnd.el (x-dnd-protocol-alist): Document update.
5063         (x-dnd-known-types): Defcustom it.
5064         (x-dnd-handle-motif): Print message-atom in error message.
5066 2004-08-30  John Paul Wallington  <jpw@gnu.org>
5068         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
5069         strings rather than programatically constructing message.
5071 2004-08-30  Richard M. Stallman  <rms@gnu.org>
5073         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
5074         Don't return a string that would read as the wrong character code.
5076 2004-08-29  Kim F. Storm  <storm@cua.dk>
5078         * emulation/cua-base.el (cua-auto-expand-rectangles):
5079         Remove automatic rectangle padding feature; replace by non-destructive
5080         virtual rectangle edges feature.
5081         (cua-virtual-rectangle-edges): New defcustom.
5082         (cua-auto-tabify-rectangles): New defcustom.
5083         (cua-paste): If paste into a marked rectangle, insert rectangle at
5084         current column, even if virtual; also paste exactly as many lines
5085         as has been marked (ignore additional lines or add empty lines),
5086         but paste whole source if only one line is marked.
5087         (cua--update-indications): No longer use overwrite-cursor to
5088         indicate rectangle padding
5090         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
5091         (cua--rectangle-virtual-edges): New defun.
5092         (cua--rectangle-get-corners): Remove optional PAD arg.
5093         (cua--rectangle-set-corners): Never do padding.
5094         (cua--forward-line): Remove optional PAD arg.  Simplify.
5095         (cua-resize-rectangle-right, cua-resize-rectangle-left)
5096         (cua-resize-rectangle-down, cua-resize-rectangle-up):
5097         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
5098         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
5099         (cua--rectangle-move): Never do padding.  Simplify.
5100         (cua--tabify-start): New defun.
5101         (cua--rectangle-operation): Add tabify arg.  All callers changed.
5102         (cua--pad-rectangle): Remove.
5103         (cua--delete-rectangle): Handle delete with virtual edges.
5104         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
5105         (cua--insert-rectangle): Handle insert at virtual column.
5106         Perform auto-tabify if necessary.
5107         (cua--activate-rectangle): Remove optional FORCE arg.
5108         Never do padding.  Simplify.
5109         (cua--highlight-rectangle): Enhance for virtual edges.
5110         (cua-toggle-rectangle-padding): Remove command.
5111         (cua-toggle-rectangle-virtual-edges): New command.
5112         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
5113         (cua--rectangle-post-command): Don't force rectangle padding.
5114         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
5116 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
5118         * indent.el (edit-tab-stops-buffer): Doc fix.
5120 2004-08-28  Richard M. Stallman  <rms@gnu.org>
5122         * progmodes/grep.el (grep-default-command): Use find-tag-default.
5123         (grep-tag-default): Function deleted.
5125         * subr.el (find-tag-default): Move from etags.el.
5127         * progmodes/etags.el (find-tag-default): Move to subr.el.
5129         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
5130         into the basic character if it has an uppercase form.
5132 2004-08-27  Kenichi Handa  <handa@m17n.org>
5134         * international/utf-8.el (utf-8-post-read-conversion): If the
5135         buffer is unibyte, temporarily make it multibyte.
5137 2004-08-27  Masatake YAMATO  <jet@gyve.org>
5139         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
5141 2004-08-25  John Paul Wallington  <jpw@gnu.org>
5143         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
5144         0, 1, and many mismatches in message.
5145         (tex-start-shell): Use `set-process-query-on-exit-flag'.
5147         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
5148         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
5150 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5152         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
5153         vc-diff-switches differently.
5155 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
5157         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
5158         before and a real defvar after
5159         `speedbar-supported-extension-expressions'.  This is to silence
5160         the compiler without breaking bootstrapping.
5162 2004-08-22  Richard M. Stallman  <rms@gnu.org>
5164         * textmodes/flyspell.el (flyspell-word):
5165         Use set-process-query-on-exit-flag.
5166         (flyspell-highlight-duplicate-region): Take POSS as arg.
5167         (flyspell-word): Pass POSS as arg.
5169         * progmodes/ada-xref.el: Many doc and style fixes.
5170         (ada-find-any-references): Use compilation-start.
5171         (ada-get-ali-file-name): Improve error msg.
5172         (ada-get-ada-file-name): Likewise.
5174         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
5175         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
5177         * mail/mail-extr.el (mail-extr-all-top-level-domains):
5178         Add forward defvar.
5180         * whitespace.el (global-whitespace-mode): New alias
5181         for whitespace-global-mode.
5183         * speedbar.el (speedbar-file-regexp): Move definition up.
5184         (speedbar-mode, speedbar-set-mode-line-format):
5185         Use with-no-warnings.
5186         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
5188         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
5189         controls whether to display the error buffer.
5191         * ps-mule.el: Delete compatibility code for old Emacses.
5192         (ps-mule-find-wrappoint): Don't use chars-in-region.
5194         * frame.el (display-mouse-p, display-selections-p):
5195         Use with-no-warnings.
5197         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
5199 2004-08-22  David Kastrup  <dak@gnu.org>
5201         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
5202         information.
5204         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
5206 2004-08-22  Andreas Schwab  <schwab@suse.de>
5208         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
5210 2004-08-22  Masatake YAMATO  <jet@gyve.org>
5212         * cvs-status.el (cvs-status-checkout): New function.
5213         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
5215 2004-08-21  David Kastrup  <dak@gnu.org>
5217         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
5218         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
5219         has been converted to use hashtables, the relation `nil=none' is
5220         no longer valid, as `nil' is not a hashtable.  This patch tries to
5221         reduce the number of resulting errors.
5223 2004-08-21  John Paul Wallington  <jpw@gnu.org>
5225         * subr.el (process-kill-without-query): Made obsolete in
5226         version 21.4, not 21.5.
5228         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
5229         (vc-previous-comment, vc-next-comment)
5230         (vc-comment-search-reverse, vc-comment-search-forward)
5231         (vc-comment-to-change-log): Likewise.
5233         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
5235 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
5237         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
5238         Correct indentation of DEFMETHODS with non-standard method
5239         combinations (e.g., PROGN, MIN, MAX).
5241 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5243         * startup.el (normal-top-level-add-subdirs-to-load-path):
5244         Avoid unnecessarily checking system-type.
5245         (normal-top-level): Set TERM to "dumb".  Simplify.
5247         * avoid.el (mouse-avoidance-ignore-p): New fun.
5248         Also ignore switch-frame, select-window, double, and triple clicks.
5249         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
5250         (mouse-avoidance-fancy-hook): Use it.
5252 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
5254         * avoid.el (mouse-avoidance-nudge-mouse)
5255         (mouse-avoidance-banish-destination): Stay within the current window
5256         to avoid problems with mouse-autoselect-window.
5258 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5260         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
5261         the newer format of some messages in cvs-1.12.1.
5263 2004-08-19  Masatake YAMATO  <jet@gyve.org>
5265         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
5266         (elp-results-jump-to-definition-by-mouse)
5267         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
5268         (elp-output-result): Use elp-output-insert-symname.
5270 2004-08-18  Kenichi Handa  <handa@m17n.org>
5272         * language/cyrillic.el: Register koi8-r in
5273         ctext-non-standard-encodings-alist.
5274         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
5276 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
5278         * emacs-lisp/copyright.el (copyright-update-year): Delete code
5279         that replaces 20xy with xy.
5281 2004-08-17  John Paul Wallington  <jpw@gnu.org>
5283         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
5284         (reb-force-update): Doc fix.
5286 2004-08-16  Richard M. Stallman  <rms@gnu.org>
5288         * progmodes/which-func.el (which-func-update-1): Doc fix.
5290         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
5291         (sh-mode-abbrev-table): New variable.
5293         * progmodes/compile.el (compilation-mode): Doc fix.
5295         * emacs-lisp/lisp-mode.el (eval-last-sexp):
5296         Don't cons a new symbol each time.
5297         (eval-last-sexp-fake-value): New variable.
5299         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
5300         (copyright-update-year): Detect continuation of list of years.
5302         * term.el (term-default-fg-color, term-default-bg-color)
5303         (ansi-term-color-vector): Use `unspecified', not nil, as default.
5305         * imenu.el: Several doc fixes: don't say variables are buffer-local.
5307 2004-08-16  Davis Herring <herring@lanl.gov>
5309         * isearch.el (isearch-string, isearch-message-string, isearch-point)
5310         (isearch-success, isearch-forward-flag, isearch-other-end)
5311         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5312         (isearch-barrier, isearch-within-brackets)
5313         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
5315 2004-08-16  Kenichi Handa  <handa@m17n.org>
5317         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
5319 2004-08-15  Kenichi Handa  <handa@m17n.org>
5321         * term/x-win.el (x-selection-value): If utf8 was successful but
5322         ctext was not, use utf8 string.
5324 2004-08-14  Davis Herring  <herring@lanl.gov>
5326         * isearch.el: Remove accidental changes of March 4.  Fix backing
5327         up when a regexp isearch is made more general.  Use symbolic
5328         accessor functions for isearch stack frames to make usage clearer.
5329         (search-whitespace-regexp): Made groups in documentation shy (as
5330         is the group in the default value).
5331         (isearch-fallback): New function, addresses problems with regexps
5332         liberalized by `\|', adds support for liberalization by `\}' (the
5333         general repetition construct), and incorporates behavior for
5334         `*'/`?'.
5335         (isearch-}-char): New command, calls `isearch-fallback' with
5336         arguments appropriate to a typed `}'.
5337         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
5338         appropriately.
5339         (isearch-mode-map): Bind `}' to `isearch-}-char'.
5340         (isearch-string, isearch-message,string, isearch-point)
5341         (isearch-success, isearch-forward-flag, isearch-other-end)
5342         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5343         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
5344         New inline functions to read fields of a stack frame.
5346 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
5348         * battery.el (battery-linux-proc-acpi): Look into battery
5349         directories matching the literal string "CMB", too (required for
5350         Linux kernel version 2.6.7).
5352 2004-08-14  John Paul Wallington  <jpw@gnu.org>
5354         * cus-start.el (read-file-name-completion-ignore-case): Add.
5355         (blink-cursor-alist): Change version to "21.4".
5357         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
5359 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
5361         * speedbar.el (speedbar-scan-subdirs): New option.
5362         (speedbar-file-lists): Don't ignore file-name case on Unix and use
5363         dolist.
5364         (speedbar-insert-files-at-point): Take an extra argument and use
5365         it to optionally find out if a subdir is empty.  Also unreadable
5366         files don't get expand buttons.
5367         (speedbar-directory): New image (unused pixmap already existed).
5368         (speedbar-expand-image-button-alist): Use it.
5370 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
5372         CC Mode update to 5.30.9:
5374         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
5375         Move from cc-vars to cc-defs for dependency reasons.  Fix the
5376         POSIX char class test to check that it works in
5377         `skip-chars-(forward|backward)' too.
5379         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5380         first argument starts with a special brace list.
5382         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
5383         when `c-opt-type-concat-key' is used (i.e. in Pike).
5385         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
5386         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
5387         >)".
5389         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
5390         whitespace safe.
5392         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
5393         position for `arglist-intro', `arglist-cont-nonempty' and
5394         `arglist-close' when there are two arglist open parens on the same
5395         line and there's nothing in front of the first.
5397         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
5398         locking of qualified names in Java, which previously could fontify
5399         common indexing expressions in many cases.  The standard Java
5400         naming conventions are used to tell them apart.
5402         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
5403         Fix inconsistency wrt opening parens on the first line inside a paren
5404         block.
5406         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
5407         compile time for the sake of `c-major-mode-is'.
5409         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
5410         `c-major-mode-is' in the event that this is used inside a
5411         `c-lang-defconst'.
5413         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
5414         `c-lang-defconst' so that it works better with fallback languages.
5416         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
5417         it to fail to record the base mode.
5419         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5420         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
5421         is used.  Reorder the syntax checks to get more efficient
5422         skipping in some situations.
5424         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
5425         continuation which might precede the newly inserted '{'.
5427         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5428         Fix cases where it could loop indefinitely.
5430         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
5431         size specs correctly.  Only fontify identifiers in front of '('
5432         with as functions - don't accept any paren char.  Tighten up
5433         initializer skipping to stop before function and class blocks.
5435         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5436         the point could be left directly after an open paren when finding
5437         the beginning of the first decl in the block.
5439         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
5440         table when filtering out legitimate open parens to be recorded.
5441         This could cause cache inconsistencies when e.g.
5442         `c++-template-syntax-table' was temporarily in use.
5444         * progmodes/cc-engine.el (c-on-identifier)
5445         (c-simple-skip-symbol-backward): Small fix for handling "-"
5446         correctly in `skip-chars-backward'.  Affected the operator lfun
5447         syntax in Pike.
5449         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
5450         Fix bug that could cause an error from `after-change-functions' when
5451         the changed region is at bob.
5453 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
5455         CC Mode update to 5.30.9:
5457         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
5458         to say that <TAB> doesn't insert WS into a CPP line.
5459         (c-indent-command, c-tab-always-indent): Amend doc strings.
5461         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
5462         checks for user errors, thus eliminating cryptic and unhelpful
5463         Emacs error messages.  (1) Check the arg to `c-set-style' is a
5464         string.  (2) Check that settings to `c-offsets-alist' are not
5465         spuriously quoted.
5467         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
5468         which precedes the newly inserted `{'.
5470 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
5472         Sync with Tramp 2.0.44.
5474         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
5475         function "tramp_file_attributes".  Otherwise, file names
5476         containing spaces are misinterpreted.  Reported by Magnus Henoch
5477         <mange@freemail.hu>.
5478         (tramp-handle-file-truename): FILENAME must be expanded first.
5479         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
5480         obscure results.  Reported by D. Goel <deego@gnufans.org>.
5481         (tramp-handle-verify-visited-file-modtime): If file does not
5482         exist, say it is not modified if and only if that agrees with the
5483         buffer's record.  Check whether a file is visiting the buffer, or
5484         the buffer has no recorded last modification time.  Return t in
5485         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
5486         <teirllm@auburn.edu>.
5487         (tramp-handle-write-region): Pass modtime explicitely to
5488         `set-visited-file-modtime', because filename can be different
5489         from (buffer-file-name) if `file-precious-flag' is set.
5490         `set-visited-file-modtime' must be called always when `visit' is t
5491         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
5492         (tramp-handle-set-visited-file-modtime): If `time-list' is not
5493         nil, don't apply the whole body.  If the file doesn't exists, set
5494         modtime to '(-1 65535).  Suggested by Luc Teirlinck
5495         <teirllm@auburn.edu>.
5497 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5499         * help.el (describe-bindings): Doc fix.
5501         * subr.el (kbd): Doc fix.
5503 2004-08-08  John Paul Wallington  <jpw@gnu.org>
5505         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
5506         instead of `string-to-int'.
5507         (define-ibuffer-column mode): Fix indentation.
5509 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
5511         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
5513 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5515         * subr.el (global-unset-key, local-unset-key): Doc fixes.
5517         * novice.el (disabled-command-function): New variable renamed from
5518         `disabled-command-hook'.
5519         (disabled-command-hook): Keep the _variable_ as alias for
5520         `disabled-command-function' and make obsolete.
5521         (disabled-command-function): Function renamed from
5522         `disabled-command-hook'.  Adapt code to name change of the variable.
5524 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
5526         * simple.el (completion-root-regexp): New defvar.
5527         (completion-setup-function): Use it instead of a literal string.
5529 2004-08-07  John Paul Wallington  <jpw@gnu.org>
5531         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
5532         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
5533         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
5534         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
5536 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5538         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
5539         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
5541 2004-08-04  Kenichi Handa  <handa@m17n.org>
5543         * international/encoded-kb.el (encoded-kbd-setup-keymap):
5544         Fix previous change.
5546 2004-08-03  Kenichi Handa  <handa@m17n.org>
5548         * international/encoded-kb.el: The following changes are to
5549         utilize key-translation-map instead of minor mode map.
5550         (encoded-kbd-iso2022-non-ascii-map): Delete it.
5551         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
5552         (encoded-kbd-last-key): New function.
5553         (encoded-kbd-iso2022-single-shift): New function.
5554         (encoded-kbd-iso2022-designation)
5555         (encoded-kbd-self-insert-iso2022-7bit)
5556         (encoded-kbd-self-insert-iso2022-8bit)
5557         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
5558         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
5559         key-translation-map.
5560         (encoded-kbd-setup-keymap): Setup key-translation-map.
5561         (saved-key-translation-map): New variable.
5562         (encoded-kbd-mode): Save/restore key-translation-map.
5563         Adjust for the change of encoded-kbd-setup-keymap.
5565 2004-08-02  Kim F. Storm  <storm@cua.dk>
5567         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
5568         and call compute-motion with nil for topos and width to get proper
5569         usable width and height for both window and non-window systems.
5571         * windmove.el (windmove-coordinates-of-position): Let compute-motion
5572         calculate usable window width and height.
5574         * window.el (window-buffer-height): Call compute-motion with nil width.
5576 2004-08-01  David Kastrup  <dak@gnu.org>
5578         * replace.el (query-replace-read-from):
5579         Use `query-replace-compile-replacement'.
5580         (query-replace-compile-replacement): New function.
5581         (query-replace-read-to): Use `query-replace-compile-replacement'
5582         for repeating the last command.
5584 2004-08-01  John Paul Wallington  <jpw@gnu.org>
5586         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
5587         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
5588         (pr-switches): Remove period from end of error messages.
5590         * help-mode.el (help-go-back): Likewise.
5592         * abbrev.el (only-global-abbrevs): Doc fix.
5593         (edit-abbrevs-map): Define within defvar.
5594         (quietly-read-abbrev-file): Doc fix.
5596 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
5598         * novice.el (enable-command, disable-command): Doc fixes.
5600         * subr.el (event-modifiers, event-basic-type): Doc fixes.
5602 2004-07-30  Richard M. Stallman  <rms@gnu.org>
5604         * subr.el (with-local-quit): Doc fix.
5606 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
5608         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
5610 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
5612         * custom.el (defcustom): Doc fix.
5614 2004-07-28  Masatake YAMATO  <jet@gyve.org>
5616         * progmodes/etags.el (etags-tags-apropos): Show building progress.
5618 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5620         * imenu.el (imenu-prev-index-position-function)
5621         (imenu-extract-index-name-function, imenu-name-lookup-function)
5622         (imenu--index-alist): Docstring redundancy fix.
5624 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
5626         * wdired.el (wdired-finish-edit): Require dired-aux before locally
5627         binding dired-backup-overwrite.
5629 2004-07-25  John Paul Wallington  <jpw@gnu.org>
5631         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
5633 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
5635         * term/tty-colors.el (tty-color-approximate): Doc fix.
5637         * select.el (x-get-selection, x-set-selection): Doc fixes.
5639         * frame.el (make-frame): Doc fix.
5641 2004-07-24  Richard M. Stallman  <rms@gnu.org>
5643         * mail/rmail.el (rmail-mime-charset-pattern):
5644         Don't include semicolon in the charset value.
5646         * replace.el (occur-next-error): Call set-window-point.
5647         (occur-engine): Handle negative NLINES.
5649 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
5651         * frame.el (modify-all-frames-parameters): Minor doc fix.
5652         (set-frame-configuration): Doc fix.
5654 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5656         * simple.el (completion-setup-function): Compute the common parts
5657         and the first difference place correctly when
5658         partial-completion-mode is on.
5660 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5662         * ps-print.el: Doc fix.
5663         (ps-print-version): New version 6.6.5.
5664         (ps-printing-region): Doc fix.
5665         (ps-generate-string-list): Comment fix.
5666         (ps-message-log-max): Code fix.
5668 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5670         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
5671         generated PostScript.
5673 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
5675         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
5676         with Gnus v5_10 branch.)
5678 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
5680         * calendar/time-date.el (time-to-number-of-days): New function.
5681         Imported from from Gnus.
5683 2004-07-22  Kim F. Storm  <storm@cua.dk>
5685         * progmodes/make-mode.el: Fix comments.
5687 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5689         * printing.el: Doc fix.
5691 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
5693         * frame.el (modify-all-frames-parameters): Minor doc fix.
5695 2004-07-20  Richard M. Stallman  <rms@gnu.org>
5697         * textmodes/fill.el (fill-nobreak-p): If this break point is
5698         at the end of the line, don't consider the newline which follows
5699         as a reason to return t.
5701 2004-07-19  John Paul Wallington  <jpw@gnu.org>
5703         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
5705 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
5707         * dired-aux.el (dired-do-kill-lines): Expand docstring.
5708         Delete irrelevant code.
5710 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
5712         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5713         New docstring.  From Luc Teirlinck.
5715 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
5717         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
5718         section.
5719         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
5720         non-file buffers.  We know it is nil.
5722 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
5724         Sync with Tramp 2.0.43.
5726         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5727         Remove outdated comment.
5728         (tramp-locked, tramp-locker): New variables for implementing a
5729         global lock.
5730         (tramp-sh-file-name-handler): Use them to implement the global lock.
5732 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
5734         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
5735         calls to respective `xxx` calls.
5736         (tramp-process-alive-regexp): Precise doc string.
5737         (tramp-multi-action-process-alive): New defun.
5738         (tramp-multi-actions): Use it.
5739         (tramp-handle-find-backup-file-name): `copy-tree' is available
5740         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
5741         in order to avoid this function.
5742         (tramp-handle-write-region): Set current buffer.  If connection
5743         wasn't open, `file-modes' has changed it accidently.  Reported by
5744         David Kastrup <dak@gnu.org>.
5745         (tramp-enter-password, tramp-read-passwd): New arguments USER and
5746         HOST.
5747         (tramp-action-password, tramp-multi-action-password): Apply it.
5748         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
5749         name must still contain the port number.  Otherwise, we have two
5750         Tramp buffers, with all the confusion.  Reported by Myron Selby
5751         <myron@xytech.com> and Rolf Dubitzky
5752         <Dubitzky@physi.uni-heidelberg.de>.
5754         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
5755         HOST to `tramp-enter-passwd'.
5757         * net/tramp-vc.el (all): Code cleanup.  Change all
5758         `tramp-handle-xxx' calls to respective `xxx` calls.
5760 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
5762         * emacs-lisp/testcover.el: New category "potentially-1valued" for
5763         functions that are not erroneous if either 1-valued or
5764         multi-valued.  Detect functions in this class.
5765         (testcover-1value-functions, testcover-compose-functions)
5766         (testcover-progn-functions) Add some additional functions to lists.
5767         (testcover-mark): Bugfix when marking up the definition for an
5768         empty function.
5770 2004-07-17  Richard M. Stallman  <rms@gnu.org>
5772         * replace.el (occur-read-primary-args): Pass default to
5773         read-from-minibuffer.
5775         * mail/footnote.el (footnote-section-tag): Use defcustom.
5777         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
5778         Compile font-lock-keywords, not KEYWORDS.
5779         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
5780         Add warn, check-type.  Handle cerror like error.
5782 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
5784         * progmodes/which-func.el (which-func-keymap): New var.
5785         (which-func-face): New face.
5786         (which-func-format): Use them.
5788 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
5790         * buff-menu.el (list-buffers-noselect): Append the buffer's
5791         process status to its mode name.
5793 2004-07-16  Kim F. Storm  <storm@cua.dk>
5795         * simple.el (inhibit-mark-movement): New defvar.
5796         (beginning-of-buffer, end-of-buffer): Do not push mark if
5797         inhibit-mark-movement is non-nil or C-u prefix is given.
5799         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5800         Init to beginning-of-buffer and end-of-buffer.
5801         (cua--undo-push-mark): New defvar.
5802         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5803         already active and command is in cua--preserve-mark-commands.
5804         Also fix check for shift modifier on non-window systems.
5805         (cua--post-command-handler): Clear inhibit-mark-movement if set.
5807 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
5809         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5810         of two integers, instead of a cons.
5812         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5813         `visited-file-modtime' now returns a list of two integers, instead
5814         of a cons.
5816         * dired.el (dired-directory-changed-p): Ditto.
5818         * progmodes/grep.el (grep): Doc fix.
5820 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
5822         * autorevert.el (auto-revert-tail-mode)
5823         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
5824         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
5825         in both at the same time.
5826         (auto-revert-tail-mode): New command.
5827         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
5828         (auto-revert-handler): Revert only either tail or whole file.
5830         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
5831         add auto-revert-tail-mode.
5833 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5835         * printing.el: Doc fix.  Change name of some funs.
5836         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
5837         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
5838         (pr-standard-file-name): New fun.  Replace pr-standard-path.
5839         (pr-call-process): Code fix.
5841 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
5843         * subr.el (with-selected-window): Doc fix.
5845 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
5847         * subr.el (get-buffer-window-list): Doc fix.
5849 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
5851         * files.el (switch-to-buffer-other-window): Doc fix.
5853         * window.el (save-selected-window, one-window-p)
5854         (split-window-keep-point, split-window-vertically)
5855         (split-window-horizontally): Doc fixes.
5857 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5859         * printing.el: Doc fix.  Now it uses call-process instead of
5860         shell-command for low command execution.
5861         (pr-version): New version number (6.8).
5862         (pr-shell-file-name): Option removed.
5863         (pr-shell-command): Fun removed.
5864         (pr-call-process): New fun.  Replace pr-shell-command.
5865         (pr-standard-path, pr-remove-nil-from-list): New funs.
5866         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
5867         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
5868         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
5869         (pr-ps-utility-process, pr-txt-print): Code fix.
5871 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
5873         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
5874         boolean.
5876 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
5878         * wid-edit.el (widget-field-buffer): Doc fix.
5880 2004-07-09  John Paul Wallington  <jpw@gnu.org>
5882         * emacs-lisp/re-builder.el (reb-update-overlays):
5883         Distinguish between one and several matches in message.
5885 2004-07-09  Richard M. Stallman  <rms@gnu.org>
5887         * mouse.el (mouse-set-region-1): If transient-mark-mode
5888         is `identity', change it to `only'.
5890         * simple.el (current-word): Doc fix.
5892 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
5894         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
5895         so that it is more understanding of whitespace.
5897         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
5898         form
5899         (("ns" . "element") (attr-list) children) instead of
5900         ((:ns . "element") (attr-list) children) in order to reduce the
5901         number of symbols used.
5902         (xml-skip-dtd): Change to use xml-parse-dtd but set
5903         xml-validating-parsing to nil.
5904         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
5905         (xml-substitute-entity): Remove in favor of new entity substitution.
5906         (xml-substitute-special): Rewrite in to substitute complex
5907         entities from DOCTYPE declarations.
5908         (xml-parse-fragment): Parse fragments from entity deleclarations.
5909         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
5910         (xml-parse-dtd, xml-substitute-special): Make validity checks
5911         conditioned on xml-validating-parser.  Add "Not Well Formed" to
5912         error messages about well-formedness.
5914 2004-07-08  Steven Tamm  <steventamm@mac.com>
5916         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
5917         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
5918         Do not treat double clicks and triple clicks specially in the
5919         scroll bar (preventing strange repositioning problems)
5921 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5923         * replace.el (query-replace-regexp-eval): Fix last change.
5925 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5927         * replace.el (query-replace-descr): New fun.
5928         (query-replace-read-from, query-replace-read-args): Default to the
5929         previous from&to.
5930         (query-replace-read-to): Quote the `from' string when displaying it.
5931         (query-replace-regexp-eval): Immediately check read-only status.
5932         Use query-replace-read-from to get the \n checking.
5933         Quote the `from' string when displaying it.
5934         (map-query-replace-regexp, occur-read-primary-args):
5935         Quote the `from' string when displaying it.
5937         * isearch.el (isearch-query-replace): Pass the regexp-ness and
5938         delimited-ness of the search to query-replace.
5940         * replace.el (query-replace-read-from, query-replace-read-to):
5941         New funs extracted from query-replace-read-args.
5942         (query-replace-read-args): Use them.
5944         * replace.el (query-replace-interactive, query-replace-read-args):
5945         Remove the `initial' special value.
5946         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
5947         (occur-engine): Remove unused var `matchend'.
5949         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5950         Use the search string without prompting.
5952 2004-07-05  Kenichi Handa  <handa@m17n.org>
5954         * international/mule.el (decode-coding-inserted-region):
5955         Set last-coding-system-used only when coding is nil.
5957 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
5959         * progmodes/grep.el (grep-compute-defaults, grep-command)
5960         (grep-program, find-program, grep-find-use-xargs, grep-history)
5961         (grep-find-history, grep-tag-default, grep-find-command)
5962         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
5963         Add autoload cookies, for unbundled packages that load `compile'
5964         and expect all grep-related symbols to become defined.
5966 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
5968         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
5969         (iimage-mode-image-search-path): New user option to search the
5970         image file.
5971         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
5972         have locate-file.
5973         (iimage-mode-buffer): Use it.
5975 2004-07-03  Nick Roberts  <nickrob@gnu.org>
5977         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
5978         carefully.
5979         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
5981 2004-07-03  Juri Linkov  <juri@jurta.org>
5983         * replace.el (query-replace-read-args): Swallow space after 'foo,
5984         not after (quote foo).  Match space only immediately after symbol,
5985         not anywhere in the whole string.
5987 2004-07-02  Richard M. Stallman  <rms@gnu.org>
5989         * replace.el (query-replace-read-args): Swallow space after
5990         symbols, not after closeparens.  But avoid error if string ends there.
5992         * progmodes/python.el (python-beginning-of-statement):
5993         Exit the loop if backward-up-list gets error.
5995         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
5997 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
5999         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
6000         only if vc-consult-headers is non-nil.
6002 2004-07-02  Juri Linkov  <juri@jurta.org>
6004         * pcvs.el (cvs-mode-diff-repository): New command.
6006         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
6008 2004-07-01  Juri Linkov  <juri@jurta.org>
6010         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
6011         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
6012         C-M-% to isearch-query-replace-regexp.
6013         (minibuffer-local-isearch-map): Add arrow key bindings.
6014         Bind C-f to isearch-yank-char-in-minibuffer.
6015         (isearch-forward): Doc fix.
6016         (isearch-edit-string): Doc fix.
6017         (isearch-query-replace, isearch-query-replace-regexp): New funs.
6018         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
6019         (isearch-yank-char): Add optional arg.
6020         (isearch-yank-char-in-minibuffer): New fun.
6022         * replace.el (query-replace-interactive): Change type from boolean
6023         to choice.  Add value `initial'.
6024         (query-replace-read-args): Handle value `initial' of
6025         query-replace-interactive.
6027 2004-06-29  Kim F. Storm  <storm@cua.dk>
6029         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
6030         (breakpoint-disabled-bitmap-face): Add :group 'gud.
6032         * progmodes/ada-xref.el (ada-tight-gvd-integration):
6033         Add :group 'ada.
6035         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
6037 2004-06-29  Juri Linkov  <juri@jurta.org>
6039         * replace.el (query-replace-read-args): Swallow a space after
6040         everything except )]" which in most cases means after a symbol.
6042         * emacs-lisp/pp.el (pp-buffer): Add autoload.
6044 2004-06-28  Richard M. Stallman  <rms@gnu.org>
6046         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
6047         More changes to go with previous change in font-lock.el.
6049 2004-06-26  David Kastrup  <dak@gnu.org>
6051         * replace.el (perform-replace): Highlight the match even in
6052         non-query mode if there is potential replace string editing.
6054 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
6056         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
6057         agree with new return value of `file-remote-p'.
6058         This syncs with Tramp 2.0.42.
6060         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
6061         according to new documentation of `file-remote-p'.
6063         * files.el (file-remote-p): Fix doc to say that return value is
6064         identification of remote system, if not nil.
6065         (file-relative-name): Use new return value of `file-remote-p'.
6067 2004-06-26  Nick Roberts  <nickrob@gnu.org>
6069         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
6070         (gdb-goto-breakpoint): Fix breakage.
6072 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
6074         * man.el (Man-getpage-in-background): Add windows-nt to the list
6075         of systems where shell-file-name should be used instead of
6076         literal "sh".
6078 2004-06-25  Sam Steingold  <sds@gnu.org>
6080         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
6081         function names `(setf symbol)'.
6083 2004-06-24  Richard M. Stallman  <rms@gnu.org>
6085         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
6087         * font-lock.el (font-lock-keywords): Change format of compiled values.
6088         Document it.
6089         (font-lock-add-keywords): If font-lock-keywords is compiled,
6090         extract the uncompiled version, modify, then recompile.
6091         (font-lock-remove-keywords): Likewise.
6092         (font-lock-fontify-keywords-region): Handle changed format.
6093         (font-lock-compile-keywords): Handle changed format.
6094         (font-lock-set-defaults): Compile the keywords explicitly here.
6096 2004-06-24  David Kastrup  <dak@gnu.org>
6098         * replace.el (query-replace-read-args): Implement `\,' and `\#'
6099         replacements here.
6100         (query-replace-regexp): Doc string explaining this and the new
6101         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
6102         is better placed in `query-replace-read-args'.
6103         (replace-regexp): Explain `\,', `\#' and `\?'.
6104         (replace-match-data): New function for thorough reuse/destruction
6105         of old match-data.
6106         (replace-match-maybe-edit): Function for implementing `\?' editing.
6107         (perform-replace): Fix maintaining of the match stack including
6108         already matched regions, implement `\?', fix various problems
6109         with regions while editing and other stuff.
6110         (replace-highlight): Simplify.
6112 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
6114         * progmodes/grep.el (grep-error-screen-columns): New variable.
6115         (grep-regexp-alist): Give it the full functionality of gnu style
6116         compilation messages with line and column ranges.  Ask me for the
6117         perl script I'm working on, that uses these.
6119 2004-06-23  Nick Roberts  <nickrob@gnu.org>
6121         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
6122         Remove.
6123         (comint-insert-input, comint-mouse-insert-input): New functions
6124         based on comint-insert-clicked-input for two bindings but just
6125         one functionality.
6127 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6129         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
6131 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
6133         * files.el (write-contents-functions): Doc fix.
6135 2004-06-21  Juanma Barranquero  <lektu@terra.es>
6137         * image.el (image-library-alist): Rewrite docstring in active voice.
6139 2004-06-20  Richard M. Stallman  <rms@gnu.org>
6141         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
6143         * isearch.el (isearch-repeat): Avoid testing old match data.
6144         (isearch-message): Display trailing space in special font
6145         when search is failing.
6146         (isearch-search-fun-function): Doc fix.
6148         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
6150 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
6152         * frame.el (show-trailing-whitespace): Doc fix.
6154         * cus-edit.el (custom-variable-documentation): New function.
6155         (custom-variable): Use it.
6157 2004-06-19  Nick Roberts  <nickrob@gnu.org>
6159         * man.el (Man-getpage-in-background): Revert previous change but
6160         make cygwin a special case.
6162 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
6164         * autorevert.el (global-auto-revert-non-file-buffers):
6165         Update docstring.
6167 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
6169         * progmodes/compile.el (compilation-error-properties): Store one
6170         more than end-col, if present, so that transient-mark-mode will
6171         highlight last char too.
6172         * progmodes/grep.el (grep-regexp-alist): Match columns and column
6173         ranges, if present.
6175 2004-06-18  Jason Rumney  <jasonr@gnu.org>
6177         * makefile.w32-in: Double percent signs in for loops.
6179 2004-06-17  David Kastrup  <dak@gnu.org>
6181         * replace.el (query-replace-read-args): Only warn about use of \n
6182         and \t when we are doing a regexp replacement and the actual
6183         escaped character is n or t.
6184         (query-replace-regexp): Add \, and \# interpretation to
6185         interactive call and document it.
6186         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
6187         as shortkey for replace-count.
6188         (replace-quote): New function for doubling backslashes.
6190 2004-06-17  Juanma Barranquero  <lektu@terra.es>
6192         * files.el (parse-colon-path, cd): Mention in docstring that the
6193         path separator is colon in GNU-like systems.
6195         * newcomment.el (comment-region-internal): Fix docstring.
6197         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
6198         (ewoc-invalidate, ewoc-collect): Doc fixes.
6199         (ewoc--create-node, ewoc--delete-node-internal):
6200         Fix typos in docstring.
6202 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
6204         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
6205         manual to docstring.
6207 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6209         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
6211 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
6213         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6214         Add hyperlink to emacs-xtra manual to docstring.
6216         * autorevert.el (global-auto-revert-non-file-buffers):
6217         Add hyperlink to emacs-xtra manual to docstring, as well as an
6218         info-link.
6220 2004-06-14  Juanma Barranquero  <lektu@terra.es>
6222         * image.el (image-library-alist): New variable to map image types
6223         to external libraries.  Initialized to nil, unless system-specific
6224         configs change it.
6225         (image-type-available-p): Determine whether an image type is
6226         available by calling `init-image-library'.
6228         * term/w32-win.el (image-library-alist): Initialize to a known set
6229         of probable library names.
6231 2004-06-14  Kenichi Handa  <handa@m17n.org>
6233         * international/code-pages.el (windows-1256, cp1125): Fix tables
6234         for several characters.
6236         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
6238 2004-06-13  Richard M. Stallman  <rms@gnu.org>
6240         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
6242         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
6243         not "`pc-selection-mode'".
6245         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
6247         * simple.el (previous-matching-history-element): Specify a default.
6249         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
6251         * cus-face.el (custom-declare-face): Simplify code.
6253         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
6255 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
6257         * files.el (before-save-hook): Add `time-stamp' to the options.
6259         * time-stamp.el (time-stamp): Recommend adding it to
6260         `before-save-hook', rather than `write-file-functions'.
6261         Make a similar change in `Commentary' section.
6263 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
6265         * diff-mode.el (diff-current-defun): If at start of hunk, use
6266         position of first change.
6268 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
6270         * dired-x.el (dired-mark-omitted): Bind to "*O".
6272 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
6274         * bookmark.el (bookmark-bmenu-relocate): New function, as
6275         suggested by David J. Biesack <David.Biesack@sas.com>.
6276         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
6277         (bookmark-bmenu-mode): Describe binding in doc string.
6278         (bookmark-set-filename): Save the bookmark list if it's time.
6280 2004-06-13  Kenichi Handa  <handa@m17n.org>
6282         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6283         (ccl-untranslated-to-ucs): Fix typo.
6285 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
6287         * progmodes/python.el (python-open-block-statement-p):
6288         Fix indentation after a block opening that contains a comment.
6290 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
6292         * bindings.el (completion-ignored-extensions): Add file extensions
6293         of Python byte-compiled files.
6295 2004-06-12  Juri Linkov  <juri@jurta.org>
6297         * info.el (Info-goto-node): Add autoload.
6298         (Info-toc): Add substring-no-properties on Info file name.
6299         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
6300         (Info-mode-map): Bind L to Info-history, T to Info-toc.
6302 2004-06-12  Kenichi Handa  <handa@m17n.org>
6304         * international/mule-cmds.el (set-language-environment):
6305         Load subst tables if necessary.
6307         * international/mule.el (decode-char): Load subst tables if necessary.
6308         (encode-char): Likewise.
6310         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
6311         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
6312         (utf-16le-decode-loop): Set r5 to -1 before loop.
6313         (utf-16be-decode-loop): Likewise.
6314         (ccl-decode-mule-utf-16le): Add EOF processing block.
6315         (ccl-decode-mule-utf-16be): Likewise.
6316         (ccl-decode-mule-utf-16le-with-signature): Likewise.
6317         (ccl-decode-mule-utf-16be-with-signature): Likewise.
6318         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
6319         (ccl-mule-utf-16-encode-untrans): New CCL.
6320         (utf-16-decode-to-ucs): Handle pre-read character.
6321         (utf-16le-encode-loop): Handle surrogate pair.
6322         (utf-16be-encode-loop): Likewise.
6323         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
6324         of utf-16le-encode-loop.
6325         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
6326         of utf-16be-encode-loop.
6327         (mule-utf-16-post-read-conversion):
6328         Call utf-8-post-read-conversion at first.
6329         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
6330         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
6331         Add post-read-conversion and pre-write-conversion.
6333         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
6334         (utf-translate-cjk-unicode-range): New variable.
6335         (utf-translate-cjk-load-tables): New function.
6336         (utf-lookup-subst-table-for-decode): New function.
6337         (utf-lookup-subst-table-for-encode): New function.
6338         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
6339         tables here.  Update safe-charsets of utf-* coding systems.
6340         (ccl-mule-utf-untrans): New CCL.
6341         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
6342         at end of each branch.
6343         (ccl-mule-utf-8-encode-untrans): New CCL.
6344         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
6345         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
6346         length of encoding.  Don't return r0.
6347         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
6348         (utf-8-post-read-conversion): Narrow to region properly.
6349         If utf-translate-cjk-mode is on, load tables if necessary.
6350         Call utf-8-compose with hash-table arg if necessary.
6351         Call XXX-compose-region instead of XXX-post-read-convesion.
6352         (utf-8-pre-write-conversion): New function.
6353         (mule-utf-8): Include CJK charsets in safe-charsets if
6354         utf-translate-cjk-mode is on.  Add pre-write-conversion.
6356         * international/characters.el: Temporarily set
6357         utf-translate-cjk-mode to nil.
6359         * language/devan-util.el (devanagari-compose-region):
6360         Add autoload cookie.
6362         * international/ccl.el (ccl-dump-call): Fix printing the
6363         subroutine name.
6365 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
6367         * dired.el (dired-revert): If buffer is marked unmodified before
6368         reverting, keep it marked unmodified.
6369         Adapt to new conventions for commenting out code.
6370         (dired-make-relative): Adapt to new conventions for commenting out code.
6372 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
6374         * eshell/esh-module.el (eshell-load-defgroups):
6375         Bind `vc-handled-backends' to nil when opening files.
6377 2004-06-11  Juanma Barranquero  <lektu@terra.es>
6379         * files.el (parse-colon-path, cd): Doc fixes (refer to
6380         `path-separator', not colon).
6382 2004-06-10  Juanma Barranquero  <lektu@terra.es>
6384         * newcomment.el (comment-search-forward)
6385         (comment-search-backward): Fix typos in docstring.
6386         (comment-region): Doc fix.
6388 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6390         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
6391         switch is no longer stored in `dired-switches-alist'.
6393         * dired-aux.el (dired-insert-subdir): Do not store R switch in
6394         `dired-switches-alist'.
6396 2004-06-10  Kim F. Storm  <storm@cua.dk>
6398         * pcvs.el (cvs-mode-diff-yesterday): New command.
6400         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
6402 2004-06-10  Juri Linkov  <juri@jurta.org>
6404         * emacs-lisp/edebug.el (edebug-eval-defun):
6405         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
6406         Fix docstring.
6408         * simple.el (eval-expression-print-format): Don't print additional
6409         information on the first call to `eval-print-last-sexp'.
6410         (next-error-find-buffer): Fix punctuation.
6411         (killing) <defgroup>: Fix punctuation.
6412         (yank-excluded-properties): Change group from editing to killing.
6414         * replace.el (perform-replace): Use `limit' to terminate the
6415         while-loop explicitly.
6417 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6419         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6420         Use lc-*.xpm as prefix instead of *-locol.xpm.
6422         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
6423         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
6424         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
6425         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
6426         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
6427         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
6428         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
6429         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
6430         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
6431         * toolbar/lc-up_arrow.xpm:
6432         Rename from *-locol.xpm.
6434 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
6436         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
6437         include forms like &<str>; as valid url patterns.
6439 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
6441         * dired.el (dired-diff, dired-backup-diff)
6442         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
6443         (dired-do-chown, dired-do-touch, dired-do-print)
6444         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
6445         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
6446         (dired-create-directory, dired-do-copy, dired-do-symlink)
6447         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
6448         (dired-do-copy-regexp, dired-do-hardlink-regexp)
6449         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
6450         (dired-maybe-insert-subdir, dired-next-subdir)
6451         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
6452         (dired-kill-subdir, dired-tree-up, dired-tree-down)
6453         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
6454         (dired-run-shell-command, dired-query): Remove redundant,
6455         or incorrect, autoloads.
6457         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
6458         does not end in a slash.  Add optional argument KILL-ROOT.
6459         Update docstring.
6460         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
6461         (dired-query): Add autoloads.
6463 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
6465         * progmodes/compile.el (compilation-set-window-height):
6466         Rearrange the save-* functions because a buffer can have several current
6467         point in different windows.
6468         (compilation-error-regexp-alist-alist): Recognize {standard input}
6469         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6471 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6473         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6474         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6475         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6476         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6477         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
6478         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
6479         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
6480         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
6481         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
6482         * toolbar/up_arrow-locol.xpm:
6483         New versions of icons that uses fewer colors.
6485         * toolbar/tool-bar.el (tool-bar-local-item)
6486         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
6487         if display-color-cells is 256 or less.
6489 2004-06-08  Kim F. Storm  <storm@cua.dk>
6491         * wid-edit.el (widget-specify-button): Use hand pointer rather
6492         than mouse-face as visible mouse-over effect.
6494 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
6496         * saveplace.el (save-place-alist-to-file): Bind `print-length'
6497         and `print-level' to nil when writing out `save-place-alist'.
6498         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
6500 2004-06-07  Juanma Barranquero  <lektu@terra.es>
6502         * completion.el (completion-kill-region): Doc fix.
6504         * format.el (format-insert-annotations)
6505         (format-annotate-location): Doc fixes.
6506         (format-subtract-regions): Make arguments match their use in docstring.
6508         * simple.el (kill-region): Doc fix.
6510         * subr.el (insert-buffer-substring-no-properties)
6511         (insert-buffer-substring-as-yank): Doc fixes.
6513 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
6515         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6516         Update docstring.
6517         (dired-reset-subdir-switches): New function.
6519         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
6520         Limit scope of `buffer-read-only' binding.
6522 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
6524         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
6525         eshell-explicit-command-char.
6527 2004-06-06  Juanma Barranquero  <lektu@terra.es>
6529         * help-fns.el (help-argument-name): Inherit from italic face only
6530         if the frame supports it.
6532 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6534         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6535         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6536         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6537         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
6538         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
6539         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
6540         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
6541         New conversions from xpm files.
6543         * toolbar/README: New file.
6545 2004-06-06  Richard M. Stallman  <rms@gnu.org>
6547         * isearch.el (isearch-mode-map): Undo previous change.
6549 2004-06-05  Juri Linkov  <juri@jurta.org>
6551         * bindings.el (debug-ignored-errors): Add regexps for history
6552         related messages.  Remove $ from "No further undo information".
6553         Move Ediff's messages to ediff.el.
6555         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
6557         * cus-edit.el (custom-display): Add `min-colors'.
6559         * custom.el (defface): Add `supports' to docstring.
6561         * help-fns.el (help-argument-name): Add :group 'help.
6563 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
6565         * find-dired.el (find-ls-subdir-switches): New user option.
6566         (find-dired): No longer call `abbreviate-file-name' on DIR.
6567         Set `dired-subdir-switches' buffer-locally.
6569         * locate.el: Merge the two `Commentary' sections.
6570         (locate-ls-subdir-switches): New user option.
6571         (locate): Update for other changes.
6572         (locate-mode-map): Restore Dired binding for mouse-2.
6573         Bind `locate-mouse-view-file' to M-mouse-2.
6574         Bind `l' to `locate-do-redisplay'.
6575         (locate-main-listing-line-p, locate-do-redisplay): New functions.
6576         (locate-mouse-view-file, locate-tags, locate-find-directory):
6577         Print message if used outside main listing.
6578         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
6579         Various changes to support inserted subdirectories.
6580         (locate-insert-header): Change header of *Locate* buffer.
6582         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6583         Change interactive default switches.
6584         (dired-rename-subdir-2): Update `dired-switches-alist'.
6585         (dired-insert-subdir, dired-kill-subdir):
6586         Handle `dired-switches-alist'.  Do not mark buffer modified.
6587         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
6588         (dired-insert-subdir-doinsert): Omit messages.
6589         Handle `dired-subdir-switches'.
6590         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
6592         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
6593         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
6594         subdirs if -R switch is used for a subdir.
6595         (dired-mode): Set `dired-switches-alist'.
6596         (dired-build-subdir-alist): Only print number of directories in
6597         echo area when invoked interactively.
6599 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
6601         * dired-x.el (dired-omit-mode): Rename from
6602         dired-omit-files-p.  Use define-minor-mode to define it.
6603         (dired-omit-files-p): Add as alias for dired-omit-mode.
6604         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
6605         dired-mark-omitted.
6606         (dired-mark-omitted): Add.  Bind to M-O.
6608 2004-06-05  Kenichi Handa  <handa@m17n.org>
6610         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
6612 2004-06-05  Juanma Barranquero  <lektu@terra.es>
6614         * help-fns.el (help-argument-name): Reintroduce face.
6615         (help-default-arg-highlight): Use it, now that
6616         `face-differs-from-default-p' can be trusted.
6618 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
6620         * textmodes/table.el: Sentence commands added to Point Motion
6621         group; kill and backward-kill commands added to Extraction group.
6623 2004-06-04  Mario Lang  <mlang@delysid.org>
6625         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
6626         systems appear to use mW, make the code handle this.  Fix a
6627         division-by-zero bug while at it, and handle kernels with
6628         a slightly different layout in /proc/acpi.
6630 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
6632         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
6633         because the latter is a CL-ism.  This fixes the bug reported by
6634         Shawn Boyette <mdxi@collapsar.net> in
6635         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
6637 2004-06-04  Miles Bader  <miles@gnu.org>
6639         * faces.el (display-supports-face-attributes-p): Function moved to
6640         C code.  Previously only the tty-related portion of this function
6641         was done in C; however the previous attempt to do a halfway-proper
6642         job for non-tty displays in lisp didn't work properly because of
6643         funny conditions during Emacs startup.
6644         (face-differs-from-default-p): Simplify, now that
6645         display-supports-face-attributes-p works properly on all display
6646         types.  Remove :stipple from comparison; it doesn't really work
6647         in emacs anyway.
6649 2004-06-04  Miles Bader  <miles@gnu.org>
6651         * faces.el (face-differs-from-default-p): Use a different
6652         implementation, so we can really check whether FACE displays
6653         differently or not.
6655 2004-06-04  Miles Bader  <miles@gnu.org>
6657         * faces.el (display-supports-face-attributes-p): Implement a
6658         `different from default' check for non-tty displays.
6660 2004-06-03  David Kastrup  <dak@gnu.org>
6662         * woman.el (woman-mapcan): More concise code.
6663         (woman-topic-all-completions, woman-topic-all-completions-1)
6664         (woman-topic-all-completions-merge): Replace by a simpler and
6665         much faster implementation based on O(n log n) sort/merge instead
6666         of the old O(n^2) behavior.
6668 2004-06-03  Miles Bader  <miles@gnu.org>
6670         * subr.el (read-number): Use canonical format for default in prompt.
6672         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
6673         Add regexp for " [...]" style defaults.
6675 2004-06-02  Romain Francoise  <romain@orebokech.com>
6677         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
6678         groups: if the user asks for a hidden buffer, open the
6679         corresponding filter group to expose it.
6681         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
6682         `ibuffer-jump-to-buffer'.
6683         (ibuffer-jump-offer-only-visible-buffers): New user option.
6685 2004-06-02  Juanma Barranquero  <lektu@terra.es>
6687         * faces.el (frame-update-faces): Add empty docstring so the one
6688         for `ignore' doesn't show through.
6690         * subr.el (process-kill-without-query): Remove spurious "\n" on
6691         obsolescence string.
6692         (focus-frame, unfocus-frame): Add obsolescence declaration and
6693         empty docstring.
6695         * international/mule.el (register-char-codings): Make alias for
6696         `ignore'.  Move docstring to obsolescence info and remove redundancy.
6698 2004-06-02  Kim F. Storm  <storm@cua.dk>
6700         * frame.el (blink-cursor-start): Turn cursor off initially so blink
6701         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
6703 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6705         * comint.el (comint-replace-by-expanded-history-before-point):
6706         Obey `start' as the docstring says.
6707         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
6708         (comint-update-fence): Prevent font-lock from running unnecessarily.
6709         (comint-dynamic-list-completions): Use with-current-buffer.
6711 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6713         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
6714         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
6715         (bibtex-entry-update): Handle alternatives and optional fields.
6716         (bibtex-parse-entry): Bugfix, handle empty key.
6718 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6720         * vc-arch.el (vc-arch-state): Don't assume the file exists.
6722 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
6724         * desktop.el (desktop-save): Don't save minor modes without a
6725         known mode initialization function.
6727 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
6729         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
6731         * autorevert.el: Update `Commentary' section.
6733 2004-05-30  Juanma Barranquero  <lektu@terra.es>
6735         * dos-fns.el (convert-standard-filename):
6736         * files.el (convert-standard-filename):
6737         * w32-fns.el (convert-standard-filename):
6738         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
6740 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
6742         Sync with Tramp.
6744         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
6745         (tramp-let-maybe): Move to an earlier spot in the file.
6746         Patch by Andreas Schwab.
6748 2004-05-30  Andreas Schwab  <schwab@suse.de>
6750         * dired.el (dired-get-filename): Don't use dired-re-dot.
6752 2004-05-30  Richard M. Stallman  <rms@gnu.org>
6754         * files.el (find-file): Doc fix.
6756         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
6758 2004-05-30  Nick Roberts  <nickrob@gnu.org>
6760         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
6761         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
6762         modeline of the locals buffer.
6763         (gdb-goto-breakpoint): Handle gdbmi.
6764         (gdb-get-frame-number): Change for gdbmi.
6766 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
6768         * files.el (file-remote-p): Apply file name handler for operation
6769         `file-remote-p'.  It isn' a property any longer.
6770         (file-relative-name): `fh' and `fd' get the required value via
6771         `find-file-name-handler' already.
6773         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
6774         (top): Remove setting of `file-remote-p' property for
6775         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
6777 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
6779         Version 2.0.41 of Tramp released.
6781         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
6782         Throw away if process has died.
6783         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
6784         (tramp-out-of-band-prompt-regexp): Rename to
6785         `tramp-process-alive-regexp', because its usage is widen.
6786         (tramp-actions-copy-out-of-band): Apply it.
6787         (tramp-actions-before-shell, tramp-multi-actions):
6788         Add `tramp-action-process-alive' action.
6789         (tramp-action-process-alive): New defun.
6790         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6791         Add entry for `file-remote-p'.
6792         (tramp-handle-file-remote-p): New defun.
6793         (top): Remove setting of `file-remote-p'.  Don't set
6794         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6796         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6797         `file-remote-p'.
6799         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6800         counted for (last) line.  [They should or they shouldn't?  --Stef]
6801         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6803 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
6805         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6806         not really necessary but seems to keep the shell history smaller
6807         in some cases.  It is no substitute for setting HISTFILE and
6808         HISTSIZE from tramp-open-connection-setup-interactive-shell,
6809         though.  Suggested by Luc Teirlinck.
6810         (tramp-open-connection-setup-interactive-shell): Export variables
6811         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
6812         (tramp-set-process-query-on-exit-flag): New compat function.
6813         (tramp-open-connection-multi, tramp-open-connection-su)
6814         (tramp-open-connection-rsh, tramp-open-connection-telnet)
6815         (tramp-do-copy-or-rename-file-out-of-band): Use it.
6816         (tramp-let-maybe): New macro, let-binds a variable only if it
6817         isn't obsolete.
6818         (tramp-check-ls-commands, tramp-handle-expand-file-name)
6819         (tramp-handle-file-truename): Use it.
6820         (tramp-completion-file-name-regexp-unified): Avoid matching
6821         filenames starting with "/:" -- those are reserved for
6822         file-name-non-special.
6824         * tramp-smb.el (tramp-smb-open-connection):
6825         Use tramp-set-process-query-on-exit-flag compat function.
6827 2004-05-29  Richard M. Stallman  <rms@gnu.org>
6829         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
6831         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
6832         (eval-last-sexp-print-value): Print char equivalent regardless
6833         of standard-output value.
6835         * thumbs.el (thumbs-subst-char-in-string): Delete.
6836         (thumbs-thumbname): Use subst-char-in-string.
6837         (thumbs-resize-image): Use condition-case, not ignore-errors.
6838         (thumbs-kill-buffer): Likewise.
6840         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
6841         (thumbs-mode): Make buffer read-only.
6842         (thumbs-make-thumb): Unconditionally accept an existing file.
6843         (thumbs-insert-thumb): Add thumb-image-file property to the image.
6844         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
6845         (thumbs-show-thumbs-list): Error if images not supported.
6846         (thumbs-save-current-image): Improve prompt string.
6847         (thumbs-mode-map): Define u, R, x.
6848         (thumbs-unmark): New command.
6849         (thumbs-emboss-image): Minor cleanup.
6850         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
6851         (thumbs-rename-images): New command.
6852         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
6854         * thumbs.el (thumbs-current-image): New function.
6855         (thumbs-file-list, thumbs-file-alist): New functions.
6856         (thumbs-find-image): Delete arg L.
6857         Don't set up thumbs-fileL as buffer-local global var.
6858         (thumbs-find-image-at-point): Use thumbs-current-image.
6859         (thumbs-set-image-at-point-to-root-window): Likewise.
6860         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
6861         Record and warn about errors.  Update thumbs-markedL for deletions.
6862         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
6863         (thumbs-redraw-buffer): Use thumbs-file-list.
6864         (thumbs-mark): Use thumbs-current-image.
6865         (thumbs-show-name): Use thumbs-current-image.
6867         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
6868         and imenu--last-menubar-index-alist.
6870         * subr.el (with-selected-window): Undo previous change.
6872 2004-05-29  John Paul Wallington  <jpw@gnu.org>
6874         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
6875         (thumbs-mouse-find-image): New command.
6876         (thumbs-mode-map): Bind it to mouse-2.
6877         (thumbs-mode): Make mode-class special.
6878         (thumbs-view-image-mode): Likewise.
6880 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
6882         * flymake.el: New file.
6884 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
6886         * files.el (find-file-noselect-1): Do not bind
6887         `inhibit-read-only' to t during execution of
6888         `find-file-not-found-functions'.
6890 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6892         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
6893         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
6895 2004-05-28  Juri Linkov  <juri@jurta.org>
6897         * simple.el (eval-expression-print-format): New fun.
6899         * simple.el (eval-expression):
6900         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6901         * emacs-lisp/edebug.el (edebug-compute-previous-result)
6902         (edebug-eval-expression): Print additionally the value returned by
6903         `eval-expression-print-format'.
6905         * emacs-lisp/lisp.el (insert-pair-alist): New var.
6906         (insert-pair): Make arguments optional.  Find character pair
6907         from `insert-pair-alist' according to the last input event.
6908         (insert-parentheses): Make arguments optional.
6909         (raise-sexp, delete-pair): New funs.
6911         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
6912         (emacs-lisp-mode-map, lisp-interaction-mode-map):
6913         Bind C-M-q to `indent-pp-sexp'.
6915         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
6916         `pp-to-string' modified to be able to format text with newlines.
6917         (pp-to-string): Move the buffer-formatting part of the code to
6918         `pp-buffer'.  Call `pp-buffer'.
6920         * info.el (Info-desktop-buffer-misc-data): Don't save information
6921         about virtual files.
6922         (Info-restore-desktop-buffer): Restore Info buffers in prepared
6923         buffers with names obtained from the desktop file instead of the
6924         default *info* buffer.
6926 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6928         * subr.el (with-selected-window): Only save/restore the selected window.
6930         * progmodes/compile.el (compilation-error-regexp-alist):
6931         Use expand-file-name and data-directory.
6933         * progmodes/grep.el (grep-tree): Rework previous fix.
6935         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
6936         after the user marked text with the mouse.
6938         * startup.el (command-line): Keep the first regexp of
6939         auto-save-file-name-transforms intact.
6941 2004-05-28  Juanma Barranquero  <lektu@terra.es>
6943         * cus-edit.el (customize-face, customize-face-other-window)
6944         (custom-face-edit-delete): Make arguments match their use in
6945         docstring.
6946         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
6947         docstring.
6949         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
6950         not `cvs-butlast'.
6952         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
6953         `nbutlast' are in subr.el).
6955         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
6956         (set-w32-system-coding-system): Doc fixes.
6958         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
6959         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
6960         Make arguments match their use in docstring.
6961         (artist-draw-region-trim-line-endings)
6962         (artist-mouse-choose-operation): Fix typo in docstring.
6963         (artist-key-set-point-common): Doc fix.
6965 2004-05-28  Simon Josefsson  <jas@extundo.com>
6967         * mail/smtpmail.el (smtpmail-open-stream):
6968         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
6970 2004-05-26  Simon Josefsson  <jas@extundo.com>
6972         * starttls.el: Merge with my GNUTLS based starttls.el.
6973         (starttls-gnutls-program, starttls-use-gnutls)
6974         (starttls-extra-arguments, starttls-process-connection-type)
6975         (starttls-connect, starttls-failure, starttls-success): New variables.
6976         (starttls-program, starttls-extra-args): Doc fix.
6977         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
6978         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
6979         and pass on to corresponding *-gnutls function if it is set.
6981 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
6983         * autorevert.el (auto-revert-handler): Disable auto-reverting of
6984         remote files.
6986 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
6988         * files.el (file-name-non-special): There are more operations
6989         which need handling: `find-backup-file-name',
6990         `insert-file-contents', `verify-visited-file-modtime',
6991         `write-region'.  Rename t value of method to `add'.  Add new
6992         methods `quote' and `unquote-then-quote' to file-arg-indices.
6994 2004-05-25  Juri Linkov  <juri@jurta.org>
6996         * info.el (Info-toc): Call Info-mode on intermediate buffer.
6997         (Info-index-nodes): Enclose code in condition-case to catch errors.
6998         (Info-index-node): Don't search all index nodes if request is only
6999         for the current node and file is not in the cache of index nodes.
7000         (Info-mode-map): Bind Info-copy-current-node-name to `w'
7001         for consistency with dired-copy-filename-as-kill.
7002         Bind `S' to Info-search-case-sensitively.
7003         (Info-copy-current-node-name): New arg.  With zero prefix arg put
7004         the name inside a function call to `info'.  Display copied text in
7005         the echo area.
7007 2004-05-25  Sam Steingold  <sds@gnu.org>
7009         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
7010         strip the package prefix from the symbol name, if any.
7011         Make it the `find-tag-default-function' for `lisp-mode'.
7013 2004-05-25  John Paul Wallington  <jpw@gnu.org>
7015         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
7016         instead of obsolete `process-kill-without-query'.
7018         * textmodes/texinfmt.el (texinfo-indexvar-alist):
7019         Declare as variable, not constant.
7021 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
7023         * files.el (find-file-noselect-1): Fix bug introduced by
7024         Revision 1.694.  As a side effect, `inhibit-read-only'
7025         is again, by default, t during execution of
7026         `find-file-not-found-functions'.
7027         (insert-directory): Check that lines were really inserted by
7028         the --dired switch, before erasing them.
7030 2004-05-24  Nick Roberts  <nickrob@gnu.org>
7032         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
7033         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
7034         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
7035         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
7036         gud-minor-mode (gdbmi).
7038 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
7040         * net/browse-url.el (browse-url-interactive-arg): Enable user to
7041         explicitly select the text to be taken as URL.
7043 2004-05-23  Juri Linkov  <juri@jurta.org>
7045         * info.el (Info-index-nodes): New var and fun.
7046         (Info-goto-index, Info-index, info-apropos)
7047         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
7048         (Info-index): Fix docstring.  Store and restore Info-history-list.
7049         (Info-complete-nodes): New var.
7050         (Info-complete-menu-item): Use it.
7051         (Info-index-node): New fun.
7052         (Info-final-node, Info-forward-node, Info-backward-node)
7053         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
7054         Use Info-index-node.
7055         (Info-extract-menu-item, Info-extract-menu-counting): Set second
7056         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
7057         (Info-find-node-2): If a node with period in its name not found,
7058         try to find a node without the name part after period.
7059         (Info-select-node): Call Info-fontify-node only if
7060         Info-fontify-maximum-menu-size is not nil.
7061         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
7062         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
7063         Preserve Info-history-list.
7064         (Info-toc): Set Info-current-file.
7065         (Info-build-toc): Move point to the beginning of the buffer.
7066         Add main-file variable.
7067         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
7068         Use backslashed representation of the control character ^_.
7070         * textmodes/texinfmt.el (texinfo-print-index): Print index line
7071         numbers in the new Texinfo 4.7 format.
7073         * add-log.el (change-log-font-lock-keywords): Remove `:' from
7074         regexps for function and variable names.
7076         * descr-text.el (describe-property-list): Add [show] button for
7077         `syntax-table' property with action to pp to a separate buffer.
7078         (describe-char): Replace search-forward by re-search-forward with
7079         whitespace regexp after "character:" to not fail in too narrow windows.
7081         * simple.el (next-error-find-buffer): Add a rule to return
7082         next-error capable buffer if one window on the selected frame
7083         displays such buffer.
7085 2004-05-23  Nick Roberts  <nickrob@gnu.org>
7087         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
7088         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
7089         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
7090         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
7091         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
7092         Handle new value for gud-minor-mode (gdbmi).
7093         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
7094         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
7095         Change from local to global gdb variable set.
7096         (gdb-ann3): Initialise above gdb variable set.
7097         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
7098         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
7099         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
7100         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
7101         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
7102         (gdb-info-locals-handler, gdb-invalidate-assembler)
7103         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
7104         set as global variables.
7105         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
7106         Handle gdbmi.
7107         (gdb-info-breakpoints-custom): Fix regexp.
7108         (def-gdb-var): Delete.
7110         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
7111         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
7112         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
7113         a new mode.  The file (gdb-mi.el) for this mode will be included
7114         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
7115         primary interface.
7117 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
7119         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
7120         interpreted as a directory.
7122 2004-05-22  Richard M. Stallman  <rms@gnu.org>
7124         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
7125         as a close quote.
7127         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
7129         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
7130         Use assoc-string, not assoc-ignore-case.
7132         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
7134         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
7135         If moving back then fwd gets a defun that ends before point,
7136         try again moving fwd then back.
7138         * files.el (file-name-non-special): Allow t in file-arg-indices
7139         to mean requote the return value.  Use `identity' as an element
7140         rather than as the whole value.
7142         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
7144 2004-05-22  Juanma Barranquero  <lektu@terra.es>
7146         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
7147         `help-make-usage'.
7148         (help-highlight-arguments): Skip function name before searching
7149         for arguments.
7151 2004-05-21  Juanma Barranquero  <lektu@terra.es>
7153         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
7154         Don't mention in the docstring these arguments meant for
7155         internal (recursive) use only.
7156         (allout-char-spec): Comment out (it's not implemented).
7157         (allout-old-expose-topic, allout-exposure): Fix docstring and add
7158         obsolescence declaration.
7159         (allout-flatten-exposed-to-buffer)
7160         (allout-indented-exposed-to-buffer): Fix typos in docstring.
7161         (my-mark-marker): Doc fix.
7162         (produce-allout-mode-map, allout-sibling-index)
7163         (allout-isearch-expose, allout-distinctive-bullet)
7164         (allout-open-topic, allout-reindent-body)
7165         (allout-rebullet-heading, allout-process-exposed)
7166         (allout-insert-listified, allout-latex-verb-quote)
7167         (allout-insert-latex-header, allout-insert-latex-trailer):
7168         Make arguments match their use in docstring.
7169         (allout-primary-bullet, allout-old-style-prefixes)
7170         (allout-inhibit-protection, allout-init, allout-mode)
7171         (allout-before-change-protect, allout-flag-region):
7172         Use "Emacs" instead of "emacs" in docstrings.
7174 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7176         * international/characters.el: Modify syntax of more characters.
7178 2004-05-21  Masatake YAMATO  <jet@gyve.org>
7180         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
7181         (etags-tags-completion-table): Show parsing progress.
7183 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
7185         * locate.el (locate-prompt-for-command): Shorten first line of
7186         docstring.
7187         (locate-mode): Expand docstring and include keymap summary.
7189         * files.el (find-file-noselect-1): Limit the scope of the
7190         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
7191         is, by default, nil during the execution of
7192         `find-file-not-found-functions' and `find-file-hook'.
7194 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
7196         * facemenu.el (facemenu-color-name-equal): New function.
7197         (list-colors-display): Use it to compare colors instead of
7198         facemenu-color-equal.
7200 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
7202         * compare-w.el (compare-windows-face): Use min-colors instead of
7203         checking for tty or pc types.
7205 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7207         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
7208         (completion-setup-function): Use with-current-buffer.
7209         Properly save excursion.  Simplify.
7210         Don't assume there is necessarily a `mouse-face' property somewhere.
7212         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
7214         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
7216         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
7217         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
7218         Use with-current-buffer.
7219         (byte-goto-log-buffer): Delete.
7220         (byte-compile-log-file): Call compilation-forget-errors.
7222 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7224         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
7225         output messages into the search result.
7227 2004-05-19  Masatake YAMATO  <jet@gyve.org>
7229         * wid-edit.el (widget-radio-button-notify): Revert my last
7230         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7232 2004-05-19  Kenichi Handa  <handa@m17n.org>
7234         * international/characters.el: Fix syntax (open/close) of CJK chars.
7236 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
7238         * help-mode.el (help-go-back): Don't depend on position of back button.
7240 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7242         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
7243         files files don't contain an accidental additional /.
7245         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
7246         in source buffer.
7248 2004-05-18  Masatake YAMATO  <jet@gyve.org>
7250         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
7251         to widget-apply.  :action method assumes 2 arguments, not 3.
7253 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
7255         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7256         New constants.
7257         (hs-special-modes-alist): Add an f90-mode entry.
7259 2004-05-17  Sam Steingold  <sds@gnu.org>
7261         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7262         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
7264 2004-05-16  Kim F. Storm  <storm@cua.dk>
7266         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
7268 2004-05-15  John Wiegley  <johnw@newartisans.com>
7270         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
7271         (eshell-output-object-to-target): Improve output speed 20% by not
7272         calling `eshell-stringify' if something is already known to be a string.
7274 2004-05-15  Alex Ott  <ott@jet.msk.su>
7276         * textmodes/ispell.el (ispell-local-dictionary-alist):
7277         Add windows-1251 to the choice of coding systems.
7278         (ispell-dictionary-alist-6): Add support for "russianw.aff",
7279         encoded in cp1251.
7281 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
7283         * progmodes/compile.el (compilation-warning-face)
7284         (compilation-info-face): Use min-colors.
7286 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7288         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
7289         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
7290         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
7291         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
7292         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
7293         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
7294         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
7295         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
7296         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
7297         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
7298         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
7299         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
7300         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
7301         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
7303 2004-05-15  Kim F. Storm  <storm@cua.dk>
7305         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
7306         Use it to set triggered-p element of timer.
7307         (timer-event-handler): Set triggered-p element non-nil while running
7308         the timer function.
7310 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7312         * descr-text.el (describe-char-unicode-data)
7313         (describe-char-unicodedata-file): Re-enable the unicode code now that
7314         the licensing issues have been cleared in the unicode-4 license.
7315         (describe-text-properties-1): Remove unused `overlay' var.
7316         (describe-char): Remove unused var `buffer'.
7318 2004-05-14  David Ponce  <david@dponce.com>
7320         * tree-widget.el: New file.
7322 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
7324         * language/european.el ("Brazilian Portuguese"): Add support for
7325         Brazilian Portuguese.
7327 2004-05-13  John Wiegley  <johnw@newartisans.com>
7329         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
7330         `recentf-mode' if this variable has been customized to t.
7332         * eshell/esh-test.el (eshell-test): Call the function
7333         `emacs-version' rather than trying to build a custom version string.
7335 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7337         * net/telnet.el (telnet-mode): Use define-derived-mode.
7338         Don't modify the global value of comint-prompt-regexp.
7340 2004-05-13  John Paul Wallington  <jpw@gnu.org>
7342         * version.el (emacs-version): Check for `gtk' feature before
7343         `x-toolkit' feature.
7345 2004-05-13  Juanma Barranquero  <lektu@terra.es>
7347         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
7348         arguments in the docstring, they're used only in recursive calls.
7350         * help-fns.el (help-arg-highlighting-function)
7351         (help-argument-name): Delete.
7352         (help-default-arg-highlight): New function.
7353         (help-do-arg-highlighting): Use it.
7355 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
7357         * calendar/appt.el (appt-disp-window):
7358         Use `calendar-set-mode-line' for a centered mode-line.
7360 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7362         * calendar/appt.el (appt-disp-window): Do not split window
7363         excessively when `split-height-threshold' is low.
7365 2004-05-12  Nick Roberts  <nickrob@gnu.org>
7367         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
7368         kill-buffer-hook here and make it local.
7369         (gud-kill-buffer-hook): Use kill-process for a sure kill.
7371 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
7373         * progmodes/compile.el (compilation-set-window-height):
7374         Use save-excursion to protect against misplaced marker.
7376 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7378         * custom.el (defface): Document that type can have value gtk.
7380         * faces.el (face-spec-set-match-display): Handle type gtk in display.
7382 2004-05-12  Kenichi Handa  <handa@m17n.org>
7384         * descr-text.el: Require quail at comile time.
7385         (describe-char): If an input method is on and it supports the
7386         character, show how to input it.
7388         * international/quail.el (quail-install-decode-map): Accept a
7389         char-table whose subtype is `quail-decode-map'.
7390         (quail-store-decode-map-key, quail-gen-decode-map1)
7391         (quail-gen-decode-map, quail-find-key1, quail-find-key)
7392         (quail-show-key): New functions.
7394 2004-05-12  Juanma Barranquero  <lektu@terra.es>
7396         * generic.el (define-generic-mode): Remove redundant arglist info.
7398         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
7399         Make arguments match their use in docstring.
7400         (help-arg-highlighting-function): New variable.
7401         (help-argument-name): Mention it in the docstring.
7402         (help-do-arg-highlight): Use it.  Expand regexp to accept also
7403         ARG-xxx and xxx-ARG references.
7405 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
7407         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
7408         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
7409         and "mailto:addr1?to=addr2" equal.
7411 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
7413         * man.el (Man-getpage-in-background): Use shell-file-name
7414         and shell-command-switch variables instead of hard-coded values.
7416 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
7418         * iimage.el: New file.
7420 2004-05-11  Juanma Barranquero  <lektu@terra.es>
7422         * custom.el (custom-initialize-default, defcustom):
7423         Fix typo in docstring.
7425         * files.el (set-visited-file-name, file-expand-wildcards):
7426         Fix docstring.
7428 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7430         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
7432         * subr.el (eventp): Be more discriminating with integers.
7434 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
7436         * progmodes/compile.el (compile): Add universal prefix arg.
7437         (compilation-error-regexp-alist-alist): Add edg patterns.
7439 2004-05-10  Sam Steingold  <sds@gnu.org>
7441         * textmodes/ispell.el (ispell-message):
7442         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
7444 2004-05-10  Dave Love  <fx@gnu.org>
7446         * progmodes/python.el (help-buffer): Autoload when compiling.
7447         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
7448         (run-python): Prepend to any existing PYTHONPATH.
7450 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
7452         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
7453         for pending breakpoints.
7455 2004-05-10  Richard M. Stallman  <rms@gnu.org>
7457         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
7458         directly without calling any functions in Rmail.
7459         (unrmail-unprune): Function deleted.
7461 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7463         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
7464         C-c C-z binding.
7466 2004-05-10  Kenichi Handa  <handa@m17n.org>
7468         * descr-text.el (describe-char): Fix previous change.  Don't make
7469         a unibyte character to multibyte in the *Help* buffer.
7471 2004-05-10  Miles Bader  <miles@gnu.org>
7473         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
7474         buffer an error if the debugger process is actually running.
7476 2004-05-10  Juanma Barranquero  <lektu@terra.es>
7478         * help-fns.el (help-argument-name): Default to italic.
7479         (help-highlight-arguments): Return always (usage . doc), even when
7480         usage is nil.
7482         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
7483         (define-ibuffer-filter): Add usage info.
7484         (define-ibuffer-op): Add usage info (but CL-style defaults for
7485         keyword args are not shown).
7487         * subr.el (remove-overlays, read-passwd): Fix docstring.
7488         (start-process-shell-command): Fix docstring.  Put usage info in a
7489         format usable by `describe-function'.
7490         (open-network-stream, open-network-stream-nowait)
7491         (open-network-stream-server): Fix docstring.
7493 2004-05-09  Jason Rumney  <jasonr@gnu.org>
7495         * international/code-pages (cp932, cp936, cp949, c950): Remove.
7496         Only define cp125* if windows-125* is already defined.
7498         * language/korean.el (cp949): Add alias.
7500         * language/chinese.el (cp936, cp950): Add aliases.
7502         * language/japanese.el (cp932): Add alias.
7504         * term/w32-win.el: Require code-pages.
7506         * international/mule-cmds.el (set-locale-environment):
7507         On MS-Windows use ansi code-page for default coding-systems.
7508         Set up paper sizes for Windows 3 letter languages.
7510         * international/code-pages.el (cp932, cp936, cp949, cp950):
7511         Add aliases.  Also add cp125* if not already defined.
7513 2004-05-09  Juanma Barranquero  <lektu@terra.es>
7515         * help-fns.el (help-highlight-arguments): Don't try to highlight
7516         missing or autoloaded arglists.  Accept structured arguments, like
7517         the first ones of `do' and `flet'.
7519         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
7520         (cvs-get-marked): Remove redundant arglist info.
7522         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
7523         Don't use CL-style default args.
7525 2004-05-08  Andreas Schwab  <schwab@suse.de>
7527         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
7529         * international/subst-ksc.el: Fix references to utf-translate-cjk
7530         into utf-translate-cjk-mode.
7531         * international/subst-big5.el: Likewise.
7532         * international/subst-gb2312.el: Likewise.
7533         * international/subst-jis.el: Likewise.
7534         * international/utf-16.el: Likewise.
7535         * international/utf-8.el: Likewise.
7537 2004-05-08  John Wiegley  <johnw@newartisans.com>
7539         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
7540         "virtual buffers" (off by default), which makes it possible to
7541         switch to the "virtual" buffers of recently visited files.  When a
7542         buffer name search fails, and this option is on, iswitchb will
7543         look at the list of recently visited files, and permit matching
7544         against those names.  When the user hits RET on a match, it will
7545         revisit that file.
7546         (iswitchb-read-buffer): Add two optional arguments, which makes
7547         isearchb.el possible.
7548         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
7549         (iswitchb-next-match): Add support for virtual buffers.
7551         * isearchb.el: This module extends iswitchb to provide "as you
7552         type" buffer selection.
7554         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
7555         Ignore the read-only property when flyspell highlighting is on.
7556         Not ignoring it leads to a series of confusing errors.
7557         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
7558         but also make sure to call flyspell-incorrect-hook.
7559         (flyspell-maybe-correct-transposition): Perform transposition test
7560         by bit twiddling a string, rather than using a temp buffer.
7561         (flyspell-maybe-correct-doubling): Use a string rather than a temp
7562         buffer.  This is also the original version of the code, which
7563         could not be checked in before due to a previous lack of
7564         assignment papers.  This version has seen heavy usage on my system
7565         for several years now.
7567         * calendar/cal-bahai.el: New file, which adds support for the
7568         Baha'i calendar to Emacs.  This calendar is based on a solar year
7569         of 19 months of 19 days, with 4 intercalary days.  Each year
7570         begins on March 21, with the calendar starting in 1844.
7572         * calendar/cal-menu.el, calendar/calendar.el,
7573         calendar/diary-lib.el, calendar/holidays.el: Added support for
7574         using cal-bahai.el.
7576         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
7577         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
7578         function can be used outside of eshell buffers.
7579         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
7581 2004-05-08  Juanma Barranquero  <lektu@terra.es>
7583         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
7584         word constituent so FOO-ARG is not recognized as an arg.
7585         (help-highlight-arguments): Don't skip lists in mandatory arguments.
7587         * simple.el (next-error): Fix typo in docstring.
7588         (open-line): Make argument names match their use in docstring.
7589         (split-line): Fix docstring.
7591         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
7592         usable by `describe-function'.
7593         (gensym, gentemp, typep, ignore-errors): Make argument names match
7594         their use in docstring.
7596         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
7597         argument to `help-setup-xref'.
7599 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
7601         Version 2.0.40 of Tramp released.
7603         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
7604         Use symbol-function to invoke functions only known on some Emacs
7605         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
7606         Scaldeferri <kevin@scaldeferri.com>.
7607         (tramp-do-copy-or-rename-file-via-buffer): Rename from
7608         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
7609         consistent with the other tramp-do-* functions.
7610         (tramp-do-copy-or-rename-file): Calls adjusted.
7611         (tramp-process-initial-commands): Avoid liveness check on shell --
7612         we know that it must be alive since we're opening a connection at
7613         this moment.
7614         (tramp-last-cmd): New internal variable.
7615         (tramp-process-echoes): New tunable.
7616         (tramp-send-command): Set tramp-last-cmd.
7617         (tramp-wait-for-output): Delete echo, if applicable.
7618         (tramp-read-passwd): Construct the key for the password cache in a
7619         way that works for multi methods, too.
7620         (tramp-bug): Add backup-directory-alist and
7621         bkup-backup-directory-info to bug reports, with Tramp counterparts.
7623 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
7625         * net/tramp*.el: Suppress byte-compiler warnings where possible.
7627         * net/tramp.el (tramp-out-of-band-prompt-regexp)
7628         (tramp-actions-copy-out-of-band): New defcustoms.
7629         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
7630         used instead of a synchronous one.  Allows password entering.
7631         (tramp-action-out-of-band): New defun.
7632         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
7633         Remove restriction with password from doc string.
7634         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
7635         `tramp-out-of-band-prompt-regexp',
7636         `tramp-actions-copy-out-of-band', `password-cache' and
7637         `password-cache-expiry'.
7638         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
7639         password caching.
7640         (tramp-touch): FILE can be a local file, too.
7641         (TODO): Remove items done.
7642         (tramp-handle-insert-directory): Properly quote file name also if
7643         not full-directory-p.  Handle wildcard case.  Reported by Andreas
7644         Schwab <schwab@suse.de>.
7645         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
7646         new file.
7647         (tramp-handle-file-local-copy, tramp-handle-write-region):
7648         The permissions of the temporary file are set if filename exists.
7649         Reported by Ted Stern <stern@cray.com>.
7650         (tramp-backup-directory-alist)
7651         (tramp-bkup-backup-directory-info): New defcustoms.
7652         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
7653         (tramp-handle-find-backup-file-name): New function.
7654         Implements Tramp's find-backup-file-name.
7656         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
7657         for `find-backup-file-name'.
7659         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
7660         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
7662 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
7664         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
7666 2004-05-07  Juanma Barranquero  <lektu@terra.es>
7668         * subr.el (lambda): Add arglist description to docstring.
7669         (declare): Fix typo in docstring.
7670         (open-network-stream): Fix docstring.
7671         (process-kill-without-query): Fix docstring and add obsolescence info.
7672         (last, butlast, nbutlast): Make arguments match their use in docstring.
7673         (insert-buffer-substring-no-properties): Likewise.
7674         (insert-buffer-substring-as-yank): Likewise.
7675         (split-string): Fix docstring.
7677         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7678         Make argument names match their use in docstring.
7680         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
7682 2004-05-06  Nick Roberts  <nickrob@gnu.org>
7684         * progmodes/gdb-ui.el: Improve/extend documentation strings.
7685         Fit first sentence on one line for apropos-command.
7687 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7689         Changes largely merged in from Dave Love's code.
7690         * progmodes/python.el: Doc fixes.
7691         (python-mode-map): Add python-complete-symbol.
7692         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
7693         (python-comment-indent, python-complete-symbol)
7694         (python-symbol-completions, python-partial-symbol)
7695         (python-try-complete): New.
7696         (python-indent-line): Remove optional arg.  Use python-block-end-p.
7697         (python-check): Bind compilation-error-regexp-alist.
7698         (inferior-python-mode): Use rx.  Move keybindings to top level.
7699         Set comint-input-filter.
7700         (python-preoutput-filter): Use rx.
7701         (python-input-filter): Re-introduce.
7702         (python-proc): Start new process if necessary.
7703         Check python-buffer non-nil.
7704         (view-return-to-alist): Defvar.
7705         (python-send-receive): New.
7706         (python-eldoc-function): Use it.
7707         (python-mode-running): Don't defvar.
7708         (python-mode): Set comment-indent-function.
7709         Maybe update hippie-expand-try-functions-list.
7710         (python-indentation-levels): Initialize differently.
7711         (python-block-end-p): New.
7712         (python-indent-line): Use it.
7713         (python-compilation-regexp-alist): Augment.
7714         (run-python): Import `emacs' module to Python rather than loading
7715         code directly.  Set python-buffer differently.
7716         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
7717         Use python-proc.
7718         (python-send-command): Go to end of comint buffer.
7719         (python-load-file): Use python-proc, emacs.eimport.
7720         (python-describe-symbol): Simplify interactive form.
7721         Use emacs.help.  Do use temp-buffer-show-hook.
7722         Call print-help-return-message.
7723         (hippie-exp): Require when compiling.
7724         (python-preoutput-continuation): Use rx.
7726         * diff-mode.el (diff-make-unified): Fix regexp.
7728 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
7730         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
7731         filter groups from the buffer when rebuilding the Ibuffer buffer
7732         and `ibuffer-show-empty-filter-groups' is nil.
7734 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7736         * ps-print.el (ps-print-quote): Call ps-value-string.
7737         (ps-setup): Call ps-comment-string.
7738         (ps-value-string, ps-comment-string): New funs.
7740 2004-05-06  Juanma Barranquero  <lektu@terra.es>
7742         * ehelp.el (electric-help-command-loop): Check whether the last
7743         character is visible, not (point-max).
7745         * help-fns.el (help-argument-name): Default to bold; don't inherit
7746         from font-lock-variable-name-face.
7747         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
7749 2004-05-05  Kenichi Handa  <handa@m17n.org>
7751         * descr-text.el (describe-char): Copy the character with text
7752         properties and overlays into the first line, and call
7753         describe-text-properties on it.
7755 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
7757         * iswitchb.el (iswitchb-global-map): Fix typo.
7758         Remove unwanted ###autoloads from source file.
7760 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
7762         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
7763         in run-hooks.  Use substitute-command-keys in message.
7764         (wdired-abort-changes): Add message.
7766 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
7768         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
7769         (sql-emacs20-p): Remove.
7770         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
7771         (sql-builtin-face, sql-doc-face): Remove.
7772         (sql-mode-ansi-font-lock-keywords)
7773         (sql-mode-oracle-font-lock-keywords)
7774         (sql-mode-postgres-font-lock-keywords)
7775         (sql-mode-linter-font-lock-keywords)
7776         (sql-mode-ms-font-lock-keywords)
7777         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
7778         (sql-product-font-lock): Fix font-lock reset when font rules change.
7779         (sql-highlight-product): Remove incorrect font-lock reset logic.
7781 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
7783         * ses.el (ses-set-parameter): Fix typo.
7785 2004-05-04  Kim F. Storm  <storm@cua.dk>
7787         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7788         Must expand directory for completion to work; and don't mess with
7789         process-environment.
7790         (ido-read-file-name): If command has ido property, don't use ido
7791         if value is ignore, or read as directory if value is dir.
7792         Set ido ignore property for dired-do-rename command.
7794 2004-05-04  Juanma Barranquero  <lektu@terra.es>
7796         * ehelp.el (electric-help-command-loop, electric-help-undefined)
7797         (electric-help-help): Check against unmapped commands.
7799         * help-fns.el (help-argument-name): New face, inheriting from
7800         font-lock-variable-name-face, to highlight function arguments in
7801         `describe-function' and `describe-key'.
7802         (help-do-arg-highlight): Auxiliary function to highlight a given
7803         list of arguments in a string.
7804         (help-highlight-arguments): Highlight the function arguments and
7805         all uses of them in the docstring.
7806         (describe-function-1): Use it.  Do docstring output via `insert',
7807         not 'princ', so text attributes are preserved.
7809         * winner.el (winner-mode-map): Move `winner-undo' and
7810         `winner-redo' to C-c <left> and C-c <right>, respectively (the
7811         previous bindings conflict with `prev-buffer', `next-buffer').
7813 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7815         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7816         (bibtex-entry-update): New command bound to C-c C-u.
7817         (bibtex-text-in-string): Fix regexp.
7818         (bibtex-assoc-of-regexp): Remove.
7819         (bibtex-progress-message): Fix docstring.
7820         (bibtex-inside-field): Use if.
7821         (bibtex-assoc-regexp): New function.
7822         (bibtex-format-entry): Make code more robust so that it formats
7823         also old entries.
7824         (bibtex-autokey-demangle-title): Merge with obsolete function
7825         bibtex-assoc-of-regexp.
7826         (bibtex-field-list): New function.
7827         (bibtex-entry): Use bibtex-field-list.
7828         (bibtex-parse-entry): Fix docstring.
7829         (bibtex-print-help-message): Use bibtex-field-list.
7830         (bibtex-make-field): Use bibtex-field-list.
7831         (bibtex-entry-index): Bugfix.  Return crossref key if required.
7832         (bibtex-lessp): Fix docstring.
7834 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
7836         * select.el (xselect-convert-to-string): Move comment to intended line.
7838 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7840         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
7841         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
7843 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7845         * term/x-win.el (x-clipboard-yank): Don't exit on error from
7846         x-get-selection.
7848 2004-05-03  Jason Rumney  <jasonr@gnu.org>
7850         * makefile.nt: Remove.
7852 2004-05-03  Kim F. Storm  <storm@cua.dk>
7854         * emulation/cua-base.el (cua--update-indications): Fix last change.
7855         (cua-mode): Deactivate mark when cua-mode is enabled.
7857 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
7859         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
7861 2004-05-03  Nick Roberts  <nickrob@gnu.org>
7863         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
7864         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
7865         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
7866         window over visible frames.
7867         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
7869 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7871         * progmodes/compile.el (compilation-gcpro): New var.
7872         (compilation-fake-loc): Use it.
7873         (compilation-forget-errors): Reset it.
7875 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
7877         * diff-mode.el (diff-header-face, diff-file-header-face):
7878         Use min-colors.
7880 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7882         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
7883         (bibtex-clean-entry): Disentangle code.
7884         (bibtex-realign): New function.
7885         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
7886         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
7887         Remove undocumented optional arg called-by-convert-alien.
7888         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
7889         for sorting instead of bibtex-sort-buffer.
7891 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
7893         * progmodes/compile.el (compilation-start): In the
7894         no-async-subprocesses branch, call sit-for to give redisplay a
7895         chance to show the updated process status in the mode line, and
7896         fontify the buffer explicitly after the process exits.
7898 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7900         * progmodes/python.el (python-compilation-line-number): Remove.
7901         (python-compilation-regexp-alist): Don't use it any more.
7902         (python-orig-start, python-input-filter): Remove.
7903         (inferior-python-mode): Don't set up comint-input-filter-functions.
7904         (python-send-region): Use compilation-fake-loc.
7906         * progmodes/compile.el (compilation-messages-start): New var.
7907         (compilation-mode): Don't setup next-error-function here.
7908         (compilation-setup): Set it up here instead (for minor modes as well).
7909         Make compilation-messages-start buffer local.
7910         (compilation-next-error-function): Use it.
7911         (compilation-forget-errors): Set compilation-messages-start.
7913 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7915         * ielm.el (ielm-prompt-read-only): Update docstring.
7917         * comint.el (comint-prompt-read-only): Update docstring.
7918         (comint-update-fence, comint-kill-whole-line)
7919         (comint-kill-region): New functions.
7921         * simple.el (kill-whole-line): Use "p" instead of "P" in
7922         interactive form.
7924 2004-05-01  Juanma Barranquero  <lektu@terra.es>
7926         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
7927         format arglist so default values in CL-style argument lists are
7928         correctly shown.
7930 2004-05-01  Jason Rumney  <jasonr@gnu.org>
7932         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
7934 2004-05-01  Kenichi Handa  <handa@m17n.org>
7936         * international/titdic-cnv.el (miscdic-convert): Don't generate a
7937         quail file if it is up to date.
7939 2004-04-30  Juri Linkov  <juri@jurta.org>
7941         * cus-edit.el (custom-mode-map):
7942         Add key binding `C-x C-s' to `Custom-save'.
7944         * outline.el (outline-blank-line): New var.
7945         (outline-next-preface, outline-show-heading)
7946         (outline-end-of-subtree): Use it.
7948         * dired-aux.el (dired-touch-initial): New fun.
7949         (dired-do-chxxx): Call it for op-symbol `touch'.
7950         (dired-diff): Use `dired-dwim-target-directory'
7951         if current dired buffer has no buffer mark.
7953         * bindings.el (propertized-buffer-identification):
7954         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
7955         Add C-M-arrow keys for consistency.
7957         * files.el (confirm-kill-emacs):
7958         Change group from top-level `emacs' to `convenience'.
7960         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7961         Push mark on the first call of successive command calls.
7962         (insert-pair): New fun created from `insert-parentheses' with
7963         `open' and `close' arguments added.  Enclose active regions
7964         in paired characters.  Compare adjacent characters syntax with
7965         inserted characters syntax before inserting a space.
7966         (insert-parentheses): Call `insert-pair' with ?\( ?\).
7968         * delsel.el: Don't put `delete-selection' property
7969         on `insert-parentheses' symbol to take advantage of
7970         region handling in `insert-pair' function.
7971         Suggested by Stephan Stahl <stahl@eos.franken.de>.
7973 2004-04-30  Kim F. Storm  <storm@cua.dk>
7975         * emulation/cua-base.el: Add support for changing cursor types;
7976         based on patch from Michael Mauger.
7977         (cua-normal-cursor-color, cua-read-only-cursor-color)
7978         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
7979         Customization cursor type and/or cursor color.
7980         (cua--update-indications): Handle cursor type changes.
7981         (cua-mode): Update cursor indications if enabled.
7983         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
7985         * mouse.el (mouse-drag-copy-region): New defcustom.
7986         (mouse-set-region, mouse-drag-region-1): Use it.
7988         * simple.el (kill-ring-save): If region face background color is
7989         unspecified (if no highlighting), show extent of fully visible
7990         region even if transient-mark-mode is enabled.
7992         * emulation/cua-base.el (cua--standard-movement-commands):
7993         Add cua-scroll-up and cua-scroll-down.
7994         (cua-scroll-up, cua-scroll-down): New commands.
7995         (cua--init-keymaps): Remap scroll-up and scroll-down.
7997         * emulation/cua-rect.el (cua--convert-rectangle-as):
7998         New defmacro.
7999         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
8000         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
8001         New commands (suggested by Jordan Breeding).
8003 2004-04-30  Juanma Barranquero  <lektu@terra.es>
8005         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
8007 2004-04-30  Mario Lang  <mlang@delysid.org>
8009         * diff.el (diff-switches): Fix typo in docstring.
8011 2004-04-30  Alex Schroeder  <alex@gnu.org>
8013         * xml.el (xml-debug-print-internal): Don't add newline and
8014         indentation to text nodes and write empty elements as empty tags
8015         instead of opening and closing tags.
8016         (xml-debug-print): Take optional indent-string argument.
8017         (xml-print): Alias for xml-debug-print.
8019 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
8021         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
8022         than duplicate call to `line-beginning-position'.
8024         * progmodes/f90.el (f90-get-present-comment-type):
8025         Return whitespace, as well as comment chars, for consistent filling
8026         of comment blocks.  Use `match-string-no-properties'.
8027         (f90-break-line): Trim trailing whitespace when filling comments.
8029 2004-04-30  Dave Love  <fx@gnu.org>
8031         * calendar/diary-lib.el (diary-outlook-formats): New variable.
8032         (diary-from-outlook-internal, diary-from-outlook)
8033         (diary-from-outlook-gnus, diary-from-outlook-rmail):
8034         New functions to import diary entries from Outlook-format
8035         appointments in mail messages.
8037 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8039         * progmodes/python.el (python-send-command): New fun.
8040         (python-send-region, python-load-file): Use it.
8042         * progmodes/compile.el (compilation-last-buffer): Add var alias.
8044         * help-fns.el (help-C-file-name): Use new subr-name.
8045         Prepend `src/' to the file name.
8046         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
8047         (describe-function-1, describe-variable): Only find a C source file
8048         name if DOC is already loaded.
8050         * help-mode.el (help-function-def, help-variable-def):
8051         Use the new find-function-search-for-symbol functionality.
8052         Allow FILE to be `C-source'.
8054         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
8055         (find-function-C-source): New fun.
8056         (find-function-search-for-symbol): Use it.
8058 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
8060         * progmodes/sql.el (sql-product-alist): Rename variable
8061         `sql-product-support'.  Add Postgres login parameters.
8062         (sql-set-product, sql-product-feature): Update with renamed variable.
8063         (sql-connect-postgres): Add username prompt.
8064         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
8065         Make patterns less product specific.
8066         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
8067         (sql-mode-abbrev-table): Modify initialization.
8068         (sql-builtin-face): Add variable.
8069         (sql-keywords-re): Add macro.
8070         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
8071         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
8072         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
8073         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
8074         (sql-mode-linter-font-lock-keywords)
8075         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
8076         (sql-mode-sybase-font-lock-keywords)
8077         (sql-mode-informix-font-lock-keywords)
8078         (sql-mode-interbase-font-lock-keywords)
8079         (sql-mode-ingres-font-lock-keywords)
8080         (sql-mode-solid-font-lock-keywords)
8081         (sql-mode-sqlite-font-lock-keywords)
8082         (sql-mode-db2-font-lock-keywords): Default to nil.
8083         (sql-product-font-lock): Always highlight ANSI keywords.
8084         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
8085         (sql-send-string): Add function.
8087 2004-04-29  Dave Love  <fx@gnu.org>
8089         * progmodes/cfengine.el (cfengine-beginning-of-defun)
8090         (cfengine-end-of-defun): Ensure progress through buffer.
8092         * info-look.el (cfengine-mode): Accept a terminal ().
8094 2004-04-29  Juri Linkov  <juri@jurta.org>
8096         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
8097         instead of isearch-yank-word-or-char.  Add new key bindings for
8098         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
8099         (isearch-del-char): New fun.
8100         (isearch-forward, isearch-edit-string): Update docstring.
8101         (isearch-yank-char): Doc fix.
8102         (isearch-other-meta-char): Restore point after scrolling.
8104         * progmodes/compile.el (compilation-context-lines): Add nil option
8105         to disable compilation output window scrolling.
8106         (compilation-set-window): Use it.
8108         * outline.el (outline-next-preface, outline-show-heading):
8109         Don't leave unhidden blank line before heading.
8110         (outline-end-of-subtree): Include last newline into subtree.
8111         (hide-entry): Leave point at beginning of heading instead of end.
8112         (outline-up-heading): Push mark for the first call of successive
8113         command calls.
8115 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
8117         * comint.el (comint-prompt-read-only): New variable.
8118         (comint-output-filter): Implement it.
8120         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
8121         (ielm-prompt-internal): New variable.
8122         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
8123         (ielm-send-input): Delete unused variable `buf'.
8124         (ielm-eval-input): Use `ielm-prompt-internal'.
8125         (inferior-emacs-lisp-mode): Use new variables
8126         `comint-prompt-read-only' and `ielm-prompt-internal'.
8127         Get rid of obsolete variable `directory-sep-char'.
8128         (ielm): Use `zerop'.
8130 2004-04-29  John Paul Wallington  <jpw@gnu.org>
8132         * thumbs.el (toplevel): Require cl at compile time.
8133         Remove conditional definitions of `ignore-errors' and `caddar'
8134         because they occur at run time.
8136 2004-04-28  Nick Roberts  <nickrob@gnu.org>
8138         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
8139         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
8140         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8141         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
8143         * progmodes/gud.el (gud-common-init): Throw an error if program is
8144         already running under gdb.
8146 2004-04-28  John Paul Wallington  <jpw@gnu.org>
8148         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
8149         (thumbs-show-image-num): Move assignment of
8150         `thumbs-current-image-filename' within scope of `i'.
8151         (thumbs-emboss-image): Don't use `evenp'.
8153 2004-04-28  Richard M. Stallman  <rms@gnu.org>
8155         * progmodes/compile.el (compilation-context-lines): Default now 0.
8157 2004-04-28  Juanma Barranquero  <lektu@terra.es>
8159         Use `time-less-p' from calendar/time-date.el instead of defining
8160         custom versions of it.
8162         * pcomplete.el (pcomplete-time-less-p): Remove.
8164         * thumbs.el (time-less-p): Remove.
8166         * calendar/timeclock.el (timeclock-time-less-p): Remove.
8167         (timeclock-generate-report): Use `time-less-p'.
8169         * emacs-lisp/autoload.el (autoload-before-p): Remove.
8170         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
8172 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8174         * subr.el (remove-overlays): Make arguments optional.
8176         * wid-edit.el (widget-specify-button): Put evaporate to the
8177         overlay for sample.
8178         (widget-specify-sample): Put evaporate to the overlay for sample.
8179         (widget-specify-doc): Put evaporate to the overlay for documentation.
8181 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8183         * info.el (info-apropos): Make it an index node.  Align node names
8184         like makeinfo.
8186 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
8188         * net/browse-url.el (browse-url-netscape-sentinel)
8189         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
8190         (browse-url-epiphany-sentinel, browse-url-mosaic):
8191         Use browse-url-*-program instead of a literal program name.
8193 2004-04-27  Kevin Ryde  <user42@zip.com.au>
8195         * eshell/em-alias.el:
8196         * eshell/em-dirs.el:
8197         * eshell/em-hist.el:
8198         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
8199         features when M-x customize-group loads modules before the main
8200         eshell.el.
8202 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8204         * subr.el (momentary-string-display): Support EXIT-CHAR that is
8205         either a character representation of an event or an event
8206         description list.
8208         * type-break.el: Capitalise Emacs and Lisp.
8209         (type-break-good-break-interval, type-break-demo-boring-stats)
8210         (type-break-terse-messages, type-break-file-name): New defcustoms.
8211         (type-break-post-command-hook)
8212         (type-break-warning-countdown-string): Quote variable names in doc.
8213         (type-break-interval-start, type-break-auto-save-file-name): New vars.
8214         (type-break-mode): Document type-break-good-break-interval and the
8215         "session" file.  Schedule break according to the session file.
8216         Kill session file buffer on exit.  Organise for save-some-buffers
8217         to always save the session file.
8218         (type-break-mode-line-message-mode, type-break-query-mode):
8219         Uppercase arguments.
8220         (type-break-file-time, type-break-file-keystroke-count, timep)
8221         (type-break-choose-file, type-break-get-previous-time)
8222         (type-break-get-previous-count): New defuns.
8223         (type-break): Avoid break querying after a completed break in the
8224         case where the query was initiated during user invocation of the
8225         break.  Optional terse messages.
8226         Use type-break-good-break-interval if type-break-good-rest-interval is
8227         nil.  File the break time.
8228         (type-break-schedule): New optional args for overriding the use of
8229         the current time.
8230         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
8231         after a break.
8232         (type-break-check): File the keystroke count.
8233         (type-break-do-query): Prevent a second query when the break is
8234         interrupted.  Optional terse message.
8235         (type-break-keystroke-reset): Record the start of a typing interval.
8236         (type-break-demo-boring): Optional terse messages.  Display word
8237         per minute and keystroke counts according to
8238         type-break-demo-boring-stats.
8240 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
8242         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
8243         directories, make sure they exist under archive-tmpdir.
8245 2004-04-27  Juri Linkov  <juri@jurta.org>
8247         * help.el (view-emacs-news): With argument, display info for the
8248         selected version by finding it among different NEWS files, and
8249         narrowing the buffer to the selected version.
8251         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
8252         same-window-buffer-names.
8253         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
8254         non-numeric prefix argument, append the number to the buffer name
8255         for numeric prefix argument.
8256         (info-other-window): Bind same-window-regexps to nil.
8257         (Info-reference-name): Rename to Info-point-loc.
8258         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
8259         and Info-find-index-name for stringy Info-point-loc.
8260         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
8261         without middle `.', but with final `.' and optional line number
8262         for it.  Set Info-point-loc for index nodes.
8263         (Info-index): Remove middle `.' from index entry regexp.
8264         Modify line number regexp.
8265         (Info-index-next): Decrement line number.
8266         (info-apropos): Remove middle `.' from index entry regexp.
8267         Add optional line number regexp at the end.  Add matched value
8268         for line number to the result list and insert it to the buffer.
8269         Replace match-string by match-string-no-properties.
8270         Reorder result list.
8271         (Info-fontify-node): Hide index line numbers.
8272         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
8273         empty matches.
8274         (Info-follow-reference): Use `str' instead of
8275         Info-following-node-name-re.
8276         (Info-toc): Use full file names.  Set Info-current-node to "Top".
8277         (Info-fontify-node): Compare file names without directory name.
8278         (Info-try-follow-nearest-node): Don't set Info-reference-name.
8279         Set second arg of Info-extract-menu-node-name for index nodes.
8280         (info-xref-visited): Use magenta3 instead of magenta4.
8281         (Info-mode): Add info-apropos to docstring.
8283         * log-view.el (log-view-diff): Replace interactive code "r"
8284         by a list to allow to call it even if region is not active.
8286         * paren.el (show-paren-highlight-openparen): New var.
8287         (show-paren-function): Turn on openparen highlighting when
8288         matching forward if show-paren-highlight-openparen is non-nil.
8290         * simple.el (kill-ring-save): Use blink-matching-delay instead of
8291         the constant value 1.
8292         (completions-common-part): Expand docstring.
8294         * textmodes/picture.el (picture-mode-map): Add arrow keys.
8296 2004-04-27  Kim F. Storm  <storm@cua.dk>
8298         * image.el (insert-sliced-image): Use line-height instead of
8299         line-spacing property on newline.
8301 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
8303         * desktop.el (desktop-buffer-misc-data-function): Rename to
8304         desktop-save-buffer and change docstring.
8305         (desktop-buffer-modes-to-save): Delete.
8306         (desktop-save-buffer-p): Use desktop-save-buffer instead of
8307         desktop-buffer-modes-to-save.
8308         (desktop-save): Rename desktop-buffer-misc-data-function to
8309         desktop-save-buffer and allow non-function value.
8310         (desktop-missing-file-warning): Correct docstring.
8312         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
8313         to desktop-save-buffer.
8315         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
8316         desktop-save-buffer.
8318         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
8320         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
8322 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
8324         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
8326 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
8328         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
8329         (ielm): Only go to the end of the buffer when starting a new process.
8331 2004-04-25  Juanma Barranquero  <lektu@terra.es>
8333         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
8334         mode line.  Bind `inhibit-read-only' to t before modifying
8335         properties of text in the buffer.
8336         (ielm): Force point to the end of buffer, even when running ielm
8337         from inside itself.
8339 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8341         * info.el (info-apropos): Reset Info-complete-cache.
8343 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
8345         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8346         Also recognize severe Irix et al. messages.
8347         (compilation-normalize-filename, compile-abbreviate-directory):
8348         Delete functions.
8349         (compilation-get-file-structure): New function inherits
8350         functionality of the two preceding ones.
8351         (compilation-internal-error-properties, compilation-fake-loc):
8352         Use it so that different paths to the same file share the same
8353         markers.  Also optimize finding adjacent marker slightly.
8355 2004-04-25  Kim F. Storm  <storm@cua.dk>
8357         * image.el (insert-sliced-image): Add line-spacing t property
8358         to newlines separating image lines.
8360 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
8362         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
8364         * ielm.el (ielm-prompt-read-only): New user option.
8365         (ielm-prompt): Expand docstring to describe new behavior.
8366         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
8367         mention it in the docstring.
8369 2004-04-24  Andreas Schwab  <schwab@suse.de>
8371         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
8373         * diff.el (diff): Set default-directory in diff buffer.
8375 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
8377         * mail/sendmail.el (mail-bury): Don't delete the frame where the
8378         mail was being composed if the terminal cannot display more than
8379         one frame; instead, switch to previous frame.
8381         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
8382         (rmail-start-mail): Support rmail-mail-new-frame even on
8383         terminals that can display only one frame at a time.
8385 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8387         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
8388         (checkdoc-output-font-lock-keywords): Remove error regexp.
8389         (checkdoc-output-mode-map): Remove.
8390         (checkdoc-output-mode): Derive from compilation-mode.
8391         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
8393         * dired.el (dired-mode-map): Add a menu entry for wdired.
8395         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
8396         (rx-bracket, rx-check-any, rx-any): Clean up name space.
8398         * wdired.el: (wdired-mode-map): Move init into declaration.
8399         Fix `return' binding.
8400         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8401         Use force-mode-line-update.
8402         (wdired-get-filename): Use `unless'.
8403         (wdired-preprocess-files): Don't assume names have no \n and use / for
8404         dir separator.
8405         (wdired-normalize-filename): Use replace-regexp-in-string.
8406         (wdired-load-hooks): Remove.
8407         (wdired-mode-hooks): Rename to wdired-mode-hook.
8409         * info-look.el: Add support for cfengine-mode.
8410         (info-lookup-setup-mode): Use dolist.
8412 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
8414         * wdired.el: New file.
8416 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8418         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
8420         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
8421         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
8422         (pcomplete--help, pcomplete--here): Doc fixes.
8424 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
8426         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
8427         handles wrong-number-of-arguments in backend call.
8429         * vc.el (vc-print-log): Likewise.
8431 2004-04-20  Dave Love  <fx@gnu.org>
8433         * emacs-lisp/rx.el: Doc fixes.
8434         (rx-constituents): Add/extend many forms.
8435         (rx-check): Check form is a list.
8436         (bracket): Defvar.
8437         (rx-check-any, rx-any, rx-check-not): Modify.
8438         (rx-not): Simplify.
8439         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
8440         (rx-kleene): Use rx-trans-forms.
8441         (rx-quote-for-set): Delete.
8442         (rx): Allow multiple args.
8444 2004-04-23  Kenichi Handa  <handa@m17n.org>
8446         * international/mule-util.el (char-displayable-p): Simplify by
8447         using internal-char-font.
8449 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8451         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8453 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8455         * diff-mode.el (diff-next-error): New fun.
8456         (diff-mode): Use it.
8458         * simple.el (next-error): Change arg name.
8459         Add support for the documented C-u C-x ` usage.
8461         * frame.el (special-display-popup-frame, next-multiframe-window)
8462         (previous-multiframe-window): Only consider frames on same display.
8464 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
8466         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8467         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
8469 2004-04-22  Kim F. Storm  <storm@cua.dk>
8471         * net/telnet.el (telnet): Add optional port arg.
8473 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8475         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8476         Minor sanity check on the `hyperlink' slot.
8478         * Makefile.in (recompile): Compile new files.
8480         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
8481         Add byte-recompile-directory's optional `arg'.
8483         * cvs-status.el (cvs-tree-use-charset): New var.
8484         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8485         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
8486         (cvs-status-cvstrees): Use it.
8488         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
8489         Make it a normal major mode.
8490         (checkdoc-buffer-label): Make sure the file name is meaningful.
8491         (checkdoc-output-to-error-buffer): Remove.
8492         (checkdoc-error, checkdoc-start-section): Rewrite.
8494         * info.el (info-node, info-menu-5, info-xref, info-header-node)
8495         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8496         (Info-title-4-face): Use new syntax.
8497         (info-xref-visited): Inherit from info-xref.
8499         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
8501 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8503         * simple.el (next-error-last-buffer, next-error-function):
8504         New variables for the next-error framework.
8505         (next-error-buffer-p): New function.
8506         (next-error-find-buffer): Generalize compilation-find-buffer.
8507         (next-error, previous-error, first-error, next-error-no-select)
8508         (previous-error-no-select): Move from compile.el.
8510         * replace.el (occur-next-error, occur-1): Hook into the next-error
8511         framework.
8513         * progmodes/compile.el (compilation-start):
8514         Set next-error-last-buffer so next-error knows where to jump.
8515         (compilation-setup): Set the buffer-local variable
8516         next-error-function to 'compilation-next-error-function.
8517         (compilation-buffer-p, compilation-buffer-internal-p): Use an
8518         alternate way to find if a buffer is a compilation buffer, for
8519         next-error convenience.
8520         (next-error-no-select, previous-error-no-select, next-error)
8521         (previous-error, first-error): Move to simple.el.
8522         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
8523         (compilation-last-buffer): Remove.
8524         (compilation-start, compilation-next-error, compilation-setup)
8525         (compilation-next-error-function, compilation-find-buffer):
8526         Remove compilation-last-buffer use.
8528 2004-04-21  Juanma Barranquero  <lektu@terra.es>
8530         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
8531         (font-lock-warning-face): Fix spacing.
8533         * makefile.w32-in (WINS): Add url/ directory.
8535 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
8537         * desktop.el (desktop-buffer-mode-handlers): New variable.
8538         Alist of major mode specific functions to restore a desktop buffer.
8539         (desktop-buffer-handlers): Make variable obsolete.
8540         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
8541         Catch errors signaled in handlers.  Update buffer count.
8542         Evaluate desktop-buffer-point.
8543         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
8544         move to dired.el.
8545         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
8546         move to info.el.
8547         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
8548         move to mail/rmail.el.
8549         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
8550         to mh-e/mh-e.el.
8551         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
8552         On fail, print message (to message buffer) even if
8553         desktop-missing-file-warning is nil.
8554         (desktop-buffer-misc-data-function): New buffer local variable.
8555         Function returning major mode specific data.
8556         (desktop-buffer-misc-functions): Make variable obsolete.
8557         (desktop-save): Use desktop-buffer-misc-data-function.
8558         (desktop-buffer-dired-misc-data): Rename to
8559         dired-desktop-buffer-misc-data and move to dired.el.
8560         (desktop-buffer-info-misc-data): Rename to
8561         Info-desktop-buffer-misc-data and move to info.el.
8562         (desktop-read): Add message about number of buffers restored/failed.
8564         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
8565         Add parameters.  Pause to display error only when
8566         desktop-missing-file-warning is non-nil.
8567         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
8568         (dired-mode): Bind desktop-buffer-misc-data-function.
8570         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
8571         Add Parameters.
8572         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
8573         (Info-mode): Bind desktop-buffer-misc-data-function.
8575         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8576         Add Parameters.
8578         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
8579         Add Parameters.
8581 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
8583         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
8584         the case of letters in case-insensitive expansions when the
8585         abbrev is preceded by characters with letter syntax.
8587 2004-04-21  Richard M. Stallman  <rms@gnu.org>
8589         * progmodes/cperl-mode.el (cperl-putback-char):
8590         Delete Emacs 18 definition.
8592         * international/mule.el (ctext-post-read-conversion):
8593         Use assoc-string, not assoc-ignore-case.
8595         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
8597         * emacs-lisp/easymenu.el (easy-menu-add):
8598         Do call x-popup-menu, but only if it's defined.
8600         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
8602         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
8603         Handle multiple args: compile like progn.
8605         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
8606         take all args as &rest arg.
8608         * autoinsert.el (auto-insert-alist): Insert the user's name in
8609         copyright notice, rather than Free Software Foundation.
8611 2004-04-21  Kenichi Handa  <handa@m17n.org>
8613         * descr-text.el (describe-char): Make it work on *Help* buffer.
8615 2004-04-21  Kim F. Storm  <storm@cua.dk>
8617         * image.el (insert-image): Add optional SLICE arg.
8618         (insert-sliced-image): New defun.
8620 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8622         * subr.el (read-number): Check whether `default' is nil.
8624 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8626         * progmodes/compile.el (compilation-error-properties):
8627         Split into two.
8628         (compilation-internal-error-properties): New one.
8629         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
8631 2004-04-20  Richard M. Stallman  <rms@gnu.org>
8633         * window.el (split-window-save-restore-data):
8634         Don't update the data if OLD-INFO is nil.
8636         * view.el (view-return-to-alist): Mark it permanent local.
8638         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
8640         * recentf.el (recentf-save-list): Catch and warn about errors.
8642         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
8643         so "Buffers" won't be pure.
8645         * help-mode.el (help-mode-finish): Set help-return-alist first
8646         thing, setting only the entry for the selected window.
8648         * help-fns.el (describe-function-1): If many non-control non-meta
8649         keys run the command, don't list all of them.
8651 2004-04-20  Juanma Barranquero  <lektu@terra.es>
8653         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
8654         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
8656         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
8658 2004-04-20  Kenichi Handa  <handa@m17n.org>
8660         * international/quail.el (quail-lookup-key): New optional arg
8661         NOT-RESET-INDICES.
8662         (quail-get-translations): Call quail-lookup-key with
8663         NOT-RESET-INDICES t.
8664         (quail-completion): Likewise.
8665         (quail-lookup-map-and-concat): Likewise.
8667 2004-04-20  Kenichi Handa  <handa@m17n.org>
8669         * international/quail.el (quail-update-translation): Don't insert
8670         such an unsupported multibyte char in a unibyte buffer.
8672 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
8674         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
8675         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
8676         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
8677         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
8678         (gdb-frame-assembler-buffer): Improve behaviour with
8679         multiple frames.
8680         (gdb-display-buffer): Extend search to all visible frames.
8682 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
8684         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
8685         characters left after base64 decoding.
8686         (rmail-decode-region): Use -dos variety of `coding', to remove any
8687         ^M characters left after qp or base64 decoding.
8689 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8691         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8692         messages.
8694 2004-04-19  Stephen Eglen  <stephen@gnu.org>
8696         * add-log.el (add-change-log-entry): Update doc string to mention
8697         add-log-full-name and add-log-mailing-address.
8699 2004-04-18  Juri Linkov  <juri@jurta.org>
8701         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
8702         (Info-find-node-2): Simplify error message.
8703         (Info-insert-dir): Use Info-following-node-name.
8704         (Info-goto-node): Remove *info-history* and *info-toc*.
8705         (Info-history): Create a node of the virtual history file.
8706         (Info-toc): Create a node of the virtual toc file.
8707         (Info-insert-toc): New arg `curr-file' for reference file names.
8708         (info-apropos): Remove redundant var binding for temp-file.
8709         (Info-index, Info-index-next, Info-mode): Doc fix.
8710         (Info-goto-emacs-command-node): Don't jump to *info* from
8711         non-*info* Info buffers.
8712         (Info-fontify-node): Don't show the file name of external
8713         references if `Info-hide-note-references' is `hide'.  Don't hide
8714         newlines at the end of paragraphs.
8716         * international/mule-diag.el (list-input-methods):
8717         Fix args to help-xref-button.
8719         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
8720         to put into effect local variables from TUTORIAL files.
8722         * textmodes/paragraphs.el (sentence-end) <function>: New fun
8723         with default value taken from the variable `sentence-end'.
8724         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
8725         Add nil const to :type.
8726         (sentence-end-without-period, sentence-end-double-space)
8727         (sentence-end-without-space): Doc fix.
8729         * textmodes/paragraphs.el (forward-sentence):
8730         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
8731         (fill-delete-newlines):
8732         * progmodes/cc-cmds.el (c-beginning-of-statement):
8733         Use function `sentence-end' instead of variable `sentence-end'.
8735 2004-04-18  Andreas Schwab  <schwab@suse.de>
8737         * progmodes/compile.el (compilation-start): Set window start to
8738         point-min if compilation-scroll-output is nil.
8740 2004-04-18  John Wiegley  <johnw@newartisans.com>
8742         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8744 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
8746         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
8747         (gdb-info-breakpoints-custom): Revert previous change.
8748         (gdb-view-assembler): Update assembler if necessary.
8749         (gdb-frame-handler): Parse correctly for gdb-current-frame.
8750         (gdb-display-source-buffer): Update properly when both source and
8751         assembler are visible.
8753 2004-04-17  John Wiegley  <johnw@newartisans.com>
8755         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
8756         which limits the number of names shown in the minibuffer.  Off by
8757         default.
8758         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
8759         up iswitchb for users with a multitude of open buffers by showing
8760         only the first and last N/2 buffers in the completion list (which
8761         is enough to aid C-s/C-r, and to know that more characters are
8762         needed to refine the completion list).
8764 2004-04-17  Richard M. Stallman  <rms@gnu.org>
8766         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
8767         (file-truename): Expand all ~ constructs directly.
8768         (insert-directory): Delete any error msg output by the
8769         `insert-directory-program'.
8771         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
8772         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
8773         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
8774         (allout-init): Use find-file-hook, not find-file-hooks.
8775         (allout-mode): Eliminate Emacs 18 support.
8776         Use write-contents-functions, not local-write-file-hooks.
8778 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
8780         * progmodes/compile.el (compilation-error-properties): Fix for
8781         adding messages when there are already markers for their file.
8782         (compilation-fake-loc): New function.
8784 2004-04-16  Dave Love  <fx@gnu.org>
8786         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
8787         (python-load-file): Fix python-orig-start setting.
8789         * progmodes/compile.el: Doc fixes.
8790         (compilation-error-regexp-alist-alist)
8791         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8792         (compilation-assq): Wrap in eval-when-compile.
8793         (compilation-mode-font-lock-keywords): Don't use list*.
8794         (compilation-start): Avoid warning.
8795         (compilation-compat-error-properties)
8796         (compilation-directory-properties): Add keymap property.
8797         (compilation-parsing-end): Make it a marker for better compatibility.
8799         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8801 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
8803         * xml.el: Doc fixes.
8804         (xml-get-children): Only looks at sub-tags and ignore strings.
8806         * xml.el (xml-parse-tag): Avoid overwriting node-name.
8808 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8810         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8812 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
8814         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8816         * vc.el (vc-print-log): Likewise.
8818 2004-04-16  Masatake YAMATO  <jet@gyve.org>
8820         * simple.el (completion-setup-function): Set an initial value
8821         to `element-common-end' before entering loop.  Set a value
8822         to `element-common-end' at the end of loop.
8823         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
8824         (completions-common-part): Rename from completion-de-emphasis.
8825         (completions-first-difference): Rename from completion-emphasis.
8826         Suggested by RMS.
8828 2004-04-16  Juanma Barranquero  <lektu@terra.es>
8830         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
8831         (bookmark-edit-annotation-mode): Add mode name.
8833 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8835         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
8836         for nested conflict markers.
8837         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
8839 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
8841         * progmodes/gdb-ui.el (gdb-goto-info): New function.
8843         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
8845 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8847         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8848         Give a backtrace if requested.
8850         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
8852         * progmodes/python.el (python-mouse-2-command, python-RET-command):
8853         Remove unused functions.
8854         (python-orig-start-line, python-orig-file): Remove.
8855         (python-orig-start): New var.
8856         (python-input-filter, python-compilation-line-number)
8857         (python-send-region, python-load-file): Use it.
8859         * info.el (info): Always jump to *info*.
8861         * subr.el (posn-set-point): New function.
8863         * mouse.el (mouse-set-point): Use it.
8865         * progmodes/compile.el (compile-goto-error): Use it.
8866         (compilation-button-map): New keymap.
8867         (compilation-error-properties): Use it.
8868         (compilation-shell-minor-mode-map): Don't bind mouse-2.
8870         * smerge-mode.el (smerge-popup-context-menu): Use it.
8872         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
8873         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
8874         mouse and non-mouse case.
8876         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
8877         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
8879         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
8880         Make it work for non-mouse events.
8882         * pcvs-info.el (cvs-status-map): Update binding name.
8884 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
8886         * xml.el (xml-maybe-do-ns): New function to handle namespace
8887         parsing of both attribute and element names.
8888         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
8889         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
8890         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
8891         (xml-parse-attlist): Make it do its own namespace parsing.
8893 2004-04-14  Dave Love  <fx@gnu.org>
8895         * progmodes/python.el (run-python): Fix use of \n.
8896         (python-load-file): Remove `try' from Python fragment.
8897         (python-describe-symbol): Fix message.
8899         * comint.el: Doc fixes.
8900         (comint-last-input-start, comint-last-input-end)
8901         (comint-last-output-start): Give them values.
8902         (comint-arguments): Avoid warning.
8903         (comint-skip-prompt): Use line-end-position.
8904         (comint-backward-matching-input): Rename arg to agree with doc.
8905         (comint-extract-string): Use syntax-ppss.
8906         (comint-dynamic-simple-complete): Delete useless list construction.
8907         (comint-redirect-subvert-readonly): New.
8908         (comint-redirect-preoutput-filter): Use it.
8910         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8911         Correctly handle negative arguments when calling hook functions.
8913 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
8915         * info.el (info-apropos): Don't clobber Info-history-list.
8917 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
8919         * progmodes/compile.el (compilation-setup):
8920         Localize overlay-arrow-position.
8921         (compilation-sentinel): Restructure code equivalently.
8922         (compilation-next-error): Find message on same line after point if
8923         not found before point.
8924         (compile-mouse-goto-error): Restore function so that compilation
8925         buffer need not be current and use compile-goto-error.
8926         (compile-goto-error): Restore function.
8927         (next-error): Set overlay-arrow-position.
8928         (compilation-forget-errors): Don't localize already local
8929         compilation-locs and remove FIXME about refontifying.
8931 2004-04-14  Kim F. Storm  <storm@cua.dk>
8933         * startup.el (emacs-quick-startup): New defvar (set by -Q).
8934         (command-line): New option -Q.  Like -q --no-site-file, but
8935         in addition it also disables menu-bar, tool-bar, scroll-bars,
8936         tool-tips, and the blinking cursor.
8937         (command-line-1): Skip startup screen if -Q.
8938         (fancy-splash-head): Use ":align-to center" prop to center splash image.
8940         * emulation/cua-base.el (cua-read-only-cursor-color)
8941         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
8943 2004-04-13  Dave Love  <fx@gnu.org>
8945         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
8946         (syntax): Don't require.
8947         (python) <defgroup>: Add :version.
8948         (python-quote-syntax): Re-written.
8949         (inferior-python-mode): Move stuff here from run-python and add
8950         some more.
8951         (python-preoutput-continuation, python-preoutput-result)
8952         (python-dotty-syntax-table): New.
8953         (python-describe-symbol): Use them.
8954         (run-python): Move stuff to inferior-python-mode.  Modify code
8955         loaded into Python.
8956         (python-send-region): Use python-proc, python-send-string.
8957         (python-send-string): Send newlines too.  Callers changed.
8958         (python-load-file): Re-written.
8959         (python-eldoc-function): New.
8960         (info-look): Don't require.
8961         (python-after-info-look): New.  A modified version of former
8962         top-level code for use with eval-after-load.
8963         (python-maybe-jython, python-guess-indent): Use widened buffer.
8964         (python-fill-paragraph): Re-written.
8965         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
8966         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
8968 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8970         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
8971         Set compilation-error-regexp-alist earlier.
8973         * progmodes/compile.el (compilation-minor-mode-map)
8974         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
8975         (compile-goto-error): Re-merge the mouse and non-mouse commands.
8977 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8979         * progmodes/compile.el (compile-goto-error): Select the buffer/window
8980         corresponding to the event.
8982 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
8984         * loadup.el: Add cygwin to system-type list, for unexec() support.
8986 2004-04-12  John Paul Wallington  <jpw@gnu.org>
8988         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
8989         (ibuffer-restore-window-config-on-quit): New variable to replace
8990         `ibuffer-delete-window-on-quit'.  Update all references.
8991         (ibuffer-prev-window-config): New variable.
8992         (ibuffer-quit): Restore previous window configuration instead of
8993         deleting window.
8994         (ibuffer): Save window configuration before showing Ibuffer buffer.
8996         * help.el (describe-mode): Doc fix.
8998 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9000         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
9001         not to treat nil as a function.
9003         * vc-arch.el (vc-arch-root): Be a bit more careful.
9004         (vc-arch-register): Save the buffer if we modified it.
9005         (vc-arch-delete-rej-if-obsolete): Save excursion.
9006         (vc-arch-find-file-hook): Use the simpler after-save-hook.
9007         (vc-arch-responsible-p, vc-arch-init-version): New functions.
9009         * net/ldap.el (ldap-search): Use list*.
9011 2004-04-12  Juri Linkov  <juri@jurta.org>
9013         * info.el (Info-follow-reference): Allow multiline reference name.
9015 2004-04-11  Dave Love  <fx@gnu.org>
9017         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
9019         * progmodes/python.el: New file.
9021 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
9023         * vc-hooks.el (vc-arg-list): Function removed.
9024         (vc-default-workfile-unchanged-p): Use condition-case to check for
9025         backward compatibility.
9027         * vc.el (vc-print-log): Use condition-case to check for backward
9028         compatibility.
9030 2004-04-11  Juri Linkov  <juri@jurta.org>
9032         * dired.el (dired-faces): New defgroup.
9033         (dired-header, dired-mark, dired-marked, dired-flagged)
9034         (dired-warning, dired-directory, dired-symlink, dired-ignored):
9035         New faces.
9036         (dired-header-face, dired-mark-face, dired-marked-face)
9037         (dired-flagged-face, dired-warning-face, dired-directory-face)
9038         (dired-symlink-face, dired-ignored-face): New face variables.
9039         (dired-font-lock-keywords): Use them instead of font-lock faces.
9040         Split the rule for dired marks into 3 separate rules: for marks,
9041         marked file names and flagged file names.
9043         * help-mode.el (help-make-xrefs): Add a final newline to the
9044         *Help* buffer.
9046 2004-04-11  John Paul Wallington  <jpw@gnu.org>
9048         * replace.el (occur-engine): Distinguish between one and several
9049         matches in the matches per buffer heading.
9051 2004-04-11  Kim F. Storm  <storm@cua.dk>
9053         * ido.el (ido-confirm-unique-completion): New defcustom.
9054         (ido-complete): Use it.
9055         (ido-write-file): Set it to t unconditionally.
9057 2004-04-10  Miles Bader  <miles@gnu.org>
9059         RCS keyword removal (only non-comment changes are enumerated here):
9061         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
9062         (byte-compile-insert-header): Don't use `byte-compile-version'.
9063         * forms.el (forms-version): Variable removed.
9064         (forms-mode): Don't use `forms-version'.
9065         * recentf.el (recentf-version): Variable removed.
9066         * progmodes/delphi.el (delphi-version): Variable removed.
9067         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
9069 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9071         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
9073 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
9075         * info.el (info-apropos): Improve menu item regexp.
9077 2004-04-09  Simon Josefsson  <jas@extundo.com>
9079         * mail/smtpmail.el: Add comment, based on report by
9080         kdc@rcn.com (Kevin D. Clark).
9082 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9084         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9085         Redo one more thing that I didn't notice Daniel had undone.
9087 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
9089         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
9090         (gdb-goto-breakpoint, gdb-display-buffer)
9091         (gdb-display-source-buffer, gdb-view-source-function)
9092         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
9093         (gdb-source-info, gdb-frame-handler): Don't specify a window
9094         for display.
9095         (gdb-info-breakpoints-custom): Remove superfluous update of
9096         assembler buffer.
9097         (gdb-many-windows): Make settable outside gdb.
9099 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
9101         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
9102         Derive from fundamental-mode rather than text-mode.
9104 2004-04-08  Juri Linkov  <juri@jurta.org>
9106         * info.el (Info-history): Doc fix.
9107         (Info-history-list): New var.
9108         (info-xref): Change magenta4 to blue, remove bold for dark and
9109         light backgrounds, change bold to underline for non-color classes.
9110         (info-xref-visited): New face.
9111         (Info-fontify-visited-nodes): New custom.
9112         (Info-hide-note-references): Add new value `hide'.  Doc fix.
9113         (Info-reference-name): New var.
9114         (Info-selection-hook): New custom.
9115         (Info-edit-mode-hook): New var.
9116         (Info-find-file): New fun.
9117         (Info-find-node): Move part of code to Info-find-file.
9118         (Info-find-node-2): Add anchors to Info-history-list.  Move point
9119         to the place with the reference name if name is defined.
9120         (Info-select-node): Add current node to Info-history-list.
9121         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
9122         (Info-search-whitespace-regexp): New custom.
9123         (Info-search-case-fold): New var.
9124         (Info-search): Add "case-sensitively" to the prompt.
9125         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
9126         (Info-search-case-sensitively, Info-search-next): New fun.
9127         (Info-up): Move point to the menu item of the current node.
9128         (Info-history): New fun.  Add *info-history* to
9129         same-window-buffer-names.
9130         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
9131         (Info-insert-toc): New fun.
9132         (Info-build-toc): New fun.
9133         (Info-follow-reference): Add new arg `fork'.  Doc fix.
9134         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
9135         with the same name prefer the reference closest to point.
9136         (Info-next-reference): Replace * by + in the *Note regexp.
9137         Add regexp for http:// and ftp://.  Skip the *Note prefix.
9138         (Info-prev-reference): Replace * by + in the *Note regexp.
9139         Add regexp for http:// and ftp://.  Skip the *Note prefix.
9140         (Info-follow-nearest-node): Add new arg `fork'.
9141         (Info-try-follow-nearest-node): Add new arg `fork'.
9142         Call browse-url for http:// and ftp:// references.
9143         Set Info-reference-name for index entries.
9144         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
9145         Info-search-next, Info-history, Info-toc, clone-buffer.
9146         (Info-menu-update): Replace * by + in the *Note regexp.
9147         (Info-mode): Add documentation for Info-history, Info-toc,
9148         Info-search-case-sensitively, Info-search-next, clone-buffer.
9149         (Info-fontify-menu-headers): Remove fun.  Move code to
9150         Info-fontify-node.
9151         (Info-fontify-node): Add docstring.  Add local vars
9152         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
9153         then fontify header line, titles, menu headers, http and ftp
9154         references, refill paragraphs.  If not-fontified-p is t or
9155         fontify-visited-p is t then fontify cross references, menu items.
9156         Fontify menu headers.  Fontify http and ftp references.
9157         Change regexp for cross references to require whitespace after *Note,
9158         add matching groups for file and node names.  Remove hack for quote.
9159         Use display property for Info-hide-note-references=t.  Use fifth
9160         or fourth match for help-echo.  Display visited nodes in a
9161         different face.  Unhide file names of external references.
9162         Unhide newlines.  Display visited menu items in a different face.
9164 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9166         * progmodes/compile.el: Require CL.
9167         (compilation-mode-font-lock-keywords): Re-install the "line as
9168         function" patch.
9170         * help-fns.el (help-C-source-directory): New var.
9171         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
9172         (describe-function-1, describe-variable): Use them.
9174         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
9175         to C source files specially.
9177 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9179         * info.el (Info-hide-cookies-node): New function.
9180         (Info-select-node): Use it.
9181         (Info-display-images-node): Remove message with image file name.
9183 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
9185         * progmodes/compile.el (compilation-warning-face)
9186         (compilation-info-face, compilation-skip-threshold)
9187         (compilation-skip-visited, compilation-context-lines):
9188         Declare :version when added to Emacs.
9189         (compilation-error-regexp-alist-alist): Extend caml and irix.
9190         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
9191         (compilation-mode-font-lock-keywords): Temporarily undo line as
9192         function patch, which wasn't ready.
9194 2004-04-07  Kenichi Handa  <handa@m17n.org>
9196         * international/latin1-disp.el (latin1-display-setup): Check each
9197         character is displayable or not instead of calling
9198         latin1-display-check-font.
9200 2004-04-06  Kenichi Handa  <handa@m17n.org>
9202         * language/ethio-util.el (ethio-sera-being-called-by-w3):
9203         New variable.
9204         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
9205         instead of sera-being-called-by-w3.
9206         (ethio-fidel-to-sera-buffer): Likewise.
9207         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
9208         instead of sera-being-called-by-w3.
9209         (ethio-write-file): Likewise.
9211 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9213         * printing.el: Doc fix.
9215 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
9217         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
9218         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
9219         (gdb-setup-windows): Only use separate IO buffer if required.
9221 2004-04-06  Kim F. Storm  <storm@cua.dk>
9223         * term.el (term-is-xemacs): Remove.
9224         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
9225         (term-window-width): New function.
9226         (term-mode, term-check-size): Use it.
9227         (term-mode): Disable overflow-newline-into-fringe in term buffer.
9229 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9231         * cus-edit.el (custom-add-parent-links): Change unbound variable
9232         `symbol' to `name'.
9234 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
9235         * info.el (info-apropos): New function.
9236         (Info-mode-menu): Add it.
9237         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
9239         * help-mode.el (help-make-xrefs): Recognize aliased variable with
9240         inherited docstring.
9242         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
9244 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9246         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
9248         * progmodes/compile.el (font-lock): Don't require any more.
9249         (compilation-error-properties, compilation-start, compilation-sentinel)
9250         (compilation-filter, next-error): Use with-current-buffer.
9251         (compilation-skip-to-next-location, compilation-skip-threshold)
9252         (compilation-skip-visited): Move to silence the byte-compiler.
9253         (compilation-setup): Simplify.
9254         (compilation-next-error): Use line-(beginning|end)-position.
9255         Make sure `pt' is non-nil before using compilation-loop.
9256         (compile-goto-error): Add optional event arg.  Use it.
9257         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
9258         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
9259         Update the binding for mouse-2.
9260         (first-error): Set compilation-current-error to nil rather than bob.
9261         (compilation-parsing-end, compilation-parse-errors-function)
9262         (compilation-error-list, compilation-old-error-list):
9263         "New" compatibility variables.
9264         (compile-buffer-substring, compilation-compat-error-properties)
9265         (compilation-compat-parse-errors, compilation-forget-errors):
9266         New compatibility functions.
9267         (compilation-mode-font-lock-keywords): Use them.
9269 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
9271         * autorevert.el (auto-revert-handler): If point (or a window
9272         point) is at the end of the buffer, keep it there after
9273         reverting.  This allows to tail a file.
9274         Mention this in the `Commentary'.
9276         * format.el (format-write-file): Add optional argument CONFIRM
9277         and make it behave like the analogous argument to `write-file'.
9279 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9281         * progmodes/ebnf2ps.el: Doc fix.
9282         (ebnf-version): New version number (4.2).
9283         (ebnf-syntax): Customization and docstring fix.
9284         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
9285         Put autoloaded funs before first use.
9286         (ebnf-style-database): Add dtd entry.
9287         (ebnf-syntax-alist): Add dtd initialization.
9288         (ebnf-token-sequence): New fun.
9289         (ebnf-comment-table): Add new comment action character.
9290         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
9292         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
9293         Type Definition for XML).
9295         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
9296         * progmodes/ebnf-bnf.el (ebnf-sequence):
9297         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
9298         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
9299         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
9300         Code simplification: call ebnf-token-sequence.
9302 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
9304         * calendar/timeclock.el (timeclock-relative)
9305         (timeclock-get-project-function, timeclock-get-workday-function)
9306         (timeclock-query-out, timeclock-when-to-leave)
9307         (timeclock-when-to-leave-string, timeclock-log-data)
9308         (timeclock-generate-report, timeclock-in): Doc fixes.
9310 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9312         * url/: New dir.  Import the URL package from its repository.
9314 2004-04-03  Andreas Schwab  <schwab@suse.de>
9316         * diff-mode.el (diff-mode): Fix missing quote.
9318 2004-04-03  Juri Linkov  <juri@jurta.org>
9320         * descr-text.el (describe-property-list): Add `font-lock-face'.
9322         * dired.el (dired-font-lock-keywords): Fix permission regexps.
9324 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9326         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
9327         Use utf-16le on little endian machines and utf-16be otherwise.
9329 2004-04-02  David Kastrup  <dak@gnu.org>
9331         * net/browse-url.el (browse-url-generic): Use call-process
9332         instead of start-process to allow browsers that fork and detach.
9334 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
9336         * compile.el (compilation-current-error): New var.
9337         (compilation-setup, compile-mouse-goto-error)
9338         (compile-goto-error, next-error): Use it.
9339         (compilation-skip-to-next-location): Default to t, which gives
9340         contiguous skipping like old compile (where this was redundant).
9341         (compilation-next-error): Prevent previous-* commands from moving
9342         back to message at or just before point.
9344 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
9346         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
9347         (gdb-source-info): Don't display source at startup, if required.
9348         (gdb-show-main): New option.
9349         (gdba): Update documentation.
9350         (gdb-source): Cover case of auto-display output.
9352 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
9354         * autorevert.el: Delete obsolete autoload's and defvar's.
9355         (auto-revert-check-vc-info): New user option.
9356         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9357         (auto-revert-handler-vc): Delete.
9358         (auto-revert-handler): Treat return value `fast' of
9359         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
9361         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
9362         return `fast'.
9364         * files.el (buffer-stale-function): Doc change.
9366 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9368         * printing.el: New tip on Tips section.
9369         (pr-version): New version number (6.7.4).
9370         (pr-shell-file-name): Initialization fix.
9372 2004-03-31  Juri Linkov  <juri@jurta.org>
9374         * dired.el: Add autoload for `dired-do-touch'.
9375         (dired-touch-program): New var.
9376         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
9377         (dired-no-confirm): Add `touch' to docstring.
9379         * dired-aux.el (dired-do-touch): New fun.
9380         (dired-do-chxxx): Add argument -t for touch operation.
9382         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
9383         `dired-move-to-filename-regexp'.
9385 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
9387         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
9389 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9391         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
9392         and only if the buffer was modified.
9394 2004-03-30  Kenichi Handa  <handa@m17n.org>
9396         * international/characters.el: Delete pairs for U+2308..U+230B.
9398 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
9400         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
9401         to detect the beginning of a level 2 or 3 annotation.
9403 2004-03-29  Kenichi Handa  <handa@m17n.org>
9405         * international/ucs-tables.el (ucs-insert): Fix the error message.
9407 2004-03-29  Kenichi Handa  <handa@m17n.org>
9409         * international/mule-util.el (char-displayable-p): Fix generation
9410         of XLFD file name.
9412         * Makefile.in (setwins, setwins_almost): Change directory to $wd
9413         before finding directories by `find'.
9415 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9417         * subr.el (interactive-form): Delete.  Now implemented in C.
9419         * pcvs.el (cvs-parse-process): Workaround for Darwin.
9421         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
9422         (vc-diff-label): New fun.
9423         (vc-diff-internal): Use it.
9425         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
9427 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9429         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
9431         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
9432         specify XML (EBNFX).
9434         * progmodes/ebnf2ps.el: Doc fix.
9435         (ebnf-version): New version number (4.1).
9436         (ebnf-syntax): Adjust customization.
9437         (ebnf-style-database): Add ebnfx entry.
9438         (ebnf-syntax-alist): Add ebnfx initialization.
9439         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
9441         * printing.el: Doc fix.
9442         (pr-version): New version number (6.7.3).
9443         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
9444         returns nil for mouse position.  Reported by Drew Adams
9445         <drew.adams@oracle.com>.
9446         (pr-update-menus): Modify interactive declaration.  Reported by Drew
9447         Adams <drew.adams@oracle.com>.
9449 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
9451         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
9452         (gud-gdba-marker-filter): Log the process input and output, if
9453         required.  From Stefan Monnier.
9454         (gdb-debug-log, gdb-enable-debug-log): New variables.
9455         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9457 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9459         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9460         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
9462 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
9464         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9465         Call vc-find-file-hook here instead of in auto-revert-buffers.
9466         (auto-revert-buffers): Delete call to vc-find-file-hook.
9467         (auto-revert-verbose, global-auto-revert-non-file-buffers)
9468         (global-auto-revert-mode, auto-revert-set-timer)
9469         (auto-revert-handler, auto-revert-buffers): Doc fixes.
9471 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
9473         * woman.el (woman-change-fonts): Rename local variable
9474         woman-font-alist to font-alist to avoid a compiler warning.
9476 2004-03-27  Dave Love  <fx@gnu.org>
9478         * emacs-lisp/rx.el (rx): Doc fix.
9479         Fix copyright years.
9481         * strokes.el (strokes-global-set-stroke-string): New function.
9482         (strokes-list-strokes): Cope with strings, not just commands.
9483         Set foreground colour of image.
9484         (strokes-global-set-stroke): Doc fix.
9486 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
9488         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
9489         Auto Revert mode.
9490         (Buffer-menu-files-only): New variable.
9491         (Buffer-menu-toggle-files-only): New function.
9492         (Buffer-menu-mode-map): Bind it to `T'.
9493         (Buffer-menu-mode): Mention `T' in docstring.
9494         Set buffer-stale-function.
9495         (list-buffers-noselect): Mark buffer non-modified and set
9496         Buffer-menu-files-only.
9498         * dired.el (buffer-stale-function): Remove no longer needed defvar.
9500         * autorevert.el (auto-revert-handler): Print revert message
9501         before, rather than after, reverting.
9502         (buffer-stale-function): Move to files.el.
9504         * files.el (buffer-stale-function): Move here from autorevert.el.
9506 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9508         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
9510         * calc/calc.el (calc-mode-map): Use mapc.
9512         * apropos.el (apropos-mode): Don't autoload.
9513         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
9514         (apropos): Use it.
9515         (apropos-print): Add optional `text' argument.
9516         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
9517         Don't assume point-min == 1.
9519         * bs.el (bs-buffer-list): Use buffer-local-value.
9520         (bs--set-toggle-to-show): Use with-current-buffer.
9522         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
9523         New funs.
9524         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
9526         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
9528         * dabbrev.el (dabbrev-expand): Fix regexp construction.
9529         (dabbrev--find-expansion): Use pop.
9530         (dabbrev--search): Use match-string-no-properties.
9532         * dired.el (dired-mode): Use run-mode-hooks.
9533         (dired-move-to-end-of-filename): Use match-string.
9535         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
9536         is bound before using it.
9537         (ediff-verbose-p): Make it into a var since it's not constant.
9539         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
9541         * faces.el (read-face-font): Don't cons up unnecessarily.
9542         (header-line, tool-bar): Share common parts.
9544         * files.el (file-relative-name): Use compare-strings.
9546         * finder.el (finder-mode): Follow coding convention.
9548         * subr.el (read-number): New function.
9550         * ses.el (ses-read-number): Move to subr.el.
9551         (ses-set-header-row): Use read-number.
9553 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
9555         * vc-hooks.el (vc-arg-list): New function, which handles both
9556         compiled and uncompiled code.
9557         (vc-default-workfile-unchanged-p): Use it.
9559         * vc.el (vc-print-log): Undo prev change, use new function
9560         vc-arg-list from vc-hooks.el.
9562 2004-03-26  Masatake YAMATO  <jet@gyve.org>
9564         * simple.el (completion-setup-function): Emphasize the
9565         first uncommon characters in the completions; and de-emphasize
9566         the common prefix substrings.
9567         (completion-emphasis): New face.
9568         (completion-de-emphasis): New face.
9570 2004-03-25  Juanma Barranquero  <lektu@terra.es>
9572         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
9573         Comment out (it's unused and unfinished code).
9575 2004-03-25  Sam Steingold  <sds@gnu.org>
9577         * vc.el (vc-print-log): Fix a bug in the last patch:
9578         backend-function may be a byte-compiled object, not a lambda.
9580 2004-03-25  Juri Linkov  <juri@jurta.org>
9582         * descr-text.el (describe-property-list): Add a button
9583         for `face' property that calls `describe-face'.
9584         Suggested by luis fernandes <elf@ee.ryerson.ca>
9586         * international/mule.el (keyboard-coding-system):
9587         * kmacro.el (kmacro-call-macro): Fix docstring.
9589         * dired.el: Fix comments.
9591         * textmodes/fill.el (fill): Fix Info link.
9593         * font-lock.el (fast-lock, lazy-lock):
9594         * jit-lock.el (jit-lock): Remove links to removed Support Modes
9595         Info node.
9597         * eshell/eshell.el (eshell): Fix broken info-link.
9599         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
9600         * eshell/em-banner.el (eshell-banner):
9601         * eshell/em-smart.el (eshell-smart):
9602         * eshell/esh-cmd.el (eshell-cmd):
9603         Comment out broken info-links to incomplete Info manual.
9605         * info-xref.el: Fix commentary.
9607 2004-03-25  Kevin Ryde  <user42@zip.com.au>
9609         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
9610         Remove spurious node duplicate suppression, doesn't work, not wanted.
9611         (info-xref-output): Take format style args, add "sit-for 0" to let
9612         user see the results as they progress.
9613         (info-xref-check-all-custom): New function.
9615 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
9617         * gdb-ui.el: Moved to progmodes.
9619 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9621         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
9623 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9625         * calendar/appt.el (appt-check): Remove superfluous progn.
9626         When finished with diary buffer: if it was not being displayed
9627         before, kill it; otherwise restore its original state.
9628         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
9630         * calendar/calendar.el (calendar-set-mode-line): Use total
9631         available mode-line width, rather than frame-width.
9633         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
9634         after mode change so effect not lost.
9636 2004-03-23  Dave Love  <fx@gnu.org>
9638         * dired.el (dired) <defgroup>: Add link to manual.
9639         (dired-font-lock-keywords): Add highlighting on unusual permissions.
9640         (dired-revert): Use dolist.
9641         (dired-mode-map): Add U binding.
9642         (dired-mode): Add font-lock-beginning-of-syntax-function.
9643         (dired-garbage-files-regexp): Make it a defcustom.
9645 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9647         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
9648         is equivalent to nil.
9649         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
9650         (vc-arch-mode-line-string): Accept `added' state.
9651         (vc-arch-state): Use inode-sigs if available.
9652         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
9653         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
9654         (vc-arch-tagline-re): New var.
9655         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
9656         New functions.
9657         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
9658         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
9660         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
9661         (vc-file-not-found-hook): Use it.
9663         * diff-mode.el (diff-default-read-only): Change default.
9664         (diff-mode-hook): Make it a defcustom.  Add some options.
9665         (diff-mode-map): Bind diff-refine-hook.
9666         (diff-yank-handler): New var.
9667         (diff-yank-function): New fun.
9668         (diff-font-lock-keywords): Use them.
9669         (diff-end-of-file): Handle case where file-header looks like diff text.
9670         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
9671         (diff-file-kill): Delete a subsequent empty line, if applicable.
9672         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
9673         (diff-find-file-name): Use it.
9674         (diff-tell-file-name): New command.
9675         (diff-mode): Be careful with view-mode.
9676         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
9677         New functions, for use in diff-mode-hook.
9678         (diff-find-source-location): Catch "regex too large" errors.
9679         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
9680         (diff-refine-hunk): New command.
9682         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
9683         (smerge-context-menu-map): Remove unused var.
9684         (smerge-keep-all): Preserve markers.
9685         (smerge-keep-n): New fun.
9686         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9687         (smerge-keep-current, smerge-ediff): Use it.
9688         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
9689         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
9690         (smerge-resolve): Resolve trivial 3-part conflicts.
9692 2004-03-23  Juri Linkov  <juri@jurta.org>
9694         * man.el (Man-width): New var.
9695         (Man-getpage-in-background): Use it.
9696         (Man-support-local-filenames): New var and fun.
9697         (Man-build-man-command): Don't add a second %s.
9698         (Man-fontify-manpage): Clean up message.
9699         (Man-mode): Set outline-regexp, outline-level,
9700         imenu-generic-expression.
9702         * woman.el (woman-fill-frame): Doc fix.
9703         (woman-decode-region): Use window-width instead of frame-width.
9705         * abbrevlist.el (list-one-abbrev-table):
9706         * descr-text.el (describe-char):
9707         * international/mule-diag.el (describe-current-coding-system):
9708         * international/quail.el (quail-insert-decode-map):
9709         Use window-width instead of frame-width.
9711         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
9712         (jka-compr-mode-alist-additions): Add tbz.
9713         (jka-compr-write-region, jka-compr-insert-file-contents):
9714         Add message for undefined compress-program.
9715         (jka-compr-write-region): Remove redundant var bindings.
9717         * dired-x.el (dired-guess-shell-alist-default): Add choices for
9718         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
9719         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
9720         (dired-man): Use dired-guess-shell-command.
9721         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
9722         Change default nil to t.
9724         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
9725         (dired-compare-directories): Add default value for empty input.
9727         * help-at-pt.el: Move suggestions for key bindings to Commentary.
9729         * time.el (display-time-string-forms): Fix help-echo date format.
9731 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
9733         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
9734         (buffer-stale-function): New variable.
9735         (auto-revert-list-diff, auto-revert-dired-file-list)
9736         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
9737         (auto-revert-handler): Take over some functionality of deleted
9738         functions.
9739         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
9741         * dired.el (dired-directory-changed-p): New fun, extracted from
9742         dired-internal-noselect.
9743         (dired-buffer-stale-p): New fun.
9744         (dired-internal-noselect): Use dired-directory-changed-p.
9745         Eliminate revert messages.
9746         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
9748 2004-03-23  Kenichi Handa  <handa@m17n.org>
9750         * international/characters.el: Setup syntaxes for more parentheses
9751         Unicode characters.
9753         * international/mule-cmds.el (select-safe-coding-system):
9754         Merge coding-system and auto-cs before comparing them.
9756 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9758         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
9760         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9761         normal-auto-fill-function and comment-indent-function.
9762         The default values now work just as well.
9763         Don't set font-lock-beginning-of-syntax-function since we already set
9764         syntax-begin-function.
9765         (lisp-outline-level): Put ;;;###autoload at same level as (.
9766         (prin1-char): Quote special chars.
9768         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
9769         than with-no-warnings.
9771         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
9772         if the source location can't be found.
9773         (edebug-compute-previous-result): Use prin1-char.
9775         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
9776         (debug-ignored-errors): Add an entry.
9778         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
9779         (byte-compile-file): Output warning when deleting a file.
9781         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
9782         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
9784         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
9785         (byte-compile-inline-expand): Use backquote.
9786         (byte-optimize-pure-func): Rename from byte-optimize-concat.
9787         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9789         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9791         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9793 2004-03-22  Juri Linkov  <juri@jurta.org>
9795         * finder.el (finder-known-keywords): Fix data, tex, unix.
9797         * play/landmark.el: Fix keywords.
9799         * language/ethio-util.el (ethio-find-file): Doc fix.
9801         * emacs-lisp/warnings.el: Doc fix.
9803         * textmodes/ispell.el (ispell-help): Doc fix.
9805 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
9807         * format.el (format-insert-file): Always return a list of two
9808         elements, like insert-file-contents does.
9810 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
9812         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9813         and vc-BACKEND-diff.
9814         (vc-print-log): If the print-log implementation supports it, use
9815         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9816         (vc-version-diff, vc-diff-internal): Doc fixes.
9818         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
9819         implementation supports it, let diff output go to *vc*,
9820         not *vc-diff*, since this is an internal call.
9822         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
9824         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
9826         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
9828 2004-03-21  Dave Love  <fx@gnu.org>
9830         * progmodes/cfengine.el (cfengine-mode):
9831         Set parse-sexp-ignore-comments.
9833         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
9835 2004-03-21  Juanma Barranquero  <lektu@terra.es>
9837         * allout.el (allout-mode): Fix docstring.
9839 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
9841         * files.el (insert-directory): Fix bug if SWITCHES is a list.
9843         * autorevert.el (auto-revert-interval): Make new value take
9844         effect immediately when set through Custom.
9845         (auto-revert-set-timer): Add interactive declaration.
9847 2004-03-19  David Ponce  <david@dponce.com>
9849         * ruler-mode.el (ruler-mode-header-line-format-old):
9850         Don't `make-variable-buffer-local'.
9851         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
9852         (ruler-mode-header-line-format): Simply funcall the above.
9853         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
9854         to save/restore a previous header line format.
9855         (ruler-mode-space): Don't depend on a numeric WIDTH value.
9856         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
9857         fringes and margins width.
9858         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
9860 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9862         * log-edit.el (log-edit-font-lock-keywords): Typo.
9864         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
9865         (tex-send-tex-command): Rather than here.
9866         (tex-compilation-parse-errors): Simplify.
9868         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
9870         * time.el (display-time-string-forms): Add help-echo with date on time.
9872         * composite.el (compose-region): Use restore-buffer-modified-p.
9874         * disp-table.el (standard-display-8bit): Simplify.
9876         * server.el (server-process-filter): Delete temp frame.
9878         * add-log.el (add-change-log-entry): Simplify.
9880 2004-03-19  Kim F. Storm  <storm@cua.dk>
9882         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
9883         (hexl-follow-line): Don't require 'fringe.
9885         * progmodes/compile.el (compilation-start): Always set
9886         compilation-last-buffer and return it.
9888 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
9890         * simple.el (clone-buffer): Doc fix.
9892 2004-03-18  Juanma Barranquero  <lektu@terra.es>
9894         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
9896 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9898         * log-edit.el (log-edit-font-lock-keywords): New var.
9899         (log-edit-mode): Use it.
9901 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
9903         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
9904         properly for watching in speedbar.
9906 2004-03-17  Masatake YAMATO  <jet@gyve.org>
9908         * smerge-mode.el (smerge-popup-context-menu):
9909         Put `unwind-protect' around `overlay-put' and `popup-menu'.
9911 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9913         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
9914         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
9915         Take sealed revisions into account.
9916         (vc-arch-checkin): Extract a summary line from the message.
9918 2004-03-16  Masatake YAMATO  <jet@gyve.org>
9920         * register.el (register): Provide `register' feature.
9922 2004-03-15  Masatake YAMATO  <jet@gyve.org>
9924         Added context menu support in smerge mode.
9925         Most of the part is written by Stefan Monnier.
9927         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
9928         New keymap and menu.
9929         (smerge-text-properties): New function.
9930         (smerge-remove-props): New function.
9931         (smerge-popup-context-menu): New function.
9932         (smerge-resolve): Call `smerge-remove-props'.
9933         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
9934         (smerge-keep-current): Ditto.
9935         (smerge-kill-current): New function.
9936         (smerge-match-conflict): Put text properties.
9937         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
9939 2004-03-15  David Ponce  <david@dponce.com>
9941         * ruler-mode.el: (ruler-mode-left-fringe-cols)
9942         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
9943         (ruler-mode-right-scroll-bar-cols): Remove.
9944         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
9945         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
9946         Use fringe-columns and scroll-bar-columns.
9948 2004-03-15  Masatake YAMATO  <jet@gyve.org>
9950         * hl-line.el (hl-line-range-function): New variable.
9951         (hl-line-move): New function.
9952         (global-hl-line-highlight): Use `hl-line-move'.
9953         (hl-line-highlight): Ditto.
9955         * scroll-bar.el (scroll-bar-columns):
9956         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9958         * ruler-mode.el (top-level): Require scroll-bar and fringe.
9959         (ruler-mode-left-fringe-cols)
9960         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
9961         (ruler-mode-right-scroll-bar-cols)
9962         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
9963         (ruler-mode-ruler-function): New variable.
9964         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
9965         if the value for `ruler-mode-ruler-function'is given.
9967         * hexl.el (hexl-mode-hook): Make the hook customizable.
9968         (hexl-address-area, hexl-ascii-area): New customize variables.
9969         (hexlify-buffer): Put font-lock-faces on the address area and
9970         the ascii area.
9971         (hexl-activate-ruler): New function.
9972         (hexl-follow-line): New function.
9973         (hexl-highlight-line-range): New function.
9974         (hexl-mode-ruler): New function.
9976 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9978         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
9979         (vc-default-find-file-hook): New fun.
9980         (vc-find-file-hook): Call new find-file-hook operation.
9982         * vc-arch.el: New file.
9984 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
9986         * info-look.el (info-lookup): Reuse an existing Info window.
9988 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
9990         * woman.el (woman-preserve-ascii): Default value changed to t and
9991         doc string revised.
9993 2004-03-12  Richard M. Stallman  <rms@gnu.org>
9995         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9996         Fix minor bug.
9998         * replace.el (occur-engine): Change message for count of matches.
10000         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
10001         For strings, do compare text properties.
10003 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
10005         * progmodes/compile.el (compile-auto-highlight)
10006         (compilation-error-list, compilation-old-error-list)
10007         (compilation-parse-errors-function, compilation-parsing-end)
10008         (compilation-error-message, compilation-directory-stack)
10009         (compilation-enter-directory-regexp-alist)
10010         (compilation-leave-directory-regexp-alist)
10011         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
10012         (compilation-current-file, compilation-regexps): Remove vars.
10014         (compile-error-at-point, compilation-error-filedata)
10015         (compilation-error-filedata-file-name, compile-reinitialize-errors)
10016         (compilation-next-error-locus, compilation-forget-errors)
10017         (count-regexp-groupings, compilation-parse-errors)
10018         (compile-collect-regexps, compile-buffer-substring): Remove funs.
10020         (compile-internal): Make obsolete.
10022         (compilation-first-column, compilation-error)
10023         (compilation-directory-matcher, compilation-page-delimiter)
10024         (compilation-mode-font-lock-keywords, compilation-debug)
10025         (compilation-error-face, compilation-warning-face)
10026         (compilation-info-face, compilation-line-face)
10027         (compilation-column-face, compilation-enter-directory-face)
10028         (compilation-leave-directory-face, compilation-skip-threshold)
10029         (compilation-skip-visited, compilation-context-lines): New vars.
10031         (compilation-warning-face, compilation-info-face)
10032         (compilation-message-face): New faces.
10034         (compilation-error-regexp-alist-alist): New constant.
10036         (compilation-face, compilation-directory-properties)
10037         (compilation-assq, compilation-error-properties, compilation-start)
10038         (define-compilation-mode, compilation-loop)
10039         (compilation-set-window): New functions.
10041         (compile): Additional argument for interactive compiles like TeX.
10043         * progmodes/grep.el (kill-grep): Move here from compile.el
10044         (grep-error, grep-hit-face, grep-error-face)
10045         (grep-mode-font-lock-keywords): New variables.
10046         (grep-regexp-alist): Simplify regexp and add `binary' case.
10047         (grep-mode): New mode.
10048         (grep-process-setup): Simplify.
10050 2004-03-11  Jason Rumney  <jasonr@gnu.org>
10052         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
10053         letters on DOS/Windows.
10055 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10057         * server.el (server-name): New var.
10058         (server-socket-dir): New var to replace server-socket-name.
10059         (server-start): Use them.
10061 2004-03-11  Simon Josefsson  <jas@extundo.com>
10063         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
10064         died to avoid infloop.  Reported by Jonathan Glauner
10065         <jglauner@sbum.org>.
10067 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10069         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
10070         (smerge-mode-menu): Use it to deactivate menu entries.
10071         (smerge-keep-current): New fun.
10072         (smerge-keep-current): Use it.
10074 2004-03-10  John Paul Wallington  <jpw@gnu.org>
10076         * foldout.el (foldout-fold-list, foldout-modeline-string):
10077         Declare them as variables, not constants.
10079 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10081         * ps-print.el: Modification to print *Messages* buffer.
10082         (ps-print-version): New version 6.6.4.
10083         (ps-message-log-max): New fun.
10084         (ps-spool-without-faces, ps-spool-with-faces)
10085         (ps-count-lines-preprint): Code fix.
10087         * printing.el: New tips in Tips section.
10089 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10091         * delim-col.el: Doc fix.
10093         * printing.el: Doc fix.  New doc section (Tips).
10095 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10097         * type-break.el (type-break-emacs-variant): Remove.
10098         (type-break-run-at-time, type-break-cancel-function-timers):
10099         Use fboundp rather than version name and number.
10101 2004-03-09  Masatake YAMATO  <jet@gyve.org>
10103         * hexl.el (hexl-mode): Use `make-local-variable' instead of
10104         `make-variable-buffer-local'.
10106 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
10108         * find-dired.el (find-dired): Call `shell-command' instead of
10109         `start-process-shell-command'.  By this, Tramp takes over
10110         handling of remote directories.
10112 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10114         * newcomment.el (comment-use-global-state): New var.
10115         (comment-search-forward): Use it.
10117         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
10119         * cus-edit.el (fill) <defgroup>: Move to fill.el.
10121         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
10122         (enable-kinsoku): Make it a defcustom.
10123         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
10124         paragraph to same-comment-start-marker.
10126 2004-03-07  Dave Love  <fx@gnu.org>
10128         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
10129         (browse-url-mail): Use it.
10131         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
10132         (rfc2368-unhexify-string): Use replace-regexp-in-string.
10134 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10136         * woman.el (woman-man.conf-path): Doc fix.
10137         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
10139 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
10141         * sort.el (sort-columns): Remove ms-dos from the list of systems
10142         where the external `sort' command is not used.
10144 2004-03-07  Kim F. Storm  <storm@cua.dk>
10146         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
10147         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
10148         from overlay-arrow-variable-list.
10149         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
10151 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
10153         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
10154         overlay arrow string properly for the assembler buffer.
10156 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10158         * mail/sendmail.el (mail-mode): Fix last change.
10160 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
10162         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
10163         for the assembler buffer.
10164         (gdb-assembler-custom): Position the overlay arrow.
10165         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
10167 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10169         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
10171         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
10172         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
10174         * mail/sendmail.el (mail-mode): Set comment-start-skip.
10176         * newcomment.el (uncomment-region): Allow non-terminated comment.
10177         (comment-normalize-vars): Check the user-specified comstart marker.
10179 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10181         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
10182         Otherwise, do use it if the region only contains font-lock text
10183         properties.
10185 2004-03-04  Masatake YAMATO  <jet@gyve.org>
10187         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
10188         as the callback function for eldoc.
10189         (hexl-print-current-point-info): New function.
10190         (hexl-current-address): Print the address in both decimal
10191         and hexadecimal format.
10193 2004-03-04  Richard M. Stallman  <rms@gnu.org>
10195         * mail/rmail.el (rmail-convert-to-babyl-format):
10196         Specify t for UNIBYTE when calling mail-unquote-printable-region.
10198         * mail/mail-utils.el (mail-unquote-printable-region):
10199         New arg UNIBYTE.
10201         * startup.el (command-switch-alist): Doc fix.
10203         * simple.el (undo): Temporarily set this-command to `undo-start',
10204         then set it to `undo' once undo-start returns without error.
10206         * simple.el (minibuffer-history-sexp-flag): Doc fix.
10208         * simple.el (kill-line): Don't disregard trailing whitespace
10209         in eol condition, if show-trailing-whitespace is set.
10211         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
10212         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
10213         When disabling, restore old values only if mouse-sel-has-been-enabled.
10215         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
10216         (isearch-{-char): New function.
10217         (isearch-mode-map): Bind { to isearch-{-char.
10219         * font-lock.el (lisp-font-lock-keywords-2):
10220         Turn off the CL with-... and do-... general patterns.
10221         Instead, recognize several specific with... and do... constructs.
10223         * files.el (switch-to-buffer-other-window):
10224         Bind same-window-buffer-names and same-window-regexps to nil.
10225         (switch-to-buffer-other-frame): Likewise.
10227 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10229         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
10230         recognizing leading comment on code line.
10232 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10234         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
10235         hidden files/directories.
10237 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10239         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
10240         only comment-start (in case the mode hasn't set it).
10242         * Makefile.in (AUTOGENEL): New var.
10243         (bootstrap-prepare): Rename from bootstrap-clean.
10244         Don't remove elc files.
10245         (maintainer-clean): New target.
10247         * xml.el (xml-get-attribute-or-nil): Simplify.
10249 2004-03-02  Juri Linkov  <juri@jurta.org>
10251         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
10252         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
10253         URL to prevent their substitution with the environment variable
10254         values by browsers.
10256 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10258         * ps-print.el: Doc fix.
10259         (ps-print-version): New version number (6.6.3).
10260         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
10261         Docstring fix.
10262         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
10263         before printing.
10264         (ps-time-stamp-yyyy-mm-dd): New fun.
10265         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
10267 2004-03-02  Kim F. Storm  <storm@cua.dk>
10269         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
10271 2004-03-01  Juanma Barranquero  <lektu@terra.es>
10273         * allout.el (allout-rebullet-heading): Fix typo in docstring.
10275         * desktop.el (desktop-file-version)
10276         (desktop-after-read-hook): Fix typos.
10277         (desktop-clear-preserve-buffers): Remove redundant info in
10278         docstring already shown by the obsolescence message.
10279         (desktop-truncate, desktop-internal-v2s)
10280         (desktop-value-to-string): Change argument name to match docstring.
10282         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
10284         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
10285         docstring.
10287 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10289         * printing.el: Replace "As Is..." in PostScript file print/preview by
10290         "No Preprocessing...".  Suggested by Colin Marquardt
10291         <_marquardt_@zmd.de>.
10292         (pr-insert-section-4): Adjust buffer interface.
10294 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
10296         Version 2.0.39 of Tramp released.
10298         * net/tramp.el (tramp-handle-file-local-copy)
10299         (tramp-handle-write-region, tramp-open-connection-rsh):
10300         Variable name typo.  Small change.  From Patrick Tullmann
10301         <tullmann@flux.utah.edu>.
10302         (tramp-process-connection-type): New variable.
10303         (tramp-maybe-open-connection): Use it.
10304         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
10305         (tramp-touch): Set last-modified time of a remote file.
10306         (tramp-handle-write-region): Say which function is used when encoding.
10308 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
10310         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
10311         case of non-existing filename, too.  Reported by Christoph Bauer
10312         <c_bauer@informatik.uni-kl.de>.
10313         (tramp-smb-get-file-entries): The directory in question should
10314         have permissions "drwxrwxrwx".  Just virtual, because we don't
10315         know the real permissions.  Don't we know?
10316         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
10317         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
10318         (tramp-smb-wait-for-output): Optimize algorithm getting pending
10319         output.  If it was received chunkwise, there have been problems.
10320         Remove the "prompt not found" error message; it is obvious.
10321         Simplify algorithm.
10322         (tramp-smb-process-running): Remove.  Since we acknowledge the
10323         virtual prompt for shares, there's no need for distinction of
10324         reading shares (process ends afterwards) and interactive mode of
10325         smblient.
10326         (tramp-smb-open-connection): Setting process sentinel removed.
10327         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
10328         "NT_STATUS_NETWORK_ACCESS_DENIED".
10329         (tramp-smb-maybe-open-connection): Set `process-connection-type'
10330         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
10331         (top-level): Setting default value in `tramp-default-method-alist'
10332         corrected.  Order of USER and HOST have been wrong.
10333         Nobody complained for months ...
10334         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
10335         (tramp-smb-open-connection): Clear password cache if login has failed.
10337         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
10338         `tramp-unified-filenames'.
10339         (tramp-completion-mode): Make test for XEmacs explicitely.
10340         `event-to-character' can exists in Emacs packages too.
10341         Reported by Matt Swift <swift@alum.mit.edu>.
10342         (tramp-buffer-name): Buffer name must contain the user if exists.
10343         Reported by Adrian Phillips <a.phillips@met.no>.
10344         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
10345         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
10346         (tramp-do-copy-or-rename-file-out-of-band): Rename from
10347         `tramp-do-copy-or-rename-file-one-local', because it handles also
10348         the case both files use the same out-of-band method.
10349         Implementation added.
10350         (tramp-handle-file-local-copy, tramp-handle-write-region):
10351         Out-of-band handling removed.  `copy-file' called instead, which
10352         calls `tramp-do-copy-or-rename-file-out-of-band'.
10353         (tramp-action-password): Check for out-of-band method removed.
10354         This function is used for 'login-program.
10355         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
10356         appropriate.
10357         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
10358         and `tramp-parse-sknownhosts'.
10359         (tramp-completion-function-alist): It's a defvar now, because we
10360         want to apply the optimized `tramp-set-completion-function'
10361         instead of a static list.
10362         (tramp-set-completion-function): Implementation tuned.
10363         Avoid double entries, and entries where the function or the
10364         file/directory doesn't exist.
10365         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
10366         for SSH2.
10367         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
10368         (tramp-handle-dired-compress-file): New function.
10369         (tramp-async-proc): New variable.
10370         (tramp-handle-shell-command): Adding asynchronous processes.
10371         They are far from being perfect, but it works at least for
10372         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
10373         (top-level): Require password.el if visible.  Should be mandatory
10374         once No Gnus has found its way into (X)Emacs.
10375         (tramp-read-passwd): Invoke `password-read' if available,
10376         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
10377         fallback any longer.
10378         (tramp-clear-passwd): New function.
10379         (tramp-process-actions, tramp-process-multi-actions):
10380         Clear password cache if login has failed.
10382         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
10383         its own module.
10384         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
10385         `ange-ftp-ftp-name-res'.  There could be incorrect values from
10386         previous calls in case the "ftp" method is used in the Tramp file
10387         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10389 2004-02-28  Richard M. Stallman  <rms@gnu.org>
10391         * term.el (term-mouse-paste): Call mouse-set-point.
10393         * thumbs.el: New file.
10395 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10397         * progmodes/ebnf-abn.el: Doc fix.
10399         * progmodes/ebnf-bnf.el: Doc fix.
10400         (ebnf-repeat): Code fix.
10402         * progmodes/ebnf2ps.el: Doc fix.
10403         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
10405 2004-02-28  Juri Linkov  <juri@jurta.org>
10407         * ffap.el (dired-at-point): Additional writability test for
10408         relative directory names.
10409         (dired-at-point-prompter): Treat directories as a directory, get
10410         the directory component from files.
10411         (ffap-string-at-point): Return string from region if region is active.
10412         (ffap-file-at-point): Remove redundant code.
10414 2004-02-28  Kim F. Storm  <storm@cua.dk>
10416         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
10417         Initialize margin area images to nil.
10418         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
10419         (breakpoint-enabled-bitmap-face)
10420         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
10421         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
10422         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
10423         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
10424         (gdb-reset): Use gdb-remove-breakpoint-icons.
10425         (gdb-put-string): Add dprop arg to specify alternative display
10426         property (for setting fringe bitmap).
10427         (gdb-remove-strings): Doc fix.
10428         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
10429         icon in fringe (if available), or else as icon or text in display
10430         margin.  Creates necessary icons in breakpoint-bitmap,
10431         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
10432         Also make left window margin if required.
10433         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
10434         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
10435         no longer needed.
10436         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
10437         gdb-put-breakpoint-icon.
10438         (gdb-assembler-mode): Don't set left-margin-width here.
10440 2004-02-27  Kevin Ryde  <user42@zip.com.au>
10442         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
10443         comma, so that it DTRT in macros.
10445 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10447         * progmodes/sh-script.el (sh-shell-arg)
10448         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
10449         (sh-leading-keywords, sh-other-keywords): Fix custom type.
10451 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
10453         * faces.el (face-spec-set-match-display): Add a new attribute,
10454         `min-colors'.
10455         (region, highlight, secondary-selection): Use `min-colors'.
10457         * custom.el (defface): Add documentation for `min-colors'.
10459         * font-lock.el (font-lock-comment-face, font-lock-string-face)
10460         (font-lock-keyword-face, font-lock-function-name-face)
10461         (font-lock-variable-name-face, font-lock-constant-face):
10462         Use `min-colors'.
10464         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
10466 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10468         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
10469         define assq-delete-all if it's not defined.
10470         (ebnf-generate-region): Code fix.
10472         * printing.el: Doc fix.
10473         (pr-version): New version number (6.7.2).
10474         (pr-command): Return empty string if command is an empty string.
10476 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10478         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
10480         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
10481         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
10482         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
10483         "tt" ["test"] ).  Reported by Markus Dreyer
10484         <mdreyer@ix.urz.uni-heidelberg.de>.
10485         (ebnf-version): New version number (4.0).
10486         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
10487         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
10488         (ebnf-delete-style): New commands.
10489         (ebnf-directory, ebnf-file): New funs.
10490         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
10491         (ebnf-production-name-p, ebnf-stop-on-error): New options.
10492         (ebnf-syntax-alist): New var.
10493         (ebnf-element-width): New fun replacing ebnf-list-width.
10494         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
10495         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
10496         (ebnf-prologue): Adjust vars.
10497         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
10498         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
10499         (ebnf-check-style-values, ebnf-generate-production)
10500         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
10501         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
10502         (ebnf-token-repeat): Code fix.
10504         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
10505         %right, %left and %prec.  Suggested by Matthew K. Junker
10506         <junker@alum.mit.edu>.
10507         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
10509         * progmodes/ebnf-iso.el: Doc fix.
10510         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
10511         (ebnf-iso-lex): Code fix.
10513         * progmodes/ebnf-bnf.el: Doc fix.
10514         (ebnf-bnf-lex): Code fix.
10516         * progmodes/ebnf-otz.el: Doc fix.
10518 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
10520         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
10521         (abbrev-prefix-mark): Doc fix.
10523 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
10525         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
10526         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
10527         (gdb-var-delete): Make interactive (really).
10528         (gdb-edit-value): Make non-interactive.
10530         * progmodes/gud.el (gud-speedbar-menu-items):
10531         Add gdb-var-delete and, indirectly, gdb-edit-value.
10532         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
10533         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
10534         (gud-gdb-marker-filter): Add comment for annotations.
10536 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10538         * calendar/calendar.el (generate-calendar)
10539         (calendar-read-date): Prevent display of BC calendars once more -
10540         reverts 2003-10-01 change.
10541         (generate-calendar-month): Doc fix.
10543 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
10545         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
10546         return value of increment-calendar-month.
10548 2004-02-21  Stephen Compall  <s11@member.fsf.org>
10550         * saveplace.el (save-place-forget-unreadable-files)
10551         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
10552         (save-place-forget-unreadable-files): New function.
10553         (save-place-alist-to-file): Use it to filter out files that are
10554         no longer readable.
10556         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
10557         current Texinfo environment, using the same method as in
10558         `texinfo-insert-@end', and insert a space rather than a newline if
10559         point in a @table environment.
10561 2004-02-21  Juri Linkov  <juri@jurta.org>
10563         * ffap.el (ffap-file-at-point): Try parent directories.
10565 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
10567         * vcursor.el (vcursor-modifiers): New defcustom.
10568         (vcursor-cs-binding): Use vcursor-modifiers instead of a
10569         hard-coded list.
10571 2004-02-21  Masatake YAMATO  <jet@gyve.org>
10573         * play/animate.el (animate-birthday-present): Accept names other
10574         than `Sarah', too.
10576 2004-02-21  Juri Linkov  <juri@jurta.org>
10578         * startup.el: Remove table of command line arguments from the
10579         Commentary section.
10581 2004-02-20  John Wiegley  <johnw@newartisans.com>
10583         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
10584         again" modifier from 'e' to 'E', since 'e' is also used by the
10585         "file extension" modifier.
10587 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
10589         * help-fns.el (describe-categories): Doc fix.
10591 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10593         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
10594         temporary file for buffer already visiting one.  This change makes
10595         output likely to be directly usable by patch program.
10596         Suggested by Adrian Aichner  <adrian@xemacs.org>
10598 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
10600         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
10601         case of variables defined in compound statements.
10602         (gdb-setup-windows, gdb-source-info, gdb-source-info):
10603         Simplify constructions using switch-to-buffer.
10605 2004-02-19  Simon Josefsson  <jas@extundo.com>
10607         * play/morse.el: Fix typo.
10608         (morse-code): Add @.
10610 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10612         * calendar/appt.el (appt-display-format): Change default to
10613         'ignore, for backwards compatibility.
10614         (appt-display-message): If appt-display-format is 'ignore,
10615         respect old vars appt-msg-window and appt-visible.
10616         (appt-activate): Don't depend on return value of cancel-timer.
10618         * calendar/calendar.el (calendar-holidays): Doc fix.
10620         * calendar/cal-coptic.el (coptic-prompt-for-date):
10621         Use assoc-string instead of assoc-ignore-case.
10622         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10623         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10624         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10625         * calendar/cal-islam.el (calendar-goto-islamic-date)
10626         (mark-islamic-diary-entries): Ditto.
10627         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10628         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10629         (calendar-read-mayan-tzolkin-date): Ditto.
10630         * calendar/calendar.el (calendar-read-date): Ditto.
10631         * calendar/diary-lib.el (mark-diary-entries): Ditto.
10633 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10635         * progmodes/executable.el (executable-command-find-posix-p):
10636         Fix choice of the directory.
10638 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
10640         * simple.el (interprogram-cut-function)
10641         (interprogram-paste-function, kill-new, kill-append):
10642         Doc fixes.
10643         (kill-region): Make it return nil.  Doc fix.
10644         (yank-pop): Make its argument optional.
10645         (yank): Make ARG `-' equivalent to `-1'.
10647 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
10649         * mail/rmail.el (rmail-get-new-mail): Don't reference
10650         rmail-use-spam-filter if rmail-spam-filter is not loaded.
10652 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
10654         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
10655         if one of global-auto-revert-non-file-buffers or autorevert-mode
10656         is non-nil.
10658 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10660         * subr.el (delete-dups): A better implementation from Karl Heuer
10661         <kwzh@gnu.org>.
10663 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
10665         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
10666         correct place.
10667         * progmodes/icon.el (icon-indent-command): Ditto.
10668         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
10670 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10672         * progmodes/grep.el (grep-compute-defaults): Undo change from
10673         2004-01-29: don't use executable-command-find-posix-p.
10675 2004-02-16  Richard Sharman  <rsharman@pobox.com>
10677         * hilit-chg.el: Use require instead of eval-and-compile.
10678         (highlight-compare-buffers): New function.
10680 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
10682         * man.el (Man-fontify-manpage): Render section headings in
10683         `Man-overstrike-face' even when overstrike was not used by man
10684         formatter for section headings.
10686 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
10688         * rmail-spam-filter.el: (vm-use-spam-filter)
10689         (rsf-min-region-length-added-to-spam-list): New variables.
10690         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
10691         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
10692         spam testing.  Don't delete spam message if automatic deletion
10693         after output via variable rmail-delete-after-output is turned on.
10694         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
10695         rsf-bbdb-dont-create-entries-for-spam.
10696         (check-field): New function, extracted from code in
10697         rmail-spam-filter to ease addition of header fields like content-type.
10698         (message-content-type): New variable to check the content-type:
10699         field added, also in defcustom of rsf-definitions-alist.
10700         (rmail-spam-filter): Replace repeated test code for header fields
10701         by calls to check-field; change the call to
10702         rmail-output-to-rmail-file such that rmail-current-message stays
10703         the same to avoid wrong deletion of unseen flags.
10704         (rsf-add-contents-type): New function to convert old format
10705         of rmail-spam-definitions-alist into new one.
10706         Change prefixes of all variables and functions from
10707         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
10709 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10711         * loadhist.el (unload-hook-features-list): New defvar.
10713 2004-02-16  Dave Love  <fx@gnu.org>
10715         * loadhist.el (unload-feature): Doc fix.  Rename flist to
10716         unload-hook-features-list.
10718 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
10720         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
10721         cookie.  Don't check if we are looking-at open-formula.
10723 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10725         * subr.el (match-string-no-properties): Use substring-no-properties.
10727 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10729         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
10730         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
10731         Use lower-case "rx" in all error message.
10733 2004-02-16  Dave Love  <fx@gnu.org>
10735         * emacs-lisp/rx.el (rx-or): Put group around result.
10736         (rx-constituents): Add backref.
10737         (rx-syntax): Add string-delimiter, comment-delimiter.
10738         (rx-categories): Add combining-diacritic.
10739         (rx-check-not, rx-greedy, rx): Doc fix.
10740         (rx-backref, rx-check-backref): New.
10742 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
10744         * newcomment.el (uncomment-region): Allow eob as comment end.
10746 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
10748         * filecache.el: All message and error commands now use prefix
10749         "Filecache:" to make it easy to read *Messages* buffer.
10751 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
10753         * autorevert.el: Add support to detect changed dired and VC buffers.
10754         (auto-revert-active-p, auto-revert-list-diff)
10755         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
10756         (auto-revert-handler, auto-revert-active-p): New functions.
10757         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
10758         and `auto-revert-active-p'.
10759         (eval-when-compile): Defvar dired-directory and vc-mode.
10760         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10761         (auto-revert-handler-vc): New functions.
10763 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10765         * progmodes/compile.el (compilation-directory): New defvar.
10766         (compile): Save current directory in compilation-directory.
10767         (recompile): Bind default-directory to compilation-directory if
10768         that is non-nil.
10770 2004-02-16  Dave Love  <fx@gnu.org>
10772         * newcomment.el (comment-insert-comment-function)
10773         (comment-region-function, uncomment-region-function): New.
10774         (comment-indent): Use comment-insert-comment-function.
10775         (uncomment-region): Use uncomment-region-function.
10776         (comment-region): Use comment-region-function.
10778         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
10780 2004-02-16  Richard Stallman  <rms@gnu.org>
10782         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
10783         loaddefs* and ldefs-boot*.
10785 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10787         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10788         and email address at the beginning and end of the address.
10790         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10791         anchored at the beginning of the email address.
10793 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
10795         * international/ccl.el (ccl-compile-write): Pass `left' to
10796         ccl-embed-code to generate correct code of write-expr-register.
10798 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
10800         * progmodes/grep.el (grep-compute-defaults): Fix typos.
10802 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10804         * x-dnd.el: Mention support for Motif in commentary.
10805         (x-dnd-handle-drag-n-drop-event): Ditto.
10807 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
10809         * ses.el: Use "ses--" prefixes for buffer-local variables.
10810         Use (point-min) instead of 1, even when we know the buffer
10811         is unnarrowed.
10812         (ses-build-load-map): Delete.  Distribute its content to defconst's for
10813         the three maps.
10814         (ses-menu, ses-header-line-menu): New menus.
10815         (ses-mode-map): Use them.
10816         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
10818 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
10820         * Makefile.in: Fix the CC Mode recompile kludge so it works
10821         when building in a different directory.
10823 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
10825         * simple.el (kill-new): Put yank-handler property on the entire string.
10827 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10829         * diff.el: Don't use compile any more, use diff-mode instead.
10830         (diff-regexp-alist, diff-old-file, diff-new-file)
10831         (diff-parse-differences, diff-process-setup): Remove.
10832         (diff-sentinel): New fun.
10833         (diff): Use it.  Run the process ourselves.
10834         Use diff-mode for the rest of the processing.
10836         * diff.el (diff): Simplify code handling `switch'.
10838 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10840         * pcvs-defs.el (cvs-menu): Add `tag'.
10842 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
10844         * simple.el (kill-append): Doc fix.
10846         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10847         Adapt outline-regexp to the new conventions for commenting out code.
10849 2004-02-11  John Paul Wallington  <jpw@gnu.org>
10851         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
10853 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10855         * diff.el (diff-switches): New fun.
10856         (diff, diff-backup): Use it.
10857         (diff): Clean up the args construction.  Use backquote.
10858         Use listp instead of consp to avoid putting a nil arg.
10859         (diff): Add a revert-buffer function.
10861 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10863         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
10864         handled by x-dnd-handle-file-name.
10865         (x-dnd-known-types): Add COMPOUND_TEXT.
10866         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
10867         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
10868         x-dnd-empty-state.
10869         (x-dnd-forget-drop): Ditto.
10870         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
10871         (x-dnd-handle-one-url): Return private when inserting text.
10872         (x-dnd-insert-ctext): New function.
10873         (x-dnd-handle-file-name): New function for FILE_NAME.
10874         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
10875         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
10876         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
10878 2004-02-10  Kenichi Handa  <handa@m17n.org>
10880         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
10881         instead of while loop.
10883 2004-02-10  Miles Bader  <miles@gnu.org>
10885         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
10887 2004-02-09  Kenichi Handa  <handa@m17n.org>
10889         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
10890         have end-of-line.
10892 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
10894         * Makefile.in: Added extra dependencies in the recompile target
10895         needed to cope with the compile time macro expansions in CC Mode.
10897 2004-02-09  Kim F. Storm  <storm@cua.dk>
10899         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
10900         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
10901         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
10902         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
10903         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
10904         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
10905         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
10906         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
10907         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
10908         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
10909         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
10911 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10913         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
10914         Don't allow shrink if there's a window on our right.
10916         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
10917         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
10918         Bring together declaration and initialization.
10919         (prolog-mode-variables): Don't set the syntax table.
10920         Don't set paragraph-start and comment-indent-function.
10921         Add /*..*/ to the comment regexps.
10922         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
10923         (prolog-mode-map): Don't bind TAB.
10924         (prolog-mode): Set the syntax table.
10925         (prolog-comment-indent): Remove.
10926         (inferior-prolog-mode-map): Initialize in the declaration.
10927         (inferior-prolog-mode-syntax-table)
10928         (inferior-prolog-mode-abbrev-table): New vars.
10929         (inferior-prolog-mode): Derive from comint-mode.
10930         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
10931         minibuffer windows.
10933         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
10934         in file names, as long as it is unabmiguous.
10936 2004-02-08  Andreas Schwab  <schwab@suse.de>
10938         * textmodes/reftex-toc.el
10939         (reftex-toc-load-all-files-for-promotion): Remove useless use of
10940         format.  Doc fix.
10942         * textmodes/refer.el (refer-find-entry-internal): Remove extra
10943         format string arguments.
10945         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
10946         string argument.
10948         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
10950         * play/zone.el (zone-call): Fix format string.
10952         * net/webjump.el (webjump-builtin): Add missing format string argument.
10954         * midnight.el (midnight-delay-set): Remove extra format string argument.
10956         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
10958         * hexl.el (hexl-insert-char): Add missing format string argument.
10960         * format.el (format-decode): Fix format string.
10962         * emulation/vi.el (vi-mode): Remove extra format string argument.
10963         (vi-repeat-last-search): Likewise.
10964         (vi-reverse-last-search): Likewise.
10965         (vi-goto-mark): Likewise.
10966         (vi-reverse-last-find-char): Likewise.
10967         (vi-repeat-last-find-char): Likewise.
10968         (vi-locate-def): Likewise.
10970         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
10972         * ediff-util.el (ediff-toggle-read-only): Remove extra format
10973         string argument.
10974         (ediff-toggle-regexp-match): Likewise.
10976         * dired-aux.el (dired-do-query-replace-regexp): Add missing
10977         format string argument.
10979         * calc/calc-map.el (calc-get-operator): Remove extra format
10980         string argument.
10982         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
10984         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
10985         string argument.
10987         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
10989         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
10991         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
10993         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
10994         (cl-struct-setf-expander): Likewise.
10996         * vc.el (with-vc-file): Fix unsafe uses of error.
10997         (vc-cancel-version): Likewise.
10999 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
11001         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
11002         thousands separator; fixes <class>:<line-number> regexp for
11003         non-english locales.
11005 2004-02-08  Andreas Schwab  <schwab@suse.de>
11007         * view.el (view-mode-enable): Revert previous change.
11009 2004-02-07  Kim F. Storm  <storm@cua.dk>
11011         * simple.el (line-number-at-pos): Rename from line-at-pos.
11012         Uses changed (what-line and vc-annotate-warp-version).
11014 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11016         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
11017         (diff-mode): Remove aborted attempt at support for compile.el.
11018         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
11020 2004-02-06  Andreas Schwab  <schwab@suse.de>
11022         * view.el (view-mode-enable): Add view-mode-map to
11023         minor-mode-overriding-map-alist.
11025 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11027         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
11029 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11031         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
11032         with point inside rather than after the paragraph.
11034 2004-02-04  Sam Steingold  <sds@gnu.org>
11036         * mail/smtpmail.el (smtpmail-try-auth-methods):
11037         Do not try authentication when no mechanism is available.
11038         Pass port-name as defaultport to `netrc-machine'.
11040 2004-02-04  Stephen Eglen  <stephen@gnu.org>
11042         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
11043         to show how minibuffer height can be constrained.
11045 2004-02-04  John Paul Wallington  <jpw@gnu.org>
11047         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
11049 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11051         * x-dnd.el: New file for drag and drop.
11053         * term/x-win.el: require x-dnd, set after-make-frame-functions
11054         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
11055         drag-n-drop event.
11057         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
11058         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
11059         (dired-dnd-handle-file): New functions for drag and drop support.
11060         (dired-mode): Initialize drag and drop if x-dnd present.
11062 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11064         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
11065         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
11066         (cperl-mode): Set fill-paragraph-function.
11067         (cperl-fill-paragraph): Make it non-interactive.
11069 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
11071         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
11073 2004-02-02  David Kastrup  <dak@gnu.org>
11075         * replace.el (perform-replace): Allow 'literal argument in
11076         regexp-flag to indicate literal replacement.
11077         (query-replace-regexp-eval): Use it.
11079 2004-02-01  Andreas Schwab  <schwab@suse.de>
11081         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
11083 2004-02-01  Stephen Eglen  <stephen@gnu.org>
11085         * info-look.el: Add support for maxima-mode.  Update commentary
11086         because info-lookup-symbol is now bound to C-h S.
11088 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
11090         * simple.el (edit-and-eval-command): Bind print-level and
11091         minibuffer-history-sexp-flag around call to read-from-minibuffer.
11092         Correct initial position in command-history.
11094 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
11096         * files.el (read-directory-name): Adapt the docstring to recent
11097         change in Fread_file_name.
11099 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
11101         * ses.el (ses-print-cell): If print format too wide for column
11102         width, truncate decimal places if that helps to avoid "#####" fill.
11103         * ses.el (ses-initial-column-width): Revert previous change.
11105 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11107         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
11108         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
11109         Add edebug info.
11110         (jit-lock-mode): Setup/cancel the new timer.
11111         (jit-lock-context-fontify): New fun.  Extracted from
11112         context fontification code of jit-lock-stealth-fontify.
11113         (jit-lock-stealth-fontify): Don't do context fontification any more.
11115         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
11116         (jit-lock-fontify-now): Handle the `quit' case.
11117         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
11119 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
11121         * progmodes/executable.el (executable-command-find-posix-p):
11122         New.  Check if find handles arguments Posix-style.
11124         * progmodes/grep.el (grep-compute-defaults):
11125         Use executable-command-find-posix-p.
11126         (grep-find): Check `grep-find-command'.
11128         * filecache.el (file-cache-find-posix-p): Delete.
11129         (file-cache-add-directory-using-find):
11130         Use `executable-command-find-posix-p'.
11132 2004-01-29  Dave Love  <fx@gnu.org>
11134         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11135         Iterate the hook function if arg is given.
11136         (mark-defun, narrow-to-defun): Change order of finding the limits.
11138         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
11139         (byte-compile-format-warn): New.
11140         (byte-compile-callargs-warn): Use it.
11141         (Format, message, error): Add byte-compile-format-like property.
11142         (byte-compile-maybe-guarded): New.
11143         (byte-compile-if, byte-compile-cond): Use it.
11144         (byte-compile-lambda): Compile interactive forms,
11145         just to make warnings about them.
11147 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
11149         * ses.el (ses-initial-column-width): Increase to 14, so it will
11150         work well with the default printer of "%.7g" for extreme values
11151         like "-1.234567e+07".
11153 2004-01-29  Kenichi Handa  <handa@m17n.org>
11155         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
11157 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
11159         * dos-w32.el: Added support for the `default-printer-name' function.
11161 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11163         * server.el (server-socket-name): Don't use the hostname in the
11164         socket name since /tmp is local to the host anyway.
11166         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
11167         robust check of widening and fix var-naming.
11169 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
11171         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
11172         or rmail-spam- to rsf- in all function and variable names.
11173         (rsf-min-region-to-spam-list): New variable.
11174         (rsf-bbdb-auto-delete-spam-entries): Rename from
11175         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
11176         scanned together with the recipients field for spam testing; Don't
11177         delete spam message if rmail-delete-after-output is non-nil;
11178         (rsf-check-field): New function, extracted from code in
11179         rmail-spam-filter to ease addition of header fields like
11180         content-type:;
11181         (message-content-type): New variable.  The content-type: field was
11182         added also in defcustom of rsf-definitions-alist;
11183         (rmail-spam-filter): Replace repeated test code for header fields
11184         by calls to check-field; change the call to
11185         rmail-output-to-rmail-file such that rmail-current-message stays
11186         the same to avoid wrong deletion of unseen flags.
11187         (rmail-use-spam-filter): Add autoload cookie.
11189 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
11191         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
11192         (file-cache-add-directory-using-find): Add Cygwin support.
11193         (file-cache-find-command-posix-flag): New user variable.
11195         * filecache.el (file-cache-add-directory): Check for
11196         directories an remove them from dir-files.
11198 2004-01-27  Richard M. Stallman  <rms@gnu.org>
11200         * man.el (Man-fontify-manpage): Clean up message.
11202 2004-01-27  Kenichi Handa  <handa@m17n.org>
11204         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
11205         (sentence-end): Define using sentence-end-without-space.
11207         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
11208         a sentence ends with one of a character in sentence-end-without-space.
11210 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11212         * font-lock.el (font-lock): Add jit-lock as explicit group member.
11213         (jit-lock): Group declaration moved to jit-lock.el.
11214         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
11215         when necessary.
11217         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
11218         (jit-lock-context-unfontify-pos): Rename from
11219         jit-lock-first-unfontify-pos.
11220         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
11222 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
11224         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
11225         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
11226         (fortran-fill): When filling a string, adjust re-search-backward
11227         argument for special case of string just on fill-column.
11228         When filling non-string, allow one extra char if
11229         fortran-break-before-delimiters is non-nil.
11230         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
11231         Use fortran-break-delimiters-re and fortran-no-break-re to
11232         correctly handle cases such as "**".
11234         * progmodes/f90.el (f90-break-delimiters): Doc fix.
11235         (f90-no-break-re): Add some extra tokens.  Doc fix.
11237 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
11239         * mail/rmail-spam-filter.el:
11240         Use two semicolons as Commentary line prefix.
11241         Add ";;; Code:" stylized comment.
11242         Delete end-of-line whitespace.
11243         Wrap (require 'cl) with `eval-when-compile'.
11245 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
11247         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
11248         at the top level of vc.el.
11250 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
11252         * vc.el (vc-current-line): Function removed.  This is now done by
11253         the new function line-at-pos in simple.el.
11254         (vc-annotate-warp-version): Use line-at-pos instead of
11255         vc-current-line.
11257 2004-01-22  Kim F. Storm  <storm@cua.dk>
11259         * simple.el (line-at-pos): New defun.
11260         (what-line): Use it.  Optimize by only counting lines in narrowed
11261         region once.
11263 2004-01-22  Kenichi Handa  <handa@m17n.org>
11265         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
11266         point (register r1) only for charset mule-unicode-0100-24ff.
11268 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11270         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
11271         trailing white space and ensure a final newline.
11273         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
11274         Add autoload cookie.
11276 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
11278         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
11279         activate view-mode explicitly.
11281 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11283         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
11284         use clipboard first.
11286 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11288         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
11289         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
11290         (vc-mcvs-cvs): Remove.
11291         (vc-mcvs-command): Remove use of assert.
11293         * outline.el (outline-insert-heading): Tighten up match.
11294         (outline-demote, outline-move-subtree-down): Don't assume anything
11295         about outline-regexp.
11297         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
11298         (texinfo-show-structure): Explicitly add ^, and simplify.
11300 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
11302         * calendar/appt.el (appt-check): Restore usage of
11303         appt-issue-message deleted in previous change.
11304         (top-level): Activate package when loaded (needed for backwards
11305         compatibility).
11307 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
11309         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
11310         following previous change to smtpmail-send-data.
11312 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
11314         * vc.el (vc-default-previous-version): Doc enhancement.
11315         (vc-default-next-version): New function.
11316         (vc-print-log): New arg FOCUS-REV.
11317         (vc-annotate-mode): Derive from view-mode.
11318         (vc-annotate): New args REVISION, DISPLAY-MODE.
11319         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
11320         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
11321         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
11322         (vc-annotate-show-diff-revision-at-line, vc-current-line)
11323         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
11325         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
11327 2004-01-19  Karl Berry  <karl@gnu.org>
11329         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
11330         or "TexInfo".
11332 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
11334         * subr.el (delete-dups): New function.
11336 2004-01-19  Karl Berry  <karl@gnu.org>
11338         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
11339         with ^, since that's what texinfo-show-structure
11340         documentation says (plus it works much better in texinfo.txi).
11342 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
11344         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
11346 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
11348         * progmodes/which-func.el (which-function-mode): Don't cancel
11349         which-func-update-timer if not set.
11351 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
11353         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
11354         Remove spurious left square bracket in XX:XXam regexp.
11356 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
11358         * progmodes/cc-defs.el: Do not require cl at run time.
11360 2004-01-16  Richard M. Stallman  <rms@gnu.org>
11362         * emacs-lisp/cl.el (cl-cannot-unload): New function.
11363         (cl-unload-hook): Defvar this to run cl-cannot-unload.
11365         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
11366         Call rmail-spam-filter.  Delete and expunge spam.
11367         Print number of spam messages deleted.
11368         Save and restore the deletion status of old messages when reading
11369         new mail with spam filter, so that expunging spam does not expunge
11370         msgs deleted by the user.
11371         (rmail-only-expunge): Add an optional argument dont-show to
11372         prevent showing message after expunge.
11374 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
11376         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
11377         * subr.el (declare): New macro.
11379 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
11381         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
11383 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11385         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11386         Test window-system rather than system-type (for X11/Mac).
11388 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
11390         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
11392 2004-01-12  Richard M. Stallman  <rms@gnu.org>
11394         * mail/rmail.el (rmail-convert-to-babyl-format):
11395         Use mail-unquote-printable-region.
11396         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
11397         (rmail-hex-char-to-integer): Functions deleted.
11399         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
11400         (mail-unquote-printable-region): New arg NOERROR.
11401         For invalid encoding, either signal an error to just return nil.
11403 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11405         * calendar/appt.el: Update copyright and commentary.
11406         (appt-issue-message): Make obsolete.
11407         (appt-visible, appt-msg-window): Make obsolete, in favour of
11408         appt-display-format.
11409         (appt-display-mode-line, appt-display-duration)
11410         (appt-display-diary, appt-time-msg-list, appt-mode-string)
11411         (appt-prev-comp-time, appt-display-count, appt-timer)
11412         (appt-convert-time): Doc change.
11413         (appt-disp-window-function, appt-delete-window-function):
11414         Use defcustom rather than defvar.
11415         (appt-display-format): New variable.
11416         (appt-display-message): New function with display code from appt-check.
11417         (appt-check): Add optional FORCE argument.  Doc change.
11418         Add appt-make-list to diary-hook if displaying diary.
11419         Remove checking of view-diary-entries-initially.
11420         Message display section removed to new function appt-display-message.
11421         (appt-display-window): Doc change.  Remove unused internal var
11422         this-buffer.  Do not beep, since appt-display-message does that.
11423         (appt-make-list): Doc change.  Use caar.
11424         (appt-sort-list): Simplify by using builtin sort function.
11425         (appt-update-list): New function for updating appts when diary is
11426         saved.
11427         (appt-activate): New autoloaded function to toggle package
11428         functionality.
11430         * calendar/cal-x.el: (calendar-one-frame-setup)
11431         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
11433         * calendar/calendar.el: Update copyright.
11434         (view-diary-entries-initially, european-calendar-style): Doc change.
11435         (calendar-setup): Make defcustom rather than defvar.
11436         (mark-visible-calendar-date): Initialize temp-face and faceinfo
11437         in let binding so local to function.
11439         * calendar/diary-lib.el: Update copyright.
11440         (diary, diary-entry-time): Doc change.
11441         (list-diary-entries): Doc change.  Trivial logic change.
11442         (fancy-diary-display): Restore make-face command mistakenly
11443         deleted 2003-05-08.
11444         (show-all-diary-entries): Allow to pop-up frame if needed.
11446 2004-01-09  John Paul Wallington  <jpw@gnu.org>
11448         * bindings.el (mode-line-change-eol): Add EVENT parameter.
11449         Temporarily select EVENT's window for changing eol type.
11451 2004-01-09  Deepak Goel  <deego@gnufans.org>
11453         * calendar/diary-lib.el (diary-entry-time):
11454         Also accept time in the form XX[.XX][am/pm/AM/PM].
11455         (fancy-diary-font-lock-keywords): Likewise.
11456         (diary-font-lock-keywords): Likewise.
11457         * calendar/appt.el (appt-add): Likewise.
11458         (appt-make-list): Likewise.
11459         (appt-convert-time): Likewise.
11461 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
11463         * gdb-ui.el (gdb-ann3): Revert previous change.
11464         (gdb-source-info): Allow for case of where compilation directory
11465         is not recorded.
11467 2004-01-08  John Paul Wallington  <jpw@gnu.org>
11469         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
11471 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
11473         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
11475         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
11476         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
11477         problems.
11478         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
11480 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
11482         * files.el (write-file-functions, write-contents-functions):
11483         Clarify docstrings.
11485 2004-01-07  Kenichi Handa  <handa@m17n.org>
11487         * international/mule.el (set-auto-coding): Fix for the case that
11488         end-of-line is only CR.
11490 2004-01-07  Kim F. Storm  <storm@cua.dk>
11492         * subr.el (event-start, event-end): Doc fix.
11493         (posn-string, posn-image): New defuns.
11494         (posn-object): Return either image or string object.
11495         (posn-object-x-y): Return 8th element of position.
11496         (posn-object-width-height): New defun.
11498 2004-01-06  Andreas Schwab  <schwab@suse.de>
11500         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
11501         output.
11503 2004-01-05  Karl Berry  <karl@gnu.org>
11505         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
11506         / and *, too.
11508 2003-12-31  Simon Josefsson  <jas@extundo.com>
11510         * files.el (before-save-hook): Add.
11511         (basic-save-buffer): Use before-save-hook.
11513         * emacs-lisp/copyright.el: Fix comment to recommend
11514         before-save-hook instead of write-file-functions.
11516 2004-01-05  Richard M. Stallman  <rms@gnu.org>
11518         * finder.el (finder-commentary): Call delete-other-windows.
11520         * net/ange-ftp.el (ange-ftp-file-attributes):
11521         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
11523 2004-01-04  Karl Berry  <karl@gnu.org>
11525         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
11526         comment characters % and # in the copyright year notice,
11527         as well as ;.
11529 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
11531         * wid-edit.el (default): Define dummy :value-delete.
11532         Reported by Jesper Harder <harder@ifa.au.dk>.
11534 2004-01-03  Richard M. Stallman  <rms@gnu.org>
11536         * progmodes/compile.el (compile-internal): Use point, not point-min,
11537         for set-window-point.
11539         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
11541         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
11543         * progmodes/grep.el (grep-mode-map):
11544         Don't remap next-line, previous-line.
11546 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
11548         * speedbar.el (speedbar-edit-line): Change regexp to position
11549         the cursor on the first character of this line's button.
11551 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
11553         * subr.el (functionp): Doc fix.
11555 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11557         * progmodes/idlwave.el (idlwave-make-tags):
11558         * textmodes/flyspell.el (flyspell-large-region):.
11559         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
11560         * emulation/viper-util.el (viper-glob-unix-files):
11561         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
11562         * man.el (Man-init-defvars):
11563         * jka-compr.el (jka-compr-call-process):
11564         * files.el (get-free-disk-space,insert-directory):
11565         * ediff-ptch.el (ediff-test-patch-utility):
11566         * ediff-diff.el (ediff-test-utility):
11567         * dired-aux.el (dired-check-process):
11568         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
11569         test the return value of call-process, because it can be a string.
11571 2003-12-31  John Paul Wallington  <jpw@gnu.org>
11573         * bindings.el (completion-ignored-extensions): Add .pfsl.
11575 2003-12-31  Kim F. Storm  <storm@cua.dk>
11577         * ido.el (ido-nonreadable-directory-p): New defun to check for
11578         nonreadable directory without activating tramp (to avoid problems
11579         with checking incomplete tramp paths).
11580         (ido-set-current-directory, ido-file-internal)
11581         (ido-file-name-all-completions1): Use it.
11583 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
11585         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
11586         documentation if the anchor (or node) name is preceded by `info
11587         anchor' or `Info anchor' in addition to earlier `info node' and
11588         `Info node'.
11589         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
11591 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
11593         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
11594         error in arguments to base64-decode-region.  Remove ^M characters
11595         after decoding base64.
11597 2003-12-30  Simon Josefsson  <jas@extundo.com>
11599         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
11600         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11601         have only been distributed with Emacs for some years.
11602         (texinfo-mode-hook): Customize.
11604 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
11606         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
11607         cleaner (suggested by Richard Stallman).
11609         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
11610         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
11611         file-name clashes on 8+3 DOS filesystems.
11613         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
11614         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
11615         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
11616         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
11617         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
11618         file-name clashes on 8+3 filesystems.
11620         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
11621         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
11622         file-name clashes on 8+3 DOS filesystems.
11624 2003-12-29  Richard M. Stallman  <rms@gnu.org>
11626         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
11627         Upcase the character.
11629         * textmodes/flyspell.el (mail-mode-flyspell-verify):
11630         Search for header separator alone on a line, literally,
11631         and search for it backward, not forward.
11632         (flyspell-abbrev-table): Always use global-abbrev-table
11633         if there is no local one.
11635         * progmodes/sh-script.el (sh-get-indent-info):
11636         Don't move point back if at bob.
11638         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
11640         * play/handwrite.el (handwrite): Make the handwrite credit message
11641         a comment rather than an output command.
11643         * obsolete/sc.el: Display message that this file is obsolete.
11645         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
11647         * mail/rfc822.el (rfc822-address-start): Declare variable.
11648         Renamed from address-start.  All uses changed.
11650         * term.el (term-exec): Set up sentinel.
11651         (term-sentinel): New function.
11652         (term-handle-exit): New function.
11654         * subr.el (assoc-ignore-case, assoc-ignore-representation):
11655         Use assoc-string, and mark them obsolete.
11656         (delay-mode-hooks): Mark as permanent local.
11658         * simple.el (sendmail-user-agent-compose): Use assoc-string.
11660         * register.el (copy-rectangle-to-register): Doc fix.
11662         * info.el (Info-insert-dir): Use assoc-string.
11664         * info-look.el (info-lookup): Use assoc-string.
11666         * frame.el (pop-up-frame-function): Use quote, not `function'.
11667         (frame-notice-user-settings): Calculate ADJUSTED-TOP
11668         copying with lists as coordinate values.
11670         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
11672         * find-dired.el (kill-find): New command.
11673         (find-dired): Make buffer read-only.
11674         Set up a keymap with C-c C-k running kill-find.
11675         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
11677         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
11679         * filecache.el (file-cache-ignore-case): New variable.
11680         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
11682         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
11683         (comint-dynamic-complete-as-filename): Rename local vars.
11684         (comint-dynamic-list-filename-completions): Likewise.
11686         * comint.el (comint-dynamic-list-completions-config): New var.
11687         (comint-dynamic-list-completions): Handle both SPC and TAB right.
11689         * comint.el (comint-file-name-chars): Add [].
11690         (comint-word): Use skip-chars-backward, not search.
11692         * shell.el (shell-file-name-chars): Add [].
11694         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
11696         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
11698         * generic.el (define-generic-mode): Doc fix.
11700 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11702         * files.el (kill-some-buffers): Doc fix.
11704 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
11706         * comint.el (comint-watch-for-password-prompt): Pass `string' as
11707         arg to send-invisible
11708         (send-invisible): Doc fix.  The argument is now a prompt, not the
11709         string to send.
11710         (comint-read-noecho): Doc fix.
11712 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
11714         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
11715         "@", as required by some ISP hosting service.  Fix defcustom
11716         argument syntax errors that prevented use of customization.
11718 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11720         * xml.el (xml-get-attribute-or-nil): Doc fix.
11722 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
11724         * net/zone-mode.el (zone-mode): Use write-file-functions, not
11725         write-file-hooks.
11727 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11729         * autorevert.el (auto-revert-interval): Doc fix.
11731 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
11733         * xml.el (xml-get-attribute-or-nil): New function, like
11734         xml-get-attribute, but returns nil if the attribute was not found.
11735         (xml-get-attribute): Convert to defsubst, uses
11736         xml-get-attribute-or-nil.
11738 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11740         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11742 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
11744         * custom.el (custom-declare-theme): Use `value' when putting
11745         properties on `theme'.
11747 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11749         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11750         for each yank-handler segment.
11751         (insert-for-yank-1): New function, with the body of the previous
11752         insert-for-yank.
11754         * textmodes/table.el (table-yank-handler): New defcustom.
11755         (table--put-cell-indicator-property): Put yank-handler property
11756         that indicates the yank handler for the table cell.
11758 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11760         * generic-x.el (etc-modules-conf-generic-mode): A more complete
11761         set of keywords.
11763 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11765         * international/mule-cmds.el (reset-language-environment)
11766         (set-language-environment): Don't invoke fontset-related functions
11767         if fontset-list is not fboundp.
11769 2003-12-29  Kenichi Handa  <handa@m17n.org>
11771         * international/mule-cmds.el (reset-language-environment):
11772         Call set-overriding-fontspec-internal with nil.
11773         (set-language-environment): Call set-overriding-fontspec-internal
11774         if the language environment specify `overriding-fontspec'.
11775         (language-info-alist): Doc added.
11777         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
11778         characters of mule-unicode-0100-24ff.
11779         (ccl-encode-windows-1251-font): New CCL program.
11780         ("Bulgarian"): Specify overriding-fontspec.
11781         ("Belarusian"): Likewise.
11783 2003-12-28  Sam Steingold  <sds@gnu.org>
11785         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
11786         parameter ID-FORMAT to conform with the 2003-11-30 patch.
11788 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
11790         * progmodes/gud.el (gud-gdb-command-name): Set default to
11791         "gdb --annotate=3".
11792         (gud-gdb-marker-filter): Look out for annotations.
11793         (gdb-first-pre-prompt): New variable.
11794         Remove trailing white space.
11796         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11797         if necessary.
11798         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
11799         annotations are detected.
11800         (gud-gdba-marker-filter): Use global variable gud-marker-acc
11801         instead of a local one to allow transition from
11802         gud-gdb-marker-filter.
11803         Remove trailing white space.
11805 2003-12-27  Kim F. Storm  <storm@cua.dk>
11807         * ido.el: Handle non-readable directories.
11808         (ido-decorations): Add 9th element for non-readable directory.
11809         (ido-directory-nonreadable): New dynamic var.
11810         (ido-set-current-directory): Set it.
11811         (ido-read-buffer, ido-file-internal):
11812         (ido-read-file-name, ido-read-directory-name): Let-bind it.
11813         (ido-file-name-all-completions1): Return empty list for
11814         non-readable directory.
11815         (ido-exhibit): Print [Not readable] if directory is not readable.
11816         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
11817         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11818         Use it.
11820 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
11822         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
11823         calls to directory-files-and-attributes and file-attributes.
11824         (ls-lisp-format): Remove system dependent handling of user and
11825         group id's.
11827 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
11829         * ffap.el (ffap-read-file-or-url): Revert previous change.
11831 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
11833         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
11834         new list of included files called `files-with-node-lines', that
11835         only have node lines.  This way @include commands can include any
11836         file, such as version and update files without node lines, not
11837         just files that are chapters.
11839 2003-12-25  Andreas Schwab  <schwab@suse.de>
11841         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
11842         file not found.
11844 2003-12-08  Miles Bader  <miles@gnu.org>
11846         * dired.el (dired-between-files): Always use dired-move-to-filename,
11847         which is more robust in non-english locales.
11849 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11851         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
11853 2003-12-24  Andreas Schwab  <schwab@suse.de>
11855         * shell.el (shell-file-name-quote-list): Add backslash.
11857         * comint.el (comint-quote-filename): Correctly handle backslash
11858         in comint-file-name-quote-list.
11860 2003-12-24  Kenichi Handa  <handa@m17n.org>
11862         * international/mule-cmds.el (set-default-coding-systems):
11863         Call ucs-set-table-for-input for all buffers that don't have local
11864         value of buffer-file-coding-system.
11866         * international/ucs-tables.el (ucs-set-table-for-input):
11867         If translation-table-for-encode is a symbol, get its
11868         translation-table property.
11870 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
11872         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
11873         to `completing-read' on a recently fixed bug.
11875         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
11876         instead of SPACE, to get the list of possible fringe modes.
11877         SPACE only works if both `partial-completion-mode' and
11878         `completion-auto-help' are nil.
11880         * complete.el (PC-is-complete-p): Delete.
11881         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
11882         calls to `test-completion'.
11884 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
11886         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
11887         to edit values when there are no children.
11889         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
11890         a mode called "Assembler" already exists.
11891         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
11892         (gud-watch): Use format option.  Remove font properties from string.
11893         (gdb-var-create-handler, gdb-var-list-children-handler):
11894         Don't bother about properties as there are none.
11895         (gdb-var-create-handler, gdb-var-list-children-handler)
11896         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
11897         with two arguments.
11898         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
11899         Let speedbar show value changes with a different font.
11900         (gdb-edit-value): New defun.
11901         (gdb-clear-partial-output, gdb-clear-inferior-io)
11902         (def-gdb-auto-update-handler): Use erase-buffer.
11903         (gdb-frame-handler): Display watch expressions in
11904         FUNCTION::VARIABLE format if required.
11906 2003-12-23  John Paul Wallington  <jpw@gnu.org>
11908         * info.el (Info-unescape-quotes, Info-split-parameter-string)
11909         (Info-goto-emacs-command-node): Doc fixes.
11911 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
11913         * cus-edit.el (custom-add-parent-links): Define "many".
11915 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
11917         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
11918         (widget-child-validate, widget-type-value-create)
11919         (widget-type-default-get, widget-type-match): New functions.
11920         (lazy): New widget.
11921         (menu-choice, checklist, radio-button-choice, editable-list)
11922         (group, documentation-string): Remove redundant (per 2003-10-25
11923         change) calls to `widget-children-value-delete'.
11924         (widget-choice-value-get, widget-choice-value-inline): Remove.
11925         (menu-choice): Update widget.
11927 2003-12-03  Kenichi Handa  <handa@m17n.org>
11929         * language/cyrillic.el: Register "microsoft-cp1251" in
11930         ctext-non-standard-encodings-alist.
11931         ("Bulgarian"): Add ctext-non-standard-encodings.
11932         ("Belarusian"): Likewise.
11934         * international/mule-conf.el (compound-text-with-extensions):
11935         Change the type to 2 (iso-2022 base).
11937         * international/mule.el (ctext-non-standard-encodings-alist):
11938         Change the format.
11939         (ctext-non-standard-encodings): New variable.
11940         (ctext-post-read-conversion): Fully re-written.
11941         (ctext-non-standard-designations-alist): Delete it.
11942         (ctext-non-standard-encodings-table): New function.
11943         (ctext-pre-write-conversion): Fully re-written.
11945 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
11947         * cus-edit.el (custom-add-parent-links): Add documentation links
11948         for parent, if the item has none of its own.
11950 2003-11-30  Richard M. Stallman  <rms@gnu.org>
11952         * dired-aux.el (dired-do-query-replace-regexp):
11953         Report files visited read-only.
11955 2003-11-30  Juri Linkov  <juri@jurta.org>
11957         * dired-aux.el (dired-compare-directories): New command.
11958         (dired-file-set-difference, dired-files-attributes): New functions.
11960 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
11961         Version 2.0.38 of Tramp released.
11963         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
11964         Charles Curley <charlescurley@charlescurley.com>.
11965         (tramp-multi-connection-function-alist): Add ssht entry which adds
11966         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
11967         Aichner.
11968         (tramp-get-method-parameter): New function to retrieve a method
11969         parameter.  This allows for omission of method parameters.
11970         Callers adjusted.
11972 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
11974         * net/tramp.el: Add new optional parameter ID-FORMAT to
11975         `file-attributes'.  Calls of `file-attributes' won't use this
11976         parameter for backward compatibility reasons.
11977         (tramp-perl-file-attributes): Add a new parameter to Perl script
11978         in order to handle uid/gid as strings, if desired.
11979         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
11980         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
11981         order to make the function more general.
11982         (tramp-handle-file-attributes): Replace proprietary optional
11983         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
11984         (tramp-handle-file-attributes-with-perl): Handle parameter
11985         NONNUMERIC if set.  This wasn't done in the past.
11986         (tramp-post-connection): Apply second parameter "$2" if
11987         `tramp-remote-perl' is called.
11989         * net/tramp-smb.el (tramp-smb-handle-delete-file):
11990         Correct cut'n'waste error (`filename' instead of `directory').
11991         (tramp-smb-handle-directory-files-and-attributes)
11992         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
11993         introduced parameter ID-FORMAT.
11994         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
11995         error (`directory' instead of `ldir').
11997         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
11998         `file-attributes' has a second parameter.  If yes, apply it with
11999         value "'integer".  Otherwise, don't use that parameter (default is
12000         integer format).
12002 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
12004         * help.el (help-map): Bind `display-local-help' to `C-h .'.
12005         (help-for-help): Add `C-h .' to the listed Help options.
12006         Remove trailing whitespace.
12008         * help-at-pt.el: New file.
12010 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
12012         * subr.el (noreturn, 1value): New macros for test coverage.
12013         See `testcover.el'.
12015         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
12017         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
12018         for macro `1value'.
12019         (testcover-1value): New function.  Checks that a 1value form
12020         actually returns only one value.  Requested by RMS.
12022 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
12024         * gdb-ui.el (gud-watch, gdb-var-create-handler)
12025         (gdb-var-list-children, gdb-var-list-children-handler)
12026         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
12027         gdb commands that use mi to keep them out of the command history.
12029 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12031         * cus-start.el (all): Add use-file-dialog.
12033 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12035         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
12037 2003-11-27  Kim F. Storm  <storm@cua.dk>
12039         * subr.el (posn-object-x-y): New defun.
12041 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12043         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
12044         Don't use `space' for \\\n.
12045         Be more selective as to which # are comment-starters.
12047 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
12049         * subr.el (number-sequence): Improve handling of floating point
12050         arguments (suggested by Kim Storm).  Allow negative arguments.
12052 2003-11-26  Kenichi Handa  <handa@m17n.org>
12054         * international/mule-cmds.el (standard-display-european-internal):
12055         Cancel the standard-display-table setting for ` and '.
12057 2003-11-26  Kim F. Storm  <storm@cua.dk>
12059         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
12060         New defcustoms to add ffap-like functionality to ido.
12061         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
12062         (ido-no-final-slash): New defun.
12063         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
12064         (ido-read-file-name): ): Toggle VC checking via
12065         vc-handled-backends instead of vc-master-templates.
12066         (ido-file-internal): Handle ido-use-url-at-point and
12067         ido-use-filename-at-point via code borrowed from ffap-guesser.
12068         Handle new ido-exit code ffap.
12069         (ido-sort-list): Ignore final slash when sorting file names.
12071 2003-11-25  Kim F. Storm  <storm@cua.dk>
12073         * emulation/cua-base.el (cua--standard-movement-commands):
12074         Add forward-sentence and backward-sentence.
12076 2003-11-25  Stephen Eglen  <stephen@gnu.org>
12078         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
12079         iswitchb-exit is set to 'usefirst when user selects buffer at head
12080         of list using RET.  (Selecting buffers at the head of the list was
12081         broken if the substring was also a complete buffername.)
12083 2003-11-23  Kim F. Storm  <storm@cua.dk>
12085         * progmodes/compile.el (grep-command, grep-use-null-device)
12086         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
12087         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
12088         (grep-regexp-alist, grep-program, find-program)
12089         (grep-find-use-xargs, grep-history, grep-find-history)
12090         (grep-process-setup, grep-compute-defaults)
12091         (grep-default-command, grep, grep-tag-default, grep-find)
12092         (grep-expand-command-macros, grep-tree-last-regexp)
12093         (grep-tree-last-files, grep-tree): Move grep variables, functions
12094         and commands to new file grep.el.
12095         (compilation-mode-map): Remove grep commands from Compile sub-menu.
12096         (compilation-process-setup-function): Doc fix.
12097         (compilation-highlight-regexp, compilation-highlight-overlay): New
12098         defvars used for highlighting current compile error in source buffer.
12099         (compile-internal): New optional args HIGHLIGHT-REGEXP and
12100         LOCAL-MAP which overrides compilation-highlight-regexp and
12101         compilation-mode-map for this compilation.
12102         Delay calling compilation-set-window-height until after running
12103         compilation-process-setup-function so it can buffer-local override
12104         compilation-window-height.
12105         Check buffer-local value of compilation-scroll-output.
12106         (compilation-set-window-height): Use buffer-local value of
12107         compilation-window-height.
12108         (compilation-revert-buffer): Don't pass (undefined)
12109         preserve-modes arg to revert-buffer.
12110         (next-error-no-select, previous-error-no-select): New commands.
12111         (compilation-goto-locus): Temporarily highlight current match in
12112         source buffer using compilation-highlight-regexp.
12114         * progmodes/grep.el: New file with grep code from compile.el.
12115         (grep): New defcustom group.
12116         (grep-window-height): New defcustom, like compilation-window-height.
12117         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
12118         (grep-scroll-output): New defcustom, like compilation-scroll-output.
12119         (grep-command, grep-use-null-device, grep-find-command)
12120         (grep-tree-files-aliases, grep-tree-ignore-case)
12121         (grep-tree-ignore-CVS-directories): Move to grep custom group.
12122         (grep-setup-hook): New hook variable.
12123         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
12124         (grep-last-buffer): New defvar, override compilation-last-buffer.
12125         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
12126         Call compile-internal with args highlight-regexp and grep-mode-map.
12128 2003-11-23  Kim F. Storm  <storm@cua.dk>
12130         * subr.el (event-start, event-end): Doc fix.
12131         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
12132         (posn-area, posn-actual-col-row, posn-object): New defuns.
12133         (posn-col-row): Simplify doc.  Rewrite to use cond.
12134         (posn-point): Also return buffer position for events outside text
12135         area (that info is now present in the event position).
12137         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
12138         mouse-set-point so that hscroll still works now that clicks on
12139         fringes generate specific mouse events.
12140         (mouse-set-point): Note that it now works in fringes and margins
12141         too due to new semantics of posn-point in fringes and margins.
12143         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
12144         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
12146 2003-11-20  Kim F. Storm  <storm@cua.dk>
12148         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
12149         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
12150         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
12151         to 100 for icons to avoid increasing line height when shown.
12153 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12155         * newcomment.el (comment-normalize-vars): Initialize properly if
12156         comment-start was nil.
12158 2003-11-19  Andreas Schwab  <schwab@suse.de>
12160         * simple.el (set-variable): Fix indentation.
12162 2003-11-17  Kenichi Handa  <handa@m17n.org>
12164         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
12165         Fix docstring.
12167 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12169         * international/latin1-disp.el (latin1-display): Fix docstring.
12171 2003-11-16  John Wiegley  <johnw@newartisans.com>
12173         * eshell/em-ls.el (eshell-ls-file): There are times with
12174         size-width is nil and uncomputed (when directories are created in
12175         dired, for example); in this case, 4 is reasonable default value,
12176         although it may caused skewed new entries (which could be avoided
12177         by returning the original value of 8 in all cases, but 99% of the
12178         time this is a waste of whitespace).
12180 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
12182         * cc-engine.el (c-guess-continued-construct)
12183         (c-guess-basic-syntax): Check a little more carefully if it's a
12184         function declaration when an unknown construct followed by a block
12185         is found inside a statement context.  This avoids macros followed
12186         by blocks to be taken as function declarations.
12188         (c-guess-continued-construct): Change the analysis of a statement
12189         continuation with a brace open to `substatement-block', for
12190         consistency with recognized statements.
12192         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
12193         start is in a position so that `c-beginning-of-statement-1' jumped
12194         to the beginning of the same statement.
12196         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
12197         Don't accept binary operators in the arglist if we're in a function
12198         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
12199         template recognition in cases like "if (a < b || c > d)".
12201         (c-restricted-<>-arglists): New more appropriate name for
12202         `c-disallow-comma-in-<>-arglists'.
12204         Accessing functions updated for the variable name change.
12206         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
12207         match data could get clobbered if NOT-INSIDE-TOKEN is used.
12209         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
12210         labels.
12212         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
12213         instead of duplicating parts of it.  This fixes bogus label
12214         recognition.
12216         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
12217         of checking the context in which to apply the minimum indentation,
12218         so that it isn't enforced in e.g. namespace blocks.
12220         * cc-vars.el (c-inside-block-syms): New constant used by
12221         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
12222         to somewhat reduce the risk of becoming stale.
12224         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
12225         cc-cmds to cc-engine to allow use from cc-align.
12227         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
12228         qualified identifiers containing "::".
12230         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
12231         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
12233         * cc-vars.el (c-emacs-features): Use a space in front of the name
12234         of the temporary buffer.  That also avoids dumping problems in
12235         XEmacs due to undo info being left around after the buffer is killed.
12237         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
12238         arglist to see if it's a K&R style declaration.
12240         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
12241         before returning `knr-argdecl-intro'.
12243 2003-11-16  John Wiegley  <johnw@newartisans.com>
12245         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
12246         field in a long-listing always 8 characters, use `size-width',
12247         which has already been computed.
12249 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
12251         * subr.el (minor-mode-list): Add `hs-minor-mode'.
12253 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
12255         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
12256         Support operation while narrowed, with `diff-restrict-view'.
12258 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
12260         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12261         Take additional optional arg NARROWFUN.  For the generated functions:
12262         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
12263         include frags that arrange to check for and save narrowing state before
12264         the move and then conditionally call NARROWFUN after the move.
12266 2003-11-14  John Wiegley  <johnw@newartisans.com>
12268         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
12269         that was optional, but obviously missing based on surrounding code.
12271         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
12272         string arguments to numbers unless the whole argument was seen as
12273         a number.
12275 2003-11-14  Kenichi Handa  <handa@m17n.org>
12277         * international/mule.el (ctext-non-standard-encodings-alist):
12278         Fix coding systems.
12280 2003-11-10  Kenichi Handa  <handa@m17n.org>
12282         * language/kannada.el ("Kannada"): Add sample-text.
12284         * language/knd-util.el (kannada-compose-region)
12285         (kannada-compose-string, kannada-post-read-conversion):
12286         Add autoload cookie.
12288         * international/quail.el (quail-completion): Change the message
12289         "corresponding translations" to "corresponding characters".
12291 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12293         * descr-text.el (describe-char): Fix typo.
12295 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
12297         These changes are to support Kannada language/script.
12299         * Makefile.in (DONTCOMPILE): Add kannada.el.
12301         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
12303         * loadup.el: Preload kannada.el.
12305         * language/ind-util.el (ucs-kannada-to-is13194-alist)
12306         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
12307         New variables.
12309         * language/kannada.el: New file.
12311         * language/knd-util.el: New file.
12313 2003-11-07  Andreas Schwab  <schwab@suse.de>
12315         * progmodes/autoconf.el (autoconf-font-lock-keywords):
12316         Also highlight AH_*.
12318         * xml.el (xml-parse-dtd): Fix misplaced paren.
12320 2003-11-07  Kenichi Handa  <handa@m17n.org>
12322         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
12324 2003-11-05  Juri Linkov  <juri@jurta.org>
12326         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
12327         (desktop-buffer-file): Use saved buffer-file-coding-system
12328         for file reading.  Set auto-insert to nil to prevent automatic
12329         insertion into restored empty files.
12331 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
12333         * files.el (risky-local-variable-p): Make second argument optional.
12335 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12337         * subr.el (add-hook): Fix last change.
12339 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
12341         * mail/rmail.el (rmail-convert-to-babyl-format):
12342         If base64-decode-region signals an error, catch it and silently
12343         ignore it.
12345 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
12347         * xml.el (xml-parse-region): Allow comments to appear after the
12348         topmost element has closed.
12349         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
12350         (xml-ns-expand-attr): New functions to do namespace handling.
12351         (xml-intern-attrlist): Back-compatible handling of attribute names.
12352         (xml-parse-tag): Move namespace handling to separate functions.
12353         Now produces elements in the form ((:ns . "element") (attr-list)
12354         children) instead of ('ns:element (attr-list) children).
12355         (xml-parse-attlist): Fix attribute parsing.
12356         (xml-parse-dtd): Change parsing so that it produces strings
12357         instead of interned symbols.
12359 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
12361         * dired.el (dired-ls-sorting-switches): Doc fix.
12363 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
12365         * emacs-lisp/rx.el (rx-or): Fix the case of
12366         "(rx (and ?a (or ?b ?c) ?d))".
12368 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
12370         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
12371         (texinfo-format-region): Use it.
12372         (texinfo-format-buffer-1): Ditto.
12374 2003-11-01  Alan Mackenzie  <acm@muc.de>
12376         Changes to allow scrolling whilst in isearch mode:
12377         * isearch.el (isearch-unread-key-sequence): New function,
12378         extracted from isearch-other-meta-char.
12379         (top level): (put 'foo 'isearch-scroll) on all Emacs's
12380         "scrollable" standard functions.
12381         (isearch-allow-scroll): New customizable variable.
12382         (isearch-string-out-of-window, isearch-back-into-window)
12383         (isearch-reread-key-sequence-naturally)
12384         (isearch-lookup-scroll-key): New functions.
12385         (isearch-other-meta-char): Doc string and functionality enhanced.
12386         Now accepts a prefix argument.
12387         (isearch-lazy-highlight-window-end): New variable.
12388         (isearch-lazy-highlight-new-loop): Pay attention to the window's
12389         end (thru isearch-lazy-highlight-window-end), not only its start.
12391         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
12392         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
12393         (universal-argument, universal-argument-more, negative-argument)
12394         (digit-argument, universal-argument-other-key): Minor changes.
12396 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
12398         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
12399         recursively if the last message is deleted, thus avoiding an
12400         infinite loop.
12402 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12404         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
12405         (tex-main-file): Don't add .tex if the extension is already present.
12406         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
12408 2003-10-29  Lute Kamstra  <lute@gnu.org>
12410         * progmodes/octave-inf.el (inferior-octave-prompt):
12411         Recognize version number in prompt.
12413 2003-10-28  Dave Love  <fx@gnu.org>
12415         * international/characters.el: Fix some Unicode ranges.
12417 2003-10-28  Kenichi Handa  <handa@m17n.org>
12419         * disp-table.el (standard-display-8bit)
12420         (standard-display-default, standard-display-ascii)
12421         (standard-display-g1, standard-display-graphic)
12422         (standard-display-underline): Assure that standard-display-table
12423         is a display table.
12425 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12427         * simple.el (reindent-then-newline-and-indent): Delete space *after*
12428         reindenting the first line.
12430 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12432         * wid-edit.el (widget-default-delete): Always delete child widgets.
12434 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12436         * newcomment.el (comment-indent): Don't call indent-according-to-mode
12437         if the line has code.
12438         Don't try to line up with something that's too far left.
12440         * progmodes/octave-mod.el (octave-comment-start): Simplify.
12441         (octave-mode-syntax-table): Add % as a comment starter.
12442         (octave-point): Remove.
12443         (octave-in-comment-p, octave-in-string-p)
12444         (octave-not-in-string-or-comment-p, calculate-octave-indent)
12445         (octave-blink-matching-block-open, octave-auto-fill):
12446         Use line-(beginning|end)-position instead.
12448 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12450         * emacs-lisp/authors.el (authors-aliases): Add correct realname
12451         for Francesco Potort\e,Al\e(B.
12453 2003-10-23  Dave Love  <fx@gnu.org>
12455         * international/mule-cmds.el (locale-charset-to-coding-system):
12456         Don't rely on nil being a coding system.
12458         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
12459         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
12460         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
12462 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
12464         * gdb-ui.el (gdb-current-language): New variable.
12465         (gdb-update-flag): Remove variable.
12466         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
12467         (gdb-take-last-elt): Remove function.
12468         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
12469         (gdb-post-prompt): Check for variable object changes here.
12471         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
12472         object changes in gdb-ui.el.
12474 2003-10-21  Richard M. Stallman  <rms@gnu.org>
12476         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
12478         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
12479         Don't check for foo*/ wildcard form here.
12480         (insert-directory): Recognize foo*/ as a wildcard.
12481         Separate wildcard-regexp variable from the arg, wildcard.
12483         * subr.el (add-hook): Correctly detect when make-local-hook was used.
12484         (remove-hook): Correctly handle strange cases about local hooks.
12486 2003-10-21  David Ponce  <david@dponce.com>
12488         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
12489         argument REAL, to return a real number instead of a rounded
12490         integer value.  Define as inline function.
12491         (ruler-mode-right-fringe-cols): Likewise.
12492         (ruler-mode-scroll-bar-cols): New function.
12493         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
12494         (ruler-mode-right-scroll-bar-cols): Likewise.
12495         (ruler-mode-space): New function.
12496         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
12497         scroll bar mode and margins in a more robust way.
12499 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
12501         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
12502         (antlr-c-init-language-vars): New function.
12503         (antlr-mode): Use it with cc-mode before v5.29.
12504         (antlr-c-common-init): Don't set some local vars here.
12505         (antlr-mode): Set them here.
12506         (antlr-c-forward-sws): New function alias.
12507         (antlr-mode): Redefine with cc-mode before v5.30.
12508         (antlr-skip-sexps): Use it.
12509         (antlr-skip-exception-part): Ditto.
12510         (antlr-skip-file-prelude): Ditto.
12511         (antlr-outside-rule-p): Ditto.
12512         (antlr-end-of-body): Ditto.
12513         (antlr-option-kind): Ditto.
12514         (antlr-insert-option-area): Ditto.
12515         (antlr-file-dependencies): Ditto.
12517 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12519         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
12520         Move backward only if point was not inside an entry.
12522 2003-10-21  Richard M. Stallman  <rms@gnu.org>
12524         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
12526 2003-10-21  Juri Linkov  <juri@jurta.org>
12528         * compare-w.el: Automatically skip non-matching text to resync.
12529         (compare-windows-whitespace): Doc fix.
12530         (compare-windows-sync, compare-windows-sync-string-size)
12531         (compare-windows-recenter, compare-ignore-whitespace)
12532         (compare-windows-highlight, compare-windows-face): New variables.
12533         (compare-windows): Use compare-windows-sync.
12534         (compare-windows-highlight, compare-windows-dehighlight)
12535         (compare-windows-sync-regexp)
12536         (compare-windows-sync-default-function): New functions.
12538 2003-10-21  Juri Linkov  <juri@jurta.org>
12540         * diff.el (diff-parse-differences): Don't visit the files now;
12541         instead, just record the error locus.
12543 2003-10-21  Dave Love  <fx@gnu.org>
12545         * progmodes/cfengine.el: New file.
12547 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12549         * complete.el (PC-do-completion): Do not forget to use `pred' as the
12550         default-directory when completing file names.
12552 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
12554         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
12555         followed by the word `face', it gets treated as a face, even if
12556         it is also defined as a variable or a function.
12558 2003-10-20  Dave Love  <fx@gnu.org>
12560         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12561         Avoid incf in macro expansion.
12563 2003-10-20  John Paul Wallington  <jpw@gnu.org>
12565         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
12566         `evenp' so we don't implicitly require cl library at runtime.
12568 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
12570         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
12571         (help-make-xrefs): Only make cross-references for faces if
12572         preceded or followed by the word `face'.  Do not make a
12573         cross-reference for variables without variable documentation,
12574         unless preceded by the word `variable' or `option'.  Update doc
12575         string accordingly.
12577 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
12579         * progmodes/hideshow.el: Rewrite one-armed `if'
12580         constructs using either `when' or `unless'.
12581         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
12583 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
12585         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
12586         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
12587         instead of 12x12.
12589 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
12591         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
12592         message while converting to Babyl.
12594 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
12596         * allout.el (allout-mode): Doc fix.
12598 2003-10-16  Lute Kamstra  <lute@gnu.org>
12600         * subr.el (force-mode-line-update): Fix docstring.
12602 2003-10-14  Dave Love  <fx@gnu.org>
12604         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
12605         (default-input-method): Add :link, improve :type.
12606         (locale-charset-language-names): Fix utf-8 pattern.
12607         (locale-charset-match-p, locale-charset-alist)
12608         (locale-charset-to-coding-system): New.
12609         (set-locale-environment): Deal with codeset part of locale specs.
12611 2003-10-14  Lute Kamstra  <lute@gnu.org>
12613         * fringe.el (fringe-mode): Use active voice in docstring.
12614         (set-fringe-style): Ditto.
12616 2003-10-13  Lute Kamstra  <lute@gnu.org>
12618         * fringe.el (fringe-mode): Fix docstring.
12619         (set-fringe-style): Ditto.
12621 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12623         * ediff-mult.el (ediff-filegroup-action):
12624         Use ediff-default-filtering-regexp.
12626         * ediff-util.el (ediff-recenter): Don't call
12627         ediff-restore-highlighting twice.
12628         (ediff-select-difference): Set current difference.
12629         (ediff-unselect-and-select-difference): Add comment.
12631         * ediff.el (ediff-directories,ediff-directory-revisions)
12632         (ediff-directories3,ediff-merge-directories)
12633         (ediff-merge-directories-with-ancestor)
12634         (ediff-merge-directory-revisions)
12635         (ediff-merge-directory-revisions-with-ancestor):
12636         Use ediff-default-filtering-regexp.
12638 2003-10-12  Andreas Schwab  <schwab@suse.de>
12640         * international/mule-cmds.el (locale-charset-language-names):
12641         Simplify regex by removing unused grouping.
12643 2003-10-10  Dave Love  <fx@gnu.org>
12645         * bindings.el: Don't bind stop.
12647 2003-10-08  Miles Bader  <miles@gnu.org>
12649         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
12650         face instead of attempting to emulate it.
12652 2003-10-07  Kenichi Handa  <handa@m17n.org>
12654         * international/mule-diag.el (list-coding-systems-1): List coding
12655         systems that are loaded automatically.
12657         * international/code-pages.el (iso-8859-11): Add autoload cookie.
12659         * international/mule.el (autoload-coding-system): New function.
12661 2003-10-07  Andreas Schwab  <schwab@suse.de>
12663         * log-edit.el (log-edit-changelog-entries): Prefer local value of
12664         change-log-default-name in the buffer visiting the file.
12666 2003-10-06  Dave Love  <fx@gnu.org>
12668         * files.el (find-file-hook): Customize.
12669         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
12671         * bindings.el (completion-ignored-extensions): Remove .log.
12672         (global-map): Add again, open, stop keys.
12674 2003-10-05  Richard M. Stallman  <rms@gnu.org>
12676         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
12677         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
12678         Use sh-modify directly.
12679         (sh-select): Use sh-append, not eval.
12681         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
12683         * info.el (Info-following-node-name): New function.
12685         * loadhist.el (unload-feature-special-hooks):
12686         Rename from loadhist-hook-functions.
12687         (loadhist-hook-functions): Now an alias.
12689 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
12691         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
12692         file-name clashes on 8+3 filesystems.
12694         * Makefile.in (DONTCOMPILE, bootstrap-clean):
12695         Rename loaddefs-boot.el to ldefs-boot.el
12697         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
12698         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
12700 2003-10-03  Lute Kamstra  <lute@gnu.org>
12702         * info.el (Info-mode): Revert previous change.
12703         (Info-escape-percent): New function.
12704         (Info-fontify-node): Use it.
12706 2003-10-02  Andreas Schwab  <schwab@suse.de>
12708         * loaddefs-boot.el: Regenerated.
12710 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
12712         * ffap.el: Remove defadvice related code from CVS since `complete'
12713         provides a `PC-completion-as-file-name-predicate' variable that
12714         ffap can override.
12716 2003-10-02  Kenichi Handa  <handa@m17n.org>
12718         * international/utf-8.el (ccl-decode-mule-utf-8):
12719         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
12721         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
12722         * international/subst-big5.el: Likewise.
12723         * international/subst-gb2312.el: Likewise.
12724         * international/subst-ksc.el: Likewise.
12726 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
12728         * calendar/calendar.el (increment-calendar-month)
12729         (calendar-leap-year-p, calendar-absolute-from-gregorian)
12730         (generate-calendar, calendar-read-date, calendar-interval)
12731         (calendar-day-of-week): Handle years BC.
12732         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
12734 2003-10-01  Dave Love  <fx@gnu.org>
12736         * language/cyrillic.el (cp1251): Alias for windows-1251.
12738         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
12739         bootstrap.
12741 2003-10-01  Lute Kamstra  <lute@gnu.org>
12743         * files.el: Fix typo.
12744         * imenu.el (imenu--generic-function): Docstring fix.
12746 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12748         * dired.el (dired-mode): Handle dired-directory as a list.
12750 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
12752         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
12754         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
12756         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
12757         Replace gud-display with gud-watch.
12758         (gud-speedbar-buttons): Add stuff for watching expressions
12759         in the speedbar when using M-x gdba.  Use dolist on old part
12760         of this function.
12762         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
12763         (gdb-update-flag): New variables.
12764         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
12765         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
12766         (gud-watch, gdb-var-create-handler) : New functions.
12767         (gdb-var-list-children, gdb-var-list-children-handler)
12768         (gdb-var-create-regexp, gdb-var-update-regexp)
12769         (gdb-var-list-children-regexp): New constants.
12770         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
12771         (gdb-annotation-rules): Reduce annotation set (level 3).
12772         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
12773         (gdb-post-prompt): Don't update GDB buffers every time speedbar
12774         updates.
12775         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
12776         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
12777         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
12778         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
12779         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
12780         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
12781         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
12782         (gud-display, gud-display1)
12783         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
12784         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
12785         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
12786         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
12787         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12788         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12789         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12790         (gdb-display-display-buffer, gdb-toggle-display)
12791         (gdb-delete-display, gdb-expressions-popup-menu)
12792         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12793         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12794         to display buffer.
12796 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12798         * progmodes/ada-mode.el (ada-mode): Don't use advice.
12799         Instead, set which-func-functions.
12801         * progmodes/which-func.el (which-func-modes): Add ada-mode.
12802         (which-func-functions): New variable.
12803         (which-function): Use that.
12805         * info.el (Info-mode): Double each `%' in header line.
12807         * emacs-lisp/lisp-mnt.el (lm-with-file):
12808         When FILE is nil, run BODY in current buffer.
12810         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12812         * help.el (describe-mode): Start with a brief list of minor modes.
12813         Find them thru minor-mode-list so as to find them all.
12814         Show them in alphabetical order.
12816         * mail/sendmail.el (mail-aliases): Doc fix.
12818         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
12820 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
12822         * mail/rmailsum.el (rmail-make-summary-line-1):
12823         Change comma after last label to a space.
12824         (rmail-summary-font-lock-keywords): Adapt to that change.
12826 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
12828         * progmodes/scheme.el (scheme-mode-variables): When setting
12829         `font-lock-defaults', also specify that "#" should
12830         be interpreted with `word' syntax.
12831         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
12833 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
12835         * desktop.el: A lot of comments updated.
12836         (desktop-save-mode): Minor mode introduced.
12837         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
12838         (desktop-load-default): Function made obsolete.
12839         (desktop-locals-to-save): Variable made customizable.
12840         (desktop-read): Optional parameter `dirname' added.
12841         (desktop-change-dir, desktop-revert): Parameter `dirname' in
12842         `desktop-read' used.
12843         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
12845 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
12847         * whitespace.el (whitespace-clean-msg): Add user customizable message
12848         for displaying ``clean'' output.
12849         (whitespace-buffer): Use `whitespace-clean-msg'.
12850         (whitespace-global-mode): Fix typo.
12852 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
12854         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
12856 2003-09-29  Lute Kamstra  <lute@gnu.org>
12858         * bindings.el (mode-line-modes): Remove superfluous :propertize
12859         construct in initialization.
12860         (mode-line-position): Change cons cell into proper list in
12861         initialization.
12863 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
12865         * international/mule.el (decode-coding-inserted-region): Use car
12866         of the return value of find-operation-coding-system.
12868 2003-09-29  Kenichi Handa  <handa@m17n.org>
12870         * descr-text.el (describe-char): Fix previous change.
12872 2003-09-28  Kenichi Handa  <handa@m17n.org>
12874         * descr-text.el (describe-char-display): New function.
12875         (describe-char): Pay attention to display table on describing how
12876         a character is displayed.
12878         * international/mule-cmds.el (encoded-string-description):
12879         Prepend "0x" to each encoded byte.
12881 2003-09-28  Andreas Schwab  <schwab@suse.de>
12883         * find-file.el (ff-special-constructs): Add autoload cookie.
12885 2003-09-28  Kevin Ryde  <user42@zip.com.au>
12887         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
12888         makeinfo appends to duplicate index entries.
12890 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
12892         * dired-x.el (dired-clean-tex): Doc fix.
12894         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
12895         using a Chinese tutorial.
12897 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12899         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
12900         between "MAIL FROM:" and "RCPT TO:" and the following address.
12902 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12904         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
12906 2003-09-28  David Ponce  <david@dponce.com>
12908         * recentf.el (recentf-initialize-file-name-history): New defcustom.
12909         (recentf-load-list): When `recentf-initialize-file-name-history'
12910         is non-nil, initialize an empty `file-name-history' with the
12911         recent list.
12913 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
12915         * man.el (Man-default-man-entry): Remove the leading `*' from the
12916         word at point.
12918 2003-09-26  Lute Kamstra  <lute@gnu.org>
12920         * bindings.el (mode-line-position): Mention size indication in
12921         docstring.
12923 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
12925         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
12927         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
12928         because it's autoloaded now.
12930 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
12932         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
12933         (sh-font-lock-keywords, sh-feature): Fix previous change of
12934         sh-feature to avoid infloop with sh-font-lock-keywords.
12936 2003-09-25  Kim F. Storm  <storm@cua.dk>
12938         * frame.el (frame-current-scroll-bars): New defun.
12940         * window.el (window-current-scroll-bars): New defun.
12942 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12944         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
12945         cause errors when the state cache contains info on parts that have
12946         been narrowed out.
12948 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12950         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
12951         `c-setup-paragraph-variables' has to be used when this variable is
12952         changed; it doesn't work to reinitialize the mode since that
12953         typically clobbers the variable.
12955         * progmodes/cc-styles.el (c-setup-paragraph-variables):
12956         Make it interactive.
12958 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12960         * progmodes/cc-fonts.el (c-font-lock-declarations):
12961         Fix recognition of constructors and destructors for classes whose
12962         names are matched by `*-font-lock-extra-types'.
12964         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
12965         followed by an identifier in C++ then it's a type.
12967 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12969         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
12970         problem that primarily affected XEmacs.  Don't use faces to find
12971         unterminated strings since Emacs and XEmacs fontify strings
12972         differently - this function should now work better in XEmacs.
12974 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12976         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
12977         `expand-abbrev' workaround which caused braces to misbehave inside
12978         macros.
12980         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
12981         handling.  This bug could cause interactive font locking to bail out.
12983 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12985         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12986         Handle paren-style types in Pike.  Also fixed some cases of
12987         insufficient handling of unbalanced parens.
12989 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
12991         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
12992         common shell prompts that are not common filename or URL characters.
12993         (ffap-file-at-point): Use the new regexp to strip the prompts from
12994         the file names.  This is an issue mostly for user prompts that
12995         don't have a trailing space and find-file-at-point is invoked from
12996         within a shell inside Emacs.
12998 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
13000         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
13001         stamps numerically, rather than textually.
13003 2003-09-24  Kenichi Handa  <handa@m17n.org>
13005         * language/devan-util.el (devanagari-post-read-conversion):
13006         * language/mlm-util.el (malayalam-post-read-conversion):
13007         * language/tml-util.el (tamil-post-read-conversion):
13008         Add autoload cookie.
13010         * international/utf-8.el (utf-8-post-read-conversion):
13011         Call post-read-conversion functions for Devanagari, Malayalam,
13012         and Tamil.
13014 2003-09-23  Dave Love  <fx@gnu.org>
13016         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
13018 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
13020         * progmodes/gud.el (perldb): Add gud-until to list of commands.
13021         Update gud-remove.
13023 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13025         * progmodes/sh-script.el (sh-mode-default-syntax-table):
13026         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
13027         (sh-mode-syntax-table-input): New variable.
13028         (sh-require-final-newline): Don't use eval.
13029         (sh-builtins, sh-leading-keywords, sh-other-keywords)
13030         (sh-variables, sh-font-lock-keywords): Don't use eval.
13031         (sh-set-shell): When setting require-final-newline,
13032         treat value = `require-final-newline' as don't change it.
13033         Set sh-mode-syntax-table locally based on
13034         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
13036         * progmodes/compile.el (compile-internal):
13037         Call compilation-set-window-height before setting window start.
13039 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
13041         * emacs-lisp/bytecomp.el (byte-compile-log-file):
13042         Clear out byte-compile-last-warned-form.
13044 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13046         * woman.el (woman-file-name, woman-follow-word):
13047         If current-word returns nil, use "".
13049         * simple.el (eval-expression): Bind standard-output in to-buffer case.
13051 2003-09-22  Richard M. Stallman  <rms@gnu.org>
13053         * emacs-lisp/lisp-mnt.el (lm-with-file):
13054         Don't visit the file, just use insert-file-contents in temp buffer.
13056 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
13058         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
13059         Add surrounding \\( and \\) around the header, as in
13060         for lm-history-header 'Change Log\\|History'.
13062 2003-09-22  John Paul Wallington  <jpw@gnu.org>
13064         * progmodes/ld-script.el: Add Commentary section,
13065         minor cleanup of file header.
13066         (ld-script-font-lock-keywords): Doc fix.
13067         (toplevel): Provide `ld-script' feature.
13069 2003-09-21  Kim F. Storm  <storm@cua.dk>
13071         * scroll-bar.el (set-scroll-bar-mode): Initialize to
13072         new built-in variable default-frame-scroll-bars.
13073         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
13074         scroll-bar-mode; notably, use it instead of t when we toggle
13075         scroll-bars on.
13076         (toggle-scroll-bar): Use default-frame-scroll-bars.
13078 2003-09-19  Masatake YAMATO  <jet@gyve.org>
13080         * pcvs.el (cvs-do-removal): Change the prompt depending on
13081         `filter' value.
13083 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
13085         * startup.el (command-line-1): Stop startup-echo-area-message
13086         being hidden by "Loading image..." message.
13087         (use-fancy-splash-screens-p, display-splash-screen):
13088         Move display-graphic-p test from latter to former.
13090         * progmodes/sh-script.el (sh-font-lock-keywords):
13091         Highlight escaped EOLs differently from other backslash constructs.
13093 2003-09-19  Richard M. Stallman  <rms@gnu.org>
13095         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
13096         New functions.
13097         (edebug-enter, edebug-outside-excursion): Use them.
13099         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
13100         Fix the condition for whether to print "In WHERE".
13102 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
13104         * finder.el (finder-mode-hook): New variable.
13105         (finder-mode): Run hook finder-mode-hook
13107 2003-09-18  Masatake YAMATO  <jet@gyve.org>
13109         * progmodes/ebrowse.el: Fix broken magic autoload comments.
13111 2003-09-17  Mario Lang  <mlang@delysid.org>
13113         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
13114         "p %e" to actually print the value in the GUD buffer.
13116 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
13118         From David Ponce <david.ponce@wanadoo.fr>:
13119         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
13120         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
13121         from loaddefs-boot.el if necessary.
13123 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
13125         * progmodes/gud.el (gud-find-class): Make jdb work again since
13126         cc-mode changed the syntactic information.
13128 2003-09-15  David Ponce  <david@dponce.com>
13130         * recentf.el: (recentf-exclude): Accept predicates too.
13131         (recentf-file-readable-p): New function.
13132         (recentf-include-p): Handle predicates in recentf-exclude.
13133         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
13134         (recentf-cleanup): Likewise.
13135         (recentf-save-list): Use write-file to handle backup of
13136         recentf-save-file.
13138 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
13140         * loaddefs-boot.el: Renamed from `loaddefs.el'
13141         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
13142         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
13143         necessary.
13145 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
13147         * electric.el (Electric-pop-up-window): For the `one-window' case,
13148         no longer disconcertingly move point in the original buffer.
13150 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13152         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
13154 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13156         * dired.el (dired-mode-map): Fix typo.
13158 2003-09-11  Richard M. Stallman  <rms@gnu.org>
13160         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
13162 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
13164         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
13165         the function is less noisy.  Now only `kill-buffer' can ask questions.
13167 2003-09-10  Mario Lang  <mlang@delysid.org>
13169         * battery.el: Update Commentary and Copyright.
13170         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
13171         appear due to wrong ordering of the expressions in `or'.
13173 2003-09-09  Lute Kamstra  <lute@gnu.org>
13175         * misc.el (upcase-char): Fix docstring.
13176         (zap-up-to-char): New command.
13178 2003-09-08  David Ponce  <david@dponce.com>
13180         Ensure that recentf correctly updates the menu bar.
13181         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
13182         (recentf-menu-bar): New function.
13183         (recentf-clear-data): Use it
13184         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
13185         of easy-menu-change.
13187 2003-09-08  Lute Kamstra  <lute@gnu.org>
13189         * simple.el (size-indication-mode): New.
13190         * bindings.el (mode-line-position): Add buffer size indicator.
13192 2003-09-04  Mario Lang  <mlang@delysid.org>
13194         * battery.el (battery-linux-proc-acpi): New function.
13195         (battery-status-function): Modify default value calculation to also
13196         check for availability of ACPI.
13197         (battery-echo-area-format): Ditto.
13198         (battery-mode-line-format): Ditto.
13200 2003-09-06  Dave Love  <fx@gnu.org>
13202         * ielm.el (ielm-mode-hook): Add :options.
13204         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
13205         (eldoc-print-current-symbol-info): Use it.
13207 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
13209         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
13210         being displayed in GUD buffer.
13211         (gdb-idle-input-queue): Remove var.  Use just one queue.
13212         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
13213         Remove functions.  Use just one queue.
13214         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
13215         (gdb-invalidate-assembler, gdb-get-current-frame):
13216         Modify functions.  Use just one queue.
13218 2003-09-04  Dave Love  <fx@gnu.org>
13220         * cus-start.el: Add blink-cursor-alist.
13222         * ruler-mode.el (ruler-mode-fill-column-char)
13223         (ruler-mode-current-column-char): Use char-displayable-p,
13224         not window-system.
13226         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
13228         * language/european.el (windows-1252): Move from code-pages.
13230         * language/cyrillic.el ("Windows-1251"): Delete.
13231         ("Bulgarian", "Belarusian"): Remove `features'.
13232         (windows-1251): Move from code-pages.
13234         * international/mule-diag.el (non-iso-charset-alist):
13235         Remove `codepage' stuff.
13236         (print-designation, list-coding-systems-1): Output fixes.
13238         * international/code-pages.el (cp-make-translation-table)
13239         (cp-valid-codes): Made defsubsts.
13240         (cp-fix-safe-chars): Delete.
13241         (mule-diag): Don't require.
13242         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
13243         (top-level): Check for defined coding system when defining
13244         cp... aliases.  Change w32-add-charset-info test to avoid warning.
13245         (non-iso-charset-alist): Defvar when compiling.
13246         (cp-make-coding-system): Doc fix.
13248 2003-09-02  Jason Rumney  <jasonr@gnu.org>
13250         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
13251         line-ends from CVS before doing conversion.
13253 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
13255         * calendar/diary-lib.el (diary-header-line-flag)
13256         (diary-header-line-format): New variables.
13257         (list-diary-entries): Use them to set header line in simple diary.
13259         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
13260         other than font-lock-string-face to highlight backslashes.
13262 2003-09-01  Jason Rumney  <jasonr@gnu.org>
13264         * international/titdic-cnv.el (tit-read-key-value): Include \r in
13265         regexp.
13267 2003-09-01  Dave Love  <fx@gnu.org>
13269         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
13271         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
13272         and :help; also line and column numbers labels.
13274         * international/mule-util.el (char-displayable-p): Move from
13275         latin1-disp, rename and autoload.
13277         * international/latin1-disp.el (latin1-char-displayable-p):
13278         Now obsolete alias.  Replace uses with char-displayable-p.
13279         (latin1-display-ucs-per-lynx): Fix last change.
13281         * international/mule-cmds.el (standard-display-european-internal):
13282         Don't use char code for Latin-1 NBSP.
13283         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
13284         U+2018, U+2019 for `'.
13285         (select-safe-coding-system): Message fix.
13287 2003-09-01  Kenichi Handa  <handa@m17n.org>
13289         * international/fontset.el (setup-default-fontset): For Thai
13290         font, specify "*" family.
13292 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13294         * progmodes/compile.el (previous-error): Accept a prefix
13295         argument, similarly to next-error.
13297 2003-08-31  Masatake YAMATO  <jet@gyve.org>
13299         * pcvs.el (cvs-do-removal): Use = instead of eq to check
13300         the number of files.  Bind the number of files to a local
13301         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
13303 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
13305         * vc-hooks.el (vc-make-version-backup): Fix the change made on
13306         2003-07-26: msdos-long-file-names is a function, not a variable.
13308 2003-08-29  Richard M. Stallman  <rms@gnu.org>
13310         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
13311         Do nothing with mail-personal-alias-file if it is nil.
13313         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
13314         Do nothing if mail-personal-alias-file is nil.
13316         * term.el (term-exec-1): Bind coding-system-for-read.
13318         * dired.el (dired-mouse-find-file-other-window):
13319         Use dired-view-command-alist here, as in dired-view-file.
13320         (dired-view-command-alist): Use %s to substitute file name.
13321         Handle .ps_pages, .eps, .jpg, .gif, .png.
13323 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
13325         * info.el (Info-mode-map): Bind S-tab and <backtab> to
13326         `Info-prev-reference', instead of M-tab.
13328 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
13330         * simple.el (blink-matching-open): Work correctly on chars that
13331         are designated as parens through the syntax-table text property.
13333 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
13335         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
13336         line break position in the middle of a non-kinsoku (e.g. latin)
13337         word, making it skip until either a space or a character with
13338         category "|".
13339         (kinsoku-longer): Test for end of buffer.
13341 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
13343         * mail/rmail.el (rmail-convert-to-babyl-format):
13344         Detect quoted-printable- and base64-encoded messages and decode them
13345         automatically.  Set the message's encoding from the charset=
13346         header, if any.  Decode base64-encoded messages in Mail format as well.
13348 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
13350         * mail/smtpmail.el: Fix previous change.
13351         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
13352         calling smtpmail-via-smtp.
13353         (smtpmail-via-smtp): Add fall-back values for envelope-from.
13355 2003-08-26  John Paul Wallington  <jpw@gnu.org>
13357         * image.el (image-jpeg-p): Don't search beyond length of data.
13359 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
13361         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
13362         misfeature in `expand-abbrev' which caused electric keywords like
13363         "else" to disappear if an open brace was typed directly afterwards.
13365 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
13367         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
13368         mandatory in `define-widget'.
13370         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
13371         Don't align the operators "!=", "<=" and ">=" as assignment operators.
13373         (c-assignment-operators): New language constant that only contains
13374         the assignment operators.
13376         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
13378 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
13380         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13381         Safeguard against unbalanced sexps.
13383 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
13385         * version.el (emacs-version): Check for gtk.  Include gtk version info.
13387 2003-08-25  John Paul Wallington  <jpw@gnu.org>
13389         * man.el (Man-default-man-entry): Don't whizz past the section
13390         number before looking for it.
13392 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
13394         * progmodes/gud.el (gud-display-line): Don't set window-point if
13395         source buffer is not visible.  (Only happens with M-x gdba.)
13397         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
13398         documentation.
13399         (gdb-source, gdb-source-info): Update to assembler unnecessary
13400         as its done after each GDB command anyway.
13401         (gdb-pre-prompt): Use with-current-buffer.
13402         (gdb-insert-field): Add help-echo text.
13403         (gdb-invalidate-assembler): Re-display of assembler now done in
13404         gdb-info-breakpoints-custom.
13405         (gdb-info-breakpoints-custom): Force re-display of assembler to
13406         happen *after* update of breakpoints buffer.
13407         (gdb-display-source-buffer): Don't choke if gdb-source-window
13408         isn't visible.
13409         (gdb-put-string, gdb-put-arrow): Remove free variables.
13411 2003-08-24  John Paul Wallington  <jpw@gnu.org>
13413         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
13415         * man.el (Man-default-man-entry): Strip text properties when
13416         snarfing parts of entry because `format' preserves properties.
13418 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
13420         * files.el (file-newest-backup): Use `expand-file-name'.
13422         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
13423         Allow the diary to pop up a new frame, if needed.
13425         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
13426         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
13427         (smtpmail-send-it): Make treatment of envelope-from consistent with
13428         sendmail.el.
13430         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
13431         (sh-leading-keywords): Add the bash `time' reserved word.
13432         (sh-variables): Add some bash variables.
13433         (sh-add-completer): Fix nil branch of case statement.
13435 2003-08-24  Masatake YAMATO  <jet@gyve.org>
13437         * progmodes/ld-script.el: New file.
13439 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
13441         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
13443 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
13445         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
13446         Better explain obsolescence, and what to use instead.
13448 2003-08-23  Masatake YAMATO  <jet@gyve.org>
13450         * pcvs.el (cvs-do-removal): Show the deleted file name
13451         on the prompt.
13453 2003-08-20  Dave Love  <fx@gnu.org>
13455         * international/mule.el (make-coding-system)
13456         (set-buffer-file-coding-system): Doc fix.
13458         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
13460         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
13462         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13464         * international/utf-16.el: Add mime-text-unsuitable coding system
13465         properties.
13467         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
13469         * cus-edit.el: Add some :links.
13470         (bib): Remove.
13472         * textmodes/bib-mode.el (bib): Add :group external.
13474 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
13476         * wid-edit.el (widget-echo-help): Make it handle expressions that
13477         evaluate to strings.
13479 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
13481         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
13483         Simplify selection of SQL products to define highlighting and
13484         interactive mode.  Includes detailed instructions on adding
13485         support for new products.
13487         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
13488         product for use in highlighting and interactive mode.
13489         (sql-interactive-product): New variable.  SQL product for
13490         sql-interactive-mode.
13491         (sql-product-support): New variable.  Specifies product-specific
13492         parameters to drive highlighting and interactive mode.
13493         (sql-imenu-generic-expression): Add more object types.
13494         (sql-sqlite-options): Correct comment.
13495         (sql-ms-program): Use "osql" rather than "isql".
13496         (sql-prompt-regexp, sql-prompt-length): Update comment.
13497         (sql-mode-menu): Add "Start SQLi session" entry.
13498         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
13499         (sql-mode-abbrev-table): Add abbreviations.  Support of
13500         SYSTEM-FLAG on define-abbrev.  Support was removed with last
13501         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
13502         (sql-mode-font-lock-object-name): Add font-lock pattern for object
13503         names.
13504         (sql-mode-ansi-font-lock-keywords): Set as default value.
13505         (sql-mode-oracle-font-lock-keywords): Set as default value.
13506         Support Oracle 9i keywords.
13507         (sql-mode-postgres-font-lock-keywords): Set as default value.
13508         (sql-mode-linter-font-lock-keywords): Set as default value.
13509         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
13510         SQLServer 2000.
13511         (sql-mode-sybase-font-lock-keywords)
13512         (sql-mode-interbase-font-lock-keywords)
13513         (sql-mode-sqlite-font-lock-keywords)
13514         (sql-mode-strong-font-lock-keywords)
13515         (sql-mode-mysql-font-lock-keywords)
13516         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
13517         keywords.
13518         (sql-mode-font-lock-defaults): Update comment.
13519         (sql-product-feature): New function.  Returns feature associated
13520         with a product from `sql-product-support' alist.
13521         (sql-product-font-lock): New function.  Set font-lock support
13522         based on `sql-product'.
13523         (sql-add-product-keywords): New function.  Add font-lock rules to
13524         product-specific keyword variables.
13525         (sql-set-product): New function.  Set `sql-product' and apply
13526         appropriate font-lock highlighting.
13527         (sql-highlight-product): New function.  Set font-lock support
13528         based on a product.  Also set mode name to include product name.
13529         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
13530         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
13531         Use `sql-set-product'.
13532         (sql-highlight-ms-keywords)
13533         (sql-highlight-sybase-keywords)
13534         (sql-highlight-interbase-keywords)
13535         (sql-highlight-strong-keywords)
13536         (sql-highlight-mysql-keywords)
13537         (sql-highlight-sqlite-keywords)
13538         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
13539         (sql-get-login): Prompt in the same order as the tokens.
13540         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
13541         (sql-product-interactive): New function.  Common portions of
13542         product-specific interactive mode wrappers.
13543         (sql-interactive-mode): Rewritten to use product features.
13544         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
13545         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
13546         (sql-db2, sql-linter): Use `sql-product-interactive'.
13547         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
13548         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
13549         (sql-connect-ingres, sql-connect-postgres)
13550         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
13551         New functions.  Format command line parameters and invoke comint on
13552         the appropriate interpreter.  Code was in the corresponding
13553         `sql-xyz' function before.
13554         (sql-connect-ms): New function.  Support -E argument to use
13555         operating system credentials for authentication.
13557 2003-08-18  Kenichi Handa  <handa@m17n.org>
13559         * international/mule.el (encode-char): Fix for the ASCII case.
13561 2003-08-15  Kenichi Handa  <handa@m17n.org>
13563         * international/fontset.el (setup-default-fontset): Change "*" to
13564         nil in the specifications of font family.
13566 2003-08-18  Kim F. Storm  <storm@cua.dk>
13568         * kmacro.el (kmacro-keymap): Group related bindings in
13569         initialization for clarity.  Bind C-s to start macro.
13570         Remove C-r binding.
13571         (kmacro-initial-counter-value): New defvar to hold initial counter
13572         value in case we set the value before defining a macro.
13573         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
13574         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
13575         not defining or executing macro.  Doc fix.
13576         (kmacro-add-counter): Clear kmacro-initial-counter-value.
13577         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13578         temporarily view older elements on the macro ring without cycling
13579         the ring.
13580         (kmacro-display): Doc fix.
13581         (kmacro-exec-ring-item): New helper function.
13582         (kmacro-call-ring-2nd): Use it.
13583         (kmacro-call-ring-2nd-repeat): Doc fix.
13584         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
13585         (kmacro-end-or-call-macro): Execute last viewed macro (using
13586         kmacro-exec-ring-item) from ring if this follows
13587         kmacro-view-macro.  This allows us to find a macro on the ring
13588         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
13589         the ring to bring it to the head of the ring.
13590         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
13591         Allow binding to reserved keys without specifying C-x C-k prefix.
13592         Ask for confirmation if entered key sequence is already bound to
13593         a non-macro command.
13594         (kmacro-view-macro): Repeating command will show older elements
13595         on the macro ring; C-k will execute the last viewed macro.
13596         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
13597         property from 'ring to 'head.
13599 2003-08-17  Alan Shutko  <ats@acm.org>
13601         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
13602         keeping December out of the alist.
13604 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
13606         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
13607         * calendar/calendar.el (calendar-mode-map): Bind it to key.
13608         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
13609         (calendar-flatten): New function.
13610         (calendar-mouse-view-other-diary-entries)
13611         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
13612         in the menu title and to show multi-line diary entries correctly
13613         in the menu.
13615 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
13617         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
13618         defcustom, because the default was recently changed.
13620 2003-08-16  Richard M. Stallman  <rms@gnu.org>
13622         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
13624         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13625         New subroutine, broken out of eval-last-sexp-1.
13626         (eval-last-sexp-1): Use eval-last-sexp-print-value.
13628         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
13630         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
13632         * simple.el (eval-expression): Use eval-last-sexp-print-value.
13634 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
13636         * progmodes/compile.el (compilation-error-regexp-alist):
13637         Add Java ANt error detection as described in document
13638         http://ant.apache.org/faq.html
13640 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
13642         * simple.el (backward-word, forward-to-indentation)
13643         (backward-to-indentation): Argument changed to optional.
13644         (next-line, previous-line): Use `or' instead of `unless'.
13646 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13648         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
13649         instead of a constant.
13651 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
13653         * shell.el (shell): With prefix-arg, suggest a new buffer name.
13655 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
13657         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
13658         (vc-sccs-workfile-version): Search the entire delta table, rather
13659         than just the first entry, because that might be a deleted version.
13661 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
13663         * menu-bar.el (menu-bar-options-menu): Supply a body for the
13664         [save-place] binding in the Options menu.  Have it require
13665         'saveplace' and then toggle the variable manually, to avoid an an
13666         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
13667         for the bug report.
13669 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
13671         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
13672         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
13673         (gdb-info-threads-custom): Add help-echo text.
13674         (gdb-display-back): Don't use purecopy.
13675         (gdb-info-breakpoints-custom, gdb-reset)
13676         (gdb-assembler-custom): Use display-images-p to test if breakpoint
13677         icons can be displayed.
13679 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
13681         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
13683 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
13685         * bookmark.el (bookmark-completing-read):
13686         Return a string, instead of a list of one string.
13687         Use a popup menu if activated from the mouse.
13688         (bookmark-edit-annotation): Remove unused vars.
13689         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
13690         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
13691         to bookmark-completing-read.
13692         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13693         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
13694         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
13695         and erase-buffer.
13696         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
13697         (bookmark-menu-jump, bookmark-menu-insert)
13698         (bookmark-popup-menu-and-apply-function)
13699         (bookmark-menu-popup-paned-bookmark-menu): Remove.
13700         (bookmark-menu-build-paned-menu): Remove by folding it into
13701         bookmark-menu-popup-paned-menu.
13702         (menu-bar-bookmark-map): Move the define-key statements here.
13703         Use the "non-menu" commands since they now pop up a menu if needed.
13704         (bookmark-exit-hook-internal): Simplify.
13706 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
13708         * reftex-toc.el (reftex-toc-rename-label): New function.
13709         (reftex-toc-check-docstruct): New function.
13711         * reftex.el (reftex-region-active-p): New function.
13713         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
13714         regexp to find the \bibliography macro.
13716         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
13717         which does not exist in LaTeX.
13718         (reftex-cite-format-builtin): Added amsrefs support.
13719         (reftex-toc-confirm-promotion): New option
13721         * reftex-toc.el
13722         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
13723         (reftex-toc-demote, reftex-toc-promote)
13724         (reftex-toc-do-promote, reftex-toc-promote-prepare)
13725         (reftex-toc-promote-action, reftex-toc-extract-section-number)
13726         (reftex-toc-newhead-from-alist)
13727         (reftex-toc-load-all-files-for-promotion): New functions.
13728         (reftex-toc-help): Added description of new keys.
13729         (reftex-toc-split-windows-fraction): New option.
13730         (reftex-recenter-toc-when-idle): Search *toc* window on all
13731         visible frames.
13732         (reftex-toc): Additional parameter REUSE
13733         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
13734         with REUSE argument.
13735         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
13736         the call of `reftex-toc'.
13737         (reftex-make-separate-toc-frame): New function .
13738         (reftex-toc-recenter): When called with triple prefix arg, call
13739         `reftex-make-separate-toc-frame' first.
13740         (reftex-toc-toggle-dedicated-frame): New command.
13741         (reftex-toc-quit): Adapted to delete frame when called in
13742         dedicated frame.
13744         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
13745         all enclosing macros.
13748 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13750         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
13751         first use.
13753 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13755         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
13757 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13759         * calendar/calendar.el (list-diary-entries-hook)
13760         (diary-display-hook, nongregorian-diary-listing-hook)
13761         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
13762         Add some customize options for these hooks.
13763         (calendar-abbrev-construct): Don't try to take a substring longer
13764         than the original string.
13766 2003-08-05  Richard M. Stallman  <rms@gnu.org>
13768         * emacs-lisp/testcover.el (noreturn): Report error if does return.
13769         (testcover-reinstrument-clauses): Doc fix.
13771         * emacs-lisp/warnings.el: Doc fixes, args renamed.
13772         (warning-type-format): Rename from warning-group-format.
13774         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
13775         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
13776         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
13777         to prevent warnings about defvar for an obsolete variable.
13779         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13780         warning-group-format renamed to warning-type-format.
13782         * subr.el (read-passwd): Use clear-string instead of fillarray.
13784         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
13785         Use vconcat instead of concat.
13786         (edmacro-sanitize-for-string): New function.
13788 2003-08-05  Dave Love  <fx@gnu.org>
13790         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13791         line-number-display-limit-width.
13793         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13795 2003-08-05  Kenichi Handa  <handa@m17n.org>
13797         * international/code-pages.el: Don't require mule-diag.
13799         * international/mule-diag.el (non-iso-charset-alist):
13800         Add autoload cookie.
13802         * language/devan-util.el (dev-glyph-order): Add an entry for the
13803         glyph code #xC4.
13805 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
13807         * calendar/calendar.el (diary-file, diary-file-name-prefix)
13808         (european-calendar-style, diary-date-forms)
13809         (calendar-day-name-array, calendar-month-name-array): Doc change.
13810         (generate-calendar-month): Adapt for new behaviour of
13811         `calendar-day-name' function.
13812         (calendar-abbrev-length, calendar-day-abbrev-array)
13813         (calendar-month-abbrev-array): New variables.
13814         (calendar-abbrev-construct): New function.
13815         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13816         rather than fixing abbrevs at some width.  Calling syntax change.
13817         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
13818         (calendar-date-string): Adapt for new behaviours of
13819         `calendar-day-name' and `calendar-month-name' functions.
13821         * calendar/diary-lib.el (list-diary-entries): Adapt for new
13822         behaviour of `calendar-day-name' and `calendar-month-name' functions.
13823         (diary-name-pattern): Use abbrev arrays, rather than fixing
13824         abbrevs at three chars.  Calling syntax change.
13825         (mark-diary-entries): Adapt for new behaviours of
13826         `diary-name-pattern' and `calendar-make-alist' functions.
13827         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
13828         `diary-name-pattern' function.
13829         (font-lock-diary-date-forms): Use abbrev arrays, rather than
13830         fixing abbrevs at three chars.  Calling syntax change.
13831         (cal-hebrew, cal-islam): Require when compiling.
13832         (diary-font-lock-keywords): Adapt for new behaviour of
13833         `font-lock-diary-date-forms' function.
13835         * calendar/cal-hebrew.el: Reposition some code so defined before used.
13836         (calendar-hebrew-month-name-array-common-year)
13837         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
13838         (list-hebrew-diary-entries): Adapt for new behaviours of
13839         `calendar-day-name' and `add-to-diary-list' functions.
13840         (mark-hebrew-diary-entries): Adapt for new behaviours of
13841         `diary-name-pattern' and `calendar-make-alist' functions.
13843         * calendar/cal-islam.el (calendar-islamic-month-name-array):
13844         Add doc string.
13845         (list-islamic-diary-entries): Adapt for new behaviours of
13846         `calendar-day-name' and `add-to-diary-list' functions.
13847         (mark-islamic-diary-entries): Adapt for new behaviours of
13848         `diary-name-pattern' and `calendar-make-alist' functions.
13850         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
13851         `calendar-month-name' function.
13853         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
13855         * calendar/solar.el (solar-seasons-data): Move definition before use.
13857         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
13858         (cal-tex-LaTeX-hourbox): Move definition before use.
13860         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
13861         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
13862         lunar.el, solar.el
13863         (displayed-month, displayed-year): Define for compiler.
13865 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
13867         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
13868         MODE.  Renamed from c-init-c-language-vars'.
13869         (c-initialize-cc-mode): Change accordingly.
13870         (c-common-init): Ditto.
13871         (c-mode): Ditto.
13872         (c++-mode): Use `c-init-language-vars-for'.
13873         (objc-mode): Ditto.
13874         (java-mode): Ditto.
13875         (idl-mode): Ditto.
13876         (pike-mode): Ditto.
13877         (awk-mode): Ditto.
13879 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
13881         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
13882         or not the point moved.
13884         (c-search-decl-header-end): Don't trip up on operator identifiers
13885         in C++ and operators like == in all languages.
13887         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13888         Detect leading labels correctly.
13890 2003-08-02  Andreas Schwab  <schwab@suse.de>
13892         * textmodes/ispell.el: Don't redo key bindings on loading, put
13893         them only in loaddefs.el.
13894         * bookmark.el: Likewise.
13895         * dabbrev.el: Likewise.
13896         * emerge.el: Likewise.
13898         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
13899         has more than one member.
13901         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
13903 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13905         * lpr.el (printify-region): It was ending conversion before the
13906         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
13908 2003-07-31  John Paul Wallington  <jpw@gnu.org>
13910         * net/browse-url.el (browse-url-epiphany): Doc fix.
13912 2003-07-30  Kenichi Handa  <handa@m17n.org>
13914         * international/fontset.el (setup-default-fontset):
13915         Change registry names of Akurti fonts.
13917 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13919         * comint.el (comint-read-noecho): Use `clear-string' instead of
13920         `fillarray'.
13922 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
13924         * outline.el (outline-mode-hook): Add defvar.
13926 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
13928         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
13929         Restore assembler in source window if that is what has been selected.
13930         (menu): Add gdb-restore-windows to menu.  Make gdba
13931         specific menus only visible from gdba.
13933 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
13935         * progmodes/compile.el (compilation-environment): New user variable.
13936         (compile-internal): Respect it.
13938 2003-07-23  Masatake YAMATO  <jet@gyve.org>
13940         * progmodes/gud.el (gdb-script-font-lock-keywords):
13941         Put `font-lock-function-name-face' on a symbol which includes
13942         `-' like `hook-run'.  Put font-lock-variable-name-face
13943         on a symbol starting with $.
13945 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
13947         * files.el (set-visited-file-name): Use truename for buffer-file-name.
13949 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
13951         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
13953 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
13955         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
13956         Use with-no-warnings.
13957         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
13958         rather than to find-file-not-found-hook, which doesn't exist.
13960 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
13962         * international/quail.el (quail-translate-key): Fix previous change.
13964 2003-07-25  John Paul Wallington  <jpw@gnu.org>
13966         * server.el (server-start): Check `server-process' is non-nil
13967         before killing it to avoid killing current buffer's process.
13969         * simple.el (choose-completion-string): Use `minibufferp';
13970         test `completion-reference-buffer' if `buffer' arg is nil.
13971         (push-mark): Use `when' and `unless'.
13972         (pop-mark): Use `when'.
13974         * mouse-sel.el (mouse-sel-get-selection-function):
13975         Check `x-last-selected-text-primary'.  Don't barf if it or
13976         `x-last-selected-text' aren't bound.
13978 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13980         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
13982 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
13984         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
13986 2003-07-23  John Paul Wallington  <jpw@gnu.org>
13988         * tooltip.el (defface tooltip): Inherit from variable-pitch.
13990 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
13992         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
13993         string.  Defvar the derived hook.
13995         * macros.el (insert-kbd-macro): Escape double quote character.
13996         From Thomas W Murphy <twm@andrew.cmu.edu>.
13998 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
14000         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
14001         to match the specific mark rather than reusing comment-start-skip.
14003 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
14005         * progmodes/hideshow.el (hs-special-modes-alist):
14006         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
14008 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
14010         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
14011         value using ?\s.
14013 2003-07-21  John Paul Wallington  <jpw@gnu.org>
14015         * subr.el (with-selected-window): Add closing paren.
14017 2003-07-21  Richard M. Stallman  <rms@gnu.org>
14019         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
14020         (lisp-mode): Likewise.
14022         * subr.el (with-selected-window): Copy code form save-selected-window
14023         so as to call select-window with norecord arg.
14024         (dynamic-completion-table): Doc fix.
14025         (lazy-completion-table): Doc fix.
14027         * international/mule-cmds.el (set-locale-environment):
14028         langinfo renamed to locale-info.
14030         * international/mule.el (auto-coding-functions): Doc fix.
14032 2003-07-21  Kenichi Handa  <handa@m17n.org>
14034         * international/quail.el (quail-translate-key):
14035         Update quail-current-str correctly.
14037 2003-07-21  Andreas Schwab  <schwab@suse.de>
14039         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
14040         ?, to "_".
14042 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
14043         Version 2.0.36 of Tramp released.
14045         * net/tramp.el (tramp-default-password-end-of-line): Rename from
14046         tramp-password-end-of-line.
14047         (tramp-password-end-of-line): New method parameter.
14048         (tramp-get-password-end-of-line): Function to access method
14049         parameter `tramp-password-end-of-line', or variable
14050         `tramp-default-password-end-of-line' (default value).
14051         (tramp-methods): Add entries for new parameter
14052         tramp-password-end-of-line.
14053         (tramp-enter-password): Use new function
14054         `tramp-get-password-end-of-line'.
14055         (tramp-handle-insert-file-contents): Do not
14056         unconditionally inhibit the file operation file-local-copy, only
14057         do that when the inhibit-file-name-operation is currently
14058         insert-file-contents.  This fixes finding remote CVS-controlled
14059         files.  (It would barf on inserting the CVS/Entries file
14060         literally, because the file-local-copy handler wasn't called.)
14061         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
14062         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
14063         (tramp-initial-commands): New variable.
14064         (tramp-process-initial-commands): New function, using the variable.
14065         (tramp-open-connection-setup-interactive-shell): Call the new function.
14066         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
14067         method into the buffer name, never use nil.  Reported by Hanak
14068         David <dhanak@inf.bme.hu>.
14069         (tramp-open-connection-setup-interactive-shell): Erase buffer
14070         before sending "stty -onlcr".
14072         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
14074 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
14076         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
14078 2003-07-19  John Paul Wallington  <jpw@gnu.org>
14080         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
14081         (artist-draw-rect, artist-draw-square): Doc fixes.
14083         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
14085         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
14087 2003-07-19  Kenichi Handa  <handa@m17n.org>
14089         * international/kkc.el (kkc-show-conversion-list-update):
14090         Highlight the correct candidate in the message.
14092 2003-07-18  John Paul Wallington  <jpw@gnu.org>
14094         * simple.el (current-word): Don't include punctuation char when
14095         `really-word' arg is non-nil.
14097 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
14099         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
14100         moved to the directory obsolete.
14102 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14104         * info.el (Info-menu-entry-name-re): Allow newlines in
14105         menu entry names.
14107         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
14108         syntax-ppss-after-change-function.
14109         (syntax-ppss-after-change-function): New alias.  Update uses.
14110         (syntax-ppss): Catch the case where the buffer is narrowed.
14112 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14114         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
14115         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
14117 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
14119         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
14120         since it might be modified.
14122         * progmodes/cc-langs.el (c++-make-template-syntax-table)
14123         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
14124         names to these language constants.
14126 2003-07-15  Kim F. Storm  <storm@cua.dk>
14128         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
14129         All uses changed.
14131 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
14133         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
14134         Namespace support.
14136 2003-07-13  Juanma Barranquero  <lektu@terra.es>
14138         * frame.el (modify-all-frames-parameters): Reinstall (copyright
14139         papers received).
14141 2003-07-13  Karl Eichwalder  <ke@suse.de>
14143         * textmodes/po.el (po-find-charset): White space at the start of the
14144         Content-Type field body is non-mandatory.
14146 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
14148         * textmodes/texinfo.el (texinfo-section-list):
14149         Append appendixsection; a synonym for appendixsec.
14151 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
14153         * man.el (Man-translate-cleanup): New.
14154         (Man-translate-references): Call `Man-translate-cleanup' to clean
14155         leading, trailing and middle spaces.
14157 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
14159         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
14160         Handle `dired-directory' being a list.
14162 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14164         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
14165         it doesn't exist.
14167 2003-07-12  Richard M. Stallman  <rms@gnu.org>
14169         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
14171         * progmodes/cc-defs.el (c-make-keywords-re):
14172         Don't use delete-duplicates.
14173         (c-lang-const): Don't use mapcan.
14175         * apropos.el (apropos-show-scores): Make it customizable.
14176         Document new meaning.
14177         (apropos): Compute scores from symbols.
14178         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
14180 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14182         * ps-bdf.el: Fix copyright line.
14183         (bdf-directory-list): Fix initialization code.
14185 2003-07-11  John Paul Wallington  <jpw@gnu.org>
14187         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
14188         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
14189         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
14191 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
14193         * emacs-lisp/ring.el (ring-elements): Doc fix.
14195 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
14197         * calendar/timeclock.el (timeclock-relative)
14198         (timeclock-ask-before-exiting, timeclock-use-display-time):
14199         Doc changes.
14200         (timeclock-modeline-display): Give a message if
14201         `timeclock-use-display-time' is non-nil but `display-time-mode'
14202         is not active.
14204 2003-07-11  Kenichi Handa  <handa@m17n.org>
14206         * international/mule-cmds.el (set-language-environment):
14207         Set current-language-environment to the correct string.
14209 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14211         * ps-print.el: Print line number correctly in a region.  Reported by
14212         Tim Allen <timallen@ls83.fsnet.co.uk>.
14213         (ps-print-version): New version number (6.6.2).
14214         (ps-printing-region): Code fix.
14216 2003-07-10  John Paul Wallington  <jpw@gnu.org>
14218         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
14219         this function can be called from `add-completions-from-tags-table'.
14221 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
14223         * calendar/timeclock.el (timeclock-use-display-time)
14224         (timeclock-day-over-hook, timeclock-workday-remaining)
14225         (timeclock-status-string, timeclock-when-to-leave)
14226         (timeclock-when-to-leave-string, timeclock-log-data)
14227         (timeclock-find-discrep, timeclock-day-base)
14228         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
14229         (timeclock-modeline-display): Set the variable
14230         `timeclock-modeline-display'.
14231         (timeclock-update-modeline): Doc fix.  Respect value of
14232         `timeclock-relative'.
14234 2003-07-09  Richard M. Stallman  <rms@gnu.org>
14236         * textmodes/reftex-parse.el (reftex-all-document-files):
14237         Add autoload cookie.
14239         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
14240         (reftex-scanning-info-available-p): Add autoload cookie.
14242         * international/mule-cmds.el
14243         (set-display-table-and-terminal-coding-system): Delete duplicate
14244         aset on standard-display-table.
14246         * view.el (view-file): If existing buffer's major mode is special,
14247         don't go into view mode.
14249         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
14251 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14253         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
14254         buffer changes; there's third party code that calls this function
14255         directly.
14257 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14259         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
14260         (autodoc-font-lock-keywords): Don't byte compile on font lock
14261         initialization when running from byte compiled files.
14263 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14265         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
14266         statement ends with auto-increment "++".
14268 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14270         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14271         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14272         these are changed, so declare them as variables and not constants.
14274 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
14276         * subr.el (dolist, dotimes): Doc fix.
14278 2003-07-08  Kim F. Storm  <storm@cua.dk>
14280         * international/mule-cmds.el
14281         (set-display-table-and-terminal-coding-system): Don't break
14282         bootstrap if standard-display-table isn't setup yet.
14284 2003-07-07  Richard M. Stallman  <rms@gnu.org>
14286         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
14287         Give it a doc string, and autoload it.
14289         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
14290         Use with-no-warnings.
14292         * info.el (Info-search): If find invisible text, search again.
14294         * isearch.el (search-whitespace-regexp): Add a shy group around it.
14296         * man.el (Man-name-regexp): Match + as part of name.
14298         * simple.el (visible-mode): Rename from vis-mode.
14299         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
14301         * simple.el (current-word): New arg REALLY-WORD specifies
14302         don't include punctuation chars.
14304         * emacs-lisp/debug.el (debug, debugger-env-macro):
14305         Use with-no-warnings while accessing and binding unread-command-char.
14307         * international/mule-cmds.el
14308         (set-display-table-and-terminal-coding-system): Use explicit loop
14309         instead of calling standard-display-default.
14311         * net/ange-ftp.el (ange-ftp-file-symlink-p):
14312         Use condition-case to catch error in ange-ftp-get-files.
14314         * net/browse-url.el (browse-url-browser-function):
14315         Add alternative for Epiphany.
14316         (browse-url-epiphany-program, browse-url-epiphany-arguments)
14317         (browse-url-epiphany-startup-arguments)
14318         (browse-url-epiphany-new-window-is-tab): New variables.
14319         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
14321         * progmodes/compile.el (compile-auto-highlight): Default now t.
14322         (compile): Doc fix.
14323         (compilation-next-error): Fix previous change.
14325         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
14327         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
14329 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
14331         * gdb-ui.el (gdb-source-info): Display current frame when
14332         attaching to an existing process.
14333         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
14334         while laying out windows when attaching to an existing process.
14336 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
14338         * info.el (Info-menu): Use Info-menu-entry-name-re.
14340 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14342         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
14343         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
14345         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
14346         to match the same text.
14348 2003-07-06  John Paul Wallington  <jpw@gnu.org>
14350         * vc.el (vc-annotate-offset): Move defvar up.
14352 2003-07-06  Kim F. Storm  <storm@cua.dk>
14354         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
14355         This should fix the infinite loop when extracting menu names.
14357 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
14359         * files.el (auto-mode-alist, interpreter-mode-alist):
14360         Remove entries to CC Mode modes to avoid duplicates; they are now added
14361         with autoload directives in cc-mode.el.
14363 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
14365         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14366         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14367         these are changed, so declare them as variables and not constants.
14369         * progmodes/cc-mode.el: Fix some autoload problems: Try to
14370         ensure that the entry for ".c" extension comes before the one for
14371         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
14372         Fix incorrect entries that were added to `interpreter-mode-alist'.
14373         Move the autoload directives for AWK to the top level since they
14374         aren't recognized anywhere else.  Do not use the new AWK mode doc
14375         in the autoload form for the old AWK mode.
14377 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14379         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
14380         (bibtex-sort-ignore-string-entries): Default value t.
14381         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
14382         erroneously in previous version.
14383         (bibtex-string-files): Docstring reflects new parsing scheme.
14384         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
14385         docstring, add # as one of the chars to crush
14386         (bibtex-autokey-prefix-string, bibtex-autokey-names)
14387         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
14388         (bibtex-autokey-name-change-strings)
14389         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
14390         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
14391         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
14392         (bibtex-autokey-title-terminators)
14393         (bibtex-autokey-titlewords-stretch)
14394         (bibtex-autokey-titleword-ignore)
14395         (bibtex-autokey-titleword-case-convert)
14396         (bibtex-autokey-titleword-abbrevs)
14397         (bibtex-autokey-titleword-abbrevs)
14398         (bibtex-autokey-titleword-change-strings)
14399         (bibtex-autokey-titleword-length)
14400         (bibtex-autokey-titleword-separator)
14401         (bibtex-autokey-name-year-separator)
14402         (bibtex-autokey-year-title-separator)
14403         (bibtex-autokey-before-presentation-function)
14404         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
14405         Fix docstring.
14406         (bibtex-strings, bibtex-reference-keys):
14407         Use lazy-completion-table and make-variable-buffer-local.
14408         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
14409         (bibtex-braced-string-syntax-table)
14410         (bibtex-quoted-string-syntax-table): New variables.
14411         (bibtex-parse-nested-braces): Remove.
14412         (bibtex-parse-field-string): Use syntax table and forward-sexp.
14413         (bibtex-parse-association): Simplify.
14414         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
14415         (bibtex-parse-field-text): Simplify.
14416         (bibtex-search-forward-field, bibtex-search-backward-field):
14417         argument BOUND can take value t.
14418         (bibtex-start-of-field, bibtex-start-of-name-in-field)
14419         (bibtex-end-of-name-in-field, bibtex-end-of-field)
14420         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
14421         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
14422         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
14423         (bibtex-skip-to-valid-entry): Return buffer position of beginning
14424         and ending of entry.  Update for changes of bibtex-search-entry.
14425         Simplify.
14426         (bibtex-map-entries): FUN is called with three arguments.
14427         (bibtex-search-entry): Return a cons pair with buffer positions of
14428         beginning and end of entry.
14429         (bibtex-enclosing-field): Simplify.
14430         (bibtex-format-entry): Use booktitle to set a missing title.
14431         (bibtex-autokey-get-names): Fiddle with regexps.
14432         (bibtex-generate-autokey): Use identity.
14433         (bibtex-parse-keys): Use simplified parsing algorithm if
14434         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
14435         arguments.  Return alist of keys.
14436         (bibtex-parse-strings): Simplify.  Return alist of strings.
14437         (bibtex-complete-string-cleanup): Fix docstring.
14438         (bibtex-read-key): New function.
14439         (bibtex-mode): Fix docstring.  Do not parse for keys and
14440         strings when the mode is entered.  Set fill-paragraph-function to
14441         bibtex-fill-field.  Setup font-lock-mark-block-function the way
14442         font-lock intended.
14443         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
14444         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
14445         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
14446         (bibtex-Preamble): Avoid hard coded constants.
14447         (bibtex-make-field): Fix docstring.  Simplify.
14448         (bibtex-beginning-of-entry): Always return new position of point.
14449         (bibtex-end-of-entry): Rearrange cond clauses.
14450         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
14451         Update for changes of bibtex-map-entries.
14452         (bibtex-ispell-abstract): Do not move point.
14453         (bibtex-entry-index): Use downcase.  Simplify.
14454         (bibtex-lessp): Handle catch-all.
14455         (bibtex-find-crossref): Turn into a command.
14456         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
14457         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
14458         preamble entries.
14459         (bibtex-fill-field-bounds): New function.
14460         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
14461         (bibtex-fill-entry): Use bibtex-fill-field-bounds
14462         (bibtex-String): Use bibtex-strings.  Always obey
14463         bibtex-sort-ignore-string-entries.
14465 2003-07-05  John Paul Wallington  <jpw@gnu.org>
14467         * cus-theme.el (customize-create-theme):
14468         Call `customize-create-theme' in Reset widget's notify function.
14470         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
14471         (ibuffer-mark-interactive): Use `or' instead of `unless'.
14472         (define-ibuffer-column name): Add summarizer.
14473         (define-ibuffer-column size): Likewise.
14474         (define-ibuffer-column filename): Likewise.
14475         (define-ibuffer-column process): Likewise.  Change BODY's output too.
14476         (define-ibuffer-column filename-and-process): Likewise, likewise.
14477         (ibuffer): Remove local vars `already-in' and `need-update'.
14479         * ibuf-ext.el: Don't require `derived' at compile-time.
14481 2003-07-05  Kim F. Storm  <storm@cua.dk>
14483         * info.el: Disable paragraph refilling.
14484         (Info-refill-paragraphs): New defcustom.
14485         (Info-fontify-node): Use it.
14487 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
14489         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
14490         thingies from constructors created by defstruct.
14492         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
14493         the default value of the variable.
14494         (byte-code-meter): Move declaration to top level.
14496         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
14498         * info.el (Info-following-node-name-re): New fun.
14499         (Info-following-node-name): Remove.
14500         (Info-insert-dir): Use the new fun.
14501         (Info-extract-pointer): Don't save restriction; use new fun.
14502         (Info-menu-entry-name-re): New const.
14503         (Info-menu-entry-name-re): Use it along with new fun.
14504         (Info-node-spec-re): Use new fun.
14505         (Info-complete-menu-item, Info-fontify-node): Use new const.
14506         (Info-goto-node, Info-follow-reference, Info-menu-update):
14507         Use match-string.
14508         (Info-follow-reference): Use assoc-string.
14509         Use a list of strings for the completion table.
14510         (Info-fontify-node): Use match-string, line-end-position.
14511         Limit the search for `node:' to the first line.
14513         * newcomment.el (uncomment-region): Remove padding coming from
14514         comment-start rather than just from comment-padding.
14516         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
14517         (vc-cvs-stay-local-p): Use vc-stay-local-p.
14518         (vc-cvs-rename-file): Remove (use the default).
14519         (vc-cvs-register): Register parent dir if needed.
14520         (vc-cvs-could-register): Return non-nil if parent can be registered.
14521         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
14522         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
14524         * vc-svn.el (vc-svn-use-edit): Make it into a const.
14525         (vc-svn-update): Fix the arguments to `svn'.
14526         (vc-svn-diff-tree): Just use `vc-svn-diff'.
14527         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
14528         Simple implementations, assuming `name' is a URL.
14530         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
14531         set of chars allowed unquoted in a case pattern.
14533         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
14535         * font-lock.el (font-lock-extra-types-widget)
14536         (c-font-lock-extra-types, c++-font-lock-extra-types)
14537         (objc-font-lock-extra-types, java-font-lock-extra-types)
14538         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
14539         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
14540         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14541         (font-lock-match-c++-structor-declaration)
14542         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
14543         (c++-font-lock-keywords-3, c++-font-lock-keywords)
14544         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
14545         (objc-font-lock-keywords-3, objc-font-lock-keywords)
14546         (java-font-lock-keywords-1, java-font-lock-keywords-2)
14547         (java-font-lock-keywords-3, java-font-lock-keywords)
14548         (java-font-lock-syntactic-face-function): Remove obsolete code
14549         and constants.  It's all in cc-fonts.el now.
14551 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
14553         * mail/sendmail.el (mail-specify-envelope-from)
14554         (mail-envelope-from): Doc fix.
14556 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
14558         * generic-x.el: Do away with the dependency on `c-emacs-features'
14559         when populating `rul-generic-mode-syntax-table'; we already know
14560         this isn't XEmacs.
14562 See ChangeLog.10 for earlier changes.
14564 ;; Local Variables:
14565 ;; coding: iso-2022-7bit
14566 ;; End:
14568     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
14569   Copying and distribution of this file, with or without modification,
14570   are permitted provided the copyright notice and this notice are preserved.
14572 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1