*** empty log message ***
[emacs.git] / lisp / ChangeLog
bloba25bda7392f692ad391e26ab9226bad32eb2aa29
1 2004-06-03  David Kastrup  <dak@gnu.org>
3         * woman.el (woman-mapcan): More concise code.
4         (woman-topic-all-completions, woman-topic-all-completions-1)
5         (woman-topic-all-completions-merge): Replace by a simpler and
6         much faster implementation based on O(n log n) sort/merge instead
7         of the old O(n^2) behavior.
9 2004-06-03  Miles Bader  <miles@gnu.org>
11         * subr.el (read-number): Use canonical format for default in prompt.
13         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps): Add
14         regexp for " [...]" style defaults.
16 2004-06-02  Romain Francoise  <romain@orebokech.com>
18         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
19         groups: if the user asks for a hidden buffer, open the
20         corresponding filter group to expose it.
22         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
23         `ibuffer-jump-to-buffer'.
24         (ibuffer-jump-offer-only-visible-buffers): New user option.
26 2004-06-02  Juanma Barranquero  <lektu@terra.es>
28         * faces.el (frame-update-faces): Add empty docstring so the one
29         for `ignore' doesn't show through.
31         * subr.el (process-kill-without-query): Remove spurious "\n" on
32         obsolescence string.
33         (focus-frame, unfocus-frame): Add obsolescence declaration and
34         empty docstring.
36         * international/mule.el (register-char-codings): Make alias for
37         `ignore'.  Move docstring to obsolescence info and remove
38         redundancy.
40 2004-06-02  Kim F. Storm  <storm@cua.dk>
42         * frame.el (blink-cursor-start): Turn cursor off initially so blink
43         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
45 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
47         * vc-arch.el (vc-arch-state): Don't assume the file exists.
49 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
51         * desktop.el (desktop-save): Don't save minor modes without a
52         known mode initialization function.
54 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
56         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
58         * autorevert.el: Update `Commentary' section.
60 2004-05-30  Juanma Barranquero  <lektu@terra.es>
62         * dos-fns.el (convert-standard-filename):
63         * files.el (convert-standard-filename):
64         * w32-fns.el (convert-standard-filename):
65         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
67 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
69         Sync with Tramp.
71         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
72         (tramp-let-maybe): Move to an earlier spot in the file.
73         Patch by Andreas Schwab.
75 2004-05-30  Andreas Schwab  <schwab@suse.de>
77         * dired.el (dired-get-filename): Don't use dired-re-dot.
79 2004-05-30  Richard M. Stallman  <rms@gnu.org>
81         * files.el (find-file): Doc fix.
83         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
85 2004-05-30  Nick Roberts  <nickrob@gnu.org>
87         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
88         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
89         modeline of the locals buffer.
90         (gdb-goto-breakpoint): Handle gdbmi.
91         (gdb-get-frame-number): Change for gdbmi.
93 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
95         * files.el (file-remote-p): Apply file name handler for operation
96         `file-remote-p'.  It isn' a property any longer.
97         (file-relative-name): `fh' and `fd' get the required value via
98         `find-file-name-handler' already.
100         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
101         (top): Remove setting of `file-remote-p' property for
102         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
104 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
106         Version 2.0.41 of Tramp released.
108         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
109         Throw away if process has died.
110         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
111         (tramp-out-of-band-prompt-regexp): Rename to
112         `tramp-process-alive-regexp', because its usage is widen.
113         (tramp-actions-copy-out-of-band): Apply it.
114         (tramp-actions-before-shell, tramp-multi-actions):
115         Add `tramp-action-process-alive' action.
116         (tramp-action-process-alive): New defun.
117         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
118         Add entry for `file-remote-p'.
119         (tramp-handle-file-remote-p): New defun.
120         (top): Remove setting of `file-remote-p'.  Don't set
121         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
123         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
124         `file-remote-p'.
126         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
127         counted for (last) line.  [They should or they shouldn't?  --Stef]
128         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
130 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
132         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
133         not really necessary but seems to keep the shell history smaller
134         in some cases.  It is no substitute for setting HISTFILE and
135         HISTSIZE from tramp-open-connection-setup-interactive-shell,
136         though.  Suggested by Luc Teirlinck.
137         (tramp-open-connection-setup-interactive-shell): Export variables
138         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
139         (tramp-set-process-query-on-exit-flag): New compat function.
140         (tramp-open-connection-multi, tramp-open-connection-su)
141         (tramp-open-connection-rsh, tramp-open-connection-telnet)
142         (tramp-do-copy-or-rename-file-out-of-band): Use it.
143         (tramp-let-maybe): New macro, let-binds a variable only if it
144         isn't obsolete.
145         (tramp-check-ls-commands, tramp-handle-expand-file-name)
146         (tramp-handle-file-truename): Use it.
147         (tramp-completion-file-name-regexp-unified): Avoid matching
148         filenames starting with "/:" -- those are reserved for
149         file-name-non-special.
151         * tramp-smb.el (tramp-smb-open-connection):
152         Use tramp-set-process-query-on-exit-flag compat function.
154 2004-05-29  Richard M. Stallman  <rms@gnu.org>
156         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
158         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
159         (eval-last-sexp-print-value): Print char equivalent regardless
160         of standard-output value.
162         * thumbs.el (thumbs-subst-char-in-string): Delete.
163         (thumbs-thumbname): Use subst-char-in-string.
164         (thumbs-resize-image): Use condition-case, not ignore-errors.
165         (thumbs-kill-buffer): Likewise.
167         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
168         (thumbs-mode): Make buffer read-only.
169         (thumbs-make-thumb): Unconditionally accept an existing file.
170         (thumbs-insert-thumb): Add thumb-image-file property to the image.
171         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
172         (thumbs-show-thumbs-list): Error if images not supported.
173         (thumbs-save-current-image): Improve prompt string.
174         (thumbs-mode-map): Define u, R, x.
175         (thumbs-unmark): New command.
176         (thumbs-emboss-image): Minor cleanup.
177         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
178         (thumbs-rename-images): New command.
179         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
181         * thumbs.el (thumbs-current-image): New function.
182         (thumbs-file-list, thumbs-file-alist): New functions.
183         (thumbs-find-image): Delete arg L.
184         Don't set up thumbs-fileL as buffer-local global var.
185         (thumbs-find-image-at-point): Use thumbs-current-image.
186         (thumbs-set-image-at-point-to-root-window): Likewise.
187         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
188         Record and warn about errors.  Update thumbs-markedL for deletions.
189         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
190         (thumbs-redraw-buffer): Use thumbs-file-list.
191         (thumbs-mark): Use thumbs-current-image.
192         (thumbs-show-name): Use thumbs-current-image.
194         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
195         and imenu--last-menubar-index-alist.
197         * subr.el (with-selected-window): Undo previous change.
199 2004-05-29  John Paul Wallington  <jpw@gnu.org>
201         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
202         (thumbs-mouse-find-image): New command.
203         (thumbs-mode-map): Bind it to mouse-2.
204         (thumbs-mode):  Make mode-class special.
205         (thumbs-view-image-mode): Likewise.
207 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
209         * flymake.el: New file.
211 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
213         * files.el (find-file-noselect-1): Do not bind
214         `inhibit-read-only' to t during execution of
215         `find-file-not-found-functions'.
217 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
219         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
220         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
222 2004-05-28  Juri Linkov  <juri@jurta.org>
224         * simple.el (eval-expression-print-format): New fun.
226         * simple.el (eval-expression):
227         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
228         * emacs-lisp/edebug.el (edebug-compute-previous-result)
229         (edebug-eval-expression): Print additionally the value returned by
230         `eval-expression-print-format'.
232         * emacs-lisp/lisp.el (insert-pair-alist): New var.
233         (insert-pair): Make arguments optional.  Find character pair
234         from `insert-pair-alist' according to the last input event.
235         (insert-parentheses): Make arguments optional.
236         (raise-sexp, delete-pair): New funs.
238         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
239         (emacs-lisp-mode-map, lisp-interaction-mode-map):
240         Bind C-M-q to `indent-pp-sexp'.
242         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
243         `pp-to-string' modified to be able to format text with newlines.
244         (pp-to-string): Move the buffer-formatting part of the code to
245         `pp-buffer'.  Call `pp-buffer'.
247         * info.el (Info-desktop-buffer-misc-data): Don't save information
248         about virtual files.
249         (Info-restore-desktop-buffer): Restore Info buffers in prepared
250         buffers with names obtained from the desktop file instead of the
251         default *info* buffer.
253 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
255         * subr.el (with-selected-window): Only save/restore the selected window.
257         * progmodes/compile.el (compilation-error-regexp-alist):
258         Use expand-file-name and data-directory.
260         * progmodes/grep.el (grep-tree): Rework previous fix.
262         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
263         after the user marked text with the mouse.
265         * startup.el (command-line): Keep the first regexp of
266         auto-save-file-name-transforms intact.
268 2004-05-28  Juanma Barranquero  <lektu@terra.es>
270         * cus-edit.el (customize-face, customize-face-other-window)
271         (custom-face-edit-delete): Make arguments match their use in
272         docstring.
273         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
274         docstring.
276         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
277         not `cvs-butlast'.
279         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
280         `nbutlast' are in subr.el).
282         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
283         (set-w32-system-coding-system): Doc fixes.
285         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
286         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
287         Make arguments match their use in docstring.
288         (artist-draw-region-trim-line-endings)
289         (artist-mouse-choose-operation): Fix typo in docstring.
290         (artist-key-set-point-common): Doc fix.
292 2004-05-28  Simon Josefsson  <jas@extundo.com>
294         * mail/smtpmail.el (smtpmail-open-stream):
295         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
297 2004-05-26  Simon Josefsson  <jas@extundo.com>
299         * starttls.el: Merge with my GNUTLS based starttls.el.
300         (starttls-gnutls-program, starttls-use-gnutls)
301         (starttls-extra-arguments, starttls-process-connection-type)
302         (starttls-connect, starttls-failure, starttls-success): New variables.
303         (starttls-program, starttls-extra-args): Doc fix.
304         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
305         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
306         and pass on to corresponding *-gnutls function if it is set.
308 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
310         * autorevert.el (auto-revert-handler): Disable auto-reverting of
311         remote files.
313 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
315         * files.el (file-name-non-special): There are more operations
316         which need handling: `find-backup-file-name',
317         `insert-file-contents', `verify-visited-file-modtime',
318         `write-region'.  Rename t value of method to `add'.  Add new
319         methods `quote' and `unquote-then-quote' to file-arg-indices.
321 2004-05-25  Juri Linkov  <juri@jurta.org>
323         * info.el (Info-toc): Call Info-mode on intermediate buffer.
324         (Info-index-nodes): Enclose code in condition-case to catch errors.
325         (Info-index-node): Don't search all index nodes if request is only
326         for the current node and file is not in the cache of index nodes.
327         (Info-mode-map): Bind Info-copy-current-node-name to `w'
328         for consistency with dired-copy-filename-as-kill.
329         Bind `S' to Info-search-case-sensitively.
330         (Info-copy-current-node-name): New arg.  With zero prefix arg put
331         the name inside a function call to `info'.  Display copied text in
332         the echo area.
334 2004-05-25  Sam Steingold  <sds@gnu.org>
336         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
337         strip the package prefix from the symbol name, if any.
338         Make it the `find-tag-default-function' for `lisp-mode'.
340 2004-05-25  John Paul Wallington  <jpw@gnu.org>
342         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
343         instead of obsolete `process-kill-without-query'.
345         * textmodes/texinfmt.el (texinfo-indexvar-alist):
346         Declare as variable, not constant.
348 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
350         * files.el (find-file-noselect-1): Fix bug introduced by
351         Revision 1.694.  As a side effect, `inhibit-read-only'
352         is again, by default, t during execution of
353         `find-file-not-found-functions'.
354         (insert-directory): Check that lines were really inserted by
355         the --dired switch, before erasing them.
357 2004-05-24  Nick Roberts  <nickrob@gnu.org>
359         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
360         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
361         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
362         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
363         gud-minor-mode (gdbmi).
365 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
367         * net/browse-url.el (browse-url-interactive-arg): Enable user to
368         explicitly select the text to be taken as URL.
370 2004-05-23  Juri Linkov  <juri@jurta.org>
372         * info.el (Info-index-nodes): New var and fun.
373         (Info-goto-index, Info-index, info-apropos)
374         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
375         (Info-index): Fix docstring.  Store and restore Info-history-list.
376         (Info-complete-nodes): New var.
377         (Info-complete-menu-item): Use it.
378         (Info-index-node): New fun.
379         (Info-final-node, Info-forward-node, Info-backward-node)
380         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
381         Use Info-index-node.
382         (Info-extract-menu-item, Info-extract-menu-counting): Set second
383         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
384         (Info-find-node-2): If a node with period in its name not found,
385         try to find a node without the name part after period.
386         (Info-select-node): Call Info-fontify-node only if
387         Info-fontify-maximum-menu-size is not nil.
388         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
389         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
390         Preserve Info-history-list.
391         (Info-toc): Set Info-current-file.
392         (Info-build-toc): Move point to the beginning of the buffer.
393         Add main-file variable.
394         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
395         Use backslashed representation of the control character ^_.
397         * textmodes/texinfmt.el (texinfo-print-index): Print index line
398         numbers in the new Texinfo 4.7 format.
400         * add-log.el (change-log-font-lock-keywords): Remove `:' from
401         regexps for function and variable names.
403         * descr-text.el (describe-property-list): Add [show] button for
404         `syntax-table' property with action to pp to a separate buffer.
405         (describe-char): Replace search-forward by re-search-forward with
406         whitespace regexp after "character:" to not fail in too narrow windows.
408         * simple.el (next-error-find-buffer): Add a rule to return
409         next-error capable buffer if one window on the selected frame
410         displays such buffer.
412 2004-05-23  Nick Roberts  <nickrob@gnu.org>
414         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
415         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
416         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
417         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
418         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
419         Handle new value for gud-minor-mode (gdbmi).
420         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
421         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
422         Change from local to global gdb variable set.
423         (gdb-ann3): Initialise above gdb variable set.
424         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
425         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
426         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
427         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
428         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
429         (gdb-info-locals-handler, gdb-invalidate-assembler)
430         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
431         set as global variables.
432         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
433         Handle gdbmi.
434         (gdb-info-breakpoints-custom): Fix regexp.
435         (def-gdb-var): Delete.
437         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
438         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
439         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
440         a new mode.  The file (gdb-mi.el) for this mode will be included
441         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
442         primary interface.
444 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
446         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
447         interpreted as a directory.
449 2004-05-22  Richard M. Stallman  <rms@gnu.org>
451         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
452         as a close quote.
454         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
456         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
457         Use assoc-string, not assoc-ignore-case.
459         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
461         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
462         If moving back then fwd gets a defun that ends before point,
463         try again moving fwd then back.
465         * files.el (file-name-non-special): Allow t in file-arg-indices
466         to mean requote the return value.  Use `identity' as an element
467         rather than as the whole value.
469         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
471 2004-05-22  Juanma Barranquero  <lektu@terra.es>
473         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
474         `help-make-usage'.
475         (help-highlight-arguments): Skip function name before searching
476         for arguments.
478 2004-05-21  Juanma Barranquero  <lektu@terra.es>
480         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
481         Don't mention in the docstring these arguments meant for
482         internal (recursive) use only.
483         (allout-char-spec): Comment out (it's not implemented).
484         (allout-old-expose-topic, allout-exposure): Fix docstring and add
485         obsolescence declaration.
486         (allout-flatten-exposed-to-buffer)
487         (allout-indented-exposed-to-buffer): Fix typos in docstring.
488         (my-mark-marker): Doc fix.
489         (produce-allout-mode-map, allout-sibling-index)
490         (allout-isearch-expose, allout-distinctive-bullet)
491         (allout-open-topic, allout-reindent-body)
492         (allout-rebullet-heading, allout-process-exposed)
493         (allout-insert-listified, allout-latex-verb-quote)
494         (allout-insert-latex-header, allout-insert-latex-trailer):
495         Make arguments match their use in docstring.
496         (allout-primary-bullet, allout-old-style-prefixes)
497         (allout-inhibit-protection, allout-init, allout-mode)
498         (allout-before-change-protect, allout-flag-region):
499         Use "Emacs" instead of "emacs" in docstrings.
501 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
503         * international/characters.el: Modify syntax of more characters.
505 2004-05-21  Masatake YAMATO  <jet@gyve.org>
507         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
508         (etags-tags-completion-table): Show parsing progress.
510 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
512         * locate.el (locate-prompt-for-command): Shorten first line of
513         docstring.
514         (locate-mode): Expand docstring and include keymap summary.
516         * files.el (find-file-noselect-1): Limit the scope of the
517         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
518         is, by default, nil during the execution of
519         `find-file-not-found-functions' and `find-file-hook'.
521 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
523         * facemenu.el (facemenu-color-name-equal): New function.
524         (list-colors-display): Use it to compare colors instead of
525         facemenu-color-equal.
527 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
529         * compare-w.el (compare-windows-face): Use min-colors instead of
530         checking for tty or pc types.
532 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
534         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
535         (completion-setup-function): Use with-current-buffer.
536         Properly save excursion.  Simplify.
537         Don't assume there is necessarily a `mouse-face' property somewhere.
539         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
541         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
543         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
544         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
545         Use with-current-buffer.
546         (byte-goto-log-buffer): Delete.
547         (byte-compile-log-file): Call compilation-forget-errors.
549 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
551         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
552         output messages into the search result.
554 2004-05-19  Masatake YAMATO  <jet@gyve.org>
556         * wid-edit.el (widget-radio-button-notify): Revert my last
557         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
559 2004-05-19  Kenichi Handa  <handa@m17n.org>
561         * international/characters.el: Fix syntax (open/close) of CJK chars.
563 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
565         * help-mode.el (help-go-back): Don't depend on position of back button.
567 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
569         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
570         files files don't contain an accidental additional /.
572         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
573         in source buffer.
575 2004-05-18  Masatake YAMATO  <jet@gyve.org>
577         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
578         to widget-apply.  :action method assumes 2 arguments, not 3.
580 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
582         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
583         New constants.
584         (hs-special-modes-alist): Add an f90-mode entry.
586 2004-05-17  Sam Steingold  <sds@gnu.org>
588         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
589         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
591 2004-05-16  Kim F. Storm  <storm@cua.dk>
593         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
595 2004-05-15  John Wiegley  <johnw@newartisans.com>
597         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
598         (eshell-output-object-to-target): Improve output speed 20% by not
599         calling `eshell-stringify' if something is already known to be a string.
601 2004-05-15  Alex Ott  <ott@jet.msk.su>
603         * textmodes/ispell.el (ispell-local-dictionary-alist):
604         Add windows-1251 to the choice of coding systems.
605         (ispell-dictionary-alist-6): Add support for "russianw.aff",
606         encoded in cp1251.
608 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
610         * progmodes/compile.el (compilation-warning-face)
611         (compilation-info-face): Use min-colors.
613 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
615         * toolbar/close.pbm, toolbar/close.xpm
616         * toolbar/copy.pbm, toolbar/copy.xpm
617         * toolbar/cut.pbm, toolbar/cut.xpm
618         * toolbar/help.pbm, toolbar/help.xpm
619         * toolbar/home.pbm, toolbar/home.xpm
620         * toolbar/index.pbm, toolbar/index.xpm
621         * toolbar/jump_to.pbm, toolbar/jump_to.xpm
622         * toolbar/left_arrow.pbm, toolbar/left_arrow.xpm
623         * toolbar/new.pbm, toolbar/new.xpm
624         * toolbar/open.pbm, toolbar/open.xpm
625         * toolbar/paste.pbm, toolbar/paste.xpm
626         * toolbar/preferences.pbm, toolbar/preferences.xpm
627         * toolbar/print.pbm, toolbar/print.xpm
628         * toolbar/right_arrow.pbm, toolbar/right_arrow.xpm
629         * toolbar/save.pbm, toolbar/save.xpm
630         * toolbar/saveas.pbm, toolbar/saveas.xpm
631         * toolbar/search.pbm, toolbar/search.xpm
632         * toolbar/spell.pbm, toolbar/spell.xpm
633         * toolbar/undo.pbm, toolbar/undo.xpm
634         * toolbar/up_arrow.pbm, toolbar/up_arrow.xpm: New icons from
635         GTK+ version 2.
638 2004-05-15  Kim F. Storm  <storm@cua.dk>
640         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
641         Use it to set triggered-p element of timer.
642         (timer-event-handler): Set triggered-p element non-nil while running
643         the timer function.
645 2004-05-14  David Ponce  <david@dponce.com>
647         * tree-widget.el: New file.
649 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
651         * language/european.el ("Brazilian Portuguese"): Add support for
652         Brazilian Portuguese.
654 2004-05-13  John Wiegley  <johnw@newartisans.com>
656         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
657         `recentf-mode' if this variable has been customized to t.
659         * eshell/esh-test.el (eshell-test): Call the function
660         `emacs-version' rather than trying to build a custom version string.
662 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * net/telnet.el (telnet-mode): Use define-derived-mode.
665         Don't modify the global value of comint-prompt-regexp.
667 2004-05-13  John Paul Wallington  <jpw@gnu.org>
669         * version.el (emacs-version): Check for `gtk' feature before
670         `x-toolkit' feature.
672 2004-05-13  Juanma Barranquero  <lektu@terra.es>
674         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
675         arguments in the docstring, they're used only in recursive calls.
677         * help-fns.el (help-arg-highlighting-function)
678         (help-argument-name): Delete.
679         (help-default-arg-highlight): New function.
680         (help-do-arg-highlighting): Use it.
682 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
684         * calendar/appt.el (appt-disp-window):
685         Use `calendar-set-mode-line' for a centered mode-line.
687 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
689         * calendar/appt.el (appt-disp-window): Do not split window
690         excessively when `split-height-threshold' is low.
692 2004-05-12  Nick Roberts  <nickrob@gnu.org>
694         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
695         kill-buffer-hook here and make it local.
696         (gud-kill-buffer-hook): Use kill-process for a sure kill.
698 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
700         * progmodes/compile.el (compilation-set-window-height):
701         Use save-excursion to protect against misplaced marker.
703 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
705         * custom.el (defface): Document that type can have value gtk.
707         * faces.el (face-spec-set-match-display): Handle type gtk in display.
709 2004-05-12  Kenichi Handa  <handa@m17n.org>
711         * descr-text.el: Require quail at comile time.
712         (describe-char): If an input method is on and it supports the
713         character, show how to input it.
715         * international/quail.el (quail-install-decode-map): Accept a
716         char-table whose subtype is `quail-decode-map'.
717         (quail-store-decode-map-key, quail-gen-decode-map1)
718         (quail-gen-decode-map, quail-find-key1, quail-find-key)
719         (quail-show-key): New functions.
721 2004-05-12  Juanma Barranquero  <lektu@terra.es>
723         * generic.el (define-generic-mode): Remove redundant arglist info.
725         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
726         Make arguments match their use in docstring.
727         (help-arg-highlighting-function): New variable.
728         (help-argument-name): Mention it in the docstring.
729         (help-do-arg-highlight): Use it.  Expand regexp to accept also
730         ARG-xxx and xxx-ARG references.
732 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
734         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
735         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
736         and "mailto:addr1?to=addr2" equal.
738 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
740         * man.el (Man-getpage-in-background): Use shell-file-name
741         and shell-command-switch variables instead of hard-coded values.
743 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
745         * iimage.el: New file.
747 2004-05-11  Juanma Barranquero  <lektu@terra.es>
749         * custom.el (custom-initialize-default, defcustom):
750         Fix typo in docstring.
752         * files.el (set-visited-file-name, file-expand-wildcards):
753         Fix docstring.
755 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
757         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
759         * subr.el (eventp): Be more discriminating with integers.
761 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
763         * progmodes/compile.el (compile): Add universal prefix arg.
764         (compilation-error-regexp-alist-alist): Add edg patterns.
766 2004-05-10  Sam Steingold  <sds@gnu.org>
768         * textmodes/ispell.el (ispell-message):
769         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
771 2004-05-10  Dave Love  <fx@gnu.org>
773         * progmodes/python.el (help-buffer): Autoload when compiling.
774         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
775         (run-python): Prepend to any existing PYTHONPATH.
777 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
779         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
780         for pending breakpoints.
782 2004-05-10  Richard M. Stallman  <rms@gnu.org>
784         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
785         directly without calling any functions in Rmail.
786         (unrmail-unprune): Function deleted.
788 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
790         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
791         C-c C-z binding.
793 2004-05-10  Kenichi Handa  <handa@m17n.org>
795         * descr-text.el (describe-char): Fix previous change.  Don't make
796         a unibyte character to multibyte in the *Help* buffer.
798 2004-05-10  Miles Bader  <miles@gnu.org>
800         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
801         buffer an error if the debugger process is actually running.
803 2004-05-10  Juanma Barranquero  <lektu@terra.es>
805         * help-fns.el (help-argument-name): Default to italic.
806         (help-highlight-arguments): Return always (usage . doc), even when
807         usage is nil.
809         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
810         (define-ibuffer-filter): Add usage info.
811         (define-ibuffer-op): Add usage info (but CL-style defaults for
812         keyword args are not shown).
814         * subr.el (remove-overlays, read-passwd): Fix docstring.
815         (start-process-shell-command): Fix docstring.  Put usage info in a
816         format usable by `describe-function'.
817         (open-network-stream, open-network-stream-nowait)
818         (open-network-stream-server): Fix docstring.
820 2004-05-09  Jason Rumney  <jasonr@gnu.org>
822         * international/code-pages (cp932, cp936, cp949, c950): Remove.
823         Only define cp125* if windows-125* is already defined.
825         * language/korean.el (cp949): Add alias.
827         * language/chinese.el (cp936, cp950): Add aliases.
829         * language/japanese.el (cp932): Add alias.
831         * term/w32-win.el: Require code-pages.
833         * international/mule-cmds.el (set-locale-environment):
834         On MS-Windows use ansi code-page for default coding-systems.
835         Set up paper sizes for Windows 3 letter languages.
837         * international/code-pages.el (cp932, cp936, cp949, cp950):
838         Add aliases.  Also add cp125* if not already defined.
840 2004-05-09  Juanma Barranquero  <lektu@terra.es>
842         * help-fns.el (help-highlight-arguments): Don't try to highlight
843         missing or autoloaded arglists.  Accept structured arguments, like
844         the first ones of `do' and `flet'.
846         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
847         (cvs-get-marked): Remove redundant arglist info.
849         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
850         Don't use CL-style default args.
852 2004-05-08  Andreas Schwab  <schwab@suse.de>
854         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
856         * international/subst-ksc.el: Fix references to utf-translate-cjk
857         into utf-translate-cjk-mode.
858         * international/subst-big5.el: Likewise.
859         * international/subst-gb2312.el: Likewise.
860         * international/subst-jis.el: Likewise.
861         * international/utf-16.el: Likewise.
862         * international/utf-8.el: Likewise.
864 2004-05-08  John Wiegley  <johnw@newartisans.com>
866         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
867         "virtual buffers" (off by default), which makes it possible to
868         switch to the "virtual" buffers of recently visited files.  When a
869         buffer name search fails, and this option is on, iswitchb will
870         look at the list of recently visited files, and permit matching
871         against those names.  When the user hits RET on a match, it will
872         revisit that file.
873         (iswitchb-read-buffer): Add two optional arguments, which makes
874         isearchb.el possible.
875         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
876         (iswitchb-next-match): Add support for virtual buffers.
878         * isearchb.el: This module extends iswitchb to provide "as you
879         type" buffer selection.
881         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
882         Ignore the read-only property when flyspell highlighting is on.
883         Not ignoring it leads to a series of confusing errors.
884         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
885         but also make sure to call flyspell-incorrect-hook.
886         (flyspell-maybe-correct-transposition): Perform transposition test
887         by bit twiddling a string, rather than using a temp buffer.
888         (flyspell-maybe-correct-doubling): Use a string rather than a temp
889         buffer.  This is also the original version of the code, which
890         could not be checked in before due to a previous lack of
891         assignment papers.  This version has seen heavy usage on my system
892         for several years now.
894         * calendar/cal-bahai.el: New file, which adds support for the
895         Baha'i calendar to Emacs.  This calendar is based on a solar year
896         of 19 months of 19 days, with 4 intercalary days.  Each year
897         begins on March 21, with the calendar starting in 1844.
899         * calendar/cal-menu.el, calendar/calendar.el,
900         calendar/diary-lib.el, calendar/holidays.el: Added support for
901         using cal-bahai.el.
903         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
904         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
905         function can be used outside of eshell buffers.
906         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
908 2004-05-08  Juanma Barranquero  <lektu@terra.es>
910         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
911         word constituent so FOO-ARG is not recognized as an arg.
912         (help-highlight-arguments): Don't skip lists in mandatory arguments.
914         * simple.el (next-error): Fix typo in docstring.
915         (open-line): Make argument names match their use in docstring.
916         (split-line): Fix docstring.
918         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
919         usable by `describe-function'.
920         (gensym, gentemp, typep, ignore-errors): Make argument names match
921         their use in docstring.
923         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
924         argument to `help-setup-xref'.
926 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
928         Version 2.0.40 of Tramp released.
930         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
931         Use symbol-function to invoke functions only known on some Emacs
932         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
933         Scaldeferri <kevin@scaldeferri.com>.
934         (tramp-do-copy-or-rename-file-via-buffer): Rename from
935         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
936         consistent with the other tramp-do-* functions.
937         (tramp-do-copy-or-rename-file): Calls adjusted.
938         (tramp-process-initial-commands): Avoid liveness check on shell --
939         we know that it must be alive since we're opening a connection at
940         this moment.
941         (tramp-last-cmd): New internal variable.
942         (tramp-process-echoes): New tunable.
943         (tramp-send-command): Set tramp-last-cmd.
944         (tramp-wait-for-output): Delete echo, if applicable.
945         (tramp-read-passwd): Construct the key for the password cache in a
946         way that works for multi methods, too.
947         (tramp-bug): Add backup-directory-alist and
948         bkup-backup-directory-info to bug reports, with Tramp counterparts.
950 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
952         * net/tramp*.el: Suppress byte-compiler warnings where possible.
954         * net/tramp.el (tramp-out-of-band-prompt-regexp)
955         (tramp-actions-copy-out-of-band): New defcustoms.
956         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
957         used instead of a synchronous one.  Allows password entering.
958         (tramp-action-out-of-band): New defun.
959         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
960         Remove restriction with password from doc string.
961         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
962         `tramp-out-of-band-prompt-regexp',
963         `tramp-actions-copy-out-of-band', `password-cache' and
964         `password-cache-expiry'.
965         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
966         password caching.
967         (tramp-touch): FILE can be a local file, too.
968         (TODO): Remove items done.
969         (tramp-handle-insert-directory): Properly quote file name also if
970         not full-directory-p.  Handle wildcard case.  Reported by Andreas
971         Schwab <schwab@suse.de>.
972         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
973         new file.
974         (tramp-handle-file-local-copy, tramp-handle-write-region):
975         The permissions of the temporary file are set if filename exists.
976         Reported by Ted Stern <stern@cray.com>.
977         (tramp-backup-directory-alist)
978         (tramp-bkup-backup-directory-info): New defcustoms.
979         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
980         (tramp-handle-find-backup-file-name): New function.
981         Implements Tramp's find-backup-file-name.
983         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
984         for `find-backup-file-name'.
986         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
987         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
989 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
991         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
993 2004-05-07  Juanma Barranquero  <lektu@terra.es>
995         * subr.el (lambda): Add arglist description to docstring.
996         (declare): Fix typo in docstring.
997         (open-network-stream): Fix docstring.
998         (process-kill-without-query): Fix docstring and add obsolescence info.
999         (last, butlast, nbutlast): Make arguments match their use in docstring.
1000         (insert-buffer-substring-no-properties): Likewise.
1001         (insert-buffer-substring-as-yank): Likewise.
1002         (split-string): Fix docstring.
1004         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1005         Make argument names match their use in docstring.
1007         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
1009 2004-05-06  Nick Roberts  <nickrob@gnu.org>
1011         * progmodes/gdb-ui.el: Improve/extend documentation strings.
1012         Fit first sentence on one line for apropos-command.
1014 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1016         Changes largely merged in from Dave Love's code.
1017         * progmodes/python.el: Doc fixes.
1018         (python-mode-map): Add python-complete-symbol.
1019         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
1020         (python-comment-indent, python-complete-symbol)
1021         (python-symbol-completions, python-partial-symbol)
1022         (python-try-complete): New.
1023         (python-indent-line): Remove optional arg.  Use python-block-end-p.
1024         (python-check): Bind compilation-error-regexp-alist.
1025         (inferior-python-mode): Use rx.  Move keybindings to top level.
1026         Set comint-input-filter.
1027         (python-preoutput-filter): Use rx.
1028         (python-input-filter): Re-introduce.
1029         (python-proc): Start new process if necessary.
1030         Check python-buffer non-nil.
1031         (view-return-to-alist): Defvar.
1032         (python-send-receive): New.
1033         (python-eldoc-function): Use it.
1034         (python-mode-running): Don't defvar.
1035         (python-mode): Set comment-indent-function.
1036         Maybe update hippie-expand-try-functions-list.
1037         (python-indentation-levels): Initialize differently.
1038         (python-block-end-p): New.
1039         (python-indent-line): Use it.
1040         (python-compilation-regexp-alist): Augment.
1041         (run-python): Import `emacs' module to Python rather than loading
1042         code directly.  Set python-buffer differently.
1043         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
1044         Use python-proc.
1045         (python-send-command): Go to end of comint buffer.
1046         (python-load-file): Use python-proc, emacs.eimport.
1047         (python-describe-symbol): Simplify interactive form.
1048         Use emacs.help.  Do use temp-buffer-show-hook.
1049         Call print-help-return-message.
1050         (hippie-exp): Require when compiling.
1051         (python-preoutput-continuation): Use rx.
1053         * diff-mode.el (diff-make-unified): Fix regexp.
1055 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
1057         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
1058         filter groups from the buffer when rebuilding the Ibuffer buffer
1059         and `ibuffer-show-empty-filter-groups' is nil.
1061 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1063         * ps-print.el (ps-print-quote): Call ps-value-string.
1064         (ps-setup): Call ps-comment-string.
1065         (ps-value-string, ps-comment-string): New funs.
1067 2004-05-06  Juanma Barranquero  <lektu@terra.es>
1069         * ehelp.el (electric-help-command-loop): Check whether the last
1070         character is visible, not (point-max).
1072         * help-fns.el (help-argument-name): Default to bold; don't inherit
1073         from font-lock-variable-name-face.
1074         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
1076 2004-05-05  Kenichi Handa  <handa@m17n.org>
1078         * descr-text.el (describe-char): Copy the character with text
1079         properties and overlays into the first line, and call
1080         describe-text-properties on it.
1082 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
1084         * iswitchb.el (iswitchb-global-map): Fix typo.
1085         Remove unwanted ###autoloads from source file.
1087 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
1089         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
1090         in run-hooks.  Use substitute-command-keys in message.
1091         (wdired-abort-changes): Add message.
1093 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
1095         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
1096         (sql-emacs20-p): Remove.
1097         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
1098         (sql-builtin-face, sql-doc-face): Remove.
1099         (sql-mode-ansi-font-lock-keywords)
1100         (sql-mode-oracle-font-lock-keywords)
1101         (sql-mode-postgres-font-lock-keywords)
1102         (sql-mode-linter-font-lock-keywords)
1103         (sql-mode-ms-font-lock-keywords)
1104         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
1105         (sql-product-font-lock): Fix font-lock reset when font rules change.
1106         (sql-highlight-product): Remove incorrect font-lock reset logic.
1108 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
1110         * ses.el (ses-set-parameter): Fix typo.
1112 2004-05-04  Kim F. Storm  <storm@cua.dk>
1114         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
1115         Must expand directory for completion to work; and don't mess with
1116         process-environment.
1117         (ido-read-file-name): If command has ido property, don't use ido
1118         if value is ignore, or read as directory if value is dir.
1119         Set ido ignore property for dired-do-rename command.
1121 2004-05-04  Juanma Barranquero  <lektu@terra.es>
1123         * ehelp.el (electric-help-command-loop, electric-help-undefined)
1124         (electric-help-help): Check against unmapped commands.
1126         * help-fns.el (help-argument-name): New face, inheriting from
1127         font-lock-variable-name-face, to highlight function arguments in
1128         `describe-function' and `describe-key'.
1129         (help-do-arg-highlight): Auxiliary function to highlight a given
1130         list of arguments in a string.
1131         (help-highlight-arguments): Highlight the function arguments and
1132         all uses of them in the docstring.
1133         (describe-function-1): Use it.  Do docstring output via `insert',
1134         not 'princ', so text attributes are preserved.
1136         * winner.el (winner-mode-map): Move `winner-undo' and
1137         `winner-redo' to C-c <left> and C-c <right>, respectively (the
1138         previous bindings conflict with `prev-buffer', `next-buffer').
1140 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1142         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
1143         (bibtex-entry-update): New command bound to C-c C-u.
1144         (bibtex-text-in-string): Fix regexp.
1145         (bibtex-assoc-of-regexp): Remove.
1146         (bibtex-progress-message): Fix docstring.
1147         (bibtex-inside-field): Use if.
1148         (bibtex-assoc-regexp): New function.
1149         (bibtex-format-entry): Make code more robust so that it formats
1150         also old entries.
1151         (bibtex-autokey-demangle-title): Merge with obsolete function
1152         bibtex-assoc-of-regexp.
1153         (bibtex-field-list): New function.
1154         (bibtex-entry): Use bibtex-field-list.
1155         (bibtex-parse-entry): Fix docstring.
1156         (bibtex-print-help-message): Use bibtex-field-list.
1157         (bibtex-make-field): Use bibtex-field-list.
1158         (bibtex-entry-index): Bugfix.  Return crossref key if required.
1159         (bibtex-lessp): Fix docstring.
1161 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
1163         * select.el (xselect-convert-to-string): Move comment to intended line.
1165 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1167         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
1168         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
1170 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1172         * term/x-win.el (x-clipboard-yank): Don't exit on error from
1173         x-get-selection.
1175 2004-05-03  Jason Rumney  <jasonr@gnu.org>
1177         * makefile.nt: Remove.
1179 2004-05-03  Kim F. Storm  <storm@cua.dk>
1181         * emulation/cua-base.el (cua--update-indications): Fix last change.
1182         (cua-mode): Deactivate mark when cua-mode is enabled.
1184 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
1186         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
1188 2004-05-03  Nick Roberts  <nickrob@gnu.org>
1190         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
1191         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
1192         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
1193         window over visible frames.
1194         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
1196 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1198         * progmodes/compile.el (compilation-gcpro): New var.
1199         (compilation-fake-loc): Use it.
1200         (compilation-forget-errors): Reset it.
1202 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1204         * diff-mode.el (diff-header-face, diff-file-header-face):
1205         Use min-colors.
1207 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1209         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
1210         (bibtex-clean-entry): Disentangle code.
1211         (bibtex-realign): New function.
1212         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
1213         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
1214         Remove undocumented optional arg called-by-convert-alien.
1215         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
1216         for sorting instead of bibtex-sort-buffer.
1218 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
1220         * progmodes/compile.el (compilation-start): In the
1221         no-async-subprocesses branch, call sit-for to give redisplay a
1222         chance to show the updated process status in the mode line, and
1223         fontify the buffer explicitly after the process exits.
1225 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1227         * progmodes/python.el (python-compilation-line-number): Remove.
1228         (python-compilation-regexp-alist): Don't use it any more.
1229         (python-orig-start, python-input-filter): Remove.
1230         (inferior-python-mode): Don't set up comint-input-filter-functions.
1231         (python-send-region): Use compilation-fake-loc.
1233         * progmodes/compile.el (compilation-messages-start): New var.
1234         (compilation-mode): Don't setup next-error-function here.
1235         (compilation-setup): Set it up here instead (for minor modes as well).
1236         Make compilation-messages-start buffer local.
1237         (compilation-next-error-function): Use it.
1238         (compilation-forget-errors): Set compilation-messages-start.
1240 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1242         * ielm.el (ielm-prompt-read-only): Update docstring.
1244         * comint.el (comint-prompt-read-only): Update docstring.
1245         (comint-update-fence, comint-kill-whole-line)
1246         (comint-kill-region): New functions.
1248         * simple.el (kill-whole-line): Use "p" instead of "P" in
1249         interactive form.
1251 2004-05-01  Juanma Barranquero  <lektu@terra.es>
1253         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
1254         format arglist so default values in CL-style argument lists are
1255         correctly shown.
1257 2004-05-01  Jason Rumney  <jasonr@gnu.org>
1259         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
1261 2004-05-01  Kenichi Handa  <handa@m17n.org>
1263         * international/titdic-cnv.el (miscdic-convert): Don't generate a
1264         quail file if it is up to date.
1266 2004-04-30  Juri Linkov  <juri@jurta.org>
1268         * cus-edit.el (custom-mode-map):
1269         Add key binding `C-x C-s' to `Custom-save'.
1271         * outline.el (outline-blank-line): New var.
1272         (outline-next-preface, outline-show-heading)
1273         (outline-end-of-subtree): Use it.
1275         * dired-aux.el (dired-touch-initial): New fun.
1276         (dired-do-chxxx): Call it for op-symbol `touch'.
1277         (dired-diff): Use `dired-dwim-target-directory'
1278         if current dired buffer has no buffer mark.
1280         * bindings.el (propertized-buffer-identification):
1281         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
1282         Add C-M-arrow keys for consistency.
1284         * files.el (confirm-kill-emacs):
1285         Change group from top-level `emacs' to `convenience'.
1287         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1288         Push mark on the first call of successive command calls.
1289         (insert-pair): New fun created from `insert-parentheses' with
1290         `open' and `close' arguments added.  Enclose active regions
1291         in paired characters.  Compare adjacent characters syntax with
1292         inserted characters syntax before inserting a space.
1293         (insert-parentheses): Call `insert-pair' with ?\( ?\).
1295         * delsel.el: Don't put `delete-selection' property
1296         on `insert-parentheses' symbol to take advantage of
1297         region handling in `insert-pair' function.
1298         Suggested by Stephan Stahl <stahl@eos.franken.de>.
1300 2004-04-30  Kim F. Storm  <storm@cua.dk>
1302         * emulation/cua-base.el: Add support for changing cursor types;
1303         based on patch from Michael Mauger.
1304         (cua-normal-cursor-color, cua-read-only-cursor-color)
1305         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
1306         Customization cursor type and/or cursor color.
1307         (cua--update-indications): Handle cursor type changes.
1308         (cua-mode): Update cursor indications if enabled.
1310         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
1312         * mouse.el (mouse-drag-copy-region): New defcustom.
1313         (mouse-set-region, mouse-drag-region-1): Use it.
1315         * simple.el (kill-ring-save): If region face background color is
1316         unspecified (if no highlighting), show extent of fully visible
1317         region even if transient-mark-mode is enabled.
1319         * emulation/cua-base.el (cua--standard-movement-commands):
1320         Add cua-scroll-up and cua-scroll-down.
1321         (cua-scroll-up, cua-scroll-down): New commands.
1322         (cua--init-keymaps): Remap scroll-up and scroll-down.
1324         * emulation/cua-rect.el (cua--convert-rectangle-as):
1325         New defmacro.
1326         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
1327         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
1328         New commands (suggested by Jordan Breeding).
1330 2004-04-30  Juanma Barranquero  <lektu@terra.es>
1332         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
1334 2004-04-30  Mario Lang  <mlang@delysid.org>
1336         * diff.el (diff-switches): Fix typo in docstring.
1338 2004-04-30  Alex Schroeder  <alex@gnu.org>
1340         * xml.el (xml-debug-print-internal): Don't add newline and
1341         indentation to text nodes and write empty elements as empty tags
1342         instead of opening and closing tags.
1343         (xml-debug-print): Take optional indent-string argument.
1344         (xml-print): Alias for xml-debug-print.
1346 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1348         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
1349         than duplicate call to `line-beginning-position'.
1351         * progmodes/f90.el (f90-get-present-comment-type):
1352         Return whitespace, as well as comment chars, for consistent filling
1353         of comment blocks.  Use `match-string-no-properties'.
1354         (f90-break-line): Trim trailing whitespace when filling comments.
1356 2004-04-30  Dave Love  <fx@gnu.org>
1358         * calendar/diary-lib.el (diary-outlook-formats): New variable.
1359         (diary-from-outlook-internal, diary-from-outlook)
1360         (diary-from-outlook-gnus, diary-from-outlook-rmail):
1361         New functions to import diary entries from Outlook-format
1362         appointments in mail messages.
1364 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1366         * progmodes/python.el (python-send-command): New fun.
1367         (python-send-region, python-load-file): Use it.
1369         * progmodes/compile.el (compilation-last-buffer): Add var alias.
1371         * help-fns.el (help-C-file-name): Use new subr-name.
1372         Prepend `src/' to the file name.
1373         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
1374         (describe-function-1, describe-variable): Only find a C source file
1375         name if DOC is already loaded.
1377         * help-mode.el (help-function-def, help-variable-def):
1378         Use the new find-function-search-for-symbol functionality.
1379         Allow FILE to be `C-source'.
1381         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
1382         (find-function-C-source): New fun.
1383         (find-function-search-for-symbol): Use it.
1385 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
1387         * progmodes/sql.el (sql-product-alist): Rename variable
1388         `sql-product-support'.  Add Postgres login parameters.
1389         (sql-set-product, sql-product-feature): Update with renamed variable.
1390         (sql-connect-postgres): Add username prompt.
1391         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
1392         Make patterns less product specific.
1393         (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
1394         (sql-mode-abbrev-table): Modify initialization.
1395         (sql-builtin-face): Add variable.
1396         (sql-keywords-re): Add macro.
1397         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
1398         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
1399         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
1400         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
1401         (sql-mode-linter-font-lock-keywords)
1402         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
1403         (sql-mode-sybase-font-lock-keywords)
1404         (sql-mode-informix-font-lock-keywords)
1405         (sql-mode-interbase-font-lock-keywords)
1406         (sql-mode-ingres-font-lock-keywords)
1407         (sql-mode-solid-font-lock-keywords)
1408         (sql-mode-sqlite-font-lock-keywords)
1409         (sql-mode-db2-font-lock-keywords): Default to nil.
1410         (sql-product-font-lock): Always highlight ANSI keywords.
1411         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
1412         (sql-send-string): Add function.
1414 2004-04-29  Dave Love  <fx@gnu.org>
1416         * progmodes/cfengine.el (cfengine-beginning-of-defun)
1417         (cfengine-end-of-defun): Ensure progress through buffer.
1419         * info-look.el (cfengine-mode): Accept a terminal ().
1421 2004-04-29  Juri Linkov  <juri@jurta.org>
1423         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
1424         instead of isearch-yank-word-or-char.  Add new key bindings for
1425         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
1426         (isearch-del-char): New fun.
1427         (isearch-forward, isearch-edit-string): Update docstring.
1428         (isearch-yank-char): Doc fix.
1429         (isearch-other-meta-char): Restore point after scrolling.
1431         * progmodes/compile.el (compilation-context-lines): Add nil option
1432         to disable compilation output window scrolling.
1433         (compilation-set-window): Use it.
1435         * outline.el (outline-next-preface, outline-show-heading):
1436         Don't leave unhidden blank line before heading.
1437         (outline-end-of-subtree): Include last newline into subtree.
1438         (hide-entry): Leave point at beginning of heading instead of end.
1439         (outline-up-heading): Push mark for the first call of successive
1440         command calls.
1442 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
1444         * comint.el (comint-prompt-read-only): New variable.
1445         (comint-output-filter): Implement it.
1447         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
1448         (ielm-prompt-internal): New variable.
1449         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
1450         (ielm-send-input): Delete unused variable `buf'.
1451         (ielm-eval-input): Use `ielm-prompt-internal'.
1452         (inferior-emacs-lisp-mode): Use new variables
1453         `comint-prompt-read-only' and `ielm-prompt-internal'.
1454         Get rid of obsolete variable `directory-sep-char'.
1455         (ielm): Use `zerop'.
1457 2004-04-29  John Paul Wallington  <jpw@gnu.org>
1459         * thumbs.el (toplevel): Require cl at compile time.
1460         Remove conditional definitions of `ignore-errors' and `caddar'
1461         because they occur at run time.
1463 2004-04-28  Nick Roberts  <nickrob@gnu.org>
1465         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
1466         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
1467         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1468         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
1470         * progmodes/gud.el (gud-common-init): Throw an error if program is
1471         already running under gdb.
1473 2004-04-28  John Paul Wallington  <jpw@gnu.org>
1475         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
1476         (thumbs-show-image-num): Move assignment of
1477         `thumbs-current-image-filename' within scope of `i'.
1478         (thumbs-emboss-image): Don't use `evenp'.
1480 2004-04-28  Richard M. Stallman  <rms@gnu.org>
1482         * progmodes/compile.el (compilation-context-lines): Default now 0.
1484 2004-04-28  Juanma Barranquero  <lektu@terra.es>
1486         Use `time-less-p' from calendar/time-date.el instead of defining
1487         custom versions of it.
1489         * pcomplete.el (pcomplete-time-less-p): Remove.
1491         * thumbs.el (time-less-p): Remove.
1493         * calendar/timeclock.el (timeclock-time-less-p): Remove.
1494         (timeclock-generate-report): Use `time-less-p'.
1496         * emacs-lisp/autoload.el (autoload-before-p): Remove.
1497         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
1499 2004-04-28  Masatake YAMATO  <jet@gyve.org>
1501         * subr.el (remove-overlays): Make arguments optional.
1503         * wid-edit.el (widget-specify-button): Put evaporate to the
1504         overlay for sample.
1505         (widget-specify-sample): Put evaporate to the overlay for sample.
1506         (widget-specify-doc): Put evaporate to the overlay for documentation.
1508 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
1510         * info.el (info-apropos): Make it an index node.  Align node names
1511         like makeinfo.
1513 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
1515         * net/browse-url.el (browse-url-netscape-sentinel)
1516         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
1517         (browse-url-epiphany-sentinel, browse-url-mosaic):
1518         Use browse-url-*-program instead of a literal program name.
1520 2004-04-27  Kevin Ryde  <user42@zip.com.au>
1522         * eshell/em-alias.el:
1523         * eshell/em-dirs.el:
1524         * eshell/em-hist.el:
1525         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
1526         features when M-x customize-group loads modules before the main
1527         eshell.el.
1529 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
1531         * subr.el (momentary-string-display): Support EXIT-CHAR that is
1532         either a character representation of an event or an event
1533         description list.
1535         * type-break.el: Capitalise Emacs and Lisp.
1536         (type-break-good-break-interval, type-break-demo-boring-stats)
1537         (type-break-terse-messages, type-break-file-name): New defcustoms.
1538         (type-break-post-command-hook)
1539         (type-break-warning-countdown-string): Quote variable names in doc.
1540         (type-break-interval-start, type-break-auto-save-file-name): New vars.
1541         (type-break-mode): Document type-break-good-break-interval and the
1542         "session" file.  Schedule break according to the session file.
1543         Kill session file buffer on exit.  Organise for save-some-buffers
1544         to always save the session file.
1545         (type-break-mode-line-message-mode, type-break-query-mode):
1546         Uppercase arguments.
1547         (type-break-file-time, type-break-file-keystroke-count, timep)
1548         (type-break-choose-file, type-break-get-previous-time)
1549         (type-break-get-previous-count): New defuns.
1550         (type-break): Avoid break querying after a completed break in the
1551         case where the query was initiated during user invocation of the
1552         break.  Optional terse messages.
1553         Use type-break-good-break-interval if type-break-good-rest-interval is
1554         nil.  File the break time.
1555         (type-break-schedule): New optional args for overriding the use of
1556         the current time.
1557         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
1558         after a break.
1559         (type-break-check): File the keystroke count.
1560         (type-break-do-query): Prevent a second query when the break is
1561         interrupted.  Optional terse message.
1562         (type-break-keystroke-reset): Record the start of a typing interval.
1563         (type-break-demo-boring): Optional terse messages.  Display word
1564         per minute and keystroke counts according to
1565         type-break-demo-boring-stats.
1567 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
1569         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
1570         directories, make sure they exist under archive-tmpdir.
1572 2004-04-27  Juri Linkov  <juri@jurta.org>
1574         * help.el (view-emacs-news): With argument, display info for the
1575         selected version by finding it among different NEWS files, and
1576         narrowing the buffer to the selected version.
1578         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
1579         same-window-buffer-names.
1580         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
1581         non-numeric prefix argument, append the number to the buffer name
1582         for numeric prefix argument.
1583         (info-other-window): Bind same-window-regexps to nil.
1584         (Info-reference-name): Rename to Info-point-loc.
1585         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
1586         and Info-find-index-name for stringy Info-point-loc.
1587         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
1588         without middle `.', but with final `.' and optional line number
1589         for it.  Set Info-point-loc for index nodes.
1590         (Info-index): Remove middle `.' from index entry regexp.
1591         Modify line number regexp.
1592         (Info-index-next): Decrement line number.
1593         (info-apropos): Remove middle `.' from index entry regexp.
1594         Add optional line number regexp at the end.  Add matched value
1595         for line number to the result list and insert it to the buffer.
1596         Replace match-string by match-string-no-properties.
1597         Reorder result list.
1598         (Info-fontify-node): Hide index line numbers.
1599         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
1600         empty matches.
1601         (Info-follow-reference): Use `str' instead of
1602         Info-following-node-name-re.
1603         (Info-toc): Use full file names.  Set Info-current-node to "Top".
1604         (Info-fontify-node): Compare file names without directory name.
1605         (Info-try-follow-nearest-node): Don't set Info-reference-name.
1606         Set second arg of Info-extract-menu-node-name for index nodes.
1607         (info-xref-visited): Use magenta3 instead of magenta4.
1608         (Info-mode): Add info-apropos to docstring.
1610         * log-view.el (log-view-diff): Replace interactive code "r"
1611         by a list to allow to call it even if region is not active.
1613         * paren.el (show-paren-highlight-openparen): New var.
1614         (show-paren-function): Turn on openparen highlighting when
1615         matching forward if show-paren-highlight-openparen is non-nil.
1617         * simple.el (kill-ring-save): Use blink-matching-delay instead of
1618         the constant value 1.
1619         (completions-common-part): Expand docstring.
1621         * textmodes/picture.el (picture-mode-map): Add arrow keys.
1623 2004-04-27  Kim F. Storm  <storm@cua.dk>
1625         * image.el (insert-sliced-image): Use line-height instead of
1626         line-spacing property on newline.
1628 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
1630         * desktop.el (desktop-buffer-misc-data-function): Rename to
1631         desktop-save-buffer and change docstring.
1632         (desktop-buffer-modes-to-save): Delete.
1633         (desktop-save-buffer-p): Use desktop-save-buffer instead of
1634         desktop-buffer-modes-to-save.
1635         (desktop-save): Rename desktop-buffer-misc-data-function to
1636         desktop-save-buffer and allow non-function value.
1637         (desktop-missing-file-warning): Correct docstring.
1639         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
1640         to desktop-save-buffer.
1642         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
1643         desktop-save-buffer.
1645         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
1647         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
1649 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
1651         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1653 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
1655         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
1656         (ielm): Only go to the end of the buffer when starting a new process.
1658 2004-04-25  Juanma Barranquero  <lektu@terra.es>
1660         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
1661         mode line.  Bind `inhibit-read-only' to t before modifying
1662         properties of text in the buffer.
1663         (ielm): Force point to the end of buffer, even when running ielm
1664         from inside itself.
1666 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
1668         * info.el (info-apropos): Reset Info-complete-cache.
1670 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
1672         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1673         Also recognize severe Irix et al. messages.
1674         (compilation-normalize-filename, compile-abbreviate-directory):
1675         Delete functions.
1676         (compilation-get-file-structure): New function inherits
1677         functionality of the two preceding ones.
1678         (compilation-internal-error-properties, compilation-fake-loc):
1679         Use it so that different paths to the same file share the same
1680         markers.  Also optimize finding adjacent marker slightly.
1682 2004-04-25  Kim F. Storm  <storm@cua.dk>
1684         * image.el (insert-sliced-image): Add line-spacing t property
1685         to newlines separating image lines.
1687 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
1689         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
1691         * ielm.el (ielm-prompt-read-only): New user option.
1692         (ielm-prompt): Expand docstring to describe new behavior.
1693         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
1694         mention it in the docstring.
1696 2004-04-24  Andreas Schwab  <schwab@suse.de>
1698         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
1700         * diff.el (diff): Set default-directory in diff buffer.
1702 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
1704         * mail/sendmail.el (mail-bury): Don't delete the frame where the
1705         mail was being composed if the terminal cannot display more than
1706         one frame; instead, switch to previous frame.
1708         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
1709         (rmail-start-mail): Support rmail-mail-new-frame even on
1710         terminals that can display only one frame at a time.
1712 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1714         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
1715         (checkdoc-output-font-lock-keywords): Remove error regexp.
1716         (checkdoc-output-mode-map): Remove.
1717         (checkdoc-output-mode): Derive from compilation-mode.
1718         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
1720         * dired.el (dired-mode-map): Add a menu entry for wdired.
1722         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
1723         (rx-bracket, rx-check-any, rx-any): Clean up name space.
1725         * wdired.el: (wdired-mode-map): Move init into declaration.
1726         Fix `return' binding.
1727         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1728         Use force-mode-line-update.
1729         (wdired-get-filename): Use `unless'.
1730         (wdired-preprocess-files): Don't assume names have no \n and use / for
1731         dir separator.
1732         (wdired-normalize-filename): Use replace-regexp-in-string.
1733         (wdired-load-hooks): Remove.
1734         (wdired-mode-hooks): Rename to wdired-mode-hook.
1736         * info-look.el: Add support for cfengine-mode.
1737         (info-lookup-setup-mode): Use dolist.
1739 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
1741         * wdired.el: New file.
1743 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1745         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
1747         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
1748         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
1749         (pcomplete--help, pcomplete--here): Doc fixes.
1751 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
1753         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
1754         handles wrong-number-of-arguments in backend call.
1756         * vc.el (vc-print-log): Likewise.
1758 2004-04-20  Dave Love  <fx@gnu.org>
1760         * emacs-lisp/rx.el: Doc fixes.
1761         (rx-constituents): Add/extend many forms.
1762         (rx-check): Check form is a list.
1763         (bracket): Defvar.
1764         (rx-check-any, rx-any, rx-check-not): Modify.
1765         (rx-not): Simplify.
1766         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
1767         (rx-kleene): Use rx-trans-forms.
1768         (rx-quote-for-set): Delete.
1769         (rx): Allow multiple args.
1771 2004-04-23  Kenichi Handa  <handa@m17n.org>
1773         * international/mule-util.el (char-displayable-p): Simplify by
1774         using internal-char-font.
1776 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1778         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1780 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1782         * diff-mode.el (diff-next-error): New fun.
1783         (diff-mode): Use it.
1785         * simple.el (next-error): Change arg name.
1786         Add support for the documented C-u C-x ` usage.
1788         * frame.el (special-display-popup-frame, next-multiframe-window)
1789         (previous-multiframe-window): Only consider frames on same display.
1791 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
1793         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
1794         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
1796 2004-04-22  Kim F. Storm  <storm@cua.dk>
1798         * net/telnet.el (telnet): Add optional port arg.
1800 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1802         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1803         Minor sanity check on the `hyperlink' slot.
1805         * Makefile.in (recompile): Compile new files.
1807         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
1808         Add byte-recompile-directory's optional `arg'.
1810         * cvs-status.el (cvs-tree-use-charset): New var.
1811         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
1812         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
1813         (cvs-status-cvstrees): Use it.
1815         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
1816         Make it a normal major mode.
1817         (checkdoc-buffer-label): Make sure the file name is meaningful.
1818         (checkdoc-output-to-error-buffer): Remove.
1819         (checkdoc-error, checkdoc-start-section): Rewrite.
1821         * info.el (info-node, info-menu-5, info-xref, info-header-node)
1822         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1823         (Info-title-4-face): Use new syntax.
1824         (info-xref-visited): Inherit from info-xref.
1826         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
1828 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1830         * simple.el (next-error-last-buffer, next-error-function):
1831         New variables for the next-error framework.
1832         (next-error-buffer-p): New function.
1833         (next-error-find-buffer): Generalize compilation-find-buffer.
1834         (next-error, previous-error, first-error, next-error-no-select)
1835         (previous-error-no-select): Move from compile.el.
1837         * replace.el (occur-next-error, occur-1): Hook into the next-error
1838         framework.
1840         * progmodes/compile.el (compilation-start):
1841         Set next-error-last-buffer so next-error knows where to jump.
1842         (compilation-setup): Set the buffer-local variable
1843         next-error-function to 'compilation-next-error-function.
1844         (compilation-buffer-p, compilation-buffer-internal-p): Use an
1845         alternate way to find if a buffer is a compilation buffer, for
1846         next-error convenience.
1847         (next-error-no-select, previous-error-no-select, next-error)
1848         (previous-error, first-error): Move to simple.el.
1849         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
1850         (compilation-last-buffer): Remove.
1851         (compilation-start, compilation-next-error, compilation-setup)
1852         (compilation-next-error-function, compilation-find-buffer):
1853         Remove compilation-last-buffer use.
1855 2004-04-21  Juanma Barranquero  <lektu@terra.es>
1857         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
1858         (font-lock-warning-face): Fix spacing.
1860         * makefile.w32-in (WINS): Add url/ directory.
1862 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
1864         * desktop.el (desktop-buffer-mode-handlers): New variable.
1865         Alist of major mode specific functions to restore a desktop buffer.
1866         (desktop-buffer-handlers): Make variable obsolete.
1867         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
1868         Catch errors signaled in handlers.  Update buffer count.
1869         Evaluate desktop-buffer-point.
1870         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
1871         move to dired.el.
1872         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
1873         move to info.el.
1874         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
1875         move to mail/rmail.el.
1876         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
1877         to mh-e/mh-e.el.
1878         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
1879         On fail, print message (to message buffer) even if
1880         desktop-missing-file-warning is nil.
1881         (desktop-buffer-misc-data-function): New buffer local variable.
1882         Function returning major mode specific data.
1883         (desktop-buffer-misc-functions): Make variable obsolete.
1884         (desktop-save): Use desktop-buffer-misc-data-function.
1885         (desktop-buffer-dired-misc-data): Rename to
1886         dired-desktop-buffer-misc-data and move to dired.el.
1887         (desktop-buffer-info-misc-data): Rename to
1888         Info-desktop-buffer-misc-data and move to info.el.
1889         (desktop-read): Add message about number of buffers restored/failed.
1890         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
1891         Add parameters.  Pause to display error only when
1892         desktop-missing-file-warning is non-nil.
1893         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1894         (dired-mode): Bind desktop-buffer-misc-data-function.
1895         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
1896         Add Parameters.
1897         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
1898         (Info-mode): Bind desktop-buffer-misc-data-function.
1899         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
1900         Add Parameters.
1901         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
1902         Add Parameters.
1904 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
1906         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
1907         the case of letters in case-insensitive expansions when the
1908         abbrev is preceded by characters with letter syntax.
1910 2004-04-21  Richard M. Stallman  <rms@gnu.org>
1912         * progmodes/cperl-mode.el (cperl-putback-char):
1913         Delete Emacs 18 definition.
1915         * international/mule.el (ctext-post-read-conversion):
1916         Use assoc-string, not assoc-ignore-case.
1918         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
1920         * emacs-lisp/easymenu.el (easy-menu-add):
1921         Do call x-popup-menu, but only if it's defined.
1923         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
1925         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
1926         Handle multiple args: compile like progn.
1928         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
1929         take all args as &rest arg.
1931         * autoinsert.el (auto-insert-alist): Insert the user's name in
1932         copyright notice, rather than Free Software Foundation.
1934 2004-04-21  Kenichi Handa  <handa@m17n.org>
1936         * descr-text.el (describe-char): Make it work on *Help* buffer.
1938 2004-04-21  Kim F. Storm  <storm@cua.dk>
1940         * image.el (insert-image): Add optional SLICE arg.
1941         (insert-sliced-image): New defun.
1943 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1945         * subr.el (read-number): Check whether `default' is nil.
1947 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1949         * progmodes/compile.el (compilation-error-properties):
1950         Split into two.
1951         (compilation-internal-error-properties): New one.
1952         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
1954 2004-04-20  Richard M. Stallman  <rms@gnu.org>
1956         * window.el (split-window-save-restore-data):
1957         Don't update the data if OLD-INFO is nil.
1959         * view.el (view-return-to-alist): Mark it permanent local.
1961         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
1963         * recentf.el (recentf-save-list): Catch and warn about errors.
1965         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
1966         so "Buffers" won't be pure.
1968         * help-mode.el (help-mode-finish): Set help-return-alist first
1969         thing, setting only the entry for the selected window.
1971         * help-fns.el (describe-function-1): If many non-control non-meta
1972         keys run the command, don't list all of them.
1974 2004-04-20  Juanma Barranquero  <lektu@terra.es>
1976         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
1977         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
1979         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
1981 2004-04-20  Kenichi Handa  <handa@m17n.org>
1983         * international/quail.el (quail-lookup-key): New optional arg
1984         NOT-RESET-INDICES.
1985         (quail-get-translations): Call quail-lookup-key with
1986         NOT-RESET-INDICES t.
1987         (quail-completion): Likewise.
1988         (quail-lookup-map-and-concat): Likewise.
1990 2004-04-20  Kenichi Handa  <handa@m17n.org>
1992         * international/quail.el (quail-update-translation): Don't insert
1993         such an unsupported multibyte char in a unibyte buffer.
1995 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
1997         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1998         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
1999         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
2000         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
2001         (gdb-frame-assembler-buffer): Improve behaviour with
2002         multiple frames.
2003         (gdb-display-buffer): Extend search to all visible frames.
2005 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
2007         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
2008         characters left after base64 decoding.
2009         (rmail-decode-region): Use -dos variety of `coding', to remove any
2010         ^M characters left after qp or base64 decoding.
2012 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2014         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
2015         messages.
2017 2004-04-19  Stephen Eglen  <stephen@gnu.org>
2019         * add-log.el (add-change-log-entry): Update doc string to mention
2020         add-log-full-name and add-log-mailing-address.
2022 2004-04-18  Juri Linkov  <juri@jurta.org>
2024         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
2025         (Info-find-node-2): Simplify error message.
2026         (Info-insert-dir): Use Info-following-node-name.
2027         (Info-goto-node): Remove *info-history* and *info-toc*.
2028         (Info-history): Create a node of the virtual history file.
2029         (Info-toc): Create a node of the virtual toc file.
2030         (Info-insert-toc): New arg `curr-file' for reference file names.
2031         (info-apropos): Remove redundant var binding for temp-file.
2032         (Info-index, Info-index-next, Info-mode): Doc fix.
2033         (Info-goto-emacs-command-node): Don't jump to *info* from
2034         non-*info* Info buffers.
2035         (Info-fontify-node): Don't show the file name of external
2036         references if `Info-hide-note-references' is `hide'.  Don't hide
2037         newlines at the end of paragraphs.
2039         * international/mule-diag.el (list-input-methods):
2040         Fix args to help-xref-button.
2042         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
2043         to put into effect local variables from TUTORIAL files.
2045         * textmodes/paragraphs.el (sentence-end) <function>: New fun
2046         with default value taken from the variable `sentence-end'.
2047         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
2048         Add nil const to :type.
2049         (sentence-end-without-period, sentence-end-double-space)
2050         (sentence-end-without-space): Doc fix.
2052         * textmodes/paragraphs.el (forward-sentence):
2053         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
2054         (fill-delete-newlines):
2055         * progmodes/cc-cmds.el (c-beginning-of-statement):
2056         Use function `sentence-end' instead of variable `sentence-end'.
2058 2004-04-18  Andreas Schwab  <schwab@suse.de>
2060         * progmodes/compile.el (compilation-start): Set window start to
2061         point-min if compilation-scroll-output is nil.
2063 2004-04-18  John Wiegley  <johnw@newartisans.com>
2065         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
2067 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
2069         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
2070         (gdb-info-breakpoints-custom): Revert previous change.
2071         (gdb-view-assembler): Update assembler if necessary.
2072         (gdb-frame-handler): Parse correctly for gdb-current-frame.
2073         (gdb-display-source-buffer): Update properly when both source and
2074         assembler are visible.
2076 2004-04-17  John Wiegley  <johnw@newartisans.com>
2078         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
2079         which limits the number of names shown in the minibuffer.  Off by
2080         default.
2081         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
2082         up iswitchb for users with a multitude of open buffers by showing
2083         only the first and last N/2 buffers in the completion list (which
2084         is enough to aid C-s/C-r, and to know that more characters are
2085         needed to refine the completion list).
2087 2004-04-17  Richard M. Stallman  <rms@gnu.org>
2089         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
2090         (file-truename): Expand all ~ constructs directly.
2091         (insert-directory): Delete any error msg output by the
2092         `insert-directory-program'.
2094         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
2095         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
2096         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
2097         (allout-init): Use find-file-hook, not find-file-hooks.
2098         (allout-mode): Eliminate Emacs 18 support.
2099         Use write-contents-functions, not local-write-file-hooks.
2101 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
2103         * progmodes/compile.el (compilation-error-properties): Fix for
2104         adding messages when there are already markers for their file.
2105         (compilation-fake-loc): New function.
2107 2004-04-16  Dave Love  <fx@gnu.org>
2109         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
2110         (python-load-file): Fix python-orig-start setting.
2112         * progmodes/compile.el: Doc fixes.
2113         (compilation-error-regexp-alist-alist)
2114         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
2115         (compilation-assq): Wrap in eval-when-compile.
2116         (compilation-mode-font-lock-keywords): Don't use list*.
2117         (compilation-start): Avoid warning.
2118         (compilation-compat-error-properties)
2119         (compilation-directory-properties): Add keymap property.
2120         (compilation-parsing-end): Make it a marker for better compatibility.
2122         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
2124 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
2126         * xml.el: Doc fixes.
2127         (xml-get-children): Only looks at sub-tags and ignore strings.
2129         * xml.el (xml-parse-tag): Avoid overwriting node-name.
2131 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2133         * url/url-util.el (url-debug): Use with-current-buffer.
2135         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
2136         (url-nfs-create-wrapper): Use new backquote syntax.
2138         * url/url-https.el (url-https-file-attributes): Add id-format param.
2140         * url/url-http.el (url-http-head-file-attributes)
2141         (url-http-file-attributes): Add id-format parameter.
2143         * url/url-handlers.el: Use new find-file-hook.
2144         (url-file-attributes): Add id-format parameter.
2146         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
2147         (url-file-file-attributes): Add id-format parameter.
2149         * url/url-dav.el: Use with-current-buffer.
2150         (url-dav-process-response): Fix regexps and spurious quote.
2151         (url-dav-file-attributes): Add id-format param.
2153         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
2155 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
2157         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
2159         * vc.el (vc-print-log): Likewise.
2161 2004-04-16  Masatake YAMATO  <jet@gyve.org>
2163         * simple.el (completion-setup-function): Set an initial value
2164         to `element-common-end' before entering loop.  Set a value
2165         to `element-common-end' at the end of loop.
2166         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
2167         (completions-common-part): Rename from completion-de-emphasis.
2168         (completions-first-difference): Rename from completion-emphasis.
2169         Suggested by RMS.
2171 2004-04-16  Juanma Barranquero  <lektu@terra.es>
2173         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
2174         (bookmark-edit-annotation-mode): Add mode name.
2176 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2178         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
2179         for nested conflict markers.
2180         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
2182 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
2184         * progmodes/gdb-ui.el (gdb-goto-info): New function.
2186         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
2188 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2190         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
2191         Give a backtrace if requested.
2193         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
2195         * progmodes/python.el (python-mouse-2-command, python-RET-command):
2196         Remove unused functions.
2197         (python-orig-start-line, python-orig-file): Remove.
2198         (python-orig-start): New var.
2199         (python-input-filter, python-compilation-line-number)
2200         (python-send-region, python-load-file): Use it.
2202         * info.el (info): Always jump to *info*.
2204         * subr.el (posn-set-point): New function.
2206         * mouse.el (mouse-set-point): Use it.
2208         * progmodes/compile.el (compile-goto-error): Use it.
2209         (compilation-button-map): New keymap.
2210         (compilation-error-properties): Use it.
2211         (compilation-shell-minor-mode-map): Don't bind mouse-2.
2213         * smerge-mode.el (smerge-popup-context-menu): Use it.
2215         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
2216         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
2217         mouse and non-mouse case.
2219         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
2220         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
2222         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
2223         Make it work for non-mouse events.
2225         * pcvs-info.el (cvs-status-map): Update binding name.
2227 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
2229         * xml.el (xml-maybe-do-ns): New function to handle namespace
2230         parsing of both attribute and element names.
2231         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
2232         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
2233         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
2234         (xml-parse-attlist): Make it do its own namespace parsing.
2236 2004-04-14  Dave Love  <fx@gnu.org>
2238         * progmodes/python.el (run-python): Fix use of \n.
2239         (python-load-file): Remove `try' from Python fragment.
2240         (python-describe-symbol): Fix message.
2242         * comint.el: Doc fixes.
2243         (comint-last-input-start, comint-last-input-end)
2244         (comint-last-output-start): Give them values.
2245         (comint-arguments): Avoid warning.
2246         (comint-skip-prompt): Use line-end-position.
2247         (comint-backward-matching-input): Rename arg to agree with doc.
2248         (comint-extract-string): Use syntax-ppss.
2249         (comint-dynamic-simple-complete): Delete useless list construction.
2250         (comint-redirect-subvert-readonly): New.
2251         (comint-redirect-preoutput-filter): Use it.
2253         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
2254         Correctly handle negative arguments when calling hook functions.
2256 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
2258         * info.el (info-apropos): Don't clobber Info-history-list.
2260 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
2262         * progmodes/compile.el (compilation-setup):
2263         Localize overlay-arrow-position.
2264         (compilation-sentinel): Restructure code equivalently.
2265         (compilation-next-error): Find message on same line after point if
2266         not found before point.
2267         (compile-mouse-goto-error): Restore function so that compilation
2268         buffer need not be current and use compile-goto-error.
2269         (compile-goto-error): Restore function.
2270         (next-error): Set overlay-arrow-position.
2271         (compilation-forget-errors): Don't localize already local
2272         compilation-locs and remove FIXME about refontifying.
2274 2004-04-14  Kim F. Storm  <storm@cua.dk>
2276         * startup.el (emacs-quick-startup): New defvar (set by -Q).
2277         (command-line): New option -Q.  Like -q --no-site-file, but
2278         in addition it also disables menu-bar, tool-bar, scroll-bars,
2279         tool-tips, and the blinking cursor.
2280         (command-line-1): Skip startup screen if -Q.
2281         (fancy-splash-head): Use ":align-to center" prop to center splash image.
2283         * emulation/cua-base.el (cua-read-only-cursor-color)
2284         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
2286 2004-04-13  Dave Love  <fx@gnu.org>
2288         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
2289         (syntax): Don't require.
2290         (python) <defgroup>: Add :version.
2291         (python-quote-syntax): Re-written.
2292         (inferior-python-mode): Move stuff here from run-python and add
2293         some more.
2294         (python-preoutput-continuation, python-preoutput-result)
2295         (python-dotty-syntax-table): New.
2296         (python-describe-symbol): Use them.
2297         (run-python): Move stuff to inferior-python-mode.  Modify code
2298         loaded into Python.
2299         (python-send-region): Use python-proc, python-send-string.
2300         (python-send-string): Send newlines too.  Callers changed.
2301         (python-load-file): Re-written.
2302         (python-eldoc-function): New.
2303         (info-look): Don't require.
2304         (python-after-info-look): New.  A modified version of former
2305         top-level code for use with eval-after-load.
2306         (python-maybe-jython, python-guess-indent): Use widened buffer.
2307         (python-fill-paragraph): Re-written.
2308         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
2309         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
2311 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2313         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
2314         Set compilation-error-regexp-alist earlier.
2316         * progmodes/compile.el (compilation-minor-mode-map)
2317         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
2318         (compile-goto-error): Re-merge the mouse and non-mouse commands.
2320 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2322         * progmodes/compile.el (compile-goto-error): Select the buffer/window
2323         corresponding to the event.
2325         * url/url.el (url-retrieve): Use with-current-buffer.
2327         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
2328         Remove unused var `version'.
2330         * url/url-handlers.el (url-handler-mode): New minor mode.
2331         (url-setup-file-name-handlers): Remove.
2333 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
2335         * loadup.el: Add cygwin to system-type list, for unexec() support.
2337 2004-04-12  John Paul Wallington  <jpw@gnu.org>
2339         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
2340         (ibuffer-restore-window-config-on-quit): New variable to replace
2341         `ibuffer-delete-window-on-quit'.  Update all references.
2342         (ibuffer-prev-window-config): New variable.
2343         (ibuffer-quit): Restore previous window configuration instead of
2344         deleting window.
2345         (ibuffer): Save window configuration before showing Ibuffer buffer.
2347         * help.el (describe-mode): Doc fix.
2349         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
2350         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
2352 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2354         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
2355         not to treat nil as a function.
2357         * vc-arch.el (vc-arch-root): Be a bit more careful.
2358         (vc-arch-register): Save the buffer if we modified it.
2359         (vc-arch-delete-rej-if-obsolete): Save excursion.
2360         (vc-arch-find-file-hook): Use the simpler after-save-hook.
2361         (vc-arch-responsible-p, vc-arch-init-version): New functions.
2363         * net/ldap.el (ldap-search): Use list*.
2365 2004-04-12  Juri Linkov  <juri@jurta.org>
2367         * info.el (Info-follow-reference): Allow multiline reference name.
2369 2004-04-11  Dave Love  <fx@gnu.org>
2371         * url/url-mailto.el (url-mailto):
2372         * url/url-history.el (url-history-setup-save-timer):
2373         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
2375         * url/url-file.el (url-file-build-filename): Don't use
2376         directory-sep-char.
2378         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
2380         * url/url-about.el (url-scheme-registry): Defvar.
2381         (url-about): Use text/plain.
2383         * url/url-vars.el (cl): Don't require.
2384         (url): Add :version.
2385         (url-bug-address): Use bug-gnu-emacs.
2387         * url/url-util.el (url-hexify-string): Don't give multibyte error
2388         for char <16.
2389         (mail-header-extract): Autoload.
2391         * url/url-parse.el: Doc fixes.
2393         * url/url-ldap.el (ldap): Require.
2394         (url-ldap): Fix `format' call.
2395         (url-ldap-certificate-formatter): Avoid warning.
2397         * url/url-https.el (url-https-create-secure-wrapper): Use modern
2398         backquotes.
2400         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
2401         (url-intersection): New.
2402         (url-dav-supported-p): Use it.
2403         (url-dav-save-resource): Declare url-http-response-status special.
2405         * url/url-cache.el (url-util): Require.
2407         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
2409         * progmodes/python.el: New file.
2411 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
2413         * vc-hooks.el (vc-arg-list): Function removed.
2414         (vc-default-workfile-unchanged-p): Use condition-case to check for
2415         backward compatibility.
2417         * vc.el (vc-print-log): Use condition-case to check for backward
2418         compatibility.
2420 2004-04-11  Juri Linkov  <juri@jurta.org>
2422         * dired.el (dired-faces): New defgroup.
2423         (dired-header, dired-mark, dired-marked, dired-flagged)
2424         (dired-warning, dired-directory, dired-symlink, dired-ignored):
2425         New faces.
2426         (dired-header-face, dired-mark-face, dired-marked-face)
2427         (dired-flagged-face, dired-warning-face, dired-directory-face)
2428         (dired-symlink-face, dired-ignored-face): New face variables.
2429         (dired-font-lock-keywords): Use them instead of font-lock faces.
2430         Split the rule for dired marks into 3 separate rules: for marks,
2431         marked file names and flagged file names.
2433         * help-mode.el (help-make-xrefs): Add a final newline to the
2434         *Help* buffer.
2436 2004-04-11  John Paul Wallington  <jpw@gnu.org>
2438         * replace.el (occur-engine): Distinguish between one and several
2439         matches in the matches per buffer heading.
2441 2004-04-11  Kim F. Storm  <storm@cua.dk>
2443         * ido.el (ido-confirm-unique-completion): New defcustom.
2444         (ido-complete): Use it.
2445         (ido-write-file): Set it to t unconditionally.
2447 2004-04-10  Miles Bader  <miles@gnu.org>
2449         RCS keyword removal (only non-comment changes are enumerated here):
2451         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
2452         (byte-compile-insert-header): Don't use `byte-compile-version'.
2453         * url/url-vars.el (url-version): Use the constant string "Emacs"
2454         instead of calculating something from the RCS `State' keyword
2455         [the latter is almost entirely useless anyway].
2456         * forms.el (forms-version): Variable removed.
2457         (forms-mode): Don't use `forms-version'.
2458         * recentf.el (recentf-version): Variable removed.
2459         * progmodes/delphi.el (delphi-version): Variable removed.
2460         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2462 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2464         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
2466 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
2468         * info.el (info-apropos): Improve menu item regexp.
2470 2004-04-09  Simon Josefsson  <jas@extundo.com>
2472         * mail/smtpmail.el: Add comment, based on report by
2473         kdc@rcn.com (Kevin D. Clark).
2475 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2477         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2478         Redo one more thing that I didn't notice Daniel had undone.
2480 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
2482         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
2483         (gdb-goto-breakpoint, gdb-display-buffer)
2484         (gdb-display-source-buffer, gdb-view-source-function)
2485         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
2486         (gdb-source-info, gdb-frame-handler): Don't specify a window
2487         for display.
2488         (gdb-info-breakpoints-custom): Remove superfluous update of
2489         assembler buffer.
2490         (gdb-many-windows): Make settable outside gdb.
2492 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
2494         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
2495         Derive from fundamental-mode rather than text-mode.
2497 2004-04-08  Juri Linkov  <juri@jurta.org>
2499         * info.el (Info-history): Doc fix.
2500         (Info-history-list): New var.
2501         (info-xref): Change magenta4 to blue, remove bold for dark and
2502         light backgrounds, change bold to underline for non-color classes.
2503         (info-xref-visited): New face.
2504         (Info-fontify-visited-nodes): New custom.
2505         (Info-hide-note-references): Add new value `hide'.  Doc fix.
2506         (Info-reference-name): New var.
2507         (Info-selection-hook): New custom.
2508         (Info-edit-mode-hook): New var.
2509         (Info-find-file): New fun.
2510         (Info-find-node): Move part of code to Info-find-file.
2511         (Info-find-node-2): Add anchors to Info-history-list.  Move point
2512         to the place with the reference name if name is defined.
2513         (Info-select-node): Add current node to Info-history-list.
2514         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
2515         (Info-search-whitespace-regexp): New custom.
2516         (Info-search-case-fold): New var.
2517         (Info-search): Add "case-sensitively" to the prompt.
2518         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
2519         (Info-search-case-sensitively, Info-search-next): New fun.
2520         (Info-up): Move point to the menu item of the current node.
2521         (Info-history): New fun.  Add *info-history* to
2522         same-window-buffer-names.
2523         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
2524         (Info-insert-toc): New fun.
2525         (Info-build-toc): New fun.
2526         (Info-follow-reference): Add new arg `fork'.  Doc fix.
2527         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
2528         with the same name prefer the reference closest to point.
2529         (Info-next-reference): Replace * by + in the *Note regexp.
2530         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2531         (Info-prev-reference): Replace * by + in the *Note regexp.
2532         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2533         (Info-follow-nearest-node): Add new arg `fork'.
2534         (Info-try-follow-nearest-node): Add new arg `fork'.
2535         Call browse-url for http:// and ftp:// references.
2536         Set Info-reference-name for index entries.
2537         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
2538         Info-search-next, Info-history, Info-toc, clone-buffer.
2539         (Info-menu-update): Replace * by + in the *Note regexp.
2540         (Info-mode): Add documentation for Info-history, Info-toc,
2541         Info-search-case-sensitively, Info-search-next, clone-buffer.
2542         (Info-fontify-menu-headers): Remove fun.  Move code to
2543         Info-fontify-node.
2544         (Info-fontify-node): Add docstring.  Add local vars
2545         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
2546         then fontify header line, titles, menu headers, http and ftp
2547         references, refill paragraphs.  If not-fontified-p is t or
2548         fontify-visited-p is t then fontify cross references, menu items.
2549         Fontify menu headers.  Fontify http and ftp references.
2550         Change regexp for cross references to require whitespace after *Note,
2551         add matching groups for file and node names.  Remove hack for quote.
2552         Use display property for Info-hide-note-references=t.  Use fifth
2553         or fourth match for help-echo.  Display visited nodes in a
2554         different face.  Unhide file names of external references.
2555         Unhide newlines.  Display visited menu items in a different face.
2557 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         * progmodes/compile.el: Require CL.
2560         (compilation-mode-font-lock-keywords): Re-install the "line as
2561         function" patch.
2563         * help-fns.el (help-C-source-directory): New var.
2564         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
2565         (describe-function-1, describe-variable): Use them.
2567         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
2568         to C source files specially.
2570 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2572         * info.el (Info-hide-cookies-node): New function.
2573         (Info-select-node): Use it.
2574         (Info-display-images-node): Remove message with image file name.
2576 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
2578         * progmodes/compile.el (compilation-warning-face)
2579         (compilation-info-face, compilation-skip-threshold)
2580         (compilation-skip-visited, compilation-context-lines):
2581         Declare :version when added to Emacs.
2582         (compilation-error-regexp-alist-alist): Extend caml and irix.
2583         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
2584         (compilation-mode-font-lock-keywords): Temporarily undo line as
2585         function patch, which wasn't ready.
2587 2004-04-07  Kenichi Handa  <handa@m17n.org>
2589         * international/latin1-disp.el (latin1-display-setup): Check each
2590         character is displayable or not instead of calling
2591         latin1-display-check-font.
2593 2004-04-06  Kenichi Handa  <handa@m17n.org>
2595         * language/ethio-util.el (ethio-sera-being-called-by-w3):
2596         New variable.
2597         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
2598         instead of sera-being-called-by-w3.
2599         (ethio-fidel-to-sera-buffer): Likewise.
2600         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
2601         instead of sera-being-called-by-w3.
2602         (ethio-write-file): Likewise.
2604 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2606         * printing.el: Doc fix.
2608 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
2610         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
2611         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
2612         (gdb-setup-windows): Only use separate IO buffer if required.
2614 2004-04-06  Kim F. Storm  <storm@cua.dk>
2616         * term.el (term-is-xemacs): Remove.
2617         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
2618         (term-window-width): New function.
2619         (term-mode, term-check-size): Use it.
2620         (term-mode): Disable overflow-newline-into-fringe in term buffer.
2622 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2624         * cus-edit.el (custom-add-parent-links): Change unbound variable
2625         `symbol' to `name'.
2627 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
2628         * info.el (info-apropos): New function.
2629         (Info-mode-menu): Add it.
2630         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
2632         * help-mode.el (help-make-xrefs): Recognize aliased variable with
2633         inherited docstring.
2635         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
2637 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2639         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
2641         * progmodes/compile.el (font-lock): Don't require any more.
2642         (compilation-error-properties, compilation-start, compilation-sentinel)
2643         (compilation-filter, next-error): Use with-current-buffer.
2644         (compilation-skip-to-next-location, compilation-skip-threshold)
2645         (compilation-skip-visited): Move to silence the byte-compiler.
2646         (compilation-setup): Simplify.
2647         (compilation-next-error): Use line-(beginning|end)-position.
2648         Make sure `pt' is non-nil before using compilation-loop.
2649         (compile-goto-error): Add optional event arg.  Use it.
2650         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
2651         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
2652         Update the binding for mouse-2.
2653         (first-error): Set compilation-current-error to nil rather than bob.
2654         (compilation-parsing-end, compilation-parse-errors-function)
2655         (compilation-error-list, compilation-old-error-list):
2656         "New" compatibility variables.
2657         (compile-buffer-substring, compilation-compat-error-properties)
2658         (compilation-compat-parse-errors, compilation-forget-errors):
2659         New compatibility functions.
2660         (compilation-mode-font-lock-keywords): Use them.
2662 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
2664         * autorevert.el (auto-revert-handler): If point (or a window
2665         point) is at the end of the buffer, keep it there after
2666         reverting.  This allows to tail a file.
2667         Mention this in the `Commentary'.
2669         * format.el (format-write-file): Add optional argument CONFIRM
2670         and make it behave like the analogous argument to `write-file'.
2672 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2674         * progmodes/ebnf2ps.el: Doc fix.
2675         (ebnf-version): New version number (4.2).
2676         (ebnf-syntax): Customization and docstring fix.
2677         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
2678         Put autoloaded funs before first use.
2679         (ebnf-style-database): Add dtd entry.
2680         (ebnf-syntax-alist): Add dtd initialization.
2681         (ebnf-token-sequence): New fun.
2682         (ebnf-comment-table): Add new comment action character.
2683         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
2685         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
2686         Type Definition for XML).
2688         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
2689         * progmodes/ebnf-bnf.el (ebnf-sequence):
2690         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
2691         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
2692         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
2693         Code simplification: call ebnf-token-sequence.
2695 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
2697         * calendar/timeclock.el (timeclock-relative)
2698         (timeclock-get-project-function, timeclock-get-workday-function)
2699         (timeclock-query-out, timeclock-when-to-leave)
2700         (timeclock-when-to-leave-string, timeclock-log-data)
2701         (timeclock-generate-report, timeclock-in): Doc fixes.
2703 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2705         * url: Import the URL package from its repository.
2707         * url/url-methods.el:
2708         * url/url-parse.el: Don't require url-auto.
2710 2004-04-03  Andreas Schwab  <schwab@suse.de>
2712         * diff-mode.el (diff-mode): Fix missing quote.
2714 2004-04-03  Juri Linkov  <juri@jurta.org>
2716         * descr-text.el (describe-property-list): Add `font-lock-face'.
2718         * dired.el (dired-font-lock-keywords): Fix permission regexps.
2720 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2722         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
2723         Use utf-16le on little endian machines and utf-16be otherwise.
2725 2004-04-02  David Kastrup  <dak@gnu.org>
2727         * net/browse-url.el (browse-url-generic): Use call-process
2728         instead of start-process to allow browsers that fork and detach.
2730 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
2732         * compile.el (compilation-current-error): New var.
2733         (compilation-setup, compile-mouse-goto-error)
2734         (compile-goto-error, next-error): Use it.
2735         (compilation-skip-to-next-location): Default to t, which gives
2736         contiguous skipping like old compile (where this was redundant).
2737         (compilation-next-error): Prevent previous-* commands from moving
2738         back to message at or just before point.
2740 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
2742         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
2743         (gdb-source-info): Don't display source at startup, if required.
2744         (gdb-show-main): New option.
2745         (gdba): Update documentation.
2746         (gdb-source): Cover case of auto-display output.
2748 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
2750         * autorevert.el: Delete obsolete autoload's and defvar's.
2751         (auto-revert-check-vc-info): New user option.
2752         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
2753         (auto-revert-handler-vc): Delete.
2754         (auto-revert-handler): Treat return value `fast' of
2755         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
2757         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
2758         return `fast'.
2760         * files.el (buffer-stale-function): Doc change.
2762 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2764         * printing.el: New tip on Tips section.
2765         (pr-version): New version number (6.7.4).
2766         (pr-shell-file-name): Initialization fix.
2768 2004-03-31  Juri Linkov  <juri@jurta.org>
2770         * dired.el: Add autoload for `dired-do-touch'.
2771         (dired-touch-program): New var.
2772         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
2773         (dired-no-confirm): Add `touch' to docstring.
2775         * dired-aux.el (dired-do-touch): New fun.
2776         (dired-do-chxxx): Add argument -t for touch operation.
2778         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
2779         `dired-move-to-filename-regexp'.
2781 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
2783         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
2785 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2787         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
2788         and only if the buffer was modified.
2790 2004-03-30  Kenichi Handa  <handa@m17n.org>
2792         * international/characters.el: Delete pairs for U+2308..U+230B.
2794 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
2796         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
2797         to detect the beginning of a level 2 or 3 annotation.
2799 2004-03-29  Kenichi Handa  <handa@m17n.org>
2801         * international/ucs-tables.el (ucs-insert): Fix the error message.
2803 2004-03-29  Kenichi Handa  <handa@m17n.org>
2805         * international/mule-util.el (char-displayable-p): Fix generation
2806         of XLFD file name.
2808         * Makefile.in (setwins, setwins_almost): Change directory to $wd
2809         before finding directories by `find'.
2811 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2813         * subr.el (interactive-form): Delete.  Now implemented in C.
2815         * pcvs.el (cvs-parse-process): Workaround for Darwin.
2817         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
2818         (vc-diff-label): New fun.
2819         (vc-diff-internal): Use it.
2821         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
2823 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2825         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
2827         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
2828         specify XML (EBNFX).
2830         * progmodes/ebnf2ps.el: Doc fix.
2831         (ebnf-version): New version number (4.1).
2832         (ebnf-syntax): Adjust customization.
2833         (ebnf-style-database): Add ebnfx entry.
2834         (ebnf-syntax-alist): Add ebnfx initialization.
2835         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
2837         * printing.el: Doc fix.
2838         (pr-version): New version number (6.7.3).
2839         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
2840         returns nil for mouse position.  Reported by Drew Adams
2841         <drew.adams@oracle.com>.
2842         (pr-update-menus): Modify interactive declaration.  Reported by Drew
2843         Adams <drew.adams@oracle.com>.
2845 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
2847         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
2848         (gud-gdba-marker-filter): Log the process input and output, if
2849         required.  From Stefan Monnier.
2850         (gdb-debug-log, gdb-enable-debug-log): New variables.
2851         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
2853 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2855         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
2856         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
2858 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
2860         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
2861         Call vc-find-file-hook here instead of in auto-revert-buffers.
2862         (auto-revert-buffers): Delete call to vc-find-file-hook.
2863         (auto-revert-verbose, global-auto-revert-non-file-buffers)
2864         (global-auto-revert-mode, auto-revert-set-timer)
2865         (auto-revert-handler, auto-revert-buffers): Doc fixes.
2867 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
2869         * woman.el (woman-change-fonts): Rename local variable
2870         woman-font-alist to font-alist to avoid a compiler warning.
2872 2004-03-27  Dave Love  <fx@gnu.org>
2874         * emacs-lisp/rx.el (rx): Doc fix.
2875         Fix copyright years.
2877         * strokes.el (strokes-global-set-stroke-string): New function.
2878         (strokes-list-strokes): Cope with strings, not just commands.
2879         Set foreground colour of image.
2880         (strokes-global-set-stroke): Doc fix.
2882 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
2884         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
2885         Auto Revert mode.
2886         (Buffer-menu-files-only): New variable.
2887         (Buffer-menu-toggle-files-only): New function.
2888         (Buffer-menu-mode-map): Bind it to `T'.
2889         (Buffer-menu-mode): Mention `T' in docstring.
2890         Set buffer-stale-function.
2891         (list-buffers-noselect): Mark buffer non-modified and set
2892         Buffer-menu-files-only.
2894         * dired.el (buffer-stale-function): Remove no longer needed defvar.
2896         * autorevert.el (auto-revert-handler): Print revert message
2897         before, rather than after, reverting.
2898         (buffer-stale-function): Move to files.el.
2900         * files.el (buffer-stale-function): Move here from autorevert.el.
2902 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2904         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
2906         * calc/calc.el (calc-mode-map): Use mapc.
2908         * apropos.el (apropos-mode): Don't autoload.
2909         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
2910         (apropos): Use it.
2911         (apropos-print): Add optional `text' argument.
2912         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
2913         Don't assume point-min == 1.
2915         * bs.el (bs-buffer-list): Use buffer-local-value.
2916         (bs--set-toggle-to-show): Use with-current-buffer.
2918         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
2919         New funs.
2920         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
2922         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
2924         * dabbrev.el (dabbrev-expand): Fix regexp construction.
2925         (dabbrev--find-expansion): Use pop.
2926         (dabbrev--search): Use match-string-no-properties.
2928         * dired.el (dired-mode): Use run-mode-hooks.
2929         (dired-move-to-end-of-filename): Use match-string.
2931         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
2932         is bound before using it.
2933         (ediff-verbose-p): Make it into a var since it's not constant.
2935         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
2937         * faces.el (read-face-font): Don't cons up unnecessarily.
2938         (header-line, tool-bar): Share common parts.
2940         * files.el (file-relative-name): Use compare-strings.
2942         * finder.el (finder-mode): Follow coding convention.
2944         * subr.el (read-number): New function.
2946         * ses.el (ses-read-number): Move to subr.el.
2947         (ses-set-header-row): Use read-number.
2949 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
2951         * vc-hooks.el (vc-arg-list): New function, which handles both
2952         compiled and uncompiled code.
2953         (vc-default-workfile-unchanged-p): Use it.
2955         * vc.el (vc-print-log): Undo prev change, use new function
2956         vc-arg-list from vc-hooks.el.
2958 2004-03-26  Masatake YAMATO  <jet@gyve.org>
2960         * simple.el (completion-setup-function): Emphasize the
2961         first uncommon characters in the completions; and de-emphasize
2962         the common prefix substrings.
2963         (completion-emphasis): New face.
2964         (completion-de-emphasis): New face.
2966 2004-03-25  Juanma Barranquero  <lektu@terra.es>
2968         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
2969         Comment out (it's unused and unfinished code).
2971 2004-03-25  Sam Steingold  <sds@gnu.org>
2973         * vc.el (vc-print-log): Fix a bug in the last patch:
2974         backend-function may be a byte-compiled object, not a lambda.
2976 2004-03-25  Juri Linkov  <juri@jurta.org>
2978         * descr-text.el (describe-property-list): Add a button
2979         for `face' property that calls `describe-face'.
2980         Suggested by luis fernandes <elf@ee.ryerson.ca>
2982         * international/mule.el (keyboard-coding-system):
2983         * kmacro.el (kmacro-call-macro): Fix docstring.
2985         * dired.el: Fix comments.
2987         * textmodes/fill.el (fill): Fix Info link.
2989         * font-lock.el (fast-lock, lazy-lock):
2990         * jit-lock.el (jit-lock): Remove links to removed Support Modes
2991         Info node.
2993         * eshell/eshell.el (eshell): Fix broken info-link.
2995         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
2996         * eshell/em-banner.el (eshell-banner):
2997         * eshell/em-smart.el (eshell-smart):
2998         * eshell/esh-cmd.el (eshell-cmd):
2999         Comment out broken info-links to incomplete Info manual.
3001         * info-xref.el: Fix commentary.
3003 2004-03-25  Kevin Ryde  <user42@zip.com.au>
3005         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3006         Remove spurious node duplicate suppression, doesn't work, not wanted.
3007         (info-xref-output): Take format style args, add "sit-for 0" to let
3008         user see the results as they progress.
3009         (info-xref-check-all-custom): New function.
3011 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
3013         * gdb-ui.el: Moved to progmodes.
3015 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3017         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3019 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3021         * calendar/appt.el (appt-check): Remove superfluous progn.
3022         When finished with diary buffer: if it was not being displayed
3023         before, kill it; otherwise restore its original state.
3024         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
3026         * calendar/calendar.el (calendar-set-mode-line): Use total
3027         available mode-line width, rather than frame-width.
3029         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
3030         after mode change so effect not lost.
3032 2004-03-23  Dave Love  <fx@gnu.org>
3034         * dired.el (dired) <defgroup>: Add link to manual.
3035         (dired-font-lock-keywords): Add highlighting on unusual permissions.
3036         (dired-revert): Use dolist.
3037         (dired-mode-map): Add U binding.
3038         (dired-mode): Add font-lock-beginning-of-syntax-function.
3039         (dired-garbage-files-regexp): Make it a defcustom.
3041 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3043         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
3044         is equivalent to nil.
3045         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
3046         (vc-arch-mode-line-string): Accept `added' state.
3047         (vc-arch-state): Use inode-sigs if available.
3048         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
3049         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
3050         (vc-arch-tagline-re): New var.
3051         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
3052         New functions.
3053         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
3054         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
3056         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
3057         (vc-file-not-found-hook): Use it.
3059         * diff-mode.el (diff-default-read-only): Change default.
3060         (diff-mode-hook): Make it a defcustom.  Add some options.
3061         (diff-mode-map): Bind diff-refine-hook.
3062         (diff-yank-handler): New var.
3063         (diff-yank-function): New fun.
3064         (diff-font-lock-keywords): Use them.
3065         (diff-end-of-file): Handle case where file-header looks like diff text.
3066         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
3067         (diff-file-kill): Delete a subsequent empty line, if applicable.
3068         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
3069         (diff-find-file-name): Use it.
3070         (diff-tell-file-name): New command.
3071         (diff-mode): Be careful with view-mode.
3072         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
3073         New functions, for use in diff-mode-hook.
3074         (diff-find-source-location): Catch "regex too large" errors.
3075         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
3076         (diff-refine-hunk): New command.
3078         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
3079         (smerge-context-menu-map): Remove unused var.
3080         (smerge-keep-all): Preserve markers.
3081         (smerge-keep-n): New fun.
3082         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3083         (smerge-keep-current, smerge-ediff): Use it.
3084         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
3085         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
3086         (smerge-resolve): Resolve trivial 3-part conflicts.
3088 2004-03-23  Juri Linkov  <juri@jurta.org>
3090         * man.el (Man-width): New var.
3091         (Man-getpage-in-background): Use it.
3092         (Man-support-local-filenames): New var and fun.
3093         (Man-build-man-command): Don't add a second %s.
3094         (Man-fontify-manpage): Clean up message.
3095         (Man-mode): Set outline-regexp, outline-level,
3096         imenu-generic-expression.
3098         * woman.el (woman-fill-frame): Doc fix.
3099         (woman-decode-region): Use window-width instead of frame-width.
3101         * abbrevlist.el (list-one-abbrev-table):
3102         * descr-text.el (describe-char):
3103         * international/mule-diag.el (describe-current-coding-system):
3104         * international/quail.el (quail-insert-decode-map):
3105         Use window-width instead of frame-width.
3107         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
3108         (jka-compr-mode-alist-additions): Add tbz.
3109         (jka-compr-write-region, jka-compr-insert-file-contents):
3110         Add message for undefined compress-program.
3111         (jka-compr-write-region): Remove redundant var bindings.
3113         * dired-x.el (dired-guess-shell-alist-default): Add choices for
3114         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
3115         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
3116         (dired-man): Use dired-guess-shell-command.
3117         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
3118         Change default nil to t.
3120         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
3121         (dired-compare-directories): Add default value for empty input.
3123         * help-at-pt.el: Move suggestions for key bindings to Commentary.
3125         * time.el (display-time-string-forms): Fix help-echo date format.
3127 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
3129         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
3130         (buffer-stale-function): New variable.
3131         (auto-revert-list-diff, auto-revert-dired-file-list)
3132         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
3133         (auto-revert-handler): Take over some functionality of deleted
3134         functions.
3135         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
3137         * dired.el (dired-directory-changed-p): New fun, extracted from
3138         dired-internal-noselect.
3139         (dired-buffer-stale-p): New fun.
3140         (dired-internal-noselect): Use dired-directory-changed-p.
3141         Eliminate revert messages.
3142         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
3144 2004-03-23  Kenichi Handa  <handa@m17n.org>
3146         * international/characters.el: Setup syntaxes for more parentheses
3147         Unicode characters.
3149         * international/mule-cmds.el (select-safe-coding-system):
3150         Merge coding-system and auto-cs before comparing them.
3152 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3154         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
3156         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3157         normal-auto-fill-function and comment-indent-function.
3158         The default values now work just as well.
3159         Don't set font-lock-beginning-of-syntax-function since we already set
3160         syntax-begin-function.
3161         (lisp-outline-level): Put ;;;###autoload at same level as (.
3162         (prin1-char): Quote special chars.
3164         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
3165         than with-no-warnings.
3167         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
3168         if the source location can't be found.
3169         (edebug-compute-previous-result): Use prin1-char.
3171         * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
3172         (debug-ignored-errors): Add an entry.
3174         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
3175         (byte-compile-file): Output warning when deleting a file.
3177         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
3178         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
3180         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
3181         (byte-compile-inline-expand): Use backquote.
3182         (byte-optimize-pure-func): Rename from byte-optimize-concat.
3183         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
3185         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
3187         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
3189 2004-03-22  Juri Linkov  <juri@jurta.org>
3191         * finder.el (finder-known-keywords): Fix data, tex, unix.
3193         * play/landmark.el: Fix keywords.
3195         * language/ethio-util.el (ethio-find-file): Doc fix.
3197         * emacs-lisp/warnings.el: Doc fix.
3199         * textmodes/ispell.el (ispell-help): Doc fix.
3201 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
3203         * format.el (format-insert-file): Always return a list of two
3204         elements, like insert-file-contents does.
3206 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
3208         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
3209         and vc-BACKEND-diff.
3210         (vc-print-log): If the print-log implementation supports it, use
3211         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
3212         (vc-version-diff, vc-diff-internal): Doc fixes.
3214         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
3215         implementation supports it, let diff output go to *vc*,
3216         not *vc-diff*, since this is an internal call.
3218         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
3220         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
3222         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
3224 2004-03-21  Dave Love  <fx@gnu.org>
3226         * progmodes/cfengine.el (cfengine-mode):
3227         Set parse-sexp-ignore-comments.
3229         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
3231 2004-03-21  Juanma Barranquero  <lektu@terra.es>
3233         * allout.el (allout-mode): Fix docstring.
3235 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
3237         * files.el (insert-directory): Fix bug if SWITCHES is a list.
3239         * autorevert.el (auto-revert-interval): Make new value take
3240         effect immediately when set through Custom.
3241         (auto-revert-set-timer): Add interactive declaration.
3243 2004-03-19  David Ponce  <david@dponce.com>
3245         * ruler-mode.el (ruler-mode-header-line-format-old):
3246         Don't `make-variable-buffer-local'.
3247         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
3248         (ruler-mode-header-line-format): Simply funcall the above.
3249         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
3250         to save/restore a previous header line format.
3251         (ruler-mode-space): Don't depend on a numeric WIDTH value.
3252         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
3253         fringes and margins width.
3254         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
3256 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3258         * log-edit.el (log-edit-font-lock-keywords): Typo.
3260         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
3261         (tex-send-tex-command): Rather than here.
3262         (tex-compilation-parse-errors): Simplify.
3264         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
3266         * time.el (display-time-string-forms): Add help-echo with date on time.
3268         * composite.el (compose-region): Use restore-buffer-modified-p.
3270         * disp-table.el (standard-display-8bit): Simplify.
3272         * server.el (server-process-filter): Delete temp frame.
3274         * add-log.el (add-change-log-entry): Simplify.
3276 2004-03-19  Kim F. Storm  <storm@cua.dk>
3278         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
3279         (hexl-follow-line): Don't require 'fringe.
3281         * progmodes/compile.el (compilation-start): Always set
3282         compilation-last-buffer and return it.
3284 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
3286         * simple.el (clone-buffer): Doc fix.
3288 2004-03-18  Juanma Barranquero  <lektu@terra.es>
3290         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
3292 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3294         * log-edit.el (log-edit-font-lock-keywords): New var.
3295         (log-edit-mode): Use it.
3297 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
3299         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
3300         properly for watching in speedbar.
3302 2004-03-17  Masatake YAMATO  <jet@gyve.org>
3304         * smerge-mode.el (smerge-popup-context-menu):
3305         Put `unwind-protect' around `overlay-put' and `popup-menu'.
3307 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3309         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
3310         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
3311         Take sealed revisions into account.
3312         (vc-arch-checkin): Extract a summary line from the message.
3314 2004-03-16  Masatake YAMATO  <jet@gyve.org>
3316         * register.el (register): Provide `register' feature.
3318 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3320         Added context menu support in smerge mode.
3321         Most of the part is written by Stefan Monnier.
3323         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
3324         New keymap and menu.
3325         (smerge-text-properties): New function.
3326         (smerge-remove-props): New function.
3327         (smerge-popup-context-menu): New function.
3328         (smerge-resolve): Call `smerge-remove-props'.
3329         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
3330         (smerge-keep-current): Ditto.
3331         (smerge-kill-current): New function.
3332         (smerge-match-conflict): Put text properties.
3333         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
3335 2004-03-15  David Ponce  <david@dponce.com>
3337         * ruler-mode.el: (ruler-mode-left-fringe-cols)
3338         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
3339         (ruler-mode-right-scroll-bar-cols): Remove.
3340         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
3341         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
3342         Use fringe-columns and scroll-bar-columns.
3344 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3346         * hl-line.el (hl-line-range-function): New variable.
3347         (hl-line-move): New function.
3348         (global-hl-line-highlight): Use `hl-line-move'.
3349         (hl-line-highlight): Ditto.
3351         * scroll-bar.el (scroll-bar-columns):
3352         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
3354         * ruler-mode.el (top-level): Require scroll-bar and fringe.
3355         (ruler-mode-left-fringe-cols)
3356         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
3357         (ruler-mode-right-scroll-bar-cols)
3358         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
3359         (ruler-mode-ruler-function): New variable.
3360         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
3361         if the value for `ruler-mode-ruler-function'is given.
3363         * hexl.el (hexl-mode-hook): Make the hook customizable.
3364         (hexl-address-area, hexl-ascii-area): New customize variables.
3365         (hexlify-buffer): Put font-lock-faces on the address area and
3366         the ascii area.
3367         (hexl-activate-ruler): New function.
3368         (hexl-follow-line): New function.
3369         (hexl-highlight-line-range): New function.
3370         (hexl-mode-ruler): New function.
3372 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3374         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
3375         (vc-default-find-file-hook): New fun.
3376         (vc-find-file-hook): Call new find-file-hook operation.
3378         * vc-arch.el: New file.
3380 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
3382         * info-look.el (info-lookup): Reuse an existing Info window.
3384 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3386         * woman.el (woman-preserve-ascii): Default value changed to t and
3387         doc string revised.
3389 2004-03-12  Richard M. Stallman  <rms@gnu.org>
3391         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3392         Fix minor bug.
3394         * replace.el (occur-engine): Change message for count of matches.
3396         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3397         For strings, do compare text properties.
3399 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
3401         * progmodes/compile.el (compile-auto-highlight)
3402         (compilation-error-list, compilation-old-error-list)
3403         (compilation-parse-errors-function, compilation-parsing-end)
3404         (compilation-error-message, compilation-directory-stack)
3405         (compilation-enter-directory-regexp-alist)
3406         (compilation-leave-directory-regexp-alist)
3407         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
3408         (compilation-current-file, compilation-regexps): Remove vars.
3410         (compile-error-at-point, compilation-error-filedata)
3411         (compilation-error-filedata-file-name, compile-reinitialize-errors)
3412         (compilation-next-error-locus, compilation-forget-errors)
3413         (count-regexp-groupings, compilation-parse-errors)
3414         (compile-collect-regexps, compile-buffer-substring): Remove funs.
3416         (compile-internal): Make obsolete.
3418         (compilation-first-column, compilation-error)
3419         (compilation-directory-matcher, compilation-page-delimiter)
3420         (compilation-mode-font-lock-keywords, compilation-debug)
3421         (compilation-error-face, compilation-warning-face)
3422         (compilation-info-face, compilation-line-face)
3423         (compilation-column-face, compilation-enter-directory-face)
3424         (compilation-leave-directory-face, compilation-skip-threshold)
3425         (compilation-skip-visited, compilation-context-lines): New vars.
3427         (compilation-warning-face, compilation-info-face)
3428         (compilation-message-face): New faces.
3430         (compilation-error-regexp-alist-alist): New constant.
3432         (compilation-face, compilation-directory-properties)
3433         (compilation-assq, compilation-error-properties, compilation-start)
3434         (define-compilation-mode, compilation-loop)
3435         (compilation-set-window): New functions.
3437         (compile): Additional argument for interactive compiles like TeX.
3439         * progmodes/grep.el (kill-grep): Move here from compile.el
3440         (grep-error, grep-hit-face, grep-error-face)
3441         (grep-mode-font-lock-keywords): New variables.
3442         (grep-regexp-alist): Simplify regexp and add `binary' case.
3443         (grep-mode): New mode.
3444         (grep-process-setup): Simplify.
3446 2004-03-11  Jason Rumney  <jasonr@gnu.org>
3448         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
3449         letters on DOS/Windows.
3451 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3453         * server.el (server-name): New var.
3454         (server-socket-dir): New var to replace server-socket-name.
3455         (server-start): Use them.
3457 2004-03-11  Simon Josefsson  <jas@extundo.com>
3459         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
3460         died to avoid infloop.  Reported by Jonathan Glauner
3461         <jglauner@sbum.org>.
3463 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3465         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
3466         (smerge-mode-menu): Use it to deactivate menu entries.
3467         (smerge-keep-current): New fun.
3468         (smerge-keep-current): Use it.
3470 2004-03-10  John Paul Wallington  <jpw@gnu.org>
3472         * foldout.el (foldout-fold-list, foldout-modeline-string):
3473         Declare them as variables, not constants.
3475 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3477         * ps-print.el: Modification to print *Messages* buffer.
3478         (ps-print-version): New version 6.6.4.
3479         (ps-message-log-max): New fun.
3480         (ps-spool-without-faces, ps-spool-with-faces)
3481         (ps-count-lines-preprint): Code fix.
3483         * printing.el: New tips in Tips section.
3485 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3487         * delim-col.el: Doc fix.
3489         * printing.el: Doc fix.  New doc section (Tips).
3491 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3493         * type-break.el (type-break-emacs-variant): Remove.
3494         (type-break-run-at-time, type-break-cancel-function-timers):
3495         Use fboundp rather than version name and number.
3497 2004-03-09  Masatake YAMATO  <jet@gyve.org>
3499         * hexl.el (hexl-mode): Use `make-local-variable' instead of
3500         `make-variable-buffer-local'.
3502 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
3504         * find-dired.el (find-dired): Call `shell-command' instead of
3505         `start-process-shell-command'.  By this, Tramp takes over
3506         handling of remote directories.
3508 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3510         * newcomment.el (comment-use-global-state): New var.
3511         (comment-search-forward): Use it.
3513         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
3515         * cus-edit.el (fill) <defgroup>: Move to fill.el.
3517         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
3518         (enable-kinsoku): Make it a defcustom.
3519         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
3520         paragraph to same-comment-start-marker.
3522 2004-03-07  Dave Love  <fx@gnu.org>
3524         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
3525         (browse-url-mail): Use it.
3527         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
3528         (rfc2368-unhexify-string): Use replace-regexp-in-string.
3530 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3532         * woman.el (woman-man.conf-path): Doc fix.
3533         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
3535 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
3537         * sort.el (sort-columns): Remove ms-dos from the list of systems
3538         where the external `sort' command is not used.
3540 2004-03-07  Kim F. Storm  <storm@cua.dk>
3542         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
3543         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
3544         from overlay-arrow-variable-list.
3545         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
3547 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
3549         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
3550         overlay arrow string properly for the assembler buffer.
3552 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3554         * mail/sendmail.el (mail-mode): Fix last change.
3556 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
3558         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
3559         for the assembler buffer.
3560         (gdb-assembler-custom): Position the overlay arrow.
3561         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
3563 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3565         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
3567         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
3568         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
3570         * mail/sendmail.el (mail-mode): Set comment-start-skip.
3572         * newcomment.el (uncomment-region): Allow non-terminated comment.
3573         (comment-normalize-vars): Check the user-specified comstart marker.
3575 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
3577         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
3578         Otherwise, do use it if the region only contains font-lock text
3579         properties.
3581 2004-03-04  Masatake YAMATO  <jet@gyve.org>
3583         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
3584         as the callback function for eldoc.
3585         (hexl-print-current-point-info): New function.
3586         (hexl-current-address): Print the address in both decimal
3587         and hexadecimal format.
3589 2004-03-04  Richard M. Stallman  <rms@gnu.org>
3591         * mail/rmail.el (rmail-convert-to-babyl-format):
3592         Specify t for UNIBYTE when calling mail-unquote-printable-region.
3594         * mail/mail-utils.el (mail-unquote-printable-region):
3595         New arg UNIBYTE.
3597         * startup.el (command-switch-alist): Doc fix.
3599         * simple.el (undo): Temporarily set this-command to `undo-start',
3600         then set it to `undo' once undo-start returns without error.
3602         * simple.el (minibuffer-history-sexp-flag): Doc fix.
3604         * simple.el (kill-line): Don't disregard trailing whitespace
3605         in eol condition, if show-trailing-whitespace is set.
3607         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
3608         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
3609         When disabling, restore old values only if mouse-sel-has-been-enabled.
3611         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
3612         (isearch-{-char): New function.
3613         (isearch-mode-map): Bind { to isearch-{-char.
3615         * font-lock.el (lisp-font-lock-keywords-2):
3616         Turn off the CL with-... and do-... general patterns.
3617         Instead, recognize several specific with... and do... constructs.
3619         * files.el (switch-to-buffer-other-window):
3620         Bind same-window-buffer-names and same-window-regexps to nil.
3621         (switch-to-buffer-other-frame): Likewise.
3623 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3625         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
3626         recognizing leading comment on code line.
3628 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3630         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
3631         hidden files/directories.
3633 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3635         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
3636         only comment-start (in case the mode hasn't set it).
3638         * Makefile.in (AUTOGENEL): New var.
3639         (bootstrap-prepare): Rename from bootstrap-clean.
3640         Don't remove elc files.
3641         (maintainer-clean): New target.
3643         * xml.el (xml-get-attribute-or-nil): Simplify.
3645 2004-03-02  Juri Linkov  <juri@jurta.org>
3647         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
3648         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
3649         URL to prevent their substitution with the environment variable
3650         values by browsers.
3652 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3654         * ps-print.el: Doc fix.
3655         (ps-print-version): New version number (6.6.3).
3656         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
3657         Docstring fix.
3658         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
3659         before printing.
3660         (ps-time-stamp-yyyy-mm-dd): New fun.
3661         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
3663 2004-03-02  Kim F. Storm  <storm@cua.dk>
3665         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
3667 2004-03-01  Juanma Barranquero  <lektu@terra.es>
3669         * allout.el (allout-rebullet-heading): Fix typo in docstring.
3671         * desktop.el (desktop-file-version)
3672         (desktop-after-read-hook): Fix typos.
3673         (desktop-clear-preserve-buffers): Remove redundant info in
3674         docstring already shown by the obsolescence message.
3675         (desktop-truncate, desktop-internal-v2s)
3676         (desktop-value-to-string): Change argument name to match docstring.
3678         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
3680         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
3681         docstring.
3683 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3685         * printing.el: Replace "As Is..." in PostScript file print/preview by
3686         "No Preprocessing...".  Suggested by Colin Marquardt
3687         <_marquardt_@zmd.de>.
3688         (pr-insert-section-4): Adjust buffer interface.
3690 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
3692         Version 2.0.39 of Tramp released.
3694         * net/tramp.el (tramp-handle-file-local-copy)
3695         (tramp-handle-write-region, tramp-open-connection-rsh):
3696         Variable name typo.  Small change.  From Patrick Tullmann
3697         <tullmann@flux.utah.edu>.
3698         (tramp-process-connection-type): New variable.
3699         (tramp-maybe-open-connection): Use it.
3700         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
3701         (tramp-touch): Set last-modified time of a remote file.
3702         (tramp-handle-write-region): Say which function is used when encoding.
3704 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
3706         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
3707         case of non-existing filename, too.  Reported by Christoph Bauer
3708         <c_bauer@informatik.uni-kl.de>.
3709         (tramp-smb-get-file-entries): The directory in question should
3710         have permissions "drwxrwxrwx".  Just virtual, because we don't
3711         know the real permissions.  Don't we know?
3712         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
3713         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
3714         (tramp-smb-wait-for-output): Optimize algorithm getting pending
3715         output.  If it was received chunkwise, there have been problems.
3716         Remove the "prompt not found" error message; it is obvious.
3717         Simplify algorithm.
3718         (tramp-smb-process-running): Remove.  Since we acknowledge the
3719         virtual prompt for shares, there's no need for distinction of
3720         reading shares (process ends afterwards) and interactive mode of
3721         smblient.
3722         (tramp-smb-open-connection): Setting process sentinel removed.
3723         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
3724         "NT_STATUS_NETWORK_ACCESS_DENIED".
3725         (tramp-smb-maybe-open-connection): Set `process-connection-type'
3726         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
3727         (top-level): Setting default value in `tramp-default-method-alist'
3728         corrected.  Order of USER and HOST have been wrong.
3729         Nobody complained for months ...
3730         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
3731         (tramp-smb-open-connection): Clear password cache if login has failed.
3733         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
3734         `tramp-unified-filenames'.
3735         (tramp-completion-mode): Make test for XEmacs explicitely.
3736         `event-to-character' can exists in Emacs packages too.
3737         Reported by Matt Swift <swift@alum.mit.edu>.
3738         (tramp-buffer-name): Buffer name must contain the user if exists.
3739         Reported by Adrian Phillips <a.phillips@met.no>.
3740         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
3741         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
3742         (tramp-do-copy-or-rename-file-out-of-band): Rename from
3743         `tramp-do-copy-or-rename-file-one-local', because it handles also
3744         the case both files use the same out-of-band method.
3745         Implementation added.
3746         (tramp-handle-file-local-copy, tramp-handle-write-region):
3747         Out-of-band handling removed.  `copy-file' called instead, which
3748         calls `tramp-do-copy-or-rename-file-out-of-band'.
3749         (tramp-action-password): Check for out-of-band method removed.
3750         This function is used for 'login-program.
3751         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
3752         appropriate.
3753         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
3754         and `tramp-parse-sknownhosts'.
3755         (tramp-completion-function-alist): It's a defvar now, because we
3756         want to apply the optimized `tramp-set-completion-function'
3757         instead of a static list.
3758         (tramp-set-completion-function): Implementation tuned.
3759         Avoid double entries, and entries where the function or the
3760         file/directory doesn't exist.
3761         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
3762         for SSH2.
3763         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
3764         (tramp-handle-dired-compress-file): New function.
3765         (tramp-async-proc): New variable.
3766         (tramp-handle-shell-command): Adding asynchronous processes.
3767         They are far from being perfect, but it works at least for
3768         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
3769         (top-level): Require password.el if visible.  Should be mandatory
3770         once No Gnus has found its way into (X)Emacs.
3771         (tramp-read-passwd): Invoke `password-read' if available,
3772         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
3773         fallback any longer.
3774         (tramp-clear-passwd): New function.
3775         (tramp-process-actions, tramp-process-multi-actions):
3776         Clear password cache if login has failed.
3778         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
3779         its own module.
3780         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
3781         `ange-ftp-ftp-name-res'.  There could be incorrect values from
3782         previous calls in case the "ftp" method is used in the Tramp file
3783         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3785 2004-02-28  Richard M. Stallman  <rms@gnu.org>
3787         * term.el (term-mouse-paste): Call mouse-set-point.
3789         * thumbs.el: New file.
3791 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3793         * progmodes/ebnf-abn.el: Doc fix.
3795         * progmodes/ebnf-bnf.el: Doc fix.
3796         (ebnf-repeat): Code fix.
3798         * progmodes/ebnf2ps.el: Doc fix.
3799         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
3801 2004-02-28  Juri Linkov  <juri@jurta.org>
3803         * ffap.el (dired-at-point): Additional writability test for
3804         relative directory names.
3805         (dired-at-point-prompter): Treat directories as a directory, get
3806         the directory component from files.
3807         (ffap-string-at-point): Return string from region if region is active.
3808         (ffap-file-at-point): Remove redundant code.
3810 2004-02-28  Kim F. Storm  <storm@cua.dk>
3812         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
3813         Initialize margin area images to nil.
3814         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
3815         (breakpoint-enabled-bitmap-face)
3816         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
3817         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
3818         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
3819         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
3820         (gdb-reset): Use gdb-remove-breakpoint-icons.
3821         (gdb-put-string): Add dprop arg to specify alternative display
3822         property (for setting fringe bitmap).
3823         (gdb-remove-strings): Doc fix.
3824         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
3825         icon in fringe (if available), or else as icon or text in display
3826         margin.  Creates necessary icons in breakpoint-bitmap,
3827         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
3828         Also make left window margin if required.
3829         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
3830         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
3831         no longer needed.
3832         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
3833         gdb-put-breakpoint-icon.
3834         (gdb-assembler-mode): Don't set left-margin-width here.
3836 2004-02-27  Kevin Ryde  <user42@zip.com.au>
3838         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
3839         comma, so that it DTRT in macros.
3841 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3843         * progmodes/sh-script.el (sh-shell-arg)
3844         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
3845         (sh-leading-keywords, sh-other-keywords): Fix custom type.
3847 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
3849         * faces.el (face-spec-set-match-display): Add a new attribute,
3850         `min-colors'.
3851         (region, highlight, secondary-selection): Use `min-colors'.
3853         * custom.el (defface): Add documentation for `min-colors'.
3855         * font-lock.el (font-lock-comment-face, font-lock-string-face)
3856         (font-lock-keyword-face, font-lock-function-name-face)
3857         (font-lock-variable-name-face, font-lock-constant-face):
3858         Use `min-colors'.
3860         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
3862 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3864         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
3865         define assq-delete-all if it's not defined.
3866         (ebnf-generate-region): Code fix.
3868         * printing.el: Doc fix.
3869         (pr-version): New version number (6.7.2).
3870         (pr-command): Return empty string if command is an empty string.
3872 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3874         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
3876         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
3877         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
3878         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
3879         "tt" ["test"] ).  Reported by Markus Dreyer
3880         <mdreyer@ix.urz.uni-heidelberg.de>.
3881         (ebnf-version): New version number (4.0).
3882         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
3883         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
3884         (ebnf-delete-style): New commands.
3885         (ebnf-directory, ebnf-file): New funs.
3886         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
3887         (ebnf-production-name-p, ebnf-stop-on-error): New options.
3888         (ebnf-syntax-alist): New var.
3889         (ebnf-element-width): New fun replacing ebnf-list-width.
3890         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
3891         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
3892         (ebnf-prologue): Adjust vars.
3893         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
3894         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
3895         (ebnf-check-style-values, ebnf-generate-production)
3896         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
3897         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
3898         (ebnf-token-repeat): Code fix.
3900         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
3901         %right, %left and %prec.  Suggested by Matthew K. Junker
3902         <junker@alum.mit.edu>.
3903         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
3905         * progmodes/ebnf-iso.el: Doc fix.
3906         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
3907         (ebnf-iso-lex): Code fix.
3909         * progmodes/ebnf-bnf.el: Doc fix.
3910         (ebnf-bnf-lex): Code fix.
3912         * progmodes/ebnf-otz.el: Doc fix.
3914 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
3916         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
3917         (abbrev-prefix-mark): Doc fix.
3919 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
3921         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
3922         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
3923         (gdb-var-delete): Make interactive (really).
3924         (gdb-edit-value): Make non-interactive.
3926         * progmodes/gud.el (gud-speedbar-menu-items):
3927         Add gdb-var-delete and, indirectly, gdb-edit-value.
3928         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
3929         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
3930         (gud-gdb-marker-filter): Add comment for annotations.
3932 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3934         * calendar/calendar.el (generate-calendar)
3935         (calendar-read-date): Prevent display of BC calendars once more -
3936         reverts 2003-10-01 change.
3937         (generate-calendar-month): Doc fix.
3939 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3941         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
3942         return value of increment-calendar-month.
3944 2004-02-21  Stephen Compall  <s11@member.fsf.org>
3946         * saveplace.el (save-place-forget-unreadable-files)
3947         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
3948         (save-place-forget-unreadable-files): New function.
3949         (save-place-alist-to-file): Use it to filter out files that are
3950         no longer readable.
3952         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
3953         current Texinfo environment, using the same method as in
3954         `texinfo-insert-@end', and insert a space rather than a newline if
3955         point in a @table environment.
3957 2004-02-21  Juri Linkov  <juri@jurta.org>
3959         * ffap.el (ffap-file-at-point): Try parent directories.
3961 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
3963         * vcursor.el (vcursor-modifiers): New defcustom.
3964         (vcursor-cs-binding): Use vcursor-modifiers instead of a
3965         hard-coded list.
3967 2004-02-21  Masatake YAMATO  <jet@gyve.org>
3969         * play/animate.el (animate-birthday-present): Accept names other
3970         than `Sarah', too.
3972 2004-02-21  Juri Linkov  <juri@jurta.org>
3974         * startup.el: Remove table of command line arguments from the
3975         Commentary section.
3977 2004-02-20  John Wiegley  <johnw@newartisans.com>
3979         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
3980         again" modifier from 'e' to 'E', since 'e' is also used by the
3981         "file extension" modifier.
3983 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
3985         * help-fns.el (describe-categories): Doc fix.
3987 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3989         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
3990         temporary file for buffer already visiting one.  This change makes
3991         output likely to be directly usable by patch program.
3992         Suggested by Adrian Aichner  <adrian@xemacs.org>
3994 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
3996         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
3997         case of variables defined in compound statements.
3998         (gdb-setup-windows, gdb-source-info, gdb-source-info):
3999         Simplify constructions using switch-to-buffer.
4001 2004-02-19  Simon Josefsson  <jas@extundo.com>
4003         * play/morse.el: Fix typo.
4004         (morse-code): Add @.
4006 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
4008         * calendar/appt.el (appt-display-format): Change default to
4009         'ignore, for backwards compatibility.
4010         (appt-display-message): If appt-display-format is 'ignore,
4011         respect old vars appt-msg-window and appt-visible.
4012         (appt-activate): Don't depend on return value of cancel-timer.
4014         * calendar/calendar.el (calendar-holidays): Doc fix.
4016         * calendar/cal-coptic.el (coptic-prompt-for-date):
4017         Use assoc-string instead of assoc-ignore-case.
4018         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4019         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4020         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4021         * calendar/cal-islam.el (calendar-goto-islamic-date)
4022         (mark-islamic-diary-entries): Ditto.
4023         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4024         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4025         (calendar-read-mayan-tzolkin-date): Ditto.
4026         * calendar/calendar.el (calendar-read-date): Ditto.
4027         * calendar/diary-lib.el (mark-diary-entries): Ditto.
4029 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4031         * progmodes/executable.el (executable-command-find-posix-p):
4032         Fix choice of the directory.
4034 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4036         * simple.el (interprogram-cut-function)
4037         (interprogram-paste-function, kill-new, kill-append):
4038         Doc fixes.
4039         (kill-region): Make it return nil.  Doc fix.
4040         (yank-pop): Make its argument optional.
4041         (yank): Make ARG `-' equivalent to `-1'.
4043 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
4045         * mail/rmail.el (rmail-get-new-mail): Don't reference
4046         rmail-use-spam-filter if rmail-spam-filter is not loaded.
4048 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4050         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
4051         if one of global-auto-revert-non-file-buffers or autorevert-mode
4052         is non-nil.
4054 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4056         * subr.el (delete-dups): A better implementation from Karl Heuer
4057         <kwzh@gnu.org>.
4059 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4061         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
4062         correct place.
4063         * progmodes/icon.el (icon-indent-command): Ditto.
4064         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
4066 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4068         * progmodes/grep.el (grep-compute-defaults): Undo change from
4069         2004-01-29: don't use executable-command-find-posix-p.
4071 2004-02-16  Richard Sharman  <rsharman@pobox.com>
4073         * hilit-chg.el: Use require instead of eval-and-compile.
4074         (highlight-compare-buffers): New function.
4076 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
4078         * man.el (Man-fontify-manpage): Render section headings in
4079         `Man-overstrike-face' even when overstrike was not used by man
4080         formatter for section headings.
4082 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
4084         * rmail-spam-filter.el: (vm-use-spam-filter)
4085         (rsf-min-region-length-added-to-spam-list): New variables.
4086         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
4087         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
4088         spam testing.  Don't delete spam message if automatic deletion
4089         after output via variable rmail-delete-after-output is turned on.
4090         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
4091         rsf-bbdb-dont-create-entries-for-spam.
4092         (check-field): New function, extracted from code in
4093         rmail-spam-filter to ease addition of header fields like content-type.
4094         (message-content-type): New variable to check the content-type:
4095         field added, also in defcustom of rsf-definitions-alist.
4096         (rmail-spam-filter): Replace repeated test code for header fields
4097         by calls to check-field; change the call to
4098         rmail-output-to-rmail-file such that rmail-current-message stays
4099         the same to avoid wrong deletion of unseen flags.
4100         (rsf-add-contents-type): New function to convert old format
4101         of rmail-spam-definitions-alist into new one.
4102         Change prefixes of all variables and functions from
4103         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
4105 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4107         * loadhist.el (unload-hook-features-list): New defvar.
4109 2004-02-16  Dave Love  <fx@gnu.org>
4111         * loadhist.el (unload-feature): Doc fix.  Rename flist to
4112         unload-hook-features-list.
4114 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
4116         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
4117         cookie.  Don't check if we are looking-at open-formula.
4119 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4121         * subr.el (match-string-no-properties): Use substring-no-properties.
4123 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4125         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
4126         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
4127         Use lower-case "rx" in all error message.
4129 2004-02-16  Dave Love  <fx@gnu.org>
4131         * emacs-lisp/rx.el (rx-or): Put group around result.
4132         (rx-constituents): Add backref.
4133         (rx-syntax): Add string-delimiter, comment-delimiter.
4134         (rx-categories): Add combining-diacritic.
4135         (rx-check-not, rx-greedy, rx): Doc fix.
4136         (rx-backref, rx-check-backref): New.
4138 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
4140         * newcomment.el (uncomment-region): Allow eob as comment end.
4142 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4144         * filecache.el: All message and error commands now use prefix
4145         "Filecache:" to make it easy to read *Messages* buffer.
4147 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4149         * autorevert.el: Add support to detect changed dired and VC buffers.
4150         (auto-revert-active-p, auto-revert-list-diff)
4151         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
4152         (auto-revert-handler, auto-revert-active-p): New functions.
4153         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
4154         and `auto-revert-active-p'.
4155         (eval-when-compile): Defvar dired-directory and vc-mode.
4156         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4157         (auto-revert-handler-vc): New functions.
4159 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
4161         * progmodes/compile.el (compilation-directory): New defvar.
4162         (compile): Save current directory in compilation-directory.
4163         (recompile): Bind default-directory to compilation-directory if
4164         that is non-nil.
4166 2004-02-16  Dave Love  <fx@gnu.org>
4168         * newcomment.el (comment-insert-comment-function)
4169         (comment-region-function, uncomment-region-function): New.
4170         (comment-indent): Use comment-insert-comment-function.
4171         (uncomment-region): Use uncomment-region-function.
4172         (comment-region): Use comment-region-function.
4174         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
4176 2004-02-16  Richard Stallman  <rms@gnu.org>
4178         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
4179         loaddefs* and ldefs-boot*.
4181 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4183         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
4184         and email address at the beginning and end of the address.
4186         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
4187         anchored at the beginning of the email address.
4189 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
4191         * international/ccl.el (ccl-compile-write): Pass `left' to
4192         ccl-embed-code to generate correct code of write-expr-register.
4194 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
4196         * progmodes/grep.el (grep-compute-defaults): Fix typos.
4198 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4200         * x-dnd.el: Mention support for Motif in commentary.
4201         (x-dnd-handle-drag-n-drop-event): Ditto.
4203 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
4205         * ses.el: Use "ses--" prefixes for buffer-local variables.
4206         Use (point-min) instead of 1, even when we know the buffer
4207         is unnarrowed.
4208         (ses-build-load-map): Delete.  Distribute its content to defconst's for
4209         the three maps.
4210         (ses-menu, ses-header-line-menu): New menus.
4211         (ses-mode-map): Use them.
4212         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
4214 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
4216         * Makefile.in: Fix the CC Mode recompile kludge so it works
4217         when building in a different directory.
4219 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
4221         * simple.el (kill-new): Put yank-handler property on the entire string.
4223 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4225         * diff.el: Don't use compile any more, use diff-mode instead.
4226         (diff-regexp-alist, diff-old-file, diff-new-file)
4227         (diff-parse-differences, diff-process-setup): Remove.
4228         (diff-sentinel): New fun.
4229         (diff): Use it.  Run the process ourselves.
4230         Use diff-mode for the rest of the processing.
4232         * diff.el (diff): Simplify code handling `switch'.
4234 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4236         * pcvs-defs.el (cvs-menu): Add `tag'.
4238 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4240         * simple.el (kill-append): Doc fix.
4242         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4243         Adapt outline-regexp to the new conventions for commenting out code.
4245 2004-02-11  John Paul Wallington  <jpw@gnu.org>
4247         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
4249 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4251         * diff.el (diff-switches): New fun.
4252         (diff, diff-backup): Use it.
4253         (diff): Clean up the args construction.  Use backquote.
4254         Use listp instead of consp to avoid putting a nil arg.
4255         (diff): Add a revert-buffer function.
4257 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4259         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
4260         handled by x-dnd-handle-file-name.
4261         (x-dnd-known-types): Add COMPOUND_TEXT.
4262         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
4263         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
4264         x-dnd-empty-state.
4265         (x-dnd-forget-drop): Ditto.
4266         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
4267         (x-dnd-handle-one-url): Return private when inserting text.
4268         (x-dnd-insert-ctext): New function.
4269         (x-dnd-handle-file-name): New function for FILE_NAME.
4270         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
4271         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
4272         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
4274 2004-02-10  Kenichi Handa  <handa@m17n.org>
4276         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
4277         instead of while loop.
4279 2004-02-10  Miles Bader  <miles@gnu.org>
4281         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
4283 2004-02-09  Kenichi Handa  <handa@m17n.org>
4285         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
4286         have end-of-line.
4288 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
4290         * Makefile.in: Added extra dependencies in the recompile target
4291         needed to cope with the compile time macro expansions in CC Mode.
4293 2004-02-09  Kim F. Storm  <storm@cua.dk>
4295         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
4296         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
4297         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
4298         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
4299         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
4300         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
4301         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
4302         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
4303         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
4304         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
4305         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
4307 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4309         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
4310         Don't allow shrink if there's a window on our right.
4312         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
4313         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
4314         Bring together declaration and initialization.
4315         (prolog-mode-variables): Don't set the syntax table.
4316         Don't set paragraph-start and comment-indent-function.
4317         Add /*..*/ to the comment regexps.
4318         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
4319         (prolog-mode-map): Don't bind TAB.
4320         (prolog-mode): Set the syntax table.
4321         (prolog-comment-indent): Remove.
4322         (inferior-prolog-mode-map): Initialize in the declaration.
4323         (inferior-prolog-mode-syntax-table)
4324         (inferior-prolog-mode-abbrev-table): New vars.
4325         (inferior-prolog-mode): Derive from comint-mode.
4326         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
4327         minibuffer windows.
4329         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
4330         in file names, as long as it is unabmiguous.
4332 2004-02-08  Andreas Schwab  <schwab@suse.de>
4334         * textmodes/reftex-toc.el
4335         (reftex-toc-load-all-files-for-promotion): Remove useless use of
4336         format.  Doc fix.
4338         * textmodes/refer.el (refer-find-entry-internal): Remove extra
4339         format string arguments.
4341         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
4342         string argument.
4344         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
4346         * play/zone.el (zone-call): Fix format string.
4348         * net/webjump.el (webjump-builtin): Add missing format string argument.
4350         * midnight.el (midnight-delay-set): Remove extra format string argument.
4352         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
4354         * hexl.el (hexl-insert-char): Add missing format string argument.
4356         * format.el (format-decode): Fix format string.
4358         * emulation/vi.el (vi-mode): Remove extra format string argument.
4359         (vi-repeat-last-search): Likewise.
4360         (vi-reverse-last-search): Likewise.
4361         (vi-goto-mark): Likewise.
4362         (vi-reverse-last-find-char): Likewise.
4363         (vi-repeat-last-find-char): Likewise.
4364         (vi-locate-def): Likewise.
4366         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
4368         * ediff-util.el (ediff-toggle-read-only): Remove extra format
4369         string argument.
4370         (ediff-toggle-regexp-match): Likewise.
4372         * dired-aux.el (dired-do-query-replace-regexp): Add missing
4373         format string argument.
4375         * calc/calc-map.el (calc-get-operator): Remove extra format
4376         string argument.
4378         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
4380         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
4381         string argument.
4383         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
4385         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
4387         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
4389         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
4390         (cl-struct-setf-expander): Likewise.
4392         * vc.el (with-vc-file): Fix unsafe uses of error.
4393         (vc-cancel-version): Likewise.
4395 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
4397         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
4398         thousands separator; fixes <class>:<line-number> regexp for
4399         non-english locales.
4401 2004-02-08  Andreas Schwab  <schwab@suse.de>
4403         * view.el (view-mode-enable): Revert previous change.
4405 2004-02-07  Kim F. Storm  <storm@cua.dk>
4407         * simple.el (line-number-at-pos): Rename from line-at-pos.
4408         Uses changed (what-line and vc-annotate-warp-version).
4410 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4412         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
4413         (diff-mode): Remove aborted attempt at support for compile.el.
4414         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
4416 2004-02-06  Andreas Schwab  <schwab@suse.de>
4418         * view.el (view-mode-enable): Add view-mode-map to
4419         minor-mode-overriding-map-alist.
4421 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4423         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
4425 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4427         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
4428         with point inside rather than after the paragraph.
4430 2004-02-04  Sam Steingold  <sds@gnu.org>
4432         * mail/smtpmail.el (smtpmail-try-auth-methods):
4433         Do not try authentication when no mechanism is available.
4434         Pass port-name as defaultport to `netrc-machine'.
4436 2004-02-04  Stephen Eglen  <stephen@gnu.org>
4438         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
4439         to show how minibuffer height can be constrained.
4441 2004-02-04  John Paul Wallington  <jpw@gnu.org>
4443         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
4445 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4447         * x-dnd.el: New file for drag and drop.
4449         * term/x-win.el: require x-dnd, set after-make-frame-functions
4450         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
4451         drag-n-drop event.
4453         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
4454         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
4455         (dired-dnd-handle-file): New functions for drag and drop support.
4456         (dired-mode): Initialize drag and drop if x-dnd present.
4458 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4460         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
4461         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
4462         (cperl-mode): Set fill-paragraph-function.
4463         (cperl-fill-paragraph): Make it non-interactive.
4465 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
4467         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
4469 2004-02-02  David Kastrup  <dak@gnu.org>
4471         * replace.el (perform-replace): Allow 'literal argument in
4472         regexp-flag to indicate literal replacement.
4473         (query-replace-regexp-eval): Use it.
4475 2004-02-01  Andreas Schwab  <schwab@suse.de>
4477         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
4479 2004-02-01  Stephen Eglen  <stephen@gnu.org>
4481         * info-look.el: Add support for maxima-mode.  Update commentary
4482         because info-lookup-symbol is now bound to C-h S.
4484 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
4486         * simple.el (edit-and-eval-command): Bind print-level and
4487         minibuffer-history-sexp-flag around call to read-from-minibuffer.
4488         Correct initial position in command-history.
4490 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
4492         * files.el (read-directory-name): Adapt the docstring to recent
4493         change in Fread_file_name.
4495 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
4497         * ses.el (ses-print-cell): If print format too wide for column
4498         width, truncate decimal places if that helps to avoid "#####" fill.
4499         * ses.el (ses-initial-column-width): Revert previous change.
4501 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4503         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
4504         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
4505         Add edebug info.
4506         (jit-lock-mode): Setup/cancel the new timer.
4507         (jit-lock-context-fontify): New fun.  Extracted from
4508         context fontification code of jit-lock-stealth-fontify.
4509         (jit-lock-stealth-fontify): Don't do context fontification any more.
4511         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
4512         (jit-lock-fontify-now): Handle the `quit' case.
4513         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
4515 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
4517         * progmodes/executable.el (executable-command-find-posix-p):
4518         New.  Check if find handles arguments Posix-style.
4520         * progmodes/grep.el (grep-compute-defaults):
4521         Use executable-command-find-posix-p.
4522         (grep-find): Check `grep-find-command'.
4524         * filecache.el (file-cache-find-posix-p): Delete.
4525         (file-cache-add-directory-using-find):
4526         Use `executable-command-find-posix-p'.
4528 2004-01-29  Dave Love  <fx@gnu.org>
4530         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4531         Iterate the hook function if arg is given.
4532         (mark-defun, narrow-to-defun): Change order of finding the limits.
4534         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
4535         (byte-compile-format-warn): New.
4536         (byte-compile-callargs-warn): Use it.
4537         (Format, message, error): Add byte-compile-format-like property.
4538         (byte-compile-maybe-guarded): New.
4539         (byte-compile-if, byte-compile-cond): Use it.
4540         (byte-compile-lambda): Compile interactive forms,
4541         just to make warnings about them.
4543 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
4545         * ses.el (ses-initial-column-width): Increase to 14, so it will
4546         work well with the default printer of "%.7g" for extreme values
4547         like "-1.234567e+07".
4549 2004-01-29  Kenichi Handa  <handa@m17n.org>
4551         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
4553 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
4555         * dos-w32.el: Added support for the `default-printer-name' function.
4557 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4559         * server.el (server-socket-name): Don't use the hostname in the
4560         socket name since /tmp is local to the host anyway.
4562         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
4563         robust check of widening and fix var-naming.
4565 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
4567         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
4568         or rmail-spam- to rsf- in all function and variable names.
4569         (rsf-min-region-to-spam-list): New variable.
4570         (rsf-bbdb-auto-delete-spam-entries): Rename from
4571         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
4572         scanned together with the recipients field for spam testing; Don't
4573         delete spam message if rmail-delete-after-output is non-nil;
4574         (rsf-check-field): New function, extracted from code in
4575         rmail-spam-filter to ease addition of header fields like
4576         content-type:;
4577         (message-content-type): New variable.  The content-type: field was
4578         added also in defcustom of rsf-definitions-alist;
4579         (rmail-spam-filter): Replace repeated test code for header fields
4580         by calls to check-field; change the call to
4581         rmail-output-to-rmail-file such that rmail-current-message stays
4582         the same to avoid wrong deletion of unseen flags.
4583         (rmail-use-spam-filter): Add autoload cookie.
4585 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
4587         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
4588         (file-cache-add-directory-using-find): Add Cygwin support.
4589         (file-cache-find-command-posix-flag): New user variable.
4591         * filecache.el (file-cache-add-directory): Check for
4592         directories an remove them from dir-files.
4594 2004-01-27  Richard M. Stallman  <rms@gnu.org>
4596         * man.el (Man-fontify-manpage): Clean up message.
4598 2004-01-27  Kenichi Handa  <handa@m17n.org>
4600         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
4601         (sentence-end): Define using sentence-end-without-space.
4603         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
4604         a sentence ends with one of a character in sentence-end-without-space.
4606 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4608         * font-lock.el (font-lock): Add jit-lock as explicit group member.
4609         (jit-lock): Group declaration moved to jit-lock.el.
4610         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
4611         when necessary.
4613         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
4614         (jit-lock-context-unfontify-pos): Rename from
4615         jit-lock-first-unfontify-pos.
4616         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
4618 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
4620         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
4621         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
4622         (fortran-fill): When filling a string, adjust re-search-backward
4623         argument for special case of string just on fill-column.
4624         When filling non-string, allow one extra char if
4625         fortran-break-before-delimiters is non-nil.
4626         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
4627         Use fortran-break-delimiters-re and fortran-no-break-re to
4628         correctly handle cases such as "**".
4630         * progmodes/f90.el (f90-break-delimiters): Doc fix.
4631         (f90-no-break-re): Add some extra tokens.  Doc fix.
4633 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
4635         * mail/rmail-spam-filter.el:
4636         Use two semicolons as Commentary line prefix.
4637         Add ";;; Code:" stylized comment.
4638         Delete end-of-line whitespace.
4639         Wrap (require 'cl) with `eval-when-compile'.
4641 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
4643         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
4644         at the top level of vc.el.
4646 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
4648         * vc.el (vc-current-line): Function removed.  This is now done by
4649         the new function line-at-pos in simple.el.
4650         (vc-annotate-warp-version): Use line-at-pos instead of
4651         vc-current-line.
4653 2004-01-22  Kim F. Storm  <storm@cua.dk>
4655         * simple.el (line-at-pos): New defun.
4656         (what-line): Use it.  Optimize by only counting lines in narrowed
4657         region once.
4659 2004-01-22  Kenichi Handa  <handa@m17n.org>
4661         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
4662         point (register r1) only for charset mule-unicode-0100-24ff.
4664 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4666         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
4667         trailing white space and ensure a final newline.
4669         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
4670         Add autoload cookie.
4672 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
4674         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
4675         activate view-mode explicitly.
4677 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4679         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
4680         use clipboard first.
4682 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4684         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
4685         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
4686         (vc-mcvs-cvs): Remove.
4687         (vc-mcvs-command): Remove use of assert.
4689         * outline.el (outline-insert-heading): Tighten up match.
4690         (outline-demote, outline-move-subtree-down): Don't assume anything
4691         about outline-regexp.
4693         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
4694         (texinfo-show-structure): Explicitly add ^, and simplify.
4696 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
4698         * calendar/appt.el (appt-check): Restore usage of
4699         appt-issue-message deleted in previous change.
4700         (top-level): Activate package when loaded (needed for backwards
4701         compatibility).
4703 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
4705         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
4706         following previous change to smtpmail-send-data.
4708 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
4710         * vc.el (vc-default-previous-version): Doc enhancement.
4711         (vc-default-next-version): New function.
4712         (vc-print-log): New arg FOCUS-REV.
4713         (vc-annotate-mode): Derive from view-mode.
4714         (vc-annotate): New args REVISION, DISPLAY-MODE.
4715         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
4716         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
4717         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
4718         (vc-annotate-show-diff-revision-at-line, vc-current-line)
4719         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
4721         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
4723 2004-01-19  Karl Berry  <karl@gnu.org>
4725         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
4726         or "TexInfo".
4728 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
4730         * subr.el (delete-dups): New function.
4732 2004-01-19  Karl Berry  <karl@gnu.org>
4734         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
4735         with ^, since that's what texinfo-show-structure
4736         documentation says (plus it works much better in texinfo.txi).
4738 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
4740         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
4742 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
4744         * progmodes/which-func.el (which-function-mode): Don't cancel
4745         which-func-update-timer if not set.
4747 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
4749         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
4750         Remove spurious left square bracket in XX:XXam regexp.
4752 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
4754         * progmodes/cc-defs.el: Do not require cl at run time.
4756 2004-01-16  Richard M. Stallman  <rms@gnu.org>
4758         * emacs-lisp/cl.el (cl-cannot-unload): New function.
4759         (cl-unload-hook): Defvar this to run cl-cannot-unload.
4761         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
4762         Call rmail-spam-filter.  Delete and expunge spam.
4763         Print number of spam messages deleted.
4764         Save and restore the deletion status of old messages when reading
4765         new mail with spam filter, so that expunging spam does not expunge
4766         msgs deleted by the user.
4767         (rmail-only-expunge): Add an optional argument dont-show to
4768         prevent showing message after expunge.
4770 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
4772         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
4773         * subr.el (declare): New macro.
4775 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
4777         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
4779 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4781         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4782         Test window-system rather than system-type (for X11/Mac).
4784 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
4786         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
4788 2004-01-12  Richard M. Stallman  <rms@gnu.org>
4790         * mail/rmail.el (rmail-convert-to-babyl-format):
4791         Use mail-unquote-printable-region.
4792         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
4793         (rmail-hex-char-to-integer): Functions deleted.
4795         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
4796         (mail-unquote-printable-region): New arg NOERROR.
4797         For invalid encoding, either signal an error to just return nil.
4799 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4801         * calendar/appt.el: Update copyright and commentary.
4802         (appt-issue-message): Make obsolete.
4803         (appt-visible, appt-msg-window): Make obsolete, in favour of
4804         appt-display-format.
4805         (appt-display-mode-line, appt-display-duration)
4806         (appt-display-diary, appt-time-msg-list, appt-mode-string)
4807         (appt-prev-comp-time, appt-display-count, appt-timer)
4808         (appt-convert-time): Doc change.
4809         (appt-disp-window-function, appt-delete-window-function):
4810         Use defcustom rather than defvar.
4811         (appt-display-format): New variable.
4812         (appt-display-message): New function with display code from appt-check.
4813         (appt-check): Add optional FORCE argument.  Doc change.
4814         Add appt-make-list to diary-hook if displaying diary.
4815         Remove checking of view-diary-entries-initially.
4816         Message display section removed to new function appt-display-message.
4817         (appt-display-window): Doc change.  Remove unused internal var
4818         this-buffer.  Do not beep, since appt-display-message does that.
4819         (appt-make-list): Doc change.  Use caar.
4820         (appt-sort-list): Simplify by using builtin sort function.
4821         (appt-update-list): New function for updating appts when diary is
4822         saved.
4823         (appt-activate): New autoloaded function to toggle package
4824         functionality.
4826         * calendar/cal-x.el: (calendar-one-frame-setup)
4827         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
4829         * calendar/calendar.el: Update copyright.
4830         (view-diary-entries-initially, european-calendar-style): Doc change.
4831         (calendar-setup): Make defcustom rather than defvar.
4832         (mark-visible-calendar-date): Initialize temp-face and faceinfo
4833         in let binding so local to function.
4835         * calendar/diary-lib.el: Update copyright.
4836         (diary, diary-entry-time): Doc change.
4837         (list-diary-entries): Doc change.  Trivial logic change.
4838         (fancy-diary-display): Restore make-face command mistakenly
4839         deleted 2003-05-08.
4840         (show-all-diary-entries): Allow to pop-up frame if needed.
4842 2004-01-09  John Paul Wallington  <jpw@gnu.org>
4844         * bindings.el (mode-line-change-eol): Add EVENT parameter.
4845         Temporarily select EVENT's window for changing eol type.
4847 2004-01-09  Deepak Goel  <deego@gnufans.org>
4849         * calendar/diary-lib.el (diary-entry-time):
4850         Also accept time in the form XX[.XX][am/pm/AM/PM].
4851         (fancy-diary-font-lock-keywords): Likewise.
4852         (diary-font-lock-keywords): Likewise.
4853         * calendar/appt.el (appt-add): Likewise.
4854         (appt-make-list): Likewise.
4855         (appt-convert-time): Likewise.
4857 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
4859         * gdb-ui.el (gdb-ann3): Revert previous change.
4860         (gdb-source-info): Allow for case of where compilation directory
4861         is not recorded.
4863 2004-01-08  John Paul Wallington  <jpw@gnu.org>
4865         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
4867 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
4869         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
4871         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
4872         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
4873         problems.
4874         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
4876 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4878         * files.el (write-file-functions, write-contents-functions):
4879         Clarify docstrings.
4881 2004-01-07  Kenichi Handa  <handa@m17n.org>
4883         * international/mule.el (set-auto-coding): Fix for the case that
4884         end-of-line is only CR.
4886 2004-01-07  Kim F. Storm  <storm@cua.dk>
4888         * subr.el (event-start, event-end): Doc fix.
4889         (posn-string, posn-image): New defuns.
4890         (posn-object): Return either image or string object.
4891         (posn-object-x-y): Return 8th element of position.
4892         (posn-object-width-height): New defun.
4894 2004-01-06  Andreas Schwab  <schwab@suse.de>
4896         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
4897         output.
4899 2004-01-05  Karl Berry  <karl@gnu.org>
4901         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
4902         / and *, too.
4904 2003-12-31  Simon Josefsson  <jas@extundo.com>
4906         * files.el (before-save-hook): Add.
4907         (basic-save-buffer): Use before-save-hook.
4909         * emacs-lisp/copyright.el: Fix comment to recommend
4910         before-save-hook instead of write-file-functions.
4912 2004-01-05  Richard M. Stallman  <rms@gnu.org>
4914         * finder.el (finder-commentary): Call delete-other-windows.
4916         * net/ange-ftp.el (ange-ftp-file-attributes):
4917         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
4919 2004-01-04  Karl Berry  <karl@gnu.org>
4921         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
4922         comment characters % and # in the copyright year notice,
4923         as well as ;.
4925 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4927         * wid-edit.el (default): Define dummy :value-delete.
4928         Reported by Jesper Harder <harder@ifa.au.dk>.
4930 2004-01-03  Richard M. Stallman  <rms@gnu.org>
4932         * progmodes/compile.el (compile-internal): Use point, not point-min,
4933         for set-window-point.
4935         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
4937         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
4939         * progmodes/grep.el (grep-mode-map):
4940         Don't remap next-line, previous-line.
4942 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
4944         * speedbar.el (speedbar-edit-line): Change regexp to position
4945         the cursor on the first character of this line's button.
4947 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
4949         * subr.el (functionp): Doc fix.
4951 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4953         * progmodes/idlwave.el (idlwave-make-tags):
4954         * textmodes/flyspell.el (flyspell-large-region):.
4955         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
4956         * emulation/viper-util.el (viper-glob-unix-files):
4957         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
4958         * man.el (Man-init-defvars):
4959         * jka-compr.el (jka-compr-call-process):
4960         * files.el (get-free-disk-space,insert-directory):
4961         * ediff-ptch.el (ediff-test-patch-utility):
4962         * ediff-diff.el (ediff-test-utility):
4963         * dired-aux.el (dired-check-process):
4964         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
4965         test the return value of call-process, because it can be a string.
4967 2003-12-31  John Paul Wallington  <jpw@gnu.org>
4969         * bindings.el (completion-ignored-extensions): Add .pfsl.
4971 2003-12-31  Kim F. Storm  <storm@cua.dk>
4973         * ido.el (ido-nonreadable-directory-p): New defun to check for
4974         nonreadable directory without activating tramp (to avoid problems
4975         with checking incomplete tramp paths).
4976         (ido-set-current-directory, ido-file-internal)
4977         (ido-file-name-all-completions1): Use it.
4979 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
4981         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
4982         documentation if the anchor (or node) name is preceded by `info
4983         anchor' or `Info anchor' in addition to earlier `info node' and
4984         `Info node'.
4985         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
4987 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
4989         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
4990         error in arguments to base64-decode-region.  Remove ^M characters
4991         after decoding base64.
4993 2003-12-30  Simon Josefsson  <jas@extundo.com>
4995         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
4996         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
4997         have only been distributed with Emacs for some years.
4998         (texinfo-mode-hook): Customize.
5000 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5002         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5003         cleaner (suggested by Richard Stallman).
5005         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5006         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5007         file-name clashes on 8+3 DOS filesystems.
5009         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5010         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5011         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5012         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5013         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5014         file-name clashes on 8+3 filesystems.
5016         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5017         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5018         file-name clashes on 8+3 DOS filesystems.
5020 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5022         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5023         Upcase the character.
5025         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5026         Search for header separator alone on a line, literally,
5027         and search for it backward, not forward.
5028         (flyspell-abbrev-table): Always use global-abbrev-table
5029         if there is no local one.
5031         * progmodes/sh-script.el (sh-get-indent-info):
5032         Don't move point back if at bob.
5034         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
5036         * play/handwrite.el (handwrite): Make the handwrite credit message
5037         a comment rather than an output command.
5039         * obsolete/sc.el: Display message that this file is obsolete.
5041         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
5043         * mail/rfc822.el (rfc822-address-start): Declare variable.
5044         Renamed from address-start.  All uses changed.
5046         * term.el (term-exec): Set up sentinel.
5047         (term-sentinel): New function.
5048         (term-handle-exit): New function.
5050         * subr.el (assoc-ignore-case, assoc-ignore-representation):
5051         Use assoc-string, and mark them obsolete.
5052         (delay-mode-hooks): Mark as permanent local.
5054         * simple.el (sendmail-user-agent-compose): Use assoc-string.
5056         * register.el (copy-rectangle-to-register): Doc fix.
5058         * info.el (Info-insert-dir): Use assoc-string.
5060         * info-look.el (info-lookup): Use assoc-string.
5062         * frame.el (pop-up-frame-function): Use quote, not `function'.
5063         (frame-notice-user-settings): Calculate ADJUSTED-TOP
5064         copying with lists as coordinate values.
5066         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
5068         * find-dired.el (kill-find): New command.
5069         (find-dired): Make buffer read-only.
5070         Set up a keymap with C-c C-k running kill-find.
5071         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
5073         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
5075         * filecache.el (file-cache-ignore-case): New variable.
5076         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
5078         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
5079         (comint-dynamic-complete-as-filename): Rename local vars.
5080         (comint-dynamic-list-filename-completions): Likewise.
5082         * comint.el (comint-dynamic-list-completions-config): New var.
5083         (comint-dynamic-list-completions): Handle both SPC and TAB right.
5085         * comint.el (comint-file-name-chars): Add [].
5086         (comint-word): Use skip-chars-backward, not search.
5088         * shell.el (shell-file-name-chars): Add [].
5090         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
5092         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
5094         * generic.el (define-generic-mode): Doc fix.
5096 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5098         * files.el (kill-some-buffers): Doc fix.
5100 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
5102         * comint.el (comint-watch-for-password-prompt): Pass `string' as
5103         arg to send-invisible
5104         (send-invisible): Doc fix.  The argument is now a prompt, not the
5105         string to send.
5106         (comint-read-noecho): Doc fix.
5108 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
5110         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
5111         "@", as required by some ISP hosting service.  Fix defcustom
5112         argument syntax errors that prevented use of customization.
5114 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5116         * xml.el (xml-get-attribute-or-nil): Doc fix.
5118 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
5120         * net/zone-mode.el (zone-mode): Use write-file-functions, not
5121         write-file-hooks.
5123 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5125         * autorevert.el (auto-revert-interval): Doc fix.
5127 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
5129         * xml.el (xml-get-attribute-or-nil): New function, like
5130         xml-get-attribute, but returns nil if the attribute was not found.
5131         (xml-get-attribute): Convert to defsubst, uses
5132         xml-get-attribute-or-nil.
5134 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5136         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
5138 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
5140         * custom.el (custom-declare-theme): Use `value' when putting
5141         properties on `theme'.
5143 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5145         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
5146         for each yank-handler segment.
5147         (insert-for-yank-1): New function, with the body of the previous
5148         insert-for-yank.
5150         * textmodes/table.el (table-yank-handler): New defcustom.
5151         (table--put-cell-indicator-property): Put yank-handler property
5152         that indicates the yank handler for the table cell.
5154 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5156         * generic-x.el (etc-modules-conf-generic-mode): A more complete
5157         set of keywords.
5159 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5161         * international/mule-cmds.el (reset-language-environment)
5162         (set-language-environment): Don't invoke fontset-related functions
5163         if fontset-list is not fboundp.
5165 2003-12-29  Kenichi Handa  <handa@m17n.org>
5167         * international/mule-cmds.el (reset-language-environment):
5168         Call set-overriding-fontspec-internal with nil.
5169         (set-language-environment): Call set-overriding-fontspec-internal
5170         if the language environment specify `overriding-fontspec'.
5171         (language-info-alist): Doc added.
5173         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
5174         characters of mule-unicode-0100-24ff.
5175         (ccl-encode-windows-1251-font): New CCL program.
5176         ("Bulgarian"): Specify overriding-fontspec.
5177         ("Belarusian"): Likewise.
5179 2003-12-28  Sam Steingold  <sds@gnu.org>
5181         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
5182         parameter ID-FORMAT to conform with the 2003-11-30 patch.
5184 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
5186         * progmodes/gud.el (gud-gdb-command-name): Set default to
5187         "gdb --annotate=3".
5188         (gud-gdb-marker-filter): Look out for annotations.
5189         (gdb-first-pre-prompt): New variable.
5190         Remove trailing white space.
5192         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
5193         if necessary.
5194         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
5195         annotations are detected.
5196         (gud-gdba-marker-filter): Use global variable gud-marker-acc
5197         instead of a local one to allow transition from
5198         gud-gdb-marker-filter.
5199         Remove trailing white space.
5201 2003-12-27  Kim F. Storm  <storm@cua.dk>
5203         * ido.el: Handle non-readable directories.
5204         (ido-decorations): Add 9th element for non-readable directory.
5205         (ido-directory-nonreadable): New dynamic var.
5206         (ido-set-current-directory): Set it.
5207         (ido-read-buffer, ido-file-internal):
5208         (ido-read-file-name, ido-read-directory-name): Let-bind it.
5209         (ido-file-name-all-completions1): Return empty list for
5210         non-readable directory.
5211         (ido-exhibit): Print [Not readable] if directory is not readable.
5212         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
5213         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
5214         Use it.
5216 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
5218         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
5219         calls to directory-files-and-attributes and file-attributes.
5220         (ls-lisp-format): Remove system dependent handling of user and
5221         group id's.
5223 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
5225         * ffap.el (ffap-read-file-or-url): Revert previous change.
5227 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
5229         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
5230         new list of included files called `files-with-node-lines', that
5231         only have node lines.  This way @include commands can include any
5232         file, such as version and update files without node lines, not
5233         just files that are chapters.
5235 2003-12-25  Andreas Schwab  <schwab@suse.de>
5237         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
5238         file not found.
5240 2003-12-08  Miles Bader  <miles@gnu.org>
5242         * dired.el (dired-between-files): Always use dired-move-to-filename,
5243         which is more robust in non-english locales.
5245 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5247         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
5249 2003-12-24  Andreas Schwab  <schwab@suse.de>
5251         * shell.el (shell-file-name-quote-list): Add backslash.
5253         * comint.el (comint-quote-filename): Correctly handle backslash
5254         in comint-file-name-quote-list.
5256 2003-12-24  Kenichi Handa  <handa@m17n.org>
5258         * international/mule-cmds.el (set-default-coding-systems):
5259         Call ucs-set-table-for-input for all buffers that don't have local
5260         value of buffer-file-coding-system.
5262         * international/ucs-tables.el (ucs-set-table-for-input):
5263         If translation-table-for-encode is a symbol, get its
5264         translation-table property.
5266 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
5268         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
5269         to `completing-read' on a recently fixed bug.
5271         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
5272         instead of SPACE, to get the list of possible fringe modes.
5273         SPACE only works if both `partial-completion-mode' and
5274         `completion-auto-help' are nil.
5276         * complete.el (PC-is-complete-p): Delete.
5277         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
5278         calls to `test-completion'.
5280 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
5282         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
5283         to edit values when there are no children.
5285         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
5286         a mode called "Assembler" already exists.
5287         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
5288         (gud-watch): Use format option.  Remove font properties from string.
5289         (gdb-var-create-handler, gdb-var-list-children-handler):
5290         Don't bother about properties as there are none.
5291         (gdb-var-create-handler, gdb-var-list-children-handler)
5292         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
5293         with two arguments.
5294         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
5295         Let speedbar show value changes with a different font.
5296         (gdb-edit-value): New defun.
5297         (gdb-clear-partial-output, gdb-clear-inferior-io)
5298         (def-gdb-auto-update-handler): Use erase-buffer.
5299         (gdb-frame-handler): Display watch expressions in
5300         FUNCTION::VARIABLE format if required.
5302 2003-12-23  John Paul Wallington  <jpw@gnu.org>
5304         * info.el (Info-unescape-quotes, Info-split-parameter-string)
5305         (Info-goto-emacs-command-node): Doc fixes.
5307 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
5309         * cus-edit.el (custom-add-parent-links): Define "many".
5311 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
5313         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
5314         (widget-child-validate, widget-type-value-create)
5315         (widget-type-default-get, widget-type-match): New functions.
5316         (lazy): New widget.
5317         (menu-choice, checklist, radio-button-choice, editable-list)
5318         (group, documentation-string): Remove redundant (per 2003-10-25
5319         change) calls to `widget-children-value-delete'.
5320         (widget-choice-value-get, widget-choice-value-inline): Remove.
5321         (menu-choice): Update widget.
5323 2003-12-03  Kenichi Handa  <handa@m17n.org>
5325         * language/cyrillic.el: Register "microsoft-cp1251" in
5326         ctext-non-standard-encodings-alist.
5327         ("Bulgarian"): Add ctext-non-standard-encodings.
5328         ("Belarusian"): Likewise.
5330         * international/mule-conf.el (compound-text-with-extensions):
5331         Change the type to 2 (iso-2022 base).
5333         * international/mule.el (ctext-non-standard-encodings-alist):
5334         Change the format.
5335         (ctext-non-standard-encodings): New variable.
5336         (ctext-post-read-conversion): Fully re-written.
5337         (ctext-non-standard-designations-alist): Delete it.
5338         (ctext-non-standard-encodings-table): New function.
5339         (ctext-pre-write-conversion): Fully re-written.
5341 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
5343         * cus-edit.el (custom-add-parent-links): Add documentation links
5344         for parent, if the item has none of its own.
5346 2003-11-30  Richard M. Stallman  <rms@gnu.org>
5348         * dired-aux.el (dired-do-query-replace-regexp):
5349         Report files visited read-only.
5351 2003-11-30  Juri Linkov  <juri@jurta.org>
5353         * dired-aux.el (dired-compare-directories): New command.
5354         (dired-file-set-difference, dired-files-attributes): New functions.
5356 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
5357         Version 2.0.38 of Tramp released.
5359         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
5360         Charles Curley <charlescurley@charlescurley.com>.
5361         (tramp-multi-connection-function-alist): Add ssht entry which adds
5362         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
5363         Aichner.
5364         (tramp-get-method-parameter): New function to retrieve a method
5365         parameter.  This allows for omission of method parameters.
5366         Callers adjusted.
5368 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
5370         * net/tramp.el: Add new optional parameter ID-FORMAT to
5371         `file-attributes'.  Calls of `file-attributes' won't use this
5372         parameter for backward compatibility reasons.
5373         (tramp-perl-file-attributes): Add a new parameter to Perl script
5374         in order to handle uid/gid as strings, if desired.
5375         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
5376         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
5377         order to make the function more general.
5378         (tramp-handle-file-attributes): Replace proprietary optional
5379         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
5380         (tramp-handle-file-attributes-with-perl): Handle parameter
5381         NONNUMERIC if set.  This wasn't done in the past.
5382         (tramp-post-connection): Apply second parameter "$2" if
5383         `tramp-remote-perl' is called.
5385         * net/tramp-smb.el (tramp-smb-handle-delete-file):
5386         Correct cut'n'waste error (`filename' instead of `directory').
5387         (tramp-smb-handle-directory-files-and-attributes)
5388         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
5389         introduced parameter ID-FORMAT.
5390         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
5391         error (`directory' instead of `ldir').
5393         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
5394         `file-attributes' has a second parameter.  If yes, apply it with
5395         value "'integer".  Otherwise, don't use that parameter (default is
5396         integer format).
5398 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
5400         * help.el (help-map): Bind `display-local-help' to `C-h .'.
5401         (help-for-help): Add `C-h .' to the listed Help options.
5402         Remove trailing whitespace.
5404         * help-at-pt.el: New file.
5406 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
5408         * subr.el (noreturn, 1value): New macros for test coverage.
5409         See `testcover.el'.
5411         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
5413         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
5414         for macro `1value'.
5415         (testcover-1value): New function.  Checks that a 1value form
5416         actually returns only one value.  Requested by RMS.
5418 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
5420         * gdb-ui.el (gud-watch, gdb-var-create-handler)
5421         (gdb-var-list-children, gdb-var-list-children-handler)
5422         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
5423         gdb commands that use mi to keep them out of the command history.
5425 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5427         * cus-start.el (all): Add use-file-dialog.
5429 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5431         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
5433 2003-11-27  Kim F. Storm  <storm@cua.dk>
5435         * subr.el (posn-object-x-y): New defun.
5437 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5439         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
5440         Don't use `space' for \\\n.
5441         Be more selective as to which # are comment-starters.
5443 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
5445         * subr.el (number-sequence): Improve handling of floating point
5446         arguments (suggested by Kim Storm).  Allow negative arguments.
5448 2003-11-26  Kenichi Handa  <handa@m17n.org>
5450         * international/mule-cmds.el (standard-display-european-internal):
5451         Cancel the standard-display-table setting for ` and '.
5453 2003-11-26  Kim F. Storm  <storm@cua.dk>
5455         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
5456         New defcustoms to add ffap-like functionality to ido.
5457         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
5458         (ido-no-final-slash): New defun.
5459         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
5460         (ido-read-file-name): ): Toggle VC checking via
5461         vc-handled-backends instead of vc-master-templates.
5462         (ido-file-internal): Handle ido-use-url-at-point and
5463         ido-use-filename-at-point via code borrowed from ffap-guesser.
5464         Handle new ido-exit code ffap.
5465         (ido-sort-list): Ignore final slash when sorting file names.
5467 2003-11-25  Kim F. Storm  <storm@cua.dk>
5469         * emulation/cua-base.el (cua--standard-movement-commands):
5470         Add forward-sentence and backward-sentence.
5472 2003-11-25  Stephen Eglen  <stephen@gnu.org>
5474         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
5475         iswitchb-exit is set to 'usefirst when user selects buffer at head
5476         of list using RET.  (Selecting buffers at the head of the list was
5477         broken if the substring was also a complete buffername.)
5479 2003-11-23  Kim F. Storm  <storm@cua.dk>
5481         * progmodes/compile.el (grep-command, grep-use-null-device)
5482         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
5483         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
5484         (grep-regexp-alist, grep-program, find-program)
5485         (grep-find-use-xargs, grep-history, grep-find-history)
5486         (grep-process-setup, grep-compute-defaults)
5487         (grep-default-command, grep, grep-tag-default, grep-find)
5488         (grep-expand-command-macros, grep-tree-last-regexp)
5489         (grep-tree-last-files, grep-tree): Move grep variables, functions
5490         and commands to new file grep.el.
5491         (compilation-mode-map): Remove grep commands from Compile sub-menu.
5492         (compilation-process-setup-function): Doc fix.
5493         (compilation-highlight-regexp, compilation-highlight-overlay): New
5494         defvars used for highlighting current compile error in source buffer.
5495         (compile-internal): New optional args HIGHLIGHT-REGEXP and
5496         LOCAL-MAP which overrides compilation-highlight-regexp and
5497         compilation-mode-map for this compilation.
5498         Delay calling compilation-set-window-height until after running
5499         compilation-process-setup-function so it can buffer-local override
5500         compilation-window-height.
5501         Check buffer-local value of compilation-scroll-output.
5502         (compilation-set-window-height): Use buffer-local value of
5503         compilation-window-height.
5504         (compilation-revert-buffer): Don't pass (undefined)
5505         preserve-modes arg to revert-buffer.
5506         (next-error-no-select, previous-error-no-select): New commands.
5507         (compilation-goto-locus): Temporarily highlight current match in
5508         source buffer using compilation-highlight-regexp.
5510         * progmodes/grep.el: New file with grep code from compile.el.
5511         (grep): New defcustom group.
5512         (grep-window-height): New defcustom, like compilation-window-height.
5513         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
5514         (grep-scroll-output): New defcustom, like compilation-scroll-output.
5515         (grep-command, grep-use-null-device, grep-find-command)
5516         (grep-tree-files-aliases, grep-tree-ignore-case)
5517         (grep-tree-ignore-CVS-directories): Move to grep custom group.
5518         (grep-setup-hook): New hook variable.
5519         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
5520         (grep-last-buffer): New defvar, override compilation-last-buffer.
5521         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
5522         Call compile-internal with args highlight-regexp and grep-mode-map.
5524 2003-11-23  Kim F. Storm  <storm@cua.dk>
5526         * subr.el (event-start, event-end): Doc fix.
5527         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
5528         (posn-area, posn-actual-col-row, posn-object): New defuns.
5529         (posn-col-row): Simplify doc.  Rewrite to use cond.
5530         (posn-point): Also return buffer position for events outside text
5531         area (that info is now present in the event position).
5533         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
5534         mouse-set-point so that hscroll still works now that clicks on
5535         fringes generate specific mouse events.
5536         (mouse-set-point): Note that it now works in fringes and margins
5537         too due to new semantics of posn-point in fringes and margins.
5539         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
5540         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
5542 2003-11-20  Kim F. Storm  <storm@cua.dk>
5544         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
5545         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
5546         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
5547         to 100 for icons to avoid increasing line height when shown.
5549 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5551         * newcomment.el (comment-normalize-vars): Initialize properly if
5552         comment-start was nil.
5554 2003-11-19  Andreas Schwab  <schwab@suse.de>
5556         * simple.el (set-variable): Fix indentation.
5558 2003-11-17  Kenichi Handa  <handa@m17n.org>
5560         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
5561         Fix docstring.
5563 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5565         * international/latin1-disp.el (latin1-display): Fix docstring.
5567 2003-11-16  John Wiegley  <johnw@newartisans.com>
5569         * eshell/em-ls.el (eshell-ls-file): There are times with
5570         size-width is nil and uncomputed (when directories are created in
5571         dired, for example); in this case, 4 is reasonable default value,
5572         although it may caused skewed new entries (which could be avoided
5573         by returning the original value of 8 in all cases, but 99% of the
5574         time this is a waste of whitespace).
5576 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
5578         * cc-engine.el (c-guess-continued-construct)
5579         (c-guess-basic-syntax): Check a little more carefully if it's a
5580         function declaration when an unknown construct followed by a block
5581         is found inside a statement context.  This avoids macros followed
5582         by blocks to be taken as function declarations.
5584         (c-guess-continued-construct): Change the analysis of a statement
5585         continuation with a brace open to `substatement-block', for
5586         consistency with recognized statements.
5588         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
5589         start is in a position so that `c-beginning-of-statement-1' jumped
5590         to the beginning of the same statement.
5592         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
5593         Don't accept binary operators in the arglist if we're in a function
5594         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
5595         template recognition in cases like "if (a < b || c > d)".
5597         (c-restricted-<>-arglists): New more appropriate name for
5598         `c-disallow-comma-in-<>-arglists'.
5600         Accessing functions updated for the variable name change.
5602         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
5603         match data could get clobbered if NOT-INSIDE-TOKEN is used.
5605         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
5606         labels.
5608         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
5609         instead of duplicating parts of it.  This fixes bogus label
5610         recognition.
5612         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
5613         of checking the context in which to apply the minimum indentation,
5614         so that it isn't enforced in e.g. namespace blocks.
5616         * cc-vars.el (c-inside-block-syms): New constant used by
5617         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
5618         to somewhat reduce the risk of becoming stale.
5620         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
5621         cc-cmds to cc-engine to allow use from cc-align.
5623         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
5624         qualified identifiers containing "::".
5626         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
5627         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
5629         * cc-vars.el (c-emacs-features): Use a space in front of the name
5630         of the temporary buffer.  That also avoids dumping problems in
5631         XEmacs due to undo info being left around after the buffer is killed.
5633         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
5634         arglist to see if it's a K&R style declaration.
5636         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
5637         before returning `knr-argdecl-intro'.
5639 2003-11-16  John Wiegley  <johnw@newartisans.com>
5641         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
5642         field in a long-listing always 8 characters, use `size-width',
5643         which has already been computed.
5645 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
5647         * subr.el (minor-mode-list): Add `hs-minor-mode'.
5649 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
5651         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
5652         Support operation while narrowed, with `diff-restrict-view'.
5654 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
5656         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5657         Take additional optional arg NARROWFUN.  For the generated functions:
5658         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
5659         include frags that arrange to check for and save narrowing state before
5660         the move and then conditionally call NARROWFUN after the move.
5662 2003-11-14  John Wiegley  <johnw@newartisans.com>
5664         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
5665         that was optional, but obviously missing based on surrounding code.
5667         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
5668         string arguments to numbers unless the whole argument was seen as
5669         a number.
5671 2003-11-14  Kenichi Handa  <handa@m17n.org>
5673         * international/mule.el (ctext-non-standard-encodings-alist):
5674         Fix coding systems.
5676 2003-11-10  Kenichi Handa  <handa@m17n.org>
5678         * language/kannada.el ("Kannada"): Add sample-text.
5680         * language/knd-util.el (kannada-compose-region)
5681         (kannada-compose-string, kannada-post-read-conversion):
5682         Add autoload cookie.
5684         * international/quail.el (quail-completion): Change the message
5685         "corresponding translations" to "corresponding characters".
5687 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5689         * descr-text.el (describe-char): Fix typo.
5691 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
5693         These changes are to support Kannada language/script.
5695         * Makefile.in (DONTCOMPILE): Add kannada.el.
5697         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
5699         * loadup.el: Preload kannada.el.
5701         * language/ind-util.el (ucs-kannada-to-is13194-alist)
5702         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
5703         New variables.
5705         * language/kannada.el: New file.
5707         * language/knd-util.el: New file.
5709 2003-11-07  Andreas Schwab  <schwab@suse.de>
5711         * progmodes/autoconf.el (autoconf-font-lock-keywords):
5712         Also highlight AH_*.
5714         * xml.el (xml-parse-dtd): Fix misplaced paren.
5716 2003-11-07  Kenichi Handa  <handa@m17n.org>
5718         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
5720 2003-11-05  Juri Linkov  <juri@jurta.org>
5722         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
5723         (desktop-buffer-file): Use saved buffer-file-coding-system
5724         for file reading.  Set auto-insert to nil to prevent automatic
5725         insertion into restored empty files.
5727 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
5729         * files.el (risky-local-variable-p): Make second argument optional.
5731 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5733         * subr.el (add-hook): Fix last change.
5735 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
5737         * mail/rmail.el (rmail-convert-to-babyl-format):
5738         If base64-decode-region signals an error, catch it and silently
5739         ignore it.
5741 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
5743         * xml.el (xml-parse-region): Allow comments to appear after the
5744         topmost element has closed.
5745         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
5746         (xml-ns-expand-attr): New functions to do namespace handling.
5747         (xml-intern-attrlist): Back-compatible handling of attribute names.
5748         (xml-parse-tag): Move namespace handling to separate functions.
5749         Now produces elements in the form ((:ns . "element") (attr-list)
5750         children) instead of ('ns:element (attr-list) children).
5751         (xml-parse-attlist): Fix attribute parsing.
5752         (xml-parse-dtd): Change parsing so that it produces strings
5753         instead of interned symbols.
5755 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
5757         * dired.el (dired-ls-sorting-switches): Doc fix.
5759 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
5761         * emacs-lisp/rx.el (rx-or): Fix the case of
5762         "(rx (and ?a (or ?b ?c) ?d))".
5764 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
5766         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
5767         (texinfo-format-region): Use it.
5768         (texinfo-format-buffer-1): Ditto.
5770 2003-11-01  Alan Mackenzie  <acm@muc.de>
5772         Changes to allow scrolling whilst in isearch mode:
5773         * isearch.el (isearch-unread-key-sequence): New function,
5774         extracted from isearch-other-meta-char.
5775         (top level): (put 'foo 'isearch-scroll) on all Emacs's
5776         "scrollable" standard functions.
5777         (isearch-allow-scroll): New customizable variable.
5778         (isearch-string-out-of-window, isearch-back-into-window)
5779         (isearch-reread-key-sequence-naturally)
5780         (isearch-lookup-scroll-key): New functions.
5781         (isearch-other-meta-char): Doc string and functionality enhanced.
5782         Now accepts a prefix argument.
5783         (isearch-lazy-highlight-window-end): New variable.
5784         (isearch-lazy-highlight-new-loop): Pay attention to the window's
5785         end (thru isearch-lazy-highlight-window-end), not only its start.
5787         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
5788         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
5789         (universal-argument, universal-argument-more, negative-argument)
5790         (digit-argument, universal-argument-other-key): Minor changes.
5792 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5794         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
5795         recursively if the last message is deleted, thus avoiding an
5796         infinite loop.
5798 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5800         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
5801         (tex-main-file): Don't add .tex if the extension is already present.
5802         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
5804 2003-10-29  Lute Kamstra  <lute@gnu.org>
5806         * progmodes/octave-inf.el (inferior-octave-prompt):
5807         Recognize version number in prompt.
5809 2003-10-28  Dave Love  <fx@gnu.org>
5811         * international/characters.el: Fix some Unicode ranges.
5813 2003-10-28  Kenichi Handa  <handa@m17n.org>
5815         * disp-table.el (standard-display-8bit)
5816         (standard-display-default, standard-display-ascii)
5817         (standard-display-g1, standard-display-graphic)
5818         (standard-display-underline): Assure that standard-display-table
5819         is a display table.
5821 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5823         * simple.el (reindent-then-newline-and-indent): Delete space *after*
5824         reindenting the first line.
5826 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
5828         * wid-edit.el (widget-default-delete): Always delete child widgets.
5830 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5832         * newcomment.el (comment-indent): Don't call indent-according-to-mode
5833         if the line has code.
5834         Don't try to line up with something that's too far left.
5836         * progmodes/octave-mod.el (octave-comment-start): Simplify.
5837         (octave-mode-syntax-table): Add % as a comment starter.
5838         (octave-point): Remove.
5839         (octave-in-comment-p, octave-in-string-p)
5840         (octave-not-in-string-or-comment-p, calculate-octave-indent)
5841         (octave-blink-matching-block-open, octave-auto-fill):
5842         Use line-(beginning|end)-position instead.
5844 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5846         * emacs-lisp/authors.el (authors-aliases): Add correct realname
5847         for Francesco Potort\e,Al\e(B.
5849 2003-10-23  Dave Love  <fx@gnu.org>
5851         * international/mule-cmds.el (locale-charset-to-coding-system):
5852         Don't rely on nil being a coding system.
5854         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
5855         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
5856         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
5858 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
5860         * gdb-ui.el (gdb-current-language): New variable.
5861         (gdb-update-flag): Remove variable.
5862         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
5863         (gdb-take-last-elt): Remove function.
5864         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
5865         (gdb-post-prompt): Check for variable object changes here.
5867         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
5868         object changes in gdb-ui.el.
5870 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5872         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
5874         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
5875         Don't check for foo*/ wildcard form here.
5876         (insert-directory): Recognize foo*/ as a wildcard.
5877         Separate wildcard-regexp variable from the arg, wildcard.
5879         * subr.el (add-hook): Correctly detect when make-local-hook was used.
5880         (remove-hook): Correctly handle strange cases about local hooks.
5882 2003-10-21  David Ponce  <david@dponce.com>
5884         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
5885         argument REAL, to return a real number instead of a rounded
5886         integer value.  Define as inline function.
5887         (ruler-mode-right-fringe-cols): Likewise.
5888         (ruler-mode-scroll-bar-cols): New function.
5889         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
5890         (ruler-mode-right-scroll-bar-cols): Likewise.
5891         (ruler-mode-space): New function.
5892         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
5893         scroll bar mode and margins in a more robust way.
5895 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
5897         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
5898         (antlr-c-init-language-vars): New function.
5899         (antlr-mode): Use it with cc-mode before v5.29.
5900         (antlr-c-common-init): Don't set some local vars here.
5901         (antlr-mode): Set them here.
5902         (antlr-c-forward-sws): New function alias.
5903         (antlr-mode): Redefine with cc-mode before v5.30.
5904         (antlr-skip-sexps): Use it.
5905         (antlr-skip-exception-part): Ditto.
5906         (antlr-skip-file-prelude): Ditto.
5907         (antlr-outside-rule-p): Ditto.
5908         (antlr-end-of-body): Ditto.
5909         (antlr-option-kind): Ditto.
5910         (antlr-insert-option-area): Ditto.
5911         (antlr-file-dependencies): Ditto.
5913 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5915         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
5916         Move backward only if point was not inside an entry.
5918 2003-10-21  Richard M. Stallman  <rms@gnu.org>
5920         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
5922 2003-10-21  Juri Linkov  <juri@jurta.org>
5924         * compare-w.el: Automatically skip non-matching text to resync.
5925         (compare-windows-whitespace): Doc fix.
5926         (compare-windows-sync, compare-windows-sync-string-size)
5927         (compare-windows-recenter, compare-ignore-whitespace)
5928         (compare-windows-highlight, compare-windows-face): New variables.
5929         (compare-windows): Use compare-windows-sync.
5930         (compare-windows-highlight, compare-windows-dehighlight)
5931         (compare-windows-sync-regexp)
5932         (compare-windows-sync-default-function): New functions.
5934 2003-10-21  Juri Linkov  <juri@jurta.org>
5936         * diff.el (diff-parse-differences): Don't visit the files now;
5937         instead, just record the error locus.
5939 2003-10-21  Dave Love  <fx@gnu.org>
5941         * progmodes/cfengine.el: New file.
5943 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5945         * complete.el (PC-do-completion): Do not forget to use `pred' as the
5946         default-directory when completing file names.
5948 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
5950         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
5951         followed by the word `face', it gets treated as a face, even if
5952         it is also defined as a variable or a function.
5954 2003-10-20  Dave Love  <fx@gnu.org>
5956         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5957         Avoid incf in macro expansion.
5959 2003-10-20  John Paul Wallington  <jpw@gnu.org>
5961         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
5962         `evenp' so we don't implicitly require cl library at runtime.
5964 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
5966         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
5967         (help-make-xrefs): Only make cross-references for faces if
5968         preceded or followed by the word `face'.  Do not make a
5969         cross-reference for variables without variable documentation,
5970         unless preceded by the word `variable' or `option'.  Update doc
5971         string accordingly.
5973 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
5975         * progmodes/hideshow.el: Rewrite one-armed `if'
5976         constructs using either `when' or `unless'.
5977         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
5979 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
5981         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
5982         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
5983         instead of 12x12.
5985 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
5987         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
5988         message while converting to Babyl.
5990 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
5992         * allout.el (allout-mode): Doc fix.
5994 2003-10-16  Lute Kamstra  <lute@gnu.org>
5996         * subr.el (force-mode-line-update): Fix docstring.
5998 2003-10-14  Dave Love  <fx@gnu.org>
6000         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6001         (default-input-method): Add :link, improve :type.
6002         (locale-charset-language-names): Fix utf-8 pattern.
6003         (locale-charset-match-p, locale-charset-alist)
6004         (locale-charset-to-coding-system): New.
6005         (set-locale-environment): Deal with codeset part of locale specs.
6007 2003-10-14  Lute Kamstra  <lute@gnu.org>
6009         * fringe.el (fringe-mode): Use active voice in docstring.
6010         (set-fringe-style): Ditto.
6012 2003-10-13  Lute Kamstra  <lute@gnu.org>
6014         * fringe.el (fringe-mode): Fix docstring.
6015         (set-fringe-style): Ditto.
6017 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6019         * ediff-mult.el (ediff-filegroup-action):
6020         Use ediff-default-filtering-regexp.
6022         * ediff-util.el (ediff-recenter): Don't call
6023         ediff-restore-highlighting twice.
6024         (ediff-select-difference): Set current difference.
6025         (ediff-unselect-and-select-difference): Add comment.
6027         * ediff.el (ediff-directories,ediff-directory-revisions)
6028         (ediff-directories3,ediff-merge-directories)
6029         (ediff-merge-directories-with-ancestor)
6030         (ediff-merge-directory-revisions)
6031         (ediff-merge-directory-revisions-with-ancestor):
6032         Use ediff-default-filtering-regexp.
6034 2003-10-12  Andreas Schwab  <schwab@suse.de>
6036         * international/mule-cmds.el (locale-charset-language-names):
6037         Simplify regex by removing unused grouping.
6039 2003-10-10  Dave Love  <fx@gnu.org>
6041         * bindings.el: Don't bind stop.
6043 2003-10-08  Miles Bader  <miles@gnu.org>
6045         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
6046         face instead of attempting to emulate it.
6048 2003-10-07  Kenichi Handa  <handa@m17n.org>
6050         * international/mule-diag.el (list-coding-systems-1): List coding
6051         systems that are loaded automatically.
6053         * international/code-pages.el (iso-8859-11): Add autoload cookie.
6055         * international/mule.el (autoload-coding-system): New function.
6057 2003-10-07  Andreas Schwab  <schwab@suse.de>
6059         * log-edit.el (log-edit-changelog-entries): Prefer local value of
6060         change-log-default-name in the buffer visiting the file.
6062 2003-10-06  Dave Love  <fx@gnu.org>
6064         * files.el (find-file-hook): Customize.
6065         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
6067         * bindings.el (completion-ignored-extensions): Remove .log.
6068         (global-map): Add again, open, stop keys.
6070 2003-10-05  Richard M. Stallman  <rms@gnu.org>
6072         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
6073         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
6074         Use sh-modify directly.
6075         (sh-select): Use sh-append, not eval.
6077         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
6079         * info.el (Info-following-node-name): New function.
6081         * loadhist.el (unload-feature-special-hooks):
6082         Rename from loadhist-hook-functions.
6083         (loadhist-hook-functions): Now an alias.
6085 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
6087         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
6088         file-name clashes on 8+3 filesystems.
6090         * Makefile.in (DONTCOMPILE, bootstrap-clean):
6091         Rename loaddefs-boot.el to ldefs-boot.el
6093         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
6094         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
6096 2003-10-03  Lute Kamstra  <lute@gnu.org>
6098         * info.el (Info-mode): Revert previous change.
6099         (Info-escape-percent): New function.
6100         (Info-fontify-node): Use it.
6102 2003-10-02  Andreas Schwab  <schwab@suse.de>
6104         * loaddefs-boot.el: Regenerated.
6106 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
6108         * ffap.el: Remove defadvice related code from CVS since `complete'
6109         provides a `PC-completion-as-file-name-predicate' variable that
6110         ffap can override.
6112 2003-10-02  Kenichi Handa  <handa@m17n.org>
6114         * international/utf-8.el (ccl-decode-mule-utf-8):
6115         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
6117         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
6118         * international/subst-big5.el: Likewise.
6119         * international/subst-gb2312.el: Likewise.
6120         * international/subst-ksc.el: Likewise.
6122 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
6124         * calendar/calendar.el (increment-calendar-month)
6125         (calendar-leap-year-p, calendar-absolute-from-gregorian)
6126         (generate-calendar, calendar-read-date, calendar-interval)
6127         (calendar-day-of-week): Handle years BC.
6128         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
6130 2003-10-01  Dave Love  <fx@gnu.org>
6132         * language/cyrillic.el (cp1251): Alias for windows-1251.
6134         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
6135         bootstrap.
6137 2003-10-01  Lute Kamstra  <lute@gnu.org>
6139         * files.el: Fix typo.
6140         * imenu.el (imenu--generic-function): Docstring fix.
6142 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6144         * dired.el (dired-mode): Handle dired-directory as a list.
6146 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
6148         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
6150         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
6152         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
6153         Replace gud-display with gud-watch.
6154         (gud-speedbar-buttons): Add stuff for watching expressions
6155         in the speedbar when using M-x gdba.  Use dolist on old part
6156         of this function.
6158         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
6159         (gdb-update-flag): New variables.
6160         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
6161         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
6162         (gud-watch, gdb-var-create-handler) : New functions.
6163         (gdb-var-list-children, gdb-var-list-children-handler)
6164         (gdb-var-create-regexp, gdb-var-update-regexp)
6165         (gdb-var-list-children-regexp): New constants.
6166         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
6167         (gdb-annotation-rules): Reduce annotation set (level 3).
6168         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
6169         (gdb-post-prompt): Don't update GDB buffers every time speedbar
6170         updates.
6171         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
6172         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
6173         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
6174         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
6175         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
6176         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
6177         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
6178         (gud-display, gud-display1)
6179         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
6180         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
6181         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
6182         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
6183         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
6184         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
6185         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
6186         (gdb-display-display-buffer, gdb-toggle-display)
6187         (gdb-delete-display, gdb-expressions-popup-menu)
6188         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
6189         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
6190         to display buffer.
6192 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6194         * progmodes/ada-mode.el (ada-mode): Don't use advice.
6195         Instead, set which-func-functions.
6197         * progmodes/which-func.el (which-func-modes): Add ada-mode.
6198         (which-func-functions): New variable.
6199         (which-function): Use that.
6201         * info.el (Info-mode): Double each `%' in header line.
6203         * emacs-lisp/lisp-mnt.el (lm-with-file):
6204         When FILE is nil, run BODY in current buffer.
6206         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
6208         * help.el (describe-mode): Start with a brief list of minor modes.
6209         Find them thru minor-mode-list so as to find them all.
6210         Show them in alphabetical order.
6212         * mail/sendmail.el (mail-aliases): Doc fix.
6214         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
6216 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6218         * mail/rmailsum.el (rmail-make-summary-line-1):
6219         Change comma after last label to a space.
6220         (rmail-summary-font-lock-keywords): Adapt to that change.
6222 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
6224         * progmodes/scheme.el (scheme-mode-variables): When setting
6225         `font-lock-defaults', also specify that "#" should
6226         be interpreted with `word' syntax.
6227         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
6229 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
6231         * desktop.el: A lot of comments updated.
6232         (desktop-save-mode): Minor mode introduced.
6233         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
6234         (desktop-load-default): Function made obsolete.
6235         (desktop-locals-to-save): Variable made customizable.
6236         (desktop-read): Optional parameter `dirname' added.
6237         (desktop-change-dir, desktop-revert): Parameter `dirname' in
6238         `desktop-read' used.
6239         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
6241 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
6243         * whitespace.el (whitespace-clean-msg): Add user customizable message
6244         for displaying ``clean'' output.
6245         (whitespace-buffer): Use `whitespace-clean-msg'.
6246         (whitespace-global-mode): Fix typo.
6248 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
6250         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
6252 2003-09-29  Lute Kamstra  <lute@gnu.org>
6254         * bindings.el (mode-line-modes): Remove superfluous :propertize
6255         construct in initialization.
6256         (mode-line-position): Change cons cell into proper list in
6257         initialization.
6259 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
6261         * international/mule.el (decode-coding-inserted-region): Use car
6262         of the return value of find-operation-coding-system.
6264 2003-09-29  Kenichi Handa  <handa@m17n.org>
6266         * descr-text.el (describe-char): Fix previous change.
6268 2003-09-28  Kenichi Handa  <handa@m17n.org>
6270         * descr-text.el (describe-char-display): New function.
6271         (describe-char): Pay attention to display table on describing how
6272         a character is displayed.
6274         * international/mule-cmds.el (encoded-string-description):
6275         Prepend "0x" to each encoded byte.
6277 2003-09-28  Andreas Schwab  <schwab@suse.de>
6279         * find-file.el (ff-special-constructs): Add autoload cookie.
6281 2003-09-28  Kevin Ryde  <user42@zip.com.au>
6283         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
6284         makeinfo appends to duplicate index entries.
6286 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
6288         * dired-x.el (dired-clean-tex): Doc fix.
6290         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
6291         using a Chinese tutorial.
6293 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6295         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
6296         between "MAIL FROM:" and "RCPT TO:" and the following address.
6298 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6300         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
6302 2003-09-28  David Ponce  <david@dponce.com>
6304         * recentf.el (recentf-initialize-file-name-history): New defcustom.
6305         (recentf-load-list): When `recentf-initialize-file-name-history'
6306         is non-nil, initialize an empty `file-name-history' with the
6307         recent list.
6309 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
6311         * man.el (Man-default-man-entry): Remove the leading `*' from the
6312         word at point.
6314 2003-09-26  Lute Kamstra  <lute@gnu.org>
6316         * bindings.el (mode-line-position): Mention size indication in
6317         docstring.
6319 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
6321         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
6323         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
6324         because it's autoloaded now.
6326 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
6328         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
6329         (sh-font-lock-keywords, sh-feature): Fix previous change of
6330         sh-feature to avoid infloop with sh-font-lock-keywords.
6332 2003-09-25  Kim F. Storm  <storm@cua.dk>
6334         * frame.el (frame-current-scroll-bars): New defun.
6336         * window.el (window-current-scroll-bars): New defun.
6338 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6340         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
6341         cause errors when the state cache contains info on parts that have
6342         been narrowed out.
6344 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6346         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
6347         `c-setup-paragraph-variables' has to be used when this variable is
6348         changed; it doesn't work to reinitialize the mode since that
6349         typically clobbers the variable.
6351         * progmodes/cc-styles.el (c-setup-paragraph-variables):
6352         Make it interactive.
6354 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6356         * progmodes/cc-fonts.el (c-font-lock-declarations):
6357         Fix recognition of constructors and destructors for classes whose
6358         names are matched by `*-font-lock-extra-types'.
6360         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
6361         followed by an identifier in C++ then it's a type.
6363 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6365         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
6366         problem that primarily affected XEmacs.  Don't use faces to find
6367         unterminated strings since Emacs and XEmacs fontify strings
6368         differently - this function should now work better in XEmacs.
6370 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6372         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
6373         `expand-abbrev' workaround which caused braces to misbehave inside
6374         macros.
6376         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
6377         handling.  This bug could cause interactive font locking to bail out.
6379 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6381         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6382         Handle paren-style types in Pike.  Also fixed some cases of
6383         insufficient handling of unbalanced parens.
6385 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
6387         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
6388         common shell prompts that are not common filename or URL characters.
6389         (ffap-file-at-point): Use the new regexp to strip the prompts from
6390         the file names.  This is an issue mostly for user prompts that
6391         don't have a trailing space and find-file-at-point is invoked from
6392         within a shell inside emacs.
6394 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
6396         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
6397         stamps numerically, rather than textually.
6399 2003-09-24  Kenichi Handa  <handa@m17n.org>
6401         * language/devan-util.el (devanagari-post-read-conversion):
6402         * language/mlm-util.el (malayalam-post-read-conversion):
6403         * language/tml-util.el (tamil-post-read-conversion):
6404         Add autoload cookie.
6406         * international/utf-8.el (utf-8-post-read-conversion):
6407         Call post-read-conversion functions for Devanagari, Malayalam,
6408         and Tamil.
6410 2003-09-23  Dave Love  <fx@gnu.org>
6412         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
6414 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
6416         * progmodes/gud.el (perldb): Add gud-until to list of commands.
6417         Update gud-remove.
6419 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6421         * progmodes/sh-script.el (sh-mode-default-syntax-table):
6422         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
6423         (sh-mode-syntax-table-input): New variable.
6424         (sh-require-final-newline): Don't use eval.
6425         (sh-builtins, sh-leading-keywords, sh-other-keywords)
6426         (sh-variables, sh-font-lock-keywords): Don't use eval.
6427         (sh-set-shell): When setting require-final-newline,
6428         treat value = `require-final-newline' as don't change it.
6429         Set sh-mode-syntax-table locally based on
6430         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
6432         * progmodes/compile.el (compile-internal):
6433         Call compilation-set-window-height before setting window start.
6435 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
6437         * emacs-lisp/bytecomp.el (byte-compile-log-file):
6438         Clear out byte-compile-last-warned-form.
6440 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6442         * woman.el (woman-file-name, woman-follow-word):
6443         If current-word returns nil, use "".
6445         * simple.el (eval-expression): Bind standard-output in to-buffer case.
6447 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6449         * emacs-lisp/lisp-mnt.el (lm-with-file):
6450         Don't visit the file, just use insert-file-contents in temp buffer.
6452 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
6454         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
6455         Add surrounding \\( and \\) around the header, as in
6456         for lm-history-header 'Change Log\\|History'.
6458 2003-09-22  John Paul Wallington  <jpw@gnu.org>
6460         * progmodes/ld-script.el: Add Commentary section,
6461         minor cleanup of file header.
6462         (ld-script-font-lock-keywords): Doc fix.
6463         (toplevel): Provide `ld-script' feature.
6465 2003-09-21  Kim F. Storm  <storm@cua.dk>
6467         * scroll-bar.el (set-scroll-bar-mode): Initialize to
6468         new built-in variable default-frame-scroll-bars.
6469         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
6470         scroll-bar-mode; notably, use it instead of t when we toggle
6471         scroll-bars on.
6472         (toggle-scroll-bar): Use default-frame-scroll-bars.
6474 2003-09-19  Masatake YAMATO  <jet@gyve.org>
6476         * pcvs.el (cvs-do-removal): Change the prompt depending on
6477         `filter' value.
6479 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
6481         * startup.el (command-line-1): Stop startup-echo-area-message
6482         being hidden by "Loading image..." message.
6483         (use-fancy-splash-screens-p, display-splash-screen):
6484         Move display-graphic-p test from latter to former.
6486         * progmodes/sh-script.el (sh-font-lock-keywords):
6487         Highlight escaped EOLs differently from other backslash constructs.
6489 2003-09-19  Richard M. Stallman  <rms@gnu.org>
6491         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
6492         New functions.
6493         (edebug-enter, edebug-outside-excursion): Use them.
6495         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6496         Fix the condition for whether to print "In WHERE".
6498 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
6500         * finder.el (finder-mode-hook): New variable.
6501         (finder-mode): Run hook finder-mode-hook
6503 2003-09-18  Masatake YAMATO  <jet@gyve.org>
6505         * progmodes/ebrowse.el: Fix broken magic autoload comments.
6507 2003-09-17  Mario Lang  <mlang@delysid.org>
6509         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
6510         "p %e" to actually print the value in the GUD buffer.
6512 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
6514         From David Ponce <david.ponce@wanadoo.fr>:
6515         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
6516         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
6517         from loaddefs-boot.el if necessary.
6519 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
6521         * progmodes/gud.el (gud-find-class): Make jdb work again since
6522         cc-mode changed the syntactic information.
6524 2003-09-15  David Ponce  <david@dponce.com>
6526         * recentf.el: (recentf-exclude): Accept predicates too.
6527         (recentf-file-readable-p): New function.
6528         (recentf-include-p): Handle predicates in recentf-exclude.
6529         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
6530         (recentf-cleanup): Likewise.
6531         (recentf-save-list): Use write-file to handle backup of
6532         recentf-save-file.
6534 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
6536         * loaddefs-boot.el: Renamed from `loaddefs.el'
6537         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
6538         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
6539         necessary.
6541 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
6543         * electric.el (Electric-pop-up-window): For the `one-window' case,
6544         no longer disconcertingly move point in the original buffer.
6546 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6548         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
6550 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6552         * dired.el (dired-mode-map): Fix typo.
6554 2003-09-11  Richard M. Stallman  <rms@gnu.org>
6556         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
6558 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
6560         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
6561         the function is less noisy.  Now only `kill-buffer' can ask questions.
6563 2003-09-10  Mario Lang  <mlang@delysid.org>
6565         * battery.el: Update Commentary and Copyright.
6566         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
6567         appear due to wrong ordering of the expressions in `or'.
6569 2003-09-09  Lute Kamstra  <lute@gnu.org>
6571         * misc.el (upcase-char): Fix docstring.
6572         (zap-up-to-char): New command.
6574 2003-09-08  David Ponce  <david@dponce.com>
6576         Ensure that recentf correctly updates the menu bar.
6577         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
6578         (recentf-menu-bar): New function.
6579         (recentf-clear-data): Use it
6580         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
6581         of easy-menu-change.
6583 2003-09-08  Lute Kamstra  <lute@gnu.org>
6585         * simple.el (size-indication-mode): New.
6586         * bindings.el (mode-line-position): Add buffer size indicator.
6588 2003-09-04  Mario Lang  <mlang@delysid.org>
6590         * battery.el (battery-linux-proc-acpi): New function.
6591         (battery-status-function): Modify default value calculation to also
6592         check for availability of ACPI.
6593         (battery-echo-area-format): Ditto.
6594         (battery-mode-line-format): Ditto.
6596 2003-09-06  Dave Love  <fx@gnu.org>
6598         * ielm.el (ielm-mode-hook): Add :options.
6600         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
6601         (eldoc-print-current-symbol-info): Use it.
6603 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
6605         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
6606         being displayed in GUD buffer.
6607         (gdb-idle-input-queue): Remove var.  Use just one queue.
6608         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
6609         Remove functions.  Use just one queue.
6610         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
6611         (gdb-invalidate-assembler, gdb-get-current-frame):
6612         Modify functions.  Use just one queue.
6614 2003-09-04  Dave Love  <fx@gnu.org>
6616         * cus-start.el: Add blink-cursor-alist.
6618         * ruler-mode.el (ruler-mode-fill-column-char)
6619         (ruler-mode-current-column-char): Use char-displayable-p,
6620         not window-system.
6622         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
6624         * language/european.el (windows-1252): Move from code-pages.
6626         * language/cyrillic.el ("Windows-1251"): Delete.
6627         ("Bulgarian", "Belarusian"): Remove `features'.
6628         (windows-1251): Move from code-pages.
6630         * international/mule-diag.el (non-iso-charset-alist):
6631         Remove `codepage' stuff.
6632         (print-designation, list-coding-systems-1): Output fixes.
6634         * international/code-pages.el (cp-make-translation-table)
6635         (cp-valid-codes): Made defsubsts.
6636         (cp-fix-safe-chars): Delete.
6637         (mule-diag): Don't require.
6638         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
6639         (top-level): Check for defined coding system when defining
6640         cp... aliases.  Change w32-add-charset-info test to avoid warning.
6641         (non-iso-charset-alist): Defvar when compiling.
6642         (cp-make-coding-system): Doc fix.
6644 2003-09-02  Jason Rumney  <jasonr@gnu.org>
6646         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
6647         line-ends from CVS before doing conversion.
6649 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
6651         * calendar/diary-lib.el (diary-header-line-flag)
6652         (diary-header-line-format): New variables.
6653         (list-diary-entries): Use them to set header line in simple diary.
6655         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
6656         other than font-lock-string-face to highlight backslashes.
6658 2003-09-01  Jason Rumney  <jasonr@gnu.org>
6660         * international/titdic-cnv.el (tit-read-key-value): Include \r in
6661         regexp.
6663 2003-09-01  Dave Love  <fx@gnu.org>
6665         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
6667         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
6668         and :help; also line and column numbers labels.
6670         * international/mule-util.el (char-displayable-p): Move from
6671         latin1-disp, rename and autoload.
6673         * international/latin1-disp.el (latin1-char-displayable-p):
6674         Now obsolete alias.  Replace uses with char-displayable-p.
6675         (latin1-display-ucs-per-lynx): Fix last change.
6677         * international/mule-cmds.el (standard-display-european-internal):
6678         Don't use char code for Latin-1 NBSP.
6679         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
6680         U+2018, U+2019 for `'.
6681         (select-safe-coding-system): Message fix.
6683 2003-09-01  Kenichi Handa  <handa@m17n.org>
6685         * international/fontset.el (setup-default-fontset): For Thai
6686         font, specify "*" family.
6688 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
6690         * progmodes/compile.el (previous-error): Accept a prefix
6691         argument, similarly to next-error.
6693 2003-08-31  Masatake YAMATO  <jet@gyve.org>
6695         * pcvs.el (cvs-do-removal): Use = instead of eq to check
6696         the number of files.  Bind the number of files to a local
6697         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
6699 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
6701         * vc-hooks.el (vc-make-version-backup): Fix the change made on
6702         2003-07-26: msdos-long-file-names is a function, not a variable.
6704 2003-08-29  Richard M. Stallman  <rms@gnu.org>
6706         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
6707         Do nothing with mail-personal-alias-file if it is nil.
6709         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
6710         Do nothing if mail-personal-alias-file is nil.
6712         * term.el (term-exec-1): Bind coding-system-for-read.
6714         * dired.el (dired-mouse-find-file-other-window):
6715         Use dired-view-command-alist here, as in dired-view-file.
6716         (dired-view-command-alist): Use %s to substitute file name.
6717         Handle .ps_pages, .eps, .jpg, .gif, .png.
6719 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
6721         * info.el (Info-mode-map): Bind S-tab and <backtab> to
6722         `Info-prev-reference', instead of M-tab.
6724 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
6726         * simple.el (blink-matching-open): Work correctly on chars that
6727         are designated as parens through the syntax-table text property.
6729 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
6731         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
6732         line break position in the middle of a non-kinsoku (e.g. latin)
6733         word, making it skip until either a space or a character with
6734         category "|".
6735         (kinsoku-longer): Test for end of buffer.
6737 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
6739         * mail/rmail.el (rmail-convert-to-babyl-format):
6740         Detect quoted-printable- and base64-encoded messages and decode them
6741         automatically.  Set the message's encoding from the charset=
6742         header, if any.  Decode base64-encoded messages in Mail format as well.
6744 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6746         * mail/smtpmail.el: Fix previous change.
6747         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
6748         calling smtpmail-via-smtp.
6749         (smtpmail-via-smtp): Add fall-back values for envelope-from.
6751 2003-08-26  John Paul Wallington  <jpw@gnu.org>
6753         * image.el (image-jpeg-p): Don't search beyond length of data.
6755 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6757         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
6758         misfeature in `expand-abbrev' which caused electric keywords like
6759         "else" to disappear if an open brace was typed directly afterwards.
6761 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6763         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
6764         mandatory in `define-widget'.
6766         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
6767         Don't align the operators "!=", "<=" and ">=" as assignment operators.
6769         (c-assignment-operators): New language constant that only contains
6770         the assignment operators.
6772         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
6774 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6776         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6777         Safeguard against unbalanced sexps.
6779 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
6781         * version.el (emacs-version): Check for gtk.  Include gtk version info.
6783 2003-08-25  John Paul Wallington  <jpw@gnu.org>
6785         * man.el (Man-default-man-entry): Don't whizz past the section
6786         number before looking for it.
6788 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
6790         * progmodes/gud.el (gud-display-line): Don't set window-point if
6791         source buffer is not visible.  (Only happens with M-x gdba.)
6793         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
6794         documentation.
6795         (gdb-source, gdb-source-info): Update to assembler unnecessary
6796         as its done after each GDB command anyway.
6797         (gdb-pre-prompt): Use with-current-buffer.
6798         (gdb-insert-field): Add help-echo text.
6799         (gdb-invalidate-assembler): Re-display of assembler now done in
6800         gdb-info-breakpoints-custom.
6801         (gdb-info-breakpoints-custom): Force re-display of assembler to
6802         happen *after* update of breakpoints buffer.
6803         (gdb-display-source-buffer): Don't choke if gdb-source-window
6804         isn't visible.
6805         (gdb-put-string, gdb-put-arrow): Remove free variables.
6807 2003-08-24  John Paul Wallington  <jpw@gnu.org>
6809         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
6811         * man.el (Man-default-man-entry): Strip text properties when
6812         snarfing parts of entry because `format' preserves properties.
6814 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6816         * files.el (file-newest-backup): Use `expand-file-name'.
6818         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
6819         Allow the diary to pop up a new frame, if needed.
6821         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
6822         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
6823         (smtpmail-send-it): Make treatment of envelope-from consistent with
6824         sendmail.el.
6826         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
6827         (sh-leading-keywords): Add the bash `time' reserved word.
6828         (sh-variables): Add some bash variables.
6829         (sh-add-completer): Fix nil branch of case statement.
6831 2003-08-24  Masatake YAMATO  <jet@gyve.org>
6833         * progmodes/ld-script.el: New file.
6835 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
6837         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
6839 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
6841         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
6842         Better explain obsolescence, and what to use instead.
6844 2003-08-23  Masatake YAMATO  <jet@gyve.org>
6846         * pcvs.el (cvs-do-removal): Show the deleted file name
6847         on the prompt.
6849 2003-08-20  Dave Love  <fx@gnu.org>
6851         * international/mule.el (make-coding-system)
6852         (set-buffer-file-coding-system): Doc fix.
6854         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
6856         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
6858         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
6860         * international/utf-16.el: Add mime-text-unsuitable coding system
6861         properties.
6863         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
6865         * cus-edit.el: Add some :links.
6866         (bib): Remove.
6868         * textmodes/bib-mode.el (bib): Add :group external.
6870 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
6872         * wid-edit.el (widget-echo-help): Make it handle expressions that
6873         evaluate to strings.
6875 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
6877         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
6879         Simplify selection of SQL products to define highlighting and
6880         interactive mode.  Includes detailed instructions on adding
6881         support for new products.
6883         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
6884         product for use in highlighting and interactive mode.
6885         (sql-interactive-product): New variable.  SQL product for
6886         sql-interactive-mode.
6887         (sql-product-support): New variable.  Specifies product-specific
6888         parameters to drive highlighting and interactive mode.
6889         (sql-imenu-generic-expression): Add more object types.
6890         (sql-sqlite-options): Correct comment.
6891         (sql-ms-program): Use "osql" rather than "isql".
6892         (sql-prompt-regexp, sql-prompt-length): Update comment.
6893         (sql-mode-menu): Add "Start SQLi session" entry.
6894         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
6895         (sql-mode-abbrev-table): Add abbreviations.  Support of
6896         SYSTEM-FLAG on define-abbrev.  Support was removed with last
6897         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
6898         (sql-mode-font-lock-object-name): Add font-lock pattern for object
6899         names.
6900         (sql-mode-ansi-font-lock-keywords): Set as default value.
6901         (sql-mode-oracle-font-lock-keywords): Set as default value.
6902         Support Oracle 9i keywords.
6903         (sql-mode-postgres-font-lock-keywords): Set as default value.
6904         (sql-mode-linter-font-lock-keywords): Set as default value.
6905         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
6906         SQLServer 2000.
6907         (sql-mode-sybase-font-lock-keywords)
6908         (sql-mode-interbase-font-lock-keywords)
6909         (sql-mode-sqlite-font-lock-keywords)
6910         (sql-mode-strong-font-lock-keywords)
6911         (sql-mode-mysql-font-lock-keywords)
6912         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
6913         keywords.
6914         (sql-mode-font-lock-defaults): Update comment.
6915         (sql-product-feature): New function.  Returns feature associated
6916         with a product from `sql-product-support' alist.
6917         (sql-product-font-lock): New function.  Set font-lock support
6918         based on `sql-product'.
6919         (sql-add-product-keywords): New function.  Add font-lock rules to
6920         product-specific keyword variables.
6921         (sql-set-product): New function.  Set `sql-product' and apply
6922         appropriate font-lock highlighting.
6923         (sql-highlight-product): New function.  Set font-lock support
6924         based on a product.  Also set mode name to include product name.
6925         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
6926         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
6927         Use `sql-set-product'.
6928         (sql-highlight-ms-keywords)
6929         (sql-highlight-sybase-keywords)
6930         (sql-highlight-interbase-keywords)
6931         (sql-highlight-strong-keywords)
6932         (sql-highlight-mysql-keywords)
6933         (sql-highlight-sqlite-keywords)
6934         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
6935         (sql-get-login): Prompt in the same order as the tokens.
6936         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
6937         (sql-product-interactive): New function.  Common portions of
6938         product-specific interactive mode wrappers.
6939         (sql-interactive-mode): Rewritten to use product features.
6940         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6941         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6942         (sql-db2, sql-linter): Use `sql-product-interactive'.
6943         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6944         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6945         (sql-connect-ingres, sql-connect-postgres)
6946         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6947         New functions.  Format command line parameters and invoke comint on
6948         the appropriate interpreter.  Code was in the corresponding
6949         `sql-xyz' function before.
6950         (sql-connect-ms): New function.  Support -E argument to use
6951         operating system credentials for authentication.
6953 2003-08-18  Kenichi Handa  <handa@m17n.org>
6955         * international/mule.el (encode-char): Fix for the ASCII case.
6957 2003-08-15  Kenichi Handa  <handa@m17n.org>
6959         * international/fontset.el (setup-default-fontset): Change "*" to
6960         nil in the specifications of font family.
6962 2003-08-18  Kim F. Storm  <storm@cua.dk>
6964         * kmacro.el (kmacro-keymap): Group related bindings in
6965         initialization for clarity.  Bind C-s to start macro.
6966         Remove C-r binding.
6967         (kmacro-initial-counter-value): New defvar to hold initial counter
6968         value in case we set the value before defining a macro.
6969         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
6970         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
6971         not defining or executing macro.  Doc fix.
6972         (kmacro-add-counter): Clear kmacro-initial-counter-value.
6973         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
6974         temporarily view older elements on the macro ring without cycling
6975         the ring.
6976         (kmacro-display): Doc fix.
6977         (kmacro-exec-ring-item): New helper function.
6978         (kmacro-call-ring-2nd): Use it.
6979         (kmacro-call-ring-2nd-repeat): Doc fix.
6980         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
6981         (kmacro-end-or-call-macro): Execute last viewed macro (using
6982         kmacro-exec-ring-item) from ring if this follows
6983         kmacro-view-macro.  This allows us to find a macro on the ring
6984         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
6985         the ring to bring it to the head of the ring.
6986         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
6987         Allow binding to reserved keys without specifying C-x C-k prefix.
6988         Ask for confirmation if entered key sequence is already bound to
6989         a non-macro command.
6990         (kmacro-view-macro): Repeating command will show older elements
6991         on the macro ring; C-k will execute the last viewed macro.
6992         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
6993         property from 'ring to 'head.
6995 2003-08-17  Alan Shutko  <ats@acm.org>
6997         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
6998         keeping December out of the alist.
7000 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
7002         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7003         * calendar/calendar.el (calendar-mode-map): Bind it to key.
7004         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7005         (calendar-flatten): New function.
7006         (calendar-mouse-view-other-diary-entries)
7007         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7008         in the menu title and to show multi-line diary entries correctly
7009         in the menu.
7011 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
7013         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7014         defcustom, because the default was recently changed.
7016 2003-08-16  Richard M. Stallman  <rms@gnu.org>
7018         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7020         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7021         New subroutine, broken out of eval-last-sexp-1.
7022         (eval-last-sexp-1): Use eval-last-sexp-print-value.
7024         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
7026         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
7028         * simple.el (eval-expression): Use eval-last-sexp-print-value.
7030 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
7032         * progmodes/compile.el (compilation-error-regexp-alist):
7033         Add Java ANt error detection as described in document
7034         http://ant.apache.org/faq.html
7036 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
7038         * simple.el (backward-word, forward-to-indentation)
7039         (backward-to-indentation): Argument changed to optional.
7040         (next-line, previous-line): Use `or' instead of `unless'.
7042 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7044         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
7045         instead of a constant.
7047 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
7049         * shell.el (shell): With prefix-arg, suggest a new buffer name.
7051 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
7053         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
7054         (vc-sccs-workfile-version): Search the entire delta table, rather
7055         than just the first entry, because that might be a deleted version.
7057 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
7059         * menu-bar.el (menu-bar-options-menu): Supply a body for the
7060         [save-place] binding in the Options menu.  Have it require
7061         'saveplace' and then toggle the variable manually, to avoid an an
7062         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
7063         for the bug report.
7065 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
7067         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
7068         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
7069         (gdb-info-threads-custom): Add help-echo text.
7070         (gdb-display-back): Don't use purecopy.
7071         (gdb-info-breakpoints-custom, gdb-reset)
7072         (gdb-assembler-custom): Use display-images-p to test if breakpoint
7073         icons can be displayed.
7075 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
7077         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
7079 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
7081         * bookmark.el (bookmark-completing-read):
7082         Return a string, instead of a list of one string.
7083         Use a popup menu if activated from the mouse.
7084         (bookmark-edit-annotation): Remove unused vars.
7085         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
7086         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
7087         to bookmark-completing-read.
7088         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7089         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
7090         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
7091         and erase-buffer.
7092         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
7093         (bookmark-menu-jump, bookmark-menu-insert)
7094         (bookmark-popup-menu-and-apply-function)
7095         (bookmark-menu-popup-paned-bookmark-menu): Remove.
7096         (bookmark-menu-build-paned-menu): Remove by folding it into
7097         bookmark-menu-popup-paned-menu.
7098         (menu-bar-bookmark-map): Move the define-key statements here.
7099         Use the "non-menu" commands since they now pop up a menu if needed.
7100         (bookmark-exit-hook-internal): Simplify.
7102 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
7104         * reftex-toc.el (reftex-toc-rename-label): New function.
7105         (reftex-toc-check-docstruct): New function.
7107         * reftex.el (reftex-region-active-p): New function.
7109         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
7110         regexp to find the \bibliography macro.
7112         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
7113         which does not exist in LaTeX.
7114         (reftex-cite-format-builtin): Added amsrefs support.
7115         (reftex-toc-confirm-promotion): New option
7117         * reftex-toc.el
7118         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
7119         (reftex-toc-demote, reftex-toc-promote)
7120         (reftex-toc-do-promote, reftex-toc-promote-prepare)
7121         (reftex-toc-promote-action, reftex-toc-extract-section-number)
7122         (reftex-toc-newhead-from-alist)
7123         (reftex-toc-load-all-files-for-promotion): New functions.
7124         (reftex-toc-help): Added description of new keys.
7125         (reftex-toc-split-windows-fraction): New option.
7126         (reftex-recenter-toc-when-idle): Search *toc* window on all
7127         visible frames.
7128         (reftex-toc): Additional parameter REUSE
7129         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
7130         with REUSE argument.
7131         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
7132         the call of `reftex-toc'.
7133         (reftex-make-separate-toc-frame): New function .
7134         (reftex-toc-recenter): When called with triple prefix arg, call
7135         `reftex-make-separate-toc-frame' first.
7136         (reftex-toc-toggle-dedicated-frame): New command.
7137         (reftex-toc-quit): Adapted to delete frame when called in
7138         dedicated frame.
7140         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
7141         all enclosing macros.
7144 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7146         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
7147         first use.
7149 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7151         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
7153 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
7155         * calendar/calendar.el (list-diary-entries-hook)
7156         (diary-display-hook, nongregorian-diary-listing-hook)
7157         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
7158         Add some customize options for these hooks.
7159         (calendar-abbrev-construct): Don't try to take a substring longer
7160         than the original string.
7162 2003-08-05  Richard M. Stallman  <rms@gnu.org>
7164         * emacs-lisp/testcover.el (noreturn): Report error if does return.
7165         (testcover-reinstrument-clauses): Doc fix.
7167         * emacs-lisp/warnings.el: Doc fixes, args renamed.
7168         (warning-type-format): Rename from warning-group-format.
7170         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
7171         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
7172         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
7173         to prevent warnings about defvar for an obsolete variable.
7175         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7176         warning-group-format renamed to warning-type-format.
7178         * subr.el (read-passwd): Use clear-string instead of fillarray.
7180         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
7181         Use vconcat instead of concat.
7182         (edmacro-sanitize-for-string): New function.
7184 2003-08-05  Dave Love  <fx@gnu.org>
7186         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
7187         line-number-display-limit-width.
7189         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
7191 2003-08-05  Kenichi Handa  <handa@m17n.org>
7193         * international/code-pages.el: Don't require mule-diag.
7195         * international/mule-diag.el (non-iso-charset-alist):
7196         Add autoload cookie.
7198         * language/devan-util.el (dev-glyph-order): Add an entry for the
7199         glyph code #xC4.
7201 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7203         * calendar/calendar.el (diary-file, diary-file-name-prefix)
7204         (european-calendar-style, diary-date-forms)
7205         (calendar-day-name-array, calendar-month-name-array): Doc change.
7206         (generate-calendar-month): Adapt for new behaviour of
7207         `calendar-day-name' function.
7208         (calendar-abbrev-length, calendar-day-abbrev-array)
7209         (calendar-month-abbrev-array): New variables.
7210         (calendar-abbrev-construct): New function.
7211         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
7212         rather than fixing abbrevs at some width.  Calling syntax change.
7213         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
7214         (calendar-date-string): Adapt for new behaviours of
7215         `calendar-day-name' and `calendar-month-name' functions.
7217         * calendar/diary-lib.el (list-diary-entries): Adapt for new
7218         behaviour of `calendar-day-name' and `calendar-month-name' functions.
7219         (diary-name-pattern): Use abbrev arrays, rather than fixing
7220         abbrevs at three chars.  Calling syntax change.
7221         (mark-diary-entries): Adapt for new behaviours of
7222         `diary-name-pattern' and `calendar-make-alist' functions.
7223         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
7224         `diary-name-pattern' function.
7225         (font-lock-diary-date-forms): Use abbrev arrays, rather than
7226         fixing abbrevs at three chars.  Calling syntax change.
7227         (cal-hebrew, cal-islam): Require when compiling.
7228         (diary-font-lock-keywords): Adapt for new behaviour of
7229         `font-lock-diary-date-forms' function.
7231         * calendar/cal-hebrew.el: Reposition some code so defined before used.
7232         (calendar-hebrew-month-name-array-common-year)
7233         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
7234         (list-hebrew-diary-entries): Adapt for new behaviours of
7235         `calendar-day-name' and `add-to-diary-list' functions.
7236         (mark-hebrew-diary-entries): Adapt for new behaviours of
7237         `diary-name-pattern' and `calendar-make-alist' functions.
7239         * calendar/cal-islam.el (calendar-islamic-month-name-array):
7240         Add doc string.
7241         (list-islamic-diary-entries): Adapt for new behaviours of
7242         `calendar-day-name' and `add-to-diary-list' functions.
7243         (mark-islamic-diary-entries): Adapt for new behaviours of
7244         `diary-name-pattern' and `calendar-make-alist' functions.
7246         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
7247         `calendar-month-name' function.
7249         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
7251         * calendar/solar.el (solar-seasons-data): Move definition before use.
7253         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
7254         (cal-tex-LaTeX-hourbox): Move definition before use.
7256         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
7257         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
7258         lunar.el, solar.el
7259         (displayed-month, displayed-year): Define for compiler.
7261 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7263         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
7264         MODE.  Renamed from c-init-c-language-vars'.
7265         (c-initialize-cc-mode): Change accordingly.
7266         (c-common-init): Ditto.
7267         (c-mode): Ditto.
7268         (c++-mode): Use `c-init-language-vars-for'.
7269         (objc-mode): Ditto.
7270         (java-mode): Ditto.
7271         (idl-mode): Ditto.
7272         (pike-mode): Ditto.
7273         (awk-mode): Ditto.
7275 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7277         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
7278         or not the point moved.
7280         (c-search-decl-header-end): Don't trip up on operator identifiers
7281         in C++ and operators like == in all languages.
7283         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7284         Detect leading labels correctly.
7286 2003-08-02  Andreas Schwab  <schwab@suse.de>
7288         * textmodes/ispell.el: Don't redo key bindings on loading, put
7289         them only in loaddefs.el.
7290         * bookmark.el: Likewise.
7291         * dabbrev.el: Likewise.
7292         * emerge.el: Likewise.
7294         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
7295         has more than one member.
7297         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
7299 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7301         * lpr.el (printify-region): It was ending conversion before the
7302         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
7304 2003-07-31  John Paul Wallington  <jpw@gnu.org>
7306         * net/browse-url.el (browse-url-epiphany): Doc fix.
7308 2003-07-30  Kenichi Handa  <handa@m17n.org>
7310         * international/fontset.el (setup-default-fontset):
7311         Change registry names of Akurti fonts.
7313 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7315         * comint.el (comint-read-noecho): Use `clear-string' instead of
7316         `fillarray'.
7318 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
7320         * outline.el (outline-mode-hook): Add defvar.
7322 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
7324         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
7325         Restore assembler in source window if that is what has been selected.
7326         (menu): Add gdb-restore-windows to menu.  Make gdba
7327         specific menus only visible from gdba.
7329 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7331         * progmodes/compile.el (compilation-environment): New user variable.
7332         (compile-internal): Respect it.
7334 2003-07-23  Masatake YAMATO  <jet@gyve.org>
7336         * progmodes/gud.el (gdb-script-font-lock-keywords):
7337         Put `font-lock-function-name-face' on a symbol which includes
7338         `-' like `hook-run'.  Put font-lock-variable-name-face
7339         on a symbol starting with $.
7341 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
7343         * files.el (set-visited-file-name): Use truename for buffer-file-name.
7345 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7347         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
7349 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
7351         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
7352         Use with-no-warnings.
7353         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
7354         rather than to find-file-not-found-hook, which doesn't exist.
7356 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7358         * international/quail.el (quail-translate-key): Fix previous change.
7360 2003-07-25  John Paul Wallington  <jpw@gnu.org>
7362         * server.el (server-start): Check `server-process' is non-nil
7363         before killing it to avoid killing current buffer's process.
7365         * simple.el (choose-completion-string): Use `minibufferp';
7366         test `completion-reference-buffer' if `buffer' arg is nil.
7367         (push-mark): Use `when' and `unless'.
7368         (pop-mark): Use `when'.
7370         * mouse-sel.el (mouse-sel-get-selection-function):
7371         Check `x-last-selected-text-primary'.  Don't barf if it or
7372         `x-last-selected-text' aren't bound.
7374 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7376         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
7378 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
7380         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
7382 2003-07-23  John Paul Wallington  <jpw@gnu.org>
7384         * tooltip.el (defface tooltip): Inherit from variable-pitch.
7386 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7388         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
7389         string.  Defvar the derived hook.
7391         * macros.el (insert-kbd-macro): Escape double quote character.
7392         From Thomas W Murphy <twm@andrew.cmu.edu>.
7394 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
7396         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
7397         to match the specific mark rather than reusing comment-start-skip.
7399 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
7401         * progmodes/hideshow.el (hs-special-modes-alist):
7402         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
7404 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
7406         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
7407         value using ?\s.
7409 2003-07-21  John Paul Wallington  <jpw@gnu.org>
7411         * subr.el (with-selected-window): Add closing paren.
7413 2003-07-21  Richard M. Stallman  <rms@gnu.org>
7415         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
7416         (lisp-mode): Likewise.
7418         * subr.el (with-selected-window): Copy code form save-selected-window
7419         so as to call select-window with norecord arg.
7420         (dynamic-completion-table): Doc fix.
7421         (lazy-completion-table): Doc fix.
7423         * international/mule-cmds.el (set-locale-environment):
7424         langinfo renamed to locale-info.
7426         * international/mule.el (auto-coding-functions): Doc fix.
7428 2003-07-21  Kenichi Handa  <handa@m17n.org>
7430         * international/quail.el (quail-translate-key):
7431         Update quail-current-str correctly.
7433 2003-07-21  Andreas Schwab  <schwab@suse.de>
7435         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
7436         ?, to "_".
7438 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
7439         Version 2.0.36 of Tramp released.
7441         * net/tramp.el (tramp-default-password-end-of-line): Rename from
7442         tramp-password-end-of-line.
7443         (tramp-password-end-of-line): New method parameter.
7444         (tramp-get-password-end-of-line): Function to access method
7445         parameter `tramp-password-end-of-line', or variable
7446         `tramp-default-password-end-of-line' (default value).
7447         (tramp-methods): Add entries for new parameter
7448         tramp-password-end-of-line.
7449         (tramp-enter-password): Use new function
7450         `tramp-get-password-end-of-line'.
7451         (tramp-handle-insert-file-contents): Do not
7452         unconditionally inhibit the file operation file-local-copy, only
7453         do that when the inhibit-file-name-operation is currently
7454         insert-file-contents.  This fixes finding remote CVS-controlled
7455         files.  (It would barf on inserting the CVS/Entries file
7456         literally, because the file-local-copy handler wasn't called.)
7457         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
7458         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
7459         (tramp-initial-commands): New variable.
7460         (tramp-process-initial-commands): New function, using the variable.
7461         (tramp-open-connection-setup-interactive-shell): Call the new function.
7462         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
7463         method into the buffer name, never use nil.  Reported by Hanak
7464         David <dhanak@inf.bme.hu>.
7465         (tramp-open-connection-setup-interactive-shell): Erase buffer
7466         before sending "stty -onlcr".
7468         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
7470 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
7472         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
7474 2003-07-19  John Paul Wallington  <jpw@gnu.org>
7476         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
7477         (artist-draw-rect, artist-draw-square): Doc fixes.
7479         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
7481         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
7483 2003-07-19  Kenichi Handa  <handa@m17n.org>
7485         * international/kkc.el (kkc-show-conversion-list-update):
7486         Highlight the correct candidate in the message.
7488 2003-07-18  John Paul Wallington  <jpw@gnu.org>
7490         * simple.el (current-word): Don't include punctuation char when
7491         `really-word' arg is non-nil.
7493 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
7495         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
7496         moved to the directory obsolete.
7498 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7500         * info.el (Info-menu-entry-name-re): Allow newlines in
7501         menu entry names.
7503         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
7504         syntax-ppss-after-change-function.
7505         (syntax-ppss-after-change-function): New alias.  Update uses.
7506         (syntax-ppss): Catch the case where the buffer is narrowed.
7508 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7510         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
7511         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
7513 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7515         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
7516         since it might be modified.
7518         * progmodes/cc-langs.el (c++-make-template-syntax-table)
7519         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
7520         names to these language constants.
7522 2003-07-15  Kim F. Storm  <storm@cua.dk>
7524         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
7525         All uses changed.
7527 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
7529         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
7530         Namespace support.
7532 2003-07-13  Juanma Barranquero  <lektu@terra.es>
7534         * frame.el (modify-all-frames-parameters): Reinstall (copyright
7535         papers received).
7537 2003-07-13  Karl Eichwalder  <ke@suse.de>
7539         * textmodes/po.el (po-find-charset): White space at the start of the
7540         Content-Type field body is non-mandatory.
7542 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7544         * textmodes/texinfo.el (texinfo-section-list):
7545         Append appendixsection; a synonym for appendixsec.
7547 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
7549         * man.el (Man-translate-cleanup): New.
7550         (Man-translate-references): Call `Man-translate-cleanup' to clean
7551         leading, trailing and middle spaces.
7553 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
7555         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
7556         Handle `dired-directory' being a list.
7558 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7560         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
7561         it doesn't exist.
7563 2003-07-12  Richard M. Stallman  <rms@gnu.org>
7565         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
7567         * progmodes/cc-defs.el (c-make-keywords-re):
7568         Don't use delete-duplicates.
7569         (c-lang-const): Don't use mapcan.
7571         * apropos.el (apropos-show-scores): Make it customizable.
7572         Document new meaning.
7573         (apropos): Compute scores from symbols.
7574         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
7576 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7578         * ps-bdf.el: Fix copyright line.
7579         (bdf-directory-list): Fix initialization code.
7581 2003-07-11  John Paul Wallington  <jpw@gnu.org>
7583         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
7584         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
7585         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
7587 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
7589         * emacs-lisp/ring.el (ring-elements): Doc fix.
7591 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7593         * calendar/timeclock.el (timeclock-relative)
7594         (timeclock-ask-before-exiting, timeclock-use-display-time):
7595         Doc changes.
7596         (timeclock-modeline-display): Give a message if
7597         `timeclock-use-display-time' is non-nil but `display-time-mode'
7598         is not active.
7600 2003-07-11  Kenichi Handa  <handa@m17n.org>
7602         * international/mule-cmds.el (set-language-environment):
7603         Set current-language-environment to the correct string.
7605 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7607         * ps-print.el: Print line number correctly in a region.  Reported by
7608         Tim Allen <timallen@ls83.fsnet.co.uk>.
7609         (ps-print-version): New version number (6.6.2).
7610         (ps-printing-region): Code fix.
7612 2003-07-10  John Paul Wallington  <jpw@gnu.org>
7614         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
7615         this function can be called from `add-completions-from-tags-table'.
7617 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
7619         * calendar/timeclock.el (timeclock-use-display-time)
7620         (timeclock-day-over-hook, timeclock-workday-remaining)
7621         (timeclock-status-string, timeclock-when-to-leave)
7622         (timeclock-when-to-leave-string, timeclock-log-data)
7623         (timeclock-find-discrep, timeclock-day-base)
7624         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
7625         (timeclock-modeline-display): Set the variable
7626         `timeclock-modeline-display'.
7627         (timeclock-update-modeline): Doc fix.  Respect value of
7628         `timeclock-relative'.
7630 2003-07-09  Richard M. Stallman  <rms@gnu.org>
7632         * textmodes/reftex-parse.el (reftex-all-document-files):
7633         Add autoload cookie.
7635         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
7636         (reftex-scanning-info-available-p): Add autoload cookie.
7638         * international/mule-cmds.el
7639         (set-display-table-and-terminal-coding-system): Delete duplicate
7640         aset on standard-display-table.
7642         * view.el (view-file): If existing buffer's major mode is special,
7643         don't go into view mode.
7645         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
7647 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7649         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
7650         buffer changes; there's third party code that calls this function
7651         directly.
7653 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7655         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
7656         (autodoc-font-lock-keywords): Don't byte compile on font lock
7657         initialization when running from byte compiled files.
7659 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7661         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
7662         statement ends with auto-increment "++".
7664 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7666         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7667         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7668         these are changed, so declare them as variables and not constants.
7670 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
7672         * subr.el (dolist, dotimes): Doc fix.
7674 2003-07-08  Kim F. Storm  <storm@cua.dk>
7676         * international/mule-cmds.el
7677         (set-display-table-and-terminal-coding-system): Don't break
7678         bootstrap if standard-display-table isn't setup yet.
7680 2003-07-07  Richard M. Stallman  <rms@gnu.org>
7682         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
7683         Give it a doc string, and autoload it.
7685         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
7686         Use with-no-warnings.
7688         * info.el (Info-search): If find invisible text, search again.
7690         * isearch.el (search-whitespace-regexp): Add a shy group around it.
7692         * man.el (Man-name-regexp): Match + as part of name.
7694         * simple.el (visible-mode): Rename from vis-mode.
7695         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
7697         * simple.el (current-word): New arg REALLY-WORD specifies
7698         don't include punctuation chars.
7700         * emacs-lisp/debug.el (debug, debugger-env-macro):
7701         Use with-no-warnings while accessing and binding unread-command-char.
7703         * international/mule-cmds.el
7704         (set-display-table-and-terminal-coding-system): Use explicit loop
7705         instead of calling standard-display-default.
7707         * net/ange-ftp.el (ange-ftp-file-symlink-p):
7708         Use condition-case to catch error in ange-ftp-get-files.
7710         * net/browse-url.el (browse-url-browser-function):
7711         Add alternative for Epiphany.
7712         (browse-url-epiphany-program, browse-url-epiphany-arguments)
7713         (browse-url-epiphany-startup-arguments)
7714         (browse-url-epiphany-new-window-is-tab): New variables.
7715         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
7717         * progmodes/compile.el (compile-auto-highlight): Default now t.
7718         (compile): Doc fix.
7719         (compilation-next-error): Fix previous change.
7721         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
7723         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
7725 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
7727         * gdb-ui.el (gdb-source-info): Display current frame when
7728         attaching to an existing process.
7729         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
7730         while laying out windows when attaching to an existing process.
7732 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
7734         * info.el (Info-menu): Use Info-menu-entry-name-re.
7736 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
7738         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
7739         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
7741         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
7742         to match the same text.
7744 2003-07-06  John Paul Wallington  <jpw@gnu.org>
7746         * vc.el (vc-annotate-offset): Move defvar up.
7748 2003-07-06  Kim F. Storm  <storm@cua.dk>
7750         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
7751         This should fix the infinite loop when extracting menu names.
7753 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7755         * files.el (auto-mode-alist, interpreter-mode-alist):
7756         Remove entries to CC Mode modes to avoid duplicates; they are now added
7757         with autoload directives in cc-mode.el.
7759 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7761         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7762         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7763         these are changed, so declare them as variables and not constants.
7765         * progmodes/cc-mode.el: Fix some autoload problems: Try to
7766         ensure that the entry for ".c" extension comes before the one for
7767         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
7768         Fix incorrect entries that were added to `interpreter-mode-alist'.
7769         Move the autoload directives for AWK to the top level since they
7770         aren't recognized anywhere else.  Do not use the new AWK mode doc
7771         in the autoload form for the old AWK mode.
7773 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7775         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
7776         (bibtex-sort-ignore-string-entries): Default value t.
7777         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
7778         erroneously in previous version.
7779         (bibtex-string-files): Docstring reflects new parsing scheme.
7780         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
7781         docstring, add # as one of the chars to crush
7782         (bibtex-autokey-prefix-string, bibtex-autokey-names)
7783         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
7784         (bibtex-autokey-name-change-strings)
7785         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
7786         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
7787         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
7788         (bibtex-autokey-title-terminators)
7789         (bibtex-autokey-titlewords-stretch)
7790         (bibtex-autokey-titleword-ignore)
7791         (bibtex-autokey-titleword-case-convert)
7792         (bibtex-autokey-titleword-abbrevs)
7793         (bibtex-autokey-titleword-abbrevs)
7794         (bibtex-autokey-titleword-change-strings)
7795         (bibtex-autokey-titleword-length)
7796         (bibtex-autokey-titleword-separator)
7797         (bibtex-autokey-name-year-separator)
7798         (bibtex-autokey-year-title-separator)
7799         (bibtex-autokey-before-presentation-function)
7800         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
7801         Fix docstring.
7802         (bibtex-strings, bibtex-reference-keys):
7803         Use lazy-completion-table and make-variable-buffer-local.
7804         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
7805         (bibtex-braced-string-syntax-table)
7806         (bibtex-quoted-string-syntax-table): New variables.
7807         (bibtex-parse-nested-braces): Remove.
7808         (bibtex-parse-field-string): Use syntax table and forward-sexp.
7809         (bibtex-parse-association): Simplify.
7810         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
7811         (bibtex-parse-field-text): Simplify.
7812         (bibtex-search-forward-field, bibtex-search-backward-field):
7813         argument BOUND can take value t.
7814         (bibtex-start-of-field, bibtex-start-of-name-in-field)
7815         (bibtex-end-of-name-in-field, bibtex-end-of-field)
7816         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
7817         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
7818         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
7819         (bibtex-skip-to-valid-entry): Return buffer position of beginning
7820         and ending of entry.  Update for changes of bibtex-search-entry.
7821         Simplify.
7822         (bibtex-map-entries): FUN is called with three arguments.
7823         (bibtex-search-entry): Return a cons pair with buffer positions of
7824         beginning and end of entry.
7825         (bibtex-enclosing-field): Simplify.
7826         (bibtex-format-entry): Use booktitle to set a missing title.
7827         (bibtex-autokey-get-names): Fiddle with regexps.
7828         (bibtex-generate-autokey): Use identity.
7829         (bibtex-parse-keys): Use simplified parsing algorithm if
7830         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
7831         arguments.  Return alist of keys.
7832         (bibtex-parse-strings): Simplify.  Return alist of strings.
7833         (bibtex-complete-string-cleanup): Fix docstring.
7834         (bibtex-read-key): New function.
7835         (bibtex-mode): Fix docstring.  Do not parse for keys and
7836         strings when the mode is entered.  Set fill-paragraph-function to
7837         bibtex-fill-field.  Setup font-lock-mark-block-function the way
7838         font-lock intended.
7839         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
7840         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
7841         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
7842         (bibtex-Preamble): Avoid hard coded constants.
7843         (bibtex-make-field): Fix docstring.  Simplify.
7844         (bibtex-beginning-of-entry): Always return new position of point.
7845         (bibtex-end-of-entry): Rearrange cond clauses.
7846         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
7847         Update for changes of bibtex-map-entries.
7848         (bibtex-ispell-abstract): Do not move point.
7849         (bibtex-entry-index): Use downcase.  Simplify.
7850         (bibtex-lessp): Handle catch-all.
7851         (bibtex-find-crossref): Turn into a command.
7852         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
7853         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
7854         preamble entries.
7855         (bibtex-fill-field-bounds): New function.
7856         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
7857         (bibtex-fill-entry): Use bibtex-fill-field-bounds
7858         (bibtex-String): Use bibtex-strings.  Always obey
7859         bibtex-sort-ignore-string-entries.
7861 2003-07-05  John Paul Wallington  <jpw@gnu.org>
7863         * cus-theme.el (customize-create-theme):
7864         Call `customize-create-theme' in Reset widget's notify function.
7866         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
7867         (ibuffer-mark-interactive): Use `or' instead of `unless'.
7868         (define-ibuffer-column name): Add summarizer.
7869         (define-ibuffer-column size): Likewise.
7870         (define-ibuffer-column filename): Likewise.
7871         (define-ibuffer-column process): Likewise.  Change BODY's output too.
7872         (define-ibuffer-column filename-and-process): Likewise, likewise.
7873         (ibuffer): Remove local vars `already-in' and `need-update'.
7875         * ibuf-ext.el: Don't require `derived' at compile-time.
7877 2003-07-05  Kim F. Storm  <storm@cua.dk>
7879         * info.el: Disable paragraph refilling.
7880         (Info-refill-paragraphs): New defcustom.
7881         (Info-fontify-node): Use it.
7883 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
7885         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
7886         thingies from constructors created by defstruct.
7888         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
7889         the default value of the variable.
7890         (byte-code-meter): Move declaration to top level.
7892         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
7894         * info.el (Info-following-node-name-re): New fun.
7895         (Info-following-node-name): Remove.
7896         (Info-insert-dir): Use the new fun.
7897         (Info-extract-pointer): Don't save restriction; use new fun.
7898         (Info-menu-entry-name-re): New const.
7899         (Info-menu-entry-name-re): Use it along with new fun.
7900         (Info-node-spec-re): Use new fun.
7901         (Info-complete-menu-item, Info-fontify-node): Use new const.
7902         (Info-goto-node, Info-follow-reference, Info-menu-update):
7903         Use match-string.
7904         (Info-follow-reference): Use assoc-string.
7905         Use a list of strings for the completion table.
7906         (Info-fontify-node): Use match-string, line-end-position.
7907         Limit the search for `node:' to the first line.
7909         * newcomment.el (uncomment-region): Remove padding coming from
7910         comment-start rather than just from comment-padding.
7912         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
7913         (vc-cvs-stay-local-p): Use vc-stay-local-p.
7914         (vc-cvs-rename-file): Remove (use the default).
7915         (vc-cvs-register): Register parent dir if needed.
7916         (vc-cvs-could-register): Return non-nil if parent can be registered.
7917         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
7918         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
7920         * vc-svn.el (vc-svn-use-edit): Make it into a const.
7921         (vc-svn-update): Fix the arguments to `svn'.
7922         (vc-svn-diff-tree): Just use `vc-svn-diff'.
7923         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
7924         Simple implementations, assuming `name' is a URL.
7926         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
7927         set of chars allowed unquoted in a case pattern.
7929         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
7931         * font-lock.el (font-lock-extra-types-widget)
7932         (c-font-lock-extra-types, c++-font-lock-extra-types)
7933         (objc-font-lock-extra-types, java-font-lock-extra-types)
7934         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
7935         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
7936         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
7937         (font-lock-match-c++-structor-declaration)
7938         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
7939         (c++-font-lock-keywords-3, c++-font-lock-keywords)
7940         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
7941         (objc-font-lock-keywords-3, objc-font-lock-keywords)
7942         (java-font-lock-keywords-1, java-font-lock-keywords-2)
7943         (java-font-lock-keywords-3, java-font-lock-keywords)
7944         (java-font-lock-syntactic-face-function): Remove obsolete code
7945         and constants.  It's all in cc-fonts.el now.
7947 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
7949         * mail/sendmail.el (mail-specify-envelope-from)
7950         (mail-envelope-from): Doc fix.
7952 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
7954         * generic-x.el: Do away with the dependency on `c-emacs-features'
7955         when populating `rul-generic-mode-syntax-table'; we already know
7956         this isn't XEmacs.
7958 See ChangeLog.10 for earlier changes.
7960 ;; Local Variables:
7961 ;; coding: iso-2022-7bit
7962 ;; End:
7964     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
7965   Copying and distribution of this file, with or without modification,
7966   are permitted provided the copyright notice and this notice are preserved.
7968 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1