(locate-ls-subdir-switches): Doc fix.
[emacs.git] / lisp / ChangeLog
blobedff6ce362e9675953c31b6af470540eec4f7cd3
1 2004-06-05  Juri Linkov  <juri@jurta.org>
3         * bindings.el (debug-ignored-errors): Add regexps for history
4         related messages.  Remove $ from "No further undo information".
5         Move Ediff's messages to ediff.el.
7         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
9         * cus-edit.el (custom-display): Add `min-colors'.
11         * custom.el (defface): Add `supports' to docstring.
13         * help-fns.el (help-argument-name): Add :group 'help.
15 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
17         * find-dired.el (find-ls-subdir-switches): New user option.
18         (find-dired): No longer call `abbreviate-file-name' on DIR.
19         Set `dired-subdir-switches' buffer-locally.
21         * locate.el: Merge the two `Commentary' sections.
22         (locate-ls-subdir-switches): New user option.
23         (locate): Update for other changes.
24         (locate-mode-map): Restore Dired binding for mouse-2.
25         Bind `locate-mouse-view-file' to M-mouse-2.
26         Bind `l' to `locate-do-redisplay'.
27         (locate-main-listing-line-p, locate-do-redisplay): New functions.
28         (locate-mouse-view-file, locate-tags, locate-find-directory):
29         Print message if used outside main listing.
30         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
31         Various changes to support inserted subdirectories.
32         (locate-insert-header): Change header of *Locate* buffer.
34         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
35         Change interactive default switches.
36         (dired-rename-subdir-2): Update `dired-switches-alist'.
37         (dired-insert-subdir, dired-kill-subdir):
38         Handle `dired-switches-alist'.  Do not mark buffer modified.
39         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
40         (dired-insert-subdir-doinsert): Omit messages.
41         Handle `dired-subdir-switches'.
42         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
44         * dired.el (dired-subdir-switches, dired-switches-alist):
45         New vars.
46         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
47         subdirs if -R switch is used for a subdir.
48         (dired-mode): Set `dired-switches-alist'.
49         (dired-build-subdir-alist): Only print number of directories in
50         echo area when invoked interactively.
52 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
54         * dired-x.el (dired-omit-mode): Rename from
55         dired-omit-files-p. Use define-minor-mode to define it.
56         (dired-omit-files-p): Add as alias for dired-omit-mode.
57         (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
58         dired-mark-omitted.
59         (dired-mark-omitted): Add. Bind to M-O.
61 2004-06-05  Kenichi Handa  <handa@m17n.org>
63         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
65 2004-06-05  Juanma Barranquero  <lektu@terra.es>
67         * help-fns.el (help-argument-name): Reintroduce face.
68         (help-default-arg-highlight): Use it, now that
69         `face-differs-from-default-p' can be trusted.
71 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
73         * textmodes/table.el: Sentence commands added to Point Motion
74         group; kill and backward-kill commands added to Extraction group.
76 2004-06-04  Mario Lang  <mlang@delysid.org>
78         * battery.el (battery-linux-proc-acpi): mA was hardcored, but some
79         systems appear to use mW, make the code handle this.  Fix a
80         division-by-zero bug while at it, and handle kernels with
81         a slightly different layout in /proc/acpi.
83 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
85         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
86         because the latter is a CL-ism.  This fixes the bug reported by
87         Shawn Boyette <mdxi@collapsar.net> in
88         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
90 2004-06-04  Miles Bader  <miles@gnu.org>
92         * faces.el (display-supports-face-attributes-p): Function moved to
93         C code.  Previously only the tty-related portion of this function
94         was done in C; however the previous attempt to do a halfway-proper
95         job for non-tty displays in lisp didn't work properly because of
96         funny conditions during Emacs startup.
97         (face-differs-from-default-p): Simplify, now that
98         display-supports-face-attributes-p works properly on all display
99         types.  Remove :stipple from comparison; it doesn't really work
100         in emacs anyway.
102 2004-06-04  Miles Bader  <miles@gnu.org>
104         * faces.el (face-differs-from-default-p): Use a different
105         implementation, so we can really check whether FACE displays
106         differently or not.
108 2004-06-04  Miles Bader  <miles@gnu.org>
110         * faces.el (display-supports-face-attributes-p): Implement a
111         `different from default' check for non-tty displays.
113 2004-06-03  David Kastrup  <dak@gnu.org>
115         * woman.el (woman-mapcan): More concise code.
116         (woman-topic-all-completions, woman-topic-all-completions-1)
117         (woman-topic-all-completions-merge): Replace by a simpler and
118         much faster implementation based on O(n log n) sort/merge instead
119         of the old O(n^2) behavior.
121 2004-06-03  Miles Bader  <miles@gnu.org>
123         * subr.el (read-number): Use canonical format for default in prompt.
125         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps): Add
126         regexp for " [...]" style defaults.
128 2004-06-02  Romain Francoise  <romain@orebokech.com>
130         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
131         groups: if the user asks for a hidden buffer, open the
132         corresponding filter group to expose it.
134         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
135         `ibuffer-jump-to-buffer'.
136         (ibuffer-jump-offer-only-visible-buffers): New user option.
138 2004-06-02  Juanma Barranquero  <lektu@terra.es>
140         * faces.el (frame-update-faces): Add empty docstring so the one
141         for `ignore' doesn't show through.
143         * subr.el (process-kill-without-query): Remove spurious "\n" on
144         obsolescence string.
145         (focus-frame, unfocus-frame): Add obsolescence declaration and
146         empty docstring.
148         * international/mule.el (register-char-codings): Make alias for
149         `ignore'.  Move docstring to obsolescence info and remove
150         redundancy.
152 2004-06-02  Kim F. Storm  <storm@cua.dk>
154         * frame.el (blink-cursor-start): Turn cursor off initially so blink
155         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
157 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
159         * vc-arch.el (vc-arch-state): Don't assume the file exists.
161 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
163         * desktop.el (desktop-save): Don't save minor modes without a
164         known mode initialization function.
166 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
168         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
170         * autorevert.el: Update `Commentary' section.
172 2004-05-30  Juanma Barranquero  <lektu@terra.es>
174         * dos-fns.el (convert-standard-filename):
175         * files.el (convert-standard-filename):
176         * w32-fns.el (convert-standard-filename):
177         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
179 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
181         Sync with Tramp.
183         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
184         (tramp-let-maybe): Move to an earlier spot in the file.
185         Patch by Andreas Schwab.
187 2004-05-30  Andreas Schwab  <schwab@suse.de>
189         * dired.el (dired-get-filename): Don't use dired-re-dot.
191 2004-05-30  Richard M. Stallman  <rms@gnu.org>
193         * files.el (find-file): Doc fix.
195         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
197 2004-05-30  Nick Roberts  <nickrob@gnu.org>
199         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
200         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
201         modeline of the locals buffer.
202         (gdb-goto-breakpoint): Handle gdbmi.
203         (gdb-get-frame-number): Change for gdbmi.
205 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
207         * files.el (file-remote-p): Apply file name handler for operation
208         `file-remote-p'.  It isn' a property any longer.
209         (file-relative-name): `fh' and `fd' get the required value via
210         `find-file-name-handler' already.
212         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
213         (top): Remove setting of `file-remote-p' property for
214         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
216 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
218         Version 2.0.41 of Tramp released.
220         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
221         Throw away if process has died.
222         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
223         (tramp-out-of-band-prompt-regexp): Rename to
224         `tramp-process-alive-regexp', because its usage is widen.
225         (tramp-actions-copy-out-of-band): Apply it.
226         (tramp-actions-before-shell, tramp-multi-actions):
227         Add `tramp-action-process-alive' action.
228         (tramp-action-process-alive): New defun.
229         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
230         Add entry for `file-remote-p'.
231         (tramp-handle-file-remote-p): New defun.
232         (top): Remove setting of `file-remote-p'.  Don't set
233         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
235         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
236         `file-remote-p'.
238         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
239         counted for (last) line.  [They should or they shouldn't?  --Stef]
240         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
242 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
244         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
245         not really necessary but seems to keep the shell history smaller
246         in some cases.  It is no substitute for setting HISTFILE and
247         HISTSIZE from tramp-open-connection-setup-interactive-shell,
248         though.  Suggested by Luc Teirlinck.
249         (tramp-open-connection-setup-interactive-shell): Export variables
250         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
251         (tramp-set-process-query-on-exit-flag): New compat function.
252         (tramp-open-connection-multi, tramp-open-connection-su)
253         (tramp-open-connection-rsh, tramp-open-connection-telnet)
254         (tramp-do-copy-or-rename-file-out-of-band): Use it.
255         (tramp-let-maybe): New macro, let-binds a variable only if it
256         isn't obsolete.
257         (tramp-check-ls-commands, tramp-handle-expand-file-name)
258         (tramp-handle-file-truename): Use it.
259         (tramp-completion-file-name-regexp-unified): Avoid matching
260         filenames starting with "/:" -- those are reserved for
261         file-name-non-special.
263         * tramp-smb.el (tramp-smb-open-connection):
264         Use tramp-set-process-query-on-exit-flag compat function.
266 2004-05-29  Richard M. Stallman  <rms@gnu.org>
268         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
270         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
271         (eval-last-sexp-print-value): Print char equivalent regardless
272         of standard-output value.
274         * thumbs.el (thumbs-subst-char-in-string): Delete.
275         (thumbs-thumbname): Use subst-char-in-string.
276         (thumbs-resize-image): Use condition-case, not ignore-errors.
277         (thumbs-kill-buffer): Likewise.
279         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
280         (thumbs-mode): Make buffer read-only.
281         (thumbs-make-thumb): Unconditionally accept an existing file.
282         (thumbs-insert-thumb): Add thumb-image-file property to the image.
283         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
284         (thumbs-show-thumbs-list): Error if images not supported.
285         (thumbs-save-current-image): Improve prompt string.
286         (thumbs-mode-map): Define u, R, x.
287         (thumbs-unmark): New command.
288         (thumbs-emboss-image): Minor cleanup.
289         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
290         (thumbs-rename-images): New command.
291         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
293         * thumbs.el (thumbs-current-image): New function.
294         (thumbs-file-list, thumbs-file-alist): New functions.
295         (thumbs-find-image): Delete arg L.
296         Don't set up thumbs-fileL as buffer-local global var.
297         (thumbs-find-image-at-point): Use thumbs-current-image.
298         (thumbs-set-image-at-point-to-root-window): Likewise.
299         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
300         Record and warn about errors.  Update thumbs-markedL for deletions.
301         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
302         (thumbs-redraw-buffer): Use thumbs-file-list.
303         (thumbs-mark): Use thumbs-current-image.
304         (thumbs-show-name): Use thumbs-current-image.
306         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
307         and imenu--last-menubar-index-alist.
309         * subr.el (with-selected-window): Undo previous change.
311 2004-05-29  John Paul Wallington  <jpw@gnu.org>
313         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
314         (thumbs-mouse-find-image): New command.
315         (thumbs-mode-map): Bind it to mouse-2.
316         (thumbs-mode): Make mode-class special.
317         (thumbs-view-image-mode): Likewise.
319 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
321         * flymake.el: New file.
323 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
325         * files.el (find-file-noselect-1): Do not bind
326         `inhibit-read-only' to t during execution of
327         `find-file-not-found-functions'.
329 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
331         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
332         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
334 2004-05-28  Juri Linkov  <juri@jurta.org>
336         * simple.el (eval-expression-print-format): New fun.
338         * simple.el (eval-expression):
339         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
340         * emacs-lisp/edebug.el (edebug-compute-previous-result)
341         (edebug-eval-expression): Print additionally the value returned by
342         `eval-expression-print-format'.
344         * emacs-lisp/lisp.el (insert-pair-alist): New var.
345         (insert-pair): Make arguments optional.  Find character pair
346         from `insert-pair-alist' according to the last input event.
347         (insert-parentheses): Make arguments optional.
348         (raise-sexp, delete-pair): New funs.
350         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
351         (emacs-lisp-mode-map, lisp-interaction-mode-map):
352         Bind C-M-q to `indent-pp-sexp'.
354         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
355         `pp-to-string' modified to be able to format text with newlines.
356         (pp-to-string): Move the buffer-formatting part of the code to
357         `pp-buffer'.  Call `pp-buffer'.
359         * info.el (Info-desktop-buffer-misc-data): Don't save information
360         about virtual files.
361         (Info-restore-desktop-buffer): Restore Info buffers in prepared
362         buffers with names obtained from the desktop file instead of the
363         default *info* buffer.
365 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
367         * subr.el (with-selected-window): Only save/restore the selected window.
369         * progmodes/compile.el (compilation-error-regexp-alist):
370         Use expand-file-name and data-directory.
372         * progmodes/grep.el (grep-tree): Rework previous fix.
374         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
375         after the user marked text with the mouse.
377         * startup.el (command-line): Keep the first regexp of
378         auto-save-file-name-transforms intact.
380 2004-05-28  Juanma Barranquero  <lektu@terra.es>
382         * cus-edit.el (customize-face, customize-face-other-window)
383         (custom-face-edit-delete): Make arguments match their use in
384         docstring.
385         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
386         docstring.
388         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
389         not `cvs-butlast'.
391         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
392         `nbutlast' are in subr.el).
394         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
395         (set-w32-system-coding-system): Doc fixes.
397         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
398         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
399         Make arguments match their use in docstring.
400         (artist-draw-region-trim-line-endings)
401         (artist-mouse-choose-operation): Fix typo in docstring.
402         (artist-key-set-point-common): Doc fix.
404 2004-05-28  Simon Josefsson  <jas@extundo.com>
406         * mail/smtpmail.el (smtpmail-open-stream):
407         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
409 2004-05-26  Simon Josefsson  <jas@extundo.com>
411         * starttls.el: Merge with my GNUTLS based starttls.el.
412         (starttls-gnutls-program, starttls-use-gnutls)
413         (starttls-extra-arguments, starttls-process-connection-type)
414         (starttls-connect, starttls-failure, starttls-success): New variables.
415         (starttls-program, starttls-extra-args): Doc fix.
416         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
417         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
418         and pass on to corresponding *-gnutls function if it is set.
420 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
422         * autorevert.el (auto-revert-handler): Disable auto-reverting of
423         remote files.
425 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
427         * files.el (file-name-non-special): There are more operations
428         which need handling: `find-backup-file-name',
429         `insert-file-contents', `verify-visited-file-modtime',
430         `write-region'.  Rename t value of method to `add'.  Add new
431         methods `quote' and `unquote-then-quote' to file-arg-indices.
433 2004-05-25  Juri Linkov  <juri@jurta.org>
435         * info.el (Info-toc): Call Info-mode on intermediate buffer.
436         (Info-index-nodes): Enclose code in condition-case to catch errors.
437         (Info-index-node): Don't search all index nodes if request is only
438         for the current node and file is not in the cache of index nodes.
439         (Info-mode-map): Bind Info-copy-current-node-name to `w'
440         for consistency with dired-copy-filename-as-kill.
441         Bind `S' to Info-search-case-sensitively.
442         (Info-copy-current-node-name): New arg.  With zero prefix arg put
443         the name inside a function call to `info'.  Display copied text in
444         the echo area.
446 2004-05-25  Sam Steingold  <sds@gnu.org>
448         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
449         strip the package prefix from the symbol name, if any.
450         Make it the `find-tag-default-function' for `lisp-mode'.
452 2004-05-25  John Paul Wallington  <jpw@gnu.org>
454         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
455         instead of obsolete `process-kill-without-query'.
457         * textmodes/texinfmt.el (texinfo-indexvar-alist):
458         Declare as variable, not constant.
460 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
462         * files.el (find-file-noselect-1): Fix bug introduced by
463         Revision 1.694.  As a side effect, `inhibit-read-only'
464         is again, by default, t during execution of
465         `find-file-not-found-functions'.
466         (insert-directory): Check that lines were really inserted by
467         the --dired switch, before erasing them.
469 2004-05-24  Nick Roberts  <nickrob@gnu.org>
471         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
472         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
473         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
474         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
475         gud-minor-mode (gdbmi).
477 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
479         * net/browse-url.el (browse-url-interactive-arg): Enable user to
480         explicitly select the text to be taken as URL.
482 2004-05-23  Juri Linkov  <juri@jurta.org>
484         * info.el (Info-index-nodes): New var and fun.
485         (Info-goto-index, Info-index, info-apropos)
486         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
487         (Info-index): Fix docstring.  Store and restore Info-history-list.
488         (Info-complete-nodes): New var.
489         (Info-complete-menu-item): Use it.
490         (Info-index-node): New fun.
491         (Info-final-node, Info-forward-node, Info-backward-node)
492         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
493         Use Info-index-node.
494         (Info-extract-menu-item, Info-extract-menu-counting): Set second
495         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
496         (Info-find-node-2): If a node with period in its name not found,
497         try to find a node without the name part after period.
498         (Info-select-node): Call Info-fontify-node only if
499         Info-fontify-maximum-menu-size is not nil.
500         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
501         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
502         Preserve Info-history-list.
503         (Info-toc): Set Info-current-file.
504         (Info-build-toc): Move point to the beginning of the buffer.
505         Add main-file variable.
506         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
507         Use backslashed representation of the control character ^_.
509         * textmodes/texinfmt.el (texinfo-print-index): Print index line
510         numbers in the new Texinfo 4.7 format.
512         * add-log.el (change-log-font-lock-keywords): Remove `:' from
513         regexps for function and variable names.
515         * descr-text.el (describe-property-list): Add [show] button for
516         `syntax-table' property with action to pp to a separate buffer.
517         (describe-char): Replace search-forward by re-search-forward with
518         whitespace regexp after "character:" to not fail in too narrow windows.
520         * simple.el (next-error-find-buffer): Add a rule to return
521         next-error capable buffer if one window on the selected frame
522         displays such buffer.
524 2004-05-23  Nick Roberts  <nickrob@gnu.org>
526         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
527         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
528         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
529         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
530         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
531         Handle new value for gud-minor-mode (gdbmi).
532         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
533         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
534         Change from local to global gdb variable set.
535         (gdb-ann3): Initialise above gdb variable set.
536         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
537         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
538         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
539         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
540         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
541         (gdb-info-locals-handler, gdb-invalidate-assembler)
542         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
543         set as global variables.
544         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
545         Handle gdbmi.
546         (gdb-info-breakpoints-custom): Fix regexp.
547         (def-gdb-var): Delete.
549         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
550         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
551         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
552         a new mode.  The file (gdb-mi.el) for this mode will be included
553         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
554         primary interface.
556 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
558         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
559         interpreted as a directory.
561 2004-05-22  Richard M. Stallman  <rms@gnu.org>
563         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
564         as a close quote.
566         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
568         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
569         Use assoc-string, not assoc-ignore-case.
571         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
573         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
574         If moving back then fwd gets a defun that ends before point,
575         try again moving fwd then back.
577         * files.el (file-name-non-special): Allow t in file-arg-indices
578         to mean requote the return value.  Use `identity' as an element
579         rather than as the whole value.
581         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
583 2004-05-22  Juanma Barranquero  <lektu@terra.es>
585         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
586         `help-make-usage'.
587         (help-highlight-arguments): Skip function name before searching
588         for arguments.
590 2004-05-21  Juanma Barranquero  <lektu@terra.es>
592         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
593         Don't mention in the docstring these arguments meant for
594         internal (recursive) use only.
595         (allout-char-spec): Comment out (it's not implemented).
596         (allout-old-expose-topic, allout-exposure): Fix docstring and add
597         obsolescence declaration.
598         (allout-flatten-exposed-to-buffer)
599         (allout-indented-exposed-to-buffer): Fix typos in docstring.
600         (my-mark-marker): Doc fix.
601         (produce-allout-mode-map, allout-sibling-index)
602         (allout-isearch-expose, allout-distinctive-bullet)
603         (allout-open-topic, allout-reindent-body)
604         (allout-rebullet-heading, allout-process-exposed)
605         (allout-insert-listified, allout-latex-verb-quote)
606         (allout-insert-latex-header, allout-insert-latex-trailer):
607         Make arguments match their use in docstring.
608         (allout-primary-bullet, allout-old-style-prefixes)
609         (allout-inhibit-protection, allout-init, allout-mode)
610         (allout-before-change-protect, allout-flag-region):
611         Use "Emacs" instead of "emacs" in docstrings.
613 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
615         * international/characters.el: Modify syntax of more characters.
617 2004-05-21  Masatake YAMATO  <jet@gyve.org>
619         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
620         (etags-tags-completion-table): Show parsing progress.
622 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
624         * locate.el (locate-prompt-for-command): Shorten first line of
625         docstring.
626         (locate-mode): Expand docstring and include keymap summary.
628         * files.el (find-file-noselect-1): Limit the scope of the
629         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
630         is, by default, nil during the execution of
631         `find-file-not-found-functions' and `find-file-hook'.
633 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
635         * facemenu.el (facemenu-color-name-equal): New function.
636         (list-colors-display): Use it to compare colors instead of
637         facemenu-color-equal.
639 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
641         * compare-w.el (compare-windows-face): Use min-colors instead of
642         checking for tty or pc types.
644 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
646         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
647         (completion-setup-function): Use with-current-buffer.
648         Properly save excursion.  Simplify.
649         Don't assume there is necessarily a `mouse-face' property somewhere.
651         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
653         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
655         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
656         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
657         Use with-current-buffer.
658         (byte-goto-log-buffer): Delete.
659         (byte-compile-log-file): Call compilation-forget-errors.
661 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
663         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
664         output messages into the search result.
666 2004-05-19  Masatake YAMATO  <jet@gyve.org>
668         * wid-edit.el (widget-radio-button-notify): Revert my last
669         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
671 2004-05-19  Kenichi Handa  <handa@m17n.org>
673         * international/characters.el: Fix syntax (open/close) of CJK chars.
675 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
677         * help-mode.el (help-go-back): Don't depend on position of back button.
679 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
681         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
682         files files don't contain an accidental additional /.
684         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
685         in source buffer.
687 2004-05-18  Masatake YAMATO  <jet@gyve.org>
689         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
690         to widget-apply.  :action method assumes 2 arguments, not 3.
692 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
694         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
695         New constants.
696         (hs-special-modes-alist): Add an f90-mode entry.
698 2004-05-17  Sam Steingold  <sds@gnu.org>
700         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
701         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
703 2004-05-16  Kim F. Storm  <storm@cua.dk>
705         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
707 2004-05-15  John Wiegley  <johnw@newartisans.com>
709         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
710         (eshell-output-object-to-target): Improve output speed 20% by not
711         calling `eshell-stringify' if something is already known to be a string.
713 2004-05-15  Alex Ott  <ott@jet.msk.su>
715         * textmodes/ispell.el (ispell-local-dictionary-alist):
716         Add windows-1251 to the choice of coding systems.
717         (ispell-dictionary-alist-6): Add support for "russianw.aff",
718         encoded in cp1251.
720 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
722         * progmodes/compile.el (compilation-warning-face)
723         (compilation-info-face): Use min-colors.
725 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
727         * toolbar/close.pbm, toolbar/close.xpm
728         * toolbar/copy.pbm, toolbar/copy.xpm
729         * toolbar/cut.pbm, toolbar/cut.xpm
730         * toolbar/help.pbm, toolbar/help.xpm
731         * toolbar/home.pbm, toolbar/home.xpm
732         * toolbar/index.pbm, toolbar/index.xpm
733         * toolbar/jump_to.pbm, toolbar/jump_to.xpm
734         * toolbar/left_arrow.pbm, toolbar/left_arrow.xpm
735         * toolbar/new.pbm, toolbar/new.xpm
736         * toolbar/open.pbm, toolbar/open.xpm
737         * toolbar/paste.pbm, toolbar/paste.xpm
738         * toolbar/preferences.pbm, toolbar/preferences.xpm
739         * toolbar/print.pbm, toolbar/print.xpm
740         * toolbar/right_arrow.pbm, toolbar/right_arrow.xpm
741         * toolbar/save.pbm, toolbar/save.xpm
742         * toolbar/saveas.pbm, toolbar/saveas.xpm
743         * toolbar/search.pbm, toolbar/search.xpm
744         * toolbar/spell.pbm, toolbar/spell.xpm
745         * toolbar/undo.pbm, toolbar/undo.xpm
746         * toolbar/up_arrow.pbm, toolbar/up_arrow.xpm: New icons from
747         GTK+ version 2.
750 2004-05-15  Kim F. Storm  <storm@cua.dk>
752         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
753         Use it to set triggered-p element of timer.
754         (timer-event-handler): Set triggered-p element non-nil while running
755         the timer function.
757 2004-05-14  David Ponce  <david@dponce.com>
759         * tree-widget.el: New file.
761 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
763         * language/european.el ("Brazilian Portuguese"): Add support for
764         Brazilian Portuguese.
766 2004-05-13  John Wiegley  <johnw@newartisans.com>
768         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
769         `recentf-mode' if this variable has been customized to t.
771         * eshell/esh-test.el (eshell-test): Call the function
772         `emacs-version' rather than trying to build a custom version string.
774 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
776         * net/telnet.el (telnet-mode): Use define-derived-mode.
777         Don't modify the global value of comint-prompt-regexp.
779 2004-05-13  John Paul Wallington  <jpw@gnu.org>
781         * version.el (emacs-version): Check for `gtk' feature before
782         `x-toolkit' feature.
784 2004-05-13  Juanma Barranquero  <lektu@terra.es>
786         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
787         arguments in the docstring, they're used only in recursive calls.
789         * help-fns.el (help-arg-highlighting-function)
790         (help-argument-name): Delete.
791         (help-default-arg-highlight): New function.
792         (help-do-arg-highlighting): Use it.
794 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
796         * calendar/appt.el (appt-disp-window):
797         Use `calendar-set-mode-line' for a centered mode-line.
799 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
801         * calendar/appt.el (appt-disp-window): Do not split window
802         excessively when `split-height-threshold' is low.
804 2004-05-12  Nick Roberts  <nickrob@gnu.org>
806         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
807         kill-buffer-hook here and make it local.
808         (gud-kill-buffer-hook): Use kill-process for a sure kill.
810 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
812         * progmodes/compile.el (compilation-set-window-height):
813         Use save-excursion to protect against misplaced marker.
815 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
817         * custom.el (defface): Document that type can have value gtk.
819         * faces.el (face-spec-set-match-display): Handle type gtk in display.
821 2004-05-12  Kenichi Handa  <handa@m17n.org>
823         * descr-text.el: Require quail at comile time.
824         (describe-char): If an input method is on and it supports the
825         character, show how to input it.
827         * international/quail.el (quail-install-decode-map): Accept a
828         char-table whose subtype is `quail-decode-map'.
829         (quail-store-decode-map-key, quail-gen-decode-map1)
830         (quail-gen-decode-map, quail-find-key1, quail-find-key)
831         (quail-show-key): New functions.
833 2004-05-12  Juanma Barranquero  <lektu@terra.es>
835         * generic.el (define-generic-mode): Remove redundant arglist info.
837         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
838         Make arguments match their use in docstring.
839         (help-arg-highlighting-function): New variable.
840         (help-argument-name): Mention it in the docstring.
841         (help-do-arg-highlight): Use it.  Expand regexp to accept also
842         ARG-xxx and xxx-ARG references.
844 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
846         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
847         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
848         and "mailto:addr1?to=addr2" equal.
850 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
852         * man.el (Man-getpage-in-background): Use shell-file-name
853         and shell-command-switch variables instead of hard-coded values.
855 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
857         * iimage.el: New file.
859 2004-05-11  Juanma Barranquero  <lektu@terra.es>
861         * custom.el (custom-initialize-default, defcustom):
862         Fix typo in docstring.
864         * files.el (set-visited-file-name, file-expand-wildcards):
865         Fix docstring.
867 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
869         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
871         * subr.el (eventp): Be more discriminating with integers.
873 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
875         * progmodes/compile.el (compile): Add universal prefix arg.
876         (compilation-error-regexp-alist-alist): Add edg patterns.
878 2004-05-10  Sam Steingold  <sds@gnu.org>
880         * textmodes/ispell.el (ispell-message):
881         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
883 2004-05-10  Dave Love  <fx@gnu.org>
885         * progmodes/python.el (help-buffer): Autoload when compiling.
886         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
887         (run-python): Prepend to any existing PYTHONPATH.
889 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
891         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
892         for pending breakpoints.
894 2004-05-10  Richard M. Stallman  <rms@gnu.org>
896         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
897         directly without calling any functions in Rmail.
898         (unrmail-unprune): Function deleted.
900 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
903         C-c C-z binding.
905 2004-05-10  Kenichi Handa  <handa@m17n.org>
907         * descr-text.el (describe-char): Fix previous change.  Don't make
908         a unibyte character to multibyte in the *Help* buffer.
910 2004-05-10  Miles Bader  <miles@gnu.org>
912         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
913         buffer an error if the debugger process is actually running.
915 2004-05-10  Juanma Barranquero  <lektu@terra.es>
917         * help-fns.el (help-argument-name): Default to italic.
918         (help-highlight-arguments): Return always (usage . doc), even when
919         usage is nil.
921         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
922         (define-ibuffer-filter): Add usage info.
923         (define-ibuffer-op): Add usage info (but CL-style defaults for
924         keyword args are not shown).
926         * subr.el (remove-overlays, read-passwd): Fix docstring.
927         (start-process-shell-command): Fix docstring.  Put usage info in a
928         format usable by `describe-function'.
929         (open-network-stream, open-network-stream-nowait)
930         (open-network-stream-server): Fix docstring.
932 2004-05-09  Jason Rumney  <jasonr@gnu.org>
934         * international/code-pages (cp932, cp936, cp949, c950): Remove.
935         Only define cp125* if windows-125* is already defined.
937         * language/korean.el (cp949): Add alias.
939         * language/chinese.el (cp936, cp950): Add aliases.
941         * language/japanese.el (cp932): Add alias.
943         * term/w32-win.el: Require code-pages.
945         * international/mule-cmds.el (set-locale-environment):
946         On MS-Windows use ansi code-page for default coding-systems.
947         Set up paper sizes for Windows 3 letter languages.
949         * international/code-pages.el (cp932, cp936, cp949, cp950):
950         Add aliases.  Also add cp125* if not already defined.
952 2004-05-09  Juanma Barranquero  <lektu@terra.es>
954         * help-fns.el (help-highlight-arguments): Don't try to highlight
955         missing or autoloaded arglists.  Accept structured arguments, like
956         the first ones of `do' and `flet'.
958         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
959         (cvs-get-marked): Remove redundant arglist info.
961         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
962         Don't use CL-style default args.
964 2004-05-08  Andreas Schwab  <schwab@suse.de>
966         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
968         * international/subst-ksc.el: Fix references to utf-translate-cjk
969         into utf-translate-cjk-mode.
970         * international/subst-big5.el: Likewise.
971         * international/subst-gb2312.el: Likewise.
972         * international/subst-jis.el: Likewise.
973         * international/utf-16.el: Likewise.
974         * international/utf-8.el: Likewise.
976 2004-05-08  John Wiegley  <johnw@newartisans.com>
978         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
979         "virtual buffers" (off by default), which makes it possible to
980         switch to the "virtual" buffers of recently visited files.  When a
981         buffer name search fails, and this option is on, iswitchb will
982         look at the list of recently visited files, and permit matching
983         against those names.  When the user hits RET on a match, it will
984         revisit that file.
985         (iswitchb-read-buffer): Add two optional arguments, which makes
986         isearchb.el possible.
987         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
988         (iswitchb-next-match): Add support for virtual buffers.
990         * isearchb.el: This module extends iswitchb to provide "as you
991         type" buffer selection.
993         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
994         Ignore the read-only property when flyspell highlighting is on.
995         Not ignoring it leads to a series of confusing errors.
996         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
997         but also make sure to call flyspell-incorrect-hook.
998         (flyspell-maybe-correct-transposition): Perform transposition test
999         by bit twiddling a string, rather than using a temp buffer.
1000         (flyspell-maybe-correct-doubling): Use a string rather than a temp
1001         buffer.  This is also the original version of the code, which
1002         could not be checked in before due to a previous lack of
1003         assignment papers.  This version has seen heavy usage on my system
1004         for several years now.
1006         * calendar/cal-bahai.el: New file, which adds support for the
1007         Baha'i calendar to Emacs.  This calendar is based on a solar year
1008         of 19 months of 19 days, with 4 intercalary days.  Each year
1009         begins on March 21, with the calendar starting in 1844.
1011         * calendar/cal-menu.el, calendar/calendar.el,
1012         calendar/diary-lib.el, calendar/holidays.el: Added support for
1013         using cal-bahai.el.
1015         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
1016         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
1017         function can be used outside of eshell buffers.
1018         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
1020 2004-05-08  Juanma Barranquero  <lektu@terra.es>
1022         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
1023         word constituent so FOO-ARG is not recognized as an arg.
1024         (help-highlight-arguments): Don't skip lists in mandatory arguments.
1026         * simple.el (next-error): Fix typo in docstring.
1027         (open-line): Make argument names match their use in docstring.
1028         (split-line): Fix docstring.
1030         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
1031         usable by `describe-function'.
1032         (gensym, gentemp, typep, ignore-errors): Make argument names match
1033         their use in docstring.
1035         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
1036         argument to `help-setup-xref'.
1038 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
1040         Version 2.0.40 of Tramp released.
1042         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
1043         Use symbol-function to invoke functions only known on some Emacs
1044         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
1045         Scaldeferri <kevin@scaldeferri.com>.
1046         (tramp-do-copy-or-rename-file-via-buffer): Rename from
1047         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
1048         consistent with the other tramp-do-* functions.
1049         (tramp-do-copy-or-rename-file): Calls adjusted.
1050         (tramp-process-initial-commands): Avoid liveness check on shell --
1051         we know that it must be alive since we're opening a connection at
1052         this moment.
1053         (tramp-last-cmd): New internal variable.
1054         (tramp-process-echoes): New tunable.
1055         (tramp-send-command): Set tramp-last-cmd.
1056         (tramp-wait-for-output): Delete echo, if applicable.
1057         (tramp-read-passwd): Construct the key for the password cache in a
1058         way that works for multi methods, too.
1059         (tramp-bug): Add backup-directory-alist and
1060         bkup-backup-directory-info to bug reports, with Tramp counterparts.
1062 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
1064         * net/tramp*.el: Suppress byte-compiler warnings where possible.
1066         * net/tramp.el (tramp-out-of-band-prompt-regexp)
1067         (tramp-actions-copy-out-of-band): New defcustoms.
1068         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
1069         used instead of a synchronous one.  Allows password entering.
1070         (tramp-action-out-of-band): New defun.
1071         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
1072         Remove restriction with password from doc string.
1073         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
1074         `tramp-out-of-band-prompt-regexp',
1075         `tramp-actions-copy-out-of-band', `password-cache' and
1076         `password-cache-expiry'.
1077         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
1078         password caching.
1079         (tramp-touch): FILE can be a local file, too.
1080         (TODO): Remove items done.
1081         (tramp-handle-insert-directory): Properly quote file name also if
1082         not full-directory-p.  Handle wildcard case.  Reported by Andreas
1083         Schwab <schwab@suse.de>.
1084         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
1085         new file.
1086         (tramp-handle-file-local-copy, tramp-handle-write-region):
1087         The permissions of the temporary file are set if filename exists.
1088         Reported by Ted Stern <stern@cray.com>.
1089         (tramp-backup-directory-alist)
1090         (tramp-bkup-backup-directory-info): New defcustoms.
1091         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
1092         (tramp-handle-find-backup-file-name): New function.
1093         Implements Tramp's find-backup-file-name.
1095         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
1096         for `find-backup-file-name'.
1098         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
1099         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
1101 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
1103         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
1105 2004-05-07  Juanma Barranquero  <lektu@terra.es>
1107         * subr.el (lambda): Add arglist description to docstring.
1108         (declare): Fix typo in docstring.
1109         (open-network-stream): Fix docstring.
1110         (process-kill-without-query): Fix docstring and add obsolescence info.
1111         (last, butlast, nbutlast): Make arguments match their use in docstring.
1112         (insert-buffer-substring-no-properties): Likewise.
1113         (insert-buffer-substring-as-yank): Likewise.
1114         (split-string): Fix docstring.
1116         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1117         Make argument names match their use in docstring.
1119         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
1121 2004-05-06  Nick Roberts  <nickrob@gnu.org>
1123         * progmodes/gdb-ui.el: Improve/extend documentation strings.
1124         Fit first sentence on one line for apropos-command.
1126 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1128         Changes largely merged in from Dave Love's code.
1129         * progmodes/python.el: Doc fixes.
1130         (python-mode-map): Add python-complete-symbol.
1131         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
1132         (python-comment-indent, python-complete-symbol)
1133         (python-symbol-completions, python-partial-symbol)
1134         (python-try-complete): New.
1135         (python-indent-line): Remove optional arg.  Use python-block-end-p.
1136         (python-check): Bind compilation-error-regexp-alist.
1137         (inferior-python-mode): Use rx.  Move keybindings to top level.
1138         Set comint-input-filter.
1139         (python-preoutput-filter): Use rx.
1140         (python-input-filter): Re-introduce.
1141         (python-proc): Start new process if necessary.
1142         Check python-buffer non-nil.
1143         (view-return-to-alist): Defvar.
1144         (python-send-receive): New.
1145         (python-eldoc-function): Use it.
1146         (python-mode-running): Don't defvar.
1147         (python-mode): Set comment-indent-function.
1148         Maybe update hippie-expand-try-functions-list.
1149         (python-indentation-levels): Initialize differently.
1150         (python-block-end-p): New.
1151         (python-indent-line): Use it.
1152         (python-compilation-regexp-alist): Augment.
1153         (run-python): Import `emacs' module to Python rather than loading
1154         code directly.  Set python-buffer differently.
1155         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
1156         Use python-proc.
1157         (python-send-command): Go to end of comint buffer.
1158         (python-load-file): Use python-proc, emacs.eimport.
1159         (python-describe-symbol): Simplify interactive form.
1160         Use emacs.help.  Do use temp-buffer-show-hook.
1161         Call print-help-return-message.
1162         (hippie-exp): Require when compiling.
1163         (python-preoutput-continuation): Use rx.
1165         * diff-mode.el (diff-make-unified): Fix regexp.
1167 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
1169         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
1170         filter groups from the buffer when rebuilding the Ibuffer buffer
1171         and `ibuffer-show-empty-filter-groups' is nil.
1173 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1175         * ps-print.el (ps-print-quote): Call ps-value-string.
1176         (ps-setup): Call ps-comment-string.
1177         (ps-value-string, ps-comment-string): New funs.
1179 2004-05-06  Juanma Barranquero  <lektu@terra.es>
1181         * ehelp.el (electric-help-command-loop): Check whether the last
1182         character is visible, not (point-max).
1184         * help-fns.el (help-argument-name): Default to bold; don't inherit
1185         from font-lock-variable-name-face.
1186         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
1188 2004-05-05  Kenichi Handa  <handa@m17n.org>
1190         * descr-text.el (describe-char): Copy the character with text
1191         properties and overlays into the first line, and call
1192         describe-text-properties on it.
1194 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
1196         * iswitchb.el (iswitchb-global-map): Fix typo.
1197         Remove unwanted ###autoloads from source file.
1199 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
1201         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
1202         in run-hooks.  Use substitute-command-keys in message.
1203         (wdired-abort-changes): Add message.
1205 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
1207         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
1208         (sql-emacs20-p): Remove.
1209         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
1210         (sql-builtin-face, sql-doc-face): Remove.
1211         (sql-mode-ansi-font-lock-keywords)
1212         (sql-mode-oracle-font-lock-keywords)
1213         (sql-mode-postgres-font-lock-keywords)
1214         (sql-mode-linter-font-lock-keywords)
1215         (sql-mode-ms-font-lock-keywords)
1216         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
1217         (sql-product-font-lock): Fix font-lock reset when font rules change.
1218         (sql-highlight-product): Remove incorrect font-lock reset logic.
1220 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
1222         * ses.el (ses-set-parameter): Fix typo.
1224 2004-05-04  Kim F. Storm  <storm@cua.dk>
1226         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
1227         Must expand directory for completion to work; and don't mess with
1228         process-environment.
1229         (ido-read-file-name): If command has ido property, don't use ido
1230         if value is ignore, or read as directory if value is dir.
1231         Set ido ignore property for dired-do-rename command.
1233 2004-05-04  Juanma Barranquero  <lektu@terra.es>
1235         * ehelp.el (electric-help-command-loop, electric-help-undefined)
1236         (electric-help-help): Check against unmapped commands.
1238         * help-fns.el (help-argument-name): New face, inheriting from
1239         font-lock-variable-name-face, to highlight function arguments in
1240         `describe-function' and `describe-key'.
1241         (help-do-arg-highlight): Auxiliary function to highlight a given
1242         list of arguments in a string.
1243         (help-highlight-arguments): Highlight the function arguments and
1244         all uses of them in the docstring.
1245         (describe-function-1): Use it.  Do docstring output via `insert',
1246         not 'princ', so text attributes are preserved.
1248         * winner.el (winner-mode-map): Move `winner-undo' and
1249         `winner-redo' to C-c <left> and C-c <right>, respectively (the
1250         previous bindings conflict with `prev-buffer', `next-buffer').
1252 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1254         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
1255         (bibtex-entry-update): New command bound to C-c C-u.
1256         (bibtex-text-in-string): Fix regexp.
1257         (bibtex-assoc-of-regexp): Remove.
1258         (bibtex-progress-message): Fix docstring.
1259         (bibtex-inside-field): Use if.
1260         (bibtex-assoc-regexp): New function.
1261         (bibtex-format-entry): Make code more robust so that it formats
1262         also old entries.
1263         (bibtex-autokey-demangle-title): Merge with obsolete function
1264         bibtex-assoc-of-regexp.
1265         (bibtex-field-list): New function.
1266         (bibtex-entry): Use bibtex-field-list.
1267         (bibtex-parse-entry): Fix docstring.
1268         (bibtex-print-help-message): Use bibtex-field-list.
1269         (bibtex-make-field): Use bibtex-field-list.
1270         (bibtex-entry-index): Bugfix.  Return crossref key if required.
1271         (bibtex-lessp): Fix docstring.
1273 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
1275         * select.el (xselect-convert-to-string): Move comment to intended line.
1277 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1279         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
1280         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
1282 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1284         * term/x-win.el (x-clipboard-yank): Don't exit on error from
1285         x-get-selection.
1287 2004-05-03  Jason Rumney  <jasonr@gnu.org>
1289         * makefile.nt: Remove.
1291 2004-05-03  Kim F. Storm  <storm@cua.dk>
1293         * emulation/cua-base.el (cua--update-indications): Fix last change.
1294         (cua-mode): Deactivate mark when cua-mode is enabled.
1296 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
1298         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
1300 2004-05-03  Nick Roberts  <nickrob@gnu.org>
1302         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
1303         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
1304         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
1305         window over visible frames.
1306         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
1308 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1310         * progmodes/compile.el (compilation-gcpro): New var.
1311         (compilation-fake-loc): Use it.
1312         (compilation-forget-errors): Reset it.
1314 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1316         * diff-mode.el (diff-header-face, diff-file-header-face):
1317         Use min-colors.
1319 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1321         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
1322         (bibtex-clean-entry): Disentangle code.
1323         (bibtex-realign): New function.
1324         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
1325         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
1326         Remove undocumented optional arg called-by-convert-alien.
1327         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
1328         for sorting instead of bibtex-sort-buffer.
1330 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
1332         * progmodes/compile.el (compilation-start): In the
1333         no-async-subprocesses branch, call sit-for to give redisplay a
1334         chance to show the updated process status in the mode line, and
1335         fontify the buffer explicitly after the process exits.
1337 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1339         * progmodes/python.el (python-compilation-line-number): Remove.
1340         (python-compilation-regexp-alist): Don't use it any more.
1341         (python-orig-start, python-input-filter): Remove.
1342         (inferior-python-mode): Don't set up comint-input-filter-functions.
1343         (python-send-region): Use compilation-fake-loc.
1345         * progmodes/compile.el (compilation-messages-start): New var.
1346         (compilation-mode): Don't setup next-error-function here.
1347         (compilation-setup): Set it up here instead (for minor modes as well).
1348         Make compilation-messages-start buffer local.
1349         (compilation-next-error-function): Use it.
1350         (compilation-forget-errors): Set compilation-messages-start.
1352 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1354         * ielm.el (ielm-prompt-read-only): Update docstring.
1356         * comint.el (comint-prompt-read-only): Update docstring.
1357         (comint-update-fence, comint-kill-whole-line)
1358         (comint-kill-region): New functions.
1360         * simple.el (kill-whole-line): Use "p" instead of "P" in
1361         interactive form.
1363 2004-05-01  Juanma Barranquero  <lektu@terra.es>
1365         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
1366         format arglist so default values in CL-style argument lists are
1367         correctly shown.
1369 2004-05-01  Jason Rumney  <jasonr@gnu.org>
1371         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
1373 2004-05-01  Kenichi Handa  <handa@m17n.org>
1375         * international/titdic-cnv.el (miscdic-convert): Don't generate a
1376         quail file if it is up to date.
1378 2004-04-30  Juri Linkov  <juri@jurta.org>
1380         * cus-edit.el (custom-mode-map):
1381         Add key binding `C-x C-s' to `Custom-save'.
1383         * outline.el (outline-blank-line): New var.
1384         (outline-next-preface, outline-show-heading)
1385         (outline-end-of-subtree): Use it.
1387         * dired-aux.el (dired-touch-initial): New fun.
1388         (dired-do-chxxx): Call it for op-symbol `touch'.
1389         (dired-diff): Use `dired-dwim-target-directory'
1390         if current dired buffer has no buffer mark.
1392         * bindings.el (propertized-buffer-identification):
1393         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
1394         Add C-M-arrow keys for consistency.
1396         * files.el (confirm-kill-emacs):
1397         Change group from top-level `emacs' to `convenience'.
1399         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1400         Push mark on the first call of successive command calls.
1401         (insert-pair): New fun created from `insert-parentheses' with
1402         `open' and `close' arguments added.  Enclose active regions
1403         in paired characters.  Compare adjacent characters syntax with
1404         inserted characters syntax before inserting a space.
1405         (insert-parentheses): Call `insert-pair' with ?\( ?\).
1407         * delsel.el: Don't put `delete-selection' property
1408         on `insert-parentheses' symbol to take advantage of
1409         region handling in `insert-pair' function.
1410         Suggested by Stephan Stahl <stahl@eos.franken.de>.
1412 2004-04-30  Kim F. Storm  <storm@cua.dk>
1414         * emulation/cua-base.el: Add support for changing cursor types;
1415         based on patch from Michael Mauger.
1416         (cua-normal-cursor-color, cua-read-only-cursor-color)
1417         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
1418         Customization cursor type and/or cursor color.
1419         (cua--update-indications): Handle cursor type changes.
1420         (cua-mode): Update cursor indications if enabled.
1422         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
1424         * mouse.el (mouse-drag-copy-region): New defcustom.
1425         (mouse-set-region, mouse-drag-region-1): Use it.
1427         * simple.el (kill-ring-save): If region face background color is
1428         unspecified (if no highlighting), show extent of fully visible
1429         region even if transient-mark-mode is enabled.
1431         * emulation/cua-base.el (cua--standard-movement-commands):
1432         Add cua-scroll-up and cua-scroll-down.
1433         (cua-scroll-up, cua-scroll-down): New commands.
1434         (cua--init-keymaps): Remap scroll-up and scroll-down.
1436         * emulation/cua-rect.el (cua--convert-rectangle-as):
1437         New defmacro.
1438         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
1439         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
1440         New commands (suggested by Jordan Breeding).
1442 2004-04-30  Juanma Barranquero  <lektu@terra.es>
1444         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
1446 2004-04-30  Mario Lang  <mlang@delysid.org>
1448         * diff.el (diff-switches): Fix typo in docstring.
1450 2004-04-30  Alex Schroeder  <alex@gnu.org>
1452         * xml.el (xml-debug-print-internal): Don't add newline and
1453         indentation to text nodes and write empty elements as empty tags
1454         instead of opening and closing tags.
1455         (xml-debug-print): Take optional indent-string argument.
1456         (xml-print): Alias for xml-debug-print.
1458 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1460         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
1461         than duplicate call to `line-beginning-position'.
1463         * progmodes/f90.el (f90-get-present-comment-type):
1464         Return whitespace, as well as comment chars, for consistent filling
1465         of comment blocks.  Use `match-string-no-properties'.
1466         (f90-break-line): Trim trailing whitespace when filling comments.
1468 2004-04-30  Dave Love  <fx@gnu.org>
1470         * calendar/diary-lib.el (diary-outlook-formats): New variable.
1471         (diary-from-outlook-internal, diary-from-outlook)
1472         (diary-from-outlook-gnus, diary-from-outlook-rmail):
1473         New functions to import diary entries from Outlook-format
1474         appointments in mail messages.
1476 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1478         * progmodes/python.el (python-send-command): New fun.
1479         (python-send-region, python-load-file): Use it.
1481         * progmodes/compile.el (compilation-last-buffer): Add var alias.
1483         * help-fns.el (help-C-file-name): Use new subr-name.
1484         Prepend `src/' to the file name.
1485         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
1486         (describe-function-1, describe-variable): Only find a C source file
1487         name if DOC is already loaded.
1489         * help-mode.el (help-function-def, help-variable-def):
1490         Use the new find-function-search-for-symbol functionality.
1491         Allow FILE to be `C-source'.
1493         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
1494         (find-function-C-source): New fun.
1495         (find-function-search-for-symbol): Use it.
1497 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
1499         * progmodes/sql.el (sql-product-alist): Rename variable
1500         `sql-product-support'.  Add Postgres login parameters.
1501         (sql-set-product, sql-product-feature): Update with renamed variable.
1502         (sql-connect-postgres): Add username prompt.
1503         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
1504         Make patterns less product specific.
1505         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
1506         (sql-mode-abbrev-table): Modify initialization.
1507         (sql-builtin-face): Add variable.
1508         (sql-keywords-re): Add macro.
1509         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
1510         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
1511         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
1512         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
1513         (sql-mode-linter-font-lock-keywords)
1514         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
1515         (sql-mode-sybase-font-lock-keywords)
1516         (sql-mode-informix-font-lock-keywords)
1517         (sql-mode-interbase-font-lock-keywords)
1518         (sql-mode-ingres-font-lock-keywords)
1519         (sql-mode-solid-font-lock-keywords)
1520         (sql-mode-sqlite-font-lock-keywords)
1521         (sql-mode-db2-font-lock-keywords): Default to nil.
1522         (sql-product-font-lock): Always highlight ANSI keywords.
1523         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
1524         (sql-send-string): Add function.
1526 2004-04-29  Dave Love  <fx@gnu.org>
1528         * progmodes/cfengine.el (cfengine-beginning-of-defun)
1529         (cfengine-end-of-defun): Ensure progress through buffer.
1531         * info-look.el (cfengine-mode): Accept a terminal ().
1533 2004-04-29  Juri Linkov  <juri@jurta.org>
1535         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
1536         instead of isearch-yank-word-or-char.  Add new key bindings for
1537         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
1538         (isearch-del-char): New fun.
1539         (isearch-forward, isearch-edit-string): Update docstring.
1540         (isearch-yank-char): Doc fix.
1541         (isearch-other-meta-char): Restore point after scrolling.
1543         * progmodes/compile.el (compilation-context-lines): Add nil option
1544         to disable compilation output window scrolling.
1545         (compilation-set-window): Use it.
1547         * outline.el (outline-next-preface, outline-show-heading):
1548         Don't leave unhidden blank line before heading.
1549         (outline-end-of-subtree): Include last newline into subtree.
1550         (hide-entry): Leave point at beginning of heading instead of end.
1551         (outline-up-heading): Push mark for the first call of successive
1552         command calls.
1554 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
1556         * comint.el (comint-prompt-read-only): New variable.
1557         (comint-output-filter): Implement it.
1559         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
1560         (ielm-prompt-internal): New variable.
1561         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
1562         (ielm-send-input): Delete unused variable `buf'.
1563         (ielm-eval-input): Use `ielm-prompt-internal'.
1564         (inferior-emacs-lisp-mode): Use new variables
1565         `comint-prompt-read-only' and `ielm-prompt-internal'.
1566         Get rid of obsolete variable `directory-sep-char'.
1567         (ielm): Use `zerop'.
1569 2004-04-29  John Paul Wallington  <jpw@gnu.org>
1571         * thumbs.el (toplevel): Require cl at compile time.
1572         Remove conditional definitions of `ignore-errors' and `caddar'
1573         because they occur at run time.
1575 2004-04-28  Nick Roberts  <nickrob@gnu.org>
1577         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
1578         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
1579         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1580         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
1582         * progmodes/gud.el (gud-common-init): Throw an error if program is
1583         already running under gdb.
1585 2004-04-28  John Paul Wallington  <jpw@gnu.org>
1587         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
1588         (thumbs-show-image-num): Move assignment of
1589         `thumbs-current-image-filename' within scope of `i'.
1590         (thumbs-emboss-image): Don't use `evenp'.
1592 2004-04-28  Richard M. Stallman  <rms@gnu.org>
1594         * progmodes/compile.el (compilation-context-lines): Default now 0.
1596 2004-04-28  Juanma Barranquero  <lektu@terra.es>
1598         Use `time-less-p' from calendar/time-date.el instead of defining
1599         custom versions of it.
1601         * pcomplete.el (pcomplete-time-less-p): Remove.
1603         * thumbs.el (time-less-p): Remove.
1605         * calendar/timeclock.el (timeclock-time-less-p): Remove.
1606         (timeclock-generate-report): Use `time-less-p'.
1608         * emacs-lisp/autoload.el (autoload-before-p): Remove.
1609         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
1611 2004-04-28  Masatake YAMATO  <jet@gyve.org>
1613         * subr.el (remove-overlays): Make arguments optional.
1615         * wid-edit.el (widget-specify-button): Put evaporate to the
1616         overlay for sample.
1617         (widget-specify-sample): Put evaporate to the overlay for sample.
1618         (widget-specify-doc): Put evaporate to the overlay for documentation.
1620 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
1622         * info.el (info-apropos): Make it an index node.  Align node names
1623         like makeinfo.
1625 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
1627         * net/browse-url.el (browse-url-netscape-sentinel)
1628         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
1629         (browse-url-epiphany-sentinel, browse-url-mosaic):
1630         Use browse-url-*-program instead of a literal program name.
1632 2004-04-27  Kevin Ryde  <user42@zip.com.au>
1634         * eshell/em-alias.el:
1635         * eshell/em-dirs.el:
1636         * eshell/em-hist.el:
1637         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
1638         features when M-x customize-group loads modules before the main
1639         eshell.el.
1641 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
1643         * subr.el (momentary-string-display): Support EXIT-CHAR that is
1644         either a character representation of an event or an event
1645         description list.
1647         * type-break.el: Capitalise Emacs and Lisp.
1648         (type-break-good-break-interval, type-break-demo-boring-stats)
1649         (type-break-terse-messages, type-break-file-name): New defcustoms.
1650         (type-break-post-command-hook)
1651         (type-break-warning-countdown-string): Quote variable names in doc.
1652         (type-break-interval-start, type-break-auto-save-file-name): New vars.
1653         (type-break-mode): Document type-break-good-break-interval and the
1654         "session" file.  Schedule break according to the session file.
1655         Kill session file buffer on exit.  Organise for save-some-buffers
1656         to always save the session file.
1657         (type-break-mode-line-message-mode, type-break-query-mode):
1658         Uppercase arguments.
1659         (type-break-file-time, type-break-file-keystroke-count, timep)
1660         (type-break-choose-file, type-break-get-previous-time)
1661         (type-break-get-previous-count): New defuns.
1662         (type-break): Avoid break querying after a completed break in the
1663         case where the query was initiated during user invocation of the
1664         break.  Optional terse messages.
1665         Use type-break-good-break-interval if type-break-good-rest-interval is
1666         nil.  File the break time.
1667         (type-break-schedule): New optional args for overriding the use of
1668         the current time.
1669         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
1670         after a break.
1671         (type-break-check): File the keystroke count.
1672         (type-break-do-query): Prevent a second query when the break is
1673         interrupted.  Optional terse message.
1674         (type-break-keystroke-reset): Record the start of a typing interval.
1675         (type-break-demo-boring): Optional terse messages.  Display word
1676         per minute and keystroke counts according to
1677         type-break-demo-boring-stats.
1679 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
1681         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
1682         directories, make sure they exist under archive-tmpdir.
1684 2004-04-27  Juri Linkov  <juri@jurta.org>
1686         * help.el (view-emacs-news): With argument, display info for the
1687         selected version by finding it among different NEWS files, and
1688         narrowing the buffer to the selected version.
1690         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
1691         same-window-buffer-names.
1692         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
1693         non-numeric prefix argument, append the number to the buffer name
1694         for numeric prefix argument.
1695         (info-other-window): Bind same-window-regexps to nil.
1696         (Info-reference-name): Rename to Info-point-loc.
1697         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
1698         and Info-find-index-name for stringy Info-point-loc.
1699         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
1700         without middle `.', but with final `.' and optional line number
1701         for it.  Set Info-point-loc for index nodes.
1702         (Info-index): Remove middle `.' from index entry regexp.
1703         Modify line number regexp.
1704         (Info-index-next): Decrement line number.
1705         (info-apropos): Remove middle `.' from index entry regexp.
1706         Add optional line number regexp at the end.  Add matched value
1707         for line number to the result list and insert it to the buffer.
1708         Replace match-string by match-string-no-properties.
1709         Reorder result list.
1710         (Info-fontify-node): Hide index line numbers.
1711         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
1712         empty matches.
1713         (Info-follow-reference): Use `str' instead of
1714         Info-following-node-name-re.
1715         (Info-toc): Use full file names.  Set Info-current-node to "Top".
1716         (Info-fontify-node): Compare file names without directory name.
1717         (Info-try-follow-nearest-node): Don't set Info-reference-name.
1718         Set second arg of Info-extract-menu-node-name for index nodes.
1719         (info-xref-visited): Use magenta3 instead of magenta4.
1720         (Info-mode): Add info-apropos to docstring.
1722         * log-view.el (log-view-diff): Replace interactive code "r"
1723         by a list to allow to call it even if region is not active.
1725         * paren.el (show-paren-highlight-openparen): New var.
1726         (show-paren-function): Turn on openparen highlighting when
1727         matching forward if show-paren-highlight-openparen is non-nil.
1729         * simple.el (kill-ring-save): Use blink-matching-delay instead of
1730         the constant value 1.
1731         (completions-common-part): Expand docstring.
1733         * textmodes/picture.el (picture-mode-map): Add arrow keys.
1735 2004-04-27  Kim F. Storm  <storm@cua.dk>
1737         * image.el (insert-sliced-image): Use line-height instead of
1738         line-spacing property on newline.
1740 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
1742         * desktop.el (desktop-buffer-misc-data-function): Rename to
1743         desktop-save-buffer and change docstring.
1744         (desktop-buffer-modes-to-save): Delete.
1745         (desktop-save-buffer-p): Use desktop-save-buffer instead of
1746         desktop-buffer-modes-to-save.
1747         (desktop-save): Rename desktop-buffer-misc-data-function to
1748         desktop-save-buffer and allow non-function value.
1749         (desktop-missing-file-warning): Correct docstring.
1751         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
1752         to desktop-save-buffer.
1754         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
1755         desktop-save-buffer.
1757         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
1759         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
1761 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
1763         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1765 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
1767         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
1768         (ielm): Only go to the end of the buffer when starting a new process.
1770 2004-04-25  Juanma Barranquero  <lektu@terra.es>
1772         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
1773         mode line.  Bind `inhibit-read-only' to t before modifying
1774         properties of text in the buffer.
1775         (ielm): Force point to the end of buffer, even when running ielm
1776         from inside itself.
1778 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
1780         * info.el (info-apropos): Reset Info-complete-cache.
1782 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
1784         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1785         Also recognize severe Irix et al. messages.
1786         (compilation-normalize-filename, compile-abbreviate-directory):
1787         Delete functions.
1788         (compilation-get-file-structure): New function inherits
1789         functionality of the two preceding ones.
1790         (compilation-internal-error-properties, compilation-fake-loc):
1791         Use it so that different paths to the same file share the same
1792         markers.  Also optimize finding adjacent marker slightly.
1794 2004-04-25  Kim F. Storm  <storm@cua.dk>
1796         * image.el (insert-sliced-image): Add line-spacing t property
1797         to newlines separating image lines.
1799 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
1801         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
1803         * ielm.el (ielm-prompt-read-only): New user option.
1804         (ielm-prompt): Expand docstring to describe new behavior.
1805         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
1806         mention it in the docstring.
1808 2004-04-24  Andreas Schwab  <schwab@suse.de>
1810         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
1812         * diff.el (diff): Set default-directory in diff buffer.
1814 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
1816         * mail/sendmail.el (mail-bury): Don't delete the frame where the
1817         mail was being composed if the terminal cannot display more than
1818         one frame; instead, switch to previous frame.
1820         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
1821         (rmail-start-mail): Support rmail-mail-new-frame even on
1822         terminals that can display only one frame at a time.
1824 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1826         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
1827         (checkdoc-output-font-lock-keywords): Remove error regexp.
1828         (checkdoc-output-mode-map): Remove.
1829         (checkdoc-output-mode): Derive from compilation-mode.
1830         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
1832         * dired.el (dired-mode-map): Add a menu entry for wdired.
1834         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
1835         (rx-bracket, rx-check-any, rx-any): Clean up name space.
1837         * wdired.el: (wdired-mode-map): Move init into declaration.
1838         Fix `return' binding.
1839         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1840         Use force-mode-line-update.
1841         (wdired-get-filename): Use `unless'.
1842         (wdired-preprocess-files): Don't assume names have no \n and use / for
1843         dir separator.
1844         (wdired-normalize-filename): Use replace-regexp-in-string.
1845         (wdired-load-hooks): Remove.
1846         (wdired-mode-hooks): Rename to wdired-mode-hook.
1848         * info-look.el: Add support for cfengine-mode.
1849         (info-lookup-setup-mode): Use dolist.
1851 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
1853         * wdired.el: New file.
1855 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1857         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
1859         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
1860         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
1861         (pcomplete--help, pcomplete--here): Doc fixes.
1863 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
1865         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
1866         handles wrong-number-of-arguments in backend call.
1868         * vc.el (vc-print-log): Likewise.
1870 2004-04-20  Dave Love  <fx@gnu.org>
1872         * emacs-lisp/rx.el: Doc fixes.
1873         (rx-constituents): Add/extend many forms.
1874         (rx-check): Check form is a list.
1875         (bracket): Defvar.
1876         (rx-check-any, rx-any, rx-check-not): Modify.
1877         (rx-not): Simplify.
1878         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
1879         (rx-kleene): Use rx-trans-forms.
1880         (rx-quote-for-set): Delete.
1881         (rx): Allow multiple args.
1883 2004-04-23  Kenichi Handa  <handa@m17n.org>
1885         * international/mule-util.el (char-displayable-p): Simplify by
1886         using internal-char-font.
1888 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1890         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1892 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1894         * diff-mode.el (diff-next-error): New fun.
1895         (diff-mode): Use it.
1897         * simple.el (next-error): Change arg name.
1898         Add support for the documented C-u C-x ` usage.
1900         * frame.el (special-display-popup-frame, next-multiframe-window)
1901         (previous-multiframe-window): Only consider frames on same display.
1903 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
1905         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
1906         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
1908 2004-04-22  Kim F. Storm  <storm@cua.dk>
1910         * net/telnet.el (telnet): Add optional port arg.
1912 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1914         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1915         Minor sanity check on the `hyperlink' slot.
1917         * Makefile.in (recompile): Compile new files.
1919         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
1920         Add byte-recompile-directory's optional `arg'.
1922         * cvs-status.el (cvs-tree-use-charset): New var.
1923         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
1924         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
1925         (cvs-status-cvstrees): Use it.
1927         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
1928         Make it a normal major mode.
1929         (checkdoc-buffer-label): Make sure the file name is meaningful.
1930         (checkdoc-output-to-error-buffer): Remove.
1931         (checkdoc-error, checkdoc-start-section): Rewrite.
1933         * info.el (info-node, info-menu-5, info-xref, info-header-node)
1934         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1935         (Info-title-4-face): Use new syntax.
1936         (info-xref-visited): Inherit from info-xref.
1938         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
1940 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1942         * simple.el (next-error-last-buffer, next-error-function):
1943         New variables for the next-error framework.
1944         (next-error-buffer-p): New function.
1945         (next-error-find-buffer): Generalize compilation-find-buffer.
1946         (next-error, previous-error, first-error, next-error-no-select)
1947         (previous-error-no-select): Move from compile.el.
1949         * replace.el (occur-next-error, occur-1): Hook into the next-error
1950         framework.
1952         * progmodes/compile.el (compilation-start):
1953         Set next-error-last-buffer so next-error knows where to jump.
1954         (compilation-setup): Set the buffer-local variable
1955         next-error-function to 'compilation-next-error-function.
1956         (compilation-buffer-p, compilation-buffer-internal-p): Use an
1957         alternate way to find if a buffer is a compilation buffer, for
1958         next-error convenience.
1959         (next-error-no-select, previous-error-no-select, next-error)
1960         (previous-error, first-error): Move to simple.el.
1961         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
1962         (compilation-last-buffer): Remove.
1963         (compilation-start, compilation-next-error, compilation-setup)
1964         (compilation-next-error-function, compilation-find-buffer):
1965         Remove compilation-last-buffer use.
1967 2004-04-21  Juanma Barranquero  <lektu@terra.es>
1969         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
1970         (font-lock-warning-face): Fix spacing.
1972         * makefile.w32-in (WINS): Add url/ directory.
1974 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
1976         * desktop.el (desktop-buffer-mode-handlers): New variable.
1977         Alist of major mode specific functions to restore a desktop buffer.
1978         (desktop-buffer-handlers): Make variable obsolete.
1979         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
1980         Catch errors signaled in handlers.  Update buffer count.
1981         Evaluate desktop-buffer-point.
1982         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
1983         move to dired.el.
1984         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
1985         move to info.el.
1986         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
1987         move to mail/rmail.el.
1988         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
1989         to mh-e/mh-e.el.
1990         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
1991         On fail, print message (to message buffer) even if
1992         desktop-missing-file-warning is nil.
1993         (desktop-buffer-misc-data-function): New buffer local variable.
1994         Function returning major mode specific data.
1995         (desktop-buffer-misc-functions): Make variable obsolete.
1996         (desktop-save): Use desktop-buffer-misc-data-function.
1997         (desktop-buffer-dired-misc-data): Rename to
1998         dired-desktop-buffer-misc-data and move to dired.el.
1999         (desktop-buffer-info-misc-data): Rename to
2000         Info-desktop-buffer-misc-data and move to info.el.
2001         (desktop-read): Add message about number of buffers restored/failed.
2002         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2003         Add parameters.  Pause to display error only when
2004         desktop-missing-file-warning is non-nil.
2005         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2006         (dired-mode): Bind desktop-buffer-misc-data-function.
2007         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
2008         Add Parameters.
2009         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2010         (Info-mode): Bind desktop-buffer-misc-data-function.
2011         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
2012         Add Parameters.
2013         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
2014         Add Parameters.
2016 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
2018         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
2019         the case of letters in case-insensitive expansions when the
2020         abbrev is preceded by characters with letter syntax.
2022 2004-04-21  Richard M. Stallman  <rms@gnu.org>
2024         * progmodes/cperl-mode.el (cperl-putback-char):
2025         Delete Emacs 18 definition.
2027         * international/mule.el (ctext-post-read-conversion):
2028         Use assoc-string, not assoc-ignore-case.
2030         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
2032         * emacs-lisp/easymenu.el (easy-menu-add):
2033         Do call x-popup-menu, but only if it's defined.
2035         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
2037         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
2038         Handle multiple args: compile like progn.
2040         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
2041         take all args as &rest arg.
2043         * autoinsert.el (auto-insert-alist): Insert the user's name in
2044         copyright notice, rather than Free Software Foundation.
2046 2004-04-21  Kenichi Handa  <handa@m17n.org>
2048         * descr-text.el (describe-char): Make it work on *Help* buffer.
2050 2004-04-21  Kim F. Storm  <storm@cua.dk>
2052         * image.el (insert-image): Add optional SLICE arg.
2053         (insert-sliced-image): New defun.
2055 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2057         * subr.el (read-number): Check whether `default' is nil.
2059 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2061         * progmodes/compile.el (compilation-error-properties):
2062         Split into two.
2063         (compilation-internal-error-properties): New one.
2064         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
2066 2004-04-20  Richard M. Stallman  <rms@gnu.org>
2068         * window.el (split-window-save-restore-data):
2069         Don't update the data if OLD-INFO is nil.
2071         * view.el (view-return-to-alist): Mark it permanent local.
2073         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
2075         * recentf.el (recentf-save-list): Catch and warn about errors.
2077         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
2078         so "Buffers" won't be pure.
2080         * help-mode.el (help-mode-finish): Set help-return-alist first
2081         thing, setting only the entry for the selected window.
2083         * help-fns.el (describe-function-1): If many non-control non-meta
2084         keys run the command, don't list all of them.
2086 2004-04-20  Juanma Barranquero  <lektu@terra.es>
2088         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
2089         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
2091         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
2093 2004-04-20  Kenichi Handa  <handa@m17n.org>
2095         * international/quail.el (quail-lookup-key): New optional arg
2096         NOT-RESET-INDICES.
2097         (quail-get-translations): Call quail-lookup-key with
2098         NOT-RESET-INDICES t.
2099         (quail-completion): Likewise.
2100         (quail-lookup-map-and-concat): Likewise.
2102 2004-04-20  Kenichi Handa  <handa@m17n.org>
2104         * international/quail.el (quail-update-translation): Don't insert
2105         such an unsupported multibyte char in a unibyte buffer.
2107 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
2109         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
2110         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
2111         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
2112         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
2113         (gdb-frame-assembler-buffer): Improve behaviour with
2114         multiple frames.
2115         (gdb-display-buffer): Extend search to all visible frames.
2117 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
2119         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
2120         characters left after base64 decoding.
2121         (rmail-decode-region): Use -dos variety of `coding', to remove any
2122         ^M characters left after qp or base64 decoding.
2124 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2126         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
2127         messages.
2129 2004-04-19  Stephen Eglen  <stephen@gnu.org>
2131         * add-log.el (add-change-log-entry): Update doc string to mention
2132         add-log-full-name and add-log-mailing-address.
2134 2004-04-18  Juri Linkov  <juri@jurta.org>
2136         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
2137         (Info-find-node-2): Simplify error message.
2138         (Info-insert-dir): Use Info-following-node-name.
2139         (Info-goto-node): Remove *info-history* and *info-toc*.
2140         (Info-history): Create a node of the virtual history file.
2141         (Info-toc): Create a node of the virtual toc file.
2142         (Info-insert-toc): New arg `curr-file' for reference file names.
2143         (info-apropos): Remove redundant var binding for temp-file.
2144         (Info-index, Info-index-next, Info-mode): Doc fix.
2145         (Info-goto-emacs-command-node): Don't jump to *info* from
2146         non-*info* Info buffers.
2147         (Info-fontify-node): Don't show the file name of external
2148         references if `Info-hide-note-references' is `hide'.  Don't hide
2149         newlines at the end of paragraphs.
2151         * international/mule-diag.el (list-input-methods):
2152         Fix args to help-xref-button.
2154         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
2155         to put into effect local variables from TUTORIAL files.
2157         * textmodes/paragraphs.el (sentence-end) <function>: New fun
2158         with default value taken from the variable `sentence-end'.
2159         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
2160         Add nil const to :type.
2161         (sentence-end-without-period, sentence-end-double-space)
2162         (sentence-end-without-space): Doc fix.
2164         * textmodes/paragraphs.el (forward-sentence):
2165         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
2166         (fill-delete-newlines):
2167         * progmodes/cc-cmds.el (c-beginning-of-statement):
2168         Use function `sentence-end' instead of variable `sentence-end'.
2170 2004-04-18  Andreas Schwab  <schwab@suse.de>
2172         * progmodes/compile.el (compilation-start): Set window start to
2173         point-min if compilation-scroll-output is nil.
2175 2004-04-18  John Wiegley  <johnw@newartisans.com>
2177         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
2179 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
2181         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
2182         (gdb-info-breakpoints-custom): Revert previous change.
2183         (gdb-view-assembler): Update assembler if necessary.
2184         (gdb-frame-handler): Parse correctly for gdb-current-frame.
2185         (gdb-display-source-buffer): Update properly when both source and
2186         assembler are visible.
2188 2004-04-17  John Wiegley  <johnw@newartisans.com>
2190         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
2191         which limits the number of names shown in the minibuffer.  Off by
2192         default.
2193         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
2194         up iswitchb for users with a multitude of open buffers by showing
2195         only the first and last N/2 buffers in the completion list (which
2196         is enough to aid C-s/C-r, and to know that more characters are
2197         needed to refine the completion list).
2199 2004-04-17  Richard M. Stallman  <rms@gnu.org>
2201         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
2202         (file-truename): Expand all ~ constructs directly.
2203         (insert-directory): Delete any error msg output by the
2204         `insert-directory-program'.
2206         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
2207         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
2208         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
2209         (allout-init): Use find-file-hook, not find-file-hooks.
2210         (allout-mode): Eliminate Emacs 18 support.
2211         Use write-contents-functions, not local-write-file-hooks.
2213 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
2215         * progmodes/compile.el (compilation-error-properties): Fix for
2216         adding messages when there are already markers for their file.
2217         (compilation-fake-loc): New function.
2219 2004-04-16  Dave Love  <fx@gnu.org>
2221         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
2222         (python-load-file): Fix python-orig-start setting.
2224         * progmodes/compile.el: Doc fixes.
2225         (compilation-error-regexp-alist-alist)
2226         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
2227         (compilation-assq): Wrap in eval-when-compile.
2228         (compilation-mode-font-lock-keywords): Don't use list*.
2229         (compilation-start): Avoid warning.
2230         (compilation-compat-error-properties)
2231         (compilation-directory-properties): Add keymap property.
2232         (compilation-parsing-end): Make it a marker for better compatibility.
2234         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
2236 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
2238         * xml.el: Doc fixes.
2239         (xml-get-children): Only looks at sub-tags and ignore strings.
2241         * xml.el (xml-parse-tag): Avoid overwriting node-name.
2243 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2245         * url/url-util.el (url-debug): Use with-current-buffer.
2247         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
2248         (url-nfs-create-wrapper): Use new backquote syntax.
2250         * url/url-https.el (url-https-file-attributes): Add id-format param.
2252         * url/url-http.el (url-http-head-file-attributes)
2253         (url-http-file-attributes): Add id-format parameter.
2255         * url/url-handlers.el: Use new find-file-hook.
2256         (url-file-attributes): Add id-format parameter.
2258         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
2259         (url-file-file-attributes): Add id-format parameter.
2261         * url/url-dav.el: Use with-current-buffer.
2262         (url-dav-process-response): Fix regexps and spurious quote.
2263         (url-dav-file-attributes): Add id-format param.
2265         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
2267 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
2269         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
2271         * vc.el (vc-print-log): Likewise.
2273 2004-04-16  Masatake YAMATO  <jet@gyve.org>
2275         * simple.el (completion-setup-function): Set an initial value
2276         to `element-common-end' before entering loop.  Set a value
2277         to `element-common-end' at the end of loop.
2278         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
2279         (completions-common-part): Rename from completion-de-emphasis.
2280         (completions-first-difference): Rename from completion-emphasis.
2281         Suggested by RMS.
2283 2004-04-16  Juanma Barranquero  <lektu@terra.es>
2285         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
2286         (bookmark-edit-annotation-mode): Add mode name.
2288 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2290         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
2291         for nested conflict markers.
2292         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
2294 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
2296         * progmodes/gdb-ui.el (gdb-goto-info): New function.
2298         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
2300 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2302         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
2303         Give a backtrace if requested.
2305         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
2307         * progmodes/python.el (python-mouse-2-command, python-RET-command):
2308         Remove unused functions.
2309         (python-orig-start-line, python-orig-file): Remove.
2310         (python-orig-start): New var.
2311         (python-input-filter, python-compilation-line-number)
2312         (python-send-region, python-load-file): Use it.
2314         * info.el (info): Always jump to *info*.
2316         * subr.el (posn-set-point): New function.
2318         * mouse.el (mouse-set-point): Use it.
2320         * progmodes/compile.el (compile-goto-error): Use it.
2321         (compilation-button-map): New keymap.
2322         (compilation-error-properties): Use it.
2323         (compilation-shell-minor-mode-map): Don't bind mouse-2.
2325         * smerge-mode.el (smerge-popup-context-menu): Use it.
2327         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
2328         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
2329         mouse and non-mouse case.
2331         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
2332         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
2334         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
2335         Make it work for non-mouse events.
2337         * pcvs-info.el (cvs-status-map): Update binding name.
2339 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
2341         * xml.el (xml-maybe-do-ns): New function to handle namespace
2342         parsing of both attribute and element names.
2343         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
2344         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
2345         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
2346         (xml-parse-attlist): Make it do its own namespace parsing.
2348 2004-04-14  Dave Love  <fx@gnu.org>
2350         * progmodes/python.el (run-python): Fix use of \n.
2351         (python-load-file): Remove `try' from Python fragment.
2352         (python-describe-symbol): Fix message.
2354         * comint.el: Doc fixes.
2355         (comint-last-input-start, comint-last-input-end)
2356         (comint-last-output-start): Give them values.
2357         (comint-arguments): Avoid warning.
2358         (comint-skip-prompt): Use line-end-position.
2359         (comint-backward-matching-input): Rename arg to agree with doc.
2360         (comint-extract-string): Use syntax-ppss.
2361         (comint-dynamic-simple-complete): Delete useless list construction.
2362         (comint-redirect-subvert-readonly): New.
2363         (comint-redirect-preoutput-filter): Use it.
2365         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
2366         Correctly handle negative arguments when calling hook functions.
2368 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
2370         * info.el (info-apropos): Don't clobber Info-history-list.
2372 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
2374         * progmodes/compile.el (compilation-setup):
2375         Localize overlay-arrow-position.
2376         (compilation-sentinel): Restructure code equivalently.
2377         (compilation-next-error): Find message on same line after point if
2378         not found before point.
2379         (compile-mouse-goto-error): Restore function so that compilation
2380         buffer need not be current and use compile-goto-error.
2381         (compile-goto-error): Restore function.
2382         (next-error): Set overlay-arrow-position.
2383         (compilation-forget-errors): Don't localize already local
2384         compilation-locs and remove FIXME about refontifying.
2386 2004-04-14  Kim F. Storm  <storm@cua.dk>
2388         * startup.el (emacs-quick-startup): New defvar (set by -Q).
2389         (command-line): New option -Q.  Like -q --no-site-file, but
2390         in addition it also disables menu-bar, tool-bar, scroll-bars,
2391         tool-tips, and the blinking cursor.
2392         (command-line-1): Skip startup screen if -Q.
2393         (fancy-splash-head): Use ":align-to center" prop to center splash image.
2395         * emulation/cua-base.el (cua-read-only-cursor-color)
2396         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
2398 2004-04-13  Dave Love  <fx@gnu.org>
2400         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
2401         (syntax): Don't require.
2402         (python) <defgroup>: Add :version.
2403         (python-quote-syntax): Re-written.
2404         (inferior-python-mode): Move stuff here from run-python and add
2405         some more.
2406         (python-preoutput-continuation, python-preoutput-result)
2407         (python-dotty-syntax-table): New.
2408         (python-describe-symbol): Use them.
2409         (run-python): Move stuff to inferior-python-mode.  Modify code
2410         loaded into Python.
2411         (python-send-region): Use python-proc, python-send-string.
2412         (python-send-string): Send newlines too.  Callers changed.
2413         (python-load-file): Re-written.
2414         (python-eldoc-function): New.
2415         (info-look): Don't require.
2416         (python-after-info-look): New.  A modified version of former
2417         top-level code for use with eval-after-load.
2418         (python-maybe-jython, python-guess-indent): Use widened buffer.
2419         (python-fill-paragraph): Re-written.
2420         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
2421         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
2423 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2425         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
2426         Set compilation-error-regexp-alist earlier.
2428         * progmodes/compile.el (compilation-minor-mode-map)
2429         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
2430         (compile-goto-error): Re-merge the mouse and non-mouse commands.
2432 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2434         * progmodes/compile.el (compile-goto-error): Select the buffer/window
2435         corresponding to the event.
2437         * url/url.el (url-retrieve): Use with-current-buffer.
2439         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
2440         Remove unused var `version'.
2442         * url/url-handlers.el (url-handler-mode): New minor mode.
2443         (url-setup-file-name-handlers): Remove.
2445 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
2447         * loadup.el: Add cygwin to system-type list, for unexec() support.
2449 2004-04-12  John Paul Wallington  <jpw@gnu.org>
2451         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
2452         (ibuffer-restore-window-config-on-quit): New variable to replace
2453         `ibuffer-delete-window-on-quit'.  Update all references.
2454         (ibuffer-prev-window-config): New variable.
2455         (ibuffer-quit): Restore previous window configuration instead of
2456         deleting window.
2457         (ibuffer): Save window configuration before showing Ibuffer buffer.
2459         * help.el (describe-mode): Doc fix.
2461         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
2462         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
2464 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2466         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
2467         not to treat nil as a function.
2469         * vc-arch.el (vc-arch-root): Be a bit more careful.
2470         (vc-arch-register): Save the buffer if we modified it.
2471         (vc-arch-delete-rej-if-obsolete): Save excursion.
2472         (vc-arch-find-file-hook): Use the simpler after-save-hook.
2473         (vc-arch-responsible-p, vc-arch-init-version): New functions.
2475         * net/ldap.el (ldap-search): Use list*.
2477 2004-04-12  Juri Linkov  <juri@jurta.org>
2479         * info.el (Info-follow-reference): Allow multiline reference name.
2481 2004-04-11  Dave Love  <fx@gnu.org>
2483         * url/url-mailto.el (url-mailto):
2484         * url/url-history.el (url-history-setup-save-timer):
2485         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
2487         * url/url-file.el (url-file-build-filename): Don't use
2488         directory-sep-char.
2490         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
2492         * url/url-about.el (url-scheme-registry): Defvar.
2493         (url-about): Use text/plain.
2495         * url/url-vars.el (cl): Don't require.
2496         (url): Add :version.
2497         (url-bug-address): Use bug-gnu-emacs.
2499         * url/url-util.el (url-hexify-string): Don't give multibyte error
2500         for char <16.
2501         (mail-header-extract): Autoload.
2503         * url/url-parse.el: Doc fixes.
2505         * url/url-ldap.el (ldap): Require.
2506         (url-ldap): Fix `format' call.
2507         (url-ldap-certificate-formatter): Avoid warning.
2509         * url/url-https.el (url-https-create-secure-wrapper): Use modern
2510         backquotes.
2512         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
2513         (url-intersection): New.
2514         (url-dav-supported-p): Use it.
2515         (url-dav-save-resource): Declare url-http-response-status special.
2517         * url/url-cache.el (url-util): Require.
2519         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
2521         * progmodes/python.el: New file.
2523 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
2525         * vc-hooks.el (vc-arg-list): Function removed.
2526         (vc-default-workfile-unchanged-p): Use condition-case to check for
2527         backward compatibility.
2529         * vc.el (vc-print-log): Use condition-case to check for backward
2530         compatibility.
2532 2004-04-11  Juri Linkov  <juri@jurta.org>
2534         * dired.el (dired-faces): New defgroup.
2535         (dired-header, dired-mark, dired-marked, dired-flagged)
2536         (dired-warning, dired-directory, dired-symlink, dired-ignored):
2537         New faces.
2538         (dired-header-face, dired-mark-face, dired-marked-face)
2539         (dired-flagged-face, dired-warning-face, dired-directory-face)
2540         (dired-symlink-face, dired-ignored-face): New face variables.
2541         (dired-font-lock-keywords): Use them instead of font-lock faces.
2542         Split the rule for dired marks into 3 separate rules: for marks,
2543         marked file names and flagged file names.
2545         * help-mode.el (help-make-xrefs): Add a final newline to the
2546         *Help* buffer.
2548 2004-04-11  John Paul Wallington  <jpw@gnu.org>
2550         * replace.el (occur-engine): Distinguish between one and several
2551         matches in the matches per buffer heading.
2553 2004-04-11  Kim F. Storm  <storm@cua.dk>
2555         * ido.el (ido-confirm-unique-completion): New defcustom.
2556         (ido-complete): Use it.
2557         (ido-write-file): Set it to t unconditionally.
2559 2004-04-10  Miles Bader  <miles@gnu.org>
2561         RCS keyword removal (only non-comment changes are enumerated here):
2563         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
2564         (byte-compile-insert-header): Don't use `byte-compile-version'.
2565         * url/url-vars.el (url-version): Use the constant string "Emacs"
2566         instead of calculating something from the RCS `State' keyword
2567         [the latter is almost entirely useless anyway].
2568         * forms.el (forms-version): Variable removed.
2569         (forms-mode): Don't use `forms-version'.
2570         * recentf.el (recentf-version): Variable removed.
2571         * progmodes/delphi.el (delphi-version): Variable removed.
2572         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2574 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2576         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
2578 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
2580         * info.el (info-apropos): Improve menu item regexp.
2582 2004-04-09  Simon Josefsson  <jas@extundo.com>
2584         * mail/smtpmail.el: Add comment, based on report by
2585         kdc@rcn.com (Kevin D. Clark).
2587 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2589         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2590         Redo one more thing that I didn't notice Daniel had undone.
2592 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
2594         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
2595         (gdb-goto-breakpoint, gdb-display-buffer)
2596         (gdb-display-source-buffer, gdb-view-source-function)
2597         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
2598         (gdb-source-info, gdb-frame-handler): Don't specify a window
2599         for display.
2600         (gdb-info-breakpoints-custom): Remove superfluous update of
2601         assembler buffer.
2602         (gdb-many-windows): Make settable outside gdb.
2604 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
2606         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
2607         Derive from fundamental-mode rather than text-mode.
2609 2004-04-08  Juri Linkov  <juri@jurta.org>
2611         * info.el (Info-history): Doc fix.
2612         (Info-history-list): New var.
2613         (info-xref): Change magenta4 to blue, remove bold for dark and
2614         light backgrounds, change bold to underline for non-color classes.
2615         (info-xref-visited): New face.
2616         (Info-fontify-visited-nodes): New custom.
2617         (Info-hide-note-references): Add new value `hide'.  Doc fix.
2618         (Info-reference-name): New var.
2619         (Info-selection-hook): New custom.
2620         (Info-edit-mode-hook): New var.
2621         (Info-find-file): New fun.
2622         (Info-find-node): Move part of code to Info-find-file.
2623         (Info-find-node-2): Add anchors to Info-history-list.  Move point
2624         to the place with the reference name if name is defined.
2625         (Info-select-node): Add current node to Info-history-list.
2626         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
2627         (Info-search-whitespace-regexp): New custom.
2628         (Info-search-case-fold): New var.
2629         (Info-search): Add "case-sensitively" to the prompt.
2630         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
2631         (Info-search-case-sensitively, Info-search-next): New fun.
2632         (Info-up): Move point to the menu item of the current node.
2633         (Info-history): New fun.  Add *info-history* to
2634         same-window-buffer-names.
2635         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
2636         (Info-insert-toc): New fun.
2637         (Info-build-toc): New fun.
2638         (Info-follow-reference): Add new arg `fork'.  Doc fix.
2639         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
2640         with the same name prefer the reference closest to point.
2641         (Info-next-reference): Replace * by + in the *Note regexp.
2642         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2643         (Info-prev-reference): Replace * by + in the *Note regexp.
2644         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2645         (Info-follow-nearest-node): Add new arg `fork'.
2646         (Info-try-follow-nearest-node): Add new arg `fork'.
2647         Call browse-url for http:// and ftp:// references.
2648         Set Info-reference-name for index entries.
2649         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
2650         Info-search-next, Info-history, Info-toc, clone-buffer.
2651         (Info-menu-update): Replace * by + in the *Note regexp.
2652         (Info-mode): Add documentation for Info-history, Info-toc,
2653         Info-search-case-sensitively, Info-search-next, clone-buffer.
2654         (Info-fontify-menu-headers): Remove fun.  Move code to
2655         Info-fontify-node.
2656         (Info-fontify-node): Add docstring.  Add local vars
2657         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
2658         then fontify header line, titles, menu headers, http and ftp
2659         references, refill paragraphs.  If not-fontified-p is t or
2660         fontify-visited-p is t then fontify cross references, menu items.
2661         Fontify menu headers.  Fontify http and ftp references.
2662         Change regexp for cross references to require whitespace after *Note,
2663         add matching groups for file and node names.  Remove hack for quote.
2664         Use display property for Info-hide-note-references=t.  Use fifth
2665         or fourth match for help-echo.  Display visited nodes in a
2666         different face.  Unhide file names of external references.
2667         Unhide newlines.  Display visited menu items in a different face.
2669 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2671         * progmodes/compile.el: Require CL.
2672         (compilation-mode-font-lock-keywords): Re-install the "line as
2673         function" patch.
2675         * help-fns.el (help-C-source-directory): New var.
2676         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
2677         (describe-function-1, describe-variable): Use them.
2679         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
2680         to C source files specially.
2682 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2684         * info.el (Info-hide-cookies-node): New function.
2685         (Info-select-node): Use it.
2686         (Info-display-images-node): Remove message with image file name.
2688 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
2690         * progmodes/compile.el (compilation-warning-face)
2691         (compilation-info-face, compilation-skip-threshold)
2692         (compilation-skip-visited, compilation-context-lines):
2693         Declare :version when added to Emacs.
2694         (compilation-error-regexp-alist-alist): Extend caml and irix.
2695         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
2696         (compilation-mode-font-lock-keywords): Temporarily undo line as
2697         function patch, which wasn't ready.
2699 2004-04-07  Kenichi Handa  <handa@m17n.org>
2701         * international/latin1-disp.el (latin1-display-setup): Check each
2702         character is displayable or not instead of calling
2703         latin1-display-check-font.
2705 2004-04-06  Kenichi Handa  <handa@m17n.org>
2707         * language/ethio-util.el (ethio-sera-being-called-by-w3):
2708         New variable.
2709         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
2710         instead of sera-being-called-by-w3.
2711         (ethio-fidel-to-sera-buffer): Likewise.
2712         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
2713         instead of sera-being-called-by-w3.
2714         (ethio-write-file): Likewise.
2716 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2718         * printing.el: Doc fix.
2720 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
2722         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
2723         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
2724         (gdb-setup-windows): Only use separate IO buffer if required.
2726 2004-04-06  Kim F. Storm  <storm@cua.dk>
2728         * term.el (term-is-xemacs): Remove.
2729         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
2730         (term-window-width): New function.
2731         (term-mode, term-check-size): Use it.
2732         (term-mode): Disable overflow-newline-into-fringe in term buffer.
2734 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2736         * cus-edit.el (custom-add-parent-links): Change unbound variable
2737         `symbol' to `name'.
2739 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
2740         * info.el (info-apropos): New function.
2741         (Info-mode-menu): Add it.
2742         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
2744         * help-mode.el (help-make-xrefs): Recognize aliased variable with
2745         inherited docstring.
2747         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
2749 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2751         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
2753         * progmodes/compile.el (font-lock): Don't require any more.
2754         (compilation-error-properties, compilation-start, compilation-sentinel)
2755         (compilation-filter, next-error): Use with-current-buffer.
2756         (compilation-skip-to-next-location, compilation-skip-threshold)
2757         (compilation-skip-visited): Move to silence the byte-compiler.
2758         (compilation-setup): Simplify.
2759         (compilation-next-error): Use line-(beginning|end)-position.
2760         Make sure `pt' is non-nil before using compilation-loop.
2761         (compile-goto-error): Add optional event arg.  Use it.
2762         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
2763         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
2764         Update the binding for mouse-2.
2765         (first-error): Set compilation-current-error to nil rather than bob.
2766         (compilation-parsing-end, compilation-parse-errors-function)
2767         (compilation-error-list, compilation-old-error-list):
2768         "New" compatibility variables.
2769         (compile-buffer-substring, compilation-compat-error-properties)
2770         (compilation-compat-parse-errors, compilation-forget-errors):
2771         New compatibility functions.
2772         (compilation-mode-font-lock-keywords): Use them.
2774 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
2776         * autorevert.el (auto-revert-handler): If point (or a window
2777         point) is at the end of the buffer, keep it there after
2778         reverting.  This allows to tail a file.
2779         Mention this in the `Commentary'.
2781         * format.el (format-write-file): Add optional argument CONFIRM
2782         and make it behave like the analogous argument to `write-file'.
2784 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2786         * progmodes/ebnf2ps.el: Doc fix.
2787         (ebnf-version): New version number (4.2).
2788         (ebnf-syntax): Customization and docstring fix.
2789         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
2790         Put autoloaded funs before first use.
2791         (ebnf-style-database): Add dtd entry.
2792         (ebnf-syntax-alist): Add dtd initialization.
2793         (ebnf-token-sequence): New fun.
2794         (ebnf-comment-table): Add new comment action character.
2795         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
2797         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
2798         Type Definition for XML).
2800         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
2801         * progmodes/ebnf-bnf.el (ebnf-sequence):
2802         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
2803         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
2804         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
2805         Code simplification: call ebnf-token-sequence.
2807 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
2809         * calendar/timeclock.el (timeclock-relative)
2810         (timeclock-get-project-function, timeclock-get-workday-function)
2811         (timeclock-query-out, timeclock-when-to-leave)
2812         (timeclock-when-to-leave-string, timeclock-log-data)
2813         (timeclock-generate-report, timeclock-in): Doc fixes.
2815 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2817         * url: Import the URL package from its repository.
2819         * url/url-methods.el:
2820         * url/url-parse.el: Don't require url-auto.
2822 2004-04-03  Andreas Schwab  <schwab@suse.de>
2824         * diff-mode.el (diff-mode): Fix missing quote.
2826 2004-04-03  Juri Linkov  <juri@jurta.org>
2828         * descr-text.el (describe-property-list): Add `font-lock-face'.
2830         * dired.el (dired-font-lock-keywords): Fix permission regexps.
2832 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2834         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
2835         Use utf-16le on little endian machines and utf-16be otherwise.
2837 2004-04-02  David Kastrup  <dak@gnu.org>
2839         * net/browse-url.el (browse-url-generic): Use call-process
2840         instead of start-process to allow browsers that fork and detach.
2842 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
2844         * compile.el (compilation-current-error): New var.
2845         (compilation-setup, compile-mouse-goto-error)
2846         (compile-goto-error, next-error): Use it.
2847         (compilation-skip-to-next-location): Default to t, which gives
2848         contiguous skipping like old compile (where this was redundant).
2849         (compilation-next-error): Prevent previous-* commands from moving
2850         back to message at or just before point.
2852 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
2854         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
2855         (gdb-source-info): Don't display source at startup, if required.
2856         (gdb-show-main): New option.
2857         (gdba): Update documentation.
2858         (gdb-source): Cover case of auto-display output.
2860 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
2862         * autorevert.el: Delete obsolete autoload's and defvar's.
2863         (auto-revert-check-vc-info): New user option.
2864         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
2865         (auto-revert-handler-vc): Delete.
2866         (auto-revert-handler): Treat return value `fast' of
2867         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
2869         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
2870         return `fast'.
2872         * files.el (buffer-stale-function): Doc change.
2874 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2876         * printing.el: New tip on Tips section.
2877         (pr-version): New version number (6.7.4).
2878         (pr-shell-file-name): Initialization fix.
2880 2004-03-31  Juri Linkov  <juri@jurta.org>
2882         * dired.el: Add autoload for `dired-do-touch'.
2883         (dired-touch-program): New var.
2884         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
2885         (dired-no-confirm): Add `touch' to docstring.
2887         * dired-aux.el (dired-do-touch): New fun.
2888         (dired-do-chxxx): Add argument -t for touch operation.
2890         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
2891         `dired-move-to-filename-regexp'.
2893 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
2895         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
2897 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2899         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
2900         and only if the buffer was modified.
2902 2004-03-30  Kenichi Handa  <handa@m17n.org>
2904         * international/characters.el: Delete pairs for U+2308..U+230B.
2906 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
2908         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
2909         to detect the beginning of a level 2 or 3 annotation.
2911 2004-03-29  Kenichi Handa  <handa@m17n.org>
2913         * international/ucs-tables.el (ucs-insert): Fix the error message.
2915 2004-03-29  Kenichi Handa  <handa@m17n.org>
2917         * international/mule-util.el (char-displayable-p): Fix generation
2918         of XLFD file name.
2920         * Makefile.in (setwins, setwins_almost): Change directory to $wd
2921         before finding directories by `find'.
2923 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2925         * subr.el (interactive-form): Delete.  Now implemented in C.
2927         * pcvs.el (cvs-parse-process): Workaround for Darwin.
2929         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
2930         (vc-diff-label): New fun.
2931         (vc-diff-internal): Use it.
2933         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
2935 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2937         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
2939         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
2940         specify XML (EBNFX).
2942         * progmodes/ebnf2ps.el: Doc fix.
2943         (ebnf-version): New version number (4.1).
2944         (ebnf-syntax): Adjust customization.
2945         (ebnf-style-database): Add ebnfx entry.
2946         (ebnf-syntax-alist): Add ebnfx initialization.
2947         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
2949         * printing.el: Doc fix.
2950         (pr-version): New version number (6.7.3).
2951         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
2952         returns nil for mouse position.  Reported by Drew Adams
2953         <drew.adams@oracle.com>.
2954         (pr-update-menus): Modify interactive declaration.  Reported by Drew
2955         Adams <drew.adams@oracle.com>.
2957 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
2959         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
2960         (gud-gdba-marker-filter): Log the process input and output, if
2961         required.  From Stefan Monnier.
2962         (gdb-debug-log, gdb-enable-debug-log): New variables.
2963         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
2965 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2967         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
2968         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
2970 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
2972         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
2973         Call vc-find-file-hook here instead of in auto-revert-buffers.
2974         (auto-revert-buffers): Delete call to vc-find-file-hook.
2975         (auto-revert-verbose, global-auto-revert-non-file-buffers)
2976         (global-auto-revert-mode, auto-revert-set-timer)
2977         (auto-revert-handler, auto-revert-buffers): Doc fixes.
2979 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2981         * woman.el (woman-change-fonts): Rename local variable
2982         woman-font-alist to font-alist to avoid a compiler warning.
2984 2004-03-27  Dave Love  <fx@gnu.org>
2986         * emacs-lisp/rx.el (rx): Doc fix.
2987         Fix copyright years.
2989         * strokes.el (strokes-global-set-stroke-string): New function.
2990         (strokes-list-strokes): Cope with strings, not just commands.
2991         Set foreground colour of image.
2992         (strokes-global-set-stroke): Doc fix.
2994 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
2996         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
2997         Auto Revert mode.
2998         (Buffer-menu-files-only): New variable.
2999         (Buffer-menu-toggle-files-only): New function.
3000         (Buffer-menu-mode-map): Bind it to `T'.
3001         (Buffer-menu-mode): Mention `T' in docstring.
3002         Set buffer-stale-function.
3003         (list-buffers-noselect): Mark buffer non-modified and set
3004         Buffer-menu-files-only.
3006         * dired.el (buffer-stale-function): Remove no longer needed defvar.
3008         * autorevert.el (auto-revert-handler): Print revert message
3009         before, rather than after, reverting.
3010         (buffer-stale-function): Move to files.el.
3012         * files.el (buffer-stale-function): Move here from autorevert.el.
3014 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3016         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3018         * calc/calc.el (calc-mode-map): Use mapc.
3020         * apropos.el (apropos-mode): Don't autoload.
3021         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
3022         (apropos): Use it.
3023         (apropos-print): Add optional `text' argument.
3024         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3025         Don't assume point-min == 1.
3027         * bs.el (bs-buffer-list): Use buffer-local-value.
3028         (bs--set-toggle-to-show): Use with-current-buffer.
3030         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3031         New funs.
3032         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
3034         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3036         * dabbrev.el (dabbrev-expand): Fix regexp construction.
3037         (dabbrev--find-expansion): Use pop.
3038         (dabbrev--search): Use match-string-no-properties.
3040         * dired.el (dired-mode): Use run-mode-hooks.
3041         (dired-move-to-end-of-filename): Use match-string.
3043         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3044         is bound before using it.
3045         (ediff-verbose-p): Make it into a var since it's not constant.
3047         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3049         * faces.el (read-face-font): Don't cons up unnecessarily.
3050         (header-line, tool-bar): Share common parts.
3052         * files.el (file-relative-name): Use compare-strings.
3054         * finder.el (finder-mode): Follow coding convention.
3056         * subr.el (read-number): New function.
3058         * ses.el (ses-read-number): Move to subr.el.
3059         (ses-set-header-row): Use read-number.
3061 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
3063         * vc-hooks.el (vc-arg-list): New function, which handles both
3064         compiled and uncompiled code.
3065         (vc-default-workfile-unchanged-p): Use it.
3067         * vc.el (vc-print-log): Undo prev change, use new function
3068         vc-arg-list from vc-hooks.el.
3070 2004-03-26  Masatake YAMATO  <jet@gyve.org>
3072         * simple.el (completion-setup-function): Emphasize the
3073         first uncommon characters in the completions; and de-emphasize
3074         the common prefix substrings.
3075         (completion-emphasis): New face.
3076         (completion-de-emphasis): New face.
3078 2004-03-25  Juanma Barranquero  <lektu@terra.es>
3080         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3081         Comment out (it's unused and unfinished code).
3083 2004-03-25  Sam Steingold  <sds@gnu.org>
3085         * vc.el (vc-print-log): Fix a bug in the last patch:
3086         backend-function may be a byte-compiled object, not a lambda.
3088 2004-03-25  Juri Linkov  <juri@jurta.org>
3090         * descr-text.el (describe-property-list): Add a button
3091         for `face' property that calls `describe-face'.
3092         Suggested by luis fernandes <elf@ee.ryerson.ca>
3094         * international/mule.el (keyboard-coding-system):
3095         * kmacro.el (kmacro-call-macro): Fix docstring.
3097         * dired.el: Fix comments.
3099         * textmodes/fill.el (fill): Fix Info link.
3101         * font-lock.el (fast-lock, lazy-lock):
3102         * jit-lock.el (jit-lock): Remove links to removed Support Modes
3103         Info node.
3105         * eshell/eshell.el (eshell): Fix broken info-link.
3107         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3108         * eshell/em-banner.el (eshell-banner):
3109         * eshell/em-smart.el (eshell-smart):
3110         * eshell/esh-cmd.el (eshell-cmd):
3111         Comment out broken info-links to incomplete Info manual.
3113         * info-xref.el: Fix commentary.
3115 2004-03-25  Kevin Ryde  <user42@zip.com.au>
3117         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3118         Remove spurious node duplicate suppression, doesn't work, not wanted.
3119         (info-xref-output): Take format style args, add "sit-for 0" to let
3120         user see the results as they progress.
3121         (info-xref-check-all-custom): New function.
3123 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
3125         * gdb-ui.el: Moved to progmodes.
3127 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3129         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3131 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3133         * calendar/appt.el (appt-check): Remove superfluous progn.
3134         When finished with diary buffer: if it was not being displayed
3135         before, kill it; otherwise restore its original state.
3136         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
3138         * calendar/calendar.el (calendar-set-mode-line): Use total
3139         available mode-line width, rather than frame-width.
3141         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
3142         after mode change so effect not lost.
3144 2004-03-23  Dave Love  <fx@gnu.org>
3146         * dired.el (dired) <defgroup>: Add link to manual.
3147         (dired-font-lock-keywords): Add highlighting on unusual permissions.
3148         (dired-revert): Use dolist.
3149         (dired-mode-map): Add U binding.
3150         (dired-mode): Add font-lock-beginning-of-syntax-function.
3151         (dired-garbage-files-regexp): Make it a defcustom.
3153 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3155         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
3156         is equivalent to nil.
3157         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
3158         (vc-arch-mode-line-string): Accept `added' state.
3159         (vc-arch-state): Use inode-sigs if available.
3160         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
3161         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
3162         (vc-arch-tagline-re): New var.
3163         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
3164         New functions.
3165         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
3166         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
3168         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
3169         (vc-file-not-found-hook): Use it.
3171         * diff-mode.el (diff-default-read-only): Change default.
3172         (diff-mode-hook): Make it a defcustom.  Add some options.
3173         (diff-mode-map): Bind diff-refine-hook.
3174         (diff-yank-handler): New var.
3175         (diff-yank-function): New fun.
3176         (diff-font-lock-keywords): Use them.
3177         (diff-end-of-file): Handle case where file-header looks like diff text.
3178         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
3179         (diff-file-kill): Delete a subsequent empty line, if applicable.
3180         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
3181         (diff-find-file-name): Use it.
3182         (diff-tell-file-name): New command.
3183         (diff-mode): Be careful with view-mode.
3184         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
3185         New functions, for use in diff-mode-hook.
3186         (diff-find-source-location): Catch "regex too large" errors.
3187         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
3188         (diff-refine-hunk): New command.
3190         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
3191         (smerge-context-menu-map): Remove unused var.
3192         (smerge-keep-all): Preserve markers.
3193         (smerge-keep-n): New fun.
3194         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3195         (smerge-keep-current, smerge-ediff): Use it.
3196         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
3197         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
3198         (smerge-resolve): Resolve trivial 3-part conflicts.
3200 2004-03-23  Juri Linkov  <juri@jurta.org>
3202         * man.el (Man-width): New var.
3203         (Man-getpage-in-background): Use it.
3204         (Man-support-local-filenames): New var and fun.
3205         (Man-build-man-command): Don't add a second %s.
3206         (Man-fontify-manpage): Clean up message.
3207         (Man-mode): Set outline-regexp, outline-level,
3208         imenu-generic-expression.
3210         * woman.el (woman-fill-frame): Doc fix.
3211         (woman-decode-region): Use window-width instead of frame-width.
3213         * abbrevlist.el (list-one-abbrev-table):
3214         * descr-text.el (describe-char):
3215         * international/mule-diag.el (describe-current-coding-system):
3216         * international/quail.el (quail-insert-decode-map):
3217         Use window-width instead of frame-width.
3219         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
3220         (jka-compr-mode-alist-additions): Add tbz.
3221         (jka-compr-write-region, jka-compr-insert-file-contents):
3222         Add message for undefined compress-program.
3223         (jka-compr-write-region): Remove redundant var bindings.
3225         * dired-x.el (dired-guess-shell-alist-default): Add choices for
3226         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
3227         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
3228         (dired-man): Use dired-guess-shell-command.
3229         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
3230         Change default nil to t.
3232         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
3233         (dired-compare-directories): Add default value for empty input.
3235         * help-at-pt.el: Move suggestions for key bindings to Commentary.
3237         * time.el (display-time-string-forms): Fix help-echo date format.
3239 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
3241         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
3242         (buffer-stale-function): New variable.
3243         (auto-revert-list-diff, auto-revert-dired-file-list)
3244         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
3245         (auto-revert-handler): Take over some functionality of deleted
3246         functions.
3247         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
3249         * dired.el (dired-directory-changed-p): New fun, extracted from
3250         dired-internal-noselect.
3251         (dired-buffer-stale-p): New fun.
3252         (dired-internal-noselect): Use dired-directory-changed-p.
3253         Eliminate revert messages.
3254         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
3256 2004-03-23  Kenichi Handa  <handa@m17n.org>
3258         * international/characters.el: Setup syntaxes for more parentheses
3259         Unicode characters.
3261         * international/mule-cmds.el (select-safe-coding-system):
3262         Merge coding-system and auto-cs before comparing them.
3264 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3266         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
3268         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3269         normal-auto-fill-function and comment-indent-function.
3270         The default values now work just as well.
3271         Don't set font-lock-beginning-of-syntax-function since we already set
3272         syntax-begin-function.
3273         (lisp-outline-level): Put ;;;###autoload at same level as (.
3274         (prin1-char): Quote special chars.
3276         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
3277         than with-no-warnings.
3279         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
3280         if the source location can't be found.
3281         (edebug-compute-previous-result): Use prin1-char.
3283         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
3284         (debug-ignored-errors): Add an entry.
3286         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
3287         (byte-compile-file): Output warning when deleting a file.
3289         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
3290         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
3292         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
3293         (byte-compile-inline-expand): Use backquote.
3294         (byte-optimize-pure-func): Rename from byte-optimize-concat.
3295         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
3297         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
3299         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
3301 2004-03-22  Juri Linkov  <juri@jurta.org>
3303         * finder.el (finder-known-keywords): Fix data, tex, unix.
3305         * play/landmark.el: Fix keywords.
3307         * language/ethio-util.el (ethio-find-file): Doc fix.
3309         * emacs-lisp/warnings.el: Doc fix.
3311         * textmodes/ispell.el (ispell-help): Doc fix.
3313 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
3315         * format.el (format-insert-file): Always return a list of two
3316         elements, like insert-file-contents does.
3318 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
3320         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
3321         and vc-BACKEND-diff.
3322         (vc-print-log): If the print-log implementation supports it, use
3323         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
3324         (vc-version-diff, vc-diff-internal): Doc fixes.
3326         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
3327         implementation supports it, let diff output go to *vc*,
3328         not *vc-diff*, since this is an internal call.
3330         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
3332         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
3334         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
3336 2004-03-21  Dave Love  <fx@gnu.org>
3338         * progmodes/cfengine.el (cfengine-mode):
3339         Set parse-sexp-ignore-comments.
3341         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
3343 2004-03-21  Juanma Barranquero  <lektu@terra.es>
3345         * allout.el (allout-mode): Fix docstring.
3347 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
3349         * files.el (insert-directory): Fix bug if SWITCHES is a list.
3351         * autorevert.el (auto-revert-interval): Make new value take
3352         effect immediately when set through Custom.
3353         (auto-revert-set-timer): Add interactive declaration.
3355 2004-03-19  David Ponce  <david@dponce.com>
3357         * ruler-mode.el (ruler-mode-header-line-format-old):
3358         Don't `make-variable-buffer-local'.
3359         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
3360         (ruler-mode-header-line-format): Simply funcall the above.
3361         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
3362         to save/restore a previous header line format.
3363         (ruler-mode-space): Don't depend on a numeric WIDTH value.
3364         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
3365         fringes and margins width.
3366         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
3368 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3370         * log-edit.el (log-edit-font-lock-keywords): Typo.
3372         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
3373         (tex-send-tex-command): Rather than here.
3374         (tex-compilation-parse-errors): Simplify.
3376         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
3378         * time.el (display-time-string-forms): Add help-echo with date on time.
3380         * composite.el (compose-region): Use restore-buffer-modified-p.
3382         * disp-table.el (standard-display-8bit): Simplify.
3384         * server.el (server-process-filter): Delete temp frame.
3386         * add-log.el (add-change-log-entry): Simplify.
3388 2004-03-19  Kim F. Storm  <storm@cua.dk>
3390         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
3391         (hexl-follow-line): Don't require 'fringe.
3393         * progmodes/compile.el (compilation-start): Always set
3394         compilation-last-buffer and return it.
3396 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
3398         * simple.el (clone-buffer): Doc fix.
3400 2004-03-18  Juanma Barranquero  <lektu@terra.es>
3402         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
3404 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3406         * log-edit.el (log-edit-font-lock-keywords): New var.
3407         (log-edit-mode): Use it.
3409 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
3411         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
3412         properly for watching in speedbar.
3414 2004-03-17  Masatake YAMATO  <jet@gyve.org>
3416         * smerge-mode.el (smerge-popup-context-menu):
3417         Put `unwind-protect' around `overlay-put' and `popup-menu'.
3419 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3421         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
3422         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
3423         Take sealed revisions into account.
3424         (vc-arch-checkin): Extract a summary line from the message.
3426 2004-03-16  Masatake YAMATO  <jet@gyve.org>
3428         * register.el (register): Provide `register' feature.
3430 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3432         Added context menu support in smerge mode.
3433         Most of the part is written by Stefan Monnier.
3435         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
3436         New keymap and menu.
3437         (smerge-text-properties): New function.
3438         (smerge-remove-props): New function.
3439         (smerge-popup-context-menu): New function.
3440         (smerge-resolve): Call `smerge-remove-props'.
3441         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
3442         (smerge-keep-current): Ditto.
3443         (smerge-kill-current): New function.
3444         (smerge-match-conflict): Put text properties.
3445         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
3447 2004-03-15  David Ponce  <david@dponce.com>
3449         * ruler-mode.el: (ruler-mode-left-fringe-cols)
3450         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
3451         (ruler-mode-right-scroll-bar-cols): Remove.
3452         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
3453         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
3454         Use fringe-columns and scroll-bar-columns.
3456 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3458         * hl-line.el (hl-line-range-function): New variable.
3459         (hl-line-move): New function.
3460         (global-hl-line-highlight): Use `hl-line-move'.
3461         (hl-line-highlight): Ditto.
3463         * scroll-bar.el (scroll-bar-columns):
3464         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
3466         * ruler-mode.el (top-level): Require scroll-bar and fringe.
3467         (ruler-mode-left-fringe-cols)
3468         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
3469         (ruler-mode-right-scroll-bar-cols)
3470         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
3471         (ruler-mode-ruler-function): New variable.
3472         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
3473         if the value for `ruler-mode-ruler-function'is given.
3475         * hexl.el (hexl-mode-hook): Make the hook customizable.
3476         (hexl-address-area, hexl-ascii-area): New customize variables.
3477         (hexlify-buffer): Put font-lock-faces on the address area and
3478         the ascii area.
3479         (hexl-activate-ruler): New function.
3480         (hexl-follow-line): New function.
3481         (hexl-highlight-line-range): New function.
3482         (hexl-mode-ruler): New function.
3484 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3486         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
3487         (vc-default-find-file-hook): New fun.
3488         (vc-find-file-hook): Call new find-file-hook operation.
3490         * vc-arch.el: New file.
3492 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
3494         * info-look.el (info-lookup): Reuse an existing Info window.
3496 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3498         * woman.el (woman-preserve-ascii): Default value changed to t and
3499         doc string revised.
3501 2004-03-12  Richard M. Stallman  <rms@gnu.org>
3503         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3504         Fix minor bug.
3506         * replace.el (occur-engine): Change message for count of matches.
3508         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3509         For strings, do compare text properties.
3511 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
3513         * progmodes/compile.el (compile-auto-highlight)
3514         (compilation-error-list, compilation-old-error-list)
3515         (compilation-parse-errors-function, compilation-parsing-end)
3516         (compilation-error-message, compilation-directory-stack)
3517         (compilation-enter-directory-regexp-alist)
3518         (compilation-leave-directory-regexp-alist)
3519         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
3520         (compilation-current-file, compilation-regexps): Remove vars.
3522         (compile-error-at-point, compilation-error-filedata)
3523         (compilation-error-filedata-file-name, compile-reinitialize-errors)
3524         (compilation-next-error-locus, compilation-forget-errors)
3525         (count-regexp-groupings, compilation-parse-errors)
3526         (compile-collect-regexps, compile-buffer-substring): Remove funs.
3528         (compile-internal): Make obsolete.
3530         (compilation-first-column, compilation-error)
3531         (compilation-directory-matcher, compilation-page-delimiter)
3532         (compilation-mode-font-lock-keywords, compilation-debug)
3533         (compilation-error-face, compilation-warning-face)
3534         (compilation-info-face, compilation-line-face)
3535         (compilation-column-face, compilation-enter-directory-face)
3536         (compilation-leave-directory-face, compilation-skip-threshold)
3537         (compilation-skip-visited, compilation-context-lines): New vars.
3539         (compilation-warning-face, compilation-info-face)
3540         (compilation-message-face): New faces.
3542         (compilation-error-regexp-alist-alist): New constant.
3544         (compilation-face, compilation-directory-properties)
3545         (compilation-assq, compilation-error-properties, compilation-start)
3546         (define-compilation-mode, compilation-loop)
3547         (compilation-set-window): New functions.
3549         (compile): Additional argument for interactive compiles like TeX.
3551         * progmodes/grep.el (kill-grep): Move here from compile.el
3552         (grep-error, grep-hit-face, grep-error-face)
3553         (grep-mode-font-lock-keywords): New variables.
3554         (grep-regexp-alist): Simplify regexp and add `binary' case.
3555         (grep-mode): New mode.
3556         (grep-process-setup): Simplify.
3558 2004-03-11  Jason Rumney  <jasonr@gnu.org>
3560         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
3561         letters on DOS/Windows.
3563 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3565         * server.el (server-name): New var.
3566         (server-socket-dir): New var to replace server-socket-name.
3567         (server-start): Use them.
3569 2004-03-11  Simon Josefsson  <jas@extundo.com>
3571         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
3572         died to avoid infloop.  Reported by Jonathan Glauner
3573         <jglauner@sbum.org>.
3575 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3577         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
3578         (smerge-mode-menu): Use it to deactivate menu entries.
3579         (smerge-keep-current): New fun.
3580         (smerge-keep-current): Use it.
3582 2004-03-10  John Paul Wallington  <jpw@gnu.org>
3584         * foldout.el (foldout-fold-list, foldout-modeline-string):
3585         Declare them as variables, not constants.
3587 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3589         * ps-print.el: Modification to print *Messages* buffer.
3590         (ps-print-version): New version 6.6.4.
3591         (ps-message-log-max): New fun.
3592         (ps-spool-without-faces, ps-spool-with-faces)
3593         (ps-count-lines-preprint): Code fix.
3595         * printing.el: New tips in Tips section.
3597 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3599         * delim-col.el: Doc fix.
3601         * printing.el: Doc fix.  New doc section (Tips).
3603 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3605         * type-break.el (type-break-emacs-variant): Remove.
3606         (type-break-run-at-time, type-break-cancel-function-timers):
3607         Use fboundp rather than version name and number.
3609 2004-03-09  Masatake YAMATO  <jet@gyve.org>
3611         * hexl.el (hexl-mode): Use `make-local-variable' instead of
3612         `make-variable-buffer-local'.
3614 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
3616         * find-dired.el (find-dired): Call `shell-command' instead of
3617         `start-process-shell-command'.  By this, Tramp takes over
3618         handling of remote directories.
3620 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3622         * newcomment.el (comment-use-global-state): New var.
3623         (comment-search-forward): Use it.
3625         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
3627         * cus-edit.el (fill) <defgroup>: Move to fill.el.
3629         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
3630         (enable-kinsoku): Make it a defcustom.
3631         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
3632         paragraph to same-comment-start-marker.
3634 2004-03-07  Dave Love  <fx@gnu.org>
3636         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
3637         (browse-url-mail): Use it.
3639         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
3640         (rfc2368-unhexify-string): Use replace-regexp-in-string.
3642 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3644         * woman.el (woman-man.conf-path): Doc fix.
3645         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
3647 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
3649         * sort.el (sort-columns): Remove ms-dos from the list of systems
3650         where the external `sort' command is not used.
3652 2004-03-07  Kim F. Storm  <storm@cua.dk>
3654         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
3655         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
3656         from overlay-arrow-variable-list.
3657         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
3659 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
3661         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
3662         overlay arrow string properly for the assembler buffer.
3664 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3666         * mail/sendmail.el (mail-mode): Fix last change.
3668 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
3670         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
3671         for the assembler buffer.
3672         (gdb-assembler-custom): Position the overlay arrow.
3673         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
3675 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3677         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
3679         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
3680         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
3682         * mail/sendmail.el (mail-mode): Set comment-start-skip.
3684         * newcomment.el (uncomment-region): Allow non-terminated comment.
3685         (comment-normalize-vars): Check the user-specified comstart marker.
3687 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
3689         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
3690         Otherwise, do use it if the region only contains font-lock text
3691         properties.
3693 2004-03-04  Masatake YAMATO  <jet@gyve.org>
3695         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
3696         as the callback function for eldoc.
3697         (hexl-print-current-point-info): New function.
3698         (hexl-current-address): Print the address in both decimal
3699         and hexadecimal format.
3701 2004-03-04  Richard M. Stallman  <rms@gnu.org>
3703         * mail/rmail.el (rmail-convert-to-babyl-format):
3704         Specify t for UNIBYTE when calling mail-unquote-printable-region.
3706         * mail/mail-utils.el (mail-unquote-printable-region):
3707         New arg UNIBYTE.
3709         * startup.el (command-switch-alist): Doc fix.
3711         * simple.el (undo): Temporarily set this-command to `undo-start',
3712         then set it to `undo' once undo-start returns without error.
3714         * simple.el (minibuffer-history-sexp-flag): Doc fix.
3716         * simple.el (kill-line): Don't disregard trailing whitespace
3717         in eol condition, if show-trailing-whitespace is set.
3719         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
3720         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
3721         When disabling, restore old values only if mouse-sel-has-been-enabled.
3723         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
3724         (isearch-{-char): New function.
3725         (isearch-mode-map): Bind { to isearch-{-char.
3727         * font-lock.el (lisp-font-lock-keywords-2):
3728         Turn off the CL with-... and do-... general patterns.
3729         Instead, recognize several specific with... and do... constructs.
3731         * files.el (switch-to-buffer-other-window):
3732         Bind same-window-buffer-names and same-window-regexps to nil.
3733         (switch-to-buffer-other-frame): Likewise.
3735 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3737         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
3738         recognizing leading comment on code line.
3740 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3742         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
3743         hidden files/directories.
3745 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3747         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
3748         only comment-start (in case the mode hasn't set it).
3750         * Makefile.in (AUTOGENEL): New var.
3751         (bootstrap-prepare): Rename from bootstrap-clean.
3752         Don't remove elc files.
3753         (maintainer-clean): New target.
3755         * xml.el (xml-get-attribute-or-nil): Simplify.
3757 2004-03-02  Juri Linkov  <juri@jurta.org>
3759         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
3760         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
3761         URL to prevent their substitution with the environment variable
3762         values by browsers.
3764 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3766         * ps-print.el: Doc fix.
3767         (ps-print-version): New version number (6.6.3).
3768         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
3769         Docstring fix.
3770         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
3771         before printing.
3772         (ps-time-stamp-yyyy-mm-dd): New fun.
3773         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
3775 2004-03-02  Kim F. Storm  <storm@cua.dk>
3777         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
3779 2004-03-01  Juanma Barranquero  <lektu@terra.es>
3781         * allout.el (allout-rebullet-heading): Fix typo in docstring.
3783         * desktop.el (desktop-file-version)
3784         (desktop-after-read-hook): Fix typos.
3785         (desktop-clear-preserve-buffers): Remove redundant info in
3786         docstring already shown by the obsolescence message.
3787         (desktop-truncate, desktop-internal-v2s)
3788         (desktop-value-to-string): Change argument name to match docstring.
3790         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
3792         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
3793         docstring.
3795 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3797         * printing.el: Replace "As Is..." in PostScript file print/preview by
3798         "No Preprocessing...".  Suggested by Colin Marquardt
3799         <_marquardt_@zmd.de>.
3800         (pr-insert-section-4): Adjust buffer interface.
3802 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
3804         Version 2.0.39 of Tramp released.
3806         * net/tramp.el (tramp-handle-file-local-copy)
3807         (tramp-handle-write-region, tramp-open-connection-rsh):
3808         Variable name typo.  Small change.  From Patrick Tullmann
3809         <tullmann@flux.utah.edu>.
3810         (tramp-process-connection-type): New variable.
3811         (tramp-maybe-open-connection): Use it.
3812         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
3813         (tramp-touch): Set last-modified time of a remote file.
3814         (tramp-handle-write-region): Say which function is used when encoding.
3816 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
3818         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
3819         case of non-existing filename, too.  Reported by Christoph Bauer
3820         <c_bauer@informatik.uni-kl.de>.
3821         (tramp-smb-get-file-entries): The directory in question should
3822         have permissions "drwxrwxrwx".  Just virtual, because we don't
3823         know the real permissions.  Don't we know?
3824         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
3825         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
3826         (tramp-smb-wait-for-output): Optimize algorithm getting pending
3827         output.  If it was received chunkwise, there have been problems.
3828         Remove the "prompt not found" error message; it is obvious.
3829         Simplify algorithm.
3830         (tramp-smb-process-running): Remove.  Since we acknowledge the
3831         virtual prompt for shares, there's no need for distinction of
3832         reading shares (process ends afterwards) and interactive mode of
3833         smblient.
3834         (tramp-smb-open-connection): Setting process sentinel removed.
3835         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
3836         "NT_STATUS_NETWORK_ACCESS_DENIED".
3837         (tramp-smb-maybe-open-connection): Set `process-connection-type'
3838         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
3839         (top-level): Setting default value in `tramp-default-method-alist'
3840         corrected.  Order of USER and HOST have been wrong.
3841         Nobody complained for months ...
3842         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
3843         (tramp-smb-open-connection): Clear password cache if login has failed.
3845         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
3846         `tramp-unified-filenames'.
3847         (tramp-completion-mode): Make test for XEmacs explicitely.
3848         `event-to-character' can exists in Emacs packages too.
3849         Reported by Matt Swift <swift@alum.mit.edu>.
3850         (tramp-buffer-name): Buffer name must contain the user if exists.
3851         Reported by Adrian Phillips <a.phillips@met.no>.
3852         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
3853         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
3854         (tramp-do-copy-or-rename-file-out-of-band): Rename from
3855         `tramp-do-copy-or-rename-file-one-local', because it handles also
3856         the case both files use the same out-of-band method.
3857         Implementation added.
3858         (tramp-handle-file-local-copy, tramp-handle-write-region):
3859         Out-of-band handling removed.  `copy-file' called instead, which
3860         calls `tramp-do-copy-or-rename-file-out-of-band'.
3861         (tramp-action-password): Check for out-of-band method removed.
3862         This function is used for 'login-program.
3863         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
3864         appropriate.
3865         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
3866         and `tramp-parse-sknownhosts'.
3867         (tramp-completion-function-alist): It's a defvar now, because we
3868         want to apply the optimized `tramp-set-completion-function'
3869         instead of a static list.
3870         (tramp-set-completion-function): Implementation tuned.
3871         Avoid double entries, and entries where the function or the
3872         file/directory doesn't exist.
3873         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
3874         for SSH2.
3875         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
3876         (tramp-handle-dired-compress-file): New function.
3877         (tramp-async-proc): New variable.
3878         (tramp-handle-shell-command): Adding asynchronous processes.
3879         They are far from being perfect, but it works at least for
3880         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
3881         (top-level): Require password.el if visible.  Should be mandatory
3882         once No Gnus has found its way into (X)Emacs.
3883         (tramp-read-passwd): Invoke `password-read' if available,
3884         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
3885         fallback any longer.
3886         (tramp-clear-passwd): New function.
3887         (tramp-process-actions, tramp-process-multi-actions):
3888         Clear password cache if login has failed.
3890         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
3891         its own module.
3892         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
3893         `ange-ftp-ftp-name-res'.  There could be incorrect values from
3894         previous calls in case the "ftp" method is used in the Tramp file
3895         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3897 2004-02-28  Richard M. Stallman  <rms@gnu.org>
3899         * term.el (term-mouse-paste): Call mouse-set-point.
3901         * thumbs.el: New file.
3903 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3905         * progmodes/ebnf-abn.el: Doc fix.
3907         * progmodes/ebnf-bnf.el: Doc fix.
3908         (ebnf-repeat): Code fix.
3910         * progmodes/ebnf2ps.el: Doc fix.
3911         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
3913 2004-02-28  Juri Linkov  <juri@jurta.org>
3915         * ffap.el (dired-at-point): Additional writability test for
3916         relative directory names.
3917         (dired-at-point-prompter): Treat directories as a directory, get
3918         the directory component from files.
3919         (ffap-string-at-point): Return string from region if region is active.
3920         (ffap-file-at-point): Remove redundant code.
3922 2004-02-28  Kim F. Storm  <storm@cua.dk>
3924         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
3925         Initialize margin area images to nil.
3926         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
3927         (breakpoint-enabled-bitmap-face)
3928         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
3929         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
3930         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
3931         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
3932         (gdb-reset): Use gdb-remove-breakpoint-icons.
3933         (gdb-put-string): Add dprop arg to specify alternative display
3934         property (for setting fringe bitmap).
3935         (gdb-remove-strings): Doc fix.
3936         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
3937         icon in fringe (if available), or else as icon or text in display
3938         margin.  Creates necessary icons in breakpoint-bitmap,
3939         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
3940         Also make left window margin if required.
3941         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
3942         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
3943         no longer needed.
3944         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
3945         gdb-put-breakpoint-icon.
3946         (gdb-assembler-mode): Don't set left-margin-width here.
3948 2004-02-27  Kevin Ryde  <user42@zip.com.au>
3950         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
3951         comma, so that it DTRT in macros.
3953 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3955         * progmodes/sh-script.el (sh-shell-arg)
3956         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
3957         (sh-leading-keywords, sh-other-keywords): Fix custom type.
3959 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
3961         * faces.el (face-spec-set-match-display): Add a new attribute,
3962         `min-colors'.
3963         (region, highlight, secondary-selection): Use `min-colors'.
3965         * custom.el (defface): Add documentation for `min-colors'.
3967         * font-lock.el (font-lock-comment-face, font-lock-string-face)
3968         (font-lock-keyword-face, font-lock-function-name-face)
3969         (font-lock-variable-name-face, font-lock-constant-face):
3970         Use `min-colors'.
3972         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
3974 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3976         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
3977         define assq-delete-all if it's not defined.
3978         (ebnf-generate-region): Code fix.
3980         * printing.el: Doc fix.
3981         (pr-version): New version number (6.7.2).
3982         (pr-command): Return empty string if command is an empty string.
3984 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3986         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
3988         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
3989         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
3990         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
3991         "tt" ["test"] ).  Reported by Markus Dreyer
3992         <mdreyer@ix.urz.uni-heidelberg.de>.
3993         (ebnf-version): New version number (4.0).
3994         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
3995         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
3996         (ebnf-delete-style): New commands.
3997         (ebnf-directory, ebnf-file): New funs.
3998         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
3999         (ebnf-production-name-p, ebnf-stop-on-error): New options.
4000         (ebnf-syntax-alist): New var.
4001         (ebnf-element-width): New fun replacing ebnf-list-width.
4002         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4003         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4004         (ebnf-prologue): Adjust vars.
4005         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4006         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4007         (ebnf-check-style-values, ebnf-generate-production)
4008         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4009         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4010         (ebnf-token-repeat): Code fix.
4012         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
4013         %right, %left and %prec.  Suggested by Matthew K. Junker
4014         <junker@alum.mit.edu>.
4015         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4017         * progmodes/ebnf-iso.el: Doc fix.
4018         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4019         (ebnf-iso-lex): Code fix.
4021         * progmodes/ebnf-bnf.el: Doc fix.
4022         (ebnf-bnf-lex): Code fix.
4024         * progmodes/ebnf-otz.el: Doc fix.
4026 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4028         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
4029         (abbrev-prefix-mark): Doc fix.
4031 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
4033         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4034         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4035         (gdb-var-delete): Make interactive (really).
4036         (gdb-edit-value): Make non-interactive.
4038         * progmodes/gud.el (gud-speedbar-menu-items):
4039         Add gdb-var-delete and, indirectly, gdb-edit-value.
4040         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4041         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4042         (gud-gdb-marker-filter): Add comment for annotations.
4044 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
4046         * calendar/calendar.el (generate-calendar)
4047         (calendar-read-date): Prevent display of BC calendars once more -
4048         reverts 2003-10-01 change.
4049         (generate-calendar-month): Doc fix.
4051 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4053         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4054         return value of increment-calendar-month.
4056 2004-02-21  Stephen Compall  <s11@member.fsf.org>
4058         * saveplace.el (save-place-forget-unreadable-files)
4059         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4060         (save-place-forget-unreadable-files): New function.
4061         (save-place-alist-to-file): Use it to filter out files that are
4062         no longer readable.
4064         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4065         current Texinfo environment, using the same method as in
4066         `texinfo-insert-@end', and insert a space rather than a newline if
4067         point in a @table environment.
4069 2004-02-21  Juri Linkov  <juri@jurta.org>
4071         * ffap.el (ffap-file-at-point): Try parent directories.
4073 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
4075         * vcursor.el (vcursor-modifiers): New defcustom.
4076         (vcursor-cs-binding): Use vcursor-modifiers instead of a
4077         hard-coded list.
4079 2004-02-21  Masatake YAMATO  <jet@gyve.org>
4081         * play/animate.el (animate-birthday-present): Accept names other
4082         than `Sarah', too.
4084 2004-02-21  Juri Linkov  <juri@jurta.org>
4086         * startup.el: Remove table of command line arguments from the
4087         Commentary section.
4089 2004-02-20  John Wiegley  <johnw@newartisans.com>
4091         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4092         again" modifier from 'e' to 'E', since 'e' is also used by the
4093         "file extension" modifier.
4095 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
4097         * help-fns.el (describe-categories): Doc fix.
4099 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4101         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4102         temporary file for buffer already visiting one.  This change makes
4103         output likely to be directly usable by patch program.
4104         Suggested by Adrian Aichner  <adrian@xemacs.org>
4106 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
4108         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4109         case of variables defined in compound statements.
4110         (gdb-setup-windows, gdb-source-info, gdb-source-info):
4111         Simplify constructions using switch-to-buffer.
4113 2004-02-19  Simon Josefsson  <jas@extundo.com>
4115         * play/morse.el: Fix typo.
4116         (morse-code): Add @.
4118 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
4120         * calendar/appt.el (appt-display-format): Change default to
4121         'ignore, for backwards compatibility.
4122         (appt-display-message): If appt-display-format is 'ignore,
4123         respect old vars appt-msg-window and appt-visible.
4124         (appt-activate): Don't depend on return value of cancel-timer.
4126         * calendar/calendar.el (calendar-holidays): Doc fix.
4128         * calendar/cal-coptic.el (coptic-prompt-for-date):
4129         Use assoc-string instead of assoc-ignore-case.
4130         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4131         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4132         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4133         * calendar/cal-islam.el (calendar-goto-islamic-date)
4134         (mark-islamic-diary-entries): Ditto.
4135         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4136         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4137         (calendar-read-mayan-tzolkin-date): Ditto.
4138         * calendar/calendar.el (calendar-read-date): Ditto.
4139         * calendar/diary-lib.el (mark-diary-entries): Ditto.
4141 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4143         * progmodes/executable.el (executable-command-find-posix-p):
4144         Fix choice of the directory.
4146 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4148         * simple.el (interprogram-cut-function)
4149         (interprogram-paste-function, kill-new, kill-append):
4150         Doc fixes.
4151         (kill-region): Make it return nil.  Doc fix.
4152         (yank-pop): Make its argument optional.
4153         (yank): Make ARG `-' equivalent to `-1'.
4155 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
4157         * mail/rmail.el (rmail-get-new-mail): Don't reference
4158         rmail-use-spam-filter if rmail-spam-filter is not loaded.
4160 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4162         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
4163         if one of global-auto-revert-non-file-buffers or autorevert-mode
4164         is non-nil.
4166 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4168         * subr.el (delete-dups): A better implementation from Karl Heuer
4169         <kwzh@gnu.org>.
4171 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4173         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
4174         correct place.
4175         * progmodes/icon.el (icon-indent-command): Ditto.
4176         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
4178 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4180         * progmodes/grep.el (grep-compute-defaults): Undo change from
4181         2004-01-29: don't use executable-command-find-posix-p.
4183 2004-02-16  Richard Sharman  <rsharman@pobox.com>
4185         * hilit-chg.el: Use require instead of eval-and-compile.
4186         (highlight-compare-buffers): New function.
4188 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
4190         * man.el (Man-fontify-manpage): Render section headings in
4191         `Man-overstrike-face' even when overstrike was not used by man
4192         formatter for section headings.
4194 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
4196         * rmail-spam-filter.el: (vm-use-spam-filter)
4197         (rsf-min-region-length-added-to-spam-list): New variables.
4198         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
4199         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
4200         spam testing.  Don't delete spam message if automatic deletion
4201         after output via variable rmail-delete-after-output is turned on.
4202         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
4203         rsf-bbdb-dont-create-entries-for-spam.
4204         (check-field): New function, extracted from code in
4205         rmail-spam-filter to ease addition of header fields like content-type.
4206         (message-content-type): New variable to check the content-type:
4207         field added, also in defcustom of rsf-definitions-alist.
4208         (rmail-spam-filter): Replace repeated test code for header fields
4209         by calls to check-field; change the call to
4210         rmail-output-to-rmail-file such that rmail-current-message stays
4211         the same to avoid wrong deletion of unseen flags.
4212         (rsf-add-contents-type): New function to convert old format
4213         of rmail-spam-definitions-alist into new one.
4214         Change prefixes of all variables and functions from
4215         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
4217 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4219         * loadhist.el (unload-hook-features-list): New defvar.
4221 2004-02-16  Dave Love  <fx@gnu.org>
4223         * loadhist.el (unload-feature): Doc fix.  Rename flist to
4224         unload-hook-features-list.
4226 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
4228         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
4229         cookie.  Don't check if we are looking-at open-formula.
4231 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4233         * subr.el (match-string-no-properties): Use substring-no-properties.
4235 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4237         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
4238         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
4239         Use lower-case "rx" in all error message.
4241 2004-02-16  Dave Love  <fx@gnu.org>
4243         * emacs-lisp/rx.el (rx-or): Put group around result.
4244         (rx-constituents): Add backref.
4245         (rx-syntax): Add string-delimiter, comment-delimiter.
4246         (rx-categories): Add combining-diacritic.
4247         (rx-check-not, rx-greedy, rx): Doc fix.
4248         (rx-backref, rx-check-backref): New.
4250 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
4252         * newcomment.el (uncomment-region): Allow eob as comment end.
4254 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4256         * filecache.el: All message and error commands now use prefix
4257         "Filecache:" to make it easy to read *Messages* buffer.
4259 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4261         * autorevert.el: Add support to detect changed dired and VC buffers.
4262         (auto-revert-active-p, auto-revert-list-diff)
4263         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
4264         (auto-revert-handler, auto-revert-active-p): New functions.
4265         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
4266         and `auto-revert-active-p'.
4267         (eval-when-compile): Defvar dired-directory and vc-mode.
4268         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4269         (auto-revert-handler-vc): New functions.
4271 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
4273         * progmodes/compile.el (compilation-directory): New defvar.
4274         (compile): Save current directory in compilation-directory.
4275         (recompile): Bind default-directory to compilation-directory if
4276         that is non-nil.
4278 2004-02-16  Dave Love  <fx@gnu.org>
4280         * newcomment.el (comment-insert-comment-function)
4281         (comment-region-function, uncomment-region-function): New.
4282         (comment-indent): Use comment-insert-comment-function.
4283         (uncomment-region): Use uncomment-region-function.
4284         (comment-region): Use comment-region-function.
4286         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
4288 2004-02-16  Richard Stallman  <rms@gnu.org>
4290         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
4291         loaddefs* and ldefs-boot*.
4293 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4295         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
4296         and email address at the beginning and end of the address.
4298         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
4299         anchored at the beginning of the email address.
4301 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
4303         * international/ccl.el (ccl-compile-write): Pass `left' to
4304         ccl-embed-code to generate correct code of write-expr-register.
4306 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
4308         * progmodes/grep.el (grep-compute-defaults): Fix typos.
4310 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4312         * x-dnd.el: Mention support for Motif in commentary.
4313         (x-dnd-handle-drag-n-drop-event): Ditto.
4315 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
4317         * ses.el: Use "ses--" prefixes for buffer-local variables.
4318         Use (point-min) instead of 1, even when we know the buffer
4319         is unnarrowed.
4320         (ses-build-load-map): Delete.  Distribute its content to defconst's for
4321         the three maps.
4322         (ses-menu, ses-header-line-menu): New menus.
4323         (ses-mode-map): Use them.
4324         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
4326 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
4328         * Makefile.in: Fix the CC Mode recompile kludge so it works
4329         when building in a different directory.
4331 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
4333         * simple.el (kill-new): Put yank-handler property on the entire string.
4335 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4337         * diff.el: Don't use compile any more, use diff-mode instead.
4338         (diff-regexp-alist, diff-old-file, diff-new-file)
4339         (diff-parse-differences, diff-process-setup): Remove.
4340         (diff-sentinel): New fun.
4341         (diff): Use it.  Run the process ourselves.
4342         Use diff-mode for the rest of the processing.
4344         * diff.el (diff): Simplify code handling `switch'.
4346 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4348         * pcvs-defs.el (cvs-menu): Add `tag'.
4350 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4352         * simple.el (kill-append): Doc fix.
4354         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4355         Adapt outline-regexp to the new conventions for commenting out code.
4357 2004-02-11  John Paul Wallington  <jpw@gnu.org>
4359         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
4361 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4363         * diff.el (diff-switches): New fun.
4364         (diff, diff-backup): Use it.
4365         (diff): Clean up the args construction.  Use backquote.
4366         Use listp instead of consp to avoid putting a nil arg.
4367         (diff): Add a revert-buffer function.
4369 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4371         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
4372         handled by x-dnd-handle-file-name.
4373         (x-dnd-known-types): Add COMPOUND_TEXT.
4374         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
4375         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
4376         x-dnd-empty-state.
4377         (x-dnd-forget-drop): Ditto.
4378         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
4379         (x-dnd-handle-one-url): Return private when inserting text.
4380         (x-dnd-insert-ctext): New function.
4381         (x-dnd-handle-file-name): New function for FILE_NAME.
4382         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
4383         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
4384         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
4386 2004-02-10  Kenichi Handa  <handa@m17n.org>
4388         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
4389         instead of while loop.
4391 2004-02-10  Miles Bader  <miles@gnu.org>
4393         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
4395 2004-02-09  Kenichi Handa  <handa@m17n.org>
4397         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
4398         have end-of-line.
4400 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
4402         * Makefile.in: Added extra dependencies in the recompile target
4403         needed to cope with the compile time macro expansions in CC Mode.
4405 2004-02-09  Kim F. Storm  <storm@cua.dk>
4407         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
4408         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
4409         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
4410         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
4411         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
4412         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
4413         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
4414         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
4415         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
4416         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
4417         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
4419 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4421         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
4422         Don't allow shrink if there's a window on our right.
4424         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
4425         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
4426         Bring together declaration and initialization.
4427         (prolog-mode-variables): Don't set the syntax table.
4428         Don't set paragraph-start and comment-indent-function.
4429         Add /*..*/ to the comment regexps.
4430         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
4431         (prolog-mode-map): Don't bind TAB.
4432         (prolog-mode): Set the syntax table.
4433         (prolog-comment-indent): Remove.
4434         (inferior-prolog-mode-map): Initialize in the declaration.
4435         (inferior-prolog-mode-syntax-table)
4436         (inferior-prolog-mode-abbrev-table): New vars.
4437         (inferior-prolog-mode): Derive from comint-mode.
4438         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
4439         minibuffer windows.
4441         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
4442         in file names, as long as it is unabmiguous.
4444 2004-02-08  Andreas Schwab  <schwab@suse.de>
4446         * textmodes/reftex-toc.el
4447         (reftex-toc-load-all-files-for-promotion): Remove useless use of
4448         format.  Doc fix.
4450         * textmodes/refer.el (refer-find-entry-internal): Remove extra
4451         format string arguments.
4453         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
4454         string argument.
4456         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
4458         * play/zone.el (zone-call): Fix format string.
4460         * net/webjump.el (webjump-builtin): Add missing format string argument.
4462         * midnight.el (midnight-delay-set): Remove extra format string argument.
4464         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
4466         * hexl.el (hexl-insert-char): Add missing format string argument.
4468         * format.el (format-decode): Fix format string.
4470         * emulation/vi.el (vi-mode): Remove extra format string argument.
4471         (vi-repeat-last-search): Likewise.
4472         (vi-reverse-last-search): Likewise.
4473         (vi-goto-mark): Likewise.
4474         (vi-reverse-last-find-char): Likewise.
4475         (vi-repeat-last-find-char): Likewise.
4476         (vi-locate-def): Likewise.
4478         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
4480         * ediff-util.el (ediff-toggle-read-only): Remove extra format
4481         string argument.
4482         (ediff-toggle-regexp-match): Likewise.
4484         * dired-aux.el (dired-do-query-replace-regexp): Add missing
4485         format string argument.
4487         * calc/calc-map.el (calc-get-operator): Remove extra format
4488         string argument.
4490         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
4492         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
4493         string argument.
4495         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
4497         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
4499         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
4501         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
4502         (cl-struct-setf-expander): Likewise.
4504         * vc.el (with-vc-file): Fix unsafe uses of error.
4505         (vc-cancel-version): Likewise.
4507 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
4509         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
4510         thousands separator; fixes <class>:<line-number> regexp for
4511         non-english locales.
4513 2004-02-08  Andreas Schwab  <schwab@suse.de>
4515         * view.el (view-mode-enable): Revert previous change.
4517 2004-02-07  Kim F. Storm  <storm@cua.dk>
4519         * simple.el (line-number-at-pos): Rename from line-at-pos.
4520         Uses changed (what-line and vc-annotate-warp-version).
4522 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4524         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
4525         (diff-mode): Remove aborted attempt at support for compile.el.
4526         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
4528 2004-02-06  Andreas Schwab  <schwab@suse.de>
4530         * view.el (view-mode-enable): Add view-mode-map to
4531         minor-mode-overriding-map-alist.
4533 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4535         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
4537 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4539         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
4540         with point inside rather than after the paragraph.
4542 2004-02-04  Sam Steingold  <sds@gnu.org>
4544         * mail/smtpmail.el (smtpmail-try-auth-methods):
4545         Do not try authentication when no mechanism is available.
4546         Pass port-name as defaultport to `netrc-machine'.
4548 2004-02-04  Stephen Eglen  <stephen@gnu.org>
4550         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
4551         to show how minibuffer height can be constrained.
4553 2004-02-04  John Paul Wallington  <jpw@gnu.org>
4555         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
4557 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4559         * x-dnd.el: New file for drag and drop.
4561         * term/x-win.el: require x-dnd, set after-make-frame-functions
4562         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
4563         drag-n-drop event.
4565         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
4566         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
4567         (dired-dnd-handle-file): New functions for drag and drop support.
4568         (dired-mode): Initialize drag and drop if x-dnd present.
4570 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4572         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
4573         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
4574         (cperl-mode): Set fill-paragraph-function.
4575         (cperl-fill-paragraph): Make it non-interactive.
4577 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
4579         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
4581 2004-02-02  David Kastrup  <dak@gnu.org>
4583         * replace.el (perform-replace): Allow 'literal argument in
4584         regexp-flag to indicate literal replacement.
4585         (query-replace-regexp-eval): Use it.
4587 2004-02-01  Andreas Schwab  <schwab@suse.de>
4589         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
4591 2004-02-01  Stephen Eglen  <stephen@gnu.org>
4593         * info-look.el: Add support for maxima-mode.  Update commentary
4594         because info-lookup-symbol is now bound to C-h S.
4596 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
4598         * simple.el (edit-and-eval-command): Bind print-level and
4599         minibuffer-history-sexp-flag around call to read-from-minibuffer.
4600         Correct initial position in command-history.
4602 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
4604         * files.el (read-directory-name): Adapt the docstring to recent
4605         change in Fread_file_name.
4607 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
4609         * ses.el (ses-print-cell): If print format too wide for column
4610         width, truncate decimal places if that helps to avoid "#####" fill.
4611         * ses.el (ses-initial-column-width): Revert previous change.
4613 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4615         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
4616         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
4617         Add edebug info.
4618         (jit-lock-mode): Setup/cancel the new timer.
4619         (jit-lock-context-fontify): New fun.  Extracted from
4620         context fontification code of jit-lock-stealth-fontify.
4621         (jit-lock-stealth-fontify): Don't do context fontification any more.
4623         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
4624         (jit-lock-fontify-now): Handle the `quit' case.
4625         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
4627 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
4629         * progmodes/executable.el (executable-command-find-posix-p):
4630         New.  Check if find handles arguments Posix-style.
4632         * progmodes/grep.el (grep-compute-defaults):
4633         Use executable-command-find-posix-p.
4634         (grep-find): Check `grep-find-command'.
4636         * filecache.el (file-cache-find-posix-p): Delete.
4637         (file-cache-add-directory-using-find):
4638         Use `executable-command-find-posix-p'.
4640 2004-01-29  Dave Love  <fx@gnu.org>
4642         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4643         Iterate the hook function if arg is given.
4644         (mark-defun, narrow-to-defun): Change order of finding the limits.
4646         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
4647         (byte-compile-format-warn): New.
4648         (byte-compile-callargs-warn): Use it.
4649         (Format, message, error): Add byte-compile-format-like property.
4650         (byte-compile-maybe-guarded): New.
4651         (byte-compile-if, byte-compile-cond): Use it.
4652         (byte-compile-lambda): Compile interactive forms,
4653         just to make warnings about them.
4655 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
4657         * ses.el (ses-initial-column-width): Increase to 14, so it will
4658         work well with the default printer of "%.7g" for extreme values
4659         like "-1.234567e+07".
4661 2004-01-29  Kenichi Handa  <handa@m17n.org>
4663         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
4665 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
4667         * dos-w32.el: Added support for the `default-printer-name' function.
4669 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4671         * server.el (server-socket-name): Don't use the hostname in the
4672         socket name since /tmp is local to the host anyway.
4674         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
4675         robust check of widening and fix var-naming.
4677 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
4679         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
4680         or rmail-spam- to rsf- in all function and variable names.
4681         (rsf-min-region-to-spam-list): New variable.
4682         (rsf-bbdb-auto-delete-spam-entries): Rename from
4683         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
4684         scanned together with the recipients field for spam testing; Don't
4685         delete spam message if rmail-delete-after-output is non-nil;
4686         (rsf-check-field): New function, extracted from code in
4687         rmail-spam-filter to ease addition of header fields like
4688         content-type:;
4689         (message-content-type): New variable.  The content-type: field was
4690         added also in defcustom of rsf-definitions-alist;
4691         (rmail-spam-filter): Replace repeated test code for header fields
4692         by calls to check-field; change the call to
4693         rmail-output-to-rmail-file such that rmail-current-message stays
4694         the same to avoid wrong deletion of unseen flags.
4695         (rmail-use-spam-filter): Add autoload cookie.
4697 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
4699         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
4700         (file-cache-add-directory-using-find): Add Cygwin support.
4701         (file-cache-find-command-posix-flag): New user variable.
4703         * filecache.el (file-cache-add-directory): Check for
4704         directories an remove them from dir-files.
4706 2004-01-27  Richard M. Stallman  <rms@gnu.org>
4708         * man.el (Man-fontify-manpage): Clean up message.
4710 2004-01-27  Kenichi Handa  <handa@m17n.org>
4712         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
4713         (sentence-end): Define using sentence-end-without-space.
4715         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
4716         a sentence ends with one of a character in sentence-end-without-space.
4718 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4720         * font-lock.el (font-lock): Add jit-lock as explicit group member.
4721         (jit-lock): Group declaration moved to jit-lock.el.
4722         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
4723         when necessary.
4725         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
4726         (jit-lock-context-unfontify-pos): Rename from
4727         jit-lock-first-unfontify-pos.
4728         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
4730 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
4732         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
4733         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
4734         (fortran-fill): When filling a string, adjust re-search-backward
4735         argument for special case of string just on fill-column.
4736         When filling non-string, allow one extra char if
4737         fortran-break-before-delimiters is non-nil.
4738         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
4739         Use fortran-break-delimiters-re and fortran-no-break-re to
4740         correctly handle cases such as "**".
4742         * progmodes/f90.el (f90-break-delimiters): Doc fix.
4743         (f90-no-break-re): Add some extra tokens.  Doc fix.
4745 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
4747         * mail/rmail-spam-filter.el:
4748         Use two semicolons as Commentary line prefix.
4749         Add ";;; Code:" stylized comment.
4750         Delete end-of-line whitespace.
4751         Wrap (require 'cl) with `eval-when-compile'.
4753 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
4755         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
4756         at the top level of vc.el.
4758 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
4760         * vc.el (vc-current-line): Function removed.  This is now done by
4761         the new function line-at-pos in simple.el.
4762         (vc-annotate-warp-version): Use line-at-pos instead of
4763         vc-current-line.
4765 2004-01-22  Kim F. Storm  <storm@cua.dk>
4767         * simple.el (line-at-pos): New defun.
4768         (what-line): Use it.  Optimize by only counting lines in narrowed
4769         region once.
4771 2004-01-22  Kenichi Handa  <handa@m17n.org>
4773         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
4774         point (register r1) only for charset mule-unicode-0100-24ff.
4776 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4778         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
4779         trailing white space and ensure a final newline.
4781         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
4782         Add autoload cookie.
4784 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
4786         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
4787         activate view-mode explicitly.
4789 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4791         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
4792         use clipboard first.
4794 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4796         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
4797         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
4798         (vc-mcvs-cvs): Remove.
4799         (vc-mcvs-command): Remove use of assert.
4801         * outline.el (outline-insert-heading): Tighten up match.
4802         (outline-demote, outline-move-subtree-down): Don't assume anything
4803         about outline-regexp.
4805         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
4806         (texinfo-show-structure): Explicitly add ^, and simplify.
4808 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
4810         * calendar/appt.el (appt-check): Restore usage of
4811         appt-issue-message deleted in previous change.
4812         (top-level): Activate package when loaded (needed for backwards
4813         compatibility).
4815 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
4817         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
4818         following previous change to smtpmail-send-data.
4820 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
4822         * vc.el (vc-default-previous-version): Doc enhancement.
4823         (vc-default-next-version): New function.
4824         (vc-print-log): New arg FOCUS-REV.
4825         (vc-annotate-mode): Derive from view-mode.
4826         (vc-annotate): New args REVISION, DISPLAY-MODE.
4827         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
4828         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
4829         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
4830         (vc-annotate-show-diff-revision-at-line, vc-current-line)
4831         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
4833         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
4835 2004-01-19  Karl Berry  <karl@gnu.org>
4837         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
4838         or "TexInfo".
4840 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
4842         * subr.el (delete-dups): New function.
4844 2004-01-19  Karl Berry  <karl@gnu.org>
4846         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
4847         with ^, since that's what texinfo-show-structure
4848         documentation says (plus it works much better in texinfo.txi).
4850 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
4852         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
4854 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
4856         * progmodes/which-func.el (which-function-mode): Don't cancel
4857         which-func-update-timer if not set.
4859 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
4861         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
4862         Remove spurious left square bracket in XX:XXam regexp.
4864 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
4866         * progmodes/cc-defs.el: Do not require cl at run time.
4868 2004-01-16  Richard M. Stallman  <rms@gnu.org>
4870         * emacs-lisp/cl.el (cl-cannot-unload): New function.
4871         (cl-unload-hook): Defvar this to run cl-cannot-unload.
4873         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
4874         Call rmail-spam-filter.  Delete and expunge spam.
4875         Print number of spam messages deleted.
4876         Save and restore the deletion status of old messages when reading
4877         new mail with spam filter, so that expunging spam does not expunge
4878         msgs deleted by the user.
4879         (rmail-only-expunge): Add an optional argument dont-show to
4880         prevent showing message after expunge.
4882 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
4884         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
4885         * subr.el (declare): New macro.
4887 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
4889         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
4891 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4893         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4894         Test window-system rather than system-type (for X11/Mac).
4896 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
4898         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
4900 2004-01-12  Richard M. Stallman  <rms@gnu.org>
4902         * mail/rmail.el (rmail-convert-to-babyl-format):
4903         Use mail-unquote-printable-region.
4904         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
4905         (rmail-hex-char-to-integer): Functions deleted.
4907         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
4908         (mail-unquote-printable-region): New arg NOERROR.
4909         For invalid encoding, either signal an error to just return nil.
4911 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4913         * calendar/appt.el: Update copyright and commentary.
4914         (appt-issue-message): Make obsolete.
4915         (appt-visible, appt-msg-window): Make obsolete, in favour of
4916         appt-display-format.
4917         (appt-display-mode-line, appt-display-duration)
4918         (appt-display-diary, appt-time-msg-list, appt-mode-string)
4919         (appt-prev-comp-time, appt-display-count, appt-timer)
4920         (appt-convert-time): Doc change.
4921         (appt-disp-window-function, appt-delete-window-function):
4922         Use defcustom rather than defvar.
4923         (appt-display-format): New variable.
4924         (appt-display-message): New function with display code from appt-check.
4925         (appt-check): Add optional FORCE argument.  Doc change.
4926         Add appt-make-list to diary-hook if displaying diary.
4927         Remove checking of view-diary-entries-initially.
4928         Message display section removed to new function appt-display-message.
4929         (appt-display-window): Doc change.  Remove unused internal var
4930         this-buffer.  Do not beep, since appt-display-message does that.
4931         (appt-make-list): Doc change.  Use caar.
4932         (appt-sort-list): Simplify by using builtin sort function.
4933         (appt-update-list): New function for updating appts when diary is
4934         saved.
4935         (appt-activate): New autoloaded function to toggle package
4936         functionality.
4938         * calendar/cal-x.el: (calendar-one-frame-setup)
4939         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
4941         * calendar/calendar.el: Update copyright.
4942         (view-diary-entries-initially, european-calendar-style): Doc change.
4943         (calendar-setup): Make defcustom rather than defvar.
4944         (mark-visible-calendar-date): Initialize temp-face and faceinfo
4945         in let binding so local to function.
4947         * calendar/diary-lib.el: Update copyright.
4948         (diary, diary-entry-time): Doc change.
4949         (list-diary-entries): Doc change.  Trivial logic change.
4950         (fancy-diary-display): Restore make-face command mistakenly
4951         deleted 2003-05-08.
4952         (show-all-diary-entries): Allow to pop-up frame if needed.
4954 2004-01-09  John Paul Wallington  <jpw@gnu.org>
4956         * bindings.el (mode-line-change-eol): Add EVENT parameter.
4957         Temporarily select EVENT's window for changing eol type.
4959 2004-01-09  Deepak Goel  <deego@gnufans.org>
4961         * calendar/diary-lib.el (diary-entry-time):
4962         Also accept time in the form XX[.XX][am/pm/AM/PM].
4963         (fancy-diary-font-lock-keywords): Likewise.
4964         (diary-font-lock-keywords): Likewise.
4965         * calendar/appt.el (appt-add): Likewise.
4966         (appt-make-list): Likewise.
4967         (appt-convert-time): Likewise.
4969 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
4971         * gdb-ui.el (gdb-ann3): Revert previous change.
4972         (gdb-source-info): Allow for case of where compilation directory
4973         is not recorded.
4975 2004-01-08  John Paul Wallington  <jpw@gnu.org>
4977         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
4979 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
4981         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
4983         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
4984         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
4985         problems.
4986         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
4988 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4990         * files.el (write-file-functions, write-contents-functions):
4991         Clarify docstrings.
4993 2004-01-07  Kenichi Handa  <handa@m17n.org>
4995         * international/mule.el (set-auto-coding): Fix for the case that
4996         end-of-line is only CR.
4998 2004-01-07  Kim F. Storm  <storm@cua.dk>
5000         * subr.el (event-start, event-end): Doc fix.
5001         (posn-string, posn-image): New defuns.
5002         (posn-object): Return either image or string object.
5003         (posn-object-x-y): Return 8th element of position.
5004         (posn-object-width-height): New defun.
5006 2004-01-06  Andreas Schwab  <schwab@suse.de>
5008         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5009         output.
5011 2004-01-05  Karl Berry  <karl@gnu.org>
5013         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5014         / and *, too.
5016 2003-12-31  Simon Josefsson  <jas@extundo.com>
5018         * files.el (before-save-hook): Add.
5019         (basic-save-buffer): Use before-save-hook.
5021         * emacs-lisp/copyright.el: Fix comment to recommend
5022         before-save-hook instead of write-file-functions.
5024 2004-01-05  Richard M. Stallman  <rms@gnu.org>
5026         * finder.el (finder-commentary): Call delete-other-windows.
5028         * net/ange-ftp.el (ange-ftp-file-attributes):
5029         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5031 2004-01-04  Karl Berry  <karl@gnu.org>
5033         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5034         comment characters % and # in the copyright year notice,
5035         as well as ;.
5037 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
5039         * wid-edit.el (default): Define dummy :value-delete.
5040         Reported by Jesper Harder <harder@ifa.au.dk>.
5042 2004-01-03  Richard M. Stallman  <rms@gnu.org>
5044         * progmodes/compile.el (compile-internal): Use point, not point-min,
5045         for set-window-point.
5047         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5049         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5051         * progmodes/grep.el (grep-mode-map):
5052         Don't remap next-line, previous-line.
5054 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
5056         * speedbar.el (speedbar-edit-line): Change regexp to position
5057         the cursor on the first character of this line's button.
5059 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5061         * subr.el (functionp): Doc fix.
5063 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5065         * progmodes/idlwave.el (idlwave-make-tags):
5066         * textmodes/flyspell.el (flyspell-large-region):.
5067         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5068         * emulation/viper-util.el (viper-glob-unix-files):
5069         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5070         * man.el (Man-init-defvars):
5071         * jka-compr.el (jka-compr-call-process):
5072         * files.el (get-free-disk-space,insert-directory):
5073         * ediff-ptch.el (ediff-test-patch-utility):
5074         * ediff-diff.el (ediff-test-utility):
5075         * dired-aux.el (dired-check-process):
5076         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5077         test the return value of call-process, because it can be a string.
5079 2003-12-31  John Paul Wallington  <jpw@gnu.org>
5081         * bindings.el (completion-ignored-extensions): Add .pfsl.
5083 2003-12-31  Kim F. Storm  <storm@cua.dk>
5085         * ido.el (ido-nonreadable-directory-p): New defun to check for
5086         nonreadable directory without activating tramp (to avoid problems
5087         with checking incomplete tramp paths).
5088         (ido-set-current-directory, ido-file-internal)
5089         (ido-file-name-all-completions1): Use it.
5091 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5093         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5094         documentation if the anchor (or node) name is preceded by `info
5095         anchor' or `Info anchor' in addition to earlier `info node' and
5096         `Info node'.
5097         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5099 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5101         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5102         error in arguments to base64-decode-region.  Remove ^M characters
5103         after decoding base64.
5105 2003-12-30  Simon Josefsson  <jas@extundo.com>
5107         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
5108         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5109         have only been distributed with Emacs for some years.
5110         (texinfo-mode-hook): Customize.
5112 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5114         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5115         cleaner (suggested by Richard Stallman).
5117         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5118         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5119         file-name clashes on 8+3 DOS filesystems.
5121         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5122         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5123         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5124         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5125         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5126         file-name clashes on 8+3 filesystems.
5128         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5129         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5130         file-name clashes on 8+3 DOS filesystems.
5132 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5134         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5135         Upcase the character.
5137         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5138         Search for header separator alone on a line, literally,
5139         and search for it backward, not forward.
5140         (flyspell-abbrev-table): Always use global-abbrev-table
5141         if there is no local one.
5143         * progmodes/sh-script.el (sh-get-indent-info):
5144         Don't move point back if at bob.
5146         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
5148         * play/handwrite.el (handwrite): Make the handwrite credit message
5149         a comment rather than an output command.
5151         * obsolete/sc.el: Display message that this file is obsolete.
5153         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
5155         * mail/rfc822.el (rfc822-address-start): Declare variable.
5156         Renamed from address-start.  All uses changed.
5158         * term.el (term-exec): Set up sentinel.
5159         (term-sentinel): New function.
5160         (term-handle-exit): New function.
5162         * subr.el (assoc-ignore-case, assoc-ignore-representation):
5163         Use assoc-string, and mark them obsolete.
5164         (delay-mode-hooks): Mark as permanent local.
5166         * simple.el (sendmail-user-agent-compose): Use assoc-string.
5168         * register.el (copy-rectangle-to-register): Doc fix.
5170         * info.el (Info-insert-dir): Use assoc-string.
5172         * info-look.el (info-lookup): Use assoc-string.
5174         * frame.el (pop-up-frame-function): Use quote, not `function'.
5175         (frame-notice-user-settings): Calculate ADJUSTED-TOP
5176         copying with lists as coordinate values.
5178         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
5180         * find-dired.el (kill-find): New command.
5181         (find-dired): Make buffer read-only.
5182         Set up a keymap with C-c C-k running kill-find.
5183         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
5185         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
5187         * filecache.el (file-cache-ignore-case): New variable.
5188         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
5190         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
5191         (comint-dynamic-complete-as-filename): Rename local vars.
5192         (comint-dynamic-list-filename-completions): Likewise.
5194         * comint.el (comint-dynamic-list-completions-config): New var.
5195         (comint-dynamic-list-completions): Handle both SPC and TAB right.
5197         * comint.el (comint-file-name-chars): Add [].
5198         (comint-word): Use skip-chars-backward, not search.
5200         * shell.el (shell-file-name-chars): Add [].
5202         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
5204         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
5206         * generic.el (define-generic-mode): Doc fix.
5208 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5210         * files.el (kill-some-buffers): Doc fix.
5212 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
5214         * comint.el (comint-watch-for-password-prompt): Pass `string' as
5215         arg to send-invisible
5216         (send-invisible): Doc fix.  The argument is now a prompt, not the
5217         string to send.
5218         (comint-read-noecho): Doc fix.
5220 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
5222         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
5223         "@", as required by some ISP hosting service.  Fix defcustom
5224         argument syntax errors that prevented use of customization.
5226 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5228         * xml.el (xml-get-attribute-or-nil): Doc fix.
5230 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
5232         * net/zone-mode.el (zone-mode): Use write-file-functions, not
5233         write-file-hooks.
5235 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5237         * autorevert.el (auto-revert-interval): Doc fix.
5239 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
5241         * xml.el (xml-get-attribute-or-nil): New function, like
5242         xml-get-attribute, but returns nil if the attribute was not found.
5243         (xml-get-attribute): Convert to defsubst, uses
5244         xml-get-attribute-or-nil.
5246 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5248         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
5250 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
5252         * custom.el (custom-declare-theme): Use `value' when putting
5253         properties on `theme'.
5255 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5257         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
5258         for each yank-handler segment.
5259         (insert-for-yank-1): New function, with the body of the previous
5260         insert-for-yank.
5262         * textmodes/table.el (table-yank-handler): New defcustom.
5263         (table--put-cell-indicator-property): Put yank-handler property
5264         that indicates the yank handler for the table cell.
5266 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5268         * generic-x.el (etc-modules-conf-generic-mode): A more complete
5269         set of keywords.
5271 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5273         * international/mule-cmds.el (reset-language-environment)
5274         (set-language-environment): Don't invoke fontset-related functions
5275         if fontset-list is not fboundp.
5277 2003-12-29  Kenichi Handa  <handa@m17n.org>
5279         * international/mule-cmds.el (reset-language-environment):
5280         Call set-overriding-fontspec-internal with nil.
5281         (set-language-environment): Call set-overriding-fontspec-internal
5282         if the language environment specify `overriding-fontspec'.
5283         (language-info-alist): Doc added.
5285         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
5286         characters of mule-unicode-0100-24ff.
5287         (ccl-encode-windows-1251-font): New CCL program.
5288         ("Bulgarian"): Specify overriding-fontspec.
5289         ("Belarusian"): Likewise.
5291 2003-12-28  Sam Steingold  <sds@gnu.org>
5293         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
5294         parameter ID-FORMAT to conform with the 2003-11-30 patch.
5296 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
5298         * progmodes/gud.el (gud-gdb-command-name): Set default to
5299         "gdb --annotate=3".
5300         (gud-gdb-marker-filter): Look out for annotations.
5301         (gdb-first-pre-prompt): New variable.
5302         Remove trailing white space.
5304         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
5305         if necessary.
5306         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
5307         annotations are detected.
5308         (gud-gdba-marker-filter): Use global variable gud-marker-acc
5309         instead of a local one to allow transition from
5310         gud-gdb-marker-filter.
5311         Remove trailing white space.
5313 2003-12-27  Kim F. Storm  <storm@cua.dk>
5315         * ido.el: Handle non-readable directories.
5316         (ido-decorations): Add 9th element for non-readable directory.
5317         (ido-directory-nonreadable): New dynamic var.
5318         (ido-set-current-directory): Set it.
5319         (ido-read-buffer, ido-file-internal):
5320         (ido-read-file-name, ido-read-directory-name): Let-bind it.
5321         (ido-file-name-all-completions1): Return empty list for
5322         non-readable directory.
5323         (ido-exhibit): Print [Not readable] if directory is not readable.
5324         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
5325         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
5326         Use it.
5328 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
5330         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
5331         calls to directory-files-and-attributes and file-attributes.
5332         (ls-lisp-format): Remove system dependent handling of user and
5333         group id's.
5335 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
5337         * ffap.el (ffap-read-file-or-url): Revert previous change.
5339 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
5341         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
5342         new list of included files called `files-with-node-lines', that
5343         only have node lines.  This way @include commands can include any
5344         file, such as version and update files without node lines, not
5345         just files that are chapters.
5347 2003-12-25  Andreas Schwab  <schwab@suse.de>
5349         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
5350         file not found.
5352 2003-12-08  Miles Bader  <miles@gnu.org>
5354         * dired.el (dired-between-files): Always use dired-move-to-filename,
5355         which is more robust in non-english locales.
5357 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5359         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
5361 2003-12-24  Andreas Schwab  <schwab@suse.de>
5363         * shell.el (shell-file-name-quote-list): Add backslash.
5365         * comint.el (comint-quote-filename): Correctly handle backslash
5366         in comint-file-name-quote-list.
5368 2003-12-24  Kenichi Handa  <handa@m17n.org>
5370         * international/mule-cmds.el (set-default-coding-systems):
5371         Call ucs-set-table-for-input for all buffers that don't have local
5372         value of buffer-file-coding-system.
5374         * international/ucs-tables.el (ucs-set-table-for-input):
5375         If translation-table-for-encode is a symbol, get its
5376         translation-table property.
5378 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
5380         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
5381         to `completing-read' on a recently fixed bug.
5383         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
5384         instead of SPACE, to get the list of possible fringe modes.
5385         SPACE only works if both `partial-completion-mode' and
5386         `completion-auto-help' are nil.
5388         * complete.el (PC-is-complete-p): Delete.
5389         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
5390         calls to `test-completion'.
5392 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
5394         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
5395         to edit values when there are no children.
5397         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
5398         a mode called "Assembler" already exists.
5399         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
5400         (gud-watch): Use format option.  Remove font properties from string.
5401         (gdb-var-create-handler, gdb-var-list-children-handler):
5402         Don't bother about properties as there are none.
5403         (gdb-var-create-handler, gdb-var-list-children-handler)
5404         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
5405         with two arguments.
5406         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
5407         Let speedbar show value changes with a different font.
5408         (gdb-edit-value): New defun.
5409         (gdb-clear-partial-output, gdb-clear-inferior-io)
5410         (def-gdb-auto-update-handler): Use erase-buffer.
5411         (gdb-frame-handler): Display watch expressions in
5412         FUNCTION::VARIABLE format if required.
5414 2003-12-23  John Paul Wallington  <jpw@gnu.org>
5416         * info.el (Info-unescape-quotes, Info-split-parameter-string)
5417         (Info-goto-emacs-command-node): Doc fixes.
5419 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
5421         * cus-edit.el (custom-add-parent-links): Define "many".
5423 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
5425         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
5426         (widget-child-validate, widget-type-value-create)
5427         (widget-type-default-get, widget-type-match): New functions.
5428         (lazy): New widget.
5429         (menu-choice, checklist, radio-button-choice, editable-list)
5430         (group, documentation-string): Remove redundant (per 2003-10-25
5431         change) calls to `widget-children-value-delete'.
5432         (widget-choice-value-get, widget-choice-value-inline): Remove.
5433         (menu-choice): Update widget.
5435 2003-12-03  Kenichi Handa  <handa@m17n.org>
5437         * language/cyrillic.el: Register "microsoft-cp1251" in
5438         ctext-non-standard-encodings-alist.
5439         ("Bulgarian"): Add ctext-non-standard-encodings.
5440         ("Belarusian"): Likewise.
5442         * international/mule-conf.el (compound-text-with-extensions):
5443         Change the type to 2 (iso-2022 base).
5445         * international/mule.el (ctext-non-standard-encodings-alist):
5446         Change the format.
5447         (ctext-non-standard-encodings): New variable.
5448         (ctext-post-read-conversion): Fully re-written.
5449         (ctext-non-standard-designations-alist): Delete it.
5450         (ctext-non-standard-encodings-table): New function.
5451         (ctext-pre-write-conversion): Fully re-written.
5453 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
5455         * cus-edit.el (custom-add-parent-links): Add documentation links
5456         for parent, if the item has none of its own.
5458 2003-11-30  Richard M. Stallman  <rms@gnu.org>
5460         * dired-aux.el (dired-do-query-replace-regexp):
5461         Report files visited read-only.
5463 2003-11-30  Juri Linkov  <juri@jurta.org>
5465         * dired-aux.el (dired-compare-directories): New command.
5466         (dired-file-set-difference, dired-files-attributes): New functions.
5468 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
5469         Version 2.0.38 of Tramp released.
5471         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
5472         Charles Curley <charlescurley@charlescurley.com>.
5473         (tramp-multi-connection-function-alist): Add ssht entry which adds
5474         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
5475         Aichner.
5476         (tramp-get-method-parameter): New function to retrieve a method
5477         parameter.  This allows for omission of method parameters.
5478         Callers adjusted.
5480 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
5482         * net/tramp.el: Add new optional parameter ID-FORMAT to
5483         `file-attributes'.  Calls of `file-attributes' won't use this
5484         parameter for backward compatibility reasons.
5485         (tramp-perl-file-attributes): Add a new parameter to Perl script
5486         in order to handle uid/gid as strings, if desired.
5487         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
5488         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
5489         order to make the function more general.
5490         (tramp-handle-file-attributes): Replace proprietary optional
5491         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
5492         (tramp-handle-file-attributes-with-perl): Handle parameter
5493         NONNUMERIC if set.  This wasn't done in the past.
5494         (tramp-post-connection): Apply second parameter "$2" if
5495         `tramp-remote-perl' is called.
5497         * net/tramp-smb.el (tramp-smb-handle-delete-file):
5498         Correct cut'n'waste error (`filename' instead of `directory').
5499         (tramp-smb-handle-directory-files-and-attributes)
5500         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
5501         introduced parameter ID-FORMAT.
5502         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
5503         error (`directory' instead of `ldir').
5505         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
5506         `file-attributes' has a second parameter.  If yes, apply it with
5507         value "'integer".  Otherwise, don't use that parameter (default is
5508         integer format).
5510 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
5512         * help.el (help-map): Bind `display-local-help' to `C-h .'.
5513         (help-for-help): Add `C-h .' to the listed Help options.
5514         Remove trailing whitespace.
5516         * help-at-pt.el: New file.
5518 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
5520         * subr.el (noreturn, 1value): New macros for test coverage.
5521         See `testcover.el'.
5523         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
5525         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
5526         for macro `1value'.
5527         (testcover-1value): New function.  Checks that a 1value form
5528         actually returns only one value.  Requested by RMS.
5530 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
5532         * gdb-ui.el (gud-watch, gdb-var-create-handler)
5533         (gdb-var-list-children, gdb-var-list-children-handler)
5534         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
5535         gdb commands that use mi to keep them out of the command history.
5537 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5539         * cus-start.el (all): Add use-file-dialog.
5541 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5543         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
5545 2003-11-27  Kim F. Storm  <storm@cua.dk>
5547         * subr.el (posn-object-x-y): New defun.
5549 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5551         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
5552         Don't use `space' for \\\n.
5553         Be more selective as to which # are comment-starters.
5555 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
5557         * subr.el (number-sequence): Improve handling of floating point
5558         arguments (suggested by Kim Storm).  Allow negative arguments.
5560 2003-11-26  Kenichi Handa  <handa@m17n.org>
5562         * international/mule-cmds.el (standard-display-european-internal):
5563         Cancel the standard-display-table setting for ` and '.
5565 2003-11-26  Kim F. Storm  <storm@cua.dk>
5567         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
5568         New defcustoms to add ffap-like functionality to ido.
5569         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
5570         (ido-no-final-slash): New defun.
5571         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
5572         (ido-read-file-name): ): Toggle VC checking via
5573         vc-handled-backends instead of vc-master-templates.
5574         (ido-file-internal): Handle ido-use-url-at-point and
5575         ido-use-filename-at-point via code borrowed from ffap-guesser.
5576         Handle new ido-exit code ffap.
5577         (ido-sort-list): Ignore final slash when sorting file names.
5579 2003-11-25  Kim F. Storm  <storm@cua.dk>
5581         * emulation/cua-base.el (cua--standard-movement-commands):
5582         Add forward-sentence and backward-sentence.
5584 2003-11-25  Stephen Eglen  <stephen@gnu.org>
5586         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
5587         iswitchb-exit is set to 'usefirst when user selects buffer at head
5588         of list using RET.  (Selecting buffers at the head of the list was
5589         broken if the substring was also a complete buffername.)
5591 2003-11-23  Kim F. Storm  <storm@cua.dk>
5593         * progmodes/compile.el (grep-command, grep-use-null-device)
5594         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
5595         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
5596         (grep-regexp-alist, grep-program, find-program)
5597         (grep-find-use-xargs, grep-history, grep-find-history)
5598         (grep-process-setup, grep-compute-defaults)
5599         (grep-default-command, grep, grep-tag-default, grep-find)
5600         (grep-expand-command-macros, grep-tree-last-regexp)
5601         (grep-tree-last-files, grep-tree): Move grep variables, functions
5602         and commands to new file grep.el.
5603         (compilation-mode-map): Remove grep commands from Compile sub-menu.
5604         (compilation-process-setup-function): Doc fix.
5605         (compilation-highlight-regexp, compilation-highlight-overlay): New
5606         defvars used for highlighting current compile error in source buffer.
5607         (compile-internal): New optional args HIGHLIGHT-REGEXP and
5608         LOCAL-MAP which overrides compilation-highlight-regexp and
5609         compilation-mode-map for this compilation.
5610         Delay calling compilation-set-window-height until after running
5611         compilation-process-setup-function so it can buffer-local override
5612         compilation-window-height.
5613         Check buffer-local value of compilation-scroll-output.
5614         (compilation-set-window-height): Use buffer-local value of
5615         compilation-window-height.
5616         (compilation-revert-buffer): Don't pass (undefined)
5617         preserve-modes arg to revert-buffer.
5618         (next-error-no-select, previous-error-no-select): New commands.
5619         (compilation-goto-locus): Temporarily highlight current match in
5620         source buffer using compilation-highlight-regexp.
5622         * progmodes/grep.el: New file with grep code from compile.el.
5623         (grep): New defcustom group.
5624         (grep-window-height): New defcustom, like compilation-window-height.
5625         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
5626         (grep-scroll-output): New defcustom, like compilation-scroll-output.
5627         (grep-command, grep-use-null-device, grep-find-command)
5628         (grep-tree-files-aliases, grep-tree-ignore-case)
5629         (grep-tree-ignore-CVS-directories): Move to grep custom group.
5630         (grep-setup-hook): New hook variable.
5631         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
5632         (grep-last-buffer): New defvar, override compilation-last-buffer.
5633         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
5634         Call compile-internal with args highlight-regexp and grep-mode-map.
5636 2003-11-23  Kim F. Storm  <storm@cua.dk>
5638         * subr.el (event-start, event-end): Doc fix.
5639         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
5640         (posn-area, posn-actual-col-row, posn-object): New defuns.
5641         (posn-col-row): Simplify doc.  Rewrite to use cond.
5642         (posn-point): Also return buffer position for events outside text
5643         area (that info is now present in the event position).
5645         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
5646         mouse-set-point so that hscroll still works now that clicks on
5647         fringes generate specific mouse events.
5648         (mouse-set-point): Note that it now works in fringes and margins
5649         too due to new semantics of posn-point in fringes and margins.
5651         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
5652         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
5654 2003-11-20  Kim F. Storm  <storm@cua.dk>
5656         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
5657         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
5658         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
5659         to 100 for icons to avoid increasing line height when shown.
5661 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5663         * newcomment.el (comment-normalize-vars): Initialize properly if
5664         comment-start was nil.
5666 2003-11-19  Andreas Schwab  <schwab@suse.de>
5668         * simple.el (set-variable): Fix indentation.
5670 2003-11-17  Kenichi Handa  <handa@m17n.org>
5672         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
5673         Fix docstring.
5675 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5677         * international/latin1-disp.el (latin1-display): Fix docstring.
5679 2003-11-16  John Wiegley  <johnw@newartisans.com>
5681         * eshell/em-ls.el (eshell-ls-file): There are times with
5682         size-width is nil and uncomputed (when directories are created in
5683         dired, for example); in this case, 4 is reasonable default value,
5684         although it may caused skewed new entries (which could be avoided
5685         by returning the original value of 8 in all cases, but 99% of the
5686         time this is a waste of whitespace).
5688 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
5690         * cc-engine.el (c-guess-continued-construct)
5691         (c-guess-basic-syntax): Check a little more carefully if it's a
5692         function declaration when an unknown construct followed by a block
5693         is found inside a statement context.  This avoids macros followed
5694         by blocks to be taken as function declarations.
5696         (c-guess-continued-construct): Change the analysis of a statement
5697         continuation with a brace open to `substatement-block', for
5698         consistency with recognized statements.
5700         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
5701         start is in a position so that `c-beginning-of-statement-1' jumped
5702         to the beginning of the same statement.
5704         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
5705         Don't accept binary operators in the arglist if we're in a function
5706         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
5707         template recognition in cases like "if (a < b || c > d)".
5709         (c-restricted-<>-arglists): New more appropriate name for
5710         `c-disallow-comma-in-<>-arglists'.
5712         Accessing functions updated for the variable name change.
5714         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
5715         match data could get clobbered if NOT-INSIDE-TOKEN is used.
5717         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
5718         labels.
5720         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
5721         instead of duplicating parts of it.  This fixes bogus label
5722         recognition.
5724         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
5725         of checking the context in which to apply the minimum indentation,
5726         so that it isn't enforced in e.g. namespace blocks.
5728         * cc-vars.el (c-inside-block-syms): New constant used by
5729         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
5730         to somewhat reduce the risk of becoming stale.
5732         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
5733         cc-cmds to cc-engine to allow use from cc-align.
5735         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
5736         qualified identifiers containing "::".
5738         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
5739         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
5741         * cc-vars.el (c-emacs-features): Use a space in front of the name
5742         of the temporary buffer.  That also avoids dumping problems in
5743         XEmacs due to undo info being left around after the buffer is killed.
5745         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
5746         arglist to see if it's a K&R style declaration.
5748         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
5749         before returning `knr-argdecl-intro'.
5751 2003-11-16  John Wiegley  <johnw@newartisans.com>
5753         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
5754         field in a long-listing always 8 characters, use `size-width',
5755         which has already been computed.
5757 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
5759         * subr.el (minor-mode-list): Add `hs-minor-mode'.
5761 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
5763         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
5764         Support operation while narrowed, with `diff-restrict-view'.
5766 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
5768         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5769         Take additional optional arg NARROWFUN.  For the generated functions:
5770         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
5771         include frags that arrange to check for and save narrowing state before
5772         the move and then conditionally call NARROWFUN after the move.
5774 2003-11-14  John Wiegley  <johnw@newartisans.com>
5776         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
5777         that was optional, but obviously missing based on surrounding code.
5779         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
5780         string arguments to numbers unless the whole argument was seen as
5781         a number.
5783 2003-11-14  Kenichi Handa  <handa@m17n.org>
5785         * international/mule.el (ctext-non-standard-encodings-alist):
5786         Fix coding systems.
5788 2003-11-10  Kenichi Handa  <handa@m17n.org>
5790         * language/kannada.el ("Kannada"): Add sample-text.
5792         * language/knd-util.el (kannada-compose-region)
5793         (kannada-compose-string, kannada-post-read-conversion):
5794         Add autoload cookie.
5796         * international/quail.el (quail-completion): Change the message
5797         "corresponding translations" to "corresponding characters".
5799 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5801         * descr-text.el (describe-char): Fix typo.
5803 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
5805         These changes are to support Kannada language/script.
5807         * Makefile.in (DONTCOMPILE): Add kannada.el.
5809         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
5811         * loadup.el: Preload kannada.el.
5813         * language/ind-util.el (ucs-kannada-to-is13194-alist)
5814         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
5815         New variables.
5817         * language/kannada.el: New file.
5819         * language/knd-util.el: New file.
5821 2003-11-07  Andreas Schwab  <schwab@suse.de>
5823         * progmodes/autoconf.el (autoconf-font-lock-keywords):
5824         Also highlight AH_*.
5826         * xml.el (xml-parse-dtd): Fix misplaced paren.
5828 2003-11-07  Kenichi Handa  <handa@m17n.org>
5830         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
5832 2003-11-05  Juri Linkov  <juri@jurta.org>
5834         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
5835         (desktop-buffer-file): Use saved buffer-file-coding-system
5836         for file reading.  Set auto-insert to nil to prevent automatic
5837         insertion into restored empty files.
5839 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
5841         * files.el (risky-local-variable-p): Make second argument optional.
5843 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5845         * subr.el (add-hook): Fix last change.
5847 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
5849         * mail/rmail.el (rmail-convert-to-babyl-format):
5850         If base64-decode-region signals an error, catch it and silently
5851         ignore it.
5853 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
5855         * xml.el (xml-parse-region): Allow comments to appear after the
5856         topmost element has closed.
5857         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
5858         (xml-ns-expand-attr): New functions to do namespace handling.
5859         (xml-intern-attrlist): Back-compatible handling of attribute names.
5860         (xml-parse-tag): Move namespace handling to separate functions.
5861         Now produces elements in the form ((:ns . "element") (attr-list)
5862         children) instead of ('ns:element (attr-list) children).
5863         (xml-parse-attlist): Fix attribute parsing.
5864         (xml-parse-dtd): Change parsing so that it produces strings
5865         instead of interned symbols.
5867 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
5869         * dired.el (dired-ls-sorting-switches): Doc fix.
5871 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
5873         * emacs-lisp/rx.el (rx-or): Fix the case of
5874         "(rx (and ?a (or ?b ?c) ?d))".
5876 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
5878         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
5879         (texinfo-format-region): Use it.
5880         (texinfo-format-buffer-1): Ditto.
5882 2003-11-01  Alan Mackenzie  <acm@muc.de>
5884         Changes to allow scrolling whilst in isearch mode:
5885         * isearch.el (isearch-unread-key-sequence): New function,
5886         extracted from isearch-other-meta-char.
5887         (top level): (put 'foo 'isearch-scroll) on all Emacs's
5888         "scrollable" standard functions.
5889         (isearch-allow-scroll): New customizable variable.
5890         (isearch-string-out-of-window, isearch-back-into-window)
5891         (isearch-reread-key-sequence-naturally)
5892         (isearch-lookup-scroll-key): New functions.
5893         (isearch-other-meta-char): Doc string and functionality enhanced.
5894         Now accepts a prefix argument.
5895         (isearch-lazy-highlight-window-end): New variable.
5896         (isearch-lazy-highlight-new-loop): Pay attention to the window's
5897         end (thru isearch-lazy-highlight-window-end), not only its start.
5899         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
5900         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
5901         (universal-argument, universal-argument-more, negative-argument)
5902         (digit-argument, universal-argument-other-key): Minor changes.
5904 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5906         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
5907         recursively if the last message is deleted, thus avoiding an
5908         infinite loop.
5910 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
5913         (tex-main-file): Don't add .tex if the extension is already present.
5914         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
5916 2003-10-29  Lute Kamstra  <lute@gnu.org>
5918         * progmodes/octave-inf.el (inferior-octave-prompt):
5919         Recognize version number in prompt.
5921 2003-10-28  Dave Love  <fx@gnu.org>
5923         * international/characters.el: Fix some Unicode ranges.
5925 2003-10-28  Kenichi Handa  <handa@m17n.org>
5927         * disp-table.el (standard-display-8bit)
5928         (standard-display-default, standard-display-ascii)
5929         (standard-display-g1, standard-display-graphic)
5930         (standard-display-underline): Assure that standard-display-table
5931         is a display table.
5933 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5935         * simple.el (reindent-then-newline-and-indent): Delete space *after*
5936         reindenting the first line.
5938 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
5940         * wid-edit.el (widget-default-delete): Always delete child widgets.
5942 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5944         * newcomment.el (comment-indent): Don't call indent-according-to-mode
5945         if the line has code.
5946         Don't try to line up with something that's too far left.
5948         * progmodes/octave-mod.el (octave-comment-start): Simplify.
5949         (octave-mode-syntax-table): Add % as a comment starter.
5950         (octave-point): Remove.
5951         (octave-in-comment-p, octave-in-string-p)
5952         (octave-not-in-string-or-comment-p, calculate-octave-indent)
5953         (octave-blink-matching-block-open, octave-auto-fill):
5954         Use line-(beginning|end)-position instead.
5956 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5958         * emacs-lisp/authors.el (authors-aliases): Add correct realname
5959         for Francesco Potort\e,Al\e(B.
5961 2003-10-23  Dave Love  <fx@gnu.org>
5963         * international/mule-cmds.el (locale-charset-to-coding-system):
5964         Don't rely on nil being a coding system.
5966         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
5967         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
5968         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
5970 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
5972         * gdb-ui.el (gdb-current-language): New variable.
5973         (gdb-update-flag): Remove variable.
5974         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
5975         (gdb-take-last-elt): Remove function.
5976         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
5977         (gdb-post-prompt): Check for variable object changes here.
5979         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
5980         object changes in gdb-ui.el.
5982 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5984         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
5986         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
5987         Don't check for foo*/ wildcard form here.
5988         (insert-directory): Recognize foo*/ as a wildcard.
5989         Separate wildcard-regexp variable from the arg, wildcard.
5991         * subr.el (add-hook): Correctly detect when make-local-hook was used.
5992         (remove-hook): Correctly handle strange cases about local hooks.
5994 2003-10-21  David Ponce  <david@dponce.com>
5996         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
5997         argument REAL, to return a real number instead of a rounded
5998         integer value.  Define as inline function.
5999         (ruler-mode-right-fringe-cols): Likewise.
6000         (ruler-mode-scroll-bar-cols): New function.
6001         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
6002         (ruler-mode-right-scroll-bar-cols): Likewise.
6003         (ruler-mode-space): New function.
6004         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
6005         scroll bar mode and margins in a more robust way.
6007 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
6009         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6010         (antlr-c-init-language-vars): New function.
6011         (antlr-mode): Use it with cc-mode before v5.29.
6012         (antlr-c-common-init): Don't set some local vars here.
6013         (antlr-mode): Set them here.
6014         (antlr-c-forward-sws): New function alias.
6015         (antlr-mode): Redefine with cc-mode before v5.30.
6016         (antlr-skip-sexps): Use it.
6017         (antlr-skip-exception-part): Ditto.
6018         (antlr-skip-file-prelude): Ditto.
6019         (antlr-outside-rule-p): Ditto.
6020         (antlr-end-of-body): Ditto.
6021         (antlr-option-kind): Ditto.
6022         (antlr-insert-option-area): Ditto.
6023         (antlr-file-dependencies): Ditto.
6025 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6027         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6028         Move backward only if point was not inside an entry.
6030 2003-10-21  Richard M. Stallman  <rms@gnu.org>
6032         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6034 2003-10-21  Juri Linkov  <juri@jurta.org>
6036         * compare-w.el: Automatically skip non-matching text to resync.
6037         (compare-windows-whitespace): Doc fix.
6038         (compare-windows-sync, compare-windows-sync-string-size)
6039         (compare-windows-recenter, compare-ignore-whitespace)
6040         (compare-windows-highlight, compare-windows-face): New variables.
6041         (compare-windows): Use compare-windows-sync.
6042         (compare-windows-highlight, compare-windows-dehighlight)
6043         (compare-windows-sync-regexp)
6044         (compare-windows-sync-default-function): New functions.
6046 2003-10-21  Juri Linkov  <juri@jurta.org>
6048         * diff.el (diff-parse-differences): Don't visit the files now;
6049         instead, just record the error locus.
6051 2003-10-21  Dave Love  <fx@gnu.org>
6053         * progmodes/cfengine.el: New file.
6055 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6057         * complete.el (PC-do-completion): Do not forget to use `pred' as the
6058         default-directory when completing file names.
6060 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
6062         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6063         followed by the word `face', it gets treated as a face, even if
6064         it is also defined as a variable or a function.
6066 2003-10-20  Dave Love  <fx@gnu.org>
6068         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6069         Avoid incf in macro expansion.
6071 2003-10-20  John Paul Wallington  <jpw@gnu.org>
6073         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6074         `evenp' so we don't implicitly require cl library at runtime.
6076 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
6078         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6079         (help-make-xrefs): Only make cross-references for faces if
6080         preceded or followed by the word `face'.  Do not make a
6081         cross-reference for variables without variable documentation,
6082         unless preceded by the word `variable' or `option'.  Update doc
6083         string accordingly.
6085 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
6087         * progmodes/hideshow.el: Rewrite one-armed `if'
6088         constructs using either `when' or `unless'.
6089         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6091 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
6093         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6094         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6095         instead of 12x12.
6097 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
6099         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6100         message while converting to Babyl.
6102 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
6104         * allout.el (allout-mode): Doc fix.
6106 2003-10-16  Lute Kamstra  <lute@gnu.org>
6108         * subr.el (force-mode-line-update): Fix docstring.
6110 2003-10-14  Dave Love  <fx@gnu.org>
6112         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6113         (default-input-method): Add :link, improve :type.
6114         (locale-charset-language-names): Fix utf-8 pattern.
6115         (locale-charset-match-p, locale-charset-alist)
6116         (locale-charset-to-coding-system): New.
6117         (set-locale-environment): Deal with codeset part of locale specs.
6119 2003-10-14  Lute Kamstra  <lute@gnu.org>
6121         * fringe.el (fringe-mode): Use active voice in docstring.
6122         (set-fringe-style): Ditto.
6124 2003-10-13  Lute Kamstra  <lute@gnu.org>
6126         * fringe.el (fringe-mode): Fix docstring.
6127         (set-fringe-style): Ditto.
6129 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6131         * ediff-mult.el (ediff-filegroup-action):
6132         Use ediff-default-filtering-regexp.
6134         * ediff-util.el (ediff-recenter): Don't call
6135         ediff-restore-highlighting twice.
6136         (ediff-select-difference): Set current difference.
6137         (ediff-unselect-and-select-difference): Add comment.
6139         * ediff.el (ediff-directories,ediff-directory-revisions)
6140         (ediff-directories3,ediff-merge-directories)
6141         (ediff-merge-directories-with-ancestor)
6142         (ediff-merge-directory-revisions)
6143         (ediff-merge-directory-revisions-with-ancestor):
6144         Use ediff-default-filtering-regexp.
6146 2003-10-12  Andreas Schwab  <schwab@suse.de>
6148         * international/mule-cmds.el (locale-charset-language-names):
6149         Simplify regex by removing unused grouping.
6151 2003-10-10  Dave Love  <fx@gnu.org>
6153         * bindings.el: Don't bind stop.
6155 2003-10-08  Miles Bader  <miles@gnu.org>
6157         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
6158         face instead of attempting to emulate it.
6160 2003-10-07  Kenichi Handa  <handa@m17n.org>
6162         * international/mule-diag.el (list-coding-systems-1): List coding
6163         systems that are loaded automatically.
6165         * international/code-pages.el (iso-8859-11): Add autoload cookie.
6167         * international/mule.el (autoload-coding-system): New function.
6169 2003-10-07  Andreas Schwab  <schwab@suse.de>
6171         * log-edit.el (log-edit-changelog-entries): Prefer local value of
6172         change-log-default-name in the buffer visiting the file.
6174 2003-10-06  Dave Love  <fx@gnu.org>
6176         * files.el (find-file-hook): Customize.
6177         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
6179         * bindings.el (completion-ignored-extensions): Remove .log.
6180         (global-map): Add again, open, stop keys.
6182 2003-10-05  Richard M. Stallman  <rms@gnu.org>
6184         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
6185         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
6186         Use sh-modify directly.
6187         (sh-select): Use sh-append, not eval.
6189         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
6191         * info.el (Info-following-node-name): New function.
6193         * loadhist.el (unload-feature-special-hooks):
6194         Rename from loadhist-hook-functions.
6195         (loadhist-hook-functions): Now an alias.
6197 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
6199         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
6200         file-name clashes on 8+3 filesystems.
6202         * Makefile.in (DONTCOMPILE, bootstrap-clean):
6203         Rename loaddefs-boot.el to ldefs-boot.el
6205         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
6206         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
6208 2003-10-03  Lute Kamstra  <lute@gnu.org>
6210         * info.el (Info-mode): Revert previous change.
6211         (Info-escape-percent): New function.
6212         (Info-fontify-node): Use it.
6214 2003-10-02  Andreas Schwab  <schwab@suse.de>
6216         * loaddefs-boot.el: Regenerated.
6218 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
6220         * ffap.el: Remove defadvice related code from CVS since `complete'
6221         provides a `PC-completion-as-file-name-predicate' variable that
6222         ffap can override.
6224 2003-10-02  Kenichi Handa  <handa@m17n.org>
6226         * international/utf-8.el (ccl-decode-mule-utf-8):
6227         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
6229         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
6230         * international/subst-big5.el: Likewise.
6231         * international/subst-gb2312.el: Likewise.
6232         * international/subst-ksc.el: Likewise.
6234 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
6236         * calendar/calendar.el (increment-calendar-month)
6237         (calendar-leap-year-p, calendar-absolute-from-gregorian)
6238         (generate-calendar, calendar-read-date, calendar-interval)
6239         (calendar-day-of-week): Handle years BC.
6240         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
6242 2003-10-01  Dave Love  <fx@gnu.org>
6244         * language/cyrillic.el (cp1251): Alias for windows-1251.
6246         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
6247         bootstrap.
6249 2003-10-01  Lute Kamstra  <lute@gnu.org>
6251         * files.el: Fix typo.
6252         * imenu.el (imenu--generic-function): Docstring fix.
6254 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6256         * dired.el (dired-mode): Handle dired-directory as a list.
6258 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
6260         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
6262         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
6264         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
6265         Replace gud-display with gud-watch.
6266         (gud-speedbar-buttons): Add stuff for watching expressions
6267         in the speedbar when using M-x gdba.  Use dolist on old part
6268         of this function.
6270         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
6271         (gdb-update-flag): New variables.
6272         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
6273         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
6274         (gud-watch, gdb-var-create-handler) : New functions.
6275         (gdb-var-list-children, gdb-var-list-children-handler)
6276         (gdb-var-create-regexp, gdb-var-update-regexp)
6277         (gdb-var-list-children-regexp): New constants.
6278         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
6279         (gdb-annotation-rules): Reduce annotation set (level 3).
6280         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
6281         (gdb-post-prompt): Don't update GDB buffers every time speedbar
6282         updates.
6283         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
6284         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
6285         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
6286         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
6287         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
6288         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
6289         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
6290         (gud-display, gud-display1)
6291         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
6292         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
6293         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
6294         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
6295         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
6296         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
6297         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
6298         (gdb-display-display-buffer, gdb-toggle-display)
6299         (gdb-delete-display, gdb-expressions-popup-menu)
6300         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
6301         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
6302         to display buffer.
6304 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6306         * progmodes/ada-mode.el (ada-mode): Don't use advice.
6307         Instead, set which-func-functions.
6309         * progmodes/which-func.el (which-func-modes): Add ada-mode.
6310         (which-func-functions): New variable.
6311         (which-function): Use that.
6313         * info.el (Info-mode): Double each `%' in header line.
6315         * emacs-lisp/lisp-mnt.el (lm-with-file):
6316         When FILE is nil, run BODY in current buffer.
6318         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
6320         * help.el (describe-mode): Start with a brief list of minor modes.
6321         Find them thru minor-mode-list so as to find them all.
6322         Show them in alphabetical order.
6324         * mail/sendmail.el (mail-aliases): Doc fix.
6326         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
6328 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6330         * mail/rmailsum.el (rmail-make-summary-line-1):
6331         Change comma after last label to a space.
6332         (rmail-summary-font-lock-keywords): Adapt to that change.
6334 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
6336         * progmodes/scheme.el (scheme-mode-variables): When setting
6337         `font-lock-defaults', also specify that "#" should
6338         be interpreted with `word' syntax.
6339         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
6341 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
6343         * desktop.el: A lot of comments updated.
6344         (desktop-save-mode): Minor mode introduced.
6345         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
6346         (desktop-load-default): Function made obsolete.
6347         (desktop-locals-to-save): Variable made customizable.
6348         (desktop-read): Optional parameter `dirname' added.
6349         (desktop-change-dir, desktop-revert): Parameter `dirname' in
6350         `desktop-read' used.
6351         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
6353 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
6355         * whitespace.el (whitespace-clean-msg): Add user customizable message
6356         for displaying ``clean'' output.
6357         (whitespace-buffer): Use `whitespace-clean-msg'.
6358         (whitespace-global-mode): Fix typo.
6360 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
6362         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
6364 2003-09-29  Lute Kamstra  <lute@gnu.org>
6366         * bindings.el (mode-line-modes): Remove superfluous :propertize
6367         construct in initialization.
6368         (mode-line-position): Change cons cell into proper list in
6369         initialization.
6371 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
6373         * international/mule.el (decode-coding-inserted-region): Use car
6374         of the return value of find-operation-coding-system.
6376 2003-09-29  Kenichi Handa  <handa@m17n.org>
6378         * descr-text.el (describe-char): Fix previous change.
6380 2003-09-28  Kenichi Handa  <handa@m17n.org>
6382         * descr-text.el (describe-char-display): New function.
6383         (describe-char): Pay attention to display table on describing how
6384         a character is displayed.
6386         * international/mule-cmds.el (encoded-string-description):
6387         Prepend "0x" to each encoded byte.
6389 2003-09-28  Andreas Schwab  <schwab@suse.de>
6391         * find-file.el (ff-special-constructs): Add autoload cookie.
6393 2003-09-28  Kevin Ryde  <user42@zip.com.au>
6395         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
6396         makeinfo appends to duplicate index entries.
6398 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
6400         * dired-x.el (dired-clean-tex): Doc fix.
6402         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
6403         using a Chinese tutorial.
6405 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6407         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
6408         between "MAIL FROM:" and "RCPT TO:" and the following address.
6410 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6412         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
6414 2003-09-28  David Ponce  <david@dponce.com>
6416         * recentf.el (recentf-initialize-file-name-history): New defcustom.
6417         (recentf-load-list): When `recentf-initialize-file-name-history'
6418         is non-nil, initialize an empty `file-name-history' with the
6419         recent list.
6421 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
6423         * man.el (Man-default-man-entry): Remove the leading `*' from the
6424         word at point.
6426 2003-09-26  Lute Kamstra  <lute@gnu.org>
6428         * bindings.el (mode-line-position): Mention size indication in
6429         docstring.
6431 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
6433         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
6435         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
6436         because it's autoloaded now.
6438 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
6440         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
6441         (sh-font-lock-keywords, sh-feature): Fix previous change of
6442         sh-feature to avoid infloop with sh-font-lock-keywords.
6444 2003-09-25  Kim F. Storm  <storm@cua.dk>
6446         * frame.el (frame-current-scroll-bars): New defun.
6448         * window.el (window-current-scroll-bars): New defun.
6450 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6452         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
6453         cause errors when the state cache contains info on parts that have
6454         been narrowed out.
6456 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6458         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
6459         `c-setup-paragraph-variables' has to be used when this variable is
6460         changed; it doesn't work to reinitialize the mode since that
6461         typically clobbers the variable.
6463         * progmodes/cc-styles.el (c-setup-paragraph-variables):
6464         Make it interactive.
6466 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6468         * progmodes/cc-fonts.el (c-font-lock-declarations):
6469         Fix recognition of constructors and destructors for classes whose
6470         names are matched by `*-font-lock-extra-types'.
6472         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
6473         followed by an identifier in C++ then it's a type.
6475 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6477         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
6478         problem that primarily affected XEmacs.  Don't use faces to find
6479         unterminated strings since Emacs and XEmacs fontify strings
6480         differently - this function should now work better in XEmacs.
6482 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6484         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
6485         `expand-abbrev' workaround which caused braces to misbehave inside
6486         macros.
6488         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
6489         handling.  This bug could cause interactive font locking to bail out.
6491 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6493         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6494         Handle paren-style types in Pike.  Also fixed some cases of
6495         insufficient handling of unbalanced parens.
6497 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
6499         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
6500         common shell prompts that are not common filename or URL characters.
6501         (ffap-file-at-point): Use the new regexp to strip the prompts from
6502         the file names.  This is an issue mostly for user prompts that
6503         don't have a trailing space and find-file-at-point is invoked from
6504         within a shell inside Emacs.
6506 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
6508         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
6509         stamps numerically, rather than textually.
6511 2003-09-24  Kenichi Handa  <handa@m17n.org>
6513         * language/devan-util.el (devanagari-post-read-conversion):
6514         * language/mlm-util.el (malayalam-post-read-conversion):
6515         * language/tml-util.el (tamil-post-read-conversion):
6516         Add autoload cookie.
6518         * international/utf-8.el (utf-8-post-read-conversion):
6519         Call post-read-conversion functions for Devanagari, Malayalam,
6520         and Tamil.
6522 2003-09-23  Dave Love  <fx@gnu.org>
6524         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
6526 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
6528         * progmodes/gud.el (perldb): Add gud-until to list of commands.
6529         Update gud-remove.
6531 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6533         * progmodes/sh-script.el (sh-mode-default-syntax-table):
6534         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
6535         (sh-mode-syntax-table-input): New variable.
6536         (sh-require-final-newline): Don't use eval.
6537         (sh-builtins, sh-leading-keywords, sh-other-keywords)
6538         (sh-variables, sh-font-lock-keywords): Don't use eval.
6539         (sh-set-shell): When setting require-final-newline,
6540         treat value = `require-final-newline' as don't change it.
6541         Set sh-mode-syntax-table locally based on
6542         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
6544         * progmodes/compile.el (compile-internal):
6545         Call compilation-set-window-height before setting window start.
6547 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
6549         * emacs-lisp/bytecomp.el (byte-compile-log-file):
6550         Clear out byte-compile-last-warned-form.
6552 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6554         * woman.el (woman-file-name, woman-follow-word):
6555         If current-word returns nil, use "".
6557         * simple.el (eval-expression): Bind standard-output in to-buffer case.
6559 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6561         * emacs-lisp/lisp-mnt.el (lm-with-file):
6562         Don't visit the file, just use insert-file-contents in temp buffer.
6564 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
6566         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
6567         Add surrounding \\( and \\) around the header, as in
6568         for lm-history-header 'Change Log\\|History'.
6570 2003-09-22  John Paul Wallington  <jpw@gnu.org>
6572         * progmodes/ld-script.el: Add Commentary section,
6573         minor cleanup of file header.
6574         (ld-script-font-lock-keywords): Doc fix.
6575         (toplevel): Provide `ld-script' feature.
6577 2003-09-21  Kim F. Storm  <storm@cua.dk>
6579         * scroll-bar.el (set-scroll-bar-mode): Initialize to
6580         new built-in variable default-frame-scroll-bars.
6581         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
6582         scroll-bar-mode; notably, use it instead of t when we toggle
6583         scroll-bars on.
6584         (toggle-scroll-bar): Use default-frame-scroll-bars.
6586 2003-09-19  Masatake YAMATO  <jet@gyve.org>
6588         * pcvs.el (cvs-do-removal): Change the prompt depending on
6589         `filter' value.
6591 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
6593         * startup.el (command-line-1): Stop startup-echo-area-message
6594         being hidden by "Loading image..." message.
6595         (use-fancy-splash-screens-p, display-splash-screen):
6596         Move display-graphic-p test from latter to former.
6598         * progmodes/sh-script.el (sh-font-lock-keywords):
6599         Highlight escaped EOLs differently from other backslash constructs.
6601 2003-09-19  Richard M. Stallman  <rms@gnu.org>
6603         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
6604         New functions.
6605         (edebug-enter, edebug-outside-excursion): Use them.
6607         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6608         Fix the condition for whether to print "In WHERE".
6610 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
6612         * finder.el (finder-mode-hook): New variable.
6613         (finder-mode): Run hook finder-mode-hook
6615 2003-09-18  Masatake YAMATO  <jet@gyve.org>
6617         * progmodes/ebrowse.el: Fix broken magic autoload comments.
6619 2003-09-17  Mario Lang  <mlang@delysid.org>
6621         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
6622         "p %e" to actually print the value in the GUD buffer.
6624 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
6626         From David Ponce <david.ponce@wanadoo.fr>:
6627         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
6628         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
6629         from loaddefs-boot.el if necessary.
6631 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
6633         * progmodes/gud.el (gud-find-class): Make jdb work again since
6634         cc-mode changed the syntactic information.
6636 2003-09-15  David Ponce  <david@dponce.com>
6638         * recentf.el: (recentf-exclude): Accept predicates too.
6639         (recentf-file-readable-p): New function.
6640         (recentf-include-p): Handle predicates in recentf-exclude.
6641         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
6642         (recentf-cleanup): Likewise.
6643         (recentf-save-list): Use write-file to handle backup of
6644         recentf-save-file.
6646 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
6648         * loaddefs-boot.el: Renamed from `loaddefs.el'
6649         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
6650         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
6651         necessary.
6653 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
6655         * electric.el (Electric-pop-up-window): For the `one-window' case,
6656         no longer disconcertingly move point in the original buffer.
6658 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6660         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
6662 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6664         * dired.el (dired-mode-map): Fix typo.
6666 2003-09-11  Richard M. Stallman  <rms@gnu.org>
6668         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
6670 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
6672         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
6673         the function is less noisy.  Now only `kill-buffer' can ask questions.
6675 2003-09-10  Mario Lang  <mlang@delysid.org>
6677         * battery.el: Update Commentary and Copyright.
6678         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
6679         appear due to wrong ordering of the expressions in `or'.
6681 2003-09-09  Lute Kamstra  <lute@gnu.org>
6683         * misc.el (upcase-char): Fix docstring.
6684         (zap-up-to-char): New command.
6686 2003-09-08  David Ponce  <david@dponce.com>
6688         Ensure that recentf correctly updates the menu bar.
6689         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
6690         (recentf-menu-bar): New function.
6691         (recentf-clear-data): Use it
6692         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
6693         of easy-menu-change.
6695 2003-09-08  Lute Kamstra  <lute@gnu.org>
6697         * simple.el (size-indication-mode): New.
6698         * bindings.el (mode-line-position): Add buffer size indicator.
6700 2003-09-04  Mario Lang  <mlang@delysid.org>
6702         * battery.el (battery-linux-proc-acpi): New function.
6703         (battery-status-function): Modify default value calculation to also
6704         check for availability of ACPI.
6705         (battery-echo-area-format): Ditto.
6706         (battery-mode-line-format): Ditto.
6708 2003-09-06  Dave Love  <fx@gnu.org>
6710         * ielm.el (ielm-mode-hook): Add :options.
6712         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
6713         (eldoc-print-current-symbol-info): Use it.
6715 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
6717         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
6718         being displayed in GUD buffer.
6719         (gdb-idle-input-queue): Remove var.  Use just one queue.
6720         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
6721         Remove functions.  Use just one queue.
6722         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
6723         (gdb-invalidate-assembler, gdb-get-current-frame):
6724         Modify functions.  Use just one queue.
6726 2003-09-04  Dave Love  <fx@gnu.org>
6728         * cus-start.el: Add blink-cursor-alist.
6730         * ruler-mode.el (ruler-mode-fill-column-char)
6731         (ruler-mode-current-column-char): Use char-displayable-p,
6732         not window-system.
6734         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
6736         * language/european.el (windows-1252): Move from code-pages.
6738         * language/cyrillic.el ("Windows-1251"): Delete.
6739         ("Bulgarian", "Belarusian"): Remove `features'.
6740         (windows-1251): Move from code-pages.
6742         * international/mule-diag.el (non-iso-charset-alist):
6743         Remove `codepage' stuff.
6744         (print-designation, list-coding-systems-1): Output fixes.
6746         * international/code-pages.el (cp-make-translation-table)
6747         (cp-valid-codes): Made defsubsts.
6748         (cp-fix-safe-chars): Delete.
6749         (mule-diag): Don't require.
6750         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
6751         (top-level): Check for defined coding system when defining
6752         cp... aliases.  Change w32-add-charset-info test to avoid warning.
6753         (non-iso-charset-alist): Defvar when compiling.
6754         (cp-make-coding-system): Doc fix.
6756 2003-09-02  Jason Rumney  <jasonr@gnu.org>
6758         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
6759         line-ends from CVS before doing conversion.
6761 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
6763         * calendar/diary-lib.el (diary-header-line-flag)
6764         (diary-header-line-format): New variables.
6765         (list-diary-entries): Use them to set header line in simple diary.
6767         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
6768         other than font-lock-string-face to highlight backslashes.
6770 2003-09-01  Jason Rumney  <jasonr@gnu.org>
6772         * international/titdic-cnv.el (tit-read-key-value): Include \r in
6773         regexp.
6775 2003-09-01  Dave Love  <fx@gnu.org>
6777         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
6779         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
6780         and :help; also line and column numbers labels.
6782         * international/mule-util.el (char-displayable-p): Move from
6783         latin1-disp, rename and autoload.
6785         * international/latin1-disp.el (latin1-char-displayable-p):
6786         Now obsolete alias.  Replace uses with char-displayable-p.
6787         (latin1-display-ucs-per-lynx): Fix last change.
6789         * international/mule-cmds.el (standard-display-european-internal):
6790         Don't use char code for Latin-1 NBSP.
6791         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
6792         U+2018, U+2019 for `'.
6793         (select-safe-coding-system): Message fix.
6795 2003-09-01  Kenichi Handa  <handa@m17n.org>
6797         * international/fontset.el (setup-default-fontset): For Thai
6798         font, specify "*" family.
6800 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
6802         * progmodes/compile.el (previous-error): Accept a prefix
6803         argument, similarly to next-error.
6805 2003-08-31  Masatake YAMATO  <jet@gyve.org>
6807         * pcvs.el (cvs-do-removal): Use = instead of eq to check
6808         the number of files.  Bind the number of files to a local
6809         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
6811 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
6813         * vc-hooks.el (vc-make-version-backup): Fix the change made on
6814         2003-07-26: msdos-long-file-names is a function, not a variable.
6816 2003-08-29  Richard M. Stallman  <rms@gnu.org>
6818         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
6819         Do nothing with mail-personal-alias-file if it is nil.
6821         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
6822         Do nothing if mail-personal-alias-file is nil.
6824         * term.el (term-exec-1): Bind coding-system-for-read.
6826         * dired.el (dired-mouse-find-file-other-window):
6827         Use dired-view-command-alist here, as in dired-view-file.
6828         (dired-view-command-alist): Use %s to substitute file name.
6829         Handle .ps_pages, .eps, .jpg, .gif, .png.
6831 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
6833         * info.el (Info-mode-map): Bind S-tab and <backtab> to
6834         `Info-prev-reference', instead of M-tab.
6836 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
6838         * simple.el (blink-matching-open): Work correctly on chars that
6839         are designated as parens through the syntax-table text property.
6841 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
6843         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
6844         line break position in the middle of a non-kinsoku (e.g. latin)
6845         word, making it skip until either a space or a character with
6846         category "|".
6847         (kinsoku-longer): Test for end of buffer.
6849 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
6851         * mail/rmail.el (rmail-convert-to-babyl-format):
6852         Detect quoted-printable- and base64-encoded messages and decode them
6853         automatically.  Set the message's encoding from the charset=
6854         header, if any.  Decode base64-encoded messages in Mail format as well.
6856 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6858         * mail/smtpmail.el: Fix previous change.
6859         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
6860         calling smtpmail-via-smtp.
6861         (smtpmail-via-smtp): Add fall-back values for envelope-from.
6863 2003-08-26  John Paul Wallington  <jpw@gnu.org>
6865         * image.el (image-jpeg-p): Don't search beyond length of data.
6867 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6869         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
6870         misfeature in `expand-abbrev' which caused electric keywords like
6871         "else" to disappear if an open brace was typed directly afterwards.
6873 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6875         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
6876         mandatory in `define-widget'.
6878         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
6879         Don't align the operators "!=", "<=" and ">=" as assignment operators.
6881         (c-assignment-operators): New language constant that only contains
6882         the assignment operators.
6884         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
6886 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6888         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6889         Safeguard against unbalanced sexps.
6891 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
6893         * version.el (emacs-version): Check for gtk.  Include gtk version info.
6895 2003-08-25  John Paul Wallington  <jpw@gnu.org>
6897         * man.el (Man-default-man-entry): Don't whizz past the section
6898         number before looking for it.
6900 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
6902         * progmodes/gud.el (gud-display-line): Don't set window-point if
6903         source buffer is not visible.  (Only happens with M-x gdba.)
6905         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
6906         documentation.
6907         (gdb-source, gdb-source-info): Update to assembler unnecessary
6908         as its done after each GDB command anyway.
6909         (gdb-pre-prompt): Use with-current-buffer.
6910         (gdb-insert-field): Add help-echo text.
6911         (gdb-invalidate-assembler): Re-display of assembler now done in
6912         gdb-info-breakpoints-custom.
6913         (gdb-info-breakpoints-custom): Force re-display of assembler to
6914         happen *after* update of breakpoints buffer.
6915         (gdb-display-source-buffer): Don't choke if gdb-source-window
6916         isn't visible.
6917         (gdb-put-string, gdb-put-arrow): Remove free variables.
6919 2003-08-24  John Paul Wallington  <jpw@gnu.org>
6921         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
6923         * man.el (Man-default-man-entry): Strip text properties when
6924         snarfing parts of entry because `format' preserves properties.
6926 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6928         * files.el (file-newest-backup): Use `expand-file-name'.
6930         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
6931         Allow the diary to pop up a new frame, if needed.
6933         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
6934         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
6935         (smtpmail-send-it): Make treatment of envelope-from consistent with
6936         sendmail.el.
6938         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
6939         (sh-leading-keywords): Add the bash `time' reserved word.
6940         (sh-variables): Add some bash variables.
6941         (sh-add-completer): Fix nil branch of case statement.
6943 2003-08-24  Masatake YAMATO  <jet@gyve.org>
6945         * progmodes/ld-script.el: New file.
6947 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
6949         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
6951 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
6953         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
6954         Better explain obsolescence, and what to use instead.
6956 2003-08-23  Masatake YAMATO  <jet@gyve.org>
6958         * pcvs.el (cvs-do-removal): Show the deleted file name
6959         on the prompt.
6961 2003-08-20  Dave Love  <fx@gnu.org>
6963         * international/mule.el (make-coding-system)
6964         (set-buffer-file-coding-system): Doc fix.
6966         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
6968         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
6970         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
6972         * international/utf-16.el: Add mime-text-unsuitable coding system
6973         properties.
6975         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
6977         * cus-edit.el: Add some :links.
6978         (bib): Remove.
6980         * textmodes/bib-mode.el (bib): Add :group external.
6982 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
6984         * wid-edit.el (widget-echo-help): Make it handle expressions that
6985         evaluate to strings.
6987 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
6989         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
6991         Simplify selection of SQL products to define highlighting and
6992         interactive mode.  Includes detailed instructions on adding
6993         support for new products.
6995         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
6996         product for use in highlighting and interactive mode.
6997         (sql-interactive-product): New variable.  SQL product for
6998         sql-interactive-mode.
6999         (sql-product-support): New variable.  Specifies product-specific
7000         parameters to drive highlighting and interactive mode.
7001         (sql-imenu-generic-expression): Add more object types.
7002         (sql-sqlite-options): Correct comment.
7003         (sql-ms-program): Use "osql" rather than "isql".
7004         (sql-prompt-regexp, sql-prompt-length): Update comment.
7005         (sql-mode-menu): Add "Start SQLi session" entry.
7006         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
7007         (sql-mode-abbrev-table): Add abbreviations.  Support of
7008         SYSTEM-FLAG on define-abbrev.  Support was removed with last
7009         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7010         (sql-mode-font-lock-object-name): Add font-lock pattern for object
7011         names.
7012         (sql-mode-ansi-font-lock-keywords): Set as default value.
7013         (sql-mode-oracle-font-lock-keywords): Set as default value.
7014         Support Oracle 9i keywords.
7015         (sql-mode-postgres-font-lock-keywords): Set as default value.
7016         (sql-mode-linter-font-lock-keywords): Set as default value.
7017         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
7018         SQLServer 2000.
7019         (sql-mode-sybase-font-lock-keywords)
7020         (sql-mode-interbase-font-lock-keywords)
7021         (sql-mode-sqlite-font-lock-keywords)
7022         (sql-mode-strong-font-lock-keywords)
7023         (sql-mode-mysql-font-lock-keywords)
7024         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
7025         keywords.
7026         (sql-mode-font-lock-defaults): Update comment.
7027         (sql-product-feature): New function.  Returns feature associated
7028         with a product from `sql-product-support' alist.
7029         (sql-product-font-lock): New function.  Set font-lock support
7030         based on `sql-product'.
7031         (sql-add-product-keywords): New function.  Add font-lock rules to
7032         product-specific keyword variables.
7033         (sql-set-product): New function.  Set `sql-product' and apply
7034         appropriate font-lock highlighting.
7035         (sql-highlight-product): New function.  Set font-lock support
7036         based on a product.  Also set mode name to include product name.
7037         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7038         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7039         Use `sql-set-product'.
7040         (sql-highlight-ms-keywords)
7041         (sql-highlight-sybase-keywords)
7042         (sql-highlight-interbase-keywords)
7043         (sql-highlight-strong-keywords)
7044         (sql-highlight-mysql-keywords)
7045         (sql-highlight-sqlite-keywords)
7046         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
7047         (sql-get-login): Prompt in the same order as the tokens.
7048         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7049         (sql-product-interactive): New function.  Common portions of
7050         product-specific interactive mode wrappers.
7051         (sql-interactive-mode): Rewritten to use product features.
7052         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7053         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7054         (sql-db2, sql-linter): Use `sql-product-interactive'.
7055         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7056         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7057         (sql-connect-ingres, sql-connect-postgres)
7058         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7059         New functions.  Format command line parameters and invoke comint on
7060         the appropriate interpreter.  Code was in the corresponding
7061         `sql-xyz' function before.
7062         (sql-connect-ms): New function.  Support -E argument to use
7063         operating system credentials for authentication.
7065 2003-08-18  Kenichi Handa  <handa@m17n.org>
7067         * international/mule.el (encode-char): Fix for the ASCII case.
7069 2003-08-15  Kenichi Handa  <handa@m17n.org>
7071         * international/fontset.el (setup-default-fontset): Change "*" to
7072         nil in the specifications of font family.
7074 2003-08-18  Kim F. Storm  <storm@cua.dk>
7076         * kmacro.el (kmacro-keymap): Group related bindings in
7077         initialization for clarity.  Bind C-s to start macro.
7078         Remove C-r binding.
7079         (kmacro-initial-counter-value): New defvar to hold initial counter
7080         value in case we set the value before defining a macro.
7081         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7082         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7083         not defining or executing macro.  Doc fix.
7084         (kmacro-add-counter): Clear kmacro-initial-counter-value.
7085         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7086         temporarily view older elements on the macro ring without cycling
7087         the ring.
7088         (kmacro-display): Doc fix.
7089         (kmacro-exec-ring-item): New helper function.
7090         (kmacro-call-ring-2nd): Use it.
7091         (kmacro-call-ring-2nd-repeat): Doc fix.
7092         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7093         (kmacro-end-or-call-macro): Execute last viewed macro (using
7094         kmacro-exec-ring-item) from ring if this follows
7095         kmacro-view-macro.  This allows us to find a macro on the ring
7096         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7097         the ring to bring it to the head of the ring.
7098         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7099         Allow binding to reserved keys without specifying C-x C-k prefix.
7100         Ask for confirmation if entered key sequence is already bound to
7101         a non-macro command.
7102         (kmacro-view-macro): Repeating command will show older elements
7103         on the macro ring; C-k will execute the last viewed macro.
7104         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
7105         property from 'ring to 'head.
7107 2003-08-17  Alan Shutko  <ats@acm.org>
7109         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
7110         keeping December out of the alist.
7112 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
7114         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7115         * calendar/calendar.el (calendar-mode-map): Bind it to key.
7116         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7117         (calendar-flatten): New function.
7118         (calendar-mouse-view-other-diary-entries)
7119         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7120         in the menu title and to show multi-line diary entries correctly
7121         in the menu.
7123 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
7125         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7126         defcustom, because the default was recently changed.
7128 2003-08-16  Richard M. Stallman  <rms@gnu.org>
7130         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7132         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7133         New subroutine, broken out of eval-last-sexp-1.
7134         (eval-last-sexp-1): Use eval-last-sexp-print-value.
7136         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
7138         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
7140         * simple.el (eval-expression): Use eval-last-sexp-print-value.
7142 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
7144         * progmodes/compile.el (compilation-error-regexp-alist):
7145         Add Java ANt error detection as described in document
7146         http://ant.apache.org/faq.html
7148 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
7150         * simple.el (backward-word, forward-to-indentation)
7151         (backward-to-indentation): Argument changed to optional.
7152         (next-line, previous-line): Use `or' instead of `unless'.
7154 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7156         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
7157         instead of a constant.
7159 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
7161         * shell.el (shell): With prefix-arg, suggest a new buffer name.
7163 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
7165         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
7166         (vc-sccs-workfile-version): Search the entire delta table, rather
7167         than just the first entry, because that might be a deleted version.
7169 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
7171         * menu-bar.el (menu-bar-options-menu): Supply a body for the
7172         [save-place] binding in the Options menu.  Have it require
7173         'saveplace' and then toggle the variable manually, to avoid an an
7174         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
7175         for the bug report.
7177 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
7179         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
7180         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
7181         (gdb-info-threads-custom): Add help-echo text.
7182         (gdb-display-back): Don't use purecopy.
7183         (gdb-info-breakpoints-custom, gdb-reset)
7184         (gdb-assembler-custom): Use display-images-p to test if breakpoint
7185         icons can be displayed.
7187 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
7189         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
7191 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
7193         * bookmark.el (bookmark-completing-read):
7194         Return a string, instead of a list of one string.
7195         Use a popup menu if activated from the mouse.
7196         (bookmark-edit-annotation): Remove unused vars.
7197         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
7198         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
7199         to bookmark-completing-read.
7200         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7201         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
7202         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
7203         and erase-buffer.
7204         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
7205         (bookmark-menu-jump, bookmark-menu-insert)
7206         (bookmark-popup-menu-and-apply-function)
7207         (bookmark-menu-popup-paned-bookmark-menu): Remove.
7208         (bookmark-menu-build-paned-menu): Remove by folding it into
7209         bookmark-menu-popup-paned-menu.
7210         (menu-bar-bookmark-map): Move the define-key statements here.
7211         Use the "non-menu" commands since they now pop up a menu if needed.
7212         (bookmark-exit-hook-internal): Simplify.
7214 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
7216         * reftex-toc.el (reftex-toc-rename-label): New function.
7217         (reftex-toc-check-docstruct): New function.
7219         * reftex.el (reftex-region-active-p): New function.
7221         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
7222         regexp to find the \bibliography macro.
7224         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
7225         which does not exist in LaTeX.
7226         (reftex-cite-format-builtin): Added amsrefs support.
7227         (reftex-toc-confirm-promotion): New option
7229         * reftex-toc.el
7230         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
7231         (reftex-toc-demote, reftex-toc-promote)
7232         (reftex-toc-do-promote, reftex-toc-promote-prepare)
7233         (reftex-toc-promote-action, reftex-toc-extract-section-number)
7234         (reftex-toc-newhead-from-alist)
7235         (reftex-toc-load-all-files-for-promotion): New functions.
7236         (reftex-toc-help): Added description of new keys.
7237         (reftex-toc-split-windows-fraction): New option.
7238         (reftex-recenter-toc-when-idle): Search *toc* window on all
7239         visible frames.
7240         (reftex-toc): Additional parameter REUSE
7241         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
7242         with REUSE argument.
7243         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
7244         the call of `reftex-toc'.
7245         (reftex-make-separate-toc-frame): New function .
7246         (reftex-toc-recenter): When called with triple prefix arg, call
7247         `reftex-make-separate-toc-frame' first.
7248         (reftex-toc-toggle-dedicated-frame): New command.
7249         (reftex-toc-quit): Adapted to delete frame when called in
7250         dedicated frame.
7252         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
7253         all enclosing macros.
7256 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7258         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
7259         first use.
7261 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7263         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
7265 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
7267         * calendar/calendar.el (list-diary-entries-hook)
7268         (diary-display-hook, nongregorian-diary-listing-hook)
7269         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
7270         Add some customize options for these hooks.
7271         (calendar-abbrev-construct): Don't try to take a substring longer
7272         than the original string.
7274 2003-08-05  Richard M. Stallman  <rms@gnu.org>
7276         * emacs-lisp/testcover.el (noreturn): Report error if does return.
7277         (testcover-reinstrument-clauses): Doc fix.
7279         * emacs-lisp/warnings.el: Doc fixes, args renamed.
7280         (warning-type-format): Rename from warning-group-format.
7282         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
7283         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
7284         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
7285         to prevent warnings about defvar for an obsolete variable.
7287         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7288         warning-group-format renamed to warning-type-format.
7290         * subr.el (read-passwd): Use clear-string instead of fillarray.
7292         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
7293         Use vconcat instead of concat.
7294         (edmacro-sanitize-for-string): New function.
7296 2003-08-05  Dave Love  <fx@gnu.org>
7298         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
7299         line-number-display-limit-width.
7301         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
7303 2003-08-05  Kenichi Handa  <handa@m17n.org>
7305         * international/code-pages.el: Don't require mule-diag.
7307         * international/mule-diag.el (non-iso-charset-alist):
7308         Add autoload cookie.
7310         * language/devan-util.el (dev-glyph-order): Add an entry for the
7311         glyph code #xC4.
7313 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7315         * calendar/calendar.el (diary-file, diary-file-name-prefix)
7316         (european-calendar-style, diary-date-forms)
7317         (calendar-day-name-array, calendar-month-name-array): Doc change.
7318         (generate-calendar-month): Adapt for new behaviour of
7319         `calendar-day-name' function.
7320         (calendar-abbrev-length, calendar-day-abbrev-array)
7321         (calendar-month-abbrev-array): New variables.
7322         (calendar-abbrev-construct): New function.
7323         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
7324         rather than fixing abbrevs at some width.  Calling syntax change.
7325         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
7326         (calendar-date-string): Adapt for new behaviours of
7327         `calendar-day-name' and `calendar-month-name' functions.
7329         * calendar/diary-lib.el (list-diary-entries): Adapt for new
7330         behaviour of `calendar-day-name' and `calendar-month-name' functions.
7331         (diary-name-pattern): Use abbrev arrays, rather than fixing
7332         abbrevs at three chars.  Calling syntax change.
7333         (mark-diary-entries): Adapt for new behaviours of
7334         `diary-name-pattern' and `calendar-make-alist' functions.
7335         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
7336         `diary-name-pattern' function.
7337         (font-lock-diary-date-forms): Use abbrev arrays, rather than
7338         fixing abbrevs at three chars.  Calling syntax change.
7339         (cal-hebrew, cal-islam): Require when compiling.
7340         (diary-font-lock-keywords): Adapt for new behaviour of
7341         `font-lock-diary-date-forms' function.
7343         * calendar/cal-hebrew.el: Reposition some code so defined before used.
7344         (calendar-hebrew-month-name-array-common-year)
7345         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
7346         (list-hebrew-diary-entries): Adapt for new behaviours of
7347         `calendar-day-name' and `add-to-diary-list' functions.
7348         (mark-hebrew-diary-entries): Adapt for new behaviours of
7349         `diary-name-pattern' and `calendar-make-alist' functions.
7351         * calendar/cal-islam.el (calendar-islamic-month-name-array):
7352         Add doc string.
7353         (list-islamic-diary-entries): Adapt for new behaviours of
7354         `calendar-day-name' and `add-to-diary-list' functions.
7355         (mark-islamic-diary-entries): Adapt for new behaviours of
7356         `diary-name-pattern' and `calendar-make-alist' functions.
7358         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
7359         `calendar-month-name' function.
7361         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
7363         * calendar/solar.el (solar-seasons-data): Move definition before use.
7365         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
7366         (cal-tex-LaTeX-hourbox): Move definition before use.
7368         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
7369         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
7370         lunar.el, solar.el
7371         (displayed-month, displayed-year): Define for compiler.
7373 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7375         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
7376         MODE.  Renamed from c-init-c-language-vars'.
7377         (c-initialize-cc-mode): Change accordingly.
7378         (c-common-init): Ditto.
7379         (c-mode): Ditto.
7380         (c++-mode): Use `c-init-language-vars-for'.
7381         (objc-mode): Ditto.
7382         (java-mode): Ditto.
7383         (idl-mode): Ditto.
7384         (pike-mode): Ditto.
7385         (awk-mode): Ditto.
7387 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7389         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
7390         or not the point moved.
7392         (c-search-decl-header-end): Don't trip up on operator identifiers
7393         in C++ and operators like == in all languages.
7395         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7396         Detect leading labels correctly.
7398 2003-08-02  Andreas Schwab  <schwab@suse.de>
7400         * textmodes/ispell.el: Don't redo key bindings on loading, put
7401         them only in loaddefs.el.
7402         * bookmark.el: Likewise.
7403         * dabbrev.el: Likewise.
7404         * emerge.el: Likewise.
7406         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
7407         has more than one member.
7409         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
7411 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7413         * lpr.el (printify-region): It was ending conversion before the
7414         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
7416 2003-07-31  John Paul Wallington  <jpw@gnu.org>
7418         * net/browse-url.el (browse-url-epiphany): Doc fix.
7420 2003-07-30  Kenichi Handa  <handa@m17n.org>
7422         * international/fontset.el (setup-default-fontset):
7423         Change registry names of Akurti fonts.
7425 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7427         * comint.el (comint-read-noecho): Use `clear-string' instead of
7428         `fillarray'.
7430 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
7432         * outline.el (outline-mode-hook): Add defvar.
7434 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
7436         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
7437         Restore assembler in source window if that is what has been selected.
7438         (menu): Add gdb-restore-windows to menu.  Make gdba
7439         specific menus only visible from gdba.
7441 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7443         * progmodes/compile.el (compilation-environment): New user variable.
7444         (compile-internal): Respect it.
7446 2003-07-23  Masatake YAMATO  <jet@gyve.org>
7448         * progmodes/gud.el (gdb-script-font-lock-keywords):
7449         Put `font-lock-function-name-face' on a symbol which includes
7450         `-' like `hook-run'.  Put font-lock-variable-name-face
7451         on a symbol starting with $.
7453 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
7455         * files.el (set-visited-file-name): Use truename for buffer-file-name.
7457 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7459         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
7461 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
7463         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
7464         Use with-no-warnings.
7465         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
7466         rather than to find-file-not-found-hook, which doesn't exist.
7468 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7470         * international/quail.el (quail-translate-key): Fix previous change.
7472 2003-07-25  John Paul Wallington  <jpw@gnu.org>
7474         * server.el (server-start): Check `server-process' is non-nil
7475         before killing it to avoid killing current buffer's process.
7477         * simple.el (choose-completion-string): Use `minibufferp';
7478         test `completion-reference-buffer' if `buffer' arg is nil.
7479         (push-mark): Use `when' and `unless'.
7480         (pop-mark): Use `when'.
7482         * mouse-sel.el (mouse-sel-get-selection-function):
7483         Check `x-last-selected-text-primary'.  Don't barf if it or
7484         `x-last-selected-text' aren't bound.
7486 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7488         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
7490 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
7492         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
7494 2003-07-23  John Paul Wallington  <jpw@gnu.org>
7496         * tooltip.el (defface tooltip): Inherit from variable-pitch.
7498 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7500         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
7501         string.  Defvar the derived hook.
7503         * macros.el (insert-kbd-macro): Escape double quote character.
7504         From Thomas W Murphy <twm@andrew.cmu.edu>.
7506 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
7508         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
7509         to match the specific mark rather than reusing comment-start-skip.
7511 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
7513         * progmodes/hideshow.el (hs-special-modes-alist):
7514         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
7516 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
7518         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
7519         value using ?\s.
7521 2003-07-21  John Paul Wallington  <jpw@gnu.org>
7523         * subr.el (with-selected-window): Add closing paren.
7525 2003-07-21  Richard M. Stallman  <rms@gnu.org>
7527         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
7528         (lisp-mode): Likewise.
7530         * subr.el (with-selected-window): Copy code form save-selected-window
7531         so as to call select-window with norecord arg.
7532         (dynamic-completion-table): Doc fix.
7533         (lazy-completion-table): Doc fix.
7535         * international/mule-cmds.el (set-locale-environment):
7536         langinfo renamed to locale-info.
7538         * international/mule.el (auto-coding-functions): Doc fix.
7540 2003-07-21  Kenichi Handa  <handa@m17n.org>
7542         * international/quail.el (quail-translate-key):
7543         Update quail-current-str correctly.
7545 2003-07-21  Andreas Schwab  <schwab@suse.de>
7547         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
7548         ?, to "_".
7550 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
7551         Version 2.0.36 of Tramp released.
7553         * net/tramp.el (tramp-default-password-end-of-line): Rename from
7554         tramp-password-end-of-line.
7555         (tramp-password-end-of-line): New method parameter.
7556         (tramp-get-password-end-of-line): Function to access method
7557         parameter `tramp-password-end-of-line', or variable
7558         `tramp-default-password-end-of-line' (default value).
7559         (tramp-methods): Add entries for new parameter
7560         tramp-password-end-of-line.
7561         (tramp-enter-password): Use new function
7562         `tramp-get-password-end-of-line'.
7563         (tramp-handle-insert-file-contents): Do not
7564         unconditionally inhibit the file operation file-local-copy, only
7565         do that when the inhibit-file-name-operation is currently
7566         insert-file-contents.  This fixes finding remote CVS-controlled
7567         files.  (It would barf on inserting the CVS/Entries file
7568         literally, because the file-local-copy handler wasn't called.)
7569         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
7570         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
7571         (tramp-initial-commands): New variable.
7572         (tramp-process-initial-commands): New function, using the variable.
7573         (tramp-open-connection-setup-interactive-shell): Call the new function.
7574         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
7575         method into the buffer name, never use nil.  Reported by Hanak
7576         David <dhanak@inf.bme.hu>.
7577         (tramp-open-connection-setup-interactive-shell): Erase buffer
7578         before sending "stty -onlcr".
7580         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
7582 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
7584         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
7586 2003-07-19  John Paul Wallington  <jpw@gnu.org>
7588         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
7589         (artist-draw-rect, artist-draw-square): Doc fixes.
7591         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
7593         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
7595 2003-07-19  Kenichi Handa  <handa@m17n.org>
7597         * international/kkc.el (kkc-show-conversion-list-update):
7598         Highlight the correct candidate in the message.
7600 2003-07-18  John Paul Wallington  <jpw@gnu.org>
7602         * simple.el (current-word): Don't include punctuation char when
7603         `really-word' arg is non-nil.
7605 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
7607         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
7608         moved to the directory obsolete.
7610 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7612         * info.el (Info-menu-entry-name-re): Allow newlines in
7613         menu entry names.
7615         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
7616         syntax-ppss-after-change-function.
7617         (syntax-ppss-after-change-function): New alias.  Update uses.
7618         (syntax-ppss): Catch the case where the buffer is narrowed.
7620 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7622         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
7623         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
7625 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7627         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
7628         since it might be modified.
7630         * progmodes/cc-langs.el (c++-make-template-syntax-table)
7631         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
7632         names to these language constants.
7634 2003-07-15  Kim F. Storm  <storm@cua.dk>
7636         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
7637         All uses changed.
7639 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
7641         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
7642         Namespace support.
7644 2003-07-13  Juanma Barranquero  <lektu@terra.es>
7646         * frame.el (modify-all-frames-parameters): Reinstall (copyright
7647         papers received).
7649 2003-07-13  Karl Eichwalder  <ke@suse.de>
7651         * textmodes/po.el (po-find-charset): White space at the start of the
7652         Content-Type field body is non-mandatory.
7654 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7656         * textmodes/texinfo.el (texinfo-section-list):
7657         Append appendixsection; a synonym for appendixsec.
7659 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
7661         * man.el (Man-translate-cleanup): New.
7662         (Man-translate-references): Call `Man-translate-cleanup' to clean
7663         leading, trailing and middle spaces.
7665 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
7667         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
7668         Handle `dired-directory' being a list.
7670 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7672         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
7673         it doesn't exist.
7675 2003-07-12  Richard M. Stallman  <rms@gnu.org>
7677         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
7679         * progmodes/cc-defs.el (c-make-keywords-re):
7680         Don't use delete-duplicates.
7681         (c-lang-const): Don't use mapcan.
7683         * apropos.el (apropos-show-scores): Make it customizable.
7684         Document new meaning.
7685         (apropos): Compute scores from symbols.
7686         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
7688 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7690         * ps-bdf.el: Fix copyright line.
7691         (bdf-directory-list): Fix initialization code.
7693 2003-07-11  John Paul Wallington  <jpw@gnu.org>
7695         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
7696         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
7697         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
7699 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
7701         * emacs-lisp/ring.el (ring-elements): Doc fix.
7703 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7705         * calendar/timeclock.el (timeclock-relative)
7706         (timeclock-ask-before-exiting, timeclock-use-display-time):
7707         Doc changes.
7708         (timeclock-modeline-display): Give a message if
7709         `timeclock-use-display-time' is non-nil but `display-time-mode'
7710         is not active.
7712 2003-07-11  Kenichi Handa  <handa@m17n.org>
7714         * international/mule-cmds.el (set-language-environment):
7715         Set current-language-environment to the correct string.
7717 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7719         * ps-print.el: Print line number correctly in a region.  Reported by
7720         Tim Allen <timallen@ls83.fsnet.co.uk>.
7721         (ps-print-version): New version number (6.6.2).
7722         (ps-printing-region): Code fix.
7724 2003-07-10  John Paul Wallington  <jpw@gnu.org>
7726         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
7727         this function can be called from `add-completions-from-tags-table'.
7729 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
7731         * calendar/timeclock.el (timeclock-use-display-time)
7732         (timeclock-day-over-hook, timeclock-workday-remaining)
7733         (timeclock-status-string, timeclock-when-to-leave)
7734         (timeclock-when-to-leave-string, timeclock-log-data)
7735         (timeclock-find-discrep, timeclock-day-base)
7736         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
7737         (timeclock-modeline-display): Set the variable
7738         `timeclock-modeline-display'.
7739         (timeclock-update-modeline): Doc fix.  Respect value of
7740         `timeclock-relative'.
7742 2003-07-09  Richard M. Stallman  <rms@gnu.org>
7744         * textmodes/reftex-parse.el (reftex-all-document-files):
7745         Add autoload cookie.
7747         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
7748         (reftex-scanning-info-available-p): Add autoload cookie.
7750         * international/mule-cmds.el
7751         (set-display-table-and-terminal-coding-system): Delete duplicate
7752         aset on standard-display-table.
7754         * view.el (view-file): If existing buffer's major mode is special,
7755         don't go into view mode.
7757         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
7759 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7761         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
7762         buffer changes; there's third party code that calls this function
7763         directly.
7765 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7767         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
7768         (autodoc-font-lock-keywords): Don't byte compile on font lock
7769         initialization when running from byte compiled files.
7771 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7773         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
7774         statement ends with auto-increment "++".
7776 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7778         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7779         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7780         these are changed, so declare them as variables and not constants.
7782 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
7784         * subr.el (dolist, dotimes): Doc fix.
7786 2003-07-08  Kim F. Storm  <storm@cua.dk>
7788         * international/mule-cmds.el
7789         (set-display-table-and-terminal-coding-system): Don't break
7790         bootstrap if standard-display-table isn't setup yet.
7792 2003-07-07  Richard M. Stallman  <rms@gnu.org>
7794         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
7795         Give it a doc string, and autoload it.
7797         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
7798         Use with-no-warnings.
7800         * info.el (Info-search): If find invisible text, search again.
7802         * isearch.el (search-whitespace-regexp): Add a shy group around it.
7804         * man.el (Man-name-regexp): Match + as part of name.
7806         * simple.el (visible-mode): Rename from vis-mode.
7807         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
7809         * simple.el (current-word): New arg REALLY-WORD specifies
7810         don't include punctuation chars.
7812         * emacs-lisp/debug.el (debug, debugger-env-macro):
7813         Use with-no-warnings while accessing and binding unread-command-char.
7815         * international/mule-cmds.el
7816         (set-display-table-and-terminal-coding-system): Use explicit loop
7817         instead of calling standard-display-default.
7819         * net/ange-ftp.el (ange-ftp-file-symlink-p):
7820         Use condition-case to catch error in ange-ftp-get-files.
7822         * net/browse-url.el (browse-url-browser-function):
7823         Add alternative for Epiphany.
7824         (browse-url-epiphany-program, browse-url-epiphany-arguments)
7825         (browse-url-epiphany-startup-arguments)
7826         (browse-url-epiphany-new-window-is-tab): New variables.
7827         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
7829         * progmodes/compile.el (compile-auto-highlight): Default now t.
7830         (compile): Doc fix.
7831         (compilation-next-error): Fix previous change.
7833         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
7835         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
7837 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
7839         * gdb-ui.el (gdb-source-info): Display current frame when
7840         attaching to an existing process.
7841         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
7842         while laying out windows when attaching to an existing process.
7844 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
7846         * info.el (Info-menu): Use Info-menu-entry-name-re.
7848 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
7850         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
7851         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
7853         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
7854         to match the same text.
7856 2003-07-06  John Paul Wallington  <jpw@gnu.org>
7858         * vc.el (vc-annotate-offset): Move defvar up.
7860 2003-07-06  Kim F. Storm  <storm@cua.dk>
7862         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
7863         This should fix the infinite loop when extracting menu names.
7865 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7867         * files.el (auto-mode-alist, interpreter-mode-alist):
7868         Remove entries to CC Mode modes to avoid duplicates; they are now added
7869         with autoload directives in cc-mode.el.
7871 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7873         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7874         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7875         these are changed, so declare them as variables and not constants.
7877         * progmodes/cc-mode.el: Fix some autoload problems: Try to
7878         ensure that the entry for ".c" extension comes before the one for
7879         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
7880         Fix incorrect entries that were added to `interpreter-mode-alist'.
7881         Move the autoload directives for AWK to the top level since they
7882         aren't recognized anywhere else.  Do not use the new AWK mode doc
7883         in the autoload form for the old AWK mode.
7885 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7887         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
7888         (bibtex-sort-ignore-string-entries): Default value t.
7889         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
7890         erroneously in previous version.
7891         (bibtex-string-files): Docstring reflects new parsing scheme.
7892         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
7893         docstring, add # as one of the chars to crush
7894         (bibtex-autokey-prefix-string, bibtex-autokey-names)
7895         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
7896         (bibtex-autokey-name-change-strings)
7897         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
7898         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
7899         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
7900         (bibtex-autokey-title-terminators)
7901         (bibtex-autokey-titlewords-stretch)
7902         (bibtex-autokey-titleword-ignore)
7903         (bibtex-autokey-titleword-case-convert)
7904         (bibtex-autokey-titleword-abbrevs)
7905         (bibtex-autokey-titleword-abbrevs)
7906         (bibtex-autokey-titleword-change-strings)
7907         (bibtex-autokey-titleword-length)
7908         (bibtex-autokey-titleword-separator)
7909         (bibtex-autokey-name-year-separator)
7910         (bibtex-autokey-year-title-separator)
7911         (bibtex-autokey-before-presentation-function)
7912         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
7913         Fix docstring.
7914         (bibtex-strings, bibtex-reference-keys):
7915         Use lazy-completion-table and make-variable-buffer-local.
7916         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
7917         (bibtex-braced-string-syntax-table)
7918         (bibtex-quoted-string-syntax-table): New variables.
7919         (bibtex-parse-nested-braces): Remove.
7920         (bibtex-parse-field-string): Use syntax table and forward-sexp.
7921         (bibtex-parse-association): Simplify.
7922         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
7923         (bibtex-parse-field-text): Simplify.
7924         (bibtex-search-forward-field, bibtex-search-backward-field):
7925         argument BOUND can take value t.
7926         (bibtex-start-of-field, bibtex-start-of-name-in-field)
7927         (bibtex-end-of-name-in-field, bibtex-end-of-field)
7928         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
7929         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
7930         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
7931         (bibtex-skip-to-valid-entry): Return buffer position of beginning
7932         and ending of entry.  Update for changes of bibtex-search-entry.
7933         Simplify.
7934         (bibtex-map-entries): FUN is called with three arguments.
7935         (bibtex-search-entry): Return a cons pair with buffer positions of
7936         beginning and end of entry.
7937         (bibtex-enclosing-field): Simplify.
7938         (bibtex-format-entry): Use booktitle to set a missing title.
7939         (bibtex-autokey-get-names): Fiddle with regexps.
7940         (bibtex-generate-autokey): Use identity.
7941         (bibtex-parse-keys): Use simplified parsing algorithm if
7942         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
7943         arguments.  Return alist of keys.
7944         (bibtex-parse-strings): Simplify.  Return alist of strings.
7945         (bibtex-complete-string-cleanup): Fix docstring.
7946         (bibtex-read-key): New function.
7947         (bibtex-mode): Fix docstring.  Do not parse for keys and
7948         strings when the mode is entered.  Set fill-paragraph-function to
7949         bibtex-fill-field.  Setup font-lock-mark-block-function the way
7950         font-lock intended.
7951         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
7952         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
7953         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
7954         (bibtex-Preamble): Avoid hard coded constants.
7955         (bibtex-make-field): Fix docstring.  Simplify.
7956         (bibtex-beginning-of-entry): Always return new position of point.
7957         (bibtex-end-of-entry): Rearrange cond clauses.
7958         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
7959         Update for changes of bibtex-map-entries.
7960         (bibtex-ispell-abstract): Do not move point.
7961         (bibtex-entry-index): Use downcase.  Simplify.
7962         (bibtex-lessp): Handle catch-all.
7963         (bibtex-find-crossref): Turn into a command.
7964         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
7965         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
7966         preamble entries.
7967         (bibtex-fill-field-bounds): New function.
7968         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
7969         (bibtex-fill-entry): Use bibtex-fill-field-bounds
7970         (bibtex-String): Use bibtex-strings.  Always obey
7971         bibtex-sort-ignore-string-entries.
7973 2003-07-05  John Paul Wallington  <jpw@gnu.org>
7975         * cus-theme.el (customize-create-theme):
7976         Call `customize-create-theme' in Reset widget's notify function.
7978         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
7979         (ibuffer-mark-interactive): Use `or' instead of `unless'.
7980         (define-ibuffer-column name): Add summarizer.
7981         (define-ibuffer-column size): Likewise.
7982         (define-ibuffer-column filename): Likewise.
7983         (define-ibuffer-column process): Likewise.  Change BODY's output too.
7984         (define-ibuffer-column filename-and-process): Likewise, likewise.
7985         (ibuffer): Remove local vars `already-in' and `need-update'.
7987         * ibuf-ext.el: Don't require `derived' at compile-time.
7989 2003-07-05  Kim F. Storm  <storm@cua.dk>
7991         * info.el: Disable paragraph refilling.
7992         (Info-refill-paragraphs): New defcustom.
7993         (Info-fontify-node): Use it.
7995 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
7997         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
7998         thingies from constructors created by defstruct.
8000         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8001         the default value of the variable.
8002         (byte-code-meter): Move declaration to top level.
8004         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8006         * info.el (Info-following-node-name-re): New fun.
8007         (Info-following-node-name): Remove.
8008         (Info-insert-dir): Use the new fun.
8009         (Info-extract-pointer): Don't save restriction; use new fun.
8010         (Info-menu-entry-name-re): New const.
8011         (Info-menu-entry-name-re): Use it along with new fun.
8012         (Info-node-spec-re): Use new fun.
8013         (Info-complete-menu-item, Info-fontify-node): Use new const.
8014         (Info-goto-node, Info-follow-reference, Info-menu-update):
8015         Use match-string.
8016         (Info-follow-reference): Use assoc-string.
8017         Use a list of strings for the completion table.
8018         (Info-fontify-node): Use match-string, line-end-position.
8019         Limit the search for `node:' to the first line.
8021         * newcomment.el (uncomment-region): Remove padding coming from
8022         comment-start rather than just from comment-padding.
8024         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8025         (vc-cvs-stay-local-p): Use vc-stay-local-p.
8026         (vc-cvs-rename-file): Remove (use the default).
8027         (vc-cvs-register): Register parent dir if needed.
8028         (vc-cvs-could-register): Return non-nil if parent can be registered.
8029         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8030         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8032         * vc-svn.el (vc-svn-use-edit): Make it into a const.
8033         (vc-svn-update): Fix the arguments to `svn'.
8034         (vc-svn-diff-tree): Just use `vc-svn-diff'.
8035         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8036         Simple implementations, assuming `name' is a URL.
8038         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8039         set of chars allowed unquoted in a case pattern.
8041         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8043         * font-lock.el (font-lock-extra-types-widget)
8044         (c-font-lock-extra-types, c++-font-lock-extra-types)
8045         (objc-font-lock-extra-types, java-font-lock-extra-types)
8046         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8047         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8048         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8049         (font-lock-match-c++-structor-declaration)
8050         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8051         (c++-font-lock-keywords-3, c++-font-lock-keywords)
8052         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8053         (objc-font-lock-keywords-3, objc-font-lock-keywords)
8054         (java-font-lock-keywords-1, java-font-lock-keywords-2)
8055         (java-font-lock-keywords-3, java-font-lock-keywords)
8056         (java-font-lock-syntactic-face-function): Remove obsolete code
8057         and constants.  It's all in cc-fonts.el now.
8059 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
8061         * mail/sendmail.el (mail-specify-envelope-from)
8062         (mail-envelope-from): Doc fix.
8064 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
8066         * generic-x.el: Do away with the dependency on `c-emacs-features'
8067         when populating `rul-generic-mode-syntax-table'; we already know
8068         this isn't XEmacs.
8070 See ChangeLog.10 for earlier changes.
8072 ;; Local Variables:
8073 ;; coding: iso-2022-7bit
8074 ;; End:
8076     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
8077   Copying and distribution of this file, with or without modification,
8078   are permitted provided the copyright notice and this notice are preserved.
8080 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1