(dired-do-redisplay, dired-maybe-insert-subdir): Change interactive
[emacs.git] / lisp / ChangeLog
blob3dd496838e2d65829bc2ee1350adf51f5258ff71
1 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
3         * dired-x.el (dired-omit-mode): Rename from
4         dired-omit-files-p. Use define-minor-mode to define it.
5         (dired-omit-files-p): Add as alias for dired-omit-mode.
6         (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
7         dired-mark-omitted.
8         (dired-mark-omitted): Add. Bind to M-O.
10 2004-06-05  Kenichi Handa  <handa@m17n.org>
12         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14 2004-06-05  Juanma Barranquero  <lektu@terra.es>
16         * help-fns.el (help-argument-name): Reintroduce face.
17         (help-default-arg-highlight): Use it, now that
18         `face-differs-from-default-p' can be trusted.
20 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
22         * textmodes/table.el: Sentence commands added to Point Motion
23         group; kill and backward-kill commands added to Extraction group.
25 2004-06-04  Mario Lang  <mlang@delysid.org>
27         * battery.el (battery-linux-proc-acpi): mA was hardcored, but some
28         systems appear to use mW, make the code handle this.  Fix a
29         division-by-zero bug while at it, and handle kernels with
30         a slightly different layout in /proc/acpi.
32 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
34         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
35         because the latter is a CL-ism.  This fixes the bug reported by
36         Shawn Boyette <mdxi@collapsar.net> in
37         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
39 2004-06-04  Miles Bader  <miles@gnu.org>
41         * faces.el (display-supports-face-attributes-p): Function moved to
42         C code.  Previously only the tty-related portion of this function
43         was done in C; however the previous attempt to do a halfway-proper
44         job for non-tty displays in lisp didn't work properly because of
45         funny conditions during Emacs startup.
46         (face-differs-from-default-p): Simplify, now that
47         display-supports-face-attributes-p works properly on all display
48         types.  Remove :stipple from comparison; it doesn't really work
49         in emacs anyway.
51 2004-06-04  Miles Bader  <miles@gnu.org>
53         * faces.el (face-differs-from-default-p): Use a different
54         implementation, so we can really check whether FACE displays
55         differently or not.
57 2004-06-04  Miles Bader  <miles@gnu.org>
59         * faces.el (display-supports-face-attributes-p): Implement a
60         `different from default' check for non-tty displays.
62 2004-06-03  David Kastrup  <dak@gnu.org>
64         * woman.el (woman-mapcan): More concise code.
65         (woman-topic-all-completions, woman-topic-all-completions-1)
66         (woman-topic-all-completions-merge): Replace by a simpler and
67         much faster implementation based on O(n log n) sort/merge instead
68         of the old O(n^2) behavior.
70 2004-06-03  Miles Bader  <miles@gnu.org>
72         * subr.el (read-number): Use canonical format for default in prompt.
74         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps): Add
75         regexp for " [...]" style defaults.
77 2004-06-02  Romain Francoise  <romain@orebokech.com>
79         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
80         groups: if the user asks for a hidden buffer, open the
81         corresponding filter group to expose it.
83         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
84         `ibuffer-jump-to-buffer'.
85         (ibuffer-jump-offer-only-visible-buffers): New user option.
87 2004-06-02  Juanma Barranquero  <lektu@terra.es>
89         * faces.el (frame-update-faces): Add empty docstring so the one
90         for `ignore' doesn't show through.
92         * subr.el (process-kill-without-query): Remove spurious "\n" on
93         obsolescence string.
94         (focus-frame, unfocus-frame): Add obsolescence declaration and
95         empty docstring.
97         * international/mule.el (register-char-codings): Make alias for
98         `ignore'.  Move docstring to obsolescence info and remove
99         redundancy.
101 2004-06-02  Kim F. Storm  <storm@cua.dk>
103         * frame.el (blink-cursor-start): Turn cursor off initially so blink
104         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
106 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
108         * vc-arch.el (vc-arch-state): Don't assume the file exists.
110 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
112         * desktop.el (desktop-save): Don't save minor modes without a
113         known mode initialization function.
115 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
117         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
119         * autorevert.el: Update `Commentary' section.
121 2004-05-30  Juanma Barranquero  <lektu@terra.es>
123         * dos-fns.el (convert-standard-filename):
124         * files.el (convert-standard-filename):
125         * w32-fns.el (convert-standard-filename):
126         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
128 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
130         Sync with Tramp.
132         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
133         (tramp-let-maybe): Move to an earlier spot in the file.
134         Patch by Andreas Schwab.
136 2004-05-30  Andreas Schwab  <schwab@suse.de>
138         * dired.el (dired-get-filename): Don't use dired-re-dot.
140 2004-05-30  Richard M. Stallman  <rms@gnu.org>
142         * files.el (find-file): Doc fix.
144         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
146 2004-05-30  Nick Roberts  <nickrob@gnu.org>
148         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
149         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
150         modeline of the locals buffer.
151         (gdb-goto-breakpoint): Handle gdbmi.
152         (gdb-get-frame-number): Change for gdbmi.
154 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
156         * files.el (file-remote-p): Apply file name handler for operation
157         `file-remote-p'.  It isn' a property any longer.
158         (file-relative-name): `fh' and `fd' get the required value via
159         `find-file-name-handler' already.
161         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
162         (top): Remove setting of `file-remote-p' property for
163         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
165 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
167         Version 2.0.41 of Tramp released.
169         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
170         Throw away if process has died.
171         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
172         (tramp-out-of-band-prompt-regexp): Rename to
173         `tramp-process-alive-regexp', because its usage is widen.
174         (tramp-actions-copy-out-of-band): Apply it.
175         (tramp-actions-before-shell, tramp-multi-actions):
176         Add `tramp-action-process-alive' action.
177         (tramp-action-process-alive): New defun.
178         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
179         Add entry for `file-remote-p'.
180         (tramp-handle-file-remote-p): New defun.
181         (top): Remove setting of `file-remote-p'.  Don't set
182         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
184         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
185         `file-remote-p'.
187         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
188         counted for (last) line.  [They should or they shouldn't?  --Stef]
189         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
191 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
193         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
194         not really necessary but seems to keep the shell history smaller
195         in some cases.  It is no substitute for setting HISTFILE and
196         HISTSIZE from tramp-open-connection-setup-interactive-shell,
197         though.  Suggested by Luc Teirlinck.
198         (tramp-open-connection-setup-interactive-shell): Export variables
199         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
200         (tramp-set-process-query-on-exit-flag): New compat function.
201         (tramp-open-connection-multi, tramp-open-connection-su)
202         (tramp-open-connection-rsh, tramp-open-connection-telnet)
203         (tramp-do-copy-or-rename-file-out-of-band): Use it.
204         (tramp-let-maybe): New macro, let-binds a variable only if it
205         isn't obsolete.
206         (tramp-check-ls-commands, tramp-handle-expand-file-name)
207         (tramp-handle-file-truename): Use it.
208         (tramp-completion-file-name-regexp-unified): Avoid matching
209         filenames starting with "/:" -- those are reserved for
210         file-name-non-special.
212         * tramp-smb.el (tramp-smb-open-connection):
213         Use tramp-set-process-query-on-exit-flag compat function.
215 2004-05-29  Richard M. Stallman  <rms@gnu.org>
217         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
219         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
220         (eval-last-sexp-print-value): Print char equivalent regardless
221         of standard-output value.
223         * thumbs.el (thumbs-subst-char-in-string): Delete.
224         (thumbs-thumbname): Use subst-char-in-string.
225         (thumbs-resize-image): Use condition-case, not ignore-errors.
226         (thumbs-kill-buffer): Likewise.
228         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
229         (thumbs-mode): Make buffer read-only.
230         (thumbs-make-thumb): Unconditionally accept an existing file.
231         (thumbs-insert-thumb): Add thumb-image-file property to the image.
232         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
233         (thumbs-show-thumbs-list): Error if images not supported.
234         (thumbs-save-current-image): Improve prompt string.
235         (thumbs-mode-map): Define u, R, x.
236         (thumbs-unmark): New command.
237         (thumbs-emboss-image): Minor cleanup.
238         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
239         (thumbs-rename-images): New command.
240         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
242         * thumbs.el (thumbs-current-image): New function.
243         (thumbs-file-list, thumbs-file-alist): New functions.
244         (thumbs-find-image): Delete arg L.
245         Don't set up thumbs-fileL as buffer-local global var.
246         (thumbs-find-image-at-point): Use thumbs-current-image.
247         (thumbs-set-image-at-point-to-root-window): Likewise.
248         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
249         Record and warn about errors.  Update thumbs-markedL for deletions.
250         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
251         (thumbs-redraw-buffer): Use thumbs-file-list.
252         (thumbs-mark): Use thumbs-current-image.
253         (thumbs-show-name): Use thumbs-current-image.
255         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
256         and imenu--last-menubar-index-alist.
258         * subr.el (with-selected-window): Undo previous change.
260 2004-05-29  John Paul Wallington  <jpw@gnu.org>
262         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
263         (thumbs-mouse-find-image): New command.
264         (thumbs-mode-map): Bind it to mouse-2.
265         (thumbs-mode): Make mode-class special.
266         (thumbs-view-image-mode): Likewise.
268 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
270         * flymake.el: New file.
272 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
274         * files.el (find-file-noselect-1): Do not bind
275         `inhibit-read-only' to t during execution of
276         `find-file-not-found-functions'.
278 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
280         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
281         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
283 2004-05-28  Juri Linkov  <juri@jurta.org>
285         * simple.el (eval-expression-print-format): New fun.
287         * simple.el (eval-expression):
288         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
289         * emacs-lisp/edebug.el (edebug-compute-previous-result)
290         (edebug-eval-expression): Print additionally the value returned by
291         `eval-expression-print-format'.
293         * emacs-lisp/lisp.el (insert-pair-alist): New var.
294         (insert-pair): Make arguments optional.  Find character pair
295         from `insert-pair-alist' according to the last input event.
296         (insert-parentheses): Make arguments optional.
297         (raise-sexp, delete-pair): New funs.
299         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
300         (emacs-lisp-mode-map, lisp-interaction-mode-map):
301         Bind C-M-q to `indent-pp-sexp'.
303         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
304         `pp-to-string' modified to be able to format text with newlines.
305         (pp-to-string): Move the buffer-formatting part of the code to
306         `pp-buffer'.  Call `pp-buffer'.
308         * info.el (Info-desktop-buffer-misc-data): Don't save information
309         about virtual files.
310         (Info-restore-desktop-buffer): Restore Info buffers in prepared
311         buffers with names obtained from the desktop file instead of the
312         default *info* buffer.
314 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
316         * subr.el (with-selected-window): Only save/restore the selected window.
318         * progmodes/compile.el (compilation-error-regexp-alist):
319         Use expand-file-name and data-directory.
321         * progmodes/grep.el (grep-tree): Rework previous fix.
323         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
324         after the user marked text with the mouse.
326         * startup.el (command-line): Keep the first regexp of
327         auto-save-file-name-transforms intact.
329 2004-05-28  Juanma Barranquero  <lektu@terra.es>
331         * cus-edit.el (customize-face, customize-face-other-window)
332         (custom-face-edit-delete): Make arguments match their use in
333         docstring.
334         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
335         docstring.
337         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
338         not `cvs-butlast'.
340         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
341         `nbutlast' are in subr.el).
343         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
344         (set-w32-system-coding-system): Doc fixes.
346         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
347         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
348         Make arguments match their use in docstring.
349         (artist-draw-region-trim-line-endings)
350         (artist-mouse-choose-operation): Fix typo in docstring.
351         (artist-key-set-point-common): Doc fix.
353 2004-05-28  Simon Josefsson  <jas@extundo.com>
355         * mail/smtpmail.el (smtpmail-open-stream):
356         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
358 2004-05-26  Simon Josefsson  <jas@extundo.com>
360         * starttls.el: Merge with my GNUTLS based starttls.el.
361         (starttls-gnutls-program, starttls-use-gnutls)
362         (starttls-extra-arguments, starttls-process-connection-type)
363         (starttls-connect, starttls-failure, starttls-success): New variables.
364         (starttls-program, starttls-extra-args): Doc fix.
365         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
366         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
367         and pass on to corresponding *-gnutls function if it is set.
369 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
371         * autorevert.el (auto-revert-handler): Disable auto-reverting of
372         remote files.
374 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
376         * files.el (file-name-non-special): There are more operations
377         which need handling: `find-backup-file-name',
378         `insert-file-contents', `verify-visited-file-modtime',
379         `write-region'.  Rename t value of method to `add'.  Add new
380         methods `quote' and `unquote-then-quote' to file-arg-indices.
382 2004-05-25  Juri Linkov  <juri@jurta.org>
384         * info.el (Info-toc): Call Info-mode on intermediate buffer.
385         (Info-index-nodes): Enclose code in condition-case to catch errors.
386         (Info-index-node): Don't search all index nodes if request is only
387         for the current node and file is not in the cache of index nodes.
388         (Info-mode-map): Bind Info-copy-current-node-name to `w'
389         for consistency with dired-copy-filename-as-kill.
390         Bind `S' to Info-search-case-sensitively.
391         (Info-copy-current-node-name): New arg.  With zero prefix arg put
392         the name inside a function call to `info'.  Display copied text in
393         the echo area.
395 2004-05-25  Sam Steingold  <sds@gnu.org>
397         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
398         strip the package prefix from the symbol name, if any.
399         Make it the `find-tag-default-function' for `lisp-mode'.
401 2004-05-25  John Paul Wallington  <jpw@gnu.org>
403         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
404         instead of obsolete `process-kill-without-query'.
406         * textmodes/texinfmt.el (texinfo-indexvar-alist):
407         Declare as variable, not constant.
409 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
411         * files.el (find-file-noselect-1): Fix bug introduced by
412         Revision 1.694.  As a side effect, `inhibit-read-only'
413         is again, by default, t during execution of
414         `find-file-not-found-functions'.
415         (insert-directory): Check that lines were really inserted by
416         the --dired switch, before erasing them.
418 2004-05-24  Nick Roberts  <nickrob@gnu.org>
420         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
421         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
422         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
423         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
424         gud-minor-mode (gdbmi).
426 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
428         * net/browse-url.el (browse-url-interactive-arg): Enable user to
429         explicitly select the text to be taken as URL.
431 2004-05-23  Juri Linkov  <juri@jurta.org>
433         * info.el (Info-index-nodes): New var and fun.
434         (Info-goto-index, Info-index, info-apropos)
435         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
436         (Info-index): Fix docstring.  Store and restore Info-history-list.
437         (Info-complete-nodes): New var.
438         (Info-complete-menu-item): Use it.
439         (Info-index-node): New fun.
440         (Info-final-node, Info-forward-node, Info-backward-node)
441         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
442         Use Info-index-node.
443         (Info-extract-menu-item, Info-extract-menu-counting): Set second
444         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
445         (Info-find-node-2): If a node with period in its name not found,
446         try to find a node without the name part after period.
447         (Info-select-node): Call Info-fontify-node only if
448         Info-fontify-maximum-menu-size is not nil.
449         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
450         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
451         Preserve Info-history-list.
452         (Info-toc): Set Info-current-file.
453         (Info-build-toc): Move point to the beginning of the buffer.
454         Add main-file variable.
455         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
456         Use backslashed representation of the control character ^_.
458         * textmodes/texinfmt.el (texinfo-print-index): Print index line
459         numbers in the new Texinfo 4.7 format.
461         * add-log.el (change-log-font-lock-keywords): Remove `:' from
462         regexps for function and variable names.
464         * descr-text.el (describe-property-list): Add [show] button for
465         `syntax-table' property with action to pp to a separate buffer.
466         (describe-char): Replace search-forward by re-search-forward with
467         whitespace regexp after "character:" to not fail in too narrow windows.
469         * simple.el (next-error-find-buffer): Add a rule to return
470         next-error capable buffer if one window on the selected frame
471         displays such buffer.
473 2004-05-23  Nick Roberts  <nickrob@gnu.org>
475         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
476         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
477         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
478         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
479         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
480         Handle new value for gud-minor-mode (gdbmi).
481         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
482         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
483         Change from local to global gdb variable set.
484         (gdb-ann3): Initialise above gdb variable set.
485         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
486         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
487         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
488         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
489         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
490         (gdb-info-locals-handler, gdb-invalidate-assembler)
491         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
492         set as global variables.
493         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
494         Handle gdbmi.
495         (gdb-info-breakpoints-custom): Fix regexp.
496         (def-gdb-var): Delete.
498         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
499         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
500         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
501         a new mode.  The file (gdb-mi.el) for this mode will be included
502         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
503         primary interface.
505 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
507         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
508         interpreted as a directory.
510 2004-05-22  Richard M. Stallman  <rms@gnu.org>
512         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
513         as a close quote.
515         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
517         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
518         Use assoc-string, not assoc-ignore-case.
520         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
522         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
523         If moving back then fwd gets a defun that ends before point,
524         try again moving fwd then back.
526         * files.el (file-name-non-special): Allow t in file-arg-indices
527         to mean requote the return value.  Use `identity' as an element
528         rather than as the whole value.
530         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
532 2004-05-22  Juanma Barranquero  <lektu@terra.es>
534         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
535         `help-make-usage'.
536         (help-highlight-arguments): Skip function name before searching
537         for arguments.
539 2004-05-21  Juanma Barranquero  <lektu@terra.es>
541         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
542         Don't mention in the docstring these arguments meant for
543         internal (recursive) use only.
544         (allout-char-spec): Comment out (it's not implemented).
545         (allout-old-expose-topic, allout-exposure): Fix docstring and add
546         obsolescence declaration.
547         (allout-flatten-exposed-to-buffer)
548         (allout-indented-exposed-to-buffer): Fix typos in docstring.
549         (my-mark-marker): Doc fix.
550         (produce-allout-mode-map, allout-sibling-index)
551         (allout-isearch-expose, allout-distinctive-bullet)
552         (allout-open-topic, allout-reindent-body)
553         (allout-rebullet-heading, allout-process-exposed)
554         (allout-insert-listified, allout-latex-verb-quote)
555         (allout-insert-latex-header, allout-insert-latex-trailer):
556         Make arguments match their use in docstring.
557         (allout-primary-bullet, allout-old-style-prefixes)
558         (allout-inhibit-protection, allout-init, allout-mode)
559         (allout-before-change-protect, allout-flag-region):
560         Use "Emacs" instead of "emacs" in docstrings.
562 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
564         * international/characters.el: Modify syntax of more characters.
566 2004-05-21  Masatake YAMATO  <jet@gyve.org>
568         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
569         (etags-tags-completion-table): Show parsing progress.
571 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
573         * locate.el (locate-prompt-for-command): Shorten first line of
574         docstring.
575         (locate-mode): Expand docstring and include keymap summary.
577         * files.el (find-file-noselect-1): Limit the scope of the
578         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
579         is, by default, nil during the execution of
580         `find-file-not-found-functions' and `find-file-hook'.
582 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
584         * facemenu.el (facemenu-color-name-equal): New function.
585         (list-colors-display): Use it to compare colors instead of
586         facemenu-color-equal.
588 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
590         * compare-w.el (compare-windows-face): Use min-colors instead of
591         checking for tty or pc types.
593 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
595         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
596         (completion-setup-function): Use with-current-buffer.
597         Properly save excursion.  Simplify.
598         Don't assume there is necessarily a `mouse-face' property somewhere.
600         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
602         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
604         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
605         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
606         Use with-current-buffer.
607         (byte-goto-log-buffer): Delete.
608         (byte-compile-log-file): Call compilation-forget-errors.
610 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
612         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
613         output messages into the search result.
615 2004-05-19  Masatake YAMATO  <jet@gyve.org>
617         * wid-edit.el (widget-radio-button-notify): Revert my last
618         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
620 2004-05-19  Kenichi Handa  <handa@m17n.org>
622         * international/characters.el: Fix syntax (open/close) of CJK chars.
624 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
626         * help-mode.el (help-go-back): Don't depend on position of back button.
628 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
630         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
631         files files don't contain an accidental additional /.
633         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
634         in source buffer.
636 2004-05-18  Masatake YAMATO  <jet@gyve.org>
638         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
639         to widget-apply.  :action method assumes 2 arguments, not 3.
641 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
643         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
644         New constants.
645         (hs-special-modes-alist): Add an f90-mode entry.
647 2004-05-17  Sam Steingold  <sds@gnu.org>
649         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
650         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
652 2004-05-16  Kim F. Storm  <storm@cua.dk>
654         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
656 2004-05-15  John Wiegley  <johnw@newartisans.com>
658         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
659         (eshell-output-object-to-target): Improve output speed 20% by not
660         calling `eshell-stringify' if something is already known to be a string.
662 2004-05-15  Alex Ott  <ott@jet.msk.su>
664         * textmodes/ispell.el (ispell-local-dictionary-alist):
665         Add windows-1251 to the choice of coding systems.
666         (ispell-dictionary-alist-6): Add support for "russianw.aff",
667         encoded in cp1251.
669 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
671         * progmodes/compile.el (compilation-warning-face)
672         (compilation-info-face): Use min-colors.
674 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
676         * toolbar/close.pbm, toolbar/close.xpm
677         * toolbar/copy.pbm, toolbar/copy.xpm
678         * toolbar/cut.pbm, toolbar/cut.xpm
679         * toolbar/help.pbm, toolbar/help.xpm
680         * toolbar/home.pbm, toolbar/home.xpm
681         * toolbar/index.pbm, toolbar/index.xpm
682         * toolbar/jump_to.pbm, toolbar/jump_to.xpm
683         * toolbar/left_arrow.pbm, toolbar/left_arrow.xpm
684         * toolbar/new.pbm, toolbar/new.xpm
685         * toolbar/open.pbm, toolbar/open.xpm
686         * toolbar/paste.pbm, toolbar/paste.xpm
687         * toolbar/preferences.pbm, toolbar/preferences.xpm
688         * toolbar/print.pbm, toolbar/print.xpm
689         * toolbar/right_arrow.pbm, toolbar/right_arrow.xpm
690         * toolbar/save.pbm, toolbar/save.xpm
691         * toolbar/saveas.pbm, toolbar/saveas.xpm
692         * toolbar/search.pbm, toolbar/search.xpm
693         * toolbar/spell.pbm, toolbar/spell.xpm
694         * toolbar/undo.pbm, toolbar/undo.xpm
695         * toolbar/up_arrow.pbm, toolbar/up_arrow.xpm: New icons from
696         GTK+ version 2.
699 2004-05-15  Kim F. Storm  <storm@cua.dk>
701         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
702         Use it to set triggered-p element of timer.
703         (timer-event-handler): Set triggered-p element non-nil while running
704         the timer function.
706 2004-05-14  David Ponce  <david@dponce.com>
708         * tree-widget.el: New file.
710 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
712         * language/european.el ("Brazilian Portuguese"): Add support for
713         Brazilian Portuguese.
715 2004-05-13  John Wiegley  <johnw@newartisans.com>
717         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
718         `recentf-mode' if this variable has been customized to t.
720         * eshell/esh-test.el (eshell-test): Call the function
721         `emacs-version' rather than trying to build a custom version string.
723 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
725         * net/telnet.el (telnet-mode): Use define-derived-mode.
726         Don't modify the global value of comint-prompt-regexp.
728 2004-05-13  John Paul Wallington  <jpw@gnu.org>
730         * version.el (emacs-version): Check for `gtk' feature before
731         `x-toolkit' feature.
733 2004-05-13  Juanma Barranquero  <lektu@terra.es>
735         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
736         arguments in the docstring, they're used only in recursive calls.
738         * help-fns.el (help-arg-highlighting-function)
739         (help-argument-name): Delete.
740         (help-default-arg-highlight): New function.
741         (help-do-arg-highlighting): Use it.
743 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
745         * calendar/appt.el (appt-disp-window):
746         Use `calendar-set-mode-line' for a centered mode-line.
748 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
750         * calendar/appt.el (appt-disp-window): Do not split window
751         excessively when `split-height-threshold' is low.
753 2004-05-12  Nick Roberts  <nickrob@gnu.org>
755         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
756         kill-buffer-hook here and make it local.
757         (gud-kill-buffer-hook): Use kill-process for a sure kill.
759 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
761         * progmodes/compile.el (compilation-set-window-height):
762         Use save-excursion to protect against misplaced marker.
764 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
766         * custom.el (defface): Document that type can have value gtk.
768         * faces.el (face-spec-set-match-display): Handle type gtk in display.
770 2004-05-12  Kenichi Handa  <handa@m17n.org>
772         * descr-text.el: Require quail at comile time.
773         (describe-char): If an input method is on and it supports the
774         character, show how to input it.
776         * international/quail.el (quail-install-decode-map): Accept a
777         char-table whose subtype is `quail-decode-map'.
778         (quail-store-decode-map-key, quail-gen-decode-map1)
779         (quail-gen-decode-map, quail-find-key1, quail-find-key)
780         (quail-show-key): New functions.
782 2004-05-12  Juanma Barranquero  <lektu@terra.es>
784         * generic.el (define-generic-mode): Remove redundant arglist info.
786         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
787         Make arguments match their use in docstring.
788         (help-arg-highlighting-function): New variable.
789         (help-argument-name): Mention it in the docstring.
790         (help-do-arg-highlight): Use it.  Expand regexp to accept also
791         ARG-xxx and xxx-ARG references.
793 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
795         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
796         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
797         and "mailto:addr1?to=addr2" equal.
799 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
801         * man.el (Man-getpage-in-background): Use shell-file-name
802         and shell-command-switch variables instead of hard-coded values.
804 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
806         * iimage.el: New file.
808 2004-05-11  Juanma Barranquero  <lektu@terra.es>
810         * custom.el (custom-initialize-default, defcustom):
811         Fix typo in docstring.
813         * files.el (set-visited-file-name, file-expand-wildcards):
814         Fix docstring.
816 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
818         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
820         * subr.el (eventp): Be more discriminating with integers.
822 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
824         * progmodes/compile.el (compile): Add universal prefix arg.
825         (compilation-error-regexp-alist-alist): Add edg patterns.
827 2004-05-10  Sam Steingold  <sds@gnu.org>
829         * textmodes/ispell.el (ispell-message):
830         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
832 2004-05-10  Dave Love  <fx@gnu.org>
834         * progmodes/python.el (help-buffer): Autoload when compiling.
835         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
836         (run-python): Prepend to any existing PYTHONPATH.
838 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
840         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
841         for pending breakpoints.
843 2004-05-10  Richard M. Stallman  <rms@gnu.org>
845         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
846         directly without calling any functions in Rmail.
847         (unrmail-unprune): Function deleted.
849 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
851         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
852         C-c C-z binding.
854 2004-05-10  Kenichi Handa  <handa@m17n.org>
856         * descr-text.el (describe-char): Fix previous change.  Don't make
857         a unibyte character to multibyte in the *Help* buffer.
859 2004-05-10  Miles Bader  <miles@gnu.org>
861         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
862         buffer an error if the debugger process is actually running.
864 2004-05-10  Juanma Barranquero  <lektu@terra.es>
866         * help-fns.el (help-argument-name): Default to italic.
867         (help-highlight-arguments): Return always (usage . doc), even when
868         usage is nil.
870         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
871         (define-ibuffer-filter): Add usage info.
872         (define-ibuffer-op): Add usage info (but CL-style defaults for
873         keyword args are not shown).
875         * subr.el (remove-overlays, read-passwd): Fix docstring.
876         (start-process-shell-command): Fix docstring.  Put usage info in a
877         format usable by `describe-function'.
878         (open-network-stream, open-network-stream-nowait)
879         (open-network-stream-server): Fix docstring.
881 2004-05-09  Jason Rumney  <jasonr@gnu.org>
883         * international/code-pages (cp932, cp936, cp949, c950): Remove.
884         Only define cp125* if windows-125* is already defined.
886         * language/korean.el (cp949): Add alias.
888         * language/chinese.el (cp936, cp950): Add aliases.
890         * language/japanese.el (cp932): Add alias.
892         * term/w32-win.el: Require code-pages.
894         * international/mule-cmds.el (set-locale-environment):
895         On MS-Windows use ansi code-page for default coding-systems.
896         Set up paper sizes for Windows 3 letter languages.
898         * international/code-pages.el (cp932, cp936, cp949, cp950):
899         Add aliases.  Also add cp125* if not already defined.
901 2004-05-09  Juanma Barranquero  <lektu@terra.es>
903         * help-fns.el (help-highlight-arguments): Don't try to highlight
904         missing or autoloaded arglists.  Accept structured arguments, like
905         the first ones of `do' and `flet'.
907         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
908         (cvs-get-marked): Remove redundant arglist info.
910         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
911         Don't use CL-style default args.
913 2004-05-08  Andreas Schwab  <schwab@suse.de>
915         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
917         * international/subst-ksc.el: Fix references to utf-translate-cjk
918         into utf-translate-cjk-mode.
919         * international/subst-big5.el: Likewise.
920         * international/subst-gb2312.el: Likewise.
921         * international/subst-jis.el: Likewise.
922         * international/utf-16.el: Likewise.
923         * international/utf-8.el: Likewise.
925 2004-05-08  John Wiegley  <johnw@newartisans.com>
927         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
928         "virtual buffers" (off by default), which makes it possible to
929         switch to the "virtual" buffers of recently visited files.  When a
930         buffer name search fails, and this option is on, iswitchb will
931         look at the list of recently visited files, and permit matching
932         against those names.  When the user hits RET on a match, it will
933         revisit that file.
934         (iswitchb-read-buffer): Add two optional arguments, which makes
935         isearchb.el possible.
936         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
937         (iswitchb-next-match): Add support for virtual buffers.
939         * isearchb.el: This module extends iswitchb to provide "as you
940         type" buffer selection.
942         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
943         Ignore the read-only property when flyspell highlighting is on.
944         Not ignoring it leads to a series of confusing errors.
945         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
946         but also make sure to call flyspell-incorrect-hook.
947         (flyspell-maybe-correct-transposition): Perform transposition test
948         by bit twiddling a string, rather than using a temp buffer.
949         (flyspell-maybe-correct-doubling): Use a string rather than a temp
950         buffer.  This is also the original version of the code, which
951         could not be checked in before due to a previous lack of
952         assignment papers.  This version has seen heavy usage on my system
953         for several years now.
955         * calendar/cal-bahai.el: New file, which adds support for the
956         Baha'i calendar to Emacs.  This calendar is based on a solar year
957         of 19 months of 19 days, with 4 intercalary days.  Each year
958         begins on March 21, with the calendar starting in 1844.
960         * calendar/cal-menu.el, calendar/calendar.el,
961         calendar/diary-lib.el, calendar/holidays.el: Added support for
962         using cal-bahai.el.
964         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
965         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
966         function can be used outside of eshell buffers.
967         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
969 2004-05-08  Juanma Barranquero  <lektu@terra.es>
971         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
972         word constituent so FOO-ARG is not recognized as an arg.
973         (help-highlight-arguments): Don't skip lists in mandatory arguments.
975         * simple.el (next-error): Fix typo in docstring.
976         (open-line): Make argument names match their use in docstring.
977         (split-line): Fix docstring.
979         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
980         usable by `describe-function'.
981         (gensym, gentemp, typep, ignore-errors): Make argument names match
982         their use in docstring.
984         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
985         argument to `help-setup-xref'.
987 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
989         Version 2.0.40 of Tramp released.
991         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
992         Use symbol-function to invoke functions only known on some Emacs
993         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
994         Scaldeferri <kevin@scaldeferri.com>.
995         (tramp-do-copy-or-rename-file-via-buffer): Rename from
996         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
997         consistent with the other tramp-do-* functions.
998         (tramp-do-copy-or-rename-file): Calls adjusted.
999         (tramp-process-initial-commands): Avoid liveness check on shell --
1000         we know that it must be alive since we're opening a connection at
1001         this moment.
1002         (tramp-last-cmd): New internal variable.
1003         (tramp-process-echoes): New tunable.
1004         (tramp-send-command): Set tramp-last-cmd.
1005         (tramp-wait-for-output): Delete echo, if applicable.
1006         (tramp-read-passwd): Construct the key for the password cache in a
1007         way that works for multi methods, too.
1008         (tramp-bug): Add backup-directory-alist and
1009         bkup-backup-directory-info to bug reports, with Tramp counterparts.
1011 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
1013         * net/tramp*.el: Suppress byte-compiler warnings where possible.
1015         * net/tramp.el (tramp-out-of-band-prompt-regexp)
1016         (tramp-actions-copy-out-of-band): New defcustoms.
1017         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
1018         used instead of a synchronous one.  Allows password entering.
1019         (tramp-action-out-of-band): New defun.
1020         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
1021         Remove restriction with password from doc string.
1022         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
1023         `tramp-out-of-band-prompt-regexp',
1024         `tramp-actions-copy-out-of-band', `password-cache' and
1025         `password-cache-expiry'.
1026         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
1027         password caching.
1028         (tramp-touch): FILE can be a local file, too.
1029         (TODO): Remove items done.
1030         (tramp-handle-insert-directory): Properly quote file name also if
1031         not full-directory-p.  Handle wildcard case.  Reported by Andreas
1032         Schwab <schwab@suse.de>.
1033         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
1034         new file.
1035         (tramp-handle-file-local-copy, tramp-handle-write-region):
1036         The permissions of the temporary file are set if filename exists.
1037         Reported by Ted Stern <stern@cray.com>.
1038         (tramp-backup-directory-alist)
1039         (tramp-bkup-backup-directory-info): New defcustoms.
1040         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
1041         (tramp-handle-find-backup-file-name): New function.
1042         Implements Tramp's find-backup-file-name.
1044         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
1045         for `find-backup-file-name'.
1047         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
1048         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
1050 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
1052         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
1054 2004-05-07  Juanma Barranquero  <lektu@terra.es>
1056         * subr.el (lambda): Add arglist description to docstring.
1057         (declare): Fix typo in docstring.
1058         (open-network-stream): Fix docstring.
1059         (process-kill-without-query): Fix docstring and add obsolescence info.
1060         (last, butlast, nbutlast): Make arguments match their use in docstring.
1061         (insert-buffer-substring-no-properties): Likewise.
1062         (insert-buffer-substring-as-yank): Likewise.
1063         (split-string): Fix docstring.
1065         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1066         Make argument names match their use in docstring.
1068         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
1070 2004-05-06  Nick Roberts  <nickrob@gnu.org>
1072         * progmodes/gdb-ui.el: Improve/extend documentation strings.
1073         Fit first sentence on one line for apropos-command.
1075 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1077         Changes largely merged in from Dave Love's code.
1078         * progmodes/python.el: Doc fixes.
1079         (python-mode-map): Add python-complete-symbol.
1080         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
1081         (python-comment-indent, python-complete-symbol)
1082         (python-symbol-completions, python-partial-symbol)
1083         (python-try-complete): New.
1084         (python-indent-line): Remove optional arg.  Use python-block-end-p.
1085         (python-check): Bind compilation-error-regexp-alist.
1086         (inferior-python-mode): Use rx.  Move keybindings to top level.
1087         Set comint-input-filter.
1088         (python-preoutput-filter): Use rx.
1089         (python-input-filter): Re-introduce.
1090         (python-proc): Start new process if necessary.
1091         Check python-buffer non-nil.
1092         (view-return-to-alist): Defvar.
1093         (python-send-receive): New.
1094         (python-eldoc-function): Use it.
1095         (python-mode-running): Don't defvar.
1096         (python-mode): Set comment-indent-function.
1097         Maybe update hippie-expand-try-functions-list.
1098         (python-indentation-levels): Initialize differently.
1099         (python-block-end-p): New.
1100         (python-indent-line): Use it.
1101         (python-compilation-regexp-alist): Augment.
1102         (run-python): Import `emacs' module to Python rather than loading
1103         code directly.  Set python-buffer differently.
1104         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
1105         Use python-proc.
1106         (python-send-command): Go to end of comint buffer.
1107         (python-load-file): Use python-proc, emacs.eimport.
1108         (python-describe-symbol): Simplify interactive form.
1109         Use emacs.help.  Do use temp-buffer-show-hook.
1110         Call print-help-return-message.
1111         (hippie-exp): Require when compiling.
1112         (python-preoutput-continuation): Use rx.
1114         * diff-mode.el (diff-make-unified): Fix regexp.
1116 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
1118         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
1119         filter groups from the buffer when rebuilding the Ibuffer buffer
1120         and `ibuffer-show-empty-filter-groups' is nil.
1122 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1124         * ps-print.el (ps-print-quote): Call ps-value-string.
1125         (ps-setup): Call ps-comment-string.
1126         (ps-value-string, ps-comment-string): New funs.
1128 2004-05-06  Juanma Barranquero  <lektu@terra.es>
1130         * ehelp.el (electric-help-command-loop): Check whether the last
1131         character is visible, not (point-max).
1133         * help-fns.el (help-argument-name): Default to bold; don't inherit
1134         from font-lock-variable-name-face.
1135         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
1137 2004-05-05  Kenichi Handa  <handa@m17n.org>
1139         * descr-text.el (describe-char): Copy the character with text
1140         properties and overlays into the first line, and call
1141         describe-text-properties on it.
1143 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
1145         * iswitchb.el (iswitchb-global-map): Fix typo.
1146         Remove unwanted ###autoloads from source file.
1148 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
1150         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
1151         in run-hooks.  Use substitute-command-keys in message.
1152         (wdired-abort-changes): Add message.
1154 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
1156         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
1157         (sql-emacs20-p): Remove.
1158         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
1159         (sql-builtin-face, sql-doc-face): Remove.
1160         (sql-mode-ansi-font-lock-keywords)
1161         (sql-mode-oracle-font-lock-keywords)
1162         (sql-mode-postgres-font-lock-keywords)
1163         (sql-mode-linter-font-lock-keywords)
1164         (sql-mode-ms-font-lock-keywords)
1165         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
1166         (sql-product-font-lock): Fix font-lock reset when font rules change.
1167         (sql-highlight-product): Remove incorrect font-lock reset logic.
1169 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
1171         * ses.el (ses-set-parameter): Fix typo.
1173 2004-05-04  Kim F. Storm  <storm@cua.dk>
1175         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
1176         Must expand directory for completion to work; and don't mess with
1177         process-environment.
1178         (ido-read-file-name): If command has ido property, don't use ido
1179         if value is ignore, or read as directory if value is dir.
1180         Set ido ignore property for dired-do-rename command.
1182 2004-05-04  Juanma Barranquero  <lektu@terra.es>
1184         * ehelp.el (electric-help-command-loop, electric-help-undefined)
1185         (electric-help-help): Check against unmapped commands.
1187         * help-fns.el (help-argument-name): New face, inheriting from
1188         font-lock-variable-name-face, to highlight function arguments in
1189         `describe-function' and `describe-key'.
1190         (help-do-arg-highlight): Auxiliary function to highlight a given
1191         list of arguments in a string.
1192         (help-highlight-arguments): Highlight the function arguments and
1193         all uses of them in the docstring.
1194         (describe-function-1): Use it.  Do docstring output via `insert',
1195         not 'princ', so text attributes are preserved.
1197         * winner.el (winner-mode-map): Move `winner-undo' and
1198         `winner-redo' to C-c <left> and C-c <right>, respectively (the
1199         previous bindings conflict with `prev-buffer', `next-buffer').
1201 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1203         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
1204         (bibtex-entry-update): New command bound to C-c C-u.
1205         (bibtex-text-in-string): Fix regexp.
1206         (bibtex-assoc-of-regexp): Remove.
1207         (bibtex-progress-message): Fix docstring.
1208         (bibtex-inside-field): Use if.
1209         (bibtex-assoc-regexp): New function.
1210         (bibtex-format-entry): Make code more robust so that it formats
1211         also old entries.
1212         (bibtex-autokey-demangle-title): Merge with obsolete function
1213         bibtex-assoc-of-regexp.
1214         (bibtex-field-list): New function.
1215         (bibtex-entry): Use bibtex-field-list.
1216         (bibtex-parse-entry): Fix docstring.
1217         (bibtex-print-help-message): Use bibtex-field-list.
1218         (bibtex-make-field): Use bibtex-field-list.
1219         (bibtex-entry-index): Bugfix.  Return crossref key if required.
1220         (bibtex-lessp): Fix docstring.
1222 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
1224         * select.el (xselect-convert-to-string): Move comment to intended line.
1226 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1228         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
1229         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
1231 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1233         * term/x-win.el (x-clipboard-yank): Don't exit on error from
1234         x-get-selection.
1236 2004-05-03  Jason Rumney  <jasonr@gnu.org>
1238         * makefile.nt: Remove.
1240 2004-05-03  Kim F. Storm  <storm@cua.dk>
1242         * emulation/cua-base.el (cua--update-indications): Fix last change.
1243         (cua-mode): Deactivate mark when cua-mode is enabled.
1245 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
1247         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
1249 2004-05-03  Nick Roberts  <nickrob@gnu.org>
1251         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
1252         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
1253         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
1254         window over visible frames.
1255         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
1257 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1259         * progmodes/compile.el (compilation-gcpro): New var.
1260         (compilation-fake-loc): Use it.
1261         (compilation-forget-errors): Reset it.
1263 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1265         * diff-mode.el (diff-header-face, diff-file-header-face):
1266         Use min-colors.
1268 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1270         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
1271         (bibtex-clean-entry): Disentangle code.
1272         (bibtex-realign): New function.
1273         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
1274         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
1275         Remove undocumented optional arg called-by-convert-alien.
1276         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
1277         for sorting instead of bibtex-sort-buffer.
1279 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
1281         * progmodes/compile.el (compilation-start): In the
1282         no-async-subprocesses branch, call sit-for to give redisplay a
1283         chance to show the updated process status in the mode line, and
1284         fontify the buffer explicitly after the process exits.
1286 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1288         * progmodes/python.el (python-compilation-line-number): Remove.
1289         (python-compilation-regexp-alist): Don't use it any more.
1290         (python-orig-start, python-input-filter): Remove.
1291         (inferior-python-mode): Don't set up comint-input-filter-functions.
1292         (python-send-region): Use compilation-fake-loc.
1294         * progmodes/compile.el (compilation-messages-start): New var.
1295         (compilation-mode): Don't setup next-error-function here.
1296         (compilation-setup): Set it up here instead (for minor modes as well).
1297         Make compilation-messages-start buffer local.
1298         (compilation-next-error-function): Use it.
1299         (compilation-forget-errors): Set compilation-messages-start.
1301 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1303         * ielm.el (ielm-prompt-read-only): Update docstring.
1305         * comint.el (comint-prompt-read-only): Update docstring.
1306         (comint-update-fence, comint-kill-whole-line)
1307         (comint-kill-region): New functions.
1309         * simple.el (kill-whole-line): Use "p" instead of "P" in
1310         interactive form.
1312 2004-05-01  Juanma Barranquero  <lektu@terra.es>
1314         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
1315         format arglist so default values in CL-style argument lists are
1316         correctly shown.
1318 2004-05-01  Jason Rumney  <jasonr@gnu.org>
1320         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
1322 2004-05-01  Kenichi Handa  <handa@m17n.org>
1324         * international/titdic-cnv.el (miscdic-convert): Don't generate a
1325         quail file if it is up to date.
1327 2004-04-30  Juri Linkov  <juri@jurta.org>
1329         * cus-edit.el (custom-mode-map):
1330         Add key binding `C-x C-s' to `Custom-save'.
1332         * outline.el (outline-blank-line): New var.
1333         (outline-next-preface, outline-show-heading)
1334         (outline-end-of-subtree): Use it.
1336         * dired-aux.el (dired-touch-initial): New fun.
1337         (dired-do-chxxx): Call it for op-symbol `touch'.
1338         (dired-diff): Use `dired-dwim-target-directory'
1339         if current dired buffer has no buffer mark.
1341         * bindings.el (propertized-buffer-identification):
1342         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
1343         Add C-M-arrow keys for consistency.
1345         * files.el (confirm-kill-emacs):
1346         Change group from top-level `emacs' to `convenience'.
1348         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1349         Push mark on the first call of successive command calls.
1350         (insert-pair): New fun created from `insert-parentheses' with
1351         `open' and `close' arguments added.  Enclose active regions
1352         in paired characters.  Compare adjacent characters syntax with
1353         inserted characters syntax before inserting a space.
1354         (insert-parentheses): Call `insert-pair' with ?\( ?\).
1356         * delsel.el: Don't put `delete-selection' property
1357         on `insert-parentheses' symbol to take advantage of
1358         region handling in `insert-pair' function.
1359         Suggested by Stephan Stahl <stahl@eos.franken.de>.
1361 2004-04-30  Kim F. Storm  <storm@cua.dk>
1363         * emulation/cua-base.el: Add support for changing cursor types;
1364         based on patch from Michael Mauger.
1365         (cua-normal-cursor-color, cua-read-only-cursor-color)
1366         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
1367         Customization cursor type and/or cursor color.
1368         (cua--update-indications): Handle cursor type changes.
1369         (cua-mode): Update cursor indications if enabled.
1371         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
1373         * mouse.el (mouse-drag-copy-region): New defcustom.
1374         (mouse-set-region, mouse-drag-region-1): Use it.
1376         * simple.el (kill-ring-save): If region face background color is
1377         unspecified (if no highlighting), show extent of fully visible
1378         region even if transient-mark-mode is enabled.
1380         * emulation/cua-base.el (cua--standard-movement-commands):
1381         Add cua-scroll-up and cua-scroll-down.
1382         (cua-scroll-up, cua-scroll-down): New commands.
1383         (cua--init-keymaps): Remap scroll-up and scroll-down.
1385         * emulation/cua-rect.el (cua--convert-rectangle-as):
1386         New defmacro.
1387         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
1388         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
1389         New commands (suggested by Jordan Breeding).
1391 2004-04-30  Juanma Barranquero  <lektu@terra.es>
1393         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
1395 2004-04-30  Mario Lang  <mlang@delysid.org>
1397         * diff.el (diff-switches): Fix typo in docstring.
1399 2004-04-30  Alex Schroeder  <alex@gnu.org>
1401         * xml.el (xml-debug-print-internal): Don't add newline and
1402         indentation to text nodes and write empty elements as empty tags
1403         instead of opening and closing tags.
1404         (xml-debug-print): Take optional indent-string argument.
1405         (xml-print): Alias for xml-debug-print.
1407 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1409         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
1410         than duplicate call to `line-beginning-position'.
1412         * progmodes/f90.el (f90-get-present-comment-type):
1413         Return whitespace, as well as comment chars, for consistent filling
1414         of comment blocks.  Use `match-string-no-properties'.
1415         (f90-break-line): Trim trailing whitespace when filling comments.
1417 2004-04-30  Dave Love  <fx@gnu.org>
1419         * calendar/diary-lib.el (diary-outlook-formats): New variable.
1420         (diary-from-outlook-internal, diary-from-outlook)
1421         (diary-from-outlook-gnus, diary-from-outlook-rmail):
1422         New functions to import diary entries from Outlook-format
1423         appointments in mail messages.
1425 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1427         * progmodes/python.el (python-send-command): New fun.
1428         (python-send-region, python-load-file): Use it.
1430         * progmodes/compile.el (compilation-last-buffer): Add var alias.
1432         * help-fns.el (help-C-file-name): Use new subr-name.
1433         Prepend `src/' to the file name.
1434         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
1435         (describe-function-1, describe-variable): Only find a C source file
1436         name if DOC is already loaded.
1438         * help-mode.el (help-function-def, help-variable-def):
1439         Use the new find-function-search-for-symbol functionality.
1440         Allow FILE to be `C-source'.
1442         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
1443         (find-function-C-source): New fun.
1444         (find-function-search-for-symbol): Use it.
1446 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
1448         * progmodes/sql.el (sql-product-alist): Rename variable
1449         `sql-product-support'.  Add Postgres login parameters.
1450         (sql-set-product, sql-product-feature): Update with renamed variable.
1451         (sql-connect-postgres): Add username prompt.
1452         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
1453         Make patterns less product specific.
1454         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
1455         (sql-mode-abbrev-table): Modify initialization.
1456         (sql-builtin-face): Add variable.
1457         (sql-keywords-re): Add macro.
1458         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
1459         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
1460         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
1461         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
1462         (sql-mode-linter-font-lock-keywords)
1463         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
1464         (sql-mode-sybase-font-lock-keywords)
1465         (sql-mode-informix-font-lock-keywords)
1466         (sql-mode-interbase-font-lock-keywords)
1467         (sql-mode-ingres-font-lock-keywords)
1468         (sql-mode-solid-font-lock-keywords)
1469         (sql-mode-sqlite-font-lock-keywords)
1470         (sql-mode-db2-font-lock-keywords): Default to nil.
1471         (sql-product-font-lock): Always highlight ANSI keywords.
1472         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
1473         (sql-send-string): Add function.
1475 2004-04-29  Dave Love  <fx@gnu.org>
1477         * progmodes/cfengine.el (cfengine-beginning-of-defun)
1478         (cfengine-end-of-defun): Ensure progress through buffer.
1480         * info-look.el (cfengine-mode): Accept a terminal ().
1482 2004-04-29  Juri Linkov  <juri@jurta.org>
1484         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
1485         instead of isearch-yank-word-or-char.  Add new key bindings for
1486         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
1487         (isearch-del-char): New fun.
1488         (isearch-forward, isearch-edit-string): Update docstring.
1489         (isearch-yank-char): Doc fix.
1490         (isearch-other-meta-char): Restore point after scrolling.
1492         * progmodes/compile.el (compilation-context-lines): Add nil option
1493         to disable compilation output window scrolling.
1494         (compilation-set-window): Use it.
1496         * outline.el (outline-next-preface, outline-show-heading):
1497         Don't leave unhidden blank line before heading.
1498         (outline-end-of-subtree): Include last newline into subtree.
1499         (hide-entry): Leave point at beginning of heading instead of end.
1500         (outline-up-heading): Push mark for the first call of successive
1501         command calls.
1503 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
1505         * comint.el (comint-prompt-read-only): New variable.
1506         (comint-output-filter): Implement it.
1508         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
1509         (ielm-prompt-internal): New variable.
1510         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
1511         (ielm-send-input): Delete unused variable `buf'.
1512         (ielm-eval-input): Use `ielm-prompt-internal'.
1513         (inferior-emacs-lisp-mode): Use new variables
1514         `comint-prompt-read-only' and `ielm-prompt-internal'.
1515         Get rid of obsolete variable `directory-sep-char'.
1516         (ielm): Use `zerop'.
1518 2004-04-29  John Paul Wallington  <jpw@gnu.org>
1520         * thumbs.el (toplevel): Require cl at compile time.
1521         Remove conditional definitions of `ignore-errors' and `caddar'
1522         because they occur at run time.
1524 2004-04-28  Nick Roberts  <nickrob@gnu.org>
1526         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
1527         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
1528         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1529         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
1531         * progmodes/gud.el (gud-common-init): Throw an error if program is
1532         already running under gdb.
1534 2004-04-28  John Paul Wallington  <jpw@gnu.org>
1536         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
1537         (thumbs-show-image-num): Move assignment of
1538         `thumbs-current-image-filename' within scope of `i'.
1539         (thumbs-emboss-image): Don't use `evenp'.
1541 2004-04-28  Richard M. Stallman  <rms@gnu.org>
1543         * progmodes/compile.el (compilation-context-lines): Default now 0.
1545 2004-04-28  Juanma Barranquero  <lektu@terra.es>
1547         Use `time-less-p' from calendar/time-date.el instead of defining
1548         custom versions of it.
1550         * pcomplete.el (pcomplete-time-less-p): Remove.
1552         * thumbs.el (time-less-p): Remove.
1554         * calendar/timeclock.el (timeclock-time-less-p): Remove.
1555         (timeclock-generate-report): Use `time-less-p'.
1557         * emacs-lisp/autoload.el (autoload-before-p): Remove.
1558         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
1560 2004-04-28  Masatake YAMATO  <jet@gyve.org>
1562         * subr.el (remove-overlays): Make arguments optional.
1564         * wid-edit.el (widget-specify-button): Put evaporate to the
1565         overlay for sample.
1566         (widget-specify-sample): Put evaporate to the overlay for sample.
1567         (widget-specify-doc): Put evaporate to the overlay for documentation.
1569 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
1571         * info.el (info-apropos): Make it an index node.  Align node names
1572         like makeinfo.
1574 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
1576         * net/browse-url.el (browse-url-netscape-sentinel)
1577         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
1578         (browse-url-epiphany-sentinel, browse-url-mosaic):
1579         Use browse-url-*-program instead of a literal program name.
1581 2004-04-27  Kevin Ryde  <user42@zip.com.au>
1583         * eshell/em-alias.el:
1584         * eshell/em-dirs.el:
1585         * eshell/em-hist.el:
1586         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
1587         features when M-x customize-group loads modules before the main
1588         eshell.el.
1590 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
1592         * subr.el (momentary-string-display): Support EXIT-CHAR that is
1593         either a character representation of an event or an event
1594         description list.
1596         * type-break.el: Capitalise Emacs and Lisp.
1597         (type-break-good-break-interval, type-break-demo-boring-stats)
1598         (type-break-terse-messages, type-break-file-name): New defcustoms.
1599         (type-break-post-command-hook)
1600         (type-break-warning-countdown-string): Quote variable names in doc.
1601         (type-break-interval-start, type-break-auto-save-file-name): New vars.
1602         (type-break-mode): Document type-break-good-break-interval and the
1603         "session" file.  Schedule break according to the session file.
1604         Kill session file buffer on exit.  Organise for save-some-buffers
1605         to always save the session file.
1606         (type-break-mode-line-message-mode, type-break-query-mode):
1607         Uppercase arguments.
1608         (type-break-file-time, type-break-file-keystroke-count, timep)
1609         (type-break-choose-file, type-break-get-previous-time)
1610         (type-break-get-previous-count): New defuns.
1611         (type-break): Avoid break querying after a completed break in the
1612         case where the query was initiated during user invocation of the
1613         break.  Optional terse messages.
1614         Use type-break-good-break-interval if type-break-good-rest-interval is
1615         nil.  File the break time.
1616         (type-break-schedule): New optional args for overriding the use of
1617         the current time.
1618         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
1619         after a break.
1620         (type-break-check): File the keystroke count.
1621         (type-break-do-query): Prevent a second query when the break is
1622         interrupted.  Optional terse message.
1623         (type-break-keystroke-reset): Record the start of a typing interval.
1624         (type-break-demo-boring): Optional terse messages.  Display word
1625         per minute and keystroke counts according to
1626         type-break-demo-boring-stats.
1628 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
1630         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
1631         directories, make sure they exist under archive-tmpdir.
1633 2004-04-27  Juri Linkov  <juri@jurta.org>
1635         * help.el (view-emacs-news): With argument, display info for the
1636         selected version by finding it among different NEWS files, and
1637         narrowing the buffer to the selected version.
1639         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
1640         same-window-buffer-names.
1641         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
1642         non-numeric prefix argument, append the number to the buffer name
1643         for numeric prefix argument.
1644         (info-other-window): Bind same-window-regexps to nil.
1645         (Info-reference-name): Rename to Info-point-loc.
1646         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
1647         and Info-find-index-name for stringy Info-point-loc.
1648         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
1649         without middle `.', but with final `.' and optional line number
1650         for it.  Set Info-point-loc for index nodes.
1651         (Info-index): Remove middle `.' from index entry regexp.
1652         Modify line number regexp.
1653         (Info-index-next): Decrement line number.
1654         (info-apropos): Remove middle `.' from index entry regexp.
1655         Add optional line number regexp at the end.  Add matched value
1656         for line number to the result list and insert it to the buffer.
1657         Replace match-string by match-string-no-properties.
1658         Reorder result list.
1659         (Info-fontify-node): Hide index line numbers.
1660         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
1661         empty matches.
1662         (Info-follow-reference): Use `str' instead of
1663         Info-following-node-name-re.
1664         (Info-toc): Use full file names.  Set Info-current-node to "Top".
1665         (Info-fontify-node): Compare file names without directory name.
1666         (Info-try-follow-nearest-node): Don't set Info-reference-name.
1667         Set second arg of Info-extract-menu-node-name for index nodes.
1668         (info-xref-visited): Use magenta3 instead of magenta4.
1669         (Info-mode): Add info-apropos to docstring.
1671         * log-view.el (log-view-diff): Replace interactive code "r"
1672         by a list to allow to call it even if region is not active.
1674         * paren.el (show-paren-highlight-openparen): New var.
1675         (show-paren-function): Turn on openparen highlighting when
1676         matching forward if show-paren-highlight-openparen is non-nil.
1678         * simple.el (kill-ring-save): Use blink-matching-delay instead of
1679         the constant value 1.
1680         (completions-common-part): Expand docstring.
1682         * textmodes/picture.el (picture-mode-map): Add arrow keys.
1684 2004-04-27  Kim F. Storm  <storm@cua.dk>
1686         * image.el (insert-sliced-image): Use line-height instead of
1687         line-spacing property on newline.
1689 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
1691         * desktop.el (desktop-buffer-misc-data-function): Rename to
1692         desktop-save-buffer and change docstring.
1693         (desktop-buffer-modes-to-save): Delete.
1694         (desktop-save-buffer-p): Use desktop-save-buffer instead of
1695         desktop-buffer-modes-to-save.
1696         (desktop-save): Rename desktop-buffer-misc-data-function to
1697         desktop-save-buffer and allow non-function value.
1698         (desktop-missing-file-warning): Correct docstring.
1700         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
1701         to desktop-save-buffer.
1703         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
1704         desktop-save-buffer.
1706         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
1708         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
1710 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
1712         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1714 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
1716         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
1717         (ielm): Only go to the end of the buffer when starting a new process.
1719 2004-04-25  Juanma Barranquero  <lektu@terra.es>
1721         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
1722         mode line.  Bind `inhibit-read-only' to t before modifying
1723         properties of text in the buffer.
1724         (ielm): Force point to the end of buffer, even when running ielm
1725         from inside itself.
1727 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
1729         * info.el (info-apropos): Reset Info-complete-cache.
1731 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
1733         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1734         Also recognize severe Irix et al. messages.
1735         (compilation-normalize-filename, compile-abbreviate-directory):
1736         Delete functions.
1737         (compilation-get-file-structure): New function inherits
1738         functionality of the two preceding ones.
1739         (compilation-internal-error-properties, compilation-fake-loc):
1740         Use it so that different paths to the same file share the same
1741         markers.  Also optimize finding adjacent marker slightly.
1743 2004-04-25  Kim F. Storm  <storm@cua.dk>
1745         * image.el (insert-sliced-image): Add line-spacing t property
1746         to newlines separating image lines.
1748 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
1750         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
1752         * ielm.el (ielm-prompt-read-only): New user option.
1753         (ielm-prompt): Expand docstring to describe new behavior.
1754         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
1755         mention it in the docstring.
1757 2004-04-24  Andreas Schwab  <schwab@suse.de>
1759         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
1761         * diff.el (diff): Set default-directory in diff buffer.
1763 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
1765         * mail/sendmail.el (mail-bury): Don't delete the frame where the
1766         mail was being composed if the terminal cannot display more than
1767         one frame; instead, switch to previous frame.
1769         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
1770         (rmail-start-mail): Support rmail-mail-new-frame even on
1771         terminals that can display only one frame at a time.
1773 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1775         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
1776         (checkdoc-output-font-lock-keywords): Remove error regexp.
1777         (checkdoc-output-mode-map): Remove.
1778         (checkdoc-output-mode): Derive from compilation-mode.
1779         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
1781         * dired.el (dired-mode-map): Add a menu entry for wdired.
1783         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
1784         (rx-bracket, rx-check-any, rx-any): Clean up name space.
1786         * wdired.el: (wdired-mode-map): Move init into declaration.
1787         Fix `return' binding.
1788         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1789         Use force-mode-line-update.
1790         (wdired-get-filename): Use `unless'.
1791         (wdired-preprocess-files): Don't assume names have no \n and use / for
1792         dir separator.
1793         (wdired-normalize-filename): Use replace-regexp-in-string.
1794         (wdired-load-hooks): Remove.
1795         (wdired-mode-hooks): Rename to wdired-mode-hook.
1797         * info-look.el: Add support for cfengine-mode.
1798         (info-lookup-setup-mode): Use dolist.
1800 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
1802         * wdired.el: New file.
1804 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1806         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
1808         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
1809         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
1810         (pcomplete--help, pcomplete--here): Doc fixes.
1812 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
1814         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
1815         handles wrong-number-of-arguments in backend call.
1817         * vc.el (vc-print-log): Likewise.
1819 2004-04-20  Dave Love  <fx@gnu.org>
1821         * emacs-lisp/rx.el: Doc fixes.
1822         (rx-constituents): Add/extend many forms.
1823         (rx-check): Check form is a list.
1824         (bracket): Defvar.
1825         (rx-check-any, rx-any, rx-check-not): Modify.
1826         (rx-not): Simplify.
1827         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
1828         (rx-kleene): Use rx-trans-forms.
1829         (rx-quote-for-set): Delete.
1830         (rx): Allow multiple args.
1832 2004-04-23  Kenichi Handa  <handa@m17n.org>
1834         * international/mule-util.el (char-displayable-p): Simplify by
1835         using internal-char-font.
1837 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1839         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1841 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * diff-mode.el (diff-next-error): New fun.
1844         (diff-mode): Use it.
1846         * simple.el (next-error): Change arg name.
1847         Add support for the documented C-u C-x ` usage.
1849         * frame.el (special-display-popup-frame, next-multiframe-window)
1850         (previous-multiframe-window): Only consider frames on same display.
1852 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
1854         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
1855         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
1857 2004-04-22  Kim F. Storm  <storm@cua.dk>
1859         * net/telnet.el (telnet): Add optional port arg.
1861 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1863         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1864         Minor sanity check on the `hyperlink' slot.
1866         * Makefile.in (recompile): Compile new files.
1868         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
1869         Add byte-recompile-directory's optional `arg'.
1871         * cvs-status.el (cvs-tree-use-charset): New var.
1872         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
1873         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
1874         (cvs-status-cvstrees): Use it.
1876         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
1877         Make it a normal major mode.
1878         (checkdoc-buffer-label): Make sure the file name is meaningful.
1879         (checkdoc-output-to-error-buffer): Remove.
1880         (checkdoc-error, checkdoc-start-section): Rewrite.
1882         * info.el (info-node, info-menu-5, info-xref, info-header-node)
1883         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1884         (Info-title-4-face): Use new syntax.
1885         (info-xref-visited): Inherit from info-xref.
1887         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
1889 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1891         * simple.el (next-error-last-buffer, next-error-function):
1892         New variables for the next-error framework.
1893         (next-error-buffer-p): New function.
1894         (next-error-find-buffer): Generalize compilation-find-buffer.
1895         (next-error, previous-error, first-error, next-error-no-select)
1896         (previous-error-no-select): Move from compile.el.
1898         * replace.el (occur-next-error, occur-1): Hook into the next-error
1899         framework.
1901         * progmodes/compile.el (compilation-start):
1902         Set next-error-last-buffer so next-error knows where to jump.
1903         (compilation-setup): Set the buffer-local variable
1904         next-error-function to 'compilation-next-error-function.
1905         (compilation-buffer-p, compilation-buffer-internal-p): Use an
1906         alternate way to find if a buffer is a compilation buffer, for
1907         next-error convenience.
1908         (next-error-no-select, previous-error-no-select, next-error)
1909         (previous-error, first-error): Move to simple.el.
1910         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
1911         (compilation-last-buffer): Remove.
1912         (compilation-start, compilation-next-error, compilation-setup)
1913         (compilation-next-error-function, compilation-find-buffer):
1914         Remove compilation-last-buffer use.
1916 2004-04-21  Juanma Barranquero  <lektu@terra.es>
1918         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
1919         (font-lock-warning-face): Fix spacing.
1921         * makefile.w32-in (WINS): Add url/ directory.
1923 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
1925         * desktop.el (desktop-buffer-mode-handlers): New variable.
1926         Alist of major mode specific functions to restore a desktop buffer.
1927         (desktop-buffer-handlers): Make variable obsolete.
1928         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
1929         Catch errors signaled in handlers.  Update buffer count.
1930         Evaluate desktop-buffer-point.
1931         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
1932         move to dired.el.
1933         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
1934         move to info.el.
1935         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
1936         move to mail/rmail.el.
1937         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
1938         to mh-e/mh-e.el.
1939         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
1940         On fail, print message (to message buffer) even if
1941         desktop-missing-file-warning is nil.
1942         (desktop-buffer-misc-data-function): New buffer local variable.
1943         Function returning major mode specific data.
1944         (desktop-buffer-misc-functions): Make variable obsolete.
1945         (desktop-save): Use desktop-buffer-misc-data-function.
1946         (desktop-buffer-dired-misc-data): Rename to
1947         dired-desktop-buffer-misc-data and move to dired.el.
1948         (desktop-buffer-info-misc-data): Rename to
1949         Info-desktop-buffer-misc-data and move to info.el.
1950         (desktop-read): Add message about number of buffers restored/failed.
1951         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
1952         Add parameters.  Pause to display error only when
1953         desktop-missing-file-warning is non-nil.
1954         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1955         (dired-mode): Bind desktop-buffer-misc-data-function.
1956         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
1957         Add Parameters.
1958         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1959         (Info-mode): Bind desktop-buffer-misc-data-function.
1960         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
1961         Add Parameters.
1962         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
1963         Add Parameters.
1965 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
1967         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
1968         the case of letters in case-insensitive expansions when the
1969         abbrev is preceded by characters with letter syntax.
1971 2004-04-21  Richard M. Stallman  <rms@gnu.org>
1973         * progmodes/cperl-mode.el (cperl-putback-char):
1974         Delete Emacs 18 definition.
1976         * international/mule.el (ctext-post-read-conversion):
1977         Use assoc-string, not assoc-ignore-case.
1979         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
1981         * emacs-lisp/easymenu.el (easy-menu-add):
1982         Do call x-popup-menu, but only if it's defined.
1984         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
1986         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
1987         Handle multiple args: compile like progn.
1989         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
1990         take all args as &rest arg.
1992         * autoinsert.el (auto-insert-alist): Insert the user's name in
1993         copyright notice, rather than Free Software Foundation.
1995 2004-04-21  Kenichi Handa  <handa@m17n.org>
1997         * descr-text.el (describe-char): Make it work on *Help* buffer.
1999 2004-04-21  Kim F. Storm  <storm@cua.dk>
2001         * image.el (insert-image): Add optional SLICE arg.
2002         (insert-sliced-image): New defun.
2004 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2006         * subr.el (read-number): Check whether `default' is nil.
2008 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2010         * progmodes/compile.el (compilation-error-properties):
2011         Split into two.
2012         (compilation-internal-error-properties): New one.
2013         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
2015 2004-04-20  Richard M. Stallman  <rms@gnu.org>
2017         * window.el (split-window-save-restore-data):
2018         Don't update the data if OLD-INFO is nil.
2020         * view.el (view-return-to-alist): Mark it permanent local.
2022         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
2024         * recentf.el (recentf-save-list): Catch and warn about errors.
2026         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
2027         so "Buffers" won't be pure.
2029         * help-mode.el (help-mode-finish): Set help-return-alist first
2030         thing, setting only the entry for the selected window.
2032         * help-fns.el (describe-function-1): If many non-control non-meta
2033         keys run the command, don't list all of them.
2035 2004-04-20  Juanma Barranquero  <lektu@terra.es>
2037         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
2038         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
2040         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
2042 2004-04-20  Kenichi Handa  <handa@m17n.org>
2044         * international/quail.el (quail-lookup-key): New optional arg
2045         NOT-RESET-INDICES.
2046         (quail-get-translations): Call quail-lookup-key with
2047         NOT-RESET-INDICES t.
2048         (quail-completion): Likewise.
2049         (quail-lookup-map-and-concat): Likewise.
2051 2004-04-20  Kenichi Handa  <handa@m17n.org>
2053         * international/quail.el (quail-update-translation): Don't insert
2054         such an unsupported multibyte char in a unibyte buffer.
2056 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
2058         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
2059         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
2060         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
2061         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
2062         (gdb-frame-assembler-buffer): Improve behaviour with
2063         multiple frames.
2064         (gdb-display-buffer): Extend search to all visible frames.
2066 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
2068         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
2069         characters left after base64 decoding.
2070         (rmail-decode-region): Use -dos variety of `coding', to remove any
2071         ^M characters left after qp or base64 decoding.
2073 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2075         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
2076         messages.
2078 2004-04-19  Stephen Eglen  <stephen@gnu.org>
2080         * add-log.el (add-change-log-entry): Update doc string to mention
2081         add-log-full-name and add-log-mailing-address.
2083 2004-04-18  Juri Linkov  <juri@jurta.org>
2085         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
2086         (Info-find-node-2): Simplify error message.
2087         (Info-insert-dir): Use Info-following-node-name.
2088         (Info-goto-node): Remove *info-history* and *info-toc*.
2089         (Info-history): Create a node of the virtual history file.
2090         (Info-toc): Create a node of the virtual toc file.
2091         (Info-insert-toc): New arg `curr-file' for reference file names.
2092         (info-apropos): Remove redundant var binding for temp-file.
2093         (Info-index, Info-index-next, Info-mode): Doc fix.
2094         (Info-goto-emacs-command-node): Don't jump to *info* from
2095         non-*info* Info buffers.
2096         (Info-fontify-node): Don't show the file name of external
2097         references if `Info-hide-note-references' is `hide'.  Don't hide
2098         newlines at the end of paragraphs.
2100         * international/mule-diag.el (list-input-methods):
2101         Fix args to help-xref-button.
2103         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
2104         to put into effect local variables from TUTORIAL files.
2106         * textmodes/paragraphs.el (sentence-end) <function>: New fun
2107         with default value taken from the variable `sentence-end'.
2108         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
2109         Add nil const to :type.
2110         (sentence-end-without-period, sentence-end-double-space)
2111         (sentence-end-without-space): Doc fix.
2113         * textmodes/paragraphs.el (forward-sentence):
2114         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
2115         (fill-delete-newlines):
2116         * progmodes/cc-cmds.el (c-beginning-of-statement):
2117         Use function `sentence-end' instead of variable `sentence-end'.
2119 2004-04-18  Andreas Schwab  <schwab@suse.de>
2121         * progmodes/compile.el (compilation-start): Set window start to
2122         point-min if compilation-scroll-output is nil.
2124 2004-04-18  John Wiegley  <johnw@newartisans.com>
2126         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
2128 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
2130         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
2131         (gdb-info-breakpoints-custom): Revert previous change.
2132         (gdb-view-assembler): Update assembler if necessary.
2133         (gdb-frame-handler): Parse correctly for gdb-current-frame.
2134         (gdb-display-source-buffer): Update properly when both source and
2135         assembler are visible.
2137 2004-04-17  John Wiegley  <johnw@newartisans.com>
2139         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
2140         which limits the number of names shown in the minibuffer.  Off by
2141         default.
2142         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
2143         up iswitchb for users with a multitude of open buffers by showing
2144         only the first and last N/2 buffers in the completion list (which
2145         is enough to aid C-s/C-r, and to know that more characters are
2146         needed to refine the completion list).
2148 2004-04-17  Richard M. Stallman  <rms@gnu.org>
2150         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
2151         (file-truename): Expand all ~ constructs directly.
2152         (insert-directory): Delete any error msg output by the
2153         `insert-directory-program'.
2155         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
2156         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
2157         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
2158         (allout-init): Use find-file-hook, not find-file-hooks.
2159         (allout-mode): Eliminate Emacs 18 support.
2160         Use write-contents-functions, not local-write-file-hooks.
2162 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
2164         * progmodes/compile.el (compilation-error-properties): Fix for
2165         adding messages when there are already markers for their file.
2166         (compilation-fake-loc): New function.
2168 2004-04-16  Dave Love  <fx@gnu.org>
2170         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
2171         (python-load-file): Fix python-orig-start setting.
2173         * progmodes/compile.el: Doc fixes.
2174         (compilation-error-regexp-alist-alist)
2175         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
2176         (compilation-assq): Wrap in eval-when-compile.
2177         (compilation-mode-font-lock-keywords): Don't use list*.
2178         (compilation-start): Avoid warning.
2179         (compilation-compat-error-properties)
2180         (compilation-directory-properties): Add keymap property.
2181         (compilation-parsing-end): Make it a marker for better compatibility.
2183         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
2185 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
2187         * xml.el: Doc fixes.
2188         (xml-get-children): Only looks at sub-tags and ignore strings.
2190         * xml.el (xml-parse-tag): Avoid overwriting node-name.
2192 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2194         * url/url-util.el (url-debug): Use with-current-buffer.
2196         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
2197         (url-nfs-create-wrapper): Use new backquote syntax.
2199         * url/url-https.el (url-https-file-attributes): Add id-format param.
2201         * url/url-http.el (url-http-head-file-attributes)
2202         (url-http-file-attributes): Add id-format parameter.
2204         * url/url-handlers.el: Use new find-file-hook.
2205         (url-file-attributes): Add id-format parameter.
2207         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
2208         (url-file-file-attributes): Add id-format parameter.
2210         * url/url-dav.el: Use with-current-buffer.
2211         (url-dav-process-response): Fix regexps and spurious quote.
2212         (url-dav-file-attributes): Add id-format param.
2214         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
2216 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
2218         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
2220         * vc.el (vc-print-log): Likewise.
2222 2004-04-16  Masatake YAMATO  <jet@gyve.org>
2224         * simple.el (completion-setup-function): Set an initial value
2225         to `element-common-end' before entering loop.  Set a value
2226         to `element-common-end' at the end of loop.
2227         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
2228         (completions-common-part): Rename from completion-de-emphasis.
2229         (completions-first-difference): Rename from completion-emphasis.
2230         Suggested by RMS.
2232 2004-04-16  Juanma Barranquero  <lektu@terra.es>
2234         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
2235         (bookmark-edit-annotation-mode): Add mode name.
2237 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2239         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
2240         for nested conflict markers.
2241         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
2243 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
2245         * progmodes/gdb-ui.el (gdb-goto-info): New function.
2247         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
2249 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2251         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
2252         Give a backtrace if requested.
2254         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
2256         * progmodes/python.el (python-mouse-2-command, python-RET-command):
2257         Remove unused functions.
2258         (python-orig-start-line, python-orig-file): Remove.
2259         (python-orig-start): New var.
2260         (python-input-filter, python-compilation-line-number)
2261         (python-send-region, python-load-file): Use it.
2263         * info.el (info): Always jump to *info*.
2265         * subr.el (posn-set-point): New function.
2267         * mouse.el (mouse-set-point): Use it.
2269         * progmodes/compile.el (compile-goto-error): Use it.
2270         (compilation-button-map): New keymap.
2271         (compilation-error-properties): Use it.
2272         (compilation-shell-minor-mode-map): Don't bind mouse-2.
2274         * smerge-mode.el (smerge-popup-context-menu): Use it.
2276         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
2277         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
2278         mouse and non-mouse case.
2280         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
2281         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
2283         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
2284         Make it work for non-mouse events.
2286         * pcvs-info.el (cvs-status-map): Update binding name.
2288 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
2290         * xml.el (xml-maybe-do-ns): New function to handle namespace
2291         parsing of both attribute and element names.
2292         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
2293         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
2294         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
2295         (xml-parse-attlist): Make it do its own namespace parsing.
2297 2004-04-14  Dave Love  <fx@gnu.org>
2299         * progmodes/python.el (run-python): Fix use of \n.
2300         (python-load-file): Remove `try' from Python fragment.
2301         (python-describe-symbol): Fix message.
2303         * comint.el: Doc fixes.
2304         (comint-last-input-start, comint-last-input-end)
2305         (comint-last-output-start): Give them values.
2306         (comint-arguments): Avoid warning.
2307         (comint-skip-prompt): Use line-end-position.
2308         (comint-backward-matching-input): Rename arg to agree with doc.
2309         (comint-extract-string): Use syntax-ppss.
2310         (comint-dynamic-simple-complete): Delete useless list construction.
2311         (comint-redirect-subvert-readonly): New.
2312         (comint-redirect-preoutput-filter): Use it.
2314         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
2315         Correctly handle negative arguments when calling hook functions.
2317 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
2319         * info.el (info-apropos): Don't clobber Info-history-list.
2321 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
2323         * progmodes/compile.el (compilation-setup):
2324         Localize overlay-arrow-position.
2325         (compilation-sentinel): Restructure code equivalently.
2326         (compilation-next-error): Find message on same line after point if
2327         not found before point.
2328         (compile-mouse-goto-error): Restore function so that compilation
2329         buffer need not be current and use compile-goto-error.
2330         (compile-goto-error): Restore function.
2331         (next-error): Set overlay-arrow-position.
2332         (compilation-forget-errors): Don't localize already local
2333         compilation-locs and remove FIXME about refontifying.
2335 2004-04-14  Kim F. Storm  <storm@cua.dk>
2337         * startup.el (emacs-quick-startup): New defvar (set by -Q).
2338         (command-line): New option -Q.  Like -q --no-site-file, but
2339         in addition it also disables menu-bar, tool-bar, scroll-bars,
2340         tool-tips, and the blinking cursor.
2341         (command-line-1): Skip startup screen if -Q.
2342         (fancy-splash-head): Use ":align-to center" prop to center splash image.
2344         * emulation/cua-base.el (cua-read-only-cursor-color)
2345         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
2347 2004-04-13  Dave Love  <fx@gnu.org>
2349         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
2350         (syntax): Don't require.
2351         (python) <defgroup>: Add :version.
2352         (python-quote-syntax): Re-written.
2353         (inferior-python-mode): Move stuff here from run-python and add
2354         some more.
2355         (python-preoutput-continuation, python-preoutput-result)
2356         (python-dotty-syntax-table): New.
2357         (python-describe-symbol): Use them.
2358         (run-python): Move stuff to inferior-python-mode.  Modify code
2359         loaded into Python.
2360         (python-send-region): Use python-proc, python-send-string.
2361         (python-send-string): Send newlines too.  Callers changed.
2362         (python-load-file): Re-written.
2363         (python-eldoc-function): New.
2364         (info-look): Don't require.
2365         (python-after-info-look): New.  A modified version of former
2366         top-level code for use with eval-after-load.
2367         (python-maybe-jython, python-guess-indent): Use widened buffer.
2368         (python-fill-paragraph): Re-written.
2369         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
2370         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
2372 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2374         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
2375         Set compilation-error-regexp-alist earlier.
2377         * progmodes/compile.el (compilation-minor-mode-map)
2378         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
2379         (compile-goto-error): Re-merge the mouse and non-mouse commands.
2381 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2383         * progmodes/compile.el (compile-goto-error): Select the buffer/window
2384         corresponding to the event.
2386         * url/url.el (url-retrieve): Use with-current-buffer.
2388         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
2389         Remove unused var `version'.
2391         * url/url-handlers.el (url-handler-mode): New minor mode.
2392         (url-setup-file-name-handlers): Remove.
2394 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
2396         * loadup.el: Add cygwin to system-type list, for unexec() support.
2398 2004-04-12  John Paul Wallington  <jpw@gnu.org>
2400         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
2401         (ibuffer-restore-window-config-on-quit): New variable to replace
2402         `ibuffer-delete-window-on-quit'.  Update all references.
2403         (ibuffer-prev-window-config): New variable.
2404         (ibuffer-quit): Restore previous window configuration instead of
2405         deleting window.
2406         (ibuffer): Save window configuration before showing Ibuffer buffer.
2408         * help.el (describe-mode): Doc fix.
2410         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
2411         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
2413 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2415         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
2416         not to treat nil as a function.
2418         * vc-arch.el (vc-arch-root): Be a bit more careful.
2419         (vc-arch-register): Save the buffer if we modified it.
2420         (vc-arch-delete-rej-if-obsolete): Save excursion.
2421         (vc-arch-find-file-hook): Use the simpler after-save-hook.
2422         (vc-arch-responsible-p, vc-arch-init-version): New functions.
2424         * net/ldap.el (ldap-search): Use list*.
2426 2004-04-12  Juri Linkov  <juri@jurta.org>
2428         * info.el (Info-follow-reference): Allow multiline reference name.
2430 2004-04-11  Dave Love  <fx@gnu.org>
2432         * url/url-mailto.el (url-mailto):
2433         * url/url-history.el (url-history-setup-save-timer):
2434         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
2436         * url/url-file.el (url-file-build-filename): Don't use
2437         directory-sep-char.
2439         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
2441         * url/url-about.el (url-scheme-registry): Defvar.
2442         (url-about): Use text/plain.
2444         * url/url-vars.el (cl): Don't require.
2445         (url): Add :version.
2446         (url-bug-address): Use bug-gnu-emacs.
2448         * url/url-util.el (url-hexify-string): Don't give multibyte error
2449         for char <16.
2450         (mail-header-extract): Autoload.
2452         * url/url-parse.el: Doc fixes.
2454         * url/url-ldap.el (ldap): Require.
2455         (url-ldap): Fix `format' call.
2456         (url-ldap-certificate-formatter): Avoid warning.
2458         * url/url-https.el (url-https-create-secure-wrapper): Use modern
2459         backquotes.
2461         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
2462         (url-intersection): New.
2463         (url-dav-supported-p): Use it.
2464         (url-dav-save-resource): Declare url-http-response-status special.
2466         * url/url-cache.el (url-util): Require.
2468         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
2470         * progmodes/python.el: New file.
2472 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
2474         * vc-hooks.el (vc-arg-list): Function removed.
2475         (vc-default-workfile-unchanged-p): Use condition-case to check for
2476         backward compatibility.
2478         * vc.el (vc-print-log): Use condition-case to check for backward
2479         compatibility.
2481 2004-04-11  Juri Linkov  <juri@jurta.org>
2483         * dired.el (dired-faces): New defgroup.
2484         (dired-header, dired-mark, dired-marked, dired-flagged)
2485         (dired-warning, dired-directory, dired-symlink, dired-ignored):
2486         New faces.
2487         (dired-header-face, dired-mark-face, dired-marked-face)
2488         (dired-flagged-face, dired-warning-face, dired-directory-face)
2489         (dired-symlink-face, dired-ignored-face): New face variables.
2490         (dired-font-lock-keywords): Use them instead of font-lock faces.
2491         Split the rule for dired marks into 3 separate rules: for marks,
2492         marked file names and flagged file names.
2494         * help-mode.el (help-make-xrefs): Add a final newline to the
2495         *Help* buffer.
2497 2004-04-11  John Paul Wallington  <jpw@gnu.org>
2499         * replace.el (occur-engine): Distinguish between one and several
2500         matches in the matches per buffer heading.
2502 2004-04-11  Kim F. Storm  <storm@cua.dk>
2504         * ido.el (ido-confirm-unique-completion): New defcustom.
2505         (ido-complete): Use it.
2506         (ido-write-file): Set it to t unconditionally.
2508 2004-04-10  Miles Bader  <miles@gnu.org>
2510         RCS keyword removal (only non-comment changes are enumerated here):
2512         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
2513         (byte-compile-insert-header): Don't use `byte-compile-version'.
2514         * url/url-vars.el (url-version): Use the constant string "Emacs"
2515         instead of calculating something from the RCS `State' keyword
2516         [the latter is almost entirely useless anyway].
2517         * forms.el (forms-version): Variable removed.
2518         (forms-mode): Don't use `forms-version'.
2519         * recentf.el (recentf-version): Variable removed.
2520         * progmodes/delphi.el (delphi-version): Variable removed.
2521         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2523 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2525         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
2527 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
2529         * info.el (info-apropos): Improve menu item regexp.
2531 2004-04-09  Simon Josefsson  <jas@extundo.com>
2533         * mail/smtpmail.el: Add comment, based on report by
2534         kdc@rcn.com (Kevin D. Clark).
2536 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2538         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2539         Redo one more thing that I didn't notice Daniel had undone.
2541 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
2543         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
2544         (gdb-goto-breakpoint, gdb-display-buffer)
2545         (gdb-display-source-buffer, gdb-view-source-function)
2546         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
2547         (gdb-source-info, gdb-frame-handler): Don't specify a window
2548         for display.
2549         (gdb-info-breakpoints-custom): Remove superfluous update of
2550         assembler buffer.
2551         (gdb-many-windows): Make settable outside gdb.
2553 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
2555         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
2556         Derive from fundamental-mode rather than text-mode.
2558 2004-04-08  Juri Linkov  <juri@jurta.org>
2560         * info.el (Info-history): Doc fix.
2561         (Info-history-list): New var.
2562         (info-xref): Change magenta4 to blue, remove bold for dark and
2563         light backgrounds, change bold to underline for non-color classes.
2564         (info-xref-visited): New face.
2565         (Info-fontify-visited-nodes): New custom.
2566         (Info-hide-note-references): Add new value `hide'.  Doc fix.
2567         (Info-reference-name): New var.
2568         (Info-selection-hook): New custom.
2569         (Info-edit-mode-hook): New var.
2570         (Info-find-file): New fun.
2571         (Info-find-node): Move part of code to Info-find-file.
2572         (Info-find-node-2): Add anchors to Info-history-list.  Move point
2573         to the place with the reference name if name is defined.
2574         (Info-select-node): Add current node to Info-history-list.
2575         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
2576         (Info-search-whitespace-regexp): New custom.
2577         (Info-search-case-fold): New var.
2578         (Info-search): Add "case-sensitively" to the prompt.
2579         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
2580         (Info-search-case-sensitively, Info-search-next): New fun.
2581         (Info-up): Move point to the menu item of the current node.
2582         (Info-history): New fun.  Add *info-history* to
2583         same-window-buffer-names.
2584         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
2585         (Info-insert-toc): New fun.
2586         (Info-build-toc): New fun.
2587         (Info-follow-reference): Add new arg `fork'.  Doc fix.
2588         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
2589         with the same name prefer the reference closest to point.
2590         (Info-next-reference): Replace * by + in the *Note regexp.
2591         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2592         (Info-prev-reference): Replace * by + in the *Note regexp.
2593         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2594         (Info-follow-nearest-node): Add new arg `fork'.
2595         (Info-try-follow-nearest-node): Add new arg `fork'.
2596         Call browse-url for http:// and ftp:// references.
2597         Set Info-reference-name for index entries.
2598         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
2599         Info-search-next, Info-history, Info-toc, clone-buffer.
2600         (Info-menu-update): Replace * by + in the *Note regexp.
2601         (Info-mode): Add documentation for Info-history, Info-toc,
2602         Info-search-case-sensitively, Info-search-next, clone-buffer.
2603         (Info-fontify-menu-headers): Remove fun.  Move code to
2604         Info-fontify-node.
2605         (Info-fontify-node): Add docstring.  Add local vars
2606         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
2607         then fontify header line, titles, menu headers, http and ftp
2608         references, refill paragraphs.  If not-fontified-p is t or
2609         fontify-visited-p is t then fontify cross references, menu items.
2610         Fontify menu headers.  Fontify http and ftp references.
2611         Change regexp for cross references to require whitespace after *Note,
2612         add matching groups for file and node names.  Remove hack for quote.
2613         Use display property for Info-hide-note-references=t.  Use fifth
2614         or fourth match for help-echo.  Display visited nodes in a
2615         different face.  Unhide file names of external references.
2616         Unhide newlines.  Display visited menu items in a different face.
2618 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2620         * progmodes/compile.el: Require CL.
2621         (compilation-mode-font-lock-keywords): Re-install the "line as
2622         function" patch.
2624         * help-fns.el (help-C-source-directory): New var.
2625         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
2626         (describe-function-1, describe-variable): Use them.
2628         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
2629         to C source files specially.
2631 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2633         * info.el (Info-hide-cookies-node): New function.
2634         (Info-select-node): Use it.
2635         (Info-display-images-node): Remove message with image file name.
2637 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
2639         * progmodes/compile.el (compilation-warning-face)
2640         (compilation-info-face, compilation-skip-threshold)
2641         (compilation-skip-visited, compilation-context-lines):
2642         Declare :version when added to Emacs.
2643         (compilation-error-regexp-alist-alist): Extend caml and irix.
2644         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
2645         (compilation-mode-font-lock-keywords): Temporarily undo line as
2646         function patch, which wasn't ready.
2648 2004-04-07  Kenichi Handa  <handa@m17n.org>
2650         * international/latin1-disp.el (latin1-display-setup): Check each
2651         character is displayable or not instead of calling
2652         latin1-display-check-font.
2654 2004-04-06  Kenichi Handa  <handa@m17n.org>
2656         * language/ethio-util.el (ethio-sera-being-called-by-w3):
2657         New variable.
2658         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
2659         instead of sera-being-called-by-w3.
2660         (ethio-fidel-to-sera-buffer): Likewise.
2661         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
2662         instead of sera-being-called-by-w3.
2663         (ethio-write-file): Likewise.
2665 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2667         * printing.el: Doc fix.
2669 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
2671         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
2672         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
2673         (gdb-setup-windows): Only use separate IO buffer if required.
2675 2004-04-06  Kim F. Storm  <storm@cua.dk>
2677         * term.el (term-is-xemacs): Remove.
2678         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
2679         (term-window-width): New function.
2680         (term-mode, term-check-size): Use it.
2681         (term-mode): Disable overflow-newline-into-fringe in term buffer.
2683 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2685         * cus-edit.el (custom-add-parent-links): Change unbound variable
2686         `symbol' to `name'.
2688 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
2689         * info.el (info-apropos): New function.
2690         (Info-mode-menu): Add it.
2691         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
2693         * help-mode.el (help-make-xrefs): Recognize aliased variable with
2694         inherited docstring.
2696         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
2698 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2700         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
2702         * progmodes/compile.el (font-lock): Don't require any more.
2703         (compilation-error-properties, compilation-start, compilation-sentinel)
2704         (compilation-filter, next-error): Use with-current-buffer.
2705         (compilation-skip-to-next-location, compilation-skip-threshold)
2706         (compilation-skip-visited): Move to silence the byte-compiler.
2707         (compilation-setup): Simplify.
2708         (compilation-next-error): Use line-(beginning|end)-position.
2709         Make sure `pt' is non-nil before using compilation-loop.
2710         (compile-goto-error): Add optional event arg.  Use it.
2711         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
2712         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
2713         Update the binding for mouse-2.
2714         (first-error): Set compilation-current-error to nil rather than bob.
2715         (compilation-parsing-end, compilation-parse-errors-function)
2716         (compilation-error-list, compilation-old-error-list):
2717         "New" compatibility variables.
2718         (compile-buffer-substring, compilation-compat-error-properties)
2719         (compilation-compat-parse-errors, compilation-forget-errors):
2720         New compatibility functions.
2721         (compilation-mode-font-lock-keywords): Use them.
2723 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
2725         * autorevert.el (auto-revert-handler): If point (or a window
2726         point) is at the end of the buffer, keep it there after
2727         reverting.  This allows to tail a file.
2728         Mention this in the `Commentary'.
2730         * format.el (format-write-file): Add optional argument CONFIRM
2731         and make it behave like the analogous argument to `write-file'.
2733 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2735         * progmodes/ebnf2ps.el: Doc fix.
2736         (ebnf-version): New version number (4.2).
2737         (ebnf-syntax): Customization and docstring fix.
2738         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
2739         Put autoloaded funs before first use.
2740         (ebnf-style-database): Add dtd entry.
2741         (ebnf-syntax-alist): Add dtd initialization.
2742         (ebnf-token-sequence): New fun.
2743         (ebnf-comment-table): Add new comment action character.
2744         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
2746         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
2747         Type Definition for XML).
2749         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
2750         * progmodes/ebnf-bnf.el (ebnf-sequence):
2751         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
2752         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
2753         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
2754         Code simplification: call ebnf-token-sequence.
2756 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
2758         * calendar/timeclock.el (timeclock-relative)
2759         (timeclock-get-project-function, timeclock-get-workday-function)
2760         (timeclock-query-out, timeclock-when-to-leave)
2761         (timeclock-when-to-leave-string, timeclock-log-data)
2762         (timeclock-generate-report, timeclock-in): Doc fixes.
2764 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2766         * url: Import the URL package from its repository.
2768         * url/url-methods.el:
2769         * url/url-parse.el: Don't require url-auto.
2771 2004-04-03  Andreas Schwab  <schwab@suse.de>
2773         * diff-mode.el (diff-mode): Fix missing quote.
2775 2004-04-03  Juri Linkov  <juri@jurta.org>
2777         * descr-text.el (describe-property-list): Add `font-lock-face'.
2779         * dired.el (dired-font-lock-keywords): Fix permission regexps.
2781 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2783         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
2784         Use utf-16le on little endian machines and utf-16be otherwise.
2786 2004-04-02  David Kastrup  <dak@gnu.org>
2788         * net/browse-url.el (browse-url-generic): Use call-process
2789         instead of start-process to allow browsers that fork and detach.
2791 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
2793         * compile.el (compilation-current-error): New var.
2794         (compilation-setup, compile-mouse-goto-error)
2795         (compile-goto-error, next-error): Use it.
2796         (compilation-skip-to-next-location): Default to t, which gives
2797         contiguous skipping like old compile (where this was redundant).
2798         (compilation-next-error): Prevent previous-* commands from moving
2799         back to message at or just before point.
2801 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
2803         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
2804         (gdb-source-info): Don't display source at startup, if required.
2805         (gdb-show-main): New option.
2806         (gdba): Update documentation.
2807         (gdb-source): Cover case of auto-display output.
2809 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
2811         * autorevert.el: Delete obsolete autoload's and defvar's.
2812         (auto-revert-check-vc-info): New user option.
2813         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
2814         (auto-revert-handler-vc): Delete.
2815         (auto-revert-handler): Treat return value `fast' of
2816         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
2818         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
2819         return `fast'.
2821         * files.el (buffer-stale-function): Doc change.
2823 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2825         * printing.el: New tip on Tips section.
2826         (pr-version): New version number (6.7.4).
2827         (pr-shell-file-name): Initialization fix.
2829 2004-03-31  Juri Linkov  <juri@jurta.org>
2831         * dired.el: Add autoload for `dired-do-touch'.
2832         (dired-touch-program): New var.
2833         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
2834         (dired-no-confirm): Add `touch' to docstring.
2836         * dired-aux.el (dired-do-touch): New fun.
2837         (dired-do-chxxx): Add argument -t for touch operation.
2839         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
2840         `dired-move-to-filename-regexp'.
2842 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
2844         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
2846 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2848         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
2849         and only if the buffer was modified.
2851 2004-03-30  Kenichi Handa  <handa@m17n.org>
2853         * international/characters.el: Delete pairs for U+2308..U+230B.
2855 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
2857         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
2858         to detect the beginning of a level 2 or 3 annotation.
2860 2004-03-29  Kenichi Handa  <handa@m17n.org>
2862         * international/ucs-tables.el (ucs-insert): Fix the error message.
2864 2004-03-29  Kenichi Handa  <handa@m17n.org>
2866         * international/mule-util.el (char-displayable-p): Fix generation
2867         of XLFD file name.
2869         * Makefile.in (setwins, setwins_almost): Change directory to $wd
2870         before finding directories by `find'.
2872 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2874         * subr.el (interactive-form): Delete.  Now implemented in C.
2876         * pcvs.el (cvs-parse-process): Workaround for Darwin.
2878         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
2879         (vc-diff-label): New fun.
2880         (vc-diff-internal): Use it.
2882         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
2884 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2886         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
2888         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
2889         specify XML (EBNFX).
2891         * progmodes/ebnf2ps.el: Doc fix.
2892         (ebnf-version): New version number (4.1).
2893         (ebnf-syntax): Adjust customization.
2894         (ebnf-style-database): Add ebnfx entry.
2895         (ebnf-syntax-alist): Add ebnfx initialization.
2896         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
2898         * printing.el: Doc fix.
2899         (pr-version): New version number (6.7.3).
2900         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
2901         returns nil for mouse position.  Reported by Drew Adams
2902         <drew.adams@oracle.com>.
2903         (pr-update-menus): Modify interactive declaration.  Reported by Drew
2904         Adams <drew.adams@oracle.com>.
2906 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
2908         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
2909         (gud-gdba-marker-filter): Log the process input and output, if
2910         required.  From Stefan Monnier.
2911         (gdb-debug-log, gdb-enable-debug-log): New variables.
2912         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
2914 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2916         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
2917         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
2919 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
2921         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
2922         Call vc-find-file-hook here instead of in auto-revert-buffers.
2923         (auto-revert-buffers): Delete call to vc-find-file-hook.
2924         (auto-revert-verbose, global-auto-revert-non-file-buffers)
2925         (global-auto-revert-mode, auto-revert-set-timer)
2926         (auto-revert-handler, auto-revert-buffers): Doc fixes.
2928 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2930         * woman.el (woman-change-fonts): Rename local variable
2931         woman-font-alist to font-alist to avoid a compiler warning.
2933 2004-03-27  Dave Love  <fx@gnu.org>
2935         * emacs-lisp/rx.el (rx): Doc fix.
2936         Fix copyright years.
2938         * strokes.el (strokes-global-set-stroke-string): New function.
2939         (strokes-list-strokes): Cope with strings, not just commands.
2940         Set foreground colour of image.
2941         (strokes-global-set-stroke): Doc fix.
2943 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
2945         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
2946         Auto Revert mode.
2947         (Buffer-menu-files-only): New variable.
2948         (Buffer-menu-toggle-files-only): New function.
2949         (Buffer-menu-mode-map): Bind it to `T'.
2950         (Buffer-menu-mode): Mention `T' in docstring.
2951         Set buffer-stale-function.
2952         (list-buffers-noselect): Mark buffer non-modified and set
2953         Buffer-menu-files-only.
2955         * dired.el (buffer-stale-function): Remove no longer needed defvar.
2957         * autorevert.el (auto-revert-handler): Print revert message
2958         before, rather than after, reverting.
2959         (buffer-stale-function): Move to files.el.
2961         * files.el (buffer-stale-function): Move here from autorevert.el.
2963 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2965         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
2967         * calc/calc.el (calc-mode-map): Use mapc.
2969         * apropos.el (apropos-mode): Don't autoload.
2970         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
2971         (apropos): Use it.
2972         (apropos-print): Add optional `text' argument.
2973         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
2974         Don't assume point-min == 1.
2976         * bs.el (bs-buffer-list): Use buffer-local-value.
2977         (bs--set-toggle-to-show): Use with-current-buffer.
2979         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
2980         New funs.
2981         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
2983         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
2985         * dabbrev.el (dabbrev-expand): Fix regexp construction.
2986         (dabbrev--find-expansion): Use pop.
2987         (dabbrev--search): Use match-string-no-properties.
2989         * dired.el (dired-mode): Use run-mode-hooks.
2990         (dired-move-to-end-of-filename): Use match-string.
2992         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
2993         is bound before using it.
2994         (ediff-verbose-p): Make it into a var since it's not constant.
2996         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
2998         * faces.el (read-face-font): Don't cons up unnecessarily.
2999         (header-line, tool-bar): Share common parts.
3001         * files.el (file-relative-name): Use compare-strings.
3003         * finder.el (finder-mode): Follow coding convention.
3005         * subr.el (read-number): New function.
3007         * ses.el (ses-read-number): Move to subr.el.
3008         (ses-set-header-row): Use read-number.
3010 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
3012         * vc-hooks.el (vc-arg-list): New function, which handles both
3013         compiled and uncompiled code.
3014         (vc-default-workfile-unchanged-p): Use it.
3016         * vc.el (vc-print-log): Undo prev change, use new function
3017         vc-arg-list from vc-hooks.el.
3019 2004-03-26  Masatake YAMATO  <jet@gyve.org>
3021         * simple.el (completion-setup-function): Emphasize the
3022         first uncommon characters in the completions; and de-emphasize
3023         the common prefix substrings.
3024         (completion-emphasis): New face.
3025         (completion-de-emphasis): New face.
3027 2004-03-25  Juanma Barranquero  <lektu@terra.es>
3029         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3030         Comment out (it's unused and unfinished code).
3032 2004-03-25  Sam Steingold  <sds@gnu.org>
3034         * vc.el (vc-print-log): Fix a bug in the last patch:
3035         backend-function may be a byte-compiled object, not a lambda.
3037 2004-03-25  Juri Linkov  <juri@jurta.org>
3039         * descr-text.el (describe-property-list): Add a button
3040         for `face' property that calls `describe-face'.
3041         Suggested by luis fernandes <elf@ee.ryerson.ca>
3043         * international/mule.el (keyboard-coding-system):
3044         * kmacro.el (kmacro-call-macro): Fix docstring.
3046         * dired.el: Fix comments.
3048         * textmodes/fill.el (fill): Fix Info link.
3050         * font-lock.el (fast-lock, lazy-lock):
3051         * jit-lock.el (jit-lock): Remove links to removed Support Modes
3052         Info node.
3054         * eshell/eshell.el (eshell): Fix broken info-link.
3056         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3057         * eshell/em-banner.el (eshell-banner):
3058         * eshell/em-smart.el (eshell-smart):
3059         * eshell/esh-cmd.el (eshell-cmd):
3060         Comment out broken info-links to incomplete Info manual.
3062         * info-xref.el: Fix commentary.
3064 2004-03-25  Kevin Ryde  <user42@zip.com.au>
3066         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3067         Remove spurious node duplicate suppression, doesn't work, not wanted.
3068         (info-xref-output): Take format style args, add "sit-for 0" to let
3069         user see the results as they progress.
3070         (info-xref-check-all-custom): New function.
3072 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
3074         * gdb-ui.el: Moved to progmodes.
3076 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3078         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3080 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3082         * calendar/appt.el (appt-check): Remove superfluous progn.
3083         When finished with diary buffer: if it was not being displayed
3084         before, kill it; otherwise restore its original state.
3085         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
3087         * calendar/calendar.el (calendar-set-mode-line): Use total
3088         available mode-line width, rather than frame-width.
3090         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
3091         after mode change so effect not lost.
3093 2004-03-23  Dave Love  <fx@gnu.org>
3095         * dired.el (dired) <defgroup>: Add link to manual.
3096         (dired-font-lock-keywords): Add highlighting on unusual permissions.
3097         (dired-revert): Use dolist.
3098         (dired-mode-map): Add U binding.
3099         (dired-mode): Add font-lock-beginning-of-syntax-function.
3100         (dired-garbage-files-regexp): Make it a defcustom.
3102 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3104         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
3105         is equivalent to nil.
3106         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
3107         (vc-arch-mode-line-string): Accept `added' state.
3108         (vc-arch-state): Use inode-sigs if available.
3109         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
3110         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
3111         (vc-arch-tagline-re): New var.
3112         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
3113         New functions.
3114         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
3115         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
3117         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
3118         (vc-file-not-found-hook): Use it.
3120         * diff-mode.el (diff-default-read-only): Change default.
3121         (diff-mode-hook): Make it a defcustom.  Add some options.
3122         (diff-mode-map): Bind diff-refine-hook.
3123         (diff-yank-handler): New var.
3124         (diff-yank-function): New fun.
3125         (diff-font-lock-keywords): Use them.
3126         (diff-end-of-file): Handle case where file-header looks like diff text.
3127         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
3128         (diff-file-kill): Delete a subsequent empty line, if applicable.
3129         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
3130         (diff-find-file-name): Use it.
3131         (diff-tell-file-name): New command.
3132         (diff-mode): Be careful with view-mode.
3133         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
3134         New functions, for use in diff-mode-hook.
3135         (diff-find-source-location): Catch "regex too large" errors.
3136         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
3137         (diff-refine-hunk): New command.
3139         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
3140         (smerge-context-menu-map): Remove unused var.
3141         (smerge-keep-all): Preserve markers.
3142         (smerge-keep-n): New fun.
3143         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3144         (smerge-keep-current, smerge-ediff): Use it.
3145         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
3146         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
3147         (smerge-resolve): Resolve trivial 3-part conflicts.
3149 2004-03-23  Juri Linkov  <juri@jurta.org>
3151         * man.el (Man-width): New var.
3152         (Man-getpage-in-background): Use it.
3153         (Man-support-local-filenames): New var and fun.
3154         (Man-build-man-command): Don't add a second %s.
3155         (Man-fontify-manpage): Clean up message.
3156         (Man-mode): Set outline-regexp, outline-level,
3157         imenu-generic-expression.
3159         * woman.el (woman-fill-frame): Doc fix.
3160         (woman-decode-region): Use window-width instead of frame-width.
3162         * abbrevlist.el (list-one-abbrev-table):
3163         * descr-text.el (describe-char):
3164         * international/mule-diag.el (describe-current-coding-system):
3165         * international/quail.el (quail-insert-decode-map):
3166         Use window-width instead of frame-width.
3168         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
3169         (jka-compr-mode-alist-additions): Add tbz.
3170         (jka-compr-write-region, jka-compr-insert-file-contents):
3171         Add message for undefined compress-program.
3172         (jka-compr-write-region): Remove redundant var bindings.
3174         * dired-x.el (dired-guess-shell-alist-default): Add choices for
3175         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
3176         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
3177         (dired-man): Use dired-guess-shell-command.
3178         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
3179         Change default nil to t.
3181         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
3182         (dired-compare-directories): Add default value for empty input.
3184         * help-at-pt.el: Move suggestions for key bindings to Commentary.
3186         * time.el (display-time-string-forms): Fix help-echo date format.
3188 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
3190         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
3191         (buffer-stale-function): New variable.
3192         (auto-revert-list-diff, auto-revert-dired-file-list)
3193         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
3194         (auto-revert-handler): Take over some functionality of deleted
3195         functions.
3196         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
3198         * dired.el (dired-directory-changed-p): New fun, extracted from
3199         dired-internal-noselect.
3200         (dired-buffer-stale-p): New fun.
3201         (dired-internal-noselect): Use dired-directory-changed-p.
3202         Eliminate revert messages.
3203         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
3205 2004-03-23  Kenichi Handa  <handa@m17n.org>
3207         * international/characters.el: Setup syntaxes for more parentheses
3208         Unicode characters.
3210         * international/mule-cmds.el (select-safe-coding-system):
3211         Merge coding-system and auto-cs before comparing them.
3213 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3215         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
3217         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3218         normal-auto-fill-function and comment-indent-function.
3219         The default values now work just as well.
3220         Don't set font-lock-beginning-of-syntax-function since we already set
3221         syntax-begin-function.
3222         (lisp-outline-level): Put ;;;###autoload at same level as (.
3223         (prin1-char): Quote special chars.
3225         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
3226         than with-no-warnings.
3228         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
3229         if the source location can't be found.
3230         (edebug-compute-previous-result): Use prin1-char.
3232         * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
3233         (debug-ignored-errors): Add an entry.
3235         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
3236         (byte-compile-file): Output warning when deleting a file.
3238         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
3239         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
3241         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
3242         (byte-compile-inline-expand): Use backquote.
3243         (byte-optimize-pure-func): Rename from byte-optimize-concat.
3244         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
3246         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
3248         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
3250 2004-03-22  Juri Linkov  <juri@jurta.org>
3252         * finder.el (finder-known-keywords): Fix data, tex, unix.
3254         * play/landmark.el: Fix keywords.
3256         * language/ethio-util.el (ethio-find-file): Doc fix.
3258         * emacs-lisp/warnings.el: Doc fix.
3260         * textmodes/ispell.el (ispell-help): Doc fix.
3262 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
3264         * format.el (format-insert-file): Always return a list of two
3265         elements, like insert-file-contents does.
3267 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
3269         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
3270         and vc-BACKEND-diff.
3271         (vc-print-log): If the print-log implementation supports it, use
3272         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
3273         (vc-version-diff, vc-diff-internal): Doc fixes.
3275         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
3276         implementation supports it, let diff output go to *vc*,
3277         not *vc-diff*, since this is an internal call.
3279         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
3281         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
3283         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
3285 2004-03-21  Dave Love  <fx@gnu.org>
3287         * progmodes/cfengine.el (cfengine-mode):
3288         Set parse-sexp-ignore-comments.
3290         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
3292 2004-03-21  Juanma Barranquero  <lektu@terra.es>
3294         * allout.el (allout-mode): Fix docstring.
3296 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
3298         * files.el (insert-directory): Fix bug if SWITCHES is a list.
3300         * autorevert.el (auto-revert-interval): Make new value take
3301         effect immediately when set through Custom.
3302         (auto-revert-set-timer): Add interactive declaration.
3304 2004-03-19  David Ponce  <david@dponce.com>
3306         * ruler-mode.el (ruler-mode-header-line-format-old):
3307         Don't `make-variable-buffer-local'.
3308         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
3309         (ruler-mode-header-line-format): Simply funcall the above.
3310         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
3311         to save/restore a previous header line format.
3312         (ruler-mode-space): Don't depend on a numeric WIDTH value.
3313         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
3314         fringes and margins width.
3315         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
3317 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3319         * log-edit.el (log-edit-font-lock-keywords): Typo.
3321         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
3322         (tex-send-tex-command): Rather than here.
3323         (tex-compilation-parse-errors): Simplify.
3325         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
3327         * time.el (display-time-string-forms): Add help-echo with date on time.
3329         * composite.el (compose-region): Use restore-buffer-modified-p.
3331         * disp-table.el (standard-display-8bit): Simplify.
3333         * server.el (server-process-filter): Delete temp frame.
3335         * add-log.el (add-change-log-entry): Simplify.
3337 2004-03-19  Kim F. Storm  <storm@cua.dk>
3339         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
3340         (hexl-follow-line): Don't require 'fringe.
3342         * progmodes/compile.el (compilation-start): Always set
3343         compilation-last-buffer and return it.
3345 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
3347         * simple.el (clone-buffer): Doc fix.
3349 2004-03-18  Juanma Barranquero  <lektu@terra.es>
3351         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
3353 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3355         * log-edit.el (log-edit-font-lock-keywords): New var.
3356         (log-edit-mode): Use it.
3358 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
3360         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
3361         properly for watching in speedbar.
3363 2004-03-17  Masatake YAMATO  <jet@gyve.org>
3365         * smerge-mode.el (smerge-popup-context-menu):
3366         Put `unwind-protect' around `overlay-put' and `popup-menu'.
3368 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3370         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
3371         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
3372         Take sealed revisions into account.
3373         (vc-arch-checkin): Extract a summary line from the message.
3375 2004-03-16  Masatake YAMATO  <jet@gyve.org>
3377         * register.el (register): Provide `register' feature.
3379 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3381         Added context menu support in smerge mode.
3382         Most of the part is written by Stefan Monnier.
3384         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
3385         New keymap and menu.
3386         (smerge-text-properties): New function.
3387         (smerge-remove-props): New function.
3388         (smerge-popup-context-menu): New function.
3389         (smerge-resolve): Call `smerge-remove-props'.
3390         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
3391         (smerge-keep-current): Ditto.
3392         (smerge-kill-current): New function.
3393         (smerge-match-conflict): Put text properties.
3394         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
3396 2004-03-15  David Ponce  <david@dponce.com>
3398         * ruler-mode.el: (ruler-mode-left-fringe-cols)
3399         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
3400         (ruler-mode-right-scroll-bar-cols): Remove.
3401         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
3402         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
3403         Use fringe-columns and scroll-bar-columns.
3405 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3407         * hl-line.el (hl-line-range-function): New variable.
3408         (hl-line-move): New function.
3409         (global-hl-line-highlight): Use `hl-line-move'.
3410         (hl-line-highlight): Ditto.
3412         * scroll-bar.el (scroll-bar-columns):
3413         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
3415         * ruler-mode.el (top-level): Require scroll-bar and fringe.
3416         (ruler-mode-left-fringe-cols)
3417         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
3418         (ruler-mode-right-scroll-bar-cols)
3419         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
3420         (ruler-mode-ruler-function): New variable.
3421         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
3422         if the value for `ruler-mode-ruler-function'is given.
3424         * hexl.el (hexl-mode-hook): Make the hook customizable.
3425         (hexl-address-area, hexl-ascii-area): New customize variables.
3426         (hexlify-buffer): Put font-lock-faces on the address area and
3427         the ascii area.
3428         (hexl-activate-ruler): New function.
3429         (hexl-follow-line): New function.
3430         (hexl-highlight-line-range): New function.
3431         (hexl-mode-ruler): New function.
3433 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3435         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
3436         (vc-default-find-file-hook): New fun.
3437         (vc-find-file-hook): Call new find-file-hook operation.
3439         * vc-arch.el: New file.
3441 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
3443         * info-look.el (info-lookup): Reuse an existing Info window.
3445 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3447         * woman.el (woman-preserve-ascii): Default value changed to t and
3448         doc string revised.
3450 2004-03-12  Richard M. Stallman  <rms@gnu.org>
3452         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3453         Fix minor bug.
3455         * replace.el (occur-engine): Change message for count of matches.
3457         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3458         For strings, do compare text properties.
3460 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
3462         * progmodes/compile.el (compile-auto-highlight)
3463         (compilation-error-list, compilation-old-error-list)
3464         (compilation-parse-errors-function, compilation-parsing-end)
3465         (compilation-error-message, compilation-directory-stack)
3466         (compilation-enter-directory-regexp-alist)
3467         (compilation-leave-directory-regexp-alist)
3468         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
3469         (compilation-current-file, compilation-regexps): Remove vars.
3471         (compile-error-at-point, compilation-error-filedata)
3472         (compilation-error-filedata-file-name, compile-reinitialize-errors)
3473         (compilation-next-error-locus, compilation-forget-errors)
3474         (count-regexp-groupings, compilation-parse-errors)
3475         (compile-collect-regexps, compile-buffer-substring): Remove funs.
3477         (compile-internal): Make obsolete.
3479         (compilation-first-column, compilation-error)
3480         (compilation-directory-matcher, compilation-page-delimiter)
3481         (compilation-mode-font-lock-keywords, compilation-debug)
3482         (compilation-error-face, compilation-warning-face)
3483         (compilation-info-face, compilation-line-face)
3484         (compilation-column-face, compilation-enter-directory-face)
3485         (compilation-leave-directory-face, compilation-skip-threshold)
3486         (compilation-skip-visited, compilation-context-lines): New vars.
3488         (compilation-warning-face, compilation-info-face)
3489         (compilation-message-face): New faces.
3491         (compilation-error-regexp-alist-alist): New constant.
3493         (compilation-face, compilation-directory-properties)
3494         (compilation-assq, compilation-error-properties, compilation-start)
3495         (define-compilation-mode, compilation-loop)
3496         (compilation-set-window): New functions.
3498         (compile): Additional argument for interactive compiles like TeX.
3500         * progmodes/grep.el (kill-grep): Move here from compile.el
3501         (grep-error, grep-hit-face, grep-error-face)
3502         (grep-mode-font-lock-keywords): New variables.
3503         (grep-regexp-alist): Simplify regexp and add `binary' case.
3504         (grep-mode): New mode.
3505         (grep-process-setup): Simplify.
3507 2004-03-11  Jason Rumney  <jasonr@gnu.org>
3509         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
3510         letters on DOS/Windows.
3512 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3514         * server.el (server-name): New var.
3515         (server-socket-dir): New var to replace server-socket-name.
3516         (server-start): Use them.
3518 2004-03-11  Simon Josefsson  <jas@extundo.com>
3520         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
3521         died to avoid infloop.  Reported by Jonathan Glauner
3522         <jglauner@sbum.org>.
3524 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3526         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
3527         (smerge-mode-menu): Use it to deactivate menu entries.
3528         (smerge-keep-current): New fun.
3529         (smerge-keep-current): Use it.
3531 2004-03-10  John Paul Wallington  <jpw@gnu.org>
3533         * foldout.el (foldout-fold-list, foldout-modeline-string):
3534         Declare them as variables, not constants.
3536 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3538         * ps-print.el: Modification to print *Messages* buffer.
3539         (ps-print-version): New version 6.6.4.
3540         (ps-message-log-max): New fun.
3541         (ps-spool-without-faces, ps-spool-with-faces)
3542         (ps-count-lines-preprint): Code fix.
3544         * printing.el: New tips in Tips section.
3546 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3548         * delim-col.el: Doc fix.
3550         * printing.el: Doc fix.  New doc section (Tips).
3552 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3554         * type-break.el (type-break-emacs-variant): Remove.
3555         (type-break-run-at-time, type-break-cancel-function-timers):
3556         Use fboundp rather than version name and number.
3558 2004-03-09  Masatake YAMATO  <jet@gyve.org>
3560         * hexl.el (hexl-mode): Use `make-local-variable' instead of
3561         `make-variable-buffer-local'.
3563 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
3565         * find-dired.el (find-dired): Call `shell-command' instead of
3566         `start-process-shell-command'.  By this, Tramp takes over
3567         handling of remote directories.
3569 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3571         * newcomment.el (comment-use-global-state): New var.
3572         (comment-search-forward): Use it.
3574         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
3576         * cus-edit.el (fill) <defgroup>: Move to fill.el.
3578         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
3579         (enable-kinsoku): Make it a defcustom.
3580         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
3581         paragraph to same-comment-start-marker.
3583 2004-03-07  Dave Love  <fx@gnu.org>
3585         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
3586         (browse-url-mail): Use it.
3588         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
3589         (rfc2368-unhexify-string): Use replace-regexp-in-string.
3591 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3593         * woman.el (woman-man.conf-path): Doc fix.
3594         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
3596 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
3598         * sort.el (sort-columns): Remove ms-dos from the list of systems
3599         where the external `sort' command is not used.
3601 2004-03-07  Kim F. Storm  <storm@cua.dk>
3603         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
3604         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
3605         from overlay-arrow-variable-list.
3606         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
3608 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
3610         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
3611         overlay arrow string properly for the assembler buffer.
3613 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3615         * mail/sendmail.el (mail-mode): Fix last change.
3617 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
3619         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
3620         for the assembler buffer.
3621         (gdb-assembler-custom): Position the overlay arrow.
3622         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
3624 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3626         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
3628         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
3629         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
3631         * mail/sendmail.el (mail-mode): Set comment-start-skip.
3633         * newcomment.el (uncomment-region): Allow non-terminated comment.
3634         (comment-normalize-vars): Check the user-specified comstart marker.
3636 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
3638         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
3639         Otherwise, do use it if the region only contains font-lock text
3640         properties.
3642 2004-03-04  Masatake YAMATO  <jet@gyve.org>
3644         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
3645         as the callback function for eldoc.
3646         (hexl-print-current-point-info): New function.
3647         (hexl-current-address): Print the address in both decimal
3648         and hexadecimal format.
3650 2004-03-04  Richard M. Stallman  <rms@gnu.org>
3652         * mail/rmail.el (rmail-convert-to-babyl-format):
3653         Specify t for UNIBYTE when calling mail-unquote-printable-region.
3655         * mail/mail-utils.el (mail-unquote-printable-region):
3656         New arg UNIBYTE.
3658         * startup.el (command-switch-alist): Doc fix.
3660         * simple.el (undo): Temporarily set this-command to `undo-start',
3661         then set it to `undo' once undo-start returns without error.
3663         * simple.el (minibuffer-history-sexp-flag): Doc fix.
3665         * simple.el (kill-line): Don't disregard trailing whitespace
3666         in eol condition, if show-trailing-whitespace is set.
3668         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
3669         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
3670         When disabling, restore old values only if mouse-sel-has-been-enabled.
3672         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
3673         (isearch-{-char): New function.
3674         (isearch-mode-map): Bind { to isearch-{-char.
3676         * font-lock.el (lisp-font-lock-keywords-2):
3677         Turn off the CL with-... and do-... general patterns.
3678         Instead, recognize several specific with... and do... constructs.
3680         * files.el (switch-to-buffer-other-window):
3681         Bind same-window-buffer-names and same-window-regexps to nil.
3682         (switch-to-buffer-other-frame): Likewise.
3684 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3686         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
3687         recognizing leading comment on code line.
3689 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3691         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
3692         hidden files/directories.
3694 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3696         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
3697         only comment-start (in case the mode hasn't set it).
3699         * Makefile.in (AUTOGENEL): New var.
3700         (bootstrap-prepare): Rename from bootstrap-clean.
3701         Don't remove elc files.
3702         (maintainer-clean): New target.
3704         * xml.el (xml-get-attribute-or-nil): Simplify.
3706 2004-03-02  Juri Linkov  <juri@jurta.org>
3708         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
3709         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
3710         URL to prevent their substitution with the environment variable
3711         values by browsers.
3713 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3715         * ps-print.el: Doc fix.
3716         (ps-print-version): New version number (6.6.3).
3717         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
3718         Docstring fix.
3719         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
3720         before printing.
3721         (ps-time-stamp-yyyy-mm-dd): New fun.
3722         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
3724 2004-03-02  Kim F. Storm  <storm@cua.dk>
3726         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
3728 2004-03-01  Juanma Barranquero  <lektu@terra.es>
3730         * allout.el (allout-rebullet-heading): Fix typo in docstring.
3732         * desktop.el (desktop-file-version)
3733         (desktop-after-read-hook): Fix typos.
3734         (desktop-clear-preserve-buffers): Remove redundant info in
3735         docstring already shown by the obsolescence message.
3736         (desktop-truncate, desktop-internal-v2s)
3737         (desktop-value-to-string): Change argument name to match docstring.
3739         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
3741         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
3742         docstring.
3744 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3746         * printing.el: Replace "As Is..." in PostScript file print/preview by
3747         "No Preprocessing...".  Suggested by Colin Marquardt
3748         <_marquardt_@zmd.de>.
3749         (pr-insert-section-4): Adjust buffer interface.
3751 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
3753         Version 2.0.39 of Tramp released.
3755         * net/tramp.el (tramp-handle-file-local-copy)
3756         (tramp-handle-write-region, tramp-open-connection-rsh):
3757         Variable name typo.  Small change.  From Patrick Tullmann
3758         <tullmann@flux.utah.edu>.
3759         (tramp-process-connection-type): New variable.
3760         (tramp-maybe-open-connection): Use it.
3761         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
3762         (tramp-touch): Set last-modified time of a remote file.
3763         (tramp-handle-write-region): Say which function is used when encoding.
3765 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
3767         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
3768         case of non-existing filename, too.  Reported by Christoph Bauer
3769         <c_bauer@informatik.uni-kl.de>.
3770         (tramp-smb-get-file-entries): The directory in question should
3771         have permissions "drwxrwxrwx".  Just virtual, because we don't
3772         know the real permissions.  Don't we know?
3773         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
3774         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
3775         (tramp-smb-wait-for-output): Optimize algorithm getting pending
3776         output.  If it was received chunkwise, there have been problems.
3777         Remove the "prompt not found" error message; it is obvious.
3778         Simplify algorithm.
3779         (tramp-smb-process-running): Remove.  Since we acknowledge the
3780         virtual prompt for shares, there's no need for distinction of
3781         reading shares (process ends afterwards) and interactive mode of
3782         smblient.
3783         (tramp-smb-open-connection): Setting process sentinel removed.
3784         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
3785         "NT_STATUS_NETWORK_ACCESS_DENIED".
3786         (tramp-smb-maybe-open-connection): Set `process-connection-type'
3787         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
3788         (top-level): Setting default value in `tramp-default-method-alist'
3789         corrected.  Order of USER and HOST have been wrong.
3790         Nobody complained for months ...
3791         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
3792         (tramp-smb-open-connection): Clear password cache if login has failed.
3794         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
3795         `tramp-unified-filenames'.
3796         (tramp-completion-mode): Make test for XEmacs explicitely.
3797         `event-to-character' can exists in Emacs packages too.
3798         Reported by Matt Swift <swift@alum.mit.edu>.
3799         (tramp-buffer-name): Buffer name must contain the user if exists.
3800         Reported by Adrian Phillips <a.phillips@met.no>.
3801         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
3802         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
3803         (tramp-do-copy-or-rename-file-out-of-band): Rename from
3804         `tramp-do-copy-or-rename-file-one-local', because it handles also
3805         the case both files use the same out-of-band method.
3806         Implementation added.
3807         (tramp-handle-file-local-copy, tramp-handle-write-region):
3808         Out-of-band handling removed.  `copy-file' called instead, which
3809         calls `tramp-do-copy-or-rename-file-out-of-band'.
3810         (tramp-action-password): Check for out-of-band method removed.
3811         This function is used for 'login-program.
3812         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
3813         appropriate.
3814         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
3815         and `tramp-parse-sknownhosts'.
3816         (tramp-completion-function-alist): It's a defvar now, because we
3817         want to apply the optimized `tramp-set-completion-function'
3818         instead of a static list.
3819         (tramp-set-completion-function): Implementation tuned.
3820         Avoid double entries, and entries where the function or the
3821         file/directory doesn't exist.
3822         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
3823         for SSH2.
3824         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
3825         (tramp-handle-dired-compress-file): New function.
3826         (tramp-async-proc): New variable.
3827         (tramp-handle-shell-command): Adding asynchronous processes.
3828         They are far from being perfect, but it works at least for
3829         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
3830         (top-level): Require password.el if visible.  Should be mandatory
3831         once No Gnus has found its way into (X)Emacs.
3832         (tramp-read-passwd): Invoke `password-read' if available,
3833         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
3834         fallback any longer.
3835         (tramp-clear-passwd): New function.
3836         (tramp-process-actions, tramp-process-multi-actions):
3837         Clear password cache if login has failed.
3839         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
3840         its own module.
3841         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
3842         `ange-ftp-ftp-name-res'.  There could be incorrect values from
3843         previous calls in case the "ftp" method is used in the Tramp file
3844         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3846 2004-02-28  Richard M. Stallman  <rms@gnu.org>
3848         * term.el (term-mouse-paste): Call mouse-set-point.
3850         * thumbs.el: New file.
3852 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3854         * progmodes/ebnf-abn.el: Doc fix.
3856         * progmodes/ebnf-bnf.el: Doc fix.
3857         (ebnf-repeat): Code fix.
3859         * progmodes/ebnf2ps.el: Doc fix.
3860         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
3862 2004-02-28  Juri Linkov  <juri@jurta.org>
3864         * ffap.el (dired-at-point): Additional writability test for
3865         relative directory names.
3866         (dired-at-point-prompter): Treat directories as a directory, get
3867         the directory component from files.
3868         (ffap-string-at-point): Return string from region if region is active.
3869         (ffap-file-at-point): Remove redundant code.
3871 2004-02-28  Kim F. Storm  <storm@cua.dk>
3873         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
3874         Initialize margin area images to nil.
3875         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
3876         (breakpoint-enabled-bitmap-face)
3877         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
3878         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
3879         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
3880         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
3881         (gdb-reset): Use gdb-remove-breakpoint-icons.
3882         (gdb-put-string): Add dprop arg to specify alternative display
3883         property (for setting fringe bitmap).
3884         (gdb-remove-strings): Doc fix.
3885         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
3886         icon in fringe (if available), or else as icon or text in display
3887         margin.  Creates necessary icons in breakpoint-bitmap,
3888         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
3889         Also make left window margin if required.
3890         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
3891         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
3892         no longer needed.
3893         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
3894         gdb-put-breakpoint-icon.
3895         (gdb-assembler-mode): Don't set left-margin-width here.
3897 2004-02-27  Kevin Ryde  <user42@zip.com.au>
3899         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
3900         comma, so that it DTRT in macros.
3902 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3904         * progmodes/sh-script.el (sh-shell-arg)
3905         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
3906         (sh-leading-keywords, sh-other-keywords): Fix custom type.
3908 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
3910         * faces.el (face-spec-set-match-display): Add a new attribute,
3911         `min-colors'.
3912         (region, highlight, secondary-selection): Use `min-colors'.
3914         * custom.el (defface): Add documentation for `min-colors'.
3916         * font-lock.el (font-lock-comment-face, font-lock-string-face)
3917         (font-lock-keyword-face, font-lock-function-name-face)
3918         (font-lock-variable-name-face, font-lock-constant-face):
3919         Use `min-colors'.
3921         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
3923 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3925         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
3926         define assq-delete-all if it's not defined.
3927         (ebnf-generate-region): Code fix.
3929         * printing.el: Doc fix.
3930         (pr-version): New version number (6.7.2).
3931         (pr-command): Return empty string if command is an empty string.
3933 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3935         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
3937         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
3938         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
3939         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
3940         "tt" ["test"] ).  Reported by Markus Dreyer
3941         <mdreyer@ix.urz.uni-heidelberg.de>.
3942         (ebnf-version): New version number (4.0).
3943         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
3944         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
3945         (ebnf-delete-style): New commands.
3946         (ebnf-directory, ebnf-file): New funs.
3947         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
3948         (ebnf-production-name-p, ebnf-stop-on-error): New options.
3949         (ebnf-syntax-alist): New var.
3950         (ebnf-element-width): New fun replacing ebnf-list-width.
3951         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
3952         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
3953         (ebnf-prologue): Adjust vars.
3954         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
3955         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
3956         (ebnf-check-style-values, ebnf-generate-production)
3957         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
3958         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
3959         (ebnf-token-repeat): Code fix.
3961         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
3962         %right, %left and %prec.  Suggested by Matthew K. Junker
3963         <junker@alum.mit.edu>.
3964         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
3966         * progmodes/ebnf-iso.el: Doc fix.
3967         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
3968         (ebnf-iso-lex): Code fix.
3970         * progmodes/ebnf-bnf.el: Doc fix.
3971         (ebnf-bnf-lex): Code fix.
3973         * progmodes/ebnf-otz.el: Doc fix.
3975 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
3977         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
3978         (abbrev-prefix-mark): Doc fix.
3980 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
3982         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
3983         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
3984         (gdb-var-delete): Make interactive (really).
3985         (gdb-edit-value): Make non-interactive.
3987         * progmodes/gud.el (gud-speedbar-menu-items):
3988         Add gdb-var-delete and, indirectly, gdb-edit-value.
3989         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
3990         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
3991         (gud-gdb-marker-filter): Add comment for annotations.
3993 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3995         * calendar/calendar.el (generate-calendar)
3996         (calendar-read-date): Prevent display of BC calendars once more -
3997         reverts 2003-10-01 change.
3998         (generate-calendar-month): Doc fix.
4000 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4002         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4003         return value of increment-calendar-month.
4005 2004-02-21  Stephen Compall  <s11@member.fsf.org>
4007         * saveplace.el (save-place-forget-unreadable-files)
4008         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4009         (save-place-forget-unreadable-files): New function.
4010         (save-place-alist-to-file): Use it to filter out files that are
4011         no longer readable.
4013         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4014         current Texinfo environment, using the same method as in
4015         `texinfo-insert-@end', and insert a space rather than a newline if
4016         point in a @table environment.
4018 2004-02-21  Juri Linkov  <juri@jurta.org>
4020         * ffap.el (ffap-file-at-point): Try parent directories.
4022 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
4024         * vcursor.el (vcursor-modifiers): New defcustom.
4025         (vcursor-cs-binding): Use vcursor-modifiers instead of a
4026         hard-coded list.
4028 2004-02-21  Masatake YAMATO  <jet@gyve.org>
4030         * play/animate.el (animate-birthday-present): Accept names other
4031         than `Sarah', too.
4033 2004-02-21  Juri Linkov  <juri@jurta.org>
4035         * startup.el: Remove table of command line arguments from the
4036         Commentary section.
4038 2004-02-20  John Wiegley  <johnw@newartisans.com>
4040         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4041         again" modifier from 'e' to 'E', since 'e' is also used by the
4042         "file extension" modifier.
4044 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
4046         * help-fns.el (describe-categories): Doc fix.
4048 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4050         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4051         temporary file for buffer already visiting one.  This change makes
4052         output likely to be directly usable by patch program.
4053         Suggested by Adrian Aichner  <adrian@xemacs.org>
4055 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
4057         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4058         case of variables defined in compound statements.
4059         (gdb-setup-windows, gdb-source-info, gdb-source-info):
4060         Simplify constructions using switch-to-buffer.
4062 2004-02-19  Simon Josefsson  <jas@extundo.com>
4064         * play/morse.el: Fix typo.
4065         (morse-code): Add @.
4067 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
4069         * calendar/appt.el (appt-display-format): Change default to
4070         'ignore, for backwards compatibility.
4071         (appt-display-message): If appt-display-format is 'ignore,
4072         respect old vars appt-msg-window and appt-visible.
4073         (appt-activate): Don't depend on return value of cancel-timer.
4075         * calendar/calendar.el (calendar-holidays): Doc fix.
4077         * calendar/cal-coptic.el (coptic-prompt-for-date):
4078         Use assoc-string instead of assoc-ignore-case.
4079         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4080         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4081         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4082         * calendar/cal-islam.el (calendar-goto-islamic-date)
4083         (mark-islamic-diary-entries): Ditto.
4084         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4085         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4086         (calendar-read-mayan-tzolkin-date): Ditto.
4087         * calendar/calendar.el (calendar-read-date): Ditto.
4088         * calendar/diary-lib.el (mark-diary-entries): Ditto.
4090 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4092         * progmodes/executable.el (executable-command-find-posix-p):
4093         Fix choice of the directory.
4095 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4097         * simple.el (interprogram-cut-function)
4098         (interprogram-paste-function, kill-new, kill-append):
4099         Doc fixes.
4100         (kill-region): Make it return nil.  Doc fix.
4101         (yank-pop): Make its argument optional.
4102         (yank): Make ARG `-' equivalent to `-1'.
4104 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
4106         * mail/rmail.el (rmail-get-new-mail): Don't reference
4107         rmail-use-spam-filter if rmail-spam-filter is not loaded.
4109 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4111         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
4112         if one of global-auto-revert-non-file-buffers or autorevert-mode
4113         is non-nil.
4115 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4117         * subr.el (delete-dups): A better implementation from Karl Heuer
4118         <kwzh@gnu.org>.
4120 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4122         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
4123         correct place.
4124         * progmodes/icon.el (icon-indent-command): Ditto.
4125         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
4127 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4129         * progmodes/grep.el (grep-compute-defaults): Undo change from
4130         2004-01-29: don't use executable-command-find-posix-p.
4132 2004-02-16  Richard Sharman  <rsharman@pobox.com>
4134         * hilit-chg.el: Use require instead of eval-and-compile.
4135         (highlight-compare-buffers): New function.
4137 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
4139         * man.el (Man-fontify-manpage): Render section headings in
4140         `Man-overstrike-face' even when overstrike was not used by man
4141         formatter for section headings.
4143 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
4145         * rmail-spam-filter.el: (vm-use-spam-filter)
4146         (rsf-min-region-length-added-to-spam-list): New variables.
4147         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
4148         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
4149         spam testing.  Don't delete spam message if automatic deletion
4150         after output via variable rmail-delete-after-output is turned on.
4151         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
4152         rsf-bbdb-dont-create-entries-for-spam.
4153         (check-field): New function, extracted from code in
4154         rmail-spam-filter to ease addition of header fields like content-type.
4155         (message-content-type): New variable to check the content-type:
4156         field added, also in defcustom of rsf-definitions-alist.
4157         (rmail-spam-filter): Replace repeated test code for header fields
4158         by calls to check-field; change the call to
4159         rmail-output-to-rmail-file such that rmail-current-message stays
4160         the same to avoid wrong deletion of unseen flags.
4161         (rsf-add-contents-type): New function to convert old format
4162         of rmail-spam-definitions-alist into new one.
4163         Change prefixes of all variables and functions from
4164         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
4166 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4168         * loadhist.el (unload-hook-features-list): New defvar.
4170 2004-02-16  Dave Love  <fx@gnu.org>
4172         * loadhist.el (unload-feature): Doc fix.  Rename flist to
4173         unload-hook-features-list.
4175 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
4177         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
4178         cookie.  Don't check if we are looking-at open-formula.
4180 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4182         * subr.el (match-string-no-properties): Use substring-no-properties.
4184 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4186         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
4187         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
4188         Use lower-case "rx" in all error message.
4190 2004-02-16  Dave Love  <fx@gnu.org>
4192         * emacs-lisp/rx.el (rx-or): Put group around result.
4193         (rx-constituents): Add backref.
4194         (rx-syntax): Add string-delimiter, comment-delimiter.
4195         (rx-categories): Add combining-diacritic.
4196         (rx-check-not, rx-greedy, rx): Doc fix.
4197         (rx-backref, rx-check-backref): New.
4199 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
4201         * newcomment.el (uncomment-region): Allow eob as comment end.
4203 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4205         * filecache.el: All message and error commands now use prefix
4206         "Filecache:" to make it easy to read *Messages* buffer.
4208 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4210         * autorevert.el: Add support to detect changed dired and VC buffers.
4211         (auto-revert-active-p, auto-revert-list-diff)
4212         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
4213         (auto-revert-handler, auto-revert-active-p): New functions.
4214         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
4215         and `auto-revert-active-p'.
4216         (eval-when-compile): Defvar dired-directory and vc-mode.
4217         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4218         (auto-revert-handler-vc): New functions.
4220 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
4222         * progmodes/compile.el (compilation-directory): New defvar.
4223         (compile): Save current directory in compilation-directory.
4224         (recompile): Bind default-directory to compilation-directory if
4225         that is non-nil.
4227 2004-02-16  Dave Love  <fx@gnu.org>
4229         * newcomment.el (comment-insert-comment-function)
4230         (comment-region-function, uncomment-region-function): New.
4231         (comment-indent): Use comment-insert-comment-function.
4232         (uncomment-region): Use uncomment-region-function.
4233         (comment-region): Use comment-region-function.
4235         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
4237 2004-02-16  Richard Stallman  <rms@gnu.org>
4239         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
4240         loaddefs* and ldefs-boot*.
4242 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4244         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
4245         and email address at the beginning and end of the address.
4247         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
4248         anchored at the beginning of the email address.
4250 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
4252         * international/ccl.el (ccl-compile-write): Pass `left' to
4253         ccl-embed-code to generate correct code of write-expr-register.
4255 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
4257         * progmodes/grep.el (grep-compute-defaults): Fix typos.
4259 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4261         * x-dnd.el: Mention support for Motif in commentary.
4262         (x-dnd-handle-drag-n-drop-event): Ditto.
4264 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
4266         * ses.el: Use "ses--" prefixes for buffer-local variables.
4267         Use (point-min) instead of 1, even when we know the buffer
4268         is unnarrowed.
4269         (ses-build-load-map): Delete.  Distribute its content to defconst's for
4270         the three maps.
4271         (ses-menu, ses-header-line-menu): New menus.
4272         (ses-mode-map): Use them.
4273         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
4275 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
4277         * Makefile.in: Fix the CC Mode recompile kludge so it works
4278         when building in a different directory.
4280 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
4282         * simple.el (kill-new): Put yank-handler property on the entire string.
4284 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4286         * diff.el: Don't use compile any more, use diff-mode instead.
4287         (diff-regexp-alist, diff-old-file, diff-new-file)
4288         (diff-parse-differences, diff-process-setup): Remove.
4289         (diff-sentinel): New fun.
4290         (diff): Use it.  Run the process ourselves.
4291         Use diff-mode for the rest of the processing.
4293         * diff.el (diff): Simplify code handling `switch'.
4295 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4297         * pcvs-defs.el (cvs-menu): Add `tag'.
4299 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4301         * simple.el (kill-append): Doc fix.
4303         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4304         Adapt outline-regexp to the new conventions for commenting out code.
4306 2004-02-11  John Paul Wallington  <jpw@gnu.org>
4308         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
4310 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4312         * diff.el (diff-switches): New fun.
4313         (diff, diff-backup): Use it.
4314         (diff): Clean up the args construction.  Use backquote.
4315         Use listp instead of consp to avoid putting a nil arg.
4316         (diff): Add a revert-buffer function.
4318 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4320         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
4321         handled by x-dnd-handle-file-name.
4322         (x-dnd-known-types): Add COMPOUND_TEXT.
4323         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
4324         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
4325         x-dnd-empty-state.
4326         (x-dnd-forget-drop): Ditto.
4327         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
4328         (x-dnd-handle-one-url): Return private when inserting text.
4329         (x-dnd-insert-ctext): New function.
4330         (x-dnd-handle-file-name): New function for FILE_NAME.
4331         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
4332         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
4333         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
4335 2004-02-10  Kenichi Handa  <handa@m17n.org>
4337         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
4338         instead of while loop.
4340 2004-02-10  Miles Bader  <miles@gnu.org>
4342         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
4344 2004-02-09  Kenichi Handa  <handa@m17n.org>
4346         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
4347         have end-of-line.
4349 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
4351         * Makefile.in: Added extra dependencies in the recompile target
4352         needed to cope with the compile time macro expansions in CC Mode.
4354 2004-02-09  Kim F. Storm  <storm@cua.dk>
4356         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
4357         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
4358         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
4359         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
4360         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
4361         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
4362         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
4363         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
4364         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
4365         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
4366         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
4368 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4370         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
4371         Don't allow shrink if there's a window on our right.
4373         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
4374         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
4375         Bring together declaration and initialization.
4376         (prolog-mode-variables): Don't set the syntax table.
4377         Don't set paragraph-start and comment-indent-function.
4378         Add /*..*/ to the comment regexps.
4379         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
4380         (prolog-mode-map): Don't bind TAB.
4381         (prolog-mode): Set the syntax table.
4382         (prolog-comment-indent): Remove.
4383         (inferior-prolog-mode-map): Initialize in the declaration.
4384         (inferior-prolog-mode-syntax-table)
4385         (inferior-prolog-mode-abbrev-table): New vars.
4386         (inferior-prolog-mode): Derive from comint-mode.
4387         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
4388         minibuffer windows.
4390         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
4391         in file names, as long as it is unabmiguous.
4393 2004-02-08  Andreas Schwab  <schwab@suse.de>
4395         * textmodes/reftex-toc.el
4396         (reftex-toc-load-all-files-for-promotion): Remove useless use of
4397         format.  Doc fix.
4399         * textmodes/refer.el (refer-find-entry-internal): Remove extra
4400         format string arguments.
4402         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
4403         string argument.
4405         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
4407         * play/zone.el (zone-call): Fix format string.
4409         * net/webjump.el (webjump-builtin): Add missing format string argument.
4411         * midnight.el (midnight-delay-set): Remove extra format string argument.
4413         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
4415         * hexl.el (hexl-insert-char): Add missing format string argument.
4417         * format.el (format-decode): Fix format string.
4419         * emulation/vi.el (vi-mode): Remove extra format string argument.
4420         (vi-repeat-last-search): Likewise.
4421         (vi-reverse-last-search): Likewise.
4422         (vi-goto-mark): Likewise.
4423         (vi-reverse-last-find-char): Likewise.
4424         (vi-repeat-last-find-char): Likewise.
4425         (vi-locate-def): Likewise.
4427         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
4429         * ediff-util.el (ediff-toggle-read-only): Remove extra format
4430         string argument.
4431         (ediff-toggle-regexp-match): Likewise.
4433         * dired-aux.el (dired-do-query-replace-regexp): Add missing
4434         format string argument.
4436         * calc/calc-map.el (calc-get-operator): Remove extra format
4437         string argument.
4439         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
4441         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
4442         string argument.
4444         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
4446         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
4448         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
4450         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
4451         (cl-struct-setf-expander): Likewise.
4453         * vc.el (with-vc-file): Fix unsafe uses of error.
4454         (vc-cancel-version): Likewise.
4456 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
4458         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
4459         thousands separator; fixes <class>:<line-number> regexp for
4460         non-english locales.
4462 2004-02-08  Andreas Schwab  <schwab@suse.de>
4464         * view.el (view-mode-enable): Revert previous change.
4466 2004-02-07  Kim F. Storm  <storm@cua.dk>
4468         * simple.el (line-number-at-pos): Rename from line-at-pos.
4469         Uses changed (what-line and vc-annotate-warp-version).
4471 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4473         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
4474         (diff-mode): Remove aborted attempt at support for compile.el.
4475         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
4477 2004-02-06  Andreas Schwab  <schwab@suse.de>
4479         * view.el (view-mode-enable): Add view-mode-map to
4480         minor-mode-overriding-map-alist.
4482 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4484         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
4486 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4488         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
4489         with point inside rather than after the paragraph.
4491 2004-02-04  Sam Steingold  <sds@gnu.org>
4493         * mail/smtpmail.el (smtpmail-try-auth-methods):
4494         Do not try authentication when no mechanism is available.
4495         Pass port-name as defaultport to `netrc-machine'.
4497 2004-02-04  Stephen Eglen  <stephen@gnu.org>
4499         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
4500         to show how minibuffer height can be constrained.
4502 2004-02-04  John Paul Wallington  <jpw@gnu.org>
4504         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
4506 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4508         * x-dnd.el: New file for drag and drop.
4510         * term/x-win.el: require x-dnd, set after-make-frame-functions
4511         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
4512         drag-n-drop event.
4514         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
4515         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
4516         (dired-dnd-handle-file): New functions for drag and drop support.
4517         (dired-mode): Initialize drag and drop if x-dnd present.
4519 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4521         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
4522         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
4523         (cperl-mode): Set fill-paragraph-function.
4524         (cperl-fill-paragraph): Make it non-interactive.
4526 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
4528         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
4530 2004-02-02  David Kastrup  <dak@gnu.org>
4532         * replace.el (perform-replace): Allow 'literal argument in
4533         regexp-flag to indicate literal replacement.
4534         (query-replace-regexp-eval): Use it.
4536 2004-02-01  Andreas Schwab  <schwab@suse.de>
4538         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
4540 2004-02-01  Stephen Eglen  <stephen@gnu.org>
4542         * info-look.el: Add support for maxima-mode.  Update commentary
4543         because info-lookup-symbol is now bound to C-h S.
4545 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
4547         * simple.el (edit-and-eval-command): Bind print-level and
4548         minibuffer-history-sexp-flag around call to read-from-minibuffer.
4549         Correct initial position in command-history.
4551 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
4553         * files.el (read-directory-name): Adapt the docstring to recent
4554         change in Fread_file_name.
4556 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
4558         * ses.el (ses-print-cell): If print format too wide for column
4559         width, truncate decimal places if that helps to avoid "#####" fill.
4560         * ses.el (ses-initial-column-width): Revert previous change.
4562 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4564         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
4565         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
4566         Add edebug info.
4567         (jit-lock-mode): Setup/cancel the new timer.
4568         (jit-lock-context-fontify): New fun.  Extracted from
4569         context fontification code of jit-lock-stealth-fontify.
4570         (jit-lock-stealth-fontify): Don't do context fontification any more.
4572         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
4573         (jit-lock-fontify-now): Handle the `quit' case.
4574         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
4576 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
4578         * progmodes/executable.el (executable-command-find-posix-p):
4579         New.  Check if find handles arguments Posix-style.
4581         * progmodes/grep.el (grep-compute-defaults):
4582         Use executable-command-find-posix-p.
4583         (grep-find): Check `grep-find-command'.
4585         * filecache.el (file-cache-find-posix-p): Delete.
4586         (file-cache-add-directory-using-find):
4587         Use `executable-command-find-posix-p'.
4589 2004-01-29  Dave Love  <fx@gnu.org>
4591         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4592         Iterate the hook function if arg is given.
4593         (mark-defun, narrow-to-defun): Change order of finding the limits.
4595         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
4596         (byte-compile-format-warn): New.
4597         (byte-compile-callargs-warn): Use it.
4598         (Format, message, error): Add byte-compile-format-like property.
4599         (byte-compile-maybe-guarded): New.
4600         (byte-compile-if, byte-compile-cond): Use it.
4601         (byte-compile-lambda): Compile interactive forms,
4602         just to make warnings about them.
4604 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
4606         * ses.el (ses-initial-column-width): Increase to 14, so it will
4607         work well with the default printer of "%.7g" for extreme values
4608         like "-1.234567e+07".
4610 2004-01-29  Kenichi Handa  <handa@m17n.org>
4612         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
4614 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
4616         * dos-w32.el: Added support for the `default-printer-name' function.
4618 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * server.el (server-socket-name): Don't use the hostname in the
4621         socket name since /tmp is local to the host anyway.
4623         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
4624         robust check of widening and fix var-naming.
4626 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
4628         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
4629         or rmail-spam- to rsf- in all function and variable names.
4630         (rsf-min-region-to-spam-list): New variable.
4631         (rsf-bbdb-auto-delete-spam-entries): Rename from
4632         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
4633         scanned together with the recipients field for spam testing; Don't
4634         delete spam message if rmail-delete-after-output is non-nil;
4635         (rsf-check-field): New function, extracted from code in
4636         rmail-spam-filter to ease addition of header fields like
4637         content-type:;
4638         (message-content-type): New variable.  The content-type: field was
4639         added also in defcustom of rsf-definitions-alist;
4640         (rmail-spam-filter): Replace repeated test code for header fields
4641         by calls to check-field; change the call to
4642         rmail-output-to-rmail-file such that rmail-current-message stays
4643         the same to avoid wrong deletion of unseen flags.
4644         (rmail-use-spam-filter): Add autoload cookie.
4646 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
4648         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
4649         (file-cache-add-directory-using-find): Add Cygwin support.
4650         (file-cache-find-command-posix-flag): New user variable.
4652         * filecache.el (file-cache-add-directory): Check for
4653         directories an remove them from dir-files.
4655 2004-01-27  Richard M. Stallman  <rms@gnu.org>
4657         * man.el (Man-fontify-manpage): Clean up message.
4659 2004-01-27  Kenichi Handa  <handa@m17n.org>
4661         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
4662         (sentence-end): Define using sentence-end-without-space.
4664         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
4665         a sentence ends with one of a character in sentence-end-without-space.
4667 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4669         * font-lock.el (font-lock): Add jit-lock as explicit group member.
4670         (jit-lock): Group declaration moved to jit-lock.el.
4671         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
4672         when necessary.
4674         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
4675         (jit-lock-context-unfontify-pos): Rename from
4676         jit-lock-first-unfontify-pos.
4677         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
4679 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
4681         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
4682         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
4683         (fortran-fill): When filling a string, adjust re-search-backward
4684         argument for special case of string just on fill-column.
4685         When filling non-string, allow one extra char if
4686         fortran-break-before-delimiters is non-nil.
4687         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
4688         Use fortran-break-delimiters-re and fortran-no-break-re to
4689         correctly handle cases such as "**".
4691         * progmodes/f90.el (f90-break-delimiters): Doc fix.
4692         (f90-no-break-re): Add some extra tokens.  Doc fix.
4694 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
4696         * mail/rmail-spam-filter.el:
4697         Use two semicolons as Commentary line prefix.
4698         Add ";;; Code:" stylized comment.
4699         Delete end-of-line whitespace.
4700         Wrap (require 'cl) with `eval-when-compile'.
4702 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
4704         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
4705         at the top level of vc.el.
4707 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
4709         * vc.el (vc-current-line): Function removed.  This is now done by
4710         the new function line-at-pos in simple.el.
4711         (vc-annotate-warp-version): Use line-at-pos instead of
4712         vc-current-line.
4714 2004-01-22  Kim F. Storm  <storm@cua.dk>
4716         * simple.el (line-at-pos): New defun.
4717         (what-line): Use it.  Optimize by only counting lines in narrowed
4718         region once.
4720 2004-01-22  Kenichi Handa  <handa@m17n.org>
4722         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
4723         point (register r1) only for charset mule-unicode-0100-24ff.
4725 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4727         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
4728         trailing white space and ensure a final newline.
4730         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
4731         Add autoload cookie.
4733 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
4735         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
4736         activate view-mode explicitly.
4738 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4740         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
4741         use clipboard first.
4743 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4745         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
4746         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
4747         (vc-mcvs-cvs): Remove.
4748         (vc-mcvs-command): Remove use of assert.
4750         * outline.el (outline-insert-heading): Tighten up match.
4751         (outline-demote, outline-move-subtree-down): Don't assume anything
4752         about outline-regexp.
4754         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
4755         (texinfo-show-structure): Explicitly add ^, and simplify.
4757 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
4759         * calendar/appt.el (appt-check): Restore usage of
4760         appt-issue-message deleted in previous change.
4761         (top-level): Activate package when loaded (needed for backwards
4762         compatibility).
4764 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
4766         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
4767         following previous change to smtpmail-send-data.
4769 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
4771         * vc.el (vc-default-previous-version): Doc enhancement.
4772         (vc-default-next-version): New function.
4773         (vc-print-log): New arg FOCUS-REV.
4774         (vc-annotate-mode): Derive from view-mode.
4775         (vc-annotate): New args REVISION, DISPLAY-MODE.
4776         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
4777         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
4778         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
4779         (vc-annotate-show-diff-revision-at-line, vc-current-line)
4780         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
4782         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
4784 2004-01-19  Karl Berry  <karl@gnu.org>
4786         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
4787         or "TexInfo".
4789 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
4791         * subr.el (delete-dups): New function.
4793 2004-01-19  Karl Berry  <karl@gnu.org>
4795         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
4796         with ^, since that's what texinfo-show-structure
4797         documentation says (plus it works much better in texinfo.txi).
4799 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
4801         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
4803 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
4805         * progmodes/which-func.el (which-function-mode): Don't cancel
4806         which-func-update-timer if not set.
4808 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
4810         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
4811         Remove spurious left square bracket in XX:XXam regexp.
4813 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
4815         * progmodes/cc-defs.el: Do not require cl at run time.
4817 2004-01-16  Richard M. Stallman  <rms@gnu.org>
4819         * emacs-lisp/cl.el (cl-cannot-unload): New function.
4820         (cl-unload-hook): Defvar this to run cl-cannot-unload.
4822         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
4823         Call rmail-spam-filter.  Delete and expunge spam.
4824         Print number of spam messages deleted.
4825         Save and restore the deletion status of old messages when reading
4826         new mail with spam filter, so that expunging spam does not expunge
4827         msgs deleted by the user.
4828         (rmail-only-expunge): Add an optional argument dont-show to
4829         prevent showing message after expunge.
4831 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
4833         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
4834         * subr.el (declare): New macro.
4836 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
4838         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
4840 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4842         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4843         Test window-system rather than system-type (for X11/Mac).
4845 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
4847         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
4849 2004-01-12  Richard M. Stallman  <rms@gnu.org>
4851         * mail/rmail.el (rmail-convert-to-babyl-format):
4852         Use mail-unquote-printable-region.
4853         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
4854         (rmail-hex-char-to-integer): Functions deleted.
4856         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
4857         (mail-unquote-printable-region): New arg NOERROR.
4858         For invalid encoding, either signal an error to just return nil.
4860 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4862         * calendar/appt.el: Update copyright and commentary.
4863         (appt-issue-message): Make obsolete.
4864         (appt-visible, appt-msg-window): Make obsolete, in favour of
4865         appt-display-format.
4866         (appt-display-mode-line, appt-display-duration)
4867         (appt-display-diary, appt-time-msg-list, appt-mode-string)
4868         (appt-prev-comp-time, appt-display-count, appt-timer)
4869         (appt-convert-time): Doc change.
4870         (appt-disp-window-function, appt-delete-window-function):
4871         Use defcustom rather than defvar.
4872         (appt-display-format): New variable.
4873         (appt-display-message): New function with display code from appt-check.
4874         (appt-check): Add optional FORCE argument.  Doc change.
4875         Add appt-make-list to diary-hook if displaying diary.
4876         Remove checking of view-diary-entries-initially.
4877         Message display section removed to new function appt-display-message.
4878         (appt-display-window): Doc change.  Remove unused internal var
4879         this-buffer.  Do not beep, since appt-display-message does that.
4880         (appt-make-list): Doc change.  Use caar.
4881         (appt-sort-list): Simplify by using builtin sort function.
4882         (appt-update-list): New function for updating appts when diary is
4883         saved.
4884         (appt-activate): New autoloaded function to toggle package
4885         functionality.
4887         * calendar/cal-x.el: (calendar-one-frame-setup)
4888         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
4890         * calendar/calendar.el: Update copyright.
4891         (view-diary-entries-initially, european-calendar-style): Doc change.
4892         (calendar-setup): Make defcustom rather than defvar.
4893         (mark-visible-calendar-date): Initialize temp-face and faceinfo
4894         in let binding so local to function.
4896         * calendar/diary-lib.el: Update copyright.
4897         (diary, diary-entry-time): Doc change.
4898         (list-diary-entries): Doc change.  Trivial logic change.
4899         (fancy-diary-display): Restore make-face command mistakenly
4900         deleted 2003-05-08.
4901         (show-all-diary-entries): Allow to pop-up frame if needed.
4903 2004-01-09  John Paul Wallington  <jpw@gnu.org>
4905         * bindings.el (mode-line-change-eol): Add EVENT parameter.
4906         Temporarily select EVENT's window for changing eol type.
4908 2004-01-09  Deepak Goel  <deego@gnufans.org>
4910         * calendar/diary-lib.el (diary-entry-time):
4911         Also accept time in the form XX[.XX][am/pm/AM/PM].
4912         (fancy-diary-font-lock-keywords): Likewise.
4913         (diary-font-lock-keywords): Likewise.
4914         * calendar/appt.el (appt-add): Likewise.
4915         (appt-make-list): Likewise.
4916         (appt-convert-time): Likewise.
4918 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
4920         * gdb-ui.el (gdb-ann3): Revert previous change.
4921         (gdb-source-info): Allow for case of where compilation directory
4922         is not recorded.
4924 2004-01-08  John Paul Wallington  <jpw@gnu.org>
4926         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
4928 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
4930         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
4932         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
4933         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
4934         problems.
4935         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
4937 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4939         * files.el (write-file-functions, write-contents-functions):
4940         Clarify docstrings.
4942 2004-01-07  Kenichi Handa  <handa@m17n.org>
4944         * international/mule.el (set-auto-coding): Fix for the case that
4945         end-of-line is only CR.
4947 2004-01-07  Kim F. Storm  <storm@cua.dk>
4949         * subr.el (event-start, event-end): Doc fix.
4950         (posn-string, posn-image): New defuns.
4951         (posn-object): Return either image or string object.
4952         (posn-object-x-y): Return 8th element of position.
4953         (posn-object-width-height): New defun.
4955 2004-01-06  Andreas Schwab  <schwab@suse.de>
4957         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
4958         output.
4960 2004-01-05  Karl Berry  <karl@gnu.org>
4962         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
4963         / and *, too.
4965 2003-12-31  Simon Josefsson  <jas@extundo.com>
4967         * files.el (before-save-hook): Add.
4968         (basic-save-buffer): Use before-save-hook.
4970         * emacs-lisp/copyright.el: Fix comment to recommend
4971         before-save-hook instead of write-file-functions.
4973 2004-01-05  Richard M. Stallman  <rms@gnu.org>
4975         * finder.el (finder-commentary): Call delete-other-windows.
4977         * net/ange-ftp.el (ange-ftp-file-attributes):
4978         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
4980 2004-01-04  Karl Berry  <karl@gnu.org>
4982         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
4983         comment characters % and # in the copyright year notice,
4984         as well as ;.
4986 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4988         * wid-edit.el (default): Define dummy :value-delete.
4989         Reported by Jesper Harder <harder@ifa.au.dk>.
4991 2004-01-03  Richard M. Stallman  <rms@gnu.org>
4993         * progmodes/compile.el (compile-internal): Use point, not point-min,
4994         for set-window-point.
4996         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
4998         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5000         * progmodes/grep.el (grep-mode-map):
5001         Don't remap next-line, previous-line.
5003 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
5005         * speedbar.el (speedbar-edit-line): Change regexp to position
5006         the cursor on the first character of this line's button.
5008 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5010         * subr.el (functionp): Doc fix.
5012 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5014         * progmodes/idlwave.el (idlwave-make-tags):
5015         * textmodes/flyspell.el (flyspell-large-region):.
5016         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5017         * emulation/viper-util.el (viper-glob-unix-files):
5018         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5019         * man.el (Man-init-defvars):
5020         * jka-compr.el (jka-compr-call-process):
5021         * files.el (get-free-disk-space,insert-directory):
5022         * ediff-ptch.el (ediff-test-patch-utility):
5023         * ediff-diff.el (ediff-test-utility):
5024         * dired-aux.el (dired-check-process):
5025         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5026         test the return value of call-process, because it can be a string.
5028 2003-12-31  John Paul Wallington  <jpw@gnu.org>
5030         * bindings.el (completion-ignored-extensions): Add .pfsl.
5032 2003-12-31  Kim F. Storm  <storm@cua.dk>
5034         * ido.el (ido-nonreadable-directory-p): New defun to check for
5035         nonreadable directory without activating tramp (to avoid problems
5036         with checking incomplete tramp paths).
5037         (ido-set-current-directory, ido-file-internal)
5038         (ido-file-name-all-completions1): Use it.
5040 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5042         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5043         documentation if the anchor (or node) name is preceded by `info
5044         anchor' or `Info anchor' in addition to earlier `info node' and
5045         `Info node'.
5046         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5048 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5050         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5051         error in arguments to base64-decode-region.  Remove ^M characters
5052         after decoding base64.
5054 2003-12-30  Simon Josefsson  <jas@extundo.com>
5056         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
5057         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5058         have only been distributed with Emacs for some years.
5059         (texinfo-mode-hook): Customize.
5061 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5063         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5064         cleaner (suggested by Richard Stallman).
5066         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5067         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5068         file-name clashes on 8+3 DOS filesystems.
5070         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5071         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5072         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5073         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5074         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5075         file-name clashes on 8+3 filesystems.
5077         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5078         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5079         file-name clashes on 8+3 DOS filesystems.
5081 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5083         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5084         Upcase the character.
5086         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5087         Search for header separator alone on a line, literally,
5088         and search for it backward, not forward.
5089         (flyspell-abbrev-table): Always use global-abbrev-table
5090         if there is no local one.
5092         * progmodes/sh-script.el (sh-get-indent-info):
5093         Don't move point back if at bob.
5095         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
5097         * play/handwrite.el (handwrite): Make the handwrite credit message
5098         a comment rather than an output command.
5100         * obsolete/sc.el: Display message that this file is obsolete.
5102         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
5104         * mail/rfc822.el (rfc822-address-start): Declare variable.
5105         Renamed from address-start.  All uses changed.
5107         * term.el (term-exec): Set up sentinel.
5108         (term-sentinel): New function.
5109         (term-handle-exit): New function.
5111         * subr.el (assoc-ignore-case, assoc-ignore-representation):
5112         Use assoc-string, and mark them obsolete.
5113         (delay-mode-hooks): Mark as permanent local.
5115         * simple.el (sendmail-user-agent-compose): Use assoc-string.
5117         * register.el (copy-rectangle-to-register): Doc fix.
5119         * info.el (Info-insert-dir): Use assoc-string.
5121         * info-look.el (info-lookup): Use assoc-string.
5123         * frame.el (pop-up-frame-function): Use quote, not `function'.
5124         (frame-notice-user-settings): Calculate ADJUSTED-TOP
5125         copying with lists as coordinate values.
5127         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
5129         * find-dired.el (kill-find): New command.
5130         (find-dired): Make buffer read-only.
5131         Set up a keymap with C-c C-k running kill-find.
5132         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
5134         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
5136         * filecache.el (file-cache-ignore-case): New variable.
5137         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
5139         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
5140         (comint-dynamic-complete-as-filename): Rename local vars.
5141         (comint-dynamic-list-filename-completions): Likewise.
5143         * comint.el (comint-dynamic-list-completions-config): New var.
5144         (comint-dynamic-list-completions): Handle both SPC and TAB right.
5146         * comint.el (comint-file-name-chars): Add [].
5147         (comint-word): Use skip-chars-backward, not search.
5149         * shell.el (shell-file-name-chars): Add [].
5151         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
5153         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
5155         * generic.el (define-generic-mode): Doc fix.
5157 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5159         * files.el (kill-some-buffers): Doc fix.
5161 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
5163         * comint.el (comint-watch-for-password-prompt): Pass `string' as
5164         arg to send-invisible
5165         (send-invisible): Doc fix.  The argument is now a prompt, not the
5166         string to send.
5167         (comint-read-noecho): Doc fix.
5169 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
5171         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
5172         "@", as required by some ISP hosting service.  Fix defcustom
5173         argument syntax errors that prevented use of customization.
5175 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5177         * xml.el (xml-get-attribute-or-nil): Doc fix.
5179 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
5181         * net/zone-mode.el (zone-mode): Use write-file-functions, not
5182         write-file-hooks.
5184 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5186         * autorevert.el (auto-revert-interval): Doc fix.
5188 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
5190         * xml.el (xml-get-attribute-or-nil): New function, like
5191         xml-get-attribute, but returns nil if the attribute was not found.
5192         (xml-get-attribute): Convert to defsubst, uses
5193         xml-get-attribute-or-nil.
5195 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5197         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
5199 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
5201         * custom.el (custom-declare-theme): Use `value' when putting
5202         properties on `theme'.
5204 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5206         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
5207         for each yank-handler segment.
5208         (insert-for-yank-1): New function, with the body of the previous
5209         insert-for-yank.
5211         * textmodes/table.el (table-yank-handler): New defcustom.
5212         (table--put-cell-indicator-property): Put yank-handler property
5213         that indicates the yank handler for the table cell.
5215 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5217         * generic-x.el (etc-modules-conf-generic-mode): A more complete
5218         set of keywords.
5220 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5222         * international/mule-cmds.el (reset-language-environment)
5223         (set-language-environment): Don't invoke fontset-related functions
5224         if fontset-list is not fboundp.
5226 2003-12-29  Kenichi Handa  <handa@m17n.org>
5228         * international/mule-cmds.el (reset-language-environment):
5229         Call set-overriding-fontspec-internal with nil.
5230         (set-language-environment): Call set-overriding-fontspec-internal
5231         if the language environment specify `overriding-fontspec'.
5232         (language-info-alist): Doc added.
5234         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
5235         characters of mule-unicode-0100-24ff.
5236         (ccl-encode-windows-1251-font): New CCL program.
5237         ("Bulgarian"): Specify overriding-fontspec.
5238         ("Belarusian"): Likewise.
5240 2003-12-28  Sam Steingold  <sds@gnu.org>
5242         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
5243         parameter ID-FORMAT to conform with the 2003-11-30 patch.
5245 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
5247         * progmodes/gud.el (gud-gdb-command-name): Set default to
5248         "gdb --annotate=3".
5249         (gud-gdb-marker-filter): Look out for annotations.
5250         (gdb-first-pre-prompt): New variable.
5251         Remove trailing white space.
5253         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
5254         if necessary.
5255         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
5256         annotations are detected.
5257         (gud-gdba-marker-filter): Use global variable gud-marker-acc
5258         instead of a local one to allow transition from
5259         gud-gdb-marker-filter.
5260         Remove trailing white space.
5262 2003-12-27  Kim F. Storm  <storm@cua.dk>
5264         * ido.el: Handle non-readable directories.
5265         (ido-decorations): Add 9th element for non-readable directory.
5266         (ido-directory-nonreadable): New dynamic var.
5267         (ido-set-current-directory): Set it.
5268         (ido-read-buffer, ido-file-internal):
5269         (ido-read-file-name, ido-read-directory-name): Let-bind it.
5270         (ido-file-name-all-completions1): Return empty list for
5271         non-readable directory.
5272         (ido-exhibit): Print [Not readable] if directory is not readable.
5273         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
5274         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
5275         Use it.
5277 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
5279         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
5280         calls to directory-files-and-attributes and file-attributes.
5281         (ls-lisp-format): Remove system dependent handling of user and
5282         group id's.
5284 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
5286         * ffap.el (ffap-read-file-or-url): Revert previous change.
5288 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
5290         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
5291         new list of included files called `files-with-node-lines', that
5292         only have node lines.  This way @include commands can include any
5293         file, such as version and update files without node lines, not
5294         just files that are chapters.
5296 2003-12-25  Andreas Schwab  <schwab@suse.de>
5298         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
5299         file not found.
5301 2003-12-08  Miles Bader  <miles@gnu.org>
5303         * dired.el (dired-between-files): Always use dired-move-to-filename,
5304         which is more robust in non-english locales.
5306 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5308         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
5310 2003-12-24  Andreas Schwab  <schwab@suse.de>
5312         * shell.el (shell-file-name-quote-list): Add backslash.
5314         * comint.el (comint-quote-filename): Correctly handle backslash
5315         in comint-file-name-quote-list.
5317 2003-12-24  Kenichi Handa  <handa@m17n.org>
5319         * international/mule-cmds.el (set-default-coding-systems):
5320         Call ucs-set-table-for-input for all buffers that don't have local
5321         value of buffer-file-coding-system.
5323         * international/ucs-tables.el (ucs-set-table-for-input):
5324         If translation-table-for-encode is a symbol, get its
5325         translation-table property.
5327 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
5329         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
5330         to `completing-read' on a recently fixed bug.
5332         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
5333         instead of SPACE, to get the list of possible fringe modes.
5334         SPACE only works if both `partial-completion-mode' and
5335         `completion-auto-help' are nil.
5337         * complete.el (PC-is-complete-p): Delete.
5338         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
5339         calls to `test-completion'.
5341 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
5343         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
5344         to edit values when there are no children.
5346         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
5347         a mode called "Assembler" already exists.
5348         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
5349         (gud-watch): Use format option.  Remove font properties from string.
5350         (gdb-var-create-handler, gdb-var-list-children-handler):
5351         Don't bother about properties as there are none.
5352         (gdb-var-create-handler, gdb-var-list-children-handler)
5353         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
5354         with two arguments.
5355         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
5356         Let speedbar show value changes with a different font.
5357         (gdb-edit-value): New defun.
5358         (gdb-clear-partial-output, gdb-clear-inferior-io)
5359         (def-gdb-auto-update-handler): Use erase-buffer.
5360         (gdb-frame-handler): Display watch expressions in
5361         FUNCTION::VARIABLE format if required.
5363 2003-12-23  John Paul Wallington  <jpw@gnu.org>
5365         * info.el (Info-unescape-quotes, Info-split-parameter-string)
5366         (Info-goto-emacs-command-node): Doc fixes.
5368 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
5370         * cus-edit.el (custom-add-parent-links): Define "many".
5372 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
5374         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
5375         (widget-child-validate, widget-type-value-create)
5376         (widget-type-default-get, widget-type-match): New functions.
5377         (lazy): New widget.
5378         (menu-choice, checklist, radio-button-choice, editable-list)
5379         (group, documentation-string): Remove redundant (per 2003-10-25
5380         change) calls to `widget-children-value-delete'.
5381         (widget-choice-value-get, widget-choice-value-inline): Remove.
5382         (menu-choice): Update widget.
5384 2003-12-03  Kenichi Handa  <handa@m17n.org>
5386         * language/cyrillic.el: Register "microsoft-cp1251" in
5387         ctext-non-standard-encodings-alist.
5388         ("Bulgarian"): Add ctext-non-standard-encodings.
5389         ("Belarusian"): Likewise.
5391         * international/mule-conf.el (compound-text-with-extensions):
5392         Change the type to 2 (iso-2022 base).
5394         * international/mule.el (ctext-non-standard-encodings-alist):
5395         Change the format.
5396         (ctext-non-standard-encodings): New variable.
5397         (ctext-post-read-conversion): Fully re-written.
5398         (ctext-non-standard-designations-alist): Delete it.
5399         (ctext-non-standard-encodings-table): New function.
5400         (ctext-pre-write-conversion): Fully re-written.
5402 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
5404         * cus-edit.el (custom-add-parent-links): Add documentation links
5405         for parent, if the item has none of its own.
5407 2003-11-30  Richard M. Stallman  <rms@gnu.org>
5409         * dired-aux.el (dired-do-query-replace-regexp):
5410         Report files visited read-only.
5412 2003-11-30  Juri Linkov  <juri@jurta.org>
5414         * dired-aux.el (dired-compare-directories): New command.
5415         (dired-file-set-difference, dired-files-attributes): New functions.
5417 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
5418         Version 2.0.38 of Tramp released.
5420         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
5421         Charles Curley <charlescurley@charlescurley.com>.
5422         (tramp-multi-connection-function-alist): Add ssht entry which adds
5423         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
5424         Aichner.
5425         (tramp-get-method-parameter): New function to retrieve a method
5426         parameter.  This allows for omission of method parameters.
5427         Callers adjusted.
5429 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
5431         * net/tramp.el: Add new optional parameter ID-FORMAT to
5432         `file-attributes'.  Calls of `file-attributes' won't use this
5433         parameter for backward compatibility reasons.
5434         (tramp-perl-file-attributes): Add a new parameter to Perl script
5435         in order to handle uid/gid as strings, if desired.
5436         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
5437         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
5438         order to make the function more general.
5439         (tramp-handle-file-attributes): Replace proprietary optional
5440         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
5441         (tramp-handle-file-attributes-with-perl): Handle parameter
5442         NONNUMERIC if set.  This wasn't done in the past.
5443         (tramp-post-connection): Apply second parameter "$2" if
5444         `tramp-remote-perl' is called.
5446         * net/tramp-smb.el (tramp-smb-handle-delete-file):
5447         Correct cut'n'waste error (`filename' instead of `directory').
5448         (tramp-smb-handle-directory-files-and-attributes)
5449         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
5450         introduced parameter ID-FORMAT.
5451         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
5452         error (`directory' instead of `ldir').
5454         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
5455         `file-attributes' has a second parameter.  If yes, apply it with
5456         value "'integer".  Otherwise, don't use that parameter (default is
5457         integer format).
5459 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
5461         * help.el (help-map): Bind `display-local-help' to `C-h .'.
5462         (help-for-help): Add `C-h .' to the listed Help options.
5463         Remove trailing whitespace.
5465         * help-at-pt.el: New file.
5467 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
5469         * subr.el (noreturn, 1value): New macros for test coverage.
5470         See `testcover.el'.
5472         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
5474         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
5475         for macro `1value'.
5476         (testcover-1value): New function.  Checks that a 1value form
5477         actually returns only one value.  Requested by RMS.
5479 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
5481         * gdb-ui.el (gud-watch, gdb-var-create-handler)
5482         (gdb-var-list-children, gdb-var-list-children-handler)
5483         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
5484         gdb commands that use mi to keep them out of the command history.
5486 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5488         * cus-start.el (all): Add use-file-dialog.
5490 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5492         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
5494 2003-11-27  Kim F. Storm  <storm@cua.dk>
5496         * subr.el (posn-object-x-y): New defun.
5498 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5500         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
5501         Don't use `space' for \\\n.
5502         Be more selective as to which # are comment-starters.
5504 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
5506         * subr.el (number-sequence): Improve handling of floating point
5507         arguments (suggested by Kim Storm).  Allow negative arguments.
5509 2003-11-26  Kenichi Handa  <handa@m17n.org>
5511         * international/mule-cmds.el (standard-display-european-internal):
5512         Cancel the standard-display-table setting for ` and '.
5514 2003-11-26  Kim F. Storm  <storm@cua.dk>
5516         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
5517         New defcustoms to add ffap-like functionality to ido.
5518         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
5519         (ido-no-final-slash): New defun.
5520         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
5521         (ido-read-file-name): ): Toggle VC checking via
5522         vc-handled-backends instead of vc-master-templates.
5523         (ido-file-internal): Handle ido-use-url-at-point and
5524         ido-use-filename-at-point via code borrowed from ffap-guesser.
5525         Handle new ido-exit code ffap.
5526         (ido-sort-list): Ignore final slash when sorting file names.
5528 2003-11-25  Kim F. Storm  <storm@cua.dk>
5530         * emulation/cua-base.el (cua--standard-movement-commands):
5531         Add forward-sentence and backward-sentence.
5533 2003-11-25  Stephen Eglen  <stephen@gnu.org>
5535         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
5536         iswitchb-exit is set to 'usefirst when user selects buffer at head
5537         of list using RET.  (Selecting buffers at the head of the list was
5538         broken if the substring was also a complete buffername.)
5540 2003-11-23  Kim F. Storm  <storm@cua.dk>
5542         * progmodes/compile.el (grep-command, grep-use-null-device)
5543         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
5544         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
5545         (grep-regexp-alist, grep-program, find-program)
5546         (grep-find-use-xargs, grep-history, grep-find-history)
5547         (grep-process-setup, grep-compute-defaults)
5548         (grep-default-command, grep, grep-tag-default, grep-find)
5549         (grep-expand-command-macros, grep-tree-last-regexp)
5550         (grep-tree-last-files, grep-tree): Move grep variables, functions
5551         and commands to new file grep.el.
5552         (compilation-mode-map): Remove grep commands from Compile sub-menu.
5553         (compilation-process-setup-function): Doc fix.
5554         (compilation-highlight-regexp, compilation-highlight-overlay): New
5555         defvars used for highlighting current compile error in source buffer.
5556         (compile-internal): New optional args HIGHLIGHT-REGEXP and
5557         LOCAL-MAP which overrides compilation-highlight-regexp and
5558         compilation-mode-map for this compilation.
5559         Delay calling compilation-set-window-height until after running
5560         compilation-process-setup-function so it can buffer-local override
5561         compilation-window-height.
5562         Check buffer-local value of compilation-scroll-output.
5563         (compilation-set-window-height): Use buffer-local value of
5564         compilation-window-height.
5565         (compilation-revert-buffer): Don't pass (undefined)
5566         preserve-modes arg to revert-buffer.
5567         (next-error-no-select, previous-error-no-select): New commands.
5568         (compilation-goto-locus): Temporarily highlight current match in
5569         source buffer using compilation-highlight-regexp.
5571         * progmodes/grep.el: New file with grep code from compile.el.
5572         (grep): New defcustom group.
5573         (grep-window-height): New defcustom, like compilation-window-height.
5574         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
5575         (grep-scroll-output): New defcustom, like compilation-scroll-output.
5576         (grep-command, grep-use-null-device, grep-find-command)
5577         (grep-tree-files-aliases, grep-tree-ignore-case)
5578         (grep-tree-ignore-CVS-directories): Move to grep custom group.
5579         (grep-setup-hook): New hook variable.
5580         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
5581         (grep-last-buffer): New defvar, override compilation-last-buffer.
5582         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
5583         Call compile-internal with args highlight-regexp and grep-mode-map.
5585 2003-11-23  Kim F. Storm  <storm@cua.dk>
5587         * subr.el (event-start, event-end): Doc fix.
5588         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
5589         (posn-area, posn-actual-col-row, posn-object): New defuns.
5590         (posn-col-row): Simplify doc.  Rewrite to use cond.
5591         (posn-point): Also return buffer position for events outside text
5592         area (that info is now present in the event position).
5594         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
5595         mouse-set-point so that hscroll still works now that clicks on
5596         fringes generate specific mouse events.
5597         (mouse-set-point): Note that it now works in fringes and margins
5598         too due to new semantics of posn-point in fringes and margins.
5600         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
5601         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
5603 2003-11-20  Kim F. Storm  <storm@cua.dk>
5605         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
5606         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
5607         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
5608         to 100 for icons to avoid increasing line height when shown.
5610 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5612         * newcomment.el (comment-normalize-vars): Initialize properly if
5613         comment-start was nil.
5615 2003-11-19  Andreas Schwab  <schwab@suse.de>
5617         * simple.el (set-variable): Fix indentation.
5619 2003-11-17  Kenichi Handa  <handa@m17n.org>
5621         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
5622         Fix docstring.
5624 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5626         * international/latin1-disp.el (latin1-display): Fix docstring.
5628 2003-11-16  John Wiegley  <johnw@newartisans.com>
5630         * eshell/em-ls.el (eshell-ls-file): There are times with
5631         size-width is nil and uncomputed (when directories are created in
5632         dired, for example); in this case, 4 is reasonable default value,
5633         although it may caused skewed new entries (which could be avoided
5634         by returning the original value of 8 in all cases, but 99% of the
5635         time this is a waste of whitespace).
5637 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
5639         * cc-engine.el (c-guess-continued-construct)
5640         (c-guess-basic-syntax): Check a little more carefully if it's a
5641         function declaration when an unknown construct followed by a block
5642         is found inside a statement context.  This avoids macros followed
5643         by blocks to be taken as function declarations.
5645         (c-guess-continued-construct): Change the analysis of a statement
5646         continuation with a brace open to `substatement-block', for
5647         consistency with recognized statements.
5649         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
5650         start is in a position so that `c-beginning-of-statement-1' jumped
5651         to the beginning of the same statement.
5653         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
5654         Don't accept binary operators in the arglist if we're in a function
5655         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
5656         template recognition in cases like "if (a < b || c > d)".
5658         (c-restricted-<>-arglists): New more appropriate name for
5659         `c-disallow-comma-in-<>-arglists'.
5661         Accessing functions updated for the variable name change.
5663         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
5664         match data could get clobbered if NOT-INSIDE-TOKEN is used.
5666         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
5667         labels.
5669         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
5670         instead of duplicating parts of it.  This fixes bogus label
5671         recognition.
5673         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
5674         of checking the context in which to apply the minimum indentation,
5675         so that it isn't enforced in e.g. namespace blocks.
5677         * cc-vars.el (c-inside-block-syms): New constant used by
5678         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
5679         to somewhat reduce the risk of becoming stale.
5681         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
5682         cc-cmds to cc-engine to allow use from cc-align.
5684         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
5685         qualified identifiers containing "::".
5687         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
5688         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
5690         * cc-vars.el (c-emacs-features): Use a space in front of the name
5691         of the temporary buffer.  That also avoids dumping problems in
5692         XEmacs due to undo info being left around after the buffer is killed.
5694         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
5695         arglist to see if it's a K&R style declaration.
5697         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
5698         before returning `knr-argdecl-intro'.
5700 2003-11-16  John Wiegley  <johnw@newartisans.com>
5702         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
5703         field in a long-listing always 8 characters, use `size-width',
5704         which has already been computed.
5706 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
5708         * subr.el (minor-mode-list): Add `hs-minor-mode'.
5710 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
5712         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
5713         Support operation while narrowed, with `diff-restrict-view'.
5715 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
5717         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5718         Take additional optional arg NARROWFUN.  For the generated functions:
5719         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
5720         include frags that arrange to check for and save narrowing state before
5721         the move and then conditionally call NARROWFUN after the move.
5723 2003-11-14  John Wiegley  <johnw@newartisans.com>
5725         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
5726         that was optional, but obviously missing based on surrounding code.
5728         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
5729         string arguments to numbers unless the whole argument was seen as
5730         a number.
5732 2003-11-14  Kenichi Handa  <handa@m17n.org>
5734         * international/mule.el (ctext-non-standard-encodings-alist):
5735         Fix coding systems.
5737 2003-11-10  Kenichi Handa  <handa@m17n.org>
5739         * language/kannada.el ("Kannada"): Add sample-text.
5741         * language/knd-util.el (kannada-compose-region)
5742         (kannada-compose-string, kannada-post-read-conversion):
5743         Add autoload cookie.
5745         * international/quail.el (quail-completion): Change the message
5746         "corresponding translations" to "corresponding characters".
5748 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5750         * descr-text.el (describe-char): Fix typo.
5752 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
5754         These changes are to support Kannada language/script.
5756         * Makefile.in (DONTCOMPILE): Add kannada.el.
5758         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
5760         * loadup.el: Preload kannada.el.
5762         * language/ind-util.el (ucs-kannada-to-is13194-alist)
5763         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
5764         New variables.
5766         * language/kannada.el: New file.
5768         * language/knd-util.el: New file.
5770 2003-11-07  Andreas Schwab  <schwab@suse.de>
5772         * progmodes/autoconf.el (autoconf-font-lock-keywords):
5773         Also highlight AH_*.
5775         * xml.el (xml-parse-dtd): Fix misplaced paren.
5777 2003-11-07  Kenichi Handa  <handa@m17n.org>
5779         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
5781 2003-11-05  Juri Linkov  <juri@jurta.org>
5783         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
5784         (desktop-buffer-file): Use saved buffer-file-coding-system
5785         for file reading.  Set auto-insert to nil to prevent automatic
5786         insertion into restored empty files.
5788 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
5790         * files.el (risky-local-variable-p): Make second argument optional.
5792 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5794         * subr.el (add-hook): Fix last change.
5796 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
5798         * mail/rmail.el (rmail-convert-to-babyl-format):
5799         If base64-decode-region signals an error, catch it and silently
5800         ignore it.
5802 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
5804         * xml.el (xml-parse-region): Allow comments to appear after the
5805         topmost element has closed.
5806         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
5807         (xml-ns-expand-attr): New functions to do namespace handling.
5808         (xml-intern-attrlist): Back-compatible handling of attribute names.
5809         (xml-parse-tag): Move namespace handling to separate functions.
5810         Now produces elements in the form ((:ns . "element") (attr-list)
5811         children) instead of ('ns:element (attr-list) children).
5812         (xml-parse-attlist): Fix attribute parsing.
5813         (xml-parse-dtd): Change parsing so that it produces strings
5814         instead of interned symbols.
5816 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
5818         * dired.el (dired-ls-sorting-switches): Doc fix.
5820 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
5822         * emacs-lisp/rx.el (rx-or): Fix the case of
5823         "(rx (and ?a (or ?b ?c) ?d))".
5825 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
5827         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
5828         (texinfo-format-region): Use it.
5829         (texinfo-format-buffer-1): Ditto.
5831 2003-11-01  Alan Mackenzie  <acm@muc.de>
5833         Changes to allow scrolling whilst in isearch mode:
5834         * isearch.el (isearch-unread-key-sequence): New function,
5835         extracted from isearch-other-meta-char.
5836         (top level): (put 'foo 'isearch-scroll) on all Emacs's
5837         "scrollable" standard functions.
5838         (isearch-allow-scroll): New customizable variable.
5839         (isearch-string-out-of-window, isearch-back-into-window)
5840         (isearch-reread-key-sequence-naturally)
5841         (isearch-lookup-scroll-key): New functions.
5842         (isearch-other-meta-char): Doc string and functionality enhanced.
5843         Now accepts a prefix argument.
5844         (isearch-lazy-highlight-window-end): New variable.
5845         (isearch-lazy-highlight-new-loop): Pay attention to the window's
5846         end (thru isearch-lazy-highlight-window-end), not only its start.
5848         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
5849         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
5850         (universal-argument, universal-argument-more, negative-argument)
5851         (digit-argument, universal-argument-other-key): Minor changes.
5853 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5855         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
5856         recursively if the last message is deleted, thus avoiding an
5857         infinite loop.
5859 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5861         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
5862         (tex-main-file): Don't add .tex if the extension is already present.
5863         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
5865 2003-10-29  Lute Kamstra  <lute@gnu.org>
5867         * progmodes/octave-inf.el (inferior-octave-prompt):
5868         Recognize version number in prompt.
5870 2003-10-28  Dave Love  <fx@gnu.org>
5872         * international/characters.el: Fix some Unicode ranges.
5874 2003-10-28  Kenichi Handa  <handa@m17n.org>
5876         * disp-table.el (standard-display-8bit)
5877         (standard-display-default, standard-display-ascii)
5878         (standard-display-g1, standard-display-graphic)
5879         (standard-display-underline): Assure that standard-display-table
5880         is a display table.
5882 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5884         * simple.el (reindent-then-newline-and-indent): Delete space *after*
5885         reindenting the first line.
5887 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
5889         * wid-edit.el (widget-default-delete): Always delete child widgets.
5891 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5893         * newcomment.el (comment-indent): Don't call indent-according-to-mode
5894         if the line has code.
5895         Don't try to line up with something that's too far left.
5897         * progmodes/octave-mod.el (octave-comment-start): Simplify.
5898         (octave-mode-syntax-table): Add % as a comment starter.
5899         (octave-point): Remove.
5900         (octave-in-comment-p, octave-in-string-p)
5901         (octave-not-in-string-or-comment-p, calculate-octave-indent)
5902         (octave-blink-matching-block-open, octave-auto-fill):
5903         Use line-(beginning|end)-position instead.
5905 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5907         * emacs-lisp/authors.el (authors-aliases): Add correct realname
5908         for Francesco Potort\e,Al\e(B.
5910 2003-10-23  Dave Love  <fx@gnu.org>
5912         * international/mule-cmds.el (locale-charset-to-coding-system):
5913         Don't rely on nil being a coding system.
5915         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
5916         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
5917         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
5919 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
5921         * gdb-ui.el (gdb-current-language): New variable.
5922         (gdb-update-flag): Remove variable.
5923         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
5924         (gdb-take-last-elt): Remove function.
5925         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
5926         (gdb-post-prompt): Check for variable object changes here.
5928         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
5929         object changes in gdb-ui.el.
5931 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5933         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
5935         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
5936         Don't check for foo*/ wildcard form here.
5937         (insert-directory): Recognize foo*/ as a wildcard.
5938         Separate wildcard-regexp variable from the arg, wildcard.
5940         * subr.el (add-hook): Correctly detect when make-local-hook was used.
5941         (remove-hook): Correctly handle strange cases about local hooks.
5943 2003-10-21  David Ponce  <david@dponce.com>
5945         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
5946         argument REAL, to return a real number instead of a rounded
5947         integer value.  Define as inline function.
5948         (ruler-mode-right-fringe-cols): Likewise.
5949         (ruler-mode-scroll-bar-cols): New function.
5950         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
5951         (ruler-mode-right-scroll-bar-cols): Likewise.
5952         (ruler-mode-space): New function.
5953         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
5954         scroll bar mode and margins in a more robust way.
5956 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
5958         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
5959         (antlr-c-init-language-vars): New function.
5960         (antlr-mode): Use it with cc-mode before v5.29.
5961         (antlr-c-common-init): Don't set some local vars here.
5962         (antlr-mode): Set them here.
5963         (antlr-c-forward-sws): New function alias.
5964         (antlr-mode): Redefine with cc-mode before v5.30.
5965         (antlr-skip-sexps): Use it.
5966         (antlr-skip-exception-part): Ditto.
5967         (antlr-skip-file-prelude): Ditto.
5968         (antlr-outside-rule-p): Ditto.
5969         (antlr-end-of-body): Ditto.
5970         (antlr-option-kind): Ditto.
5971         (antlr-insert-option-area): Ditto.
5972         (antlr-file-dependencies): Ditto.
5974 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5976         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
5977         Move backward only if point was not inside an entry.
5979 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5981         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
5983 2003-10-21  Juri Linkov  <juri@jurta.org>
5985         * compare-w.el: Automatically skip non-matching text to resync.
5986         (compare-windows-whitespace): Doc fix.
5987         (compare-windows-sync, compare-windows-sync-string-size)
5988         (compare-windows-recenter, compare-ignore-whitespace)
5989         (compare-windows-highlight, compare-windows-face): New variables.
5990         (compare-windows): Use compare-windows-sync.
5991         (compare-windows-highlight, compare-windows-dehighlight)
5992         (compare-windows-sync-regexp)
5993         (compare-windows-sync-default-function): New functions.
5995 2003-10-21  Juri Linkov  <juri@jurta.org>
5997         * diff.el (diff-parse-differences): Don't visit the files now;
5998         instead, just record the error locus.
6000 2003-10-21  Dave Love  <fx@gnu.org>
6002         * progmodes/cfengine.el: New file.
6004 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6006         * complete.el (PC-do-completion): Do not forget to use `pred' as the
6007         default-directory when completing file names.
6009 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
6011         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6012         followed by the word `face', it gets treated as a face, even if
6013         it is also defined as a variable or a function.
6015 2003-10-20  Dave Love  <fx@gnu.org>
6017         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6018         Avoid incf in macro expansion.
6020 2003-10-20  John Paul Wallington  <jpw@gnu.org>
6022         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6023         `evenp' so we don't implicitly require cl library at runtime.
6025 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
6027         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6028         (help-make-xrefs): Only make cross-references for faces if
6029         preceded or followed by the word `face'.  Do not make a
6030         cross-reference for variables without variable documentation,
6031         unless preceded by the word `variable' or `option'.  Update doc
6032         string accordingly.
6034 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
6036         * progmodes/hideshow.el: Rewrite one-armed `if'
6037         constructs using either `when' or `unless'.
6038         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6040 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
6042         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6043         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6044         instead of 12x12.
6046 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
6048         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6049         message while converting to Babyl.
6051 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
6053         * allout.el (allout-mode): Doc fix.
6055 2003-10-16  Lute Kamstra  <lute@gnu.org>
6057         * subr.el (force-mode-line-update): Fix docstring.
6059 2003-10-14  Dave Love  <fx@gnu.org>
6061         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6062         (default-input-method): Add :link, improve :type.
6063         (locale-charset-language-names): Fix utf-8 pattern.
6064         (locale-charset-match-p, locale-charset-alist)
6065         (locale-charset-to-coding-system): New.
6066         (set-locale-environment): Deal with codeset part of locale specs.
6068 2003-10-14  Lute Kamstra  <lute@gnu.org>
6070         * fringe.el (fringe-mode): Use active voice in docstring.
6071         (set-fringe-style): Ditto.
6073 2003-10-13  Lute Kamstra  <lute@gnu.org>
6075         * fringe.el (fringe-mode): Fix docstring.
6076         (set-fringe-style): Ditto.
6078 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6080         * ediff-mult.el (ediff-filegroup-action):
6081         Use ediff-default-filtering-regexp.
6083         * ediff-util.el (ediff-recenter): Don't call
6084         ediff-restore-highlighting twice.
6085         (ediff-select-difference): Set current difference.
6086         (ediff-unselect-and-select-difference): Add comment.
6088         * ediff.el (ediff-directories,ediff-directory-revisions)
6089         (ediff-directories3,ediff-merge-directories)
6090         (ediff-merge-directories-with-ancestor)
6091         (ediff-merge-directory-revisions)
6092         (ediff-merge-directory-revisions-with-ancestor):
6093         Use ediff-default-filtering-regexp.
6095 2003-10-12  Andreas Schwab  <schwab@suse.de>
6097         * international/mule-cmds.el (locale-charset-language-names):
6098         Simplify regex by removing unused grouping.
6100 2003-10-10  Dave Love  <fx@gnu.org>
6102         * bindings.el: Don't bind stop.
6104 2003-10-08  Miles Bader  <miles@gnu.org>
6106         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
6107         face instead of attempting to emulate it.
6109 2003-10-07  Kenichi Handa  <handa@m17n.org>
6111         * international/mule-diag.el (list-coding-systems-1): List coding
6112         systems that are loaded automatically.
6114         * international/code-pages.el (iso-8859-11): Add autoload cookie.
6116         * international/mule.el (autoload-coding-system): New function.
6118 2003-10-07  Andreas Schwab  <schwab@suse.de>
6120         * log-edit.el (log-edit-changelog-entries): Prefer local value of
6121         change-log-default-name in the buffer visiting the file.
6123 2003-10-06  Dave Love  <fx@gnu.org>
6125         * files.el (find-file-hook): Customize.
6126         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
6128         * bindings.el (completion-ignored-extensions): Remove .log.
6129         (global-map): Add again, open, stop keys.
6131 2003-10-05  Richard M. Stallman  <rms@gnu.org>
6133         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
6134         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
6135         Use sh-modify directly.
6136         (sh-select): Use sh-append, not eval.
6138         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
6140         * info.el (Info-following-node-name): New function.
6142         * loadhist.el (unload-feature-special-hooks):
6143         Rename from loadhist-hook-functions.
6144         (loadhist-hook-functions): Now an alias.
6146 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
6148         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
6149         file-name clashes on 8+3 filesystems.
6151         * Makefile.in (DONTCOMPILE, bootstrap-clean):
6152         Rename loaddefs-boot.el to ldefs-boot.el
6154         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
6155         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
6157 2003-10-03  Lute Kamstra  <lute@gnu.org>
6159         * info.el (Info-mode): Revert previous change.
6160         (Info-escape-percent): New function.
6161         (Info-fontify-node): Use it.
6163 2003-10-02  Andreas Schwab  <schwab@suse.de>
6165         * loaddefs-boot.el: Regenerated.
6167 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
6169         * ffap.el: Remove defadvice related code from CVS since `complete'
6170         provides a `PC-completion-as-file-name-predicate' variable that
6171         ffap can override.
6173 2003-10-02  Kenichi Handa  <handa@m17n.org>
6175         * international/utf-8.el (ccl-decode-mule-utf-8):
6176         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
6178         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
6179         * international/subst-big5.el: Likewise.
6180         * international/subst-gb2312.el: Likewise.
6181         * international/subst-ksc.el: Likewise.
6183 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
6185         * calendar/calendar.el (increment-calendar-month)
6186         (calendar-leap-year-p, calendar-absolute-from-gregorian)
6187         (generate-calendar, calendar-read-date, calendar-interval)
6188         (calendar-day-of-week): Handle years BC.
6189         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
6191 2003-10-01  Dave Love  <fx@gnu.org>
6193         * language/cyrillic.el (cp1251): Alias for windows-1251.
6195         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
6196         bootstrap.
6198 2003-10-01  Lute Kamstra  <lute@gnu.org>
6200         * files.el: Fix typo.
6201         * imenu.el (imenu--generic-function): Docstring fix.
6203 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6205         * dired.el (dired-mode): Handle dired-directory as a list.
6207 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
6209         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
6211         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
6213         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
6214         Replace gud-display with gud-watch.
6215         (gud-speedbar-buttons): Add stuff for watching expressions
6216         in the speedbar when using M-x gdba.  Use dolist on old part
6217         of this function.
6219         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
6220         (gdb-update-flag): New variables.
6221         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
6222         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
6223         (gud-watch, gdb-var-create-handler) : New functions.
6224         (gdb-var-list-children, gdb-var-list-children-handler)
6225         (gdb-var-create-regexp, gdb-var-update-regexp)
6226         (gdb-var-list-children-regexp): New constants.
6227         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
6228         (gdb-annotation-rules): Reduce annotation set (level 3).
6229         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
6230         (gdb-post-prompt): Don't update GDB buffers every time speedbar
6231         updates.
6232         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
6233         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
6234         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
6235         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
6236         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
6237         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
6238         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
6239         (gud-display, gud-display1)
6240         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
6241         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
6242         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
6243         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
6244         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
6245         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
6246         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
6247         (gdb-display-display-buffer, gdb-toggle-display)
6248         (gdb-delete-display, gdb-expressions-popup-menu)
6249         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
6250         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
6251         to display buffer.
6253 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6255         * progmodes/ada-mode.el (ada-mode): Don't use advice.
6256         Instead, set which-func-functions.
6258         * progmodes/which-func.el (which-func-modes): Add ada-mode.
6259         (which-func-functions): New variable.
6260         (which-function): Use that.
6262         * info.el (Info-mode): Double each `%' in header line.
6264         * emacs-lisp/lisp-mnt.el (lm-with-file):
6265         When FILE is nil, run BODY in current buffer.
6267         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
6269         * help.el (describe-mode): Start with a brief list of minor modes.
6270         Find them thru minor-mode-list so as to find them all.
6271         Show them in alphabetical order.
6273         * mail/sendmail.el (mail-aliases): Doc fix.
6275         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
6277 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6279         * mail/rmailsum.el (rmail-make-summary-line-1):
6280         Change comma after last label to a space.
6281         (rmail-summary-font-lock-keywords): Adapt to that change.
6283 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
6285         * progmodes/scheme.el (scheme-mode-variables): When setting
6286         `font-lock-defaults', also specify that "#" should
6287         be interpreted with `word' syntax.
6288         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
6290 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
6292         * desktop.el: A lot of comments updated.
6293         (desktop-save-mode): Minor mode introduced.
6294         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
6295         (desktop-load-default): Function made obsolete.
6296         (desktop-locals-to-save): Variable made customizable.
6297         (desktop-read): Optional parameter `dirname' added.
6298         (desktop-change-dir, desktop-revert): Parameter `dirname' in
6299         `desktop-read' used.
6300         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
6302 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
6304         * whitespace.el (whitespace-clean-msg): Add user customizable message
6305         for displaying ``clean'' output.
6306         (whitespace-buffer): Use `whitespace-clean-msg'.
6307         (whitespace-global-mode): Fix typo.
6309 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
6311         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
6313 2003-09-29  Lute Kamstra  <lute@gnu.org>
6315         * bindings.el (mode-line-modes): Remove superfluous :propertize
6316         construct in initialization.
6317         (mode-line-position): Change cons cell into proper list in
6318         initialization.
6320 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
6322         * international/mule.el (decode-coding-inserted-region): Use car
6323         of the return value of find-operation-coding-system.
6325 2003-09-29  Kenichi Handa  <handa@m17n.org>
6327         * descr-text.el (describe-char): Fix previous change.
6329 2003-09-28  Kenichi Handa  <handa@m17n.org>
6331         * descr-text.el (describe-char-display): New function.
6332         (describe-char): Pay attention to display table on describing how
6333         a character is displayed.
6335         * international/mule-cmds.el (encoded-string-description):
6336         Prepend "0x" to each encoded byte.
6338 2003-09-28  Andreas Schwab  <schwab@suse.de>
6340         * find-file.el (ff-special-constructs): Add autoload cookie.
6342 2003-09-28  Kevin Ryde  <user42@zip.com.au>
6344         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
6345         makeinfo appends to duplicate index entries.
6347 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
6349         * dired-x.el (dired-clean-tex): Doc fix.
6351         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
6352         using a Chinese tutorial.
6354 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6356         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
6357         between "MAIL FROM:" and "RCPT TO:" and the following address.
6359 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6361         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
6363 2003-09-28  David Ponce  <david@dponce.com>
6365         * recentf.el (recentf-initialize-file-name-history): New defcustom.
6366         (recentf-load-list): When `recentf-initialize-file-name-history'
6367         is non-nil, initialize an empty `file-name-history' with the
6368         recent list.
6370 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
6372         * man.el (Man-default-man-entry): Remove the leading `*' from the
6373         word at point.
6375 2003-09-26  Lute Kamstra  <lute@gnu.org>
6377         * bindings.el (mode-line-position): Mention size indication in
6378         docstring.
6380 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
6382         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
6384         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
6385         because it's autoloaded now.
6387 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
6389         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
6390         (sh-font-lock-keywords, sh-feature): Fix previous change of
6391         sh-feature to avoid infloop with sh-font-lock-keywords.
6393 2003-09-25  Kim F. Storm  <storm@cua.dk>
6395         * frame.el (frame-current-scroll-bars): New defun.
6397         * window.el (window-current-scroll-bars): New defun.
6399 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6401         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
6402         cause errors when the state cache contains info on parts that have
6403         been narrowed out.
6405 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6407         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
6408         `c-setup-paragraph-variables' has to be used when this variable is
6409         changed; it doesn't work to reinitialize the mode since that
6410         typically clobbers the variable.
6412         * progmodes/cc-styles.el (c-setup-paragraph-variables):
6413         Make it interactive.
6415 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6417         * progmodes/cc-fonts.el (c-font-lock-declarations):
6418         Fix recognition of constructors and destructors for classes whose
6419         names are matched by `*-font-lock-extra-types'.
6421         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
6422         followed by an identifier in C++ then it's a type.
6424 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6426         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
6427         problem that primarily affected XEmacs.  Don't use faces to find
6428         unterminated strings since Emacs and XEmacs fontify strings
6429         differently - this function should now work better in XEmacs.
6431 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6433         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
6434         `expand-abbrev' workaround which caused braces to misbehave inside
6435         macros.
6437         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
6438         handling.  This bug could cause interactive font locking to bail out.
6440 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6442         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6443         Handle paren-style types in Pike.  Also fixed some cases of
6444         insufficient handling of unbalanced parens.
6446 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
6448         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
6449         common shell prompts that are not common filename or URL characters.
6450         (ffap-file-at-point): Use the new regexp to strip the prompts from
6451         the file names.  This is an issue mostly for user prompts that
6452         don't have a trailing space and find-file-at-point is invoked from
6453         within a shell inside Emacs.
6455 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
6457         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
6458         stamps numerically, rather than textually.
6460 2003-09-24  Kenichi Handa  <handa@m17n.org>
6462         * language/devan-util.el (devanagari-post-read-conversion):
6463         * language/mlm-util.el (malayalam-post-read-conversion):
6464         * language/tml-util.el (tamil-post-read-conversion):
6465         Add autoload cookie.
6467         * international/utf-8.el (utf-8-post-read-conversion):
6468         Call post-read-conversion functions for Devanagari, Malayalam,
6469         and Tamil.
6471 2003-09-23  Dave Love  <fx@gnu.org>
6473         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
6475 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
6477         * progmodes/gud.el (perldb): Add gud-until to list of commands.
6478         Update gud-remove.
6480 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6482         * progmodes/sh-script.el (sh-mode-default-syntax-table):
6483         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
6484         (sh-mode-syntax-table-input): New variable.
6485         (sh-require-final-newline): Don't use eval.
6486         (sh-builtins, sh-leading-keywords, sh-other-keywords)
6487         (sh-variables, sh-font-lock-keywords): Don't use eval.
6488         (sh-set-shell): When setting require-final-newline,
6489         treat value = `require-final-newline' as don't change it.
6490         Set sh-mode-syntax-table locally based on
6491         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
6493         * progmodes/compile.el (compile-internal):
6494         Call compilation-set-window-height before setting window start.
6496 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
6498         * emacs-lisp/bytecomp.el (byte-compile-log-file):
6499         Clear out byte-compile-last-warned-form.
6501 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6503         * woman.el (woman-file-name, woman-follow-word):
6504         If current-word returns nil, use "".
6506         * simple.el (eval-expression): Bind standard-output in to-buffer case.
6508 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6510         * emacs-lisp/lisp-mnt.el (lm-with-file):
6511         Don't visit the file, just use insert-file-contents in temp buffer.
6513 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
6515         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
6516         Add surrounding \\( and \\) around the header, as in
6517         for lm-history-header 'Change Log\\|History'.
6519 2003-09-22  John Paul Wallington  <jpw@gnu.org>
6521         * progmodes/ld-script.el: Add Commentary section,
6522         minor cleanup of file header.
6523         (ld-script-font-lock-keywords): Doc fix.
6524         (toplevel): Provide `ld-script' feature.
6526 2003-09-21  Kim F. Storm  <storm@cua.dk>
6528         * scroll-bar.el (set-scroll-bar-mode): Initialize to
6529         new built-in variable default-frame-scroll-bars.
6530         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
6531         scroll-bar-mode; notably, use it instead of t when we toggle
6532         scroll-bars on.
6533         (toggle-scroll-bar): Use default-frame-scroll-bars.
6535 2003-09-19  Masatake YAMATO  <jet@gyve.org>
6537         * pcvs.el (cvs-do-removal): Change the prompt depending on
6538         `filter' value.
6540 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
6542         * startup.el (command-line-1): Stop startup-echo-area-message
6543         being hidden by "Loading image..." message.
6544         (use-fancy-splash-screens-p, display-splash-screen):
6545         Move display-graphic-p test from latter to former.
6547         * progmodes/sh-script.el (sh-font-lock-keywords):
6548         Highlight escaped EOLs differently from other backslash constructs.
6550 2003-09-19  Richard M. Stallman  <rms@gnu.org>
6552         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
6553         New functions.
6554         (edebug-enter, edebug-outside-excursion): Use them.
6556         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6557         Fix the condition for whether to print "In WHERE".
6559 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
6561         * finder.el (finder-mode-hook): New variable.
6562         (finder-mode): Run hook finder-mode-hook
6564 2003-09-18  Masatake YAMATO  <jet@gyve.org>
6566         * progmodes/ebrowse.el: Fix broken magic autoload comments.
6568 2003-09-17  Mario Lang  <mlang@delysid.org>
6570         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
6571         "p %e" to actually print the value in the GUD buffer.
6573 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
6575         From David Ponce <david.ponce@wanadoo.fr>:
6576         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
6577         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
6578         from loaddefs-boot.el if necessary.
6580 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
6582         * progmodes/gud.el (gud-find-class): Make jdb work again since
6583         cc-mode changed the syntactic information.
6585 2003-09-15  David Ponce  <david@dponce.com>
6587         * recentf.el: (recentf-exclude): Accept predicates too.
6588         (recentf-file-readable-p): New function.
6589         (recentf-include-p): Handle predicates in recentf-exclude.
6590         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
6591         (recentf-cleanup): Likewise.
6592         (recentf-save-list): Use write-file to handle backup of
6593         recentf-save-file.
6595 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
6597         * loaddefs-boot.el: Renamed from `loaddefs.el'
6598         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
6599         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
6600         necessary.
6602 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
6604         * electric.el (Electric-pop-up-window): For the `one-window' case,
6605         no longer disconcertingly move point in the original buffer.
6607 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6609         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
6611 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6613         * dired.el (dired-mode-map): Fix typo.
6615 2003-09-11  Richard M. Stallman  <rms@gnu.org>
6617         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
6619 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
6621         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
6622         the function is less noisy.  Now only `kill-buffer' can ask questions.
6624 2003-09-10  Mario Lang  <mlang@delysid.org>
6626         * battery.el: Update Commentary and Copyright.
6627         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
6628         appear due to wrong ordering of the expressions in `or'.
6630 2003-09-09  Lute Kamstra  <lute@gnu.org>
6632         * misc.el (upcase-char): Fix docstring.
6633         (zap-up-to-char): New command.
6635 2003-09-08  David Ponce  <david@dponce.com>
6637         Ensure that recentf correctly updates the menu bar.
6638         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
6639         (recentf-menu-bar): New function.
6640         (recentf-clear-data): Use it
6641         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
6642         of easy-menu-change.
6644 2003-09-08  Lute Kamstra  <lute@gnu.org>
6646         * simple.el (size-indication-mode): New.
6647         * bindings.el (mode-line-position): Add buffer size indicator.
6649 2003-09-04  Mario Lang  <mlang@delysid.org>
6651         * battery.el (battery-linux-proc-acpi): New function.
6652         (battery-status-function): Modify default value calculation to also
6653         check for availability of ACPI.
6654         (battery-echo-area-format): Ditto.
6655         (battery-mode-line-format): Ditto.
6657 2003-09-06  Dave Love  <fx@gnu.org>
6659         * ielm.el (ielm-mode-hook): Add :options.
6661         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
6662         (eldoc-print-current-symbol-info): Use it.
6664 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
6666         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
6667         being displayed in GUD buffer.
6668         (gdb-idle-input-queue): Remove var.  Use just one queue.
6669         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
6670         Remove functions.  Use just one queue.
6671         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
6672         (gdb-invalidate-assembler, gdb-get-current-frame):
6673         Modify functions.  Use just one queue.
6675 2003-09-04  Dave Love  <fx@gnu.org>
6677         * cus-start.el: Add blink-cursor-alist.
6679         * ruler-mode.el (ruler-mode-fill-column-char)
6680         (ruler-mode-current-column-char): Use char-displayable-p,
6681         not window-system.
6683         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
6685         * language/european.el (windows-1252): Move from code-pages.
6687         * language/cyrillic.el ("Windows-1251"): Delete.
6688         ("Bulgarian", "Belarusian"): Remove `features'.
6689         (windows-1251): Move from code-pages.
6691         * international/mule-diag.el (non-iso-charset-alist):
6692         Remove `codepage' stuff.
6693         (print-designation, list-coding-systems-1): Output fixes.
6695         * international/code-pages.el (cp-make-translation-table)
6696         (cp-valid-codes): Made defsubsts.
6697         (cp-fix-safe-chars): Delete.
6698         (mule-diag): Don't require.
6699         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
6700         (top-level): Check for defined coding system when defining
6701         cp... aliases.  Change w32-add-charset-info test to avoid warning.
6702         (non-iso-charset-alist): Defvar when compiling.
6703         (cp-make-coding-system): Doc fix.
6705 2003-09-02  Jason Rumney  <jasonr@gnu.org>
6707         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
6708         line-ends from CVS before doing conversion.
6710 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
6712         * calendar/diary-lib.el (diary-header-line-flag)
6713         (diary-header-line-format): New variables.
6714         (list-diary-entries): Use them to set header line in simple diary.
6716         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
6717         other than font-lock-string-face to highlight backslashes.
6719 2003-09-01  Jason Rumney  <jasonr@gnu.org>
6721         * international/titdic-cnv.el (tit-read-key-value): Include \r in
6722         regexp.
6724 2003-09-01  Dave Love  <fx@gnu.org>
6726         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
6728         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
6729         and :help; also line and column numbers labels.
6731         * international/mule-util.el (char-displayable-p): Move from
6732         latin1-disp, rename and autoload.
6734         * international/latin1-disp.el (latin1-char-displayable-p):
6735         Now obsolete alias.  Replace uses with char-displayable-p.
6736         (latin1-display-ucs-per-lynx): Fix last change.
6738         * international/mule-cmds.el (standard-display-european-internal):
6739         Don't use char code for Latin-1 NBSP.
6740         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
6741         U+2018, U+2019 for `'.
6742         (select-safe-coding-system): Message fix.
6744 2003-09-01  Kenichi Handa  <handa@m17n.org>
6746         * international/fontset.el (setup-default-fontset): For Thai
6747         font, specify "*" family.
6749 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
6751         * progmodes/compile.el (previous-error): Accept a prefix
6752         argument, similarly to next-error.
6754 2003-08-31  Masatake YAMATO  <jet@gyve.org>
6756         * pcvs.el (cvs-do-removal): Use = instead of eq to check
6757         the number of files.  Bind the number of files to a local
6758         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
6760 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
6762         * vc-hooks.el (vc-make-version-backup): Fix the change made on
6763         2003-07-26: msdos-long-file-names is a function, not a variable.
6765 2003-08-29  Richard M. Stallman  <rms@gnu.org>
6767         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
6768         Do nothing with mail-personal-alias-file if it is nil.
6770         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
6771         Do nothing if mail-personal-alias-file is nil.
6773         * term.el (term-exec-1): Bind coding-system-for-read.
6775         * dired.el (dired-mouse-find-file-other-window):
6776         Use dired-view-command-alist here, as in dired-view-file.
6777         (dired-view-command-alist): Use %s to substitute file name.
6778         Handle .ps_pages, .eps, .jpg, .gif, .png.
6780 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
6782         * info.el (Info-mode-map): Bind S-tab and <backtab> to
6783         `Info-prev-reference', instead of M-tab.
6785 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
6787         * simple.el (blink-matching-open): Work correctly on chars that
6788         are designated as parens through the syntax-table text property.
6790 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
6792         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
6793         line break position in the middle of a non-kinsoku (e.g. latin)
6794         word, making it skip until either a space or a character with
6795         category "|".
6796         (kinsoku-longer): Test for end of buffer.
6798 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
6800         * mail/rmail.el (rmail-convert-to-babyl-format):
6801         Detect quoted-printable- and base64-encoded messages and decode them
6802         automatically.  Set the message's encoding from the charset=
6803         header, if any.  Decode base64-encoded messages in Mail format as well.
6805 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6807         * mail/smtpmail.el: Fix previous change.
6808         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
6809         calling smtpmail-via-smtp.
6810         (smtpmail-via-smtp): Add fall-back values for envelope-from.
6812 2003-08-26  John Paul Wallington  <jpw@gnu.org>
6814         * image.el (image-jpeg-p): Don't search beyond length of data.
6816 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6818         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
6819         misfeature in `expand-abbrev' which caused electric keywords like
6820         "else" to disappear if an open brace was typed directly afterwards.
6822 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6824         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
6825         mandatory in `define-widget'.
6827         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
6828         Don't align the operators "!=", "<=" and ">=" as assignment operators.
6830         (c-assignment-operators): New language constant that only contains
6831         the assignment operators.
6833         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
6835 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6837         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6838         Safeguard against unbalanced sexps.
6840 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
6842         * version.el (emacs-version): Check for gtk.  Include gtk version info.
6844 2003-08-25  John Paul Wallington  <jpw@gnu.org>
6846         * man.el (Man-default-man-entry): Don't whizz past the section
6847         number before looking for it.
6849 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
6851         * progmodes/gud.el (gud-display-line): Don't set window-point if
6852         source buffer is not visible.  (Only happens with M-x gdba.)
6854         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
6855         documentation.
6856         (gdb-source, gdb-source-info): Update to assembler unnecessary
6857         as its done after each GDB command anyway.
6858         (gdb-pre-prompt): Use with-current-buffer.
6859         (gdb-insert-field): Add help-echo text.
6860         (gdb-invalidate-assembler): Re-display of assembler now done in
6861         gdb-info-breakpoints-custom.
6862         (gdb-info-breakpoints-custom): Force re-display of assembler to
6863         happen *after* update of breakpoints buffer.
6864         (gdb-display-source-buffer): Don't choke if gdb-source-window
6865         isn't visible.
6866         (gdb-put-string, gdb-put-arrow): Remove free variables.
6868 2003-08-24  John Paul Wallington  <jpw@gnu.org>
6870         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
6872         * man.el (Man-default-man-entry): Strip text properties when
6873         snarfing parts of entry because `format' preserves properties.
6875 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6877         * files.el (file-newest-backup): Use `expand-file-name'.
6879         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
6880         Allow the diary to pop up a new frame, if needed.
6882         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
6883         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
6884         (smtpmail-send-it): Make treatment of envelope-from consistent with
6885         sendmail.el.
6887         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
6888         (sh-leading-keywords): Add the bash `time' reserved word.
6889         (sh-variables): Add some bash variables.
6890         (sh-add-completer): Fix nil branch of case statement.
6892 2003-08-24  Masatake YAMATO  <jet@gyve.org>
6894         * progmodes/ld-script.el: New file.
6896 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
6898         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
6900 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
6902         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
6903         Better explain obsolescence, and what to use instead.
6905 2003-08-23  Masatake YAMATO  <jet@gyve.org>
6907         * pcvs.el (cvs-do-removal): Show the deleted file name
6908         on the prompt.
6910 2003-08-20  Dave Love  <fx@gnu.org>
6912         * international/mule.el (make-coding-system)
6913         (set-buffer-file-coding-system): Doc fix.
6915         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
6917         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
6919         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
6921         * international/utf-16.el: Add mime-text-unsuitable coding system
6922         properties.
6924         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
6926         * cus-edit.el: Add some :links.
6927         (bib): Remove.
6929         * textmodes/bib-mode.el (bib): Add :group external.
6931 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
6933         * wid-edit.el (widget-echo-help): Make it handle expressions that
6934         evaluate to strings.
6936 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
6938         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
6940         Simplify selection of SQL products to define highlighting and
6941         interactive mode.  Includes detailed instructions on adding
6942         support for new products.
6944         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
6945         product for use in highlighting and interactive mode.
6946         (sql-interactive-product): New variable.  SQL product for
6947         sql-interactive-mode.
6948         (sql-product-support): New variable.  Specifies product-specific
6949         parameters to drive highlighting and interactive mode.
6950         (sql-imenu-generic-expression): Add more object types.
6951         (sql-sqlite-options): Correct comment.
6952         (sql-ms-program): Use "osql" rather than "isql".
6953         (sql-prompt-regexp, sql-prompt-length): Update comment.
6954         (sql-mode-menu): Add "Start SQLi session" entry.
6955         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
6956         (sql-mode-abbrev-table): Add abbreviations.  Support of
6957         SYSTEM-FLAG on define-abbrev.  Support was removed with last
6958         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
6959         (sql-mode-font-lock-object-name): Add font-lock pattern for object
6960         names.
6961         (sql-mode-ansi-font-lock-keywords): Set as default value.
6962         (sql-mode-oracle-font-lock-keywords): Set as default value.
6963         Support Oracle 9i keywords.
6964         (sql-mode-postgres-font-lock-keywords): Set as default value.
6965         (sql-mode-linter-font-lock-keywords): Set as default value.
6966         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
6967         SQLServer 2000.
6968         (sql-mode-sybase-font-lock-keywords)
6969         (sql-mode-interbase-font-lock-keywords)
6970         (sql-mode-sqlite-font-lock-keywords)
6971         (sql-mode-strong-font-lock-keywords)
6972         (sql-mode-mysql-font-lock-keywords)
6973         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
6974         keywords.
6975         (sql-mode-font-lock-defaults): Update comment.
6976         (sql-product-feature): New function.  Returns feature associated
6977         with a product from `sql-product-support' alist.
6978         (sql-product-font-lock): New function.  Set font-lock support
6979         based on `sql-product'.
6980         (sql-add-product-keywords): New function.  Add font-lock rules to
6981         product-specific keyword variables.
6982         (sql-set-product): New function.  Set `sql-product' and apply
6983         appropriate font-lock highlighting.
6984         (sql-highlight-product): New function.  Set font-lock support
6985         based on a product.  Also set mode name to include product name.
6986         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
6987         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
6988         Use `sql-set-product'.
6989         (sql-highlight-ms-keywords)
6990         (sql-highlight-sybase-keywords)
6991         (sql-highlight-interbase-keywords)
6992         (sql-highlight-strong-keywords)
6993         (sql-highlight-mysql-keywords)
6994         (sql-highlight-sqlite-keywords)
6995         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
6996         (sql-get-login): Prompt in the same order as the tokens.
6997         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
6998         (sql-product-interactive): New function.  Common portions of
6999         product-specific interactive mode wrappers.
7000         (sql-interactive-mode): Rewritten to use product features.
7001         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7002         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7003         (sql-db2, sql-linter): Use `sql-product-interactive'.
7004         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7005         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7006         (sql-connect-ingres, sql-connect-postgres)
7007         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7008         New functions.  Format command line parameters and invoke comint on
7009         the appropriate interpreter.  Code was in the corresponding
7010         `sql-xyz' function before.
7011         (sql-connect-ms): New function.  Support -E argument to use
7012         operating system credentials for authentication.
7014 2003-08-18  Kenichi Handa  <handa@m17n.org>
7016         * international/mule.el (encode-char): Fix for the ASCII case.
7018 2003-08-15  Kenichi Handa  <handa@m17n.org>
7020         * international/fontset.el (setup-default-fontset): Change "*" to
7021         nil in the specifications of font family.
7023 2003-08-18  Kim F. Storm  <storm@cua.dk>
7025         * kmacro.el (kmacro-keymap): Group related bindings in
7026         initialization for clarity.  Bind C-s to start macro.
7027         Remove C-r binding.
7028         (kmacro-initial-counter-value): New defvar to hold initial counter
7029         value in case we set the value before defining a macro.
7030         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7031         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7032         not defining or executing macro.  Doc fix.
7033         (kmacro-add-counter): Clear kmacro-initial-counter-value.
7034         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7035         temporarily view older elements on the macro ring without cycling
7036         the ring.
7037         (kmacro-display): Doc fix.
7038         (kmacro-exec-ring-item): New helper function.
7039         (kmacro-call-ring-2nd): Use it.
7040         (kmacro-call-ring-2nd-repeat): Doc fix.
7041         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7042         (kmacro-end-or-call-macro): Execute last viewed macro (using
7043         kmacro-exec-ring-item) from ring if this follows
7044         kmacro-view-macro.  This allows us to find a macro on the ring
7045         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7046         the ring to bring it to the head of the ring.
7047         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7048         Allow binding to reserved keys without specifying C-x C-k prefix.
7049         Ask for confirmation if entered key sequence is already bound to
7050         a non-macro command.
7051         (kmacro-view-macro): Repeating command will show older elements
7052         on the macro ring; C-k will execute the last viewed macro.
7053         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
7054         property from 'ring to 'head.
7056 2003-08-17  Alan Shutko  <ats@acm.org>
7058         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
7059         keeping December out of the alist.
7061 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
7063         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7064         * calendar/calendar.el (calendar-mode-map): Bind it to key.
7065         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7066         (calendar-flatten): New function.
7067         (calendar-mouse-view-other-diary-entries)
7068         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7069         in the menu title and to show multi-line diary entries correctly
7070         in the menu.
7072 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
7074         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7075         defcustom, because the default was recently changed.
7077 2003-08-16  Richard M. Stallman  <rms@gnu.org>
7079         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7081         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7082         New subroutine, broken out of eval-last-sexp-1.
7083         (eval-last-sexp-1): Use eval-last-sexp-print-value.
7085         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
7087         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
7089         * simple.el (eval-expression): Use eval-last-sexp-print-value.
7091 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
7093         * progmodes/compile.el (compilation-error-regexp-alist):
7094         Add Java ANt error detection as described in document
7095         http://ant.apache.org/faq.html
7097 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
7099         * simple.el (backward-word, forward-to-indentation)
7100         (backward-to-indentation): Argument changed to optional.
7101         (next-line, previous-line): Use `or' instead of `unless'.
7103 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7105         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
7106         instead of a constant.
7108 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
7110         * shell.el (shell): With prefix-arg, suggest a new buffer name.
7112 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
7114         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
7115         (vc-sccs-workfile-version): Search the entire delta table, rather
7116         than just the first entry, because that might be a deleted version.
7118 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
7120         * menu-bar.el (menu-bar-options-menu): Supply a body for the
7121         [save-place] binding in the Options menu.  Have it require
7122         'saveplace' and then toggle the variable manually, to avoid an an
7123         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
7124         for the bug report.
7126 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
7128         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
7129         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
7130         (gdb-info-threads-custom): Add help-echo text.
7131         (gdb-display-back): Don't use purecopy.
7132         (gdb-info-breakpoints-custom, gdb-reset)
7133         (gdb-assembler-custom): Use display-images-p to test if breakpoint
7134         icons can be displayed.
7136 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
7138         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
7140 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
7142         * bookmark.el (bookmark-completing-read):
7143         Return a string, instead of a list of one string.
7144         Use a popup menu if activated from the mouse.
7145         (bookmark-edit-annotation): Remove unused vars.
7146         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
7147         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
7148         to bookmark-completing-read.
7149         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7150         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
7151         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
7152         and erase-buffer.
7153         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
7154         (bookmark-menu-jump, bookmark-menu-insert)
7155         (bookmark-popup-menu-and-apply-function)
7156         (bookmark-menu-popup-paned-bookmark-menu): Remove.
7157         (bookmark-menu-build-paned-menu): Remove by folding it into
7158         bookmark-menu-popup-paned-menu.
7159         (menu-bar-bookmark-map): Move the define-key statements here.
7160         Use the "non-menu" commands since they now pop up a menu if needed.
7161         (bookmark-exit-hook-internal): Simplify.
7163 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
7165         * reftex-toc.el (reftex-toc-rename-label): New function.
7166         (reftex-toc-check-docstruct): New function.
7168         * reftex.el (reftex-region-active-p): New function.
7170         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
7171         regexp to find the \bibliography macro.
7173         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
7174         which does not exist in LaTeX.
7175         (reftex-cite-format-builtin): Added amsrefs support.
7176         (reftex-toc-confirm-promotion): New option
7178         * reftex-toc.el
7179         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
7180         (reftex-toc-demote, reftex-toc-promote)
7181         (reftex-toc-do-promote, reftex-toc-promote-prepare)
7182         (reftex-toc-promote-action, reftex-toc-extract-section-number)
7183         (reftex-toc-newhead-from-alist)
7184         (reftex-toc-load-all-files-for-promotion): New functions.
7185         (reftex-toc-help): Added description of new keys.
7186         (reftex-toc-split-windows-fraction): New option.
7187         (reftex-recenter-toc-when-idle): Search *toc* window on all
7188         visible frames.
7189         (reftex-toc): Additional parameter REUSE
7190         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
7191         with REUSE argument.
7192         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
7193         the call of `reftex-toc'.
7194         (reftex-make-separate-toc-frame): New function .
7195         (reftex-toc-recenter): When called with triple prefix arg, call
7196         `reftex-make-separate-toc-frame' first.
7197         (reftex-toc-toggle-dedicated-frame): New command.
7198         (reftex-toc-quit): Adapted to delete frame when called in
7199         dedicated frame.
7201         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
7202         all enclosing macros.
7205 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7207         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
7208         first use.
7210 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7212         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
7214 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
7216         * calendar/calendar.el (list-diary-entries-hook)
7217         (diary-display-hook, nongregorian-diary-listing-hook)
7218         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
7219         Add some customize options for these hooks.
7220         (calendar-abbrev-construct): Don't try to take a substring longer
7221         than the original string.
7223 2003-08-05  Richard M. Stallman  <rms@gnu.org>
7225         * emacs-lisp/testcover.el (noreturn): Report error if does return.
7226         (testcover-reinstrument-clauses): Doc fix.
7228         * emacs-lisp/warnings.el: Doc fixes, args renamed.
7229         (warning-type-format): Rename from warning-group-format.
7231         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
7232         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
7233         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
7234         to prevent warnings about defvar for an obsolete variable.
7236         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7237         warning-group-format renamed to warning-type-format.
7239         * subr.el (read-passwd): Use clear-string instead of fillarray.
7241         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
7242         Use vconcat instead of concat.
7243         (edmacro-sanitize-for-string): New function.
7245 2003-08-05  Dave Love  <fx@gnu.org>
7247         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
7248         line-number-display-limit-width.
7250         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
7252 2003-08-05  Kenichi Handa  <handa@m17n.org>
7254         * international/code-pages.el: Don't require mule-diag.
7256         * international/mule-diag.el (non-iso-charset-alist):
7257         Add autoload cookie.
7259         * language/devan-util.el (dev-glyph-order): Add an entry for the
7260         glyph code #xC4.
7262 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7264         * calendar/calendar.el (diary-file, diary-file-name-prefix)
7265         (european-calendar-style, diary-date-forms)
7266         (calendar-day-name-array, calendar-month-name-array): Doc change.
7267         (generate-calendar-month): Adapt for new behaviour of
7268         `calendar-day-name' function.
7269         (calendar-abbrev-length, calendar-day-abbrev-array)
7270         (calendar-month-abbrev-array): New variables.
7271         (calendar-abbrev-construct): New function.
7272         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
7273         rather than fixing abbrevs at some width.  Calling syntax change.
7274         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
7275         (calendar-date-string): Adapt for new behaviours of
7276         `calendar-day-name' and `calendar-month-name' functions.
7278         * calendar/diary-lib.el (list-diary-entries): Adapt for new
7279         behaviour of `calendar-day-name' and `calendar-month-name' functions.
7280         (diary-name-pattern): Use abbrev arrays, rather than fixing
7281         abbrevs at three chars.  Calling syntax change.
7282         (mark-diary-entries): Adapt for new behaviours of
7283         `diary-name-pattern' and `calendar-make-alist' functions.
7284         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
7285         `diary-name-pattern' function.
7286         (font-lock-diary-date-forms): Use abbrev arrays, rather than
7287         fixing abbrevs at three chars.  Calling syntax change.
7288         (cal-hebrew, cal-islam): Require when compiling.
7289         (diary-font-lock-keywords): Adapt for new behaviour of
7290         `font-lock-diary-date-forms' function.
7292         * calendar/cal-hebrew.el: Reposition some code so defined before used.
7293         (calendar-hebrew-month-name-array-common-year)
7294         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
7295         (list-hebrew-diary-entries): Adapt for new behaviours of
7296         `calendar-day-name' and `add-to-diary-list' functions.
7297         (mark-hebrew-diary-entries): Adapt for new behaviours of
7298         `diary-name-pattern' and `calendar-make-alist' functions.
7300         * calendar/cal-islam.el (calendar-islamic-month-name-array):
7301         Add doc string.
7302         (list-islamic-diary-entries): Adapt for new behaviours of
7303         `calendar-day-name' and `add-to-diary-list' functions.
7304         (mark-islamic-diary-entries): Adapt for new behaviours of
7305         `diary-name-pattern' and `calendar-make-alist' functions.
7307         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
7308         `calendar-month-name' function.
7310         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
7312         * calendar/solar.el (solar-seasons-data): Move definition before use.
7314         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
7315         (cal-tex-LaTeX-hourbox): Move definition before use.
7317         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
7318         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
7319         lunar.el, solar.el
7320         (displayed-month, displayed-year): Define for compiler.
7322 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7324         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
7325         MODE.  Renamed from c-init-c-language-vars'.
7326         (c-initialize-cc-mode): Change accordingly.
7327         (c-common-init): Ditto.
7328         (c-mode): Ditto.
7329         (c++-mode): Use `c-init-language-vars-for'.
7330         (objc-mode): Ditto.
7331         (java-mode): Ditto.
7332         (idl-mode): Ditto.
7333         (pike-mode): Ditto.
7334         (awk-mode): Ditto.
7336 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7338         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
7339         or not the point moved.
7341         (c-search-decl-header-end): Don't trip up on operator identifiers
7342         in C++ and operators like == in all languages.
7344         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7345         Detect leading labels correctly.
7347 2003-08-02  Andreas Schwab  <schwab@suse.de>
7349         * textmodes/ispell.el: Don't redo key bindings on loading, put
7350         them only in loaddefs.el.
7351         * bookmark.el: Likewise.
7352         * dabbrev.el: Likewise.
7353         * emerge.el: Likewise.
7355         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
7356         has more than one member.
7358         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
7360 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7362         * lpr.el (printify-region): It was ending conversion before the
7363         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
7365 2003-07-31  John Paul Wallington  <jpw@gnu.org>
7367         * net/browse-url.el (browse-url-epiphany): Doc fix.
7369 2003-07-30  Kenichi Handa  <handa@m17n.org>
7371         * international/fontset.el (setup-default-fontset):
7372         Change registry names of Akurti fonts.
7374 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7376         * comint.el (comint-read-noecho): Use `clear-string' instead of
7377         `fillarray'.
7379 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
7381         * outline.el (outline-mode-hook): Add defvar.
7383 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
7385         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
7386         Restore assembler in source window if that is what has been selected.
7387         (menu): Add gdb-restore-windows to menu.  Make gdba
7388         specific menus only visible from gdba.
7390 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7392         * progmodes/compile.el (compilation-environment): New user variable.
7393         (compile-internal): Respect it.
7395 2003-07-23  Masatake YAMATO  <jet@gyve.org>
7397         * progmodes/gud.el (gdb-script-font-lock-keywords):
7398         Put `font-lock-function-name-face' on a symbol which includes
7399         `-' like `hook-run'.  Put font-lock-variable-name-face
7400         on a symbol starting with $.
7402 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
7404         * files.el (set-visited-file-name): Use truename for buffer-file-name.
7406 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7408         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
7410 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
7412         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
7413         Use with-no-warnings.
7414         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
7415         rather than to find-file-not-found-hook, which doesn't exist.
7417 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7419         * international/quail.el (quail-translate-key): Fix previous change.
7421 2003-07-25  John Paul Wallington  <jpw@gnu.org>
7423         * server.el (server-start): Check `server-process' is non-nil
7424         before killing it to avoid killing current buffer's process.
7426         * simple.el (choose-completion-string): Use `minibufferp';
7427         test `completion-reference-buffer' if `buffer' arg is nil.
7428         (push-mark): Use `when' and `unless'.
7429         (pop-mark): Use `when'.
7431         * mouse-sel.el (mouse-sel-get-selection-function):
7432         Check `x-last-selected-text-primary'.  Don't barf if it or
7433         `x-last-selected-text' aren't bound.
7435 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7437         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
7439 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
7441         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
7443 2003-07-23  John Paul Wallington  <jpw@gnu.org>
7445         * tooltip.el (defface tooltip): Inherit from variable-pitch.
7447 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7449         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
7450         string.  Defvar the derived hook.
7452         * macros.el (insert-kbd-macro): Escape double quote character.
7453         From Thomas W Murphy <twm@andrew.cmu.edu>.
7455 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
7457         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
7458         to match the specific mark rather than reusing comment-start-skip.
7460 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
7462         * progmodes/hideshow.el (hs-special-modes-alist):
7463         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
7465 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
7467         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
7468         value using ?\s.
7470 2003-07-21  John Paul Wallington  <jpw@gnu.org>
7472         * subr.el (with-selected-window): Add closing paren.
7474 2003-07-21  Richard M. Stallman  <rms@gnu.org>
7476         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
7477         (lisp-mode): Likewise.
7479         * subr.el (with-selected-window): Copy code form save-selected-window
7480         so as to call select-window with norecord arg.
7481         (dynamic-completion-table): Doc fix.
7482         (lazy-completion-table): Doc fix.
7484         * international/mule-cmds.el (set-locale-environment):
7485         langinfo renamed to locale-info.
7487         * international/mule.el (auto-coding-functions): Doc fix.
7489 2003-07-21  Kenichi Handa  <handa@m17n.org>
7491         * international/quail.el (quail-translate-key):
7492         Update quail-current-str correctly.
7494 2003-07-21  Andreas Schwab  <schwab@suse.de>
7496         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
7497         ?, to "_".
7499 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
7500         Version 2.0.36 of Tramp released.
7502         * net/tramp.el (tramp-default-password-end-of-line): Rename from
7503         tramp-password-end-of-line.
7504         (tramp-password-end-of-line): New method parameter.
7505         (tramp-get-password-end-of-line): Function to access method
7506         parameter `tramp-password-end-of-line', or variable
7507         `tramp-default-password-end-of-line' (default value).
7508         (tramp-methods): Add entries for new parameter
7509         tramp-password-end-of-line.
7510         (tramp-enter-password): Use new function
7511         `tramp-get-password-end-of-line'.
7512         (tramp-handle-insert-file-contents): Do not
7513         unconditionally inhibit the file operation file-local-copy, only
7514         do that when the inhibit-file-name-operation is currently
7515         insert-file-contents.  This fixes finding remote CVS-controlled
7516         files.  (It would barf on inserting the CVS/Entries file
7517         literally, because the file-local-copy handler wasn't called.)
7518         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
7519         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
7520         (tramp-initial-commands): New variable.
7521         (tramp-process-initial-commands): New function, using the variable.
7522         (tramp-open-connection-setup-interactive-shell): Call the new function.
7523         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
7524         method into the buffer name, never use nil.  Reported by Hanak
7525         David <dhanak@inf.bme.hu>.
7526         (tramp-open-connection-setup-interactive-shell): Erase buffer
7527         before sending "stty -onlcr".
7529         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
7531 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
7533         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
7535 2003-07-19  John Paul Wallington  <jpw@gnu.org>
7537         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
7538         (artist-draw-rect, artist-draw-square): Doc fixes.
7540         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
7542         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
7544 2003-07-19  Kenichi Handa  <handa@m17n.org>
7546         * international/kkc.el (kkc-show-conversion-list-update):
7547         Highlight the correct candidate in the message.
7549 2003-07-18  John Paul Wallington  <jpw@gnu.org>
7551         * simple.el (current-word): Don't include punctuation char when
7552         `really-word' arg is non-nil.
7554 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
7556         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
7557         moved to the directory obsolete.
7559 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7561         * info.el (Info-menu-entry-name-re): Allow newlines in
7562         menu entry names.
7564         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
7565         syntax-ppss-after-change-function.
7566         (syntax-ppss-after-change-function): New alias.  Update uses.
7567         (syntax-ppss): Catch the case where the buffer is narrowed.
7569 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7571         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
7572         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
7574 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7576         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
7577         since it might be modified.
7579         * progmodes/cc-langs.el (c++-make-template-syntax-table)
7580         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
7581         names to these language constants.
7583 2003-07-15  Kim F. Storm  <storm@cua.dk>
7585         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
7586         All uses changed.
7588 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
7590         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
7591         Namespace support.
7593 2003-07-13  Juanma Barranquero  <lektu@terra.es>
7595         * frame.el (modify-all-frames-parameters): Reinstall (copyright
7596         papers received).
7598 2003-07-13  Karl Eichwalder  <ke@suse.de>
7600         * textmodes/po.el (po-find-charset): White space at the start of the
7601         Content-Type field body is non-mandatory.
7603 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7605         * textmodes/texinfo.el (texinfo-section-list):
7606         Append appendixsection; a synonym for appendixsec.
7608 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
7610         * man.el (Man-translate-cleanup): New.
7611         (Man-translate-references): Call `Man-translate-cleanup' to clean
7612         leading, trailing and middle spaces.
7614 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
7616         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
7617         Handle `dired-directory' being a list.
7619 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7621         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
7622         it doesn't exist.
7624 2003-07-12  Richard M. Stallman  <rms@gnu.org>
7626         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
7628         * progmodes/cc-defs.el (c-make-keywords-re):
7629         Don't use delete-duplicates.
7630         (c-lang-const): Don't use mapcan.
7632         * apropos.el (apropos-show-scores): Make it customizable.
7633         Document new meaning.
7634         (apropos): Compute scores from symbols.
7635         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
7637 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7639         * ps-bdf.el: Fix copyright line.
7640         (bdf-directory-list): Fix initialization code.
7642 2003-07-11  John Paul Wallington  <jpw@gnu.org>
7644         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
7645         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
7646         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
7648 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
7650         * emacs-lisp/ring.el (ring-elements): Doc fix.
7652 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7654         * calendar/timeclock.el (timeclock-relative)
7655         (timeclock-ask-before-exiting, timeclock-use-display-time):
7656         Doc changes.
7657         (timeclock-modeline-display): Give a message if
7658         `timeclock-use-display-time' is non-nil but `display-time-mode'
7659         is not active.
7661 2003-07-11  Kenichi Handa  <handa@m17n.org>
7663         * international/mule-cmds.el (set-language-environment):
7664         Set current-language-environment to the correct string.
7666 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7668         * ps-print.el: Print line number correctly in a region.  Reported by
7669         Tim Allen <timallen@ls83.fsnet.co.uk>.
7670         (ps-print-version): New version number (6.6.2).
7671         (ps-printing-region): Code fix.
7673 2003-07-10  John Paul Wallington  <jpw@gnu.org>
7675         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
7676         this function can be called from `add-completions-from-tags-table'.
7678 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
7680         * calendar/timeclock.el (timeclock-use-display-time)
7681         (timeclock-day-over-hook, timeclock-workday-remaining)
7682         (timeclock-status-string, timeclock-when-to-leave)
7683         (timeclock-when-to-leave-string, timeclock-log-data)
7684         (timeclock-find-discrep, timeclock-day-base)
7685         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
7686         (timeclock-modeline-display): Set the variable
7687         `timeclock-modeline-display'.
7688         (timeclock-update-modeline): Doc fix.  Respect value of
7689         `timeclock-relative'.
7691 2003-07-09  Richard M. Stallman  <rms@gnu.org>
7693         * textmodes/reftex-parse.el (reftex-all-document-files):
7694         Add autoload cookie.
7696         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
7697         (reftex-scanning-info-available-p): Add autoload cookie.
7699         * international/mule-cmds.el
7700         (set-display-table-and-terminal-coding-system): Delete duplicate
7701         aset on standard-display-table.
7703         * view.el (view-file): If existing buffer's major mode is special,
7704         don't go into view mode.
7706         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
7708 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7710         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
7711         buffer changes; there's third party code that calls this function
7712         directly.
7714 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7716         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
7717         (autodoc-font-lock-keywords): Don't byte compile on font lock
7718         initialization when running from byte compiled files.
7720 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7722         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
7723         statement ends with auto-increment "++".
7725 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7727         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7728         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7729         these are changed, so declare them as variables and not constants.
7731 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
7733         * subr.el (dolist, dotimes): Doc fix.
7735 2003-07-08  Kim F. Storm  <storm@cua.dk>
7737         * international/mule-cmds.el
7738         (set-display-table-and-terminal-coding-system): Don't break
7739         bootstrap if standard-display-table isn't setup yet.
7741 2003-07-07  Richard M. Stallman  <rms@gnu.org>
7743         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
7744         Give it a doc string, and autoload it.
7746         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
7747         Use with-no-warnings.
7749         * info.el (Info-search): If find invisible text, search again.
7751         * isearch.el (search-whitespace-regexp): Add a shy group around it.
7753         * man.el (Man-name-regexp): Match + as part of name.
7755         * simple.el (visible-mode): Rename from vis-mode.
7756         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
7758         * simple.el (current-word): New arg REALLY-WORD specifies
7759         don't include punctuation chars.
7761         * emacs-lisp/debug.el (debug, debugger-env-macro):
7762         Use with-no-warnings while accessing and binding unread-command-char.
7764         * international/mule-cmds.el
7765         (set-display-table-and-terminal-coding-system): Use explicit loop
7766         instead of calling standard-display-default.
7768         * net/ange-ftp.el (ange-ftp-file-symlink-p):
7769         Use condition-case to catch error in ange-ftp-get-files.
7771         * net/browse-url.el (browse-url-browser-function):
7772         Add alternative for Epiphany.
7773         (browse-url-epiphany-program, browse-url-epiphany-arguments)
7774         (browse-url-epiphany-startup-arguments)
7775         (browse-url-epiphany-new-window-is-tab): New variables.
7776         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
7778         * progmodes/compile.el (compile-auto-highlight): Default now t.
7779         (compile): Doc fix.
7780         (compilation-next-error): Fix previous change.
7782         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
7784         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
7786 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
7788         * gdb-ui.el (gdb-source-info): Display current frame when
7789         attaching to an existing process.
7790         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
7791         while laying out windows when attaching to an existing process.
7793 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
7795         * info.el (Info-menu): Use Info-menu-entry-name-re.
7797 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
7799         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
7800         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
7802         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
7803         to match the same text.
7805 2003-07-06  John Paul Wallington  <jpw@gnu.org>
7807         * vc.el (vc-annotate-offset): Move defvar up.
7809 2003-07-06  Kim F. Storm  <storm@cua.dk>
7811         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
7812         This should fix the infinite loop when extracting menu names.
7814 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7816         * files.el (auto-mode-alist, interpreter-mode-alist):
7817         Remove entries to CC Mode modes to avoid duplicates; they are now added
7818         with autoload directives in cc-mode.el.
7820 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7822         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7823         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7824         these are changed, so declare them as variables and not constants.
7826         * progmodes/cc-mode.el: Fix some autoload problems: Try to
7827         ensure that the entry for ".c" extension comes before the one for
7828         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
7829         Fix incorrect entries that were added to `interpreter-mode-alist'.
7830         Move the autoload directives for AWK to the top level since they
7831         aren't recognized anywhere else.  Do not use the new AWK mode doc
7832         in the autoload form for the old AWK mode.
7834 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7836         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
7837         (bibtex-sort-ignore-string-entries): Default value t.
7838         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
7839         erroneously in previous version.
7840         (bibtex-string-files): Docstring reflects new parsing scheme.
7841         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
7842         docstring, add # as one of the chars to crush
7843         (bibtex-autokey-prefix-string, bibtex-autokey-names)
7844         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
7845         (bibtex-autokey-name-change-strings)
7846         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
7847         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
7848         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
7849         (bibtex-autokey-title-terminators)
7850         (bibtex-autokey-titlewords-stretch)
7851         (bibtex-autokey-titleword-ignore)
7852         (bibtex-autokey-titleword-case-convert)
7853         (bibtex-autokey-titleword-abbrevs)
7854         (bibtex-autokey-titleword-abbrevs)
7855         (bibtex-autokey-titleword-change-strings)
7856         (bibtex-autokey-titleword-length)
7857         (bibtex-autokey-titleword-separator)
7858         (bibtex-autokey-name-year-separator)
7859         (bibtex-autokey-year-title-separator)
7860         (bibtex-autokey-before-presentation-function)
7861         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
7862         Fix docstring.
7863         (bibtex-strings, bibtex-reference-keys):
7864         Use lazy-completion-table and make-variable-buffer-local.
7865         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
7866         (bibtex-braced-string-syntax-table)
7867         (bibtex-quoted-string-syntax-table): New variables.
7868         (bibtex-parse-nested-braces): Remove.
7869         (bibtex-parse-field-string): Use syntax table and forward-sexp.
7870         (bibtex-parse-association): Simplify.
7871         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
7872         (bibtex-parse-field-text): Simplify.
7873         (bibtex-search-forward-field, bibtex-search-backward-field):
7874         argument BOUND can take value t.
7875         (bibtex-start-of-field, bibtex-start-of-name-in-field)
7876         (bibtex-end-of-name-in-field, bibtex-end-of-field)
7877         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
7878         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
7879         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
7880         (bibtex-skip-to-valid-entry): Return buffer position of beginning
7881         and ending of entry.  Update for changes of bibtex-search-entry.
7882         Simplify.
7883         (bibtex-map-entries): FUN is called with three arguments.
7884         (bibtex-search-entry): Return a cons pair with buffer positions of
7885         beginning and end of entry.
7886         (bibtex-enclosing-field): Simplify.
7887         (bibtex-format-entry): Use booktitle to set a missing title.
7888         (bibtex-autokey-get-names): Fiddle with regexps.
7889         (bibtex-generate-autokey): Use identity.
7890         (bibtex-parse-keys): Use simplified parsing algorithm if
7891         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
7892         arguments.  Return alist of keys.
7893         (bibtex-parse-strings): Simplify.  Return alist of strings.
7894         (bibtex-complete-string-cleanup): Fix docstring.
7895         (bibtex-read-key): New function.
7896         (bibtex-mode): Fix docstring.  Do not parse for keys and
7897         strings when the mode is entered.  Set fill-paragraph-function to
7898         bibtex-fill-field.  Setup font-lock-mark-block-function the way
7899         font-lock intended.
7900         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
7901         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
7902         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
7903         (bibtex-Preamble): Avoid hard coded constants.
7904         (bibtex-make-field): Fix docstring.  Simplify.
7905         (bibtex-beginning-of-entry): Always return new position of point.
7906         (bibtex-end-of-entry): Rearrange cond clauses.
7907         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
7908         Update for changes of bibtex-map-entries.
7909         (bibtex-ispell-abstract): Do not move point.
7910         (bibtex-entry-index): Use downcase.  Simplify.
7911         (bibtex-lessp): Handle catch-all.
7912         (bibtex-find-crossref): Turn into a command.
7913         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
7914         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
7915         preamble entries.
7916         (bibtex-fill-field-bounds): New function.
7917         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
7918         (bibtex-fill-entry): Use bibtex-fill-field-bounds
7919         (bibtex-String): Use bibtex-strings.  Always obey
7920         bibtex-sort-ignore-string-entries.
7922 2003-07-05  John Paul Wallington  <jpw@gnu.org>
7924         * cus-theme.el (customize-create-theme):
7925         Call `customize-create-theme' in Reset widget's notify function.
7927         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
7928         (ibuffer-mark-interactive): Use `or' instead of `unless'.
7929         (define-ibuffer-column name): Add summarizer.
7930         (define-ibuffer-column size): Likewise.
7931         (define-ibuffer-column filename): Likewise.
7932         (define-ibuffer-column process): Likewise.  Change BODY's output too.
7933         (define-ibuffer-column filename-and-process): Likewise, likewise.
7934         (ibuffer): Remove local vars `already-in' and `need-update'.
7936         * ibuf-ext.el: Don't require `derived' at compile-time.
7938 2003-07-05  Kim F. Storm  <storm@cua.dk>
7940         * info.el: Disable paragraph refilling.
7941         (Info-refill-paragraphs): New defcustom.
7942         (Info-fontify-node): Use it.
7944 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
7946         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
7947         thingies from constructors created by defstruct.
7949         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
7950         the default value of the variable.
7951         (byte-code-meter): Move declaration to top level.
7953         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
7955         * info.el (Info-following-node-name-re): New fun.
7956         (Info-following-node-name): Remove.
7957         (Info-insert-dir): Use the new fun.
7958         (Info-extract-pointer): Don't save restriction; use new fun.
7959         (Info-menu-entry-name-re): New const.
7960         (Info-menu-entry-name-re): Use it along with new fun.
7961         (Info-node-spec-re): Use new fun.
7962         (Info-complete-menu-item, Info-fontify-node): Use new const.
7963         (Info-goto-node, Info-follow-reference, Info-menu-update):
7964         Use match-string.
7965         (Info-follow-reference): Use assoc-string.
7966         Use a list of strings for the completion table.
7967         (Info-fontify-node): Use match-string, line-end-position.
7968         Limit the search for `node:' to the first line.
7970         * newcomment.el (uncomment-region): Remove padding coming from
7971         comment-start rather than just from comment-padding.
7973         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
7974         (vc-cvs-stay-local-p): Use vc-stay-local-p.
7975         (vc-cvs-rename-file): Remove (use the default).
7976         (vc-cvs-register): Register parent dir if needed.
7977         (vc-cvs-could-register): Return non-nil if parent can be registered.
7978         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
7979         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
7981         * vc-svn.el (vc-svn-use-edit): Make it into a const.
7982         (vc-svn-update): Fix the arguments to `svn'.
7983         (vc-svn-diff-tree): Just use `vc-svn-diff'.
7984         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
7985         Simple implementations, assuming `name' is a URL.
7987         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
7988         set of chars allowed unquoted in a case pattern.
7990         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
7992         * font-lock.el (font-lock-extra-types-widget)
7993         (c-font-lock-extra-types, c++-font-lock-extra-types)
7994         (objc-font-lock-extra-types, java-font-lock-extra-types)
7995         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
7996         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
7997         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
7998         (font-lock-match-c++-structor-declaration)
7999         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8000         (c++-font-lock-keywords-3, c++-font-lock-keywords)
8001         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8002         (objc-font-lock-keywords-3, objc-font-lock-keywords)
8003         (java-font-lock-keywords-1, java-font-lock-keywords-2)
8004         (java-font-lock-keywords-3, java-font-lock-keywords)
8005         (java-font-lock-syntactic-face-function): Remove obsolete code
8006         and constants.  It's all in cc-fonts.el now.
8008 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
8010         * mail/sendmail.el (mail-specify-envelope-from)
8011         (mail-envelope-from): Doc fix.
8013 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
8015         * generic-x.el: Do away with the dependency on `c-emacs-features'
8016         when populating `rul-generic-mode-syntax-table'; we already know
8017         this isn't XEmacs.
8019 See ChangeLog.10 for earlier changes.
8021 ;; Local Variables:
8022 ;; coding: iso-2022-7bit
8023 ;; End:
8025     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
8026   Copying and distribution of this file, with or without modification,
8027   are permitted provided the copyright notice and this notice are preserved.
8029 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1