(python-open-block-statement-p): Fix
[emacs.git] / lisp / ChangeLog
bloba2677c25d6538e002f0c529764d4690ff1d171d9
1 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
3         * bindings.el (completion-ignored-extensions): Add file extensions
4         of Python byte-compiled files.
6 2004-06-12  Juri Linkov  <juri@jurta.org>
8         * info.el (Info-goto-node): Add autoload.
9         (Info-toc): Add substring-no-properties on Info file name.
10         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
11         (Info-mode-map): Bind L to Info-history, T to Info-toc.
13 2004-06-12  Kenichi Handa  <handa@m17n.org>
15         * international/mule-cmds.el (set-language-environment): Load
16         subst tables if necessary.
18         * international/mule.el (decode-char): Load subst tables if
19         necessary.
20         (encode-char): Likewise.
22         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
23         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
24         (utf-16le-decode-loop): Set r5 to -1 before loop.
25         (utf-16be-decode-loop): Likewise.
26         (ccl-decode-mule-utf-16le): Add EOF processing block.
27         (ccl-decode-mule-utf-16be): Likewise.
28         (ccl-decode-mule-utf-16le-with-signature): Likewise.
29         (ccl-decode-mule-utf-16be-with-signature): Likewise.
30         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
31         (ccl-mule-utf-16-encode-untrans): New CCL.
32         (utf-16-decode-to-ucs): Handle pre-read character.
33         (utf-16le-encode-loop): Handle surrogate pair.
34         (utf-16be-encode-loop): Likewise.
35         (ccl-encode-mule-utf-16le-with-signature): Adjusted for the change
36         of utf-16le-encode-loop.
37         (ccl-encode-mule-utf-16be-with-signature): Adjusted for the change
38         of utf-16be-encode-loop.
39         (mule-utf-16-post-read-conversion): Call
40         utf-8-post-read-conversion at first.
41         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature): Include
42         CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
43         Add post-read-conversion and pre-write-conversion.
45         * international/utf-8.el (utf-translate-cjk-charsets): New
46         variable.
47         (utf-translate-cjk-unicode-range): New variable.
48         (utf-translate-cjk-load-tables): New function.
49         (utf-lookup-subst-table-for-decode): New function.
50         (utf-lookup-subst-table-for-encode): New function.
51         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
52         tables here.  Update safe-charsets of utf-* coding systems.
53         (ccl-mule-utf-untrans): New CCL.
54         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
55         at end of each branch.
56         (ccl-mule-utf-8-encode-untrans): New CCL.
57         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
58         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
59         length of encoding.  Don't return r0.
60         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
61         (utf-8-post-read-conversion): Narrow to region properly.  If
62         utf-translate-cjk-mode is on, load tables if necessary.  Call
63         utf-8-compose with hash-table arg if necessary.  Call
64         XXX-compose-region instead of XXX-post-read-convesion.
65         (utf-8-pre-write-conversion): New function.
66         (mule-utf-8): Include CJK charsets in safe-charsets if
67         utf-translate-cjk-mode is on.  Add pre-write-conversion.
69         * international/characters.el: Temporarily set
70         utf-translate-cjk-mode to nil.
72         * language/devan-util.el (devanagari-compose-region): Add
73         autoload cookie.
75         * international/ccl.el (ccl-dump-call): Fix printing the
76         subroutine name.
78 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
80         * dired.el (dired-revert): If buffer is marked unmodified before
81         reverting, keep it marked unmodified.
82         Adapt to new conventions for commenting out code.
83         (dired-make-relative): Adapt to new conventions for commenting out
84         code.
86 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
88         * eshell/esh-module.el (eshell-load-defgroups): Bind
89         `vc-handled-backends' to nil when opening files.
91 2004-06-11  Juanma Barranquero  <lektu@terra.es>
93         * files.el (parse-colon-path, cd): Doc fixes (refer to
94         `path-separator', not colon).
96 2004-06-10  Juanma Barranquero  <lektu@terra.es>
98         * newcomment.el (comment-search-forward)
99         (comment-search-backward): Fix typos in docstring.
100         (comment-region): Doc fix.
102 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
104         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
105         switch is no longer stored in `dired-switches-alist'.
107         * dired-aux.el (dired-insert-subdir): Do not store R switch in
108         `dired-switches-alist'.
110 2004-06-10  Kim F. Storm  <storm@cua.dk>
112         * pcvs.el (cvs-mode-diff-yesterday): New command.
114         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
116 2004-06-10  Juri Linkov  <juri@jurta.org>
118         * emacs-lisp/edebug.el (edebug-eval-defun):
119         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
120         Fix docstring.
122         * simple.el (eval-expression-print-format): Don't print additional
123         information on the first call to `eval-print-last-sexp'.
124         (next-error-find-buffer): Fix punctuation.
125         (killing) <defgroup>: Fix punctuation.
126         (yank-excluded-properties): Change group from editing to killing.
128         * replace.el (perform-replace): Use `limit' to terminate the
129         while-loop explicitly.
131 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
133         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
134         Use lc-*.xpm as prefix instead of *-locol.xpm.
136         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
137         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
138         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
139         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
140         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
141         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
142         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
143         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
144         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
145         * toolbar/lc-up_arrow.xpm:
146         Renamed from *-locol.xpm.
148 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
150         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
151         include forms like &<str>; as valid url patterns.
153 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
155         * dired.el (dired-diff, dired-backup-diff)
156         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
157         (dired-do-chown, dired-do-touch, dired-do-print)
158         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
159         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
160         (dired-create-directory, dired-do-copy, dired-do-symlink)
161         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
162         (dired-do-copy-regexp, dired-do-hardlink-regexp)
163         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
164         (dired-maybe-insert-subdir, dired-next-subdir)
165         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
166         (dired-kill-subdir, dired-tree-up, dired-tree-down)
167         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
168         (dired-run-shell-command, dired-query): Remove redundant,
169         or incorrect, autoloads.
171         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
172         does not end in a slash.  Add optional argument KILL-ROOT.  Update
173         docstring.
174         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
175         (dired-query): Add autoloads.
177 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
179         * progmodes/compile.el (compilation-set-window-height): Rearrange
180         the save-* functions because a buffer can have several current
181         point in different windows.
182         (compilation-error-regexp-alist-alist): Recognize {standard input}
183         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
185 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
187         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
188         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
189         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
190         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
191         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
192         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
193         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
194         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
195         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
196         * toolbar/up_arrow-locol.xpm:
197         New versions of icons that uses fewer colors.
199         * toolbar/tool-bar.el (tool-bar-local-item)
200         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
201         if display-color-cells is 256 or less.
203 2004-06-08  Kim F. Storm  <storm@cua.dk>
205         * wid-edit.el (widget-specify-button): Use hand pointer rather
206         than mouse-face as visible mouse-over effect.
208 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
210         * saveplace.el (save-place-alist-to-file): Bind `print-length'
211         and `print-level' to nil when writing out `save-place-alist'.
212         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
214 2004-06-07  Juanma Barranquero  <lektu@terra.es>
216         * completion.el (completion-kill-region): Doc fix.
218         * format.el (format-insert-annotations)
219         (format-annotate-location): Doc fixes.
220         (format-subtract-regions): Make arguments match their use in
221         docstring.
223         * simple.el (kill-region): Doc fix.
225         * subr.el (insert-buffer-substring-no-properties)
226         (insert-buffer-substring-as-yank): Doc fixes.
228 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
230         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
231         Update docstring.
232         (dired-reset-subdir-switches): New function.
234         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
235         Limit scope of `buffer-read-only' binding.
237 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
239         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
240         eshell-explicit-command-char.
242 2004-06-06  Juanma Barranquero  <lektu@terra.es>
244         * help-fns.el (help-argument-name): Inherit from italic face only
245         if the frame supports it.
247 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
249         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
250         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
251         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
252         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
253         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
254         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
255         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
256         New conversions from xpm files.
258         * toolbar/README: New file.
260 2004-06-06  Richard M. Stallman  <rms@gnu.org>
262         * isearch.el (isearch-mode-map): Undo previous change.
264 2004-06-05  Juri Linkov  <juri@jurta.org>
266         * bindings.el (debug-ignored-errors): Add regexps for history
267         related messages.  Remove $ from "No further undo information".
268         Move Ediff's messages to ediff.el.
270         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
272         * cus-edit.el (custom-display): Add `min-colors'.
274         * custom.el (defface): Add `supports' to docstring.
276         * help-fns.el (help-argument-name): Add :group 'help.
278 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
280         * find-dired.el (find-ls-subdir-switches): New user option.
281         (find-dired): No longer call `abbreviate-file-name' on DIR.
282         Set `dired-subdir-switches' buffer-locally.
284         * locate.el: Merge the two `Commentary' sections.
285         (locate-ls-subdir-switches): New user option.
286         (locate): Update for other changes.
287         (locate-mode-map): Restore Dired binding for mouse-2.
288         Bind `locate-mouse-view-file' to M-mouse-2.
289         Bind `l' to `locate-do-redisplay'.
290         (locate-main-listing-line-p, locate-do-redisplay): New functions.
291         (locate-mouse-view-file, locate-tags, locate-find-directory):
292         Print message if used outside main listing.
293         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
294         Various changes to support inserted subdirectories.
295         (locate-insert-header): Change header of *Locate* buffer.
297         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
298         Change interactive default switches.
299         (dired-rename-subdir-2): Update `dired-switches-alist'.
300         (dired-insert-subdir, dired-kill-subdir):
301         Handle `dired-switches-alist'.  Do not mark buffer modified.
302         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
303         (dired-insert-subdir-doinsert): Omit messages.
304         Handle `dired-subdir-switches'.
305         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
307         * dired.el (dired-subdir-switches, dired-switches-alist):
308         New vars.
309         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
310         subdirs if -R switch is used for a subdir.
311         (dired-mode): Set `dired-switches-alist'.
312         (dired-build-subdir-alist): Only print number of directories in
313         echo area when invoked interactively.
315 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
317         * dired-x.el (dired-omit-mode): Rename from
318         dired-omit-files-p.  Use define-minor-mode to define it.
319         (dired-omit-files-p): Add as alias for dired-omit-mode.
320         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
321         dired-mark-omitted.
322         (dired-mark-omitted): Add.  Bind to M-O.
324 2004-06-05  Kenichi Handa  <handa@m17n.org>
326         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
328 2004-06-05  Juanma Barranquero  <lektu@terra.es>
330         * help-fns.el (help-argument-name): Reintroduce face.
331         (help-default-arg-highlight): Use it, now that
332         `face-differs-from-default-p' can be trusted.
334 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
336         * textmodes/table.el: Sentence commands added to Point Motion
337         group; kill and backward-kill commands added to Extraction group.
339 2004-06-04  Mario Lang  <mlang@delysid.org>
341         * battery.el (battery-linux-proc-acpi): mA was hardcored, but some
342         systems appear to use mW, make the code handle this.  Fix a
343         division-by-zero bug while at it, and handle kernels with
344         a slightly different layout in /proc/acpi.
346 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
348         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
349         because the latter is a CL-ism.  This fixes the bug reported by
350         Shawn Boyette <mdxi@collapsar.net> in
351         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
353 2004-06-04  Miles Bader  <miles@gnu.org>
355         * faces.el (display-supports-face-attributes-p): Function moved to
356         C code.  Previously only the tty-related portion of this function
357         was done in C; however the previous attempt to do a halfway-proper
358         job for non-tty displays in lisp didn't work properly because of
359         funny conditions during Emacs startup.
360         (face-differs-from-default-p): Simplify, now that
361         display-supports-face-attributes-p works properly on all display
362         types.  Remove :stipple from comparison; it doesn't really work
363         in emacs anyway.
365 2004-06-04  Miles Bader  <miles@gnu.org>
367         * faces.el (face-differs-from-default-p): Use a different
368         implementation, so we can really check whether FACE displays
369         differently or not.
371 2004-06-04  Miles Bader  <miles@gnu.org>
373         * faces.el (display-supports-face-attributes-p): Implement a
374         `different from default' check for non-tty displays.
376 2004-06-03  David Kastrup  <dak@gnu.org>
378         * woman.el (woman-mapcan): More concise code.
379         (woman-topic-all-completions, woman-topic-all-completions-1)
380         (woman-topic-all-completions-merge): Replace by a simpler and
381         much faster implementation based on O(n log n) sort/merge instead
382         of the old O(n^2) behavior.
384 2004-06-03  Miles Bader  <miles@gnu.org>
386         * subr.el (read-number): Use canonical format for default in prompt.
388         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps): Add
389         regexp for " [...]" style defaults.
391 2004-06-02  Romain Francoise  <romain@orebokech.com>
393         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
394         groups: if the user asks for a hidden buffer, open the
395         corresponding filter group to expose it.
397         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
398         `ibuffer-jump-to-buffer'.
399         (ibuffer-jump-offer-only-visible-buffers): New user option.
401 2004-06-02  Juanma Barranquero  <lektu@terra.es>
403         * faces.el (frame-update-faces): Add empty docstring so the one
404         for `ignore' doesn't show through.
406         * subr.el (process-kill-without-query): Remove spurious "\n" on
407         obsolescence string.
408         (focus-frame, unfocus-frame): Add obsolescence declaration and
409         empty docstring.
411         * international/mule.el (register-char-codings): Make alias for
412         `ignore'.  Move docstring to obsolescence info and remove
413         redundancy.
415 2004-06-02  Kim F. Storm  <storm@cua.dk>
417         * frame.el (blink-cursor-start): Turn cursor off initially so blink
418         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
420 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
422         * vc-arch.el (vc-arch-state): Don't assume the file exists.
424 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
426         * desktop.el (desktop-save): Don't save minor modes without a
427         known mode initialization function.
429 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
431         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
433         * autorevert.el: Update `Commentary' section.
435 2004-05-30  Juanma Barranquero  <lektu@terra.es>
437         * dos-fns.el (convert-standard-filename):
438         * files.el (convert-standard-filename):
439         * w32-fns.el (convert-standard-filename):
440         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
442 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
444         Sync with Tramp.
446         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
447         (tramp-let-maybe): Move to an earlier spot in the file.
448         Patch by Andreas Schwab.
450 2004-05-30  Andreas Schwab  <schwab@suse.de>
452         * dired.el (dired-get-filename): Don't use dired-re-dot.
454 2004-05-30  Richard M. Stallman  <rms@gnu.org>
456         * files.el (find-file): Doc fix.
458         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
460 2004-05-30  Nick Roberts  <nickrob@gnu.org>
462         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
463         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
464         modeline of the locals buffer.
465         (gdb-goto-breakpoint): Handle gdbmi.
466         (gdb-get-frame-number): Change for gdbmi.
468 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
470         * files.el (file-remote-p): Apply file name handler for operation
471         `file-remote-p'.  It isn' a property any longer.
472         (file-relative-name): `fh' and `fd' get the required value via
473         `find-file-name-handler' already.
475         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
476         (top): Remove setting of `file-remote-p' property for
477         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
479 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
481         Version 2.0.41 of Tramp released.
483         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
484         Throw away if process has died.
485         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
486         (tramp-out-of-band-prompt-regexp): Rename to
487         `tramp-process-alive-regexp', because its usage is widen.
488         (tramp-actions-copy-out-of-band): Apply it.
489         (tramp-actions-before-shell, tramp-multi-actions):
490         Add `tramp-action-process-alive' action.
491         (tramp-action-process-alive): New defun.
492         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
493         Add entry for `file-remote-p'.
494         (tramp-handle-file-remote-p): New defun.
495         (top): Remove setting of `file-remote-p'.  Don't set
496         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
498         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
499         `file-remote-p'.
501         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
502         counted for (last) line.  [They should or they shouldn't?  --Stef]
503         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
505 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
507         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
508         not really necessary but seems to keep the shell history smaller
509         in some cases.  It is no substitute for setting HISTFILE and
510         HISTSIZE from tramp-open-connection-setup-interactive-shell,
511         though.  Suggested by Luc Teirlinck.
512         (tramp-open-connection-setup-interactive-shell): Export variables
513         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
514         (tramp-set-process-query-on-exit-flag): New compat function.
515         (tramp-open-connection-multi, tramp-open-connection-su)
516         (tramp-open-connection-rsh, tramp-open-connection-telnet)
517         (tramp-do-copy-or-rename-file-out-of-band): Use it.
518         (tramp-let-maybe): New macro, let-binds a variable only if it
519         isn't obsolete.
520         (tramp-check-ls-commands, tramp-handle-expand-file-name)
521         (tramp-handle-file-truename): Use it.
522         (tramp-completion-file-name-regexp-unified): Avoid matching
523         filenames starting with "/:" -- those are reserved for
524         file-name-non-special.
526         * tramp-smb.el (tramp-smb-open-connection):
527         Use tramp-set-process-query-on-exit-flag compat function.
529 2004-05-29  Richard M. Stallman  <rms@gnu.org>
531         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
533         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
534         (eval-last-sexp-print-value): Print char equivalent regardless
535         of standard-output value.
537         * thumbs.el (thumbs-subst-char-in-string): Delete.
538         (thumbs-thumbname): Use subst-char-in-string.
539         (thumbs-resize-image): Use condition-case, not ignore-errors.
540         (thumbs-kill-buffer): Likewise.
542         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
543         (thumbs-mode): Make buffer read-only.
544         (thumbs-make-thumb): Unconditionally accept an existing file.
545         (thumbs-insert-thumb): Add thumb-image-file property to the image.
546         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
547         (thumbs-show-thumbs-list): Error if images not supported.
548         (thumbs-save-current-image): Improve prompt string.
549         (thumbs-mode-map): Define u, R, x.
550         (thumbs-unmark): New command.
551         (thumbs-emboss-image): Minor cleanup.
552         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
553         (thumbs-rename-images): New command.
554         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
556         * thumbs.el (thumbs-current-image): New function.
557         (thumbs-file-list, thumbs-file-alist): New functions.
558         (thumbs-find-image): Delete arg L.
559         Don't set up thumbs-fileL as buffer-local global var.
560         (thumbs-find-image-at-point): Use thumbs-current-image.
561         (thumbs-set-image-at-point-to-root-window): Likewise.
562         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
563         Record and warn about errors.  Update thumbs-markedL for deletions.
564         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
565         (thumbs-redraw-buffer): Use thumbs-file-list.
566         (thumbs-mark): Use thumbs-current-image.
567         (thumbs-show-name): Use thumbs-current-image.
569         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
570         and imenu--last-menubar-index-alist.
572         * subr.el (with-selected-window): Undo previous change.
574 2004-05-29  John Paul Wallington  <jpw@gnu.org>
576         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
577         (thumbs-mouse-find-image): New command.
578         (thumbs-mode-map): Bind it to mouse-2.
579         (thumbs-mode): Make mode-class special.
580         (thumbs-view-image-mode): Likewise.
582 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
584         * flymake.el: New file.
586 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
588         * files.el (find-file-noselect-1): Do not bind
589         `inhibit-read-only' to t during execution of
590         `find-file-not-found-functions'.
592 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
594         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
595         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
597 2004-05-28  Juri Linkov  <juri@jurta.org>
599         * simple.el (eval-expression-print-format): New fun.
601         * simple.el (eval-expression):
602         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
603         * emacs-lisp/edebug.el (edebug-compute-previous-result)
604         (edebug-eval-expression): Print additionally the value returned by
605         `eval-expression-print-format'.
607         * emacs-lisp/lisp.el (insert-pair-alist): New var.
608         (insert-pair): Make arguments optional.  Find character pair
609         from `insert-pair-alist' according to the last input event.
610         (insert-parentheses): Make arguments optional.
611         (raise-sexp, delete-pair): New funs.
613         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
614         (emacs-lisp-mode-map, lisp-interaction-mode-map):
615         Bind C-M-q to `indent-pp-sexp'.
617         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
618         `pp-to-string' modified to be able to format text with newlines.
619         (pp-to-string): Move the buffer-formatting part of the code to
620         `pp-buffer'.  Call `pp-buffer'.
622         * info.el (Info-desktop-buffer-misc-data): Don't save information
623         about virtual files.
624         (Info-restore-desktop-buffer): Restore Info buffers in prepared
625         buffers with names obtained from the desktop file instead of the
626         default *info* buffer.
628 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
630         * subr.el (with-selected-window): Only save/restore the selected window.
632         * progmodes/compile.el (compilation-error-regexp-alist):
633         Use expand-file-name and data-directory.
635         * progmodes/grep.el (grep-tree): Rework previous fix.
637         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
638         after the user marked text with the mouse.
640         * startup.el (command-line): Keep the first regexp of
641         auto-save-file-name-transforms intact.
643 2004-05-28  Juanma Barranquero  <lektu@terra.es>
645         * cus-edit.el (customize-face, customize-face-other-window)
646         (custom-face-edit-delete): Make arguments match their use in
647         docstring.
648         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
649         docstring.
651         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
652         not `cvs-butlast'.
654         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
655         `nbutlast' are in subr.el).
657         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
658         (set-w32-system-coding-system): Doc fixes.
660         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
661         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
662         Make arguments match their use in docstring.
663         (artist-draw-region-trim-line-endings)
664         (artist-mouse-choose-operation): Fix typo in docstring.
665         (artist-key-set-point-common): Doc fix.
667 2004-05-28  Simon Josefsson  <jas@extundo.com>
669         * mail/smtpmail.el (smtpmail-open-stream):
670         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
672 2004-05-26  Simon Josefsson  <jas@extundo.com>
674         * starttls.el: Merge with my GNUTLS based starttls.el.
675         (starttls-gnutls-program, starttls-use-gnutls)
676         (starttls-extra-arguments, starttls-process-connection-type)
677         (starttls-connect, starttls-failure, starttls-success): New variables.
678         (starttls-program, starttls-extra-args): Doc fix.
679         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
680         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
681         and pass on to corresponding *-gnutls function if it is set.
683 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
685         * autorevert.el (auto-revert-handler): Disable auto-reverting of
686         remote files.
688 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
690         * files.el (file-name-non-special): There are more operations
691         which need handling: `find-backup-file-name',
692         `insert-file-contents', `verify-visited-file-modtime',
693         `write-region'.  Rename t value of method to `add'.  Add new
694         methods `quote' and `unquote-then-quote' to file-arg-indices.
696 2004-05-25  Juri Linkov  <juri@jurta.org>
698         * info.el (Info-toc): Call Info-mode on intermediate buffer.
699         (Info-index-nodes): Enclose code in condition-case to catch errors.
700         (Info-index-node): Don't search all index nodes if request is only
701         for the current node and file is not in the cache of index nodes.
702         (Info-mode-map): Bind Info-copy-current-node-name to `w'
703         for consistency with dired-copy-filename-as-kill.
704         Bind `S' to Info-search-case-sensitively.
705         (Info-copy-current-node-name): New arg.  With zero prefix arg put
706         the name inside a function call to `info'.  Display copied text in
707         the echo area.
709 2004-05-25  Sam Steingold  <sds@gnu.org>
711         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
712         strip the package prefix from the symbol name, if any.
713         Make it the `find-tag-default-function' for `lisp-mode'.
715 2004-05-25  John Paul Wallington  <jpw@gnu.org>
717         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
718         instead of obsolete `process-kill-without-query'.
720         * textmodes/texinfmt.el (texinfo-indexvar-alist):
721         Declare as variable, not constant.
723 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
725         * files.el (find-file-noselect-1): Fix bug introduced by
726         Revision 1.694.  As a side effect, `inhibit-read-only'
727         is again, by default, t during execution of
728         `find-file-not-found-functions'.
729         (insert-directory): Check that lines were really inserted by
730         the --dired switch, before erasing them.
732 2004-05-24  Nick Roberts  <nickrob@gnu.org>
734         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
735         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
736         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
737         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
738         gud-minor-mode (gdbmi).
740 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
742         * net/browse-url.el (browse-url-interactive-arg): Enable user to
743         explicitly select the text to be taken as URL.
745 2004-05-23  Juri Linkov  <juri@jurta.org>
747         * info.el (Info-index-nodes): New var and fun.
748         (Info-goto-index, Info-index, info-apropos)
749         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
750         (Info-index): Fix docstring.  Store and restore Info-history-list.
751         (Info-complete-nodes): New var.
752         (Info-complete-menu-item): Use it.
753         (Info-index-node): New fun.
754         (Info-final-node, Info-forward-node, Info-backward-node)
755         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
756         Use Info-index-node.
757         (Info-extract-menu-item, Info-extract-menu-counting): Set second
758         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
759         (Info-find-node-2): If a node with period in its name not found,
760         try to find a node without the name part after period.
761         (Info-select-node): Call Info-fontify-node only if
762         Info-fontify-maximum-menu-size is not nil.
763         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
764         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
765         Preserve Info-history-list.
766         (Info-toc): Set Info-current-file.
767         (Info-build-toc): Move point to the beginning of the buffer.
768         Add main-file variable.
769         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
770         Use backslashed representation of the control character ^_.
772         * textmodes/texinfmt.el (texinfo-print-index): Print index line
773         numbers in the new Texinfo 4.7 format.
775         * add-log.el (change-log-font-lock-keywords): Remove `:' from
776         regexps for function and variable names.
778         * descr-text.el (describe-property-list): Add [show] button for
779         `syntax-table' property with action to pp to a separate buffer.
780         (describe-char): Replace search-forward by re-search-forward with
781         whitespace regexp after "character:" to not fail in too narrow windows.
783         * simple.el (next-error-find-buffer): Add a rule to return
784         next-error capable buffer if one window on the selected frame
785         displays such buffer.
787 2004-05-23  Nick Roberts  <nickrob@gnu.org>
789         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
790         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
791         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
792         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
793         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
794         Handle new value for gud-minor-mode (gdbmi).
795         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
796         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
797         Change from local to global gdb variable set.
798         (gdb-ann3): Initialise above gdb variable set.
799         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
800         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
801         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
802         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
803         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
804         (gdb-info-locals-handler, gdb-invalidate-assembler)
805         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
806         set as global variables.
807         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
808         Handle gdbmi.
809         (gdb-info-breakpoints-custom): Fix regexp.
810         (def-gdb-var): Delete.
812         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
813         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
814         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
815         a new mode.  The file (gdb-mi.el) for this mode will be included
816         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
817         primary interface.
819 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
821         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
822         interpreted as a directory.
824 2004-05-22  Richard M. Stallman  <rms@gnu.org>
826         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
827         as a close quote.
829         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
831         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
832         Use assoc-string, not assoc-ignore-case.
834         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
836         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
837         If moving back then fwd gets a defun that ends before point,
838         try again moving fwd then back.
840         * files.el (file-name-non-special): Allow t in file-arg-indices
841         to mean requote the return value.  Use `identity' as an element
842         rather than as the whole value.
844         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
846 2004-05-22  Juanma Barranquero  <lektu@terra.es>
848         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
849         `help-make-usage'.
850         (help-highlight-arguments): Skip function name before searching
851         for arguments.
853 2004-05-21  Juanma Barranquero  <lektu@terra.es>
855         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
856         Don't mention in the docstring these arguments meant for
857         internal (recursive) use only.
858         (allout-char-spec): Comment out (it's not implemented).
859         (allout-old-expose-topic, allout-exposure): Fix docstring and add
860         obsolescence declaration.
861         (allout-flatten-exposed-to-buffer)
862         (allout-indented-exposed-to-buffer): Fix typos in docstring.
863         (my-mark-marker): Doc fix.
864         (produce-allout-mode-map, allout-sibling-index)
865         (allout-isearch-expose, allout-distinctive-bullet)
866         (allout-open-topic, allout-reindent-body)
867         (allout-rebullet-heading, allout-process-exposed)
868         (allout-insert-listified, allout-latex-verb-quote)
869         (allout-insert-latex-header, allout-insert-latex-trailer):
870         Make arguments match their use in docstring.
871         (allout-primary-bullet, allout-old-style-prefixes)
872         (allout-inhibit-protection, allout-init, allout-mode)
873         (allout-before-change-protect, allout-flag-region):
874         Use "Emacs" instead of "emacs" in docstrings.
876 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
878         * international/characters.el: Modify syntax of more characters.
880 2004-05-21  Masatake YAMATO  <jet@gyve.org>
882         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
883         (etags-tags-completion-table): Show parsing progress.
885 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
887         * locate.el (locate-prompt-for-command): Shorten first line of
888         docstring.
889         (locate-mode): Expand docstring and include keymap summary.
891         * files.el (find-file-noselect-1): Limit the scope of the
892         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
893         is, by default, nil during the execution of
894         `find-file-not-found-functions' and `find-file-hook'.
896 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
898         * facemenu.el (facemenu-color-name-equal): New function.
899         (list-colors-display): Use it to compare colors instead of
900         facemenu-color-equal.
902 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
904         * compare-w.el (compare-windows-face): Use min-colors instead of
905         checking for tty or pc types.
907 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
909         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
910         (completion-setup-function): Use with-current-buffer.
911         Properly save excursion.  Simplify.
912         Don't assume there is necessarily a `mouse-face' property somewhere.
914         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
916         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
918         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
919         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
920         Use with-current-buffer.
921         (byte-goto-log-buffer): Delete.
922         (byte-compile-log-file): Call compilation-forget-errors.
924 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
926         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
927         output messages into the search result.
929 2004-05-19  Masatake YAMATO  <jet@gyve.org>
931         * wid-edit.el (widget-radio-button-notify): Revert my last
932         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
934 2004-05-19  Kenichi Handa  <handa@m17n.org>
936         * international/characters.el: Fix syntax (open/close) of CJK chars.
938 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
940         * help-mode.el (help-go-back): Don't depend on position of back button.
942 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
944         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
945         files files don't contain an accidental additional /.
947         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
948         in source buffer.
950 2004-05-18  Masatake YAMATO  <jet@gyve.org>
952         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
953         to widget-apply.  :action method assumes 2 arguments, not 3.
955 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
957         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
958         New constants.
959         (hs-special-modes-alist): Add an f90-mode entry.
961 2004-05-17  Sam Steingold  <sds@gnu.org>
963         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
964         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
966 2004-05-16  Kim F. Storm  <storm@cua.dk>
968         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
970 2004-05-15  John Wiegley  <johnw@newartisans.com>
972         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
973         (eshell-output-object-to-target): Improve output speed 20% by not
974         calling `eshell-stringify' if something is already known to be a string.
976 2004-05-15  Alex Ott  <ott@jet.msk.su>
978         * textmodes/ispell.el (ispell-local-dictionary-alist):
979         Add windows-1251 to the choice of coding systems.
980         (ispell-dictionary-alist-6): Add support for "russianw.aff",
981         encoded in cp1251.
983 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
985         * progmodes/compile.el (compilation-warning-face)
986         (compilation-info-face): Use min-colors.
988 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
990         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
991         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
992         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
993         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
994         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
995         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
996         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
997         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
998         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
999         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1000         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1001         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1002         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1003         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1005 2004-05-15  Kim F. Storm  <storm@cua.dk>
1007         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1008         Use it to set triggered-p element of timer.
1009         (timer-event-handler): Set triggered-p element non-nil while running
1010         the timer function.
1012 2004-05-14  David Ponce  <david@dponce.com>
1014         * tree-widget.el: New file.
1016 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
1018         * language/european.el ("Brazilian Portuguese"): Add support for
1019         Brazilian Portuguese.
1021 2004-05-13  John Wiegley  <johnw@newartisans.com>
1023         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1024         `recentf-mode' if this variable has been customized to t.
1026         * eshell/esh-test.el (eshell-test): Call the function
1027         `emacs-version' rather than trying to build a custom version string.
1029 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1031         * net/telnet.el (telnet-mode): Use define-derived-mode.
1032         Don't modify the global value of comint-prompt-regexp.
1034 2004-05-13  John Paul Wallington  <jpw@gnu.org>
1036         * version.el (emacs-version): Check for `gtk' feature before
1037         `x-toolkit' feature.
1039 2004-05-13  Juanma Barranquero  <lektu@terra.es>
1041         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1042         arguments in the docstring, they're used only in recursive calls.
1044         * help-fns.el (help-arg-highlighting-function)
1045         (help-argument-name): Delete.
1046         (help-default-arg-highlight): New function.
1047         (help-do-arg-highlighting): Use it.
1049 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
1051         * calendar/appt.el (appt-disp-window):
1052         Use `calendar-set-mode-line' for a centered mode-line.
1054 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1056         * calendar/appt.el (appt-disp-window): Do not split window
1057         excessively when `split-height-threshold' is low.
1059 2004-05-12  Nick Roberts  <nickrob@gnu.org>
1061         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1062         kill-buffer-hook here and make it local.
1063         (gud-kill-buffer-hook): Use kill-process for a sure kill.
1065 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
1067         * progmodes/compile.el (compilation-set-window-height):
1068         Use save-excursion to protect against misplaced marker.
1070 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1072         * custom.el (defface): Document that type can have value gtk.
1074         * faces.el (face-spec-set-match-display): Handle type gtk in display.
1076 2004-05-12  Kenichi Handa  <handa@m17n.org>
1078         * descr-text.el: Require quail at comile time.
1079         (describe-char): If an input method is on and it supports the
1080         character, show how to input it.
1082         * international/quail.el (quail-install-decode-map): Accept a
1083         char-table whose subtype is `quail-decode-map'.
1084         (quail-store-decode-map-key, quail-gen-decode-map1)
1085         (quail-gen-decode-map, quail-find-key1, quail-find-key)
1086         (quail-show-key): New functions.
1088 2004-05-12  Juanma Barranquero  <lektu@terra.es>
1090         * generic.el (define-generic-mode): Remove redundant arglist info.
1092         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1093         Make arguments match their use in docstring.
1094         (help-arg-highlighting-function): New variable.
1095         (help-argument-name): Mention it in the docstring.
1096         (help-do-arg-highlight): Use it.  Expand regexp to accept also
1097         ARG-xxx and xxx-ARG references.
1099 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
1101         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1102         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1103         and "mailto:addr1?to=addr2" equal.
1105 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
1107         * man.el (Man-getpage-in-background): Use shell-file-name
1108         and shell-command-switch variables instead of hard-coded values.
1110 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
1112         * iimage.el: New file.
1114 2004-05-11  Juanma Barranquero  <lektu@terra.es>
1116         * custom.el (custom-initialize-default, defcustom):
1117         Fix typo in docstring.
1119         * files.el (set-visited-file-name, file-expand-wildcards):
1120         Fix docstring.
1122 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1124         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1126         * subr.el (eventp): Be more discriminating with integers.
1128 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
1130         * progmodes/compile.el (compile): Add universal prefix arg.
1131         (compilation-error-regexp-alist-alist): Add edg patterns.
1133 2004-05-10  Sam Steingold  <sds@gnu.org>
1135         * textmodes/ispell.el (ispell-message):
1136         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1138 2004-05-10  Dave Love  <fx@gnu.org>
1140         * progmodes/python.el (help-buffer): Autoload when compiling.
1141         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1142         (run-python): Prepend to any existing PYTHONPATH.
1144 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
1146         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1147         for pending breakpoints.
1149 2004-05-10  Richard M. Stallman  <rms@gnu.org>
1151         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
1152         directly without calling any functions in Rmail.
1153         (unrmail-unprune): Function deleted.
1155 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1157         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1158         C-c C-z binding.
1160 2004-05-10  Kenichi Handa  <handa@m17n.org>
1162         * descr-text.el (describe-char): Fix previous change.  Don't make
1163         a unibyte character to multibyte in the *Help* buffer.
1165 2004-05-10  Miles Bader  <miles@gnu.org>
1167         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1168         buffer an error if the debugger process is actually running.
1170 2004-05-10  Juanma Barranquero  <lektu@terra.es>
1172         * help-fns.el (help-argument-name): Default to italic.
1173         (help-highlight-arguments): Return always (usage . doc), even when
1174         usage is nil.
1176         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1177         (define-ibuffer-filter): Add usage info.
1178         (define-ibuffer-op): Add usage info (but CL-style defaults for
1179         keyword args are not shown).
1181         * subr.el (remove-overlays, read-passwd): Fix docstring.
1182         (start-process-shell-command): Fix docstring.  Put usage info in a
1183         format usable by `describe-function'.
1184         (open-network-stream, open-network-stream-nowait)
1185         (open-network-stream-server): Fix docstring.
1187 2004-05-09  Jason Rumney  <jasonr@gnu.org>
1189         * international/code-pages (cp932, cp936, cp949, c950): Remove.
1190         Only define cp125* if windows-125* is already defined.
1192         * language/korean.el (cp949): Add alias.
1194         * language/chinese.el (cp936, cp950): Add aliases.
1196         * language/japanese.el (cp932): Add alias.
1198         * term/w32-win.el: Require code-pages.
1200         * international/mule-cmds.el (set-locale-environment):
1201         On MS-Windows use ansi code-page for default coding-systems.
1202         Set up paper sizes for Windows 3 letter languages.
1204         * international/code-pages.el (cp932, cp936, cp949, cp950):
1205         Add aliases.  Also add cp125* if not already defined.
1207 2004-05-09  Juanma Barranquero  <lektu@terra.es>
1209         * help-fns.el (help-highlight-arguments): Don't try to highlight
1210         missing or autoloaded arglists.  Accept structured arguments, like
1211         the first ones of `do' and `flet'.
1213         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1214         (cvs-get-marked): Remove redundant arglist info.
1216         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1217         Don't use CL-style default args.
1219 2004-05-08  Andreas Schwab  <schwab@suse.de>
1221         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1223         * international/subst-ksc.el: Fix references to utf-translate-cjk
1224         into utf-translate-cjk-mode.
1225         * international/subst-big5.el: Likewise.
1226         * international/subst-gb2312.el: Likewise.
1227         * international/subst-jis.el: Likewise.
1228         * international/utf-16.el: Likewise.
1229         * international/utf-8.el: Likewise.
1231 2004-05-08  John Wiegley  <johnw@newartisans.com>
1233         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1234         "virtual buffers" (off by default), which makes it possible to
1235         switch to the "virtual" buffers of recently visited files.  When a
1236         buffer name search fails, and this option is on, iswitchb will
1237         look at the list of recently visited files, and permit matching
1238         against those names.  When the user hits RET on a match, it will
1239         revisit that file.
1240         (iswitchb-read-buffer): Add two optional arguments, which makes
1241         isearchb.el possible.
1242         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
1243         (iswitchb-next-match): Add support for virtual buffers.
1245         * isearchb.el: This module extends iswitchb to provide "as you
1246         type" buffer selection.
1248         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
1249         Ignore the read-only property when flyspell highlighting is on.
1250         Not ignoring it leads to a series of confusing errors.
1251         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
1252         but also make sure to call flyspell-incorrect-hook.
1253         (flyspell-maybe-correct-transposition): Perform transposition test
1254         by bit twiddling a string, rather than using a temp buffer.
1255         (flyspell-maybe-correct-doubling): Use a string rather than a temp
1256         buffer.  This is also the original version of the code, which
1257         could not be checked in before due to a previous lack of
1258         assignment papers.  This version has seen heavy usage on my system
1259         for several years now.
1261         * calendar/cal-bahai.el: New file, which adds support for the
1262         Baha'i calendar to Emacs.  This calendar is based on a solar year
1263         of 19 months of 19 days, with 4 intercalary days.  Each year
1264         begins on March 21, with the calendar starting in 1844.
1266         * calendar/cal-menu.el, calendar/calendar.el,
1267         calendar/diary-lib.el, calendar/holidays.el: Added support for
1268         using cal-bahai.el.
1270         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
1271         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
1272         function can be used outside of eshell buffers.
1273         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
1275 2004-05-08  Juanma Barranquero  <lektu@terra.es>
1277         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
1278         word constituent so FOO-ARG is not recognized as an arg.
1279         (help-highlight-arguments): Don't skip lists in mandatory arguments.
1281         * simple.el (next-error): Fix typo in docstring.
1282         (open-line): Make argument names match their use in docstring.
1283         (split-line): Fix docstring.
1285         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
1286         usable by `describe-function'.
1287         (gensym, gentemp, typep, ignore-errors): Make argument names match
1288         their use in docstring.
1290         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
1291         argument to `help-setup-xref'.
1293 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
1295         Version 2.0.40 of Tramp released.
1297         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
1298         Use symbol-function to invoke functions only known on some Emacs
1299         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
1300         Scaldeferri <kevin@scaldeferri.com>.
1301         (tramp-do-copy-or-rename-file-via-buffer): Rename from
1302         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
1303         consistent with the other tramp-do-* functions.
1304         (tramp-do-copy-or-rename-file): Calls adjusted.
1305         (tramp-process-initial-commands): Avoid liveness check on shell --
1306         we know that it must be alive since we're opening a connection at
1307         this moment.
1308         (tramp-last-cmd): New internal variable.
1309         (tramp-process-echoes): New tunable.
1310         (tramp-send-command): Set tramp-last-cmd.
1311         (tramp-wait-for-output): Delete echo, if applicable.
1312         (tramp-read-passwd): Construct the key for the password cache in a
1313         way that works for multi methods, too.
1314         (tramp-bug): Add backup-directory-alist and
1315         bkup-backup-directory-info to bug reports, with Tramp counterparts.
1317 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
1319         * net/tramp*.el: Suppress byte-compiler warnings where possible.
1321         * net/tramp.el (tramp-out-of-band-prompt-regexp)
1322         (tramp-actions-copy-out-of-band): New defcustoms.
1323         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
1324         used instead of a synchronous one.  Allows password entering.
1325         (tramp-action-out-of-band): New defun.
1326         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
1327         Remove restriction with password from doc string.
1328         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
1329         `tramp-out-of-band-prompt-regexp',
1330         `tramp-actions-copy-out-of-band', `password-cache' and
1331         `password-cache-expiry'.
1332         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
1333         password caching.
1334         (tramp-touch): FILE can be a local file, too.
1335         (TODO): Remove items done.
1336         (tramp-handle-insert-directory): Properly quote file name also if
1337         not full-directory-p.  Handle wildcard case.  Reported by Andreas
1338         Schwab <schwab@suse.de>.
1339         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
1340         new file.
1341         (tramp-handle-file-local-copy, tramp-handle-write-region):
1342         The permissions of the temporary file are set if filename exists.
1343         Reported by Ted Stern <stern@cray.com>.
1344         (tramp-backup-directory-alist)
1345         (tramp-bkup-backup-directory-info): New defcustoms.
1346         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
1347         (tramp-handle-find-backup-file-name): New function.
1348         Implements Tramp's find-backup-file-name.
1350         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
1351         for `find-backup-file-name'.
1353         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
1354         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
1356 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
1358         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
1360 2004-05-07  Juanma Barranquero  <lektu@terra.es>
1362         * subr.el (lambda): Add arglist description to docstring.
1363         (declare): Fix typo in docstring.
1364         (open-network-stream): Fix docstring.
1365         (process-kill-without-query): Fix docstring and add obsolescence info.
1366         (last, butlast, nbutlast): Make arguments match their use in docstring.
1367         (insert-buffer-substring-no-properties): Likewise.
1368         (insert-buffer-substring-as-yank): Likewise.
1369         (split-string): Fix docstring.
1371         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1372         Make argument names match their use in docstring.
1374         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
1376 2004-05-06  Nick Roberts  <nickrob@gnu.org>
1378         * progmodes/gdb-ui.el: Improve/extend documentation strings.
1379         Fit first sentence on one line for apropos-command.
1381 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1383         Changes largely merged in from Dave Love's code.
1384         * progmodes/python.el: Doc fixes.
1385         (python-mode-map): Add python-complete-symbol.
1386         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
1387         (python-comment-indent, python-complete-symbol)
1388         (python-symbol-completions, python-partial-symbol)
1389         (python-try-complete): New.
1390         (python-indent-line): Remove optional arg.  Use python-block-end-p.
1391         (python-check): Bind compilation-error-regexp-alist.
1392         (inferior-python-mode): Use rx.  Move keybindings to top level.
1393         Set comint-input-filter.
1394         (python-preoutput-filter): Use rx.
1395         (python-input-filter): Re-introduce.
1396         (python-proc): Start new process if necessary.
1397         Check python-buffer non-nil.
1398         (view-return-to-alist): Defvar.
1399         (python-send-receive): New.
1400         (python-eldoc-function): Use it.
1401         (python-mode-running): Don't defvar.
1402         (python-mode): Set comment-indent-function.
1403         Maybe update hippie-expand-try-functions-list.
1404         (python-indentation-levels): Initialize differently.
1405         (python-block-end-p): New.
1406         (python-indent-line): Use it.
1407         (python-compilation-regexp-alist): Augment.
1408         (run-python): Import `emacs' module to Python rather than loading
1409         code directly.  Set python-buffer differently.
1410         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
1411         Use python-proc.
1412         (python-send-command): Go to end of comint buffer.
1413         (python-load-file): Use python-proc, emacs.eimport.
1414         (python-describe-symbol): Simplify interactive form.
1415         Use emacs.help.  Do use temp-buffer-show-hook.
1416         Call print-help-return-message.
1417         (hippie-exp): Require when compiling.
1418         (python-preoutput-continuation): Use rx.
1420         * diff-mode.el (diff-make-unified): Fix regexp.
1422 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
1424         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
1425         filter groups from the buffer when rebuilding the Ibuffer buffer
1426         and `ibuffer-show-empty-filter-groups' is nil.
1428 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1430         * ps-print.el (ps-print-quote): Call ps-value-string.
1431         (ps-setup): Call ps-comment-string.
1432         (ps-value-string, ps-comment-string): New funs.
1434 2004-05-06  Juanma Barranquero  <lektu@terra.es>
1436         * ehelp.el (electric-help-command-loop): Check whether the last
1437         character is visible, not (point-max).
1439         * help-fns.el (help-argument-name): Default to bold; don't inherit
1440         from font-lock-variable-name-face.
1441         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
1443 2004-05-05  Kenichi Handa  <handa@m17n.org>
1445         * descr-text.el (describe-char): Copy the character with text
1446         properties and overlays into the first line, and call
1447         describe-text-properties on it.
1449 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
1451         * iswitchb.el (iswitchb-global-map): Fix typo.
1452         Remove unwanted ###autoloads from source file.
1454 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
1456         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
1457         in run-hooks.  Use substitute-command-keys in message.
1458         (wdired-abort-changes): Add message.
1460 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
1462         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
1463         (sql-emacs20-p): Remove.
1464         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
1465         (sql-builtin-face, sql-doc-face): Remove.
1466         (sql-mode-ansi-font-lock-keywords)
1467         (sql-mode-oracle-font-lock-keywords)
1468         (sql-mode-postgres-font-lock-keywords)
1469         (sql-mode-linter-font-lock-keywords)
1470         (sql-mode-ms-font-lock-keywords)
1471         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
1472         (sql-product-font-lock): Fix font-lock reset when font rules change.
1473         (sql-highlight-product): Remove incorrect font-lock reset logic.
1475 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
1477         * ses.el (ses-set-parameter): Fix typo.
1479 2004-05-04  Kim F. Storm  <storm@cua.dk>
1481         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
1482         Must expand directory for completion to work; and don't mess with
1483         process-environment.
1484         (ido-read-file-name): If command has ido property, don't use ido
1485         if value is ignore, or read as directory if value is dir.
1486         Set ido ignore property for dired-do-rename command.
1488 2004-05-04  Juanma Barranquero  <lektu@terra.es>
1490         * ehelp.el (electric-help-command-loop, electric-help-undefined)
1491         (electric-help-help): Check against unmapped commands.
1493         * help-fns.el (help-argument-name): New face, inheriting from
1494         font-lock-variable-name-face, to highlight function arguments in
1495         `describe-function' and `describe-key'.
1496         (help-do-arg-highlight): Auxiliary function to highlight a given
1497         list of arguments in a string.
1498         (help-highlight-arguments): Highlight the function arguments and
1499         all uses of them in the docstring.
1500         (describe-function-1): Use it.  Do docstring output via `insert',
1501         not 'princ', so text attributes are preserved.
1503         * winner.el (winner-mode-map): Move `winner-undo' and
1504         `winner-redo' to C-c <left> and C-c <right>, respectively (the
1505         previous bindings conflict with `prev-buffer', `next-buffer').
1507 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1509         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
1510         (bibtex-entry-update): New command bound to C-c C-u.
1511         (bibtex-text-in-string): Fix regexp.
1512         (bibtex-assoc-of-regexp): Remove.
1513         (bibtex-progress-message): Fix docstring.
1514         (bibtex-inside-field): Use if.
1515         (bibtex-assoc-regexp): New function.
1516         (bibtex-format-entry): Make code more robust so that it formats
1517         also old entries.
1518         (bibtex-autokey-demangle-title): Merge with obsolete function
1519         bibtex-assoc-of-regexp.
1520         (bibtex-field-list): New function.
1521         (bibtex-entry): Use bibtex-field-list.
1522         (bibtex-parse-entry): Fix docstring.
1523         (bibtex-print-help-message): Use bibtex-field-list.
1524         (bibtex-make-field): Use bibtex-field-list.
1525         (bibtex-entry-index): Bugfix.  Return crossref key if required.
1526         (bibtex-lessp): Fix docstring.
1528 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
1530         * select.el (xselect-convert-to-string): Move comment to intended line.
1532 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1534         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
1535         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
1537 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1539         * term/x-win.el (x-clipboard-yank): Don't exit on error from
1540         x-get-selection.
1542 2004-05-03  Jason Rumney  <jasonr@gnu.org>
1544         * makefile.nt: Remove.
1546 2004-05-03  Kim F. Storm  <storm@cua.dk>
1548         * emulation/cua-base.el (cua--update-indications): Fix last change.
1549         (cua-mode): Deactivate mark when cua-mode is enabled.
1551 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
1553         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
1555 2004-05-03  Nick Roberts  <nickrob@gnu.org>
1557         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
1558         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
1559         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
1560         window over visible frames.
1561         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
1563 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1565         * progmodes/compile.el (compilation-gcpro): New var.
1566         (compilation-fake-loc): Use it.
1567         (compilation-forget-errors): Reset it.
1569 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1571         * diff-mode.el (diff-header-face, diff-file-header-face):
1572         Use min-colors.
1574 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1576         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
1577         (bibtex-clean-entry): Disentangle code.
1578         (bibtex-realign): New function.
1579         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
1580         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
1581         Remove undocumented optional arg called-by-convert-alien.
1582         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
1583         for sorting instead of bibtex-sort-buffer.
1585 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
1587         * progmodes/compile.el (compilation-start): In the
1588         no-async-subprocesses branch, call sit-for to give redisplay a
1589         chance to show the updated process status in the mode line, and
1590         fontify the buffer explicitly after the process exits.
1592 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1594         * progmodes/python.el (python-compilation-line-number): Remove.
1595         (python-compilation-regexp-alist): Don't use it any more.
1596         (python-orig-start, python-input-filter): Remove.
1597         (inferior-python-mode): Don't set up comint-input-filter-functions.
1598         (python-send-region): Use compilation-fake-loc.
1600         * progmodes/compile.el (compilation-messages-start): New var.
1601         (compilation-mode): Don't setup next-error-function here.
1602         (compilation-setup): Set it up here instead (for minor modes as well).
1603         Make compilation-messages-start buffer local.
1604         (compilation-next-error-function): Use it.
1605         (compilation-forget-errors): Set compilation-messages-start.
1607 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1609         * ielm.el (ielm-prompt-read-only): Update docstring.
1611         * comint.el (comint-prompt-read-only): Update docstring.
1612         (comint-update-fence, comint-kill-whole-line)
1613         (comint-kill-region): New functions.
1615         * simple.el (kill-whole-line): Use "p" instead of "P" in
1616         interactive form.
1618 2004-05-01  Juanma Barranquero  <lektu@terra.es>
1620         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
1621         format arglist so default values in CL-style argument lists are
1622         correctly shown.
1624 2004-05-01  Jason Rumney  <jasonr@gnu.org>
1626         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
1628 2004-05-01  Kenichi Handa  <handa@m17n.org>
1630         * international/titdic-cnv.el (miscdic-convert): Don't generate a
1631         quail file if it is up to date.
1633 2004-04-30  Juri Linkov  <juri@jurta.org>
1635         * cus-edit.el (custom-mode-map):
1636         Add key binding `C-x C-s' to `Custom-save'.
1638         * outline.el (outline-blank-line): New var.
1639         (outline-next-preface, outline-show-heading)
1640         (outline-end-of-subtree): Use it.
1642         * dired-aux.el (dired-touch-initial): New fun.
1643         (dired-do-chxxx): Call it for op-symbol `touch'.
1644         (dired-diff): Use `dired-dwim-target-directory'
1645         if current dired buffer has no buffer mark.
1647         * bindings.el (propertized-buffer-identification):
1648         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
1649         Add C-M-arrow keys for consistency.
1651         * files.el (confirm-kill-emacs):
1652         Change group from top-level `emacs' to `convenience'.
1654         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1655         Push mark on the first call of successive command calls.
1656         (insert-pair): New fun created from `insert-parentheses' with
1657         `open' and `close' arguments added.  Enclose active regions
1658         in paired characters.  Compare adjacent characters syntax with
1659         inserted characters syntax before inserting a space.
1660         (insert-parentheses): Call `insert-pair' with ?\( ?\).
1662         * delsel.el: Don't put `delete-selection' property
1663         on `insert-parentheses' symbol to take advantage of
1664         region handling in `insert-pair' function.
1665         Suggested by Stephan Stahl <stahl@eos.franken.de>.
1667 2004-04-30  Kim F. Storm  <storm@cua.dk>
1669         * emulation/cua-base.el: Add support for changing cursor types;
1670         based on patch from Michael Mauger.
1671         (cua-normal-cursor-color, cua-read-only-cursor-color)
1672         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
1673         Customization cursor type and/or cursor color.
1674         (cua--update-indications): Handle cursor type changes.
1675         (cua-mode): Update cursor indications if enabled.
1677         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
1679         * mouse.el (mouse-drag-copy-region): New defcustom.
1680         (mouse-set-region, mouse-drag-region-1): Use it.
1682         * simple.el (kill-ring-save): If region face background color is
1683         unspecified (if no highlighting), show extent of fully visible
1684         region even if transient-mark-mode is enabled.
1686         * emulation/cua-base.el (cua--standard-movement-commands):
1687         Add cua-scroll-up and cua-scroll-down.
1688         (cua-scroll-up, cua-scroll-down): New commands.
1689         (cua--init-keymaps): Remap scroll-up and scroll-down.
1691         * emulation/cua-rect.el (cua--convert-rectangle-as):
1692         New defmacro.
1693         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
1694         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
1695         New commands (suggested by Jordan Breeding).
1697 2004-04-30  Juanma Barranquero  <lektu@terra.es>
1699         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
1701 2004-04-30  Mario Lang  <mlang@delysid.org>
1703         * diff.el (diff-switches): Fix typo in docstring.
1705 2004-04-30  Alex Schroeder  <alex@gnu.org>
1707         * xml.el (xml-debug-print-internal): Don't add newline and
1708         indentation to text nodes and write empty elements as empty tags
1709         instead of opening and closing tags.
1710         (xml-debug-print): Take optional indent-string argument.
1711         (xml-print): Alias for xml-debug-print.
1713 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1715         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
1716         than duplicate call to `line-beginning-position'.
1718         * progmodes/f90.el (f90-get-present-comment-type):
1719         Return whitespace, as well as comment chars, for consistent filling
1720         of comment blocks.  Use `match-string-no-properties'.
1721         (f90-break-line): Trim trailing whitespace when filling comments.
1723 2004-04-30  Dave Love  <fx@gnu.org>
1725         * calendar/diary-lib.el (diary-outlook-formats): New variable.
1726         (diary-from-outlook-internal, diary-from-outlook)
1727         (diary-from-outlook-gnus, diary-from-outlook-rmail):
1728         New functions to import diary entries from Outlook-format
1729         appointments in mail messages.
1731 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1733         * progmodes/python.el (python-send-command): New fun.
1734         (python-send-region, python-load-file): Use it.
1736         * progmodes/compile.el (compilation-last-buffer): Add var alias.
1738         * help-fns.el (help-C-file-name): Use new subr-name.
1739         Prepend `src/' to the file name.
1740         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
1741         (describe-function-1, describe-variable): Only find a C source file
1742         name if DOC is already loaded.
1744         * help-mode.el (help-function-def, help-variable-def):
1745         Use the new find-function-search-for-symbol functionality.
1746         Allow FILE to be `C-source'.
1748         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
1749         (find-function-C-source): New fun.
1750         (find-function-search-for-symbol): Use it.
1752 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
1754         * progmodes/sql.el (sql-product-alist): Rename variable
1755         `sql-product-support'.  Add Postgres login parameters.
1756         (sql-set-product, sql-product-feature): Update with renamed variable.
1757         (sql-connect-postgres): Add username prompt.
1758         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
1759         Make patterns less product specific.
1760         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
1761         (sql-mode-abbrev-table): Modify initialization.
1762         (sql-builtin-face): Add variable.
1763         (sql-keywords-re): Add macro.
1764         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
1765         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
1766         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
1767         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
1768         (sql-mode-linter-font-lock-keywords)
1769         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
1770         (sql-mode-sybase-font-lock-keywords)
1771         (sql-mode-informix-font-lock-keywords)
1772         (sql-mode-interbase-font-lock-keywords)
1773         (sql-mode-ingres-font-lock-keywords)
1774         (sql-mode-solid-font-lock-keywords)
1775         (sql-mode-sqlite-font-lock-keywords)
1776         (sql-mode-db2-font-lock-keywords): Default to nil.
1777         (sql-product-font-lock): Always highlight ANSI keywords.
1778         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
1779         (sql-send-string): Add function.
1781 2004-04-29  Dave Love  <fx@gnu.org>
1783         * progmodes/cfengine.el (cfengine-beginning-of-defun)
1784         (cfengine-end-of-defun): Ensure progress through buffer.
1786         * info-look.el (cfengine-mode): Accept a terminal ().
1788 2004-04-29  Juri Linkov  <juri@jurta.org>
1790         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
1791         instead of isearch-yank-word-or-char.  Add new key bindings for
1792         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
1793         (isearch-del-char): New fun.
1794         (isearch-forward, isearch-edit-string): Update docstring.
1795         (isearch-yank-char): Doc fix.
1796         (isearch-other-meta-char): Restore point after scrolling.
1798         * progmodes/compile.el (compilation-context-lines): Add nil option
1799         to disable compilation output window scrolling.
1800         (compilation-set-window): Use it.
1802         * outline.el (outline-next-preface, outline-show-heading):
1803         Don't leave unhidden blank line before heading.
1804         (outline-end-of-subtree): Include last newline into subtree.
1805         (hide-entry): Leave point at beginning of heading instead of end.
1806         (outline-up-heading): Push mark for the first call of successive
1807         command calls.
1809 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
1811         * comint.el (comint-prompt-read-only): New variable.
1812         (comint-output-filter): Implement it.
1814         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
1815         (ielm-prompt-internal): New variable.
1816         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
1817         (ielm-send-input): Delete unused variable `buf'.
1818         (ielm-eval-input): Use `ielm-prompt-internal'.
1819         (inferior-emacs-lisp-mode): Use new variables
1820         `comint-prompt-read-only' and `ielm-prompt-internal'.
1821         Get rid of obsolete variable `directory-sep-char'.
1822         (ielm): Use `zerop'.
1824 2004-04-29  John Paul Wallington  <jpw@gnu.org>
1826         * thumbs.el (toplevel): Require cl at compile time.
1827         Remove conditional definitions of `ignore-errors' and `caddar'
1828         because they occur at run time.
1830 2004-04-28  Nick Roberts  <nickrob@gnu.org>
1832         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
1833         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
1834         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1835         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
1837         * progmodes/gud.el (gud-common-init): Throw an error if program is
1838         already running under gdb.
1840 2004-04-28  John Paul Wallington  <jpw@gnu.org>
1842         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
1843         (thumbs-show-image-num): Move assignment of
1844         `thumbs-current-image-filename' within scope of `i'.
1845         (thumbs-emboss-image): Don't use `evenp'.
1847 2004-04-28  Richard M. Stallman  <rms@gnu.org>
1849         * progmodes/compile.el (compilation-context-lines): Default now 0.
1851 2004-04-28  Juanma Barranquero  <lektu@terra.es>
1853         Use `time-less-p' from calendar/time-date.el instead of defining
1854         custom versions of it.
1856         * pcomplete.el (pcomplete-time-less-p): Remove.
1858         * thumbs.el (time-less-p): Remove.
1860         * calendar/timeclock.el (timeclock-time-less-p): Remove.
1861         (timeclock-generate-report): Use `time-less-p'.
1863         * emacs-lisp/autoload.el (autoload-before-p): Remove.
1864         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
1866 2004-04-28  Masatake YAMATO  <jet@gyve.org>
1868         * subr.el (remove-overlays): Make arguments optional.
1870         * wid-edit.el (widget-specify-button): Put evaporate to the
1871         overlay for sample.
1872         (widget-specify-sample): Put evaporate to the overlay for sample.
1873         (widget-specify-doc): Put evaporate to the overlay for documentation.
1875 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
1877         * info.el (info-apropos): Make it an index node.  Align node names
1878         like makeinfo.
1880 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
1882         * net/browse-url.el (browse-url-netscape-sentinel)
1883         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
1884         (browse-url-epiphany-sentinel, browse-url-mosaic):
1885         Use browse-url-*-program instead of a literal program name.
1887 2004-04-27  Kevin Ryde  <user42@zip.com.au>
1889         * eshell/em-alias.el:
1890         * eshell/em-dirs.el:
1891         * eshell/em-hist.el:
1892         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
1893         features when M-x customize-group loads modules before the main
1894         eshell.el.
1896 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
1898         * subr.el (momentary-string-display): Support EXIT-CHAR that is
1899         either a character representation of an event or an event
1900         description list.
1902         * type-break.el: Capitalise Emacs and Lisp.
1903         (type-break-good-break-interval, type-break-demo-boring-stats)
1904         (type-break-terse-messages, type-break-file-name): New defcustoms.
1905         (type-break-post-command-hook)
1906         (type-break-warning-countdown-string): Quote variable names in doc.
1907         (type-break-interval-start, type-break-auto-save-file-name): New vars.
1908         (type-break-mode): Document type-break-good-break-interval and the
1909         "session" file.  Schedule break according to the session file.
1910         Kill session file buffer on exit.  Organise for save-some-buffers
1911         to always save the session file.
1912         (type-break-mode-line-message-mode, type-break-query-mode):
1913         Uppercase arguments.
1914         (type-break-file-time, type-break-file-keystroke-count, timep)
1915         (type-break-choose-file, type-break-get-previous-time)
1916         (type-break-get-previous-count): New defuns.
1917         (type-break): Avoid break querying after a completed break in the
1918         case where the query was initiated during user invocation of the
1919         break.  Optional terse messages.
1920         Use type-break-good-break-interval if type-break-good-rest-interval is
1921         nil.  File the break time.
1922         (type-break-schedule): New optional args for overriding the use of
1923         the current time.
1924         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
1925         after a break.
1926         (type-break-check): File the keystroke count.
1927         (type-break-do-query): Prevent a second query when the break is
1928         interrupted.  Optional terse message.
1929         (type-break-keystroke-reset): Record the start of a typing interval.
1930         (type-break-demo-boring): Optional terse messages.  Display word
1931         per minute and keystroke counts according to
1932         type-break-demo-boring-stats.
1934 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
1936         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
1937         directories, make sure they exist under archive-tmpdir.
1939 2004-04-27  Juri Linkov  <juri@jurta.org>
1941         * help.el (view-emacs-news): With argument, display info for the
1942         selected version by finding it among different NEWS files, and
1943         narrowing the buffer to the selected version.
1945         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
1946         same-window-buffer-names.
1947         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
1948         non-numeric prefix argument, append the number to the buffer name
1949         for numeric prefix argument.
1950         (info-other-window): Bind same-window-regexps to nil.
1951         (Info-reference-name): Rename to Info-point-loc.
1952         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
1953         and Info-find-index-name for stringy Info-point-loc.
1954         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
1955         without middle `.', but with final `.' and optional line number
1956         for it.  Set Info-point-loc for index nodes.
1957         (Info-index): Remove middle `.' from index entry regexp.
1958         Modify line number regexp.
1959         (Info-index-next): Decrement line number.
1960         (info-apropos): Remove middle `.' from index entry regexp.
1961         Add optional line number regexp at the end.  Add matched value
1962         for line number to the result list and insert it to the buffer.
1963         Replace match-string by match-string-no-properties.
1964         Reorder result list.
1965         (Info-fontify-node): Hide index line numbers.
1966         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
1967         empty matches.
1968         (Info-follow-reference): Use `str' instead of
1969         Info-following-node-name-re.
1970         (Info-toc): Use full file names.  Set Info-current-node to "Top".
1971         (Info-fontify-node): Compare file names without directory name.
1972         (Info-try-follow-nearest-node): Don't set Info-reference-name.
1973         Set second arg of Info-extract-menu-node-name for index nodes.
1974         (info-xref-visited): Use magenta3 instead of magenta4.
1975         (Info-mode): Add info-apropos to docstring.
1977         * log-view.el (log-view-diff): Replace interactive code "r"
1978         by a list to allow to call it even if region is not active.
1980         * paren.el (show-paren-highlight-openparen): New var.
1981         (show-paren-function): Turn on openparen highlighting when
1982         matching forward if show-paren-highlight-openparen is non-nil.
1984         * simple.el (kill-ring-save): Use blink-matching-delay instead of
1985         the constant value 1.
1986         (completions-common-part): Expand docstring.
1988         * textmodes/picture.el (picture-mode-map): Add arrow keys.
1990 2004-04-27  Kim F. Storm  <storm@cua.dk>
1992         * image.el (insert-sliced-image): Use line-height instead of
1993         line-spacing property on newline.
1995 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
1997         * desktop.el (desktop-buffer-misc-data-function): Rename to
1998         desktop-save-buffer and change docstring.
1999         (desktop-buffer-modes-to-save): Delete.
2000         (desktop-save-buffer-p): Use desktop-save-buffer instead of
2001         desktop-buffer-modes-to-save.
2002         (desktop-save): Rename desktop-buffer-misc-data-function to
2003         desktop-save-buffer and allow non-function value.
2004         (desktop-missing-file-warning): Correct docstring.
2006         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2007         to desktop-save-buffer.
2009         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2010         desktop-save-buffer.
2012         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2014         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2016 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
2018         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2020 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
2022         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2023         (ielm): Only go to the end of the buffer when starting a new process.
2025 2004-04-25  Juanma Barranquero  <lektu@terra.es>
2027         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2028         mode line.  Bind `inhibit-read-only' to t before modifying
2029         properties of text in the buffer.
2030         (ielm): Force point to the end of buffer, even when running ielm
2031         from inside itself.
2033 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
2035         * info.el (info-apropos): Reset Info-complete-cache.
2037 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
2039         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2040         Also recognize severe Irix et al. messages.
2041         (compilation-normalize-filename, compile-abbreviate-directory):
2042         Delete functions.
2043         (compilation-get-file-structure): New function inherits
2044         functionality of the two preceding ones.
2045         (compilation-internal-error-properties, compilation-fake-loc):
2046         Use it so that different paths to the same file share the same
2047         markers.  Also optimize finding adjacent marker slightly.
2049 2004-04-25  Kim F. Storm  <storm@cua.dk>
2051         * image.el (insert-sliced-image): Add line-spacing t property
2052         to newlines separating image lines.
2054 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
2056         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2058         * ielm.el (ielm-prompt-read-only): New user option.
2059         (ielm-prompt): Expand docstring to describe new behavior.
2060         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2061         mention it in the docstring.
2063 2004-04-24  Andreas Schwab  <schwab@suse.de>
2065         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2067         * diff.el (diff): Set default-directory in diff buffer.
2069 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
2071         * mail/sendmail.el (mail-bury): Don't delete the frame where the
2072         mail was being composed if the terminal cannot display more than
2073         one frame; instead, switch to previous frame.
2075         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2076         (rmail-start-mail): Support rmail-mail-new-frame even on
2077         terminals that can display only one frame at a time.
2079 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2081         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2082         (checkdoc-output-font-lock-keywords): Remove error regexp.
2083         (checkdoc-output-mode-map): Remove.
2084         (checkdoc-output-mode): Derive from compilation-mode.
2085         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2087         * dired.el (dired-mode-map): Add a menu entry for wdired.
2089         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2090         (rx-bracket, rx-check-any, rx-any): Clean up name space.
2092         * wdired.el: (wdired-mode-map): Move init into declaration.
2093         Fix `return' binding.
2094         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2095         Use force-mode-line-update.
2096         (wdired-get-filename): Use `unless'.
2097         (wdired-preprocess-files): Don't assume names have no \n and use / for
2098         dir separator.
2099         (wdired-normalize-filename): Use replace-regexp-in-string.
2100         (wdired-load-hooks): Remove.
2101         (wdired-mode-hooks): Rename to wdired-mode-hook.
2103         * info-look.el: Add support for cfengine-mode.
2104         (info-lookup-setup-mode): Use dolist.
2106 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
2108         * wdired.el: New file.
2110 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2112         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2114         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2115         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2116         (pcomplete--help, pcomplete--here): Doc fixes.
2118 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
2120         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2121         handles wrong-number-of-arguments in backend call.
2123         * vc.el (vc-print-log): Likewise.
2125 2004-04-20  Dave Love  <fx@gnu.org>
2127         * emacs-lisp/rx.el: Doc fixes.
2128         (rx-constituents): Add/extend many forms.
2129         (rx-check): Check form is a list.
2130         (bracket): Defvar.
2131         (rx-check-any, rx-any, rx-check-not): Modify.
2132         (rx-not): Simplify.
2133         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2134         (rx-kleene): Use rx-trans-forms.
2135         (rx-quote-for-set): Delete.
2136         (rx): Allow multiple args.
2138 2004-04-23  Kenichi Handa  <handa@m17n.org>
2140         * international/mule-util.el (char-displayable-p): Simplify by
2141         using internal-char-font.
2143 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2145         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2147 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2149         * diff-mode.el (diff-next-error): New fun.
2150         (diff-mode): Use it.
2152         * simple.el (next-error): Change arg name.
2153         Add support for the documented C-u C-x ` usage.
2155         * frame.el (special-display-popup-frame, next-multiframe-window)
2156         (previous-multiframe-window): Only consider frames on same display.
2158 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
2160         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2161         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2163 2004-04-22  Kim F. Storm  <storm@cua.dk>
2165         * net/telnet.el (telnet): Add optional port arg.
2167 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2169         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2170         Minor sanity check on the `hyperlink' slot.
2172         * Makefile.in (recompile): Compile new files.
2174         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2175         Add byte-recompile-directory's optional `arg'.
2177         * cvs-status.el (cvs-tree-use-charset): New var.
2178         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2179         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2180         (cvs-status-cvstrees): Use it.
2182         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2183         Make it a normal major mode.
2184         (checkdoc-buffer-label): Make sure the file name is meaningful.
2185         (checkdoc-output-to-error-buffer): Remove.
2186         (checkdoc-error, checkdoc-start-section): Rewrite.
2188         * info.el (info-node, info-menu-5, info-xref, info-header-node)
2189         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2190         (Info-title-4-face): Use new syntax.
2191         (info-xref-visited): Inherit from info-xref.
2193         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2195 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2197         * simple.el (next-error-last-buffer, next-error-function):
2198         New variables for the next-error framework.
2199         (next-error-buffer-p): New function.
2200         (next-error-find-buffer): Generalize compilation-find-buffer.
2201         (next-error, previous-error, first-error, next-error-no-select)
2202         (previous-error-no-select): Move from compile.el.
2204         * replace.el (occur-next-error, occur-1): Hook into the next-error
2205         framework.
2207         * progmodes/compile.el (compilation-start):
2208         Set next-error-last-buffer so next-error knows where to jump.
2209         (compilation-setup): Set the buffer-local variable
2210         next-error-function to 'compilation-next-error-function.
2211         (compilation-buffer-p, compilation-buffer-internal-p): Use an
2212         alternate way to find if a buffer is a compilation buffer, for
2213         next-error convenience.
2214         (next-error-no-select, previous-error-no-select, next-error)
2215         (previous-error, first-error): Move to simple.el.
2216         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2217         (compilation-last-buffer): Remove.
2218         (compilation-start, compilation-next-error, compilation-setup)
2219         (compilation-next-error-function, compilation-find-buffer):
2220         Remove compilation-last-buffer use.
2222 2004-04-21  Juanma Barranquero  <lektu@terra.es>
2224         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2225         (font-lock-warning-face): Fix spacing.
2227         * makefile.w32-in (WINS): Add url/ directory.
2229 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
2231         * desktop.el (desktop-buffer-mode-handlers): New variable.
2232         Alist of major mode specific functions to restore a desktop buffer.
2233         (desktop-buffer-handlers): Make variable obsolete.
2234         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2235         Catch errors signaled in handlers.  Update buffer count.
2236         Evaluate desktop-buffer-point.
2237         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2238         move to dired.el.
2239         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2240         move to info.el.
2241         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
2242         move to mail/rmail.el.
2243         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
2244         to mh-e/mh-e.el.
2245         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
2246         On fail, print message (to message buffer) even if
2247         desktop-missing-file-warning is nil.
2248         (desktop-buffer-misc-data-function): New buffer local variable.
2249         Function returning major mode specific data.
2250         (desktop-buffer-misc-functions): Make variable obsolete.
2251         (desktop-save): Use desktop-buffer-misc-data-function.
2252         (desktop-buffer-dired-misc-data): Rename to
2253         dired-desktop-buffer-misc-data and move to dired.el.
2254         (desktop-buffer-info-misc-data): Rename to
2255         Info-desktop-buffer-misc-data and move to info.el.
2256         (desktop-read): Add message about number of buffers restored/failed.
2258         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2259         Add parameters.  Pause to display error only when
2260         desktop-missing-file-warning is non-nil.
2261         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2262         (dired-mode): Bind desktop-buffer-misc-data-function.
2264         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
2265         Add Parameters.
2266         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2267         (Info-mode): Bind desktop-buffer-misc-data-function.
2269         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
2270         Add Parameters.
2272         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
2273         Add Parameters.
2275 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
2277         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
2278         the case of letters in case-insensitive expansions when the
2279         abbrev is preceded by characters with letter syntax.
2281 2004-04-21  Richard M. Stallman  <rms@gnu.org>
2283         * progmodes/cperl-mode.el (cperl-putback-char):
2284         Delete Emacs 18 definition.
2286         * international/mule.el (ctext-post-read-conversion):
2287         Use assoc-string, not assoc-ignore-case.
2289         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
2291         * emacs-lisp/easymenu.el (easy-menu-add):
2292         Do call x-popup-menu, but only if it's defined.
2294         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
2296         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
2297         Handle multiple args: compile like progn.
2299         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
2300         take all args as &rest arg.
2302         * autoinsert.el (auto-insert-alist): Insert the user's name in
2303         copyright notice, rather than Free Software Foundation.
2305 2004-04-21  Kenichi Handa  <handa@m17n.org>
2307         * descr-text.el (describe-char): Make it work on *Help* buffer.
2309 2004-04-21  Kim F. Storm  <storm@cua.dk>
2311         * image.el (insert-image): Add optional SLICE arg.
2312         (insert-sliced-image): New defun.
2314 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2316         * subr.el (read-number): Check whether `default' is nil.
2318 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2320         * progmodes/compile.el (compilation-error-properties):
2321         Split into two.
2322         (compilation-internal-error-properties): New one.
2323         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
2325 2004-04-20  Richard M. Stallman  <rms@gnu.org>
2327         * window.el (split-window-save-restore-data):
2328         Don't update the data if OLD-INFO is nil.
2330         * view.el (view-return-to-alist): Mark it permanent local.
2332         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
2334         * recentf.el (recentf-save-list): Catch and warn about errors.
2336         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
2337         so "Buffers" won't be pure.
2339         * help-mode.el (help-mode-finish): Set help-return-alist first
2340         thing, setting only the entry for the selected window.
2342         * help-fns.el (describe-function-1): If many non-control non-meta
2343         keys run the command, don't list all of them.
2345 2004-04-20  Juanma Barranquero  <lektu@terra.es>
2347         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
2348         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
2350         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
2352 2004-04-20  Kenichi Handa  <handa@m17n.org>
2354         * international/quail.el (quail-lookup-key): New optional arg
2355         NOT-RESET-INDICES.
2356         (quail-get-translations): Call quail-lookup-key with
2357         NOT-RESET-INDICES t.
2358         (quail-completion): Likewise.
2359         (quail-lookup-map-and-concat): Likewise.
2361 2004-04-20  Kenichi Handa  <handa@m17n.org>
2363         * international/quail.el (quail-update-translation): Don't insert
2364         such an unsupported multibyte char in a unibyte buffer.
2366 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
2368         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
2369         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
2370         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
2371         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
2372         (gdb-frame-assembler-buffer): Improve behaviour with
2373         multiple frames.
2374         (gdb-display-buffer): Extend search to all visible frames.
2376 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
2378         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
2379         characters left after base64 decoding.
2380         (rmail-decode-region): Use -dos variety of `coding', to remove any
2381         ^M characters left after qp or base64 decoding.
2383 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2385         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
2386         messages.
2388 2004-04-19  Stephen Eglen  <stephen@gnu.org>
2390         * add-log.el (add-change-log-entry): Update doc string to mention
2391         add-log-full-name and add-log-mailing-address.
2393 2004-04-18  Juri Linkov  <juri@jurta.org>
2395         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
2396         (Info-find-node-2): Simplify error message.
2397         (Info-insert-dir): Use Info-following-node-name.
2398         (Info-goto-node): Remove *info-history* and *info-toc*.
2399         (Info-history): Create a node of the virtual history file.
2400         (Info-toc): Create a node of the virtual toc file.
2401         (Info-insert-toc): New arg `curr-file' for reference file names.
2402         (info-apropos): Remove redundant var binding for temp-file.
2403         (Info-index, Info-index-next, Info-mode): Doc fix.
2404         (Info-goto-emacs-command-node): Don't jump to *info* from
2405         non-*info* Info buffers.
2406         (Info-fontify-node): Don't show the file name of external
2407         references if `Info-hide-note-references' is `hide'.  Don't hide
2408         newlines at the end of paragraphs.
2410         * international/mule-diag.el (list-input-methods):
2411         Fix args to help-xref-button.
2413         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
2414         to put into effect local variables from TUTORIAL files.
2416         * textmodes/paragraphs.el (sentence-end) <function>: New fun
2417         with default value taken from the variable `sentence-end'.
2418         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
2419         Add nil const to :type.
2420         (sentence-end-without-period, sentence-end-double-space)
2421         (sentence-end-without-space): Doc fix.
2423         * textmodes/paragraphs.el (forward-sentence):
2424         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
2425         (fill-delete-newlines):
2426         * progmodes/cc-cmds.el (c-beginning-of-statement):
2427         Use function `sentence-end' instead of variable `sentence-end'.
2429 2004-04-18  Andreas Schwab  <schwab@suse.de>
2431         * progmodes/compile.el (compilation-start): Set window start to
2432         point-min if compilation-scroll-output is nil.
2434 2004-04-18  John Wiegley  <johnw@newartisans.com>
2436         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
2438 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
2440         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
2441         (gdb-info-breakpoints-custom): Revert previous change.
2442         (gdb-view-assembler): Update assembler if necessary.
2443         (gdb-frame-handler): Parse correctly for gdb-current-frame.
2444         (gdb-display-source-buffer): Update properly when both source and
2445         assembler are visible.
2447 2004-04-17  John Wiegley  <johnw@newartisans.com>
2449         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
2450         which limits the number of names shown in the minibuffer.  Off by
2451         default.
2452         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
2453         up iswitchb for users with a multitude of open buffers by showing
2454         only the first and last N/2 buffers in the completion list (which
2455         is enough to aid C-s/C-r, and to know that more characters are
2456         needed to refine the completion list).
2458 2004-04-17  Richard M. Stallman  <rms@gnu.org>
2460         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
2461         (file-truename): Expand all ~ constructs directly.
2462         (insert-directory): Delete any error msg output by the
2463         `insert-directory-program'.
2465         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
2466         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
2467         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
2468         (allout-init): Use find-file-hook, not find-file-hooks.
2469         (allout-mode): Eliminate Emacs 18 support.
2470         Use write-contents-functions, not local-write-file-hooks.
2472 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
2474         * progmodes/compile.el (compilation-error-properties): Fix for
2475         adding messages when there are already markers for their file.
2476         (compilation-fake-loc): New function.
2478 2004-04-16  Dave Love  <fx@gnu.org>
2480         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
2481         (python-load-file): Fix python-orig-start setting.
2483         * progmodes/compile.el: Doc fixes.
2484         (compilation-error-regexp-alist-alist)
2485         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
2486         (compilation-assq): Wrap in eval-when-compile.
2487         (compilation-mode-font-lock-keywords): Don't use list*.
2488         (compilation-start): Avoid warning.
2489         (compilation-compat-error-properties)
2490         (compilation-directory-properties): Add keymap property.
2491         (compilation-parsing-end): Make it a marker for better compatibility.
2493         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
2495 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
2497         * xml.el: Doc fixes.
2498         (xml-get-children): Only looks at sub-tags and ignore strings.
2500         * xml.el (xml-parse-tag): Avoid overwriting node-name.
2502 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2504         * url/url-util.el (url-debug): Use with-current-buffer.
2506         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
2507         (url-nfs-create-wrapper): Use new backquote syntax.
2509         * url/url-https.el (url-https-file-attributes): Add id-format param.
2511         * url/url-http.el (url-http-head-file-attributes)
2512         (url-http-file-attributes): Add id-format parameter.
2514         * url/url-handlers.el: Use new find-file-hook.
2515         (url-file-attributes): Add id-format parameter.
2517         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
2518         (url-file-file-attributes): Add id-format parameter.
2520         * url/url-dav.el: Use with-current-buffer.
2521         (url-dav-process-response): Fix regexps and spurious quote.
2522         (url-dav-file-attributes): Add id-format param.
2524         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
2526 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
2528         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
2530         * vc.el (vc-print-log): Likewise.
2532 2004-04-16  Masatake YAMATO  <jet@gyve.org>
2534         * simple.el (completion-setup-function): Set an initial value
2535         to `element-common-end' before entering loop.  Set a value
2536         to `element-common-end' at the end of loop.
2537         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
2538         (completions-common-part): Rename from completion-de-emphasis.
2539         (completions-first-difference): Rename from completion-emphasis.
2540         Suggested by RMS.
2542 2004-04-16  Juanma Barranquero  <lektu@terra.es>
2544         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
2545         (bookmark-edit-annotation-mode): Add mode name.
2547 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2549         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
2550         for nested conflict markers.
2551         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
2553 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
2555         * progmodes/gdb-ui.el (gdb-goto-info): New function.
2557         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
2559 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2561         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
2562         Give a backtrace if requested.
2564         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
2566         * progmodes/python.el (python-mouse-2-command, python-RET-command):
2567         Remove unused functions.
2568         (python-orig-start-line, python-orig-file): Remove.
2569         (python-orig-start): New var.
2570         (python-input-filter, python-compilation-line-number)
2571         (python-send-region, python-load-file): Use it.
2573         * info.el (info): Always jump to *info*.
2575         * subr.el (posn-set-point): New function.
2577         * mouse.el (mouse-set-point): Use it.
2579         * progmodes/compile.el (compile-goto-error): Use it.
2580         (compilation-button-map): New keymap.
2581         (compilation-error-properties): Use it.
2582         (compilation-shell-minor-mode-map): Don't bind mouse-2.
2584         * smerge-mode.el (smerge-popup-context-menu): Use it.
2586         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
2587         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
2588         mouse and non-mouse case.
2590         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
2591         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
2593         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
2594         Make it work for non-mouse events.
2596         * pcvs-info.el (cvs-status-map): Update binding name.
2598 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
2600         * xml.el (xml-maybe-do-ns): New function to handle namespace
2601         parsing of both attribute and element names.
2602         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
2603         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
2604         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
2605         (xml-parse-attlist): Make it do its own namespace parsing.
2607 2004-04-14  Dave Love  <fx@gnu.org>
2609         * progmodes/python.el (run-python): Fix use of \n.
2610         (python-load-file): Remove `try' from Python fragment.
2611         (python-describe-symbol): Fix message.
2613         * comint.el: Doc fixes.
2614         (comint-last-input-start, comint-last-input-end)
2615         (comint-last-output-start): Give them values.
2616         (comint-arguments): Avoid warning.
2617         (comint-skip-prompt): Use line-end-position.
2618         (comint-backward-matching-input): Rename arg to agree with doc.
2619         (comint-extract-string): Use syntax-ppss.
2620         (comint-dynamic-simple-complete): Delete useless list construction.
2621         (comint-redirect-subvert-readonly): New.
2622         (comint-redirect-preoutput-filter): Use it.
2624         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
2625         Correctly handle negative arguments when calling hook functions.
2627 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
2629         * info.el (info-apropos): Don't clobber Info-history-list.
2631 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
2633         * progmodes/compile.el (compilation-setup):
2634         Localize overlay-arrow-position.
2635         (compilation-sentinel): Restructure code equivalently.
2636         (compilation-next-error): Find message on same line after point if
2637         not found before point.
2638         (compile-mouse-goto-error): Restore function so that compilation
2639         buffer need not be current and use compile-goto-error.
2640         (compile-goto-error): Restore function.
2641         (next-error): Set overlay-arrow-position.
2642         (compilation-forget-errors): Don't localize already local
2643         compilation-locs and remove FIXME about refontifying.
2645 2004-04-14  Kim F. Storm  <storm@cua.dk>
2647         * startup.el (emacs-quick-startup): New defvar (set by -Q).
2648         (command-line): New option -Q.  Like -q --no-site-file, but
2649         in addition it also disables menu-bar, tool-bar, scroll-bars,
2650         tool-tips, and the blinking cursor.
2651         (command-line-1): Skip startup screen if -Q.
2652         (fancy-splash-head): Use ":align-to center" prop to center splash image.
2654         * emulation/cua-base.el (cua-read-only-cursor-color)
2655         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
2657 2004-04-13  Dave Love  <fx@gnu.org>
2659         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
2660         (syntax): Don't require.
2661         (python) <defgroup>: Add :version.
2662         (python-quote-syntax): Re-written.
2663         (inferior-python-mode): Move stuff here from run-python and add
2664         some more.
2665         (python-preoutput-continuation, python-preoutput-result)
2666         (python-dotty-syntax-table): New.
2667         (python-describe-symbol): Use them.
2668         (run-python): Move stuff to inferior-python-mode.  Modify code
2669         loaded into Python.
2670         (python-send-region): Use python-proc, python-send-string.
2671         (python-send-string): Send newlines too.  Callers changed.
2672         (python-load-file): Re-written.
2673         (python-eldoc-function): New.
2674         (info-look): Don't require.
2675         (python-after-info-look): New.  A modified version of former
2676         top-level code for use with eval-after-load.
2677         (python-maybe-jython, python-guess-indent): Use widened buffer.
2678         (python-fill-paragraph): Re-written.
2679         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
2680         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
2682 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2684         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
2685         Set compilation-error-regexp-alist earlier.
2687         * progmodes/compile.el (compilation-minor-mode-map)
2688         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
2689         (compile-goto-error): Re-merge the mouse and non-mouse commands.
2691 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2693         * progmodes/compile.el (compile-goto-error): Select the buffer/window
2694         corresponding to the event.
2696         * url/url.el (url-retrieve): Use with-current-buffer.
2698         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
2699         Remove unused var `version'.
2701         * url/url-handlers.el (url-handler-mode): New minor mode.
2702         (url-setup-file-name-handlers): Remove.
2704 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
2706         * loadup.el: Add cygwin to system-type list, for unexec() support.
2708 2004-04-12  John Paul Wallington  <jpw@gnu.org>
2710         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
2711         (ibuffer-restore-window-config-on-quit): New variable to replace
2712         `ibuffer-delete-window-on-quit'.  Update all references.
2713         (ibuffer-prev-window-config): New variable.
2714         (ibuffer-quit): Restore previous window configuration instead of
2715         deleting window.
2716         (ibuffer): Save window configuration before showing Ibuffer buffer.
2718         * help.el (describe-mode): Doc fix.
2720         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
2721         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
2723 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2725         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
2726         not to treat nil as a function.
2728         * vc-arch.el (vc-arch-root): Be a bit more careful.
2729         (vc-arch-register): Save the buffer if we modified it.
2730         (vc-arch-delete-rej-if-obsolete): Save excursion.
2731         (vc-arch-find-file-hook): Use the simpler after-save-hook.
2732         (vc-arch-responsible-p, vc-arch-init-version): New functions.
2734         * net/ldap.el (ldap-search): Use list*.
2736 2004-04-12  Juri Linkov  <juri@jurta.org>
2738         * info.el (Info-follow-reference): Allow multiline reference name.
2740 2004-04-11  Dave Love  <fx@gnu.org>
2742         * url/url-mailto.el (url-mailto):
2743         * url/url-history.el (url-history-setup-save-timer):
2744         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
2746         * url/url-file.el (url-file-build-filename): Don't use
2747         directory-sep-char.
2749         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
2751         * url/url-about.el (url-scheme-registry): Defvar.
2752         (url-about): Use text/plain.
2754         * url/url-vars.el (cl): Don't require.
2755         (url): Add :version.
2756         (url-bug-address): Use bug-gnu-emacs.
2758         * url/url-util.el (url-hexify-string): Don't give multibyte error
2759         for char <16.
2760         (mail-header-extract): Autoload.
2762         * url/url-parse.el: Doc fixes.
2764         * url/url-ldap.el (ldap): Require.
2765         (url-ldap): Fix `format' call.
2766         (url-ldap-certificate-formatter): Avoid warning.
2768         * url/url-https.el (url-https-create-secure-wrapper): Use modern
2769         backquotes.
2771         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
2772         (url-intersection): New.
2773         (url-dav-supported-p): Use it.
2774         (url-dav-save-resource): Declare url-http-response-status special.
2776         * url/url-cache.el (url-util): Require.
2778         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
2780         * progmodes/python.el: New file.
2782 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
2784         * vc-hooks.el (vc-arg-list): Function removed.
2785         (vc-default-workfile-unchanged-p): Use condition-case to check for
2786         backward compatibility.
2788         * vc.el (vc-print-log): Use condition-case to check for backward
2789         compatibility.
2791 2004-04-11  Juri Linkov  <juri@jurta.org>
2793         * dired.el (dired-faces): New defgroup.
2794         (dired-header, dired-mark, dired-marked, dired-flagged)
2795         (dired-warning, dired-directory, dired-symlink, dired-ignored):
2796         New faces.
2797         (dired-header-face, dired-mark-face, dired-marked-face)
2798         (dired-flagged-face, dired-warning-face, dired-directory-face)
2799         (dired-symlink-face, dired-ignored-face): New face variables.
2800         (dired-font-lock-keywords): Use them instead of font-lock faces.
2801         Split the rule for dired marks into 3 separate rules: for marks,
2802         marked file names and flagged file names.
2804         * help-mode.el (help-make-xrefs): Add a final newline to the
2805         *Help* buffer.
2807 2004-04-11  John Paul Wallington  <jpw@gnu.org>
2809         * replace.el (occur-engine): Distinguish between one and several
2810         matches in the matches per buffer heading.
2812 2004-04-11  Kim F. Storm  <storm@cua.dk>
2814         * ido.el (ido-confirm-unique-completion): New defcustom.
2815         (ido-complete): Use it.
2816         (ido-write-file): Set it to t unconditionally.
2818 2004-04-10  Miles Bader  <miles@gnu.org>
2820         RCS keyword removal (only non-comment changes are enumerated here):
2822         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
2823         (byte-compile-insert-header): Don't use `byte-compile-version'.
2824         * url/url-vars.el (url-version): Use the constant string "Emacs"
2825         instead of calculating something from the RCS `State' keyword
2826         [the latter is almost entirely useless anyway].
2827         * forms.el (forms-version): Variable removed.
2828         (forms-mode): Don't use `forms-version'.
2829         * recentf.el (recentf-version): Variable removed.
2830         * progmodes/delphi.el (delphi-version): Variable removed.
2831         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2833 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2835         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
2837 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
2839         * info.el (info-apropos): Improve menu item regexp.
2841 2004-04-09  Simon Josefsson  <jas@extundo.com>
2843         * mail/smtpmail.el: Add comment, based on report by
2844         kdc@rcn.com (Kevin D. Clark).
2846 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2848         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2849         Redo one more thing that I didn't notice Daniel had undone.
2851 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
2853         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
2854         (gdb-goto-breakpoint, gdb-display-buffer)
2855         (gdb-display-source-buffer, gdb-view-source-function)
2856         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
2857         (gdb-source-info, gdb-frame-handler): Don't specify a window
2858         for display.
2859         (gdb-info-breakpoints-custom): Remove superfluous update of
2860         assembler buffer.
2861         (gdb-many-windows): Make settable outside gdb.
2863 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
2865         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
2866         Derive from fundamental-mode rather than text-mode.
2868 2004-04-08  Juri Linkov  <juri@jurta.org>
2870         * info.el (Info-history): Doc fix.
2871         (Info-history-list): New var.
2872         (info-xref): Change magenta4 to blue, remove bold for dark and
2873         light backgrounds, change bold to underline for non-color classes.
2874         (info-xref-visited): New face.
2875         (Info-fontify-visited-nodes): New custom.
2876         (Info-hide-note-references): Add new value `hide'.  Doc fix.
2877         (Info-reference-name): New var.
2878         (Info-selection-hook): New custom.
2879         (Info-edit-mode-hook): New var.
2880         (Info-find-file): New fun.
2881         (Info-find-node): Move part of code to Info-find-file.
2882         (Info-find-node-2): Add anchors to Info-history-list.  Move point
2883         to the place with the reference name if name is defined.
2884         (Info-select-node): Add current node to Info-history-list.
2885         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
2886         (Info-search-whitespace-regexp): New custom.
2887         (Info-search-case-fold): New var.
2888         (Info-search): Add "case-sensitively" to the prompt.
2889         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
2890         (Info-search-case-sensitively, Info-search-next): New fun.
2891         (Info-up): Move point to the menu item of the current node.
2892         (Info-history): New fun.  Add *info-history* to
2893         same-window-buffer-names.
2894         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
2895         (Info-insert-toc): New fun.
2896         (Info-build-toc): New fun.
2897         (Info-follow-reference): Add new arg `fork'.  Doc fix.
2898         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
2899         with the same name prefer the reference closest to point.
2900         (Info-next-reference): Replace * by + in the *Note regexp.
2901         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2902         (Info-prev-reference): Replace * by + in the *Note regexp.
2903         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2904         (Info-follow-nearest-node): Add new arg `fork'.
2905         (Info-try-follow-nearest-node): Add new arg `fork'.
2906         Call browse-url for http:// and ftp:// references.
2907         Set Info-reference-name for index entries.
2908         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
2909         Info-search-next, Info-history, Info-toc, clone-buffer.
2910         (Info-menu-update): Replace * by + in the *Note regexp.
2911         (Info-mode): Add documentation for Info-history, Info-toc,
2912         Info-search-case-sensitively, Info-search-next, clone-buffer.
2913         (Info-fontify-menu-headers): Remove fun.  Move code to
2914         Info-fontify-node.
2915         (Info-fontify-node): Add docstring.  Add local vars
2916         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
2917         then fontify header line, titles, menu headers, http and ftp
2918         references, refill paragraphs.  If not-fontified-p is t or
2919         fontify-visited-p is t then fontify cross references, menu items.
2920         Fontify menu headers.  Fontify http and ftp references.
2921         Change regexp for cross references to require whitespace after *Note,
2922         add matching groups for file and node names.  Remove hack for quote.
2923         Use display property for Info-hide-note-references=t.  Use fifth
2924         or fourth match for help-echo.  Display visited nodes in a
2925         different face.  Unhide file names of external references.
2926         Unhide newlines.  Display visited menu items in a different face.
2928 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2930         * progmodes/compile.el: Require CL.
2931         (compilation-mode-font-lock-keywords): Re-install the "line as
2932         function" patch.
2934         * help-fns.el (help-C-source-directory): New var.
2935         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
2936         (describe-function-1, describe-variable): Use them.
2938         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
2939         to C source files specially.
2941 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2943         * info.el (Info-hide-cookies-node): New function.
2944         (Info-select-node): Use it.
2945         (Info-display-images-node): Remove message with image file name.
2947 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
2949         * progmodes/compile.el (compilation-warning-face)
2950         (compilation-info-face, compilation-skip-threshold)
2951         (compilation-skip-visited, compilation-context-lines):
2952         Declare :version when added to Emacs.
2953         (compilation-error-regexp-alist-alist): Extend caml and irix.
2954         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
2955         (compilation-mode-font-lock-keywords): Temporarily undo line as
2956         function patch, which wasn't ready.
2958 2004-04-07  Kenichi Handa  <handa@m17n.org>
2960         * international/latin1-disp.el (latin1-display-setup): Check each
2961         character is displayable or not instead of calling
2962         latin1-display-check-font.
2964 2004-04-06  Kenichi Handa  <handa@m17n.org>
2966         * language/ethio-util.el (ethio-sera-being-called-by-w3):
2967         New variable.
2968         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
2969         instead of sera-being-called-by-w3.
2970         (ethio-fidel-to-sera-buffer): Likewise.
2971         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
2972         instead of sera-being-called-by-w3.
2973         (ethio-write-file): Likewise.
2975 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2977         * printing.el: Doc fix.
2979 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
2981         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
2982         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
2983         (gdb-setup-windows): Only use separate IO buffer if required.
2985 2004-04-06  Kim F. Storm  <storm@cua.dk>
2987         * term.el (term-is-xemacs): Remove.
2988         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
2989         (term-window-width): New function.
2990         (term-mode, term-check-size): Use it.
2991         (term-mode): Disable overflow-newline-into-fringe in term buffer.
2993 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2995         * cus-edit.el (custom-add-parent-links): Change unbound variable
2996         `symbol' to `name'.
2998 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
2999         * info.el (info-apropos): New function.
3000         (Info-mode-menu): Add it.
3001         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3003         * help-mode.el (help-make-xrefs): Recognize aliased variable with
3004         inherited docstring.
3006         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3008 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3010         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3012         * progmodes/compile.el (font-lock): Don't require any more.
3013         (compilation-error-properties, compilation-start, compilation-sentinel)
3014         (compilation-filter, next-error): Use with-current-buffer.
3015         (compilation-skip-to-next-location, compilation-skip-threshold)
3016         (compilation-skip-visited): Move to silence the byte-compiler.
3017         (compilation-setup): Simplify.
3018         (compilation-next-error): Use line-(beginning|end)-position.
3019         Make sure `pt' is non-nil before using compilation-loop.
3020         (compile-goto-error): Add optional event arg.  Use it.
3021         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3022         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3023         Update the binding for mouse-2.
3024         (first-error): Set compilation-current-error to nil rather than bob.
3025         (compilation-parsing-end, compilation-parse-errors-function)
3026         (compilation-error-list, compilation-old-error-list):
3027         "New" compatibility variables.
3028         (compile-buffer-substring, compilation-compat-error-properties)
3029         (compilation-compat-parse-errors, compilation-forget-errors):
3030         New compatibility functions.
3031         (compilation-mode-font-lock-keywords): Use them.
3033 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
3035         * autorevert.el (auto-revert-handler): If point (or a window
3036         point) is at the end of the buffer, keep it there after
3037         reverting.  This allows to tail a file.
3038         Mention this in the `Commentary'.
3040         * format.el (format-write-file): Add optional argument CONFIRM
3041         and make it behave like the analogous argument to `write-file'.
3043 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3045         * progmodes/ebnf2ps.el: Doc fix.
3046         (ebnf-version): New version number (4.2).
3047         (ebnf-syntax): Customization and docstring fix.
3048         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3049         Put autoloaded funs before first use.
3050         (ebnf-style-database): Add dtd entry.
3051         (ebnf-syntax-alist): Add dtd initialization.
3052         (ebnf-token-sequence): New fun.
3053         (ebnf-comment-table): Add new comment action character.
3054         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3056         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3057         Type Definition for XML).
3059         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3060         * progmodes/ebnf-bnf.el (ebnf-sequence):
3061         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3062         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3063         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3064         Code simplification: call ebnf-token-sequence.
3066 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
3068         * calendar/timeclock.el (timeclock-relative)
3069         (timeclock-get-project-function, timeclock-get-workday-function)
3070         (timeclock-query-out, timeclock-when-to-leave)
3071         (timeclock-when-to-leave-string, timeclock-log-data)
3072         (timeclock-generate-report, timeclock-in): Doc fixes.
3074 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3076         * url: Import the URL package from its repository.
3078         * url/url-methods.el:
3079         * url/url-parse.el: Don't require url-auto.
3081 2004-04-03  Andreas Schwab  <schwab@suse.de>
3083         * diff-mode.el (diff-mode): Fix missing quote.
3085 2004-04-03  Juri Linkov  <juri@jurta.org>
3087         * descr-text.el (describe-property-list): Add `font-lock-face'.
3089         * dired.el (dired-font-lock-keywords): Fix permission regexps.
3091 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3093         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3094         Use utf-16le on little endian machines and utf-16be otherwise.
3096 2004-04-02  David Kastrup  <dak@gnu.org>
3098         * net/browse-url.el (browse-url-generic): Use call-process
3099         instead of start-process to allow browsers that fork and detach.
3101 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
3103         * compile.el (compilation-current-error): New var.
3104         (compilation-setup, compile-mouse-goto-error)
3105         (compile-goto-error, next-error): Use it.
3106         (compilation-skip-to-next-location): Default to t, which gives
3107         contiguous skipping like old compile (where this was redundant).
3108         (compilation-next-error): Prevent previous-* commands from moving
3109         back to message at or just before point.
3111 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
3113         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3114         (gdb-source-info): Don't display source at startup, if required.
3115         (gdb-show-main): New option.
3116         (gdba): Update documentation.
3117         (gdb-source): Cover case of auto-display output.
3119 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
3121         * autorevert.el: Delete obsolete autoload's and defvar's.
3122         (auto-revert-check-vc-info): New user option.
3123         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3124         (auto-revert-handler-vc): Delete.
3125         (auto-revert-handler): Treat return value `fast' of
3126         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
3128         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3129         return `fast'.
3131         * files.el (buffer-stale-function): Doc change.
3133 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3135         * printing.el: New tip on Tips section.
3136         (pr-version): New version number (6.7.4).
3137         (pr-shell-file-name): Initialization fix.
3139 2004-03-31  Juri Linkov  <juri@jurta.org>
3141         * dired.el: Add autoload for `dired-do-touch'.
3142         (dired-touch-program): New var.
3143         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3144         (dired-no-confirm): Add `touch' to docstring.
3146         * dired-aux.el (dired-do-touch): New fun.
3147         (dired-do-chxxx): Add argument -t for touch operation.
3149         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3150         `dired-move-to-filename-regexp'.
3152 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
3154         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3156 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3158         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3159         and only if the buffer was modified.
3161 2004-03-30  Kenichi Handa  <handa@m17n.org>
3163         * international/characters.el: Delete pairs for U+2308..U+230B.
3165 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
3167         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3168         to detect the beginning of a level 2 or 3 annotation.
3170 2004-03-29  Kenichi Handa  <handa@m17n.org>
3172         * international/ucs-tables.el (ucs-insert): Fix the error message.
3174 2004-03-29  Kenichi Handa  <handa@m17n.org>
3176         * international/mule-util.el (char-displayable-p): Fix generation
3177         of XLFD file name.
3179         * Makefile.in (setwins, setwins_almost): Change directory to $wd
3180         before finding directories by `find'.
3182 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3184         * subr.el (interactive-form): Delete.  Now implemented in C.
3186         * pcvs.el (cvs-parse-process): Workaround for Darwin.
3188         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3189         (vc-diff-label): New fun.
3190         (vc-diff-internal): Use it.
3192         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3194 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3196         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3198         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3199         specify XML (EBNFX).
3201         * progmodes/ebnf2ps.el: Doc fix.
3202         (ebnf-version): New version number (4.1).
3203         (ebnf-syntax): Adjust customization.
3204         (ebnf-style-database): Add ebnfx entry.
3205         (ebnf-syntax-alist): Add ebnfx initialization.
3206         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3208         * printing.el: Doc fix.
3209         (pr-version): New version number (6.7.3).
3210         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3211         returns nil for mouse position.  Reported by Drew Adams
3212         <drew.adams@oracle.com>.
3213         (pr-update-menus): Modify interactive declaration.  Reported by Drew
3214         Adams <drew.adams@oracle.com>.
3216 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
3218         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3219         (gud-gdba-marker-filter): Log the process input and output, if
3220         required.  From Stefan Monnier.
3221         (gdb-debug-log, gdb-enable-debug-log): New variables.
3222         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3224 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3226         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3227         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3229 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
3231         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3232         Call vc-find-file-hook here instead of in auto-revert-buffers.
3233         (auto-revert-buffers): Delete call to vc-find-file-hook.
3234         (auto-revert-verbose, global-auto-revert-non-file-buffers)
3235         (global-auto-revert-mode, auto-revert-set-timer)
3236         (auto-revert-handler, auto-revert-buffers): Doc fixes.
3238 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3240         * woman.el (woman-change-fonts): Rename local variable
3241         woman-font-alist to font-alist to avoid a compiler warning.
3243 2004-03-27  Dave Love  <fx@gnu.org>
3245         * emacs-lisp/rx.el (rx): Doc fix.
3246         Fix copyright years.
3248         * strokes.el (strokes-global-set-stroke-string): New function.
3249         (strokes-list-strokes): Cope with strings, not just commands.
3250         Set foreground colour of image.
3251         (strokes-global-set-stroke): Doc fix.
3253 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
3255         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3256         Auto Revert mode.
3257         (Buffer-menu-files-only): New variable.
3258         (Buffer-menu-toggle-files-only): New function.
3259         (Buffer-menu-mode-map): Bind it to `T'.
3260         (Buffer-menu-mode): Mention `T' in docstring.
3261         Set buffer-stale-function.
3262         (list-buffers-noselect): Mark buffer non-modified and set
3263         Buffer-menu-files-only.
3265         * dired.el (buffer-stale-function): Remove no longer needed defvar.
3267         * autorevert.el (auto-revert-handler): Print revert message
3268         before, rather than after, reverting.
3269         (buffer-stale-function): Move to files.el.
3271         * files.el (buffer-stale-function): Move here from autorevert.el.
3273 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3275         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3277         * calc/calc.el (calc-mode-map): Use mapc.
3279         * apropos.el (apropos-mode): Don't autoload.
3280         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
3281         (apropos): Use it.
3282         (apropos-print): Add optional `text' argument.
3283         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3284         Don't assume point-min == 1.
3286         * bs.el (bs-buffer-list): Use buffer-local-value.
3287         (bs--set-toggle-to-show): Use with-current-buffer.
3289         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3290         New funs.
3291         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
3293         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3295         * dabbrev.el (dabbrev-expand): Fix regexp construction.
3296         (dabbrev--find-expansion): Use pop.
3297         (dabbrev--search): Use match-string-no-properties.
3299         * dired.el (dired-mode): Use run-mode-hooks.
3300         (dired-move-to-end-of-filename): Use match-string.
3302         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3303         is bound before using it.
3304         (ediff-verbose-p): Make it into a var since it's not constant.
3306         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3308         * faces.el (read-face-font): Don't cons up unnecessarily.
3309         (header-line, tool-bar): Share common parts.
3311         * files.el (file-relative-name): Use compare-strings.
3313         * finder.el (finder-mode): Follow coding convention.
3315         * subr.el (read-number): New function.
3317         * ses.el (ses-read-number): Move to subr.el.
3318         (ses-set-header-row): Use read-number.
3320 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
3322         * vc-hooks.el (vc-arg-list): New function, which handles both
3323         compiled and uncompiled code.
3324         (vc-default-workfile-unchanged-p): Use it.
3326         * vc.el (vc-print-log): Undo prev change, use new function
3327         vc-arg-list from vc-hooks.el.
3329 2004-03-26  Masatake YAMATO  <jet@gyve.org>
3331         * simple.el (completion-setup-function): Emphasize the
3332         first uncommon characters in the completions; and de-emphasize
3333         the common prefix substrings.
3334         (completion-emphasis): New face.
3335         (completion-de-emphasis): New face.
3337 2004-03-25  Juanma Barranquero  <lektu@terra.es>
3339         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3340         Comment out (it's unused and unfinished code).
3342 2004-03-25  Sam Steingold  <sds@gnu.org>
3344         * vc.el (vc-print-log): Fix a bug in the last patch:
3345         backend-function may be a byte-compiled object, not a lambda.
3347 2004-03-25  Juri Linkov  <juri@jurta.org>
3349         * descr-text.el (describe-property-list): Add a button
3350         for `face' property that calls `describe-face'.
3351         Suggested by luis fernandes <elf@ee.ryerson.ca>
3353         * international/mule.el (keyboard-coding-system):
3354         * kmacro.el (kmacro-call-macro): Fix docstring.
3356         * dired.el: Fix comments.
3358         * textmodes/fill.el (fill): Fix Info link.
3360         * font-lock.el (fast-lock, lazy-lock):
3361         * jit-lock.el (jit-lock): Remove links to removed Support Modes
3362         Info node.
3364         * eshell/eshell.el (eshell): Fix broken info-link.
3366         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3367         * eshell/em-banner.el (eshell-banner):
3368         * eshell/em-smart.el (eshell-smart):
3369         * eshell/esh-cmd.el (eshell-cmd):
3370         Comment out broken info-links to incomplete Info manual.
3372         * info-xref.el: Fix commentary.
3374 2004-03-25  Kevin Ryde  <user42@zip.com.au>
3376         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3377         Remove spurious node duplicate suppression, doesn't work, not wanted.
3378         (info-xref-output): Take format style args, add "sit-for 0" to let
3379         user see the results as they progress.
3380         (info-xref-check-all-custom): New function.
3382 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
3384         * gdb-ui.el: Moved to progmodes.
3386 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3388         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3390 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3392         * calendar/appt.el (appt-check): Remove superfluous progn.
3393         When finished with diary buffer: if it was not being displayed
3394         before, kill it; otherwise restore its original state.
3395         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
3397         * calendar/calendar.el (calendar-set-mode-line): Use total
3398         available mode-line width, rather than frame-width.
3400         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
3401         after mode change so effect not lost.
3403 2004-03-23  Dave Love  <fx@gnu.org>
3405         * dired.el (dired) <defgroup>: Add link to manual.
3406         (dired-font-lock-keywords): Add highlighting on unusual permissions.
3407         (dired-revert): Use dolist.
3408         (dired-mode-map): Add U binding.
3409         (dired-mode): Add font-lock-beginning-of-syntax-function.
3410         (dired-garbage-files-regexp): Make it a defcustom.
3412 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3414         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
3415         is equivalent to nil.
3416         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
3417         (vc-arch-mode-line-string): Accept `added' state.
3418         (vc-arch-state): Use inode-sigs if available.
3419         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
3420         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
3421         (vc-arch-tagline-re): New var.
3422         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
3423         New functions.
3424         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
3425         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
3427         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
3428         (vc-file-not-found-hook): Use it.
3430         * diff-mode.el (diff-default-read-only): Change default.
3431         (diff-mode-hook): Make it a defcustom.  Add some options.
3432         (diff-mode-map): Bind diff-refine-hook.
3433         (diff-yank-handler): New var.
3434         (diff-yank-function): New fun.
3435         (diff-font-lock-keywords): Use them.
3436         (diff-end-of-file): Handle case where file-header looks like diff text.
3437         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
3438         (diff-file-kill): Delete a subsequent empty line, if applicable.
3439         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
3440         (diff-find-file-name): Use it.
3441         (diff-tell-file-name): New command.
3442         (diff-mode): Be careful with view-mode.
3443         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
3444         New functions, for use in diff-mode-hook.
3445         (diff-find-source-location): Catch "regex too large" errors.
3446         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
3447         (diff-refine-hunk): New command.
3449         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
3450         (smerge-context-menu-map): Remove unused var.
3451         (smerge-keep-all): Preserve markers.
3452         (smerge-keep-n): New fun.
3453         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3454         (smerge-keep-current, smerge-ediff): Use it.
3455         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
3456         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
3457         (smerge-resolve): Resolve trivial 3-part conflicts.
3459 2004-03-23  Juri Linkov  <juri@jurta.org>
3461         * man.el (Man-width): New var.
3462         (Man-getpage-in-background): Use it.
3463         (Man-support-local-filenames): New var and fun.
3464         (Man-build-man-command): Don't add a second %s.
3465         (Man-fontify-manpage): Clean up message.
3466         (Man-mode): Set outline-regexp, outline-level,
3467         imenu-generic-expression.
3469         * woman.el (woman-fill-frame): Doc fix.
3470         (woman-decode-region): Use window-width instead of frame-width.
3472         * abbrevlist.el (list-one-abbrev-table):
3473         * descr-text.el (describe-char):
3474         * international/mule-diag.el (describe-current-coding-system):
3475         * international/quail.el (quail-insert-decode-map):
3476         Use window-width instead of frame-width.
3478         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
3479         (jka-compr-mode-alist-additions): Add tbz.
3480         (jka-compr-write-region, jka-compr-insert-file-contents):
3481         Add message for undefined compress-program.
3482         (jka-compr-write-region): Remove redundant var bindings.
3484         * dired-x.el (dired-guess-shell-alist-default): Add choices for
3485         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
3486         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
3487         (dired-man): Use dired-guess-shell-command.
3488         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
3489         Change default nil to t.
3491         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
3492         (dired-compare-directories): Add default value for empty input.
3494         * help-at-pt.el: Move suggestions for key bindings to Commentary.
3496         * time.el (display-time-string-forms): Fix help-echo date format.
3498 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
3500         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
3501         (buffer-stale-function): New variable.
3502         (auto-revert-list-diff, auto-revert-dired-file-list)
3503         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
3504         (auto-revert-handler): Take over some functionality of deleted
3505         functions.
3506         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
3508         * dired.el (dired-directory-changed-p): New fun, extracted from
3509         dired-internal-noselect.
3510         (dired-buffer-stale-p): New fun.
3511         (dired-internal-noselect): Use dired-directory-changed-p.
3512         Eliminate revert messages.
3513         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
3515 2004-03-23  Kenichi Handa  <handa@m17n.org>
3517         * international/characters.el: Setup syntaxes for more parentheses
3518         Unicode characters.
3520         * international/mule-cmds.el (select-safe-coding-system):
3521         Merge coding-system and auto-cs before comparing them.
3523 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3525         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
3527         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3528         normal-auto-fill-function and comment-indent-function.
3529         The default values now work just as well.
3530         Don't set font-lock-beginning-of-syntax-function since we already set
3531         syntax-begin-function.
3532         (lisp-outline-level): Put ;;;###autoload at same level as (.
3533         (prin1-char): Quote special chars.
3535         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
3536         than with-no-warnings.
3538         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
3539         if the source location can't be found.
3540         (edebug-compute-previous-result): Use prin1-char.
3542         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
3543         (debug-ignored-errors): Add an entry.
3545         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
3546         (byte-compile-file): Output warning when deleting a file.
3548         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
3549         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
3551         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
3552         (byte-compile-inline-expand): Use backquote.
3553         (byte-optimize-pure-func): Rename from byte-optimize-concat.
3554         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
3556         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
3558         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
3560 2004-03-22  Juri Linkov  <juri@jurta.org>
3562         * finder.el (finder-known-keywords): Fix data, tex, unix.
3564         * play/landmark.el: Fix keywords.
3566         * language/ethio-util.el (ethio-find-file): Doc fix.
3568         * emacs-lisp/warnings.el: Doc fix.
3570         * textmodes/ispell.el (ispell-help): Doc fix.
3572 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
3574         * format.el (format-insert-file): Always return a list of two
3575         elements, like insert-file-contents does.
3577 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
3579         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
3580         and vc-BACKEND-diff.
3581         (vc-print-log): If the print-log implementation supports it, use
3582         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
3583         (vc-version-diff, vc-diff-internal): Doc fixes.
3585         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
3586         implementation supports it, let diff output go to *vc*,
3587         not *vc-diff*, since this is an internal call.
3589         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
3591         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
3593         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
3595 2004-03-21  Dave Love  <fx@gnu.org>
3597         * progmodes/cfengine.el (cfengine-mode):
3598         Set parse-sexp-ignore-comments.
3600         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
3602 2004-03-21  Juanma Barranquero  <lektu@terra.es>
3604         * allout.el (allout-mode): Fix docstring.
3606 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
3608         * files.el (insert-directory): Fix bug if SWITCHES is a list.
3610         * autorevert.el (auto-revert-interval): Make new value take
3611         effect immediately when set through Custom.
3612         (auto-revert-set-timer): Add interactive declaration.
3614 2004-03-19  David Ponce  <david@dponce.com>
3616         * ruler-mode.el (ruler-mode-header-line-format-old):
3617         Don't `make-variable-buffer-local'.
3618         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
3619         (ruler-mode-header-line-format): Simply funcall the above.
3620         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
3621         to save/restore a previous header line format.
3622         (ruler-mode-space): Don't depend on a numeric WIDTH value.
3623         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
3624         fringes and margins width.
3625         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
3627 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3629         * log-edit.el (log-edit-font-lock-keywords): Typo.
3631         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
3632         (tex-send-tex-command): Rather than here.
3633         (tex-compilation-parse-errors): Simplify.
3635         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
3637         * time.el (display-time-string-forms): Add help-echo with date on time.
3639         * composite.el (compose-region): Use restore-buffer-modified-p.
3641         * disp-table.el (standard-display-8bit): Simplify.
3643         * server.el (server-process-filter): Delete temp frame.
3645         * add-log.el (add-change-log-entry): Simplify.
3647 2004-03-19  Kim F. Storm  <storm@cua.dk>
3649         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
3650         (hexl-follow-line): Don't require 'fringe.
3652         * progmodes/compile.el (compilation-start): Always set
3653         compilation-last-buffer and return it.
3655 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
3657         * simple.el (clone-buffer): Doc fix.
3659 2004-03-18  Juanma Barranquero  <lektu@terra.es>
3661         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
3663 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3665         * log-edit.el (log-edit-font-lock-keywords): New var.
3666         (log-edit-mode): Use it.
3668 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
3670         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
3671         properly for watching in speedbar.
3673 2004-03-17  Masatake YAMATO  <jet@gyve.org>
3675         * smerge-mode.el (smerge-popup-context-menu):
3676         Put `unwind-protect' around `overlay-put' and `popup-menu'.
3678 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3680         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
3681         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
3682         Take sealed revisions into account.
3683         (vc-arch-checkin): Extract a summary line from the message.
3685 2004-03-16  Masatake YAMATO  <jet@gyve.org>
3687         * register.el (register): Provide `register' feature.
3689 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3691         Added context menu support in smerge mode.
3692         Most of the part is written by Stefan Monnier.
3694         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
3695         New keymap and menu.
3696         (smerge-text-properties): New function.
3697         (smerge-remove-props): New function.
3698         (smerge-popup-context-menu): New function.
3699         (smerge-resolve): Call `smerge-remove-props'.
3700         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
3701         (smerge-keep-current): Ditto.
3702         (smerge-kill-current): New function.
3703         (smerge-match-conflict): Put text properties.
3704         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
3706 2004-03-15  David Ponce  <david@dponce.com>
3708         * ruler-mode.el: (ruler-mode-left-fringe-cols)
3709         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
3710         (ruler-mode-right-scroll-bar-cols): Remove.
3711         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
3712         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
3713         Use fringe-columns and scroll-bar-columns.
3715 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3717         * hl-line.el (hl-line-range-function): New variable.
3718         (hl-line-move): New function.
3719         (global-hl-line-highlight): Use `hl-line-move'.
3720         (hl-line-highlight): Ditto.
3722         * scroll-bar.el (scroll-bar-columns):
3723         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
3725         * ruler-mode.el (top-level): Require scroll-bar and fringe.
3726         (ruler-mode-left-fringe-cols)
3727         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
3728         (ruler-mode-right-scroll-bar-cols)
3729         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
3730         (ruler-mode-ruler-function): New variable.
3731         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
3732         if the value for `ruler-mode-ruler-function'is given.
3734         * hexl.el (hexl-mode-hook): Make the hook customizable.
3735         (hexl-address-area, hexl-ascii-area): New customize variables.
3736         (hexlify-buffer): Put font-lock-faces on the address area and
3737         the ascii area.
3738         (hexl-activate-ruler): New function.
3739         (hexl-follow-line): New function.
3740         (hexl-highlight-line-range): New function.
3741         (hexl-mode-ruler): New function.
3743 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3745         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
3746         (vc-default-find-file-hook): New fun.
3747         (vc-find-file-hook): Call new find-file-hook operation.
3749         * vc-arch.el: New file.
3751 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
3753         * info-look.el (info-lookup): Reuse an existing Info window.
3755 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3757         * woman.el (woman-preserve-ascii): Default value changed to t and
3758         doc string revised.
3760 2004-03-12  Richard M. Stallman  <rms@gnu.org>
3762         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3763         Fix minor bug.
3765         * replace.el (occur-engine): Change message for count of matches.
3767         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3768         For strings, do compare text properties.
3770 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
3772         * progmodes/compile.el (compile-auto-highlight)
3773         (compilation-error-list, compilation-old-error-list)
3774         (compilation-parse-errors-function, compilation-parsing-end)
3775         (compilation-error-message, compilation-directory-stack)
3776         (compilation-enter-directory-regexp-alist)
3777         (compilation-leave-directory-regexp-alist)
3778         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
3779         (compilation-current-file, compilation-regexps): Remove vars.
3781         (compile-error-at-point, compilation-error-filedata)
3782         (compilation-error-filedata-file-name, compile-reinitialize-errors)
3783         (compilation-next-error-locus, compilation-forget-errors)
3784         (count-regexp-groupings, compilation-parse-errors)
3785         (compile-collect-regexps, compile-buffer-substring): Remove funs.
3787         (compile-internal): Make obsolete.
3789         (compilation-first-column, compilation-error)
3790         (compilation-directory-matcher, compilation-page-delimiter)
3791         (compilation-mode-font-lock-keywords, compilation-debug)
3792         (compilation-error-face, compilation-warning-face)
3793         (compilation-info-face, compilation-line-face)
3794         (compilation-column-face, compilation-enter-directory-face)
3795         (compilation-leave-directory-face, compilation-skip-threshold)
3796         (compilation-skip-visited, compilation-context-lines): New vars.
3798         (compilation-warning-face, compilation-info-face)
3799         (compilation-message-face): New faces.
3801         (compilation-error-regexp-alist-alist): New constant.
3803         (compilation-face, compilation-directory-properties)
3804         (compilation-assq, compilation-error-properties, compilation-start)
3805         (define-compilation-mode, compilation-loop)
3806         (compilation-set-window): New functions.
3808         (compile): Additional argument for interactive compiles like TeX.
3810         * progmodes/grep.el (kill-grep): Move here from compile.el
3811         (grep-error, grep-hit-face, grep-error-face)
3812         (grep-mode-font-lock-keywords): New variables.
3813         (grep-regexp-alist): Simplify regexp and add `binary' case.
3814         (grep-mode): New mode.
3815         (grep-process-setup): Simplify.
3817 2004-03-11  Jason Rumney  <jasonr@gnu.org>
3819         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
3820         letters on DOS/Windows.
3822 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3824         * server.el (server-name): New var.
3825         (server-socket-dir): New var to replace server-socket-name.
3826         (server-start): Use them.
3828 2004-03-11  Simon Josefsson  <jas@extundo.com>
3830         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
3831         died to avoid infloop.  Reported by Jonathan Glauner
3832         <jglauner@sbum.org>.
3834 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3836         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
3837         (smerge-mode-menu): Use it to deactivate menu entries.
3838         (smerge-keep-current): New fun.
3839         (smerge-keep-current): Use it.
3841 2004-03-10  John Paul Wallington  <jpw@gnu.org>
3843         * foldout.el (foldout-fold-list, foldout-modeline-string):
3844         Declare them as variables, not constants.
3846 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3848         * ps-print.el: Modification to print *Messages* buffer.
3849         (ps-print-version): New version 6.6.4.
3850         (ps-message-log-max): New fun.
3851         (ps-spool-without-faces, ps-spool-with-faces)
3852         (ps-count-lines-preprint): Code fix.
3854         * printing.el: New tips in Tips section.
3856 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3858         * delim-col.el: Doc fix.
3860         * printing.el: Doc fix.  New doc section (Tips).
3862 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3864         * type-break.el (type-break-emacs-variant): Remove.
3865         (type-break-run-at-time, type-break-cancel-function-timers):
3866         Use fboundp rather than version name and number.
3868 2004-03-09  Masatake YAMATO  <jet@gyve.org>
3870         * hexl.el (hexl-mode): Use `make-local-variable' instead of
3871         `make-variable-buffer-local'.
3873 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
3875         * find-dired.el (find-dired): Call `shell-command' instead of
3876         `start-process-shell-command'.  By this, Tramp takes over
3877         handling of remote directories.
3879 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3881         * newcomment.el (comment-use-global-state): New var.
3882         (comment-search-forward): Use it.
3884         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
3886         * cus-edit.el (fill) <defgroup>: Move to fill.el.
3888         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
3889         (enable-kinsoku): Make it a defcustom.
3890         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
3891         paragraph to same-comment-start-marker.
3893 2004-03-07  Dave Love  <fx@gnu.org>
3895         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
3896         (browse-url-mail): Use it.
3898         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
3899         (rfc2368-unhexify-string): Use replace-regexp-in-string.
3901 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3903         * woman.el (woman-man.conf-path): Doc fix.
3904         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
3906 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
3908         * sort.el (sort-columns): Remove ms-dos from the list of systems
3909         where the external `sort' command is not used.
3911 2004-03-07  Kim F. Storm  <storm@cua.dk>
3913         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
3914         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
3915         from overlay-arrow-variable-list.
3916         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
3918 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
3920         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
3921         overlay arrow string properly for the assembler buffer.
3923 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3925         * mail/sendmail.el (mail-mode): Fix last change.
3927 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
3929         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
3930         for the assembler buffer.
3931         (gdb-assembler-custom): Position the overlay arrow.
3932         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
3934 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3936         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
3938         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
3939         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
3941         * mail/sendmail.el (mail-mode): Set comment-start-skip.
3943         * newcomment.el (uncomment-region): Allow non-terminated comment.
3944         (comment-normalize-vars): Check the user-specified comstart marker.
3946 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
3948         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
3949         Otherwise, do use it if the region only contains font-lock text
3950         properties.
3952 2004-03-04  Masatake YAMATO  <jet@gyve.org>
3954         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
3955         as the callback function for eldoc.
3956         (hexl-print-current-point-info): New function.
3957         (hexl-current-address): Print the address in both decimal
3958         and hexadecimal format.
3960 2004-03-04  Richard M. Stallman  <rms@gnu.org>
3962         * mail/rmail.el (rmail-convert-to-babyl-format):
3963         Specify t for UNIBYTE when calling mail-unquote-printable-region.
3965         * mail/mail-utils.el (mail-unquote-printable-region):
3966         New arg UNIBYTE.
3968         * startup.el (command-switch-alist): Doc fix.
3970         * simple.el (undo): Temporarily set this-command to `undo-start',
3971         then set it to `undo' once undo-start returns without error.
3973         * simple.el (minibuffer-history-sexp-flag): Doc fix.
3975         * simple.el (kill-line): Don't disregard trailing whitespace
3976         in eol condition, if show-trailing-whitespace is set.
3978         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
3979         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
3980         When disabling, restore old values only if mouse-sel-has-been-enabled.
3982         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
3983         (isearch-{-char): New function.
3984         (isearch-mode-map): Bind { to isearch-{-char.
3986         * font-lock.el (lisp-font-lock-keywords-2):
3987         Turn off the CL with-... and do-... general patterns.
3988         Instead, recognize several specific with... and do... constructs.
3990         * files.el (switch-to-buffer-other-window):
3991         Bind same-window-buffer-names and same-window-regexps to nil.
3992         (switch-to-buffer-other-frame): Likewise.
3994 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3996         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
3997         recognizing leading comment on code line.
3999 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4001         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4002         hidden files/directories.
4004 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4006         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4007         only comment-start (in case the mode hasn't set it).
4009         * Makefile.in (AUTOGENEL): New var.
4010         (bootstrap-prepare): Rename from bootstrap-clean.
4011         Don't remove elc files.
4012         (maintainer-clean): New target.
4014         * xml.el (xml-get-attribute-or-nil): Simplify.
4016 2004-03-02  Juri Linkov  <juri@jurta.org>
4018         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4019         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4020         URL to prevent their substitution with the environment variable
4021         values by browsers.
4023 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4025         * ps-print.el: Doc fix.
4026         (ps-print-version): New version number (6.6.3).
4027         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4028         Docstring fix.
4029         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4030         before printing.
4031         (ps-time-stamp-yyyy-mm-dd): New fun.
4032         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4034 2004-03-02  Kim F. Storm  <storm@cua.dk>
4036         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4038 2004-03-01  Juanma Barranquero  <lektu@terra.es>
4040         * allout.el (allout-rebullet-heading): Fix typo in docstring.
4042         * desktop.el (desktop-file-version)
4043         (desktop-after-read-hook): Fix typos.
4044         (desktop-clear-preserve-buffers): Remove redundant info in
4045         docstring already shown by the obsolescence message.
4046         (desktop-truncate, desktop-internal-v2s)
4047         (desktop-value-to-string): Change argument name to match docstring.
4049         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4051         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4052         docstring.
4054 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4056         * printing.el: Replace "As Is..." in PostScript file print/preview by
4057         "No Preprocessing...".  Suggested by Colin Marquardt
4058         <_marquardt_@zmd.de>.
4059         (pr-insert-section-4): Adjust buffer interface.
4061 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
4063         Version 2.0.39 of Tramp released.
4065         * net/tramp.el (tramp-handle-file-local-copy)
4066         (tramp-handle-write-region, tramp-open-connection-rsh):
4067         Variable name typo.  Small change.  From Patrick Tullmann
4068         <tullmann@flux.utah.edu>.
4069         (tramp-process-connection-type): New variable.
4070         (tramp-maybe-open-connection): Use it.
4071         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4072         (tramp-touch): Set last-modified time of a remote file.
4073         (tramp-handle-write-region): Say which function is used when encoding.
4075 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
4077         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4078         case of non-existing filename, too.  Reported by Christoph Bauer
4079         <c_bauer@informatik.uni-kl.de>.
4080         (tramp-smb-get-file-entries): The directory in question should
4081         have permissions "drwxrwxrwx".  Just virtual, because we don't
4082         know the real permissions.  Don't we know?
4083         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4084         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4085         (tramp-smb-wait-for-output): Optimize algorithm getting pending
4086         output.  If it was received chunkwise, there have been problems.
4087         Remove the "prompt not found" error message; it is obvious.
4088         Simplify algorithm.
4089         (tramp-smb-process-running): Remove.  Since we acknowledge the
4090         virtual prompt for shares, there's no need for distinction of
4091         reading shares (process ends afterwards) and interactive mode of
4092         smblient.
4093         (tramp-smb-open-connection): Setting process sentinel removed.
4094         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4095         "NT_STATUS_NETWORK_ACCESS_DENIED".
4096         (tramp-smb-maybe-open-connection): Set `process-connection-type'
4097         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4098         (top-level): Setting default value in `tramp-default-method-alist'
4099         corrected.  Order of USER and HOST have been wrong.
4100         Nobody complained for months ...
4101         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4102         (tramp-smb-open-connection): Clear password cache if login has failed.
4104         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4105         `tramp-unified-filenames'.
4106         (tramp-completion-mode): Make test for XEmacs explicitely.
4107         `event-to-character' can exists in Emacs packages too.
4108         Reported by Matt Swift <swift@alum.mit.edu>.
4109         (tramp-buffer-name): Buffer name must contain the user if exists.
4110         Reported by Adrian Phillips <a.phillips@met.no>.
4111         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4112         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4113         (tramp-do-copy-or-rename-file-out-of-band): Rename from
4114         `tramp-do-copy-or-rename-file-one-local', because it handles also
4115         the case both files use the same out-of-band method.
4116         Implementation added.
4117         (tramp-handle-file-local-copy, tramp-handle-write-region):
4118         Out-of-band handling removed.  `copy-file' called instead, which
4119         calls `tramp-do-copy-or-rename-file-out-of-band'.
4120         (tramp-action-password): Check for out-of-band method removed.
4121         This function is used for 'login-program.
4122         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4123         appropriate.
4124         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4125         and `tramp-parse-sknownhosts'.
4126         (tramp-completion-function-alist): It's a defvar now, because we
4127         want to apply the optimized `tramp-set-completion-function'
4128         instead of a static list.
4129         (tramp-set-completion-function): Implementation tuned.
4130         Avoid double entries, and entries where the function or the
4131         file/directory doesn't exist.
4132         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4133         for SSH2.
4134         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4135         (tramp-handle-dired-compress-file): New function.
4136         (tramp-async-proc): New variable.
4137         (tramp-handle-shell-command): Adding asynchronous processes.
4138         They are far from being perfect, but it works at least for
4139         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4140         (top-level): Require password.el if visible.  Should be mandatory
4141         once No Gnus has found its way into (X)Emacs.
4142         (tramp-read-passwd): Invoke `password-read' if available,
4143         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
4144         fallback any longer.
4145         (tramp-clear-passwd): New function.
4146         (tramp-process-actions, tramp-process-multi-actions):
4147         Clear password cache if login has failed.
4149         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
4150         its own module.
4151         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4152         `ange-ftp-ftp-name-res'.  There could be incorrect values from
4153         previous calls in case the "ftp" method is used in the Tramp file
4154         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4156 2004-02-28  Richard M. Stallman  <rms@gnu.org>
4158         * term.el (term-mouse-paste): Call mouse-set-point.
4160         * thumbs.el: New file.
4162 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4164         * progmodes/ebnf-abn.el: Doc fix.
4166         * progmodes/ebnf-bnf.el: Doc fix.
4167         (ebnf-repeat): Code fix.
4169         * progmodes/ebnf2ps.el: Doc fix.
4170         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4172 2004-02-28  Juri Linkov  <juri@jurta.org>
4174         * ffap.el (dired-at-point): Additional writability test for
4175         relative directory names.
4176         (dired-at-point-prompter): Treat directories as a directory, get
4177         the directory component from files.
4178         (ffap-string-at-point): Return string from region if region is active.
4179         (ffap-file-at-point): Remove redundant code.
4181 2004-02-28  Kim F. Storm  <storm@cua.dk>
4183         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4184         Initialize margin area images to nil.
4185         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4186         (breakpoint-enabled-bitmap-face)
4187         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4188         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4189         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4190         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4191         (gdb-reset): Use gdb-remove-breakpoint-icons.
4192         (gdb-put-string): Add dprop arg to specify alternative display
4193         property (for setting fringe bitmap).
4194         (gdb-remove-strings): Doc fix.
4195         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4196         icon in fringe (if available), or else as icon or text in display
4197         margin.  Creates necessary icons in breakpoint-bitmap,
4198         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4199         Also make left window margin if required.
4200         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4201         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
4202         no longer needed.
4203         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4204         gdb-put-breakpoint-icon.
4205         (gdb-assembler-mode): Don't set left-margin-width here.
4207 2004-02-27  Kevin Ryde  <user42@zip.com.au>
4209         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4210         comma, so that it DTRT in macros.
4212 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4214         * progmodes/sh-script.el (sh-shell-arg)
4215         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4216         (sh-leading-keywords, sh-other-keywords): Fix custom type.
4218 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
4220         * faces.el (face-spec-set-match-display): Add a new attribute,
4221         `min-colors'.
4222         (region, highlight, secondary-selection): Use `min-colors'.
4224         * custom.el (defface): Add documentation for `min-colors'.
4226         * font-lock.el (font-lock-comment-face, font-lock-string-face)
4227         (font-lock-keyword-face, font-lock-function-name-face)
4228         (font-lock-variable-name-face, font-lock-constant-face):
4229         Use `min-colors'.
4231         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4233 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4235         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
4236         define assq-delete-all if it's not defined.
4237         (ebnf-generate-region): Code fix.
4239         * printing.el: Doc fix.
4240         (pr-version): New version number (6.7.2).
4241         (pr-command): Return empty string if command is an empty string.
4243 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4245         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4247         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
4248         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4249         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
4250         "tt" ["test"] ).  Reported by Markus Dreyer
4251         <mdreyer@ix.urz.uni-heidelberg.de>.
4252         (ebnf-version): New version number (4.0).
4253         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4254         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4255         (ebnf-delete-style): New commands.
4256         (ebnf-directory, ebnf-file): New funs.
4257         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4258         (ebnf-production-name-p, ebnf-stop-on-error): New options.
4259         (ebnf-syntax-alist): New var.
4260         (ebnf-element-width): New fun replacing ebnf-list-width.
4261         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4262         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4263         (ebnf-prologue): Adjust vars.
4264         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4265         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4266         (ebnf-check-style-values, ebnf-generate-production)
4267         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4268         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4269         (ebnf-token-repeat): Code fix.
4271         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
4272         %right, %left and %prec.  Suggested by Matthew K. Junker
4273         <junker@alum.mit.edu>.
4274         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4276         * progmodes/ebnf-iso.el: Doc fix.
4277         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4278         (ebnf-iso-lex): Code fix.
4280         * progmodes/ebnf-bnf.el: Doc fix.
4281         (ebnf-bnf-lex): Code fix.
4283         * progmodes/ebnf-otz.el: Doc fix.
4285 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4287         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
4288         (abbrev-prefix-mark): Doc fix.
4290 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
4292         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4293         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4294         (gdb-var-delete): Make interactive (really).
4295         (gdb-edit-value): Make non-interactive.
4297         * progmodes/gud.el (gud-speedbar-menu-items):
4298         Add gdb-var-delete and, indirectly, gdb-edit-value.
4299         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4300         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4301         (gud-gdb-marker-filter): Add comment for annotations.
4303 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
4305         * calendar/calendar.el (generate-calendar)
4306         (calendar-read-date): Prevent display of BC calendars once more -
4307         reverts 2003-10-01 change.
4308         (generate-calendar-month): Doc fix.
4310 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4312         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4313         return value of increment-calendar-month.
4315 2004-02-21  Stephen Compall  <s11@member.fsf.org>
4317         * saveplace.el (save-place-forget-unreadable-files)
4318         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4319         (save-place-forget-unreadable-files): New function.
4320         (save-place-alist-to-file): Use it to filter out files that are
4321         no longer readable.
4323         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4324         current Texinfo environment, using the same method as in
4325         `texinfo-insert-@end', and insert a space rather than a newline if
4326         point in a @table environment.
4328 2004-02-21  Juri Linkov  <juri@jurta.org>
4330         * ffap.el (ffap-file-at-point): Try parent directories.
4332 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
4334         * vcursor.el (vcursor-modifiers): New defcustom.
4335         (vcursor-cs-binding): Use vcursor-modifiers instead of a
4336         hard-coded list.
4338 2004-02-21  Masatake YAMATO  <jet@gyve.org>
4340         * play/animate.el (animate-birthday-present): Accept names other
4341         than `Sarah', too.
4343 2004-02-21  Juri Linkov  <juri@jurta.org>
4345         * startup.el: Remove table of command line arguments from the
4346         Commentary section.
4348 2004-02-20  John Wiegley  <johnw@newartisans.com>
4350         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4351         again" modifier from 'e' to 'E', since 'e' is also used by the
4352         "file extension" modifier.
4354 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
4356         * help-fns.el (describe-categories): Doc fix.
4358 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4360         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4361         temporary file for buffer already visiting one.  This change makes
4362         output likely to be directly usable by patch program.
4363         Suggested by Adrian Aichner  <adrian@xemacs.org>
4365 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
4367         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4368         case of variables defined in compound statements.
4369         (gdb-setup-windows, gdb-source-info, gdb-source-info):
4370         Simplify constructions using switch-to-buffer.
4372 2004-02-19  Simon Josefsson  <jas@extundo.com>
4374         * play/morse.el: Fix typo.
4375         (morse-code): Add @.
4377 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
4379         * calendar/appt.el (appt-display-format): Change default to
4380         'ignore, for backwards compatibility.
4381         (appt-display-message): If appt-display-format is 'ignore,
4382         respect old vars appt-msg-window and appt-visible.
4383         (appt-activate): Don't depend on return value of cancel-timer.
4385         * calendar/calendar.el (calendar-holidays): Doc fix.
4387         * calendar/cal-coptic.el (coptic-prompt-for-date):
4388         Use assoc-string instead of assoc-ignore-case.
4389         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4390         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4391         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4392         * calendar/cal-islam.el (calendar-goto-islamic-date)
4393         (mark-islamic-diary-entries): Ditto.
4394         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4395         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4396         (calendar-read-mayan-tzolkin-date): Ditto.
4397         * calendar/calendar.el (calendar-read-date): Ditto.
4398         * calendar/diary-lib.el (mark-diary-entries): Ditto.
4400 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4402         * progmodes/executable.el (executable-command-find-posix-p):
4403         Fix choice of the directory.
4405 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4407         * simple.el (interprogram-cut-function)
4408         (interprogram-paste-function, kill-new, kill-append):
4409         Doc fixes.
4410         (kill-region): Make it return nil.  Doc fix.
4411         (yank-pop): Make its argument optional.
4412         (yank): Make ARG `-' equivalent to `-1'.
4414 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
4416         * mail/rmail.el (rmail-get-new-mail): Don't reference
4417         rmail-use-spam-filter if rmail-spam-filter is not loaded.
4419 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4421         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
4422         if one of global-auto-revert-non-file-buffers or autorevert-mode
4423         is non-nil.
4425 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4427         * subr.el (delete-dups): A better implementation from Karl Heuer
4428         <kwzh@gnu.org>.
4430 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4432         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
4433         correct place.
4434         * progmodes/icon.el (icon-indent-command): Ditto.
4435         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
4437 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4439         * progmodes/grep.el (grep-compute-defaults): Undo change from
4440         2004-01-29: don't use executable-command-find-posix-p.
4442 2004-02-16  Richard Sharman  <rsharman@pobox.com>
4444         * hilit-chg.el: Use require instead of eval-and-compile.
4445         (highlight-compare-buffers): New function.
4447 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
4449         * man.el (Man-fontify-manpage): Render section headings in
4450         `Man-overstrike-face' even when overstrike was not used by man
4451         formatter for section headings.
4453 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
4455         * rmail-spam-filter.el: (vm-use-spam-filter)
4456         (rsf-min-region-length-added-to-spam-list): New variables.
4457         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
4458         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
4459         spam testing.  Don't delete spam message if automatic deletion
4460         after output via variable rmail-delete-after-output is turned on.
4461         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
4462         rsf-bbdb-dont-create-entries-for-spam.
4463         (check-field): New function, extracted from code in
4464         rmail-spam-filter to ease addition of header fields like content-type.
4465         (message-content-type): New variable to check the content-type:
4466         field added, also in defcustom of rsf-definitions-alist.
4467         (rmail-spam-filter): Replace repeated test code for header fields
4468         by calls to check-field; change the call to
4469         rmail-output-to-rmail-file such that rmail-current-message stays
4470         the same to avoid wrong deletion of unseen flags.
4471         (rsf-add-contents-type): New function to convert old format
4472         of rmail-spam-definitions-alist into new one.
4473         Change prefixes of all variables and functions from
4474         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
4476 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4478         * loadhist.el (unload-hook-features-list): New defvar.
4480 2004-02-16  Dave Love  <fx@gnu.org>
4482         * loadhist.el (unload-feature): Doc fix.  Rename flist to
4483         unload-hook-features-list.
4485 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
4487         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
4488         cookie.  Don't check if we are looking-at open-formula.
4490 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4492         * subr.el (match-string-no-properties): Use substring-no-properties.
4494 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4496         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
4497         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
4498         Use lower-case "rx" in all error message.
4500 2004-02-16  Dave Love  <fx@gnu.org>
4502         * emacs-lisp/rx.el (rx-or): Put group around result.
4503         (rx-constituents): Add backref.
4504         (rx-syntax): Add string-delimiter, comment-delimiter.
4505         (rx-categories): Add combining-diacritic.
4506         (rx-check-not, rx-greedy, rx): Doc fix.
4507         (rx-backref, rx-check-backref): New.
4509 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
4511         * newcomment.el (uncomment-region): Allow eob as comment end.
4513 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4515         * filecache.el: All message and error commands now use prefix
4516         "Filecache:" to make it easy to read *Messages* buffer.
4518 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4520         * autorevert.el: Add support to detect changed dired and VC buffers.
4521         (auto-revert-active-p, auto-revert-list-diff)
4522         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
4523         (auto-revert-handler, auto-revert-active-p): New functions.
4524         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
4525         and `auto-revert-active-p'.
4526         (eval-when-compile): Defvar dired-directory and vc-mode.
4527         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4528         (auto-revert-handler-vc): New functions.
4530 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
4532         * progmodes/compile.el (compilation-directory): New defvar.
4533         (compile): Save current directory in compilation-directory.
4534         (recompile): Bind default-directory to compilation-directory if
4535         that is non-nil.
4537 2004-02-16  Dave Love  <fx@gnu.org>
4539         * newcomment.el (comment-insert-comment-function)
4540         (comment-region-function, uncomment-region-function): New.
4541         (comment-indent): Use comment-insert-comment-function.
4542         (uncomment-region): Use uncomment-region-function.
4543         (comment-region): Use comment-region-function.
4545         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
4547 2004-02-16  Richard Stallman  <rms@gnu.org>
4549         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
4550         loaddefs* and ldefs-boot*.
4552 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4554         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
4555         and email address at the beginning and end of the address.
4557         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
4558         anchored at the beginning of the email address.
4560 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
4562         * international/ccl.el (ccl-compile-write): Pass `left' to
4563         ccl-embed-code to generate correct code of write-expr-register.
4565 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
4567         * progmodes/grep.el (grep-compute-defaults): Fix typos.
4569 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4571         * x-dnd.el: Mention support for Motif in commentary.
4572         (x-dnd-handle-drag-n-drop-event): Ditto.
4574 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
4576         * ses.el: Use "ses--" prefixes for buffer-local variables.
4577         Use (point-min) instead of 1, even when we know the buffer
4578         is unnarrowed.
4579         (ses-build-load-map): Delete.  Distribute its content to defconst's for
4580         the three maps.
4581         (ses-menu, ses-header-line-menu): New menus.
4582         (ses-mode-map): Use them.
4583         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
4585 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
4587         * Makefile.in: Fix the CC Mode recompile kludge so it works
4588         when building in a different directory.
4590 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
4592         * simple.el (kill-new): Put yank-handler property on the entire string.
4594 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4596         * diff.el: Don't use compile any more, use diff-mode instead.
4597         (diff-regexp-alist, diff-old-file, diff-new-file)
4598         (diff-parse-differences, diff-process-setup): Remove.
4599         (diff-sentinel): New fun.
4600         (diff): Use it.  Run the process ourselves.
4601         Use diff-mode for the rest of the processing.
4603         * diff.el (diff): Simplify code handling `switch'.
4605 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4607         * pcvs-defs.el (cvs-menu): Add `tag'.
4609 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4611         * simple.el (kill-append): Doc fix.
4613         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4614         Adapt outline-regexp to the new conventions for commenting out code.
4616 2004-02-11  John Paul Wallington  <jpw@gnu.org>
4618         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
4620 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4622         * diff.el (diff-switches): New fun.
4623         (diff, diff-backup): Use it.
4624         (diff): Clean up the args construction.  Use backquote.
4625         Use listp instead of consp to avoid putting a nil arg.
4626         (diff): Add a revert-buffer function.
4628 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4630         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
4631         handled by x-dnd-handle-file-name.
4632         (x-dnd-known-types): Add COMPOUND_TEXT.
4633         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
4634         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
4635         x-dnd-empty-state.
4636         (x-dnd-forget-drop): Ditto.
4637         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
4638         (x-dnd-handle-one-url): Return private when inserting text.
4639         (x-dnd-insert-ctext): New function.
4640         (x-dnd-handle-file-name): New function for FILE_NAME.
4641         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
4642         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
4643         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
4645 2004-02-10  Kenichi Handa  <handa@m17n.org>
4647         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
4648         instead of while loop.
4650 2004-02-10  Miles Bader  <miles@gnu.org>
4652         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
4654 2004-02-09  Kenichi Handa  <handa@m17n.org>
4656         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
4657         have end-of-line.
4659 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
4661         * Makefile.in: Added extra dependencies in the recompile target
4662         needed to cope with the compile time macro expansions in CC Mode.
4664 2004-02-09  Kim F. Storm  <storm@cua.dk>
4666         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
4667         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
4668         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
4669         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
4670         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
4671         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
4672         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
4673         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
4674         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
4675         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
4676         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
4678 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4680         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
4681         Don't allow shrink if there's a window on our right.
4683         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
4684         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
4685         Bring together declaration and initialization.
4686         (prolog-mode-variables): Don't set the syntax table.
4687         Don't set paragraph-start and comment-indent-function.
4688         Add /*..*/ to the comment regexps.
4689         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
4690         (prolog-mode-map): Don't bind TAB.
4691         (prolog-mode): Set the syntax table.
4692         (prolog-comment-indent): Remove.
4693         (inferior-prolog-mode-map): Initialize in the declaration.
4694         (inferior-prolog-mode-syntax-table)
4695         (inferior-prolog-mode-abbrev-table): New vars.
4696         (inferior-prolog-mode): Derive from comint-mode.
4697         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
4698         minibuffer windows.
4700         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
4701         in file names, as long as it is unabmiguous.
4703 2004-02-08  Andreas Schwab  <schwab@suse.de>
4705         * textmodes/reftex-toc.el
4706         (reftex-toc-load-all-files-for-promotion): Remove useless use of
4707         format.  Doc fix.
4709         * textmodes/refer.el (refer-find-entry-internal): Remove extra
4710         format string arguments.
4712         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
4713         string argument.
4715         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
4717         * play/zone.el (zone-call): Fix format string.
4719         * net/webjump.el (webjump-builtin): Add missing format string argument.
4721         * midnight.el (midnight-delay-set): Remove extra format string argument.
4723         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
4725         * hexl.el (hexl-insert-char): Add missing format string argument.
4727         * format.el (format-decode): Fix format string.
4729         * emulation/vi.el (vi-mode): Remove extra format string argument.
4730         (vi-repeat-last-search): Likewise.
4731         (vi-reverse-last-search): Likewise.
4732         (vi-goto-mark): Likewise.
4733         (vi-reverse-last-find-char): Likewise.
4734         (vi-repeat-last-find-char): Likewise.
4735         (vi-locate-def): Likewise.
4737         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
4739         * ediff-util.el (ediff-toggle-read-only): Remove extra format
4740         string argument.
4741         (ediff-toggle-regexp-match): Likewise.
4743         * dired-aux.el (dired-do-query-replace-regexp): Add missing
4744         format string argument.
4746         * calc/calc-map.el (calc-get-operator): Remove extra format
4747         string argument.
4749         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
4751         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
4752         string argument.
4754         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
4756         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
4758         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
4760         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
4761         (cl-struct-setf-expander): Likewise.
4763         * vc.el (with-vc-file): Fix unsafe uses of error.
4764         (vc-cancel-version): Likewise.
4766 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
4768         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
4769         thousands separator; fixes <class>:<line-number> regexp for
4770         non-english locales.
4772 2004-02-08  Andreas Schwab  <schwab@suse.de>
4774         * view.el (view-mode-enable): Revert previous change.
4776 2004-02-07  Kim F. Storm  <storm@cua.dk>
4778         * simple.el (line-number-at-pos): Rename from line-at-pos.
4779         Uses changed (what-line and vc-annotate-warp-version).
4781 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4783         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
4784         (diff-mode): Remove aborted attempt at support for compile.el.
4785         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
4787 2004-02-06  Andreas Schwab  <schwab@suse.de>
4789         * view.el (view-mode-enable): Add view-mode-map to
4790         minor-mode-overriding-map-alist.
4792 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4794         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
4796 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4798         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
4799         with point inside rather than after the paragraph.
4801 2004-02-04  Sam Steingold  <sds@gnu.org>
4803         * mail/smtpmail.el (smtpmail-try-auth-methods):
4804         Do not try authentication when no mechanism is available.
4805         Pass port-name as defaultport to `netrc-machine'.
4807 2004-02-04  Stephen Eglen  <stephen@gnu.org>
4809         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
4810         to show how minibuffer height can be constrained.
4812 2004-02-04  John Paul Wallington  <jpw@gnu.org>
4814         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
4816 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4818         * x-dnd.el: New file for drag and drop.
4820         * term/x-win.el: require x-dnd, set after-make-frame-functions
4821         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
4822         drag-n-drop event.
4824         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
4825         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
4826         (dired-dnd-handle-file): New functions for drag and drop support.
4827         (dired-mode): Initialize drag and drop if x-dnd present.
4829 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4831         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
4832         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
4833         (cperl-mode): Set fill-paragraph-function.
4834         (cperl-fill-paragraph): Make it non-interactive.
4836 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
4838         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
4840 2004-02-02  David Kastrup  <dak@gnu.org>
4842         * replace.el (perform-replace): Allow 'literal argument in
4843         regexp-flag to indicate literal replacement.
4844         (query-replace-regexp-eval): Use it.
4846 2004-02-01  Andreas Schwab  <schwab@suse.de>
4848         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
4850 2004-02-01  Stephen Eglen  <stephen@gnu.org>
4852         * info-look.el: Add support for maxima-mode.  Update commentary
4853         because info-lookup-symbol is now bound to C-h S.
4855 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
4857         * simple.el (edit-and-eval-command): Bind print-level and
4858         minibuffer-history-sexp-flag around call to read-from-minibuffer.
4859         Correct initial position in command-history.
4861 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
4863         * files.el (read-directory-name): Adapt the docstring to recent
4864         change in Fread_file_name.
4866 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
4868         * ses.el (ses-print-cell): If print format too wide for column
4869         width, truncate decimal places if that helps to avoid "#####" fill.
4870         * ses.el (ses-initial-column-width): Revert previous change.
4872 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4874         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
4875         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
4876         Add edebug info.
4877         (jit-lock-mode): Setup/cancel the new timer.
4878         (jit-lock-context-fontify): New fun.  Extracted from
4879         context fontification code of jit-lock-stealth-fontify.
4880         (jit-lock-stealth-fontify): Don't do context fontification any more.
4882         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
4883         (jit-lock-fontify-now): Handle the `quit' case.
4884         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
4886 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
4888         * progmodes/executable.el (executable-command-find-posix-p):
4889         New.  Check if find handles arguments Posix-style.
4891         * progmodes/grep.el (grep-compute-defaults):
4892         Use executable-command-find-posix-p.
4893         (grep-find): Check `grep-find-command'.
4895         * filecache.el (file-cache-find-posix-p): Delete.
4896         (file-cache-add-directory-using-find):
4897         Use `executable-command-find-posix-p'.
4899 2004-01-29  Dave Love  <fx@gnu.org>
4901         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4902         Iterate the hook function if arg is given.
4903         (mark-defun, narrow-to-defun): Change order of finding the limits.
4905         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
4906         (byte-compile-format-warn): New.
4907         (byte-compile-callargs-warn): Use it.
4908         (Format, message, error): Add byte-compile-format-like property.
4909         (byte-compile-maybe-guarded): New.
4910         (byte-compile-if, byte-compile-cond): Use it.
4911         (byte-compile-lambda): Compile interactive forms,
4912         just to make warnings about them.
4914 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
4916         * ses.el (ses-initial-column-width): Increase to 14, so it will
4917         work well with the default printer of "%.7g" for extreme values
4918         like "-1.234567e+07".
4920 2004-01-29  Kenichi Handa  <handa@m17n.org>
4922         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
4924 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
4926         * dos-w32.el: Added support for the `default-printer-name' function.
4928 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4930         * server.el (server-socket-name): Don't use the hostname in the
4931         socket name since /tmp is local to the host anyway.
4933         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
4934         robust check of widening and fix var-naming.
4936 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
4938         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
4939         or rmail-spam- to rsf- in all function and variable names.
4940         (rsf-min-region-to-spam-list): New variable.
4941         (rsf-bbdb-auto-delete-spam-entries): Rename from
4942         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
4943         scanned together with the recipients field for spam testing; Don't
4944         delete spam message if rmail-delete-after-output is non-nil;
4945         (rsf-check-field): New function, extracted from code in
4946         rmail-spam-filter to ease addition of header fields like
4947         content-type:;
4948         (message-content-type): New variable.  The content-type: field was
4949         added also in defcustom of rsf-definitions-alist;
4950         (rmail-spam-filter): Replace repeated test code for header fields
4951         by calls to check-field; change the call to
4952         rmail-output-to-rmail-file such that rmail-current-message stays
4953         the same to avoid wrong deletion of unseen flags.
4954         (rmail-use-spam-filter): Add autoload cookie.
4956 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
4958         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
4959         (file-cache-add-directory-using-find): Add Cygwin support.
4960         (file-cache-find-command-posix-flag): New user variable.
4962         * filecache.el (file-cache-add-directory): Check for
4963         directories an remove them from dir-files.
4965 2004-01-27  Richard M. Stallman  <rms@gnu.org>
4967         * man.el (Man-fontify-manpage): Clean up message.
4969 2004-01-27  Kenichi Handa  <handa@m17n.org>
4971         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
4972         (sentence-end): Define using sentence-end-without-space.
4974         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
4975         a sentence ends with one of a character in sentence-end-without-space.
4977 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4979         * font-lock.el (font-lock): Add jit-lock as explicit group member.
4980         (jit-lock): Group declaration moved to jit-lock.el.
4981         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
4982         when necessary.
4984         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
4985         (jit-lock-context-unfontify-pos): Rename from
4986         jit-lock-first-unfontify-pos.
4987         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
4989 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
4991         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
4992         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
4993         (fortran-fill): When filling a string, adjust re-search-backward
4994         argument for special case of string just on fill-column.
4995         When filling non-string, allow one extra char if
4996         fortran-break-before-delimiters is non-nil.
4997         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
4998         Use fortran-break-delimiters-re and fortran-no-break-re to
4999         correctly handle cases such as "**".
5001         * progmodes/f90.el (f90-break-delimiters): Doc fix.
5002         (f90-no-break-re): Add some extra tokens.  Doc fix.
5004 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
5006         * mail/rmail-spam-filter.el:
5007         Use two semicolons as Commentary line prefix.
5008         Add ";;; Code:" stylized comment.
5009         Delete end-of-line whitespace.
5010         Wrap (require 'cl) with `eval-when-compile'.
5012 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
5014         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5015         at the top level of vc.el.
5017 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
5019         * vc.el (vc-current-line): Function removed.  This is now done by
5020         the new function line-at-pos in simple.el.
5021         (vc-annotate-warp-version): Use line-at-pos instead of
5022         vc-current-line.
5024 2004-01-22  Kim F. Storm  <storm@cua.dk>
5026         * simple.el (line-at-pos): New defun.
5027         (what-line): Use it.  Optimize by only counting lines in narrowed
5028         region once.
5030 2004-01-22  Kenichi Handa  <handa@m17n.org>
5032         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5033         point (register r1) only for charset mule-unicode-0100-24ff.
5035 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5037         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5038         trailing white space and ensure a final newline.
5040         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5041         Add autoload cookie.
5043 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
5045         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5046         activate view-mode explicitly.
5048 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5050         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5051         use clipboard first.
5053 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5055         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
5056         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5057         (vc-mcvs-cvs): Remove.
5058         (vc-mcvs-command): Remove use of assert.
5060         * outline.el (outline-insert-heading): Tighten up match.
5061         (outline-demote, outline-move-subtree-down): Don't assume anything
5062         about outline-regexp.
5064         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5065         (texinfo-show-structure): Explicitly add ^, and simplify.
5067 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
5069         * calendar/appt.el (appt-check): Restore usage of
5070         appt-issue-message deleted in previous change.
5071         (top-level): Activate package when loaded (needed for backwards
5072         compatibility).
5074 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
5076         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5077         following previous change to smtpmail-send-data.
5079 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
5081         * vc.el (vc-default-previous-version): Doc enhancement.
5082         (vc-default-next-version): New function.
5083         (vc-print-log): New arg FOCUS-REV.
5084         (vc-annotate-mode): Derive from view-mode.
5085         (vc-annotate): New args REVISION, DISPLAY-MODE.
5086         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5087         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5088         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5089         (vc-annotate-show-diff-revision-at-line, vc-current-line)
5090         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5092         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5094 2004-01-19  Karl Berry  <karl@gnu.org>
5096         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5097         or "TexInfo".
5099 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
5101         * subr.el (delete-dups): New function.
5103 2004-01-19  Karl Berry  <karl@gnu.org>
5105         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5106         with ^, since that's what texinfo-show-structure
5107         documentation says (plus it works much better in texinfo.txi).
5109 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
5111         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5113 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
5115         * progmodes/which-func.el (which-function-mode): Don't cancel
5116         which-func-update-timer if not set.
5118 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
5120         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5121         Remove spurious left square bracket in XX:XXam regexp.
5123 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
5125         * progmodes/cc-defs.el: Do not require cl at run time.
5127 2004-01-16  Richard M. Stallman  <rms@gnu.org>
5129         * emacs-lisp/cl.el (cl-cannot-unload): New function.
5130         (cl-unload-hook): Defvar this to run cl-cannot-unload.
5132         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5133         Call rmail-spam-filter.  Delete and expunge spam.
5134         Print number of spam messages deleted.
5135         Save and restore the deletion status of old messages when reading
5136         new mail with spam filter, so that expunging spam does not expunge
5137         msgs deleted by the user.
5138         (rmail-only-expunge): Add an optional argument dont-show to
5139         prevent showing message after expunge.
5141 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
5143         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5144         * subr.el (declare): New macro.
5146 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
5148         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5150 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5152         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5153         Test window-system rather than system-type (for X11/Mac).
5155 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
5157         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5159 2004-01-12  Richard M. Stallman  <rms@gnu.org>
5161         * mail/rmail.el (rmail-convert-to-babyl-format):
5162         Use mail-unquote-printable-region.
5163         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5164         (rmail-hex-char-to-integer): Functions deleted.
5166         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5167         (mail-unquote-printable-region): New arg NOERROR.
5168         For invalid encoding, either signal an error to just return nil.
5170 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5172         * calendar/appt.el: Update copyright and commentary.
5173         (appt-issue-message): Make obsolete.
5174         (appt-visible, appt-msg-window): Make obsolete, in favour of
5175         appt-display-format.
5176         (appt-display-mode-line, appt-display-duration)
5177         (appt-display-diary, appt-time-msg-list, appt-mode-string)
5178         (appt-prev-comp-time, appt-display-count, appt-timer)
5179         (appt-convert-time): Doc change.
5180         (appt-disp-window-function, appt-delete-window-function):
5181         Use defcustom rather than defvar.
5182         (appt-display-format): New variable.
5183         (appt-display-message): New function with display code from appt-check.
5184         (appt-check): Add optional FORCE argument.  Doc change.
5185         Add appt-make-list to diary-hook if displaying diary.
5186         Remove checking of view-diary-entries-initially.
5187         Message display section removed to new function appt-display-message.
5188         (appt-display-window): Doc change.  Remove unused internal var
5189         this-buffer.  Do not beep, since appt-display-message does that.
5190         (appt-make-list): Doc change.  Use caar.
5191         (appt-sort-list): Simplify by using builtin sort function.
5192         (appt-update-list): New function for updating appts when diary is
5193         saved.
5194         (appt-activate): New autoloaded function to toggle package
5195         functionality.
5197         * calendar/cal-x.el: (calendar-one-frame-setup)
5198         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5200         * calendar/calendar.el: Update copyright.
5201         (view-diary-entries-initially, european-calendar-style): Doc change.
5202         (calendar-setup): Make defcustom rather than defvar.
5203         (mark-visible-calendar-date): Initialize temp-face and faceinfo
5204         in let binding so local to function.
5206         * calendar/diary-lib.el: Update copyright.
5207         (diary, diary-entry-time): Doc change.
5208         (list-diary-entries): Doc change.  Trivial logic change.
5209         (fancy-diary-display): Restore make-face command mistakenly
5210         deleted 2003-05-08.
5211         (show-all-diary-entries): Allow to pop-up frame if needed.
5213 2004-01-09  John Paul Wallington  <jpw@gnu.org>
5215         * bindings.el (mode-line-change-eol): Add EVENT parameter.
5216         Temporarily select EVENT's window for changing eol type.
5218 2004-01-09  Deepak Goel  <deego@gnufans.org>
5220         * calendar/diary-lib.el (diary-entry-time):
5221         Also accept time in the form XX[.XX][am/pm/AM/PM].
5222         (fancy-diary-font-lock-keywords): Likewise.
5223         (diary-font-lock-keywords): Likewise.
5224         * calendar/appt.el (appt-add): Likewise.
5225         (appt-make-list): Likewise.
5226         (appt-convert-time): Likewise.
5228 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
5230         * gdb-ui.el (gdb-ann3): Revert previous change.
5231         (gdb-source-info): Allow for case of where compilation directory
5232         is not recorded.
5234 2004-01-08  John Paul Wallington  <jpw@gnu.org>
5236         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5238 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
5240         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5242         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5243         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5244         problems.
5245         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5247 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
5249         * files.el (write-file-functions, write-contents-functions):
5250         Clarify docstrings.
5252 2004-01-07  Kenichi Handa  <handa@m17n.org>
5254         * international/mule.el (set-auto-coding): Fix for the case that
5255         end-of-line is only CR.
5257 2004-01-07  Kim F. Storm  <storm@cua.dk>
5259         * subr.el (event-start, event-end): Doc fix.
5260         (posn-string, posn-image): New defuns.
5261         (posn-object): Return either image or string object.
5262         (posn-object-x-y): Return 8th element of position.
5263         (posn-object-width-height): New defun.
5265 2004-01-06  Andreas Schwab  <schwab@suse.de>
5267         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5268         output.
5270 2004-01-05  Karl Berry  <karl@gnu.org>
5272         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5273         / and *, too.
5275 2003-12-31  Simon Josefsson  <jas@extundo.com>
5277         * files.el (before-save-hook): Add.
5278         (basic-save-buffer): Use before-save-hook.
5280         * emacs-lisp/copyright.el: Fix comment to recommend
5281         before-save-hook instead of write-file-functions.
5283 2004-01-05  Richard M. Stallman  <rms@gnu.org>
5285         * finder.el (finder-commentary): Call delete-other-windows.
5287         * net/ange-ftp.el (ange-ftp-file-attributes):
5288         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5290 2004-01-04  Karl Berry  <karl@gnu.org>
5292         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5293         comment characters % and # in the copyright year notice,
5294         as well as ;.
5296 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
5298         * wid-edit.el (default): Define dummy :value-delete.
5299         Reported by Jesper Harder <harder@ifa.au.dk>.
5301 2004-01-03  Richard M. Stallman  <rms@gnu.org>
5303         * progmodes/compile.el (compile-internal): Use point, not point-min,
5304         for set-window-point.
5306         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5308         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5310         * progmodes/grep.el (grep-mode-map):
5311         Don't remap next-line, previous-line.
5313 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
5315         * speedbar.el (speedbar-edit-line): Change regexp to position
5316         the cursor on the first character of this line's button.
5318 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5320         * subr.el (functionp): Doc fix.
5322 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5324         * progmodes/idlwave.el (idlwave-make-tags):
5325         * textmodes/flyspell.el (flyspell-large-region):.
5326         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5327         * emulation/viper-util.el (viper-glob-unix-files):
5328         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5329         * man.el (Man-init-defvars):
5330         * jka-compr.el (jka-compr-call-process):
5331         * files.el (get-free-disk-space,insert-directory):
5332         * ediff-ptch.el (ediff-test-patch-utility):
5333         * ediff-diff.el (ediff-test-utility):
5334         * dired-aux.el (dired-check-process):
5335         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5336         test the return value of call-process, because it can be a string.
5338 2003-12-31  John Paul Wallington  <jpw@gnu.org>
5340         * bindings.el (completion-ignored-extensions): Add .pfsl.
5342 2003-12-31  Kim F. Storm  <storm@cua.dk>
5344         * ido.el (ido-nonreadable-directory-p): New defun to check for
5345         nonreadable directory without activating tramp (to avoid problems
5346         with checking incomplete tramp paths).
5347         (ido-set-current-directory, ido-file-internal)
5348         (ido-file-name-all-completions1): Use it.
5350 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5352         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5353         documentation if the anchor (or node) name is preceded by `info
5354         anchor' or `Info anchor' in addition to earlier `info node' and
5355         `Info node'.
5356         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5358 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5360         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5361         error in arguments to base64-decode-region.  Remove ^M characters
5362         after decoding base64.
5364 2003-12-30  Simon Josefsson  <jas@extundo.com>
5366         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
5367         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5368         have only been distributed with Emacs for some years.
5369         (texinfo-mode-hook): Customize.
5371 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5373         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5374         cleaner (suggested by Richard Stallman).
5376         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5377         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5378         file-name clashes on 8+3 DOS filesystems.
5380         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5381         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5382         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5383         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5384         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5385         file-name clashes on 8+3 filesystems.
5387         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5388         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5389         file-name clashes on 8+3 DOS filesystems.
5391 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5393         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5394         Upcase the character.
5396         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5397         Search for header separator alone on a line, literally,
5398         and search for it backward, not forward.
5399         (flyspell-abbrev-table): Always use global-abbrev-table
5400         if there is no local one.
5402         * progmodes/sh-script.el (sh-get-indent-info):
5403         Don't move point back if at bob.
5405         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
5407         * play/handwrite.el (handwrite): Make the handwrite credit message
5408         a comment rather than an output command.
5410         * obsolete/sc.el: Display message that this file is obsolete.
5412         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
5414         * mail/rfc822.el (rfc822-address-start): Declare variable.
5415         Renamed from address-start.  All uses changed.
5417         * term.el (term-exec): Set up sentinel.
5418         (term-sentinel): New function.
5419         (term-handle-exit): New function.
5421         * subr.el (assoc-ignore-case, assoc-ignore-representation):
5422         Use assoc-string, and mark them obsolete.
5423         (delay-mode-hooks): Mark as permanent local.
5425         * simple.el (sendmail-user-agent-compose): Use assoc-string.
5427         * register.el (copy-rectangle-to-register): Doc fix.
5429         * info.el (Info-insert-dir): Use assoc-string.
5431         * info-look.el (info-lookup): Use assoc-string.
5433         * frame.el (pop-up-frame-function): Use quote, not `function'.
5434         (frame-notice-user-settings): Calculate ADJUSTED-TOP
5435         copying with lists as coordinate values.
5437         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
5439         * find-dired.el (kill-find): New command.
5440         (find-dired): Make buffer read-only.
5441         Set up a keymap with C-c C-k running kill-find.
5442         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
5444         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
5446         * filecache.el (file-cache-ignore-case): New variable.
5447         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
5449         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
5450         (comint-dynamic-complete-as-filename): Rename local vars.
5451         (comint-dynamic-list-filename-completions): Likewise.
5453         * comint.el (comint-dynamic-list-completions-config): New var.
5454         (comint-dynamic-list-completions): Handle both SPC and TAB right.
5456         * comint.el (comint-file-name-chars): Add [].
5457         (comint-word): Use skip-chars-backward, not search.
5459         * shell.el (shell-file-name-chars): Add [].
5461         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
5463         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
5465         * generic.el (define-generic-mode): Doc fix.
5467 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5469         * files.el (kill-some-buffers): Doc fix.
5471 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
5473         * comint.el (comint-watch-for-password-prompt): Pass `string' as
5474         arg to send-invisible
5475         (send-invisible): Doc fix.  The argument is now a prompt, not the
5476         string to send.
5477         (comint-read-noecho): Doc fix.
5479 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
5481         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
5482         "@", as required by some ISP hosting service.  Fix defcustom
5483         argument syntax errors that prevented use of customization.
5485 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5487         * xml.el (xml-get-attribute-or-nil): Doc fix.
5489 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
5491         * net/zone-mode.el (zone-mode): Use write-file-functions, not
5492         write-file-hooks.
5494 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5496         * autorevert.el (auto-revert-interval): Doc fix.
5498 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
5500         * xml.el (xml-get-attribute-or-nil): New function, like
5501         xml-get-attribute, but returns nil if the attribute was not found.
5502         (xml-get-attribute): Convert to defsubst, uses
5503         xml-get-attribute-or-nil.
5505 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5507         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
5509 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
5511         * custom.el (custom-declare-theme): Use `value' when putting
5512         properties on `theme'.
5514 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5516         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
5517         for each yank-handler segment.
5518         (insert-for-yank-1): New function, with the body of the previous
5519         insert-for-yank.
5521         * textmodes/table.el (table-yank-handler): New defcustom.
5522         (table--put-cell-indicator-property): Put yank-handler property
5523         that indicates the yank handler for the table cell.
5525 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5527         * generic-x.el (etc-modules-conf-generic-mode): A more complete
5528         set of keywords.
5530 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5532         * international/mule-cmds.el (reset-language-environment)
5533         (set-language-environment): Don't invoke fontset-related functions
5534         if fontset-list is not fboundp.
5536 2003-12-29  Kenichi Handa  <handa@m17n.org>
5538         * international/mule-cmds.el (reset-language-environment):
5539         Call set-overriding-fontspec-internal with nil.
5540         (set-language-environment): Call set-overriding-fontspec-internal
5541         if the language environment specify `overriding-fontspec'.
5542         (language-info-alist): Doc added.
5544         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
5545         characters of mule-unicode-0100-24ff.
5546         (ccl-encode-windows-1251-font): New CCL program.
5547         ("Bulgarian"): Specify overriding-fontspec.
5548         ("Belarusian"): Likewise.
5550 2003-12-28  Sam Steingold  <sds@gnu.org>
5552         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
5553         parameter ID-FORMAT to conform with the 2003-11-30 patch.
5555 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
5557         * progmodes/gud.el (gud-gdb-command-name): Set default to
5558         "gdb --annotate=3".
5559         (gud-gdb-marker-filter): Look out for annotations.
5560         (gdb-first-pre-prompt): New variable.
5561         Remove trailing white space.
5563         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
5564         if necessary.
5565         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
5566         annotations are detected.
5567         (gud-gdba-marker-filter): Use global variable gud-marker-acc
5568         instead of a local one to allow transition from
5569         gud-gdb-marker-filter.
5570         Remove trailing white space.
5572 2003-12-27  Kim F. Storm  <storm@cua.dk>
5574         * ido.el: Handle non-readable directories.
5575         (ido-decorations): Add 9th element for non-readable directory.
5576         (ido-directory-nonreadable): New dynamic var.
5577         (ido-set-current-directory): Set it.
5578         (ido-read-buffer, ido-file-internal):
5579         (ido-read-file-name, ido-read-directory-name): Let-bind it.
5580         (ido-file-name-all-completions1): Return empty list for
5581         non-readable directory.
5582         (ido-exhibit): Print [Not readable] if directory is not readable.
5583         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
5584         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
5585         Use it.
5587 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
5589         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
5590         calls to directory-files-and-attributes and file-attributes.
5591         (ls-lisp-format): Remove system dependent handling of user and
5592         group id's.
5594 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
5596         * ffap.el (ffap-read-file-or-url): Revert previous change.
5598 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
5600         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
5601         new list of included files called `files-with-node-lines', that
5602         only have node lines.  This way @include commands can include any
5603         file, such as version and update files without node lines, not
5604         just files that are chapters.
5606 2003-12-25  Andreas Schwab  <schwab@suse.de>
5608         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
5609         file not found.
5611 2003-12-08  Miles Bader  <miles@gnu.org>
5613         * dired.el (dired-between-files): Always use dired-move-to-filename,
5614         which is more robust in non-english locales.
5616 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5618         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
5620 2003-12-24  Andreas Schwab  <schwab@suse.de>
5622         * shell.el (shell-file-name-quote-list): Add backslash.
5624         * comint.el (comint-quote-filename): Correctly handle backslash
5625         in comint-file-name-quote-list.
5627 2003-12-24  Kenichi Handa  <handa@m17n.org>
5629         * international/mule-cmds.el (set-default-coding-systems):
5630         Call ucs-set-table-for-input for all buffers that don't have local
5631         value of buffer-file-coding-system.
5633         * international/ucs-tables.el (ucs-set-table-for-input):
5634         If translation-table-for-encode is a symbol, get its
5635         translation-table property.
5637 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
5639         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
5640         to `completing-read' on a recently fixed bug.
5642         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
5643         instead of SPACE, to get the list of possible fringe modes.
5644         SPACE only works if both `partial-completion-mode' and
5645         `completion-auto-help' are nil.
5647         * complete.el (PC-is-complete-p): Delete.
5648         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
5649         calls to `test-completion'.
5651 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
5653         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
5654         to edit values when there are no children.
5656         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
5657         a mode called "Assembler" already exists.
5658         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
5659         (gud-watch): Use format option.  Remove font properties from string.
5660         (gdb-var-create-handler, gdb-var-list-children-handler):
5661         Don't bother about properties as there are none.
5662         (gdb-var-create-handler, gdb-var-list-children-handler)
5663         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
5664         with two arguments.
5665         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
5666         Let speedbar show value changes with a different font.
5667         (gdb-edit-value): New defun.
5668         (gdb-clear-partial-output, gdb-clear-inferior-io)
5669         (def-gdb-auto-update-handler): Use erase-buffer.
5670         (gdb-frame-handler): Display watch expressions in
5671         FUNCTION::VARIABLE format if required.
5673 2003-12-23  John Paul Wallington  <jpw@gnu.org>
5675         * info.el (Info-unescape-quotes, Info-split-parameter-string)
5676         (Info-goto-emacs-command-node): Doc fixes.
5678 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
5680         * cus-edit.el (custom-add-parent-links): Define "many".
5682 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
5684         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
5685         (widget-child-validate, widget-type-value-create)
5686         (widget-type-default-get, widget-type-match): New functions.
5687         (lazy): New widget.
5688         (menu-choice, checklist, radio-button-choice, editable-list)
5689         (group, documentation-string): Remove redundant (per 2003-10-25
5690         change) calls to `widget-children-value-delete'.
5691         (widget-choice-value-get, widget-choice-value-inline): Remove.
5692         (menu-choice): Update widget.
5694 2003-12-03  Kenichi Handa  <handa@m17n.org>
5696         * language/cyrillic.el: Register "microsoft-cp1251" in
5697         ctext-non-standard-encodings-alist.
5698         ("Bulgarian"): Add ctext-non-standard-encodings.
5699         ("Belarusian"): Likewise.
5701         * international/mule-conf.el (compound-text-with-extensions):
5702         Change the type to 2 (iso-2022 base).
5704         * international/mule.el (ctext-non-standard-encodings-alist):
5705         Change the format.
5706         (ctext-non-standard-encodings): New variable.
5707         (ctext-post-read-conversion): Fully re-written.
5708         (ctext-non-standard-designations-alist): Delete it.
5709         (ctext-non-standard-encodings-table): New function.
5710         (ctext-pre-write-conversion): Fully re-written.
5712 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
5714         * cus-edit.el (custom-add-parent-links): Add documentation links
5715         for parent, if the item has none of its own.
5717 2003-11-30  Richard M. Stallman  <rms@gnu.org>
5719         * dired-aux.el (dired-do-query-replace-regexp):
5720         Report files visited read-only.
5722 2003-11-30  Juri Linkov  <juri@jurta.org>
5724         * dired-aux.el (dired-compare-directories): New command.
5725         (dired-file-set-difference, dired-files-attributes): New functions.
5727 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
5728         Version 2.0.38 of Tramp released.
5730         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
5731         Charles Curley <charlescurley@charlescurley.com>.
5732         (tramp-multi-connection-function-alist): Add ssht entry which adds
5733         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
5734         Aichner.
5735         (tramp-get-method-parameter): New function to retrieve a method
5736         parameter.  This allows for omission of method parameters.
5737         Callers adjusted.
5739 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
5741         * net/tramp.el: Add new optional parameter ID-FORMAT to
5742         `file-attributes'.  Calls of `file-attributes' won't use this
5743         parameter for backward compatibility reasons.
5744         (tramp-perl-file-attributes): Add a new parameter to Perl script
5745         in order to handle uid/gid as strings, if desired.
5746         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
5747         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
5748         order to make the function more general.
5749         (tramp-handle-file-attributes): Replace proprietary optional
5750         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
5751         (tramp-handle-file-attributes-with-perl): Handle parameter
5752         NONNUMERIC if set.  This wasn't done in the past.
5753         (tramp-post-connection): Apply second parameter "$2" if
5754         `tramp-remote-perl' is called.
5756         * net/tramp-smb.el (tramp-smb-handle-delete-file):
5757         Correct cut'n'waste error (`filename' instead of `directory').
5758         (tramp-smb-handle-directory-files-and-attributes)
5759         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
5760         introduced parameter ID-FORMAT.
5761         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
5762         error (`directory' instead of `ldir').
5764         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
5765         `file-attributes' has a second parameter.  If yes, apply it with
5766         value "'integer".  Otherwise, don't use that parameter (default is
5767         integer format).
5769 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
5771         * help.el (help-map): Bind `display-local-help' to `C-h .'.
5772         (help-for-help): Add `C-h .' to the listed Help options.
5773         Remove trailing whitespace.
5775         * help-at-pt.el: New file.
5777 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
5779         * subr.el (noreturn, 1value): New macros for test coverage.
5780         See `testcover.el'.
5782         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
5784         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
5785         for macro `1value'.
5786         (testcover-1value): New function.  Checks that a 1value form
5787         actually returns only one value.  Requested by RMS.
5789 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
5791         * gdb-ui.el (gud-watch, gdb-var-create-handler)
5792         (gdb-var-list-children, gdb-var-list-children-handler)
5793         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
5794         gdb commands that use mi to keep them out of the command history.
5796 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5798         * cus-start.el (all): Add use-file-dialog.
5800 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5802         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
5804 2003-11-27  Kim F. Storm  <storm@cua.dk>
5806         * subr.el (posn-object-x-y): New defun.
5808 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5810         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
5811         Don't use `space' for \\\n.
5812         Be more selective as to which # are comment-starters.
5814 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
5816         * subr.el (number-sequence): Improve handling of floating point
5817         arguments (suggested by Kim Storm).  Allow negative arguments.
5819 2003-11-26  Kenichi Handa  <handa@m17n.org>
5821         * international/mule-cmds.el (standard-display-european-internal):
5822         Cancel the standard-display-table setting for ` and '.
5824 2003-11-26  Kim F. Storm  <storm@cua.dk>
5826         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
5827         New defcustoms to add ffap-like functionality to ido.
5828         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
5829         (ido-no-final-slash): New defun.
5830         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
5831         (ido-read-file-name): ): Toggle VC checking via
5832         vc-handled-backends instead of vc-master-templates.
5833         (ido-file-internal): Handle ido-use-url-at-point and
5834         ido-use-filename-at-point via code borrowed from ffap-guesser.
5835         Handle new ido-exit code ffap.
5836         (ido-sort-list): Ignore final slash when sorting file names.
5838 2003-11-25  Kim F. Storm  <storm@cua.dk>
5840         * emulation/cua-base.el (cua--standard-movement-commands):
5841         Add forward-sentence and backward-sentence.
5843 2003-11-25  Stephen Eglen  <stephen@gnu.org>
5845         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
5846         iswitchb-exit is set to 'usefirst when user selects buffer at head
5847         of list using RET.  (Selecting buffers at the head of the list was
5848         broken if the substring was also a complete buffername.)
5850 2003-11-23  Kim F. Storm  <storm@cua.dk>
5852         * progmodes/compile.el (grep-command, grep-use-null-device)
5853         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
5854         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
5855         (grep-regexp-alist, grep-program, find-program)
5856         (grep-find-use-xargs, grep-history, grep-find-history)
5857         (grep-process-setup, grep-compute-defaults)
5858         (grep-default-command, grep, grep-tag-default, grep-find)
5859         (grep-expand-command-macros, grep-tree-last-regexp)
5860         (grep-tree-last-files, grep-tree): Move grep variables, functions
5861         and commands to new file grep.el.
5862         (compilation-mode-map): Remove grep commands from Compile sub-menu.
5863         (compilation-process-setup-function): Doc fix.
5864         (compilation-highlight-regexp, compilation-highlight-overlay): New
5865         defvars used for highlighting current compile error in source buffer.
5866         (compile-internal): New optional args HIGHLIGHT-REGEXP and
5867         LOCAL-MAP which overrides compilation-highlight-regexp and
5868         compilation-mode-map for this compilation.
5869         Delay calling compilation-set-window-height until after running
5870         compilation-process-setup-function so it can buffer-local override
5871         compilation-window-height.
5872         Check buffer-local value of compilation-scroll-output.
5873         (compilation-set-window-height): Use buffer-local value of
5874         compilation-window-height.
5875         (compilation-revert-buffer): Don't pass (undefined)
5876         preserve-modes arg to revert-buffer.
5877         (next-error-no-select, previous-error-no-select): New commands.
5878         (compilation-goto-locus): Temporarily highlight current match in
5879         source buffer using compilation-highlight-regexp.
5881         * progmodes/grep.el: New file with grep code from compile.el.
5882         (grep): New defcustom group.
5883         (grep-window-height): New defcustom, like compilation-window-height.
5884         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
5885         (grep-scroll-output): New defcustom, like compilation-scroll-output.
5886         (grep-command, grep-use-null-device, grep-find-command)
5887         (grep-tree-files-aliases, grep-tree-ignore-case)
5888         (grep-tree-ignore-CVS-directories): Move to grep custom group.
5889         (grep-setup-hook): New hook variable.
5890         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
5891         (grep-last-buffer): New defvar, override compilation-last-buffer.
5892         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
5893         Call compile-internal with args highlight-regexp and grep-mode-map.
5895 2003-11-23  Kim F. Storm  <storm@cua.dk>
5897         * subr.el (event-start, event-end): Doc fix.
5898         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
5899         (posn-area, posn-actual-col-row, posn-object): New defuns.
5900         (posn-col-row): Simplify doc.  Rewrite to use cond.
5901         (posn-point): Also return buffer position for events outside text
5902         area (that info is now present in the event position).
5904         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
5905         mouse-set-point so that hscroll still works now that clicks on
5906         fringes generate specific mouse events.
5907         (mouse-set-point): Note that it now works in fringes and margins
5908         too due to new semantics of posn-point in fringes and margins.
5910         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
5911         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
5913 2003-11-20  Kim F. Storm  <storm@cua.dk>
5915         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
5916         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
5917         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
5918         to 100 for icons to avoid increasing line height when shown.
5920 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5922         * newcomment.el (comment-normalize-vars): Initialize properly if
5923         comment-start was nil.
5925 2003-11-19  Andreas Schwab  <schwab@suse.de>
5927         * simple.el (set-variable): Fix indentation.
5929 2003-11-17  Kenichi Handa  <handa@m17n.org>
5931         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
5932         Fix docstring.
5934 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5936         * international/latin1-disp.el (latin1-display): Fix docstring.
5938 2003-11-16  John Wiegley  <johnw@newartisans.com>
5940         * eshell/em-ls.el (eshell-ls-file): There are times with
5941         size-width is nil and uncomputed (when directories are created in
5942         dired, for example); in this case, 4 is reasonable default value,
5943         although it may caused skewed new entries (which could be avoided
5944         by returning the original value of 8 in all cases, but 99% of the
5945         time this is a waste of whitespace).
5947 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
5949         * cc-engine.el (c-guess-continued-construct)
5950         (c-guess-basic-syntax): Check a little more carefully if it's a
5951         function declaration when an unknown construct followed by a block
5952         is found inside a statement context.  This avoids macros followed
5953         by blocks to be taken as function declarations.
5955         (c-guess-continued-construct): Change the analysis of a statement
5956         continuation with a brace open to `substatement-block', for
5957         consistency with recognized statements.
5959         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
5960         start is in a position so that `c-beginning-of-statement-1' jumped
5961         to the beginning of the same statement.
5963         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
5964         Don't accept binary operators in the arglist if we're in a function
5965         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
5966         template recognition in cases like "if (a < b || c > d)".
5968         (c-restricted-<>-arglists): New more appropriate name for
5969         `c-disallow-comma-in-<>-arglists'.
5971         Accessing functions updated for the variable name change.
5973         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
5974         match data could get clobbered if NOT-INSIDE-TOKEN is used.
5976         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
5977         labels.
5979         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
5980         instead of duplicating parts of it.  This fixes bogus label
5981         recognition.
5983         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
5984         of checking the context in which to apply the minimum indentation,
5985         so that it isn't enforced in e.g. namespace blocks.
5987         * cc-vars.el (c-inside-block-syms): New constant used by
5988         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
5989         to somewhat reduce the risk of becoming stale.
5991         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
5992         cc-cmds to cc-engine to allow use from cc-align.
5994         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
5995         qualified identifiers containing "::".
5997         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
5998         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6000         * cc-vars.el (c-emacs-features): Use a space in front of the name
6001         of the temporary buffer.  That also avoids dumping problems in
6002         XEmacs due to undo info being left around after the buffer is killed.
6004         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6005         arglist to see if it's a K&R style declaration.
6007         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6008         before returning `knr-argdecl-intro'.
6010 2003-11-16  John Wiegley  <johnw@newartisans.com>
6012         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6013         field in a long-listing always 8 characters, use `size-width',
6014         which has already been computed.
6016 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
6018         * subr.el (minor-mode-list): Add `hs-minor-mode'.
6020 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
6022         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6023         Support operation while narrowed, with `diff-restrict-view'.
6025 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
6027         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6028         Take additional optional arg NARROWFUN.  For the generated functions:
6029         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
6030         include frags that arrange to check for and save narrowing state before
6031         the move and then conditionally call NARROWFUN after the move.
6033 2003-11-14  John Wiegley  <johnw@newartisans.com>
6035         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6036         that was optional, but obviously missing based on surrounding code.
6038         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6039         string arguments to numbers unless the whole argument was seen as
6040         a number.
6042 2003-11-14  Kenichi Handa  <handa@m17n.org>
6044         * international/mule.el (ctext-non-standard-encodings-alist):
6045         Fix coding systems.
6047 2003-11-10  Kenichi Handa  <handa@m17n.org>
6049         * language/kannada.el ("Kannada"): Add sample-text.
6051         * language/knd-util.el (kannada-compose-region)
6052         (kannada-compose-string, kannada-post-read-conversion):
6053         Add autoload cookie.
6055         * international/quail.el (quail-completion): Change the message
6056         "corresponding translations" to "corresponding characters".
6058 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
6060         * descr-text.el (describe-char): Fix typo.
6062 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
6064         These changes are to support Kannada language/script.
6066         * Makefile.in (DONTCOMPILE): Add kannada.el.
6068         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6070         * loadup.el: Preload kannada.el.
6072         * language/ind-util.el (ucs-kannada-to-is13194-alist)
6073         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6074         New variables.
6076         * language/kannada.el: New file.
6078         * language/knd-util.el: New file.
6080 2003-11-07  Andreas Schwab  <schwab@suse.de>
6082         * progmodes/autoconf.el (autoconf-font-lock-keywords):
6083         Also highlight AH_*.
6085         * xml.el (xml-parse-dtd): Fix misplaced paren.
6087 2003-11-07  Kenichi Handa  <handa@m17n.org>
6089         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6091 2003-11-05  Juri Linkov  <juri@jurta.org>
6093         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6094         (desktop-buffer-file): Use saved buffer-file-coding-system
6095         for file reading.  Set auto-insert to nil to prevent automatic
6096         insertion into restored empty files.
6098 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
6100         * files.el (risky-local-variable-p): Make second argument optional.
6102 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6104         * subr.el (add-hook): Fix last change.
6106 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
6108         * mail/rmail.el (rmail-convert-to-babyl-format):
6109         If base64-decode-region signals an error, catch it and silently
6110         ignore it.
6112 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
6114         * xml.el (xml-parse-region): Allow comments to appear after the
6115         topmost element has closed.
6116         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6117         (xml-ns-expand-attr): New functions to do namespace handling.
6118         (xml-intern-attrlist): Back-compatible handling of attribute names.
6119         (xml-parse-tag): Move namespace handling to separate functions.
6120         Now produces elements in the form ((:ns . "element") (attr-list)
6121         children) instead of ('ns:element (attr-list) children).
6122         (xml-parse-attlist): Fix attribute parsing.
6123         (xml-parse-dtd): Change parsing so that it produces strings
6124         instead of interned symbols.
6126 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
6128         * dired.el (dired-ls-sorting-switches): Doc fix.
6130 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
6132         * emacs-lisp/rx.el (rx-or): Fix the case of
6133         "(rx (and ?a (or ?b ?c) ?d))".
6135 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
6137         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6138         (texinfo-format-region): Use it.
6139         (texinfo-format-buffer-1): Ditto.
6141 2003-11-01  Alan Mackenzie  <acm@muc.de>
6143         Changes to allow scrolling whilst in isearch mode:
6144         * isearch.el (isearch-unread-key-sequence): New function,
6145         extracted from isearch-other-meta-char.
6146         (top level): (put 'foo 'isearch-scroll) on all Emacs's
6147         "scrollable" standard functions.
6148         (isearch-allow-scroll): New customizable variable.
6149         (isearch-string-out-of-window, isearch-back-into-window)
6150         (isearch-reread-key-sequence-naturally)
6151         (isearch-lookup-scroll-key): New functions.
6152         (isearch-other-meta-char): Doc string and functionality enhanced.
6153         Now accepts a prefix argument.
6154         (isearch-lazy-highlight-window-end): New variable.
6155         (isearch-lazy-highlight-new-loop): Pay attention to the window's
6156         end (thru isearch-lazy-highlight-window-end), not only its start.
6158         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6159         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6160         (universal-argument, universal-argument-more, negative-argument)
6161         (digit-argument, universal-argument-other-key): Minor changes.
6163 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6165         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6166         recursively if the last message is deleted, thus avoiding an
6167         infinite loop.
6169 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6171         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6172         (tex-main-file): Don't add .tex if the extension is already present.
6173         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6175 2003-10-29  Lute Kamstra  <lute@gnu.org>
6177         * progmodes/octave-inf.el (inferior-octave-prompt):
6178         Recognize version number in prompt.
6180 2003-10-28  Dave Love  <fx@gnu.org>
6182         * international/characters.el: Fix some Unicode ranges.
6184 2003-10-28  Kenichi Handa  <handa@m17n.org>
6186         * disp-table.el (standard-display-8bit)
6187         (standard-display-default, standard-display-ascii)
6188         (standard-display-g1, standard-display-graphic)
6189         (standard-display-underline): Assure that standard-display-table
6190         is a display table.
6192 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6194         * simple.el (reindent-then-newline-and-indent): Delete space *after*
6195         reindenting the first line.
6197 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
6199         * wid-edit.el (widget-default-delete): Always delete child widgets.
6201 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6203         * newcomment.el (comment-indent): Don't call indent-according-to-mode
6204         if the line has code.
6205         Don't try to line up with something that's too far left.
6207         * progmodes/octave-mod.el (octave-comment-start): Simplify.
6208         (octave-mode-syntax-table): Add % as a comment starter.
6209         (octave-point): Remove.
6210         (octave-in-comment-p, octave-in-string-p)
6211         (octave-not-in-string-or-comment-p, calculate-octave-indent)
6212         (octave-blink-matching-block-open, octave-auto-fill):
6213         Use line-(beginning|end)-position instead.
6215 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6217         * emacs-lisp/authors.el (authors-aliases): Add correct realname
6218         for Francesco Potort\e,Al\e(B.
6220 2003-10-23  Dave Love  <fx@gnu.org>
6222         * international/mule-cmds.el (locale-charset-to-coding-system):
6223         Don't rely on nil being a coding system.
6225         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6226         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6227         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6229 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
6231         * gdb-ui.el (gdb-current-language): New variable.
6232         (gdb-update-flag): Remove variable.
6233         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6234         (gdb-take-last-elt): Remove function.
6235         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6236         (gdb-post-prompt): Check for variable object changes here.
6238         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6239         object changes in gdb-ui.el.
6241 2003-10-21  Richard M. Stallman  <rms@gnu.org>
6243         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6245         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6246         Don't check for foo*/ wildcard form here.
6247         (insert-directory): Recognize foo*/ as a wildcard.
6248         Separate wildcard-regexp variable from the arg, wildcard.
6250         * subr.el (add-hook): Correctly detect when make-local-hook was used.
6251         (remove-hook): Correctly handle strange cases about local hooks.
6253 2003-10-21  David Ponce  <david@dponce.com>
6255         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6256         argument REAL, to return a real number instead of a rounded
6257         integer value.  Define as inline function.
6258         (ruler-mode-right-fringe-cols): Likewise.
6259         (ruler-mode-scroll-bar-cols): New function.
6260         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
6261         (ruler-mode-right-scroll-bar-cols): Likewise.
6262         (ruler-mode-space): New function.
6263         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
6264         scroll bar mode and margins in a more robust way.
6266 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
6268         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6269         (antlr-c-init-language-vars): New function.
6270         (antlr-mode): Use it with cc-mode before v5.29.
6271         (antlr-c-common-init): Don't set some local vars here.
6272         (antlr-mode): Set them here.
6273         (antlr-c-forward-sws): New function alias.
6274         (antlr-mode): Redefine with cc-mode before v5.30.
6275         (antlr-skip-sexps): Use it.
6276         (antlr-skip-exception-part): Ditto.
6277         (antlr-skip-file-prelude): Ditto.
6278         (antlr-outside-rule-p): Ditto.
6279         (antlr-end-of-body): Ditto.
6280         (antlr-option-kind): Ditto.
6281         (antlr-insert-option-area): Ditto.
6282         (antlr-file-dependencies): Ditto.
6284 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6286         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6287         Move backward only if point was not inside an entry.
6289 2003-10-21  Richard M. Stallman  <rms@gnu.org>
6291         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6293 2003-10-21  Juri Linkov  <juri@jurta.org>
6295         * compare-w.el: Automatically skip non-matching text to resync.
6296         (compare-windows-whitespace): Doc fix.
6297         (compare-windows-sync, compare-windows-sync-string-size)
6298         (compare-windows-recenter, compare-ignore-whitespace)
6299         (compare-windows-highlight, compare-windows-face): New variables.
6300         (compare-windows): Use compare-windows-sync.
6301         (compare-windows-highlight, compare-windows-dehighlight)
6302         (compare-windows-sync-regexp)
6303         (compare-windows-sync-default-function): New functions.
6305 2003-10-21  Juri Linkov  <juri@jurta.org>
6307         * diff.el (diff-parse-differences): Don't visit the files now;
6308         instead, just record the error locus.
6310 2003-10-21  Dave Love  <fx@gnu.org>
6312         * progmodes/cfengine.el: New file.
6314 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6316         * complete.el (PC-do-completion): Do not forget to use `pred' as the
6317         default-directory when completing file names.
6319 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
6321         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6322         followed by the word `face', it gets treated as a face, even if
6323         it is also defined as a variable or a function.
6325 2003-10-20  Dave Love  <fx@gnu.org>
6327         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6328         Avoid incf in macro expansion.
6330 2003-10-20  John Paul Wallington  <jpw@gnu.org>
6332         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6333         `evenp' so we don't implicitly require cl library at runtime.
6335 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
6337         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6338         (help-make-xrefs): Only make cross-references for faces if
6339         preceded or followed by the word `face'.  Do not make a
6340         cross-reference for variables without variable documentation,
6341         unless preceded by the word `variable' or `option'.  Update doc
6342         string accordingly.
6344 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
6346         * progmodes/hideshow.el: Rewrite one-armed `if'
6347         constructs using either `when' or `unless'.
6348         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6350 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
6352         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6353         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6354         instead of 12x12.
6356 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
6358         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6359         message while converting to Babyl.
6361 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
6363         * allout.el (allout-mode): Doc fix.
6365 2003-10-16  Lute Kamstra  <lute@gnu.org>
6367         * subr.el (force-mode-line-update): Fix docstring.
6369 2003-10-14  Dave Love  <fx@gnu.org>
6371         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6372         (default-input-method): Add :link, improve :type.
6373         (locale-charset-language-names): Fix utf-8 pattern.
6374         (locale-charset-match-p, locale-charset-alist)
6375         (locale-charset-to-coding-system): New.
6376         (set-locale-environment): Deal with codeset part of locale specs.
6378 2003-10-14  Lute Kamstra  <lute@gnu.org>
6380         * fringe.el (fringe-mode): Use active voice in docstring.
6381         (set-fringe-style): Ditto.
6383 2003-10-13  Lute Kamstra  <lute@gnu.org>
6385         * fringe.el (fringe-mode): Fix docstring.
6386         (set-fringe-style): Ditto.
6388 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6390         * ediff-mult.el (ediff-filegroup-action):
6391         Use ediff-default-filtering-regexp.
6393         * ediff-util.el (ediff-recenter): Don't call
6394         ediff-restore-highlighting twice.
6395         (ediff-select-difference): Set current difference.
6396         (ediff-unselect-and-select-difference): Add comment.
6398         * ediff.el (ediff-directories,ediff-directory-revisions)
6399         (ediff-directories3,ediff-merge-directories)
6400         (ediff-merge-directories-with-ancestor)
6401         (ediff-merge-directory-revisions)
6402         (ediff-merge-directory-revisions-with-ancestor):
6403         Use ediff-default-filtering-regexp.
6405 2003-10-12  Andreas Schwab  <schwab@suse.de>
6407         * international/mule-cmds.el (locale-charset-language-names):
6408         Simplify regex by removing unused grouping.
6410 2003-10-10  Dave Love  <fx@gnu.org>
6412         * bindings.el: Don't bind stop.
6414 2003-10-08  Miles Bader  <miles@gnu.org>
6416         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
6417         face instead of attempting to emulate it.
6419 2003-10-07  Kenichi Handa  <handa@m17n.org>
6421         * international/mule-diag.el (list-coding-systems-1): List coding
6422         systems that are loaded automatically.
6424         * international/code-pages.el (iso-8859-11): Add autoload cookie.
6426         * international/mule.el (autoload-coding-system): New function.
6428 2003-10-07  Andreas Schwab  <schwab@suse.de>
6430         * log-edit.el (log-edit-changelog-entries): Prefer local value of
6431         change-log-default-name in the buffer visiting the file.
6433 2003-10-06  Dave Love  <fx@gnu.org>
6435         * files.el (find-file-hook): Customize.
6436         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
6438         * bindings.el (completion-ignored-extensions): Remove .log.
6439         (global-map): Add again, open, stop keys.
6441 2003-10-05  Richard M. Stallman  <rms@gnu.org>
6443         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
6444         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
6445         Use sh-modify directly.
6446         (sh-select): Use sh-append, not eval.
6448         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
6450         * info.el (Info-following-node-name): New function.
6452         * loadhist.el (unload-feature-special-hooks):
6453         Rename from loadhist-hook-functions.
6454         (loadhist-hook-functions): Now an alias.
6456 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
6458         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
6459         file-name clashes on 8+3 filesystems.
6461         * Makefile.in (DONTCOMPILE, bootstrap-clean):
6462         Rename loaddefs-boot.el to ldefs-boot.el
6464         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
6465         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
6467 2003-10-03  Lute Kamstra  <lute@gnu.org>
6469         * info.el (Info-mode): Revert previous change.
6470         (Info-escape-percent): New function.
6471         (Info-fontify-node): Use it.
6473 2003-10-02  Andreas Schwab  <schwab@suse.de>
6475         * loaddefs-boot.el: Regenerated.
6477 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
6479         * ffap.el: Remove defadvice related code from CVS since `complete'
6480         provides a `PC-completion-as-file-name-predicate' variable that
6481         ffap can override.
6483 2003-10-02  Kenichi Handa  <handa@m17n.org>
6485         * international/utf-8.el (ccl-decode-mule-utf-8):
6486         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
6488         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
6489         * international/subst-big5.el: Likewise.
6490         * international/subst-gb2312.el: Likewise.
6491         * international/subst-ksc.el: Likewise.
6493 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
6495         * calendar/calendar.el (increment-calendar-month)
6496         (calendar-leap-year-p, calendar-absolute-from-gregorian)
6497         (generate-calendar, calendar-read-date, calendar-interval)
6498         (calendar-day-of-week): Handle years BC.
6499         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
6501 2003-10-01  Dave Love  <fx@gnu.org>
6503         * language/cyrillic.el (cp1251): Alias for windows-1251.
6505         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
6506         bootstrap.
6508 2003-10-01  Lute Kamstra  <lute@gnu.org>
6510         * files.el: Fix typo.
6511         * imenu.el (imenu--generic-function): Docstring fix.
6513 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6515         * dired.el (dired-mode): Handle dired-directory as a list.
6517 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
6519         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
6521         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
6523         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
6524         Replace gud-display with gud-watch.
6525         (gud-speedbar-buttons): Add stuff for watching expressions
6526         in the speedbar when using M-x gdba.  Use dolist on old part
6527         of this function.
6529         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
6530         (gdb-update-flag): New variables.
6531         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
6532         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
6533         (gud-watch, gdb-var-create-handler) : New functions.
6534         (gdb-var-list-children, gdb-var-list-children-handler)
6535         (gdb-var-create-regexp, gdb-var-update-regexp)
6536         (gdb-var-list-children-regexp): New constants.
6537         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
6538         (gdb-annotation-rules): Reduce annotation set (level 3).
6539         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
6540         (gdb-post-prompt): Don't update GDB buffers every time speedbar
6541         updates.
6542         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
6543         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
6544         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
6545         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
6546         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
6547         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
6548         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
6549         (gud-display, gud-display1)
6550         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
6551         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
6552         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
6553         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
6554         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
6555         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
6556         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
6557         (gdb-display-display-buffer, gdb-toggle-display)
6558         (gdb-delete-display, gdb-expressions-popup-menu)
6559         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
6560         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
6561         to display buffer.
6563 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6565         * progmodes/ada-mode.el (ada-mode): Don't use advice.
6566         Instead, set which-func-functions.
6568         * progmodes/which-func.el (which-func-modes): Add ada-mode.
6569         (which-func-functions): New variable.
6570         (which-function): Use that.
6572         * info.el (Info-mode): Double each `%' in header line.
6574         * emacs-lisp/lisp-mnt.el (lm-with-file):
6575         When FILE is nil, run BODY in current buffer.
6577         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
6579         * help.el (describe-mode): Start with a brief list of minor modes.
6580         Find them thru minor-mode-list so as to find them all.
6581         Show them in alphabetical order.
6583         * mail/sendmail.el (mail-aliases): Doc fix.
6585         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
6587 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6589         * mail/rmailsum.el (rmail-make-summary-line-1):
6590         Change comma after last label to a space.
6591         (rmail-summary-font-lock-keywords): Adapt to that change.
6593 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
6595         * progmodes/scheme.el (scheme-mode-variables): When setting
6596         `font-lock-defaults', also specify that "#" should
6597         be interpreted with `word' syntax.
6598         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
6600 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
6602         * desktop.el: A lot of comments updated.
6603         (desktop-save-mode): Minor mode introduced.
6604         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
6605         (desktop-load-default): Function made obsolete.
6606         (desktop-locals-to-save): Variable made customizable.
6607         (desktop-read): Optional parameter `dirname' added.
6608         (desktop-change-dir, desktop-revert): Parameter `dirname' in
6609         `desktop-read' used.
6610         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
6612 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
6614         * whitespace.el (whitespace-clean-msg): Add user customizable message
6615         for displaying ``clean'' output.
6616         (whitespace-buffer): Use `whitespace-clean-msg'.
6617         (whitespace-global-mode): Fix typo.
6619 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
6621         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
6623 2003-09-29  Lute Kamstra  <lute@gnu.org>
6625         * bindings.el (mode-line-modes): Remove superfluous :propertize
6626         construct in initialization.
6627         (mode-line-position): Change cons cell into proper list in
6628         initialization.
6630 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
6632         * international/mule.el (decode-coding-inserted-region): Use car
6633         of the return value of find-operation-coding-system.
6635 2003-09-29  Kenichi Handa  <handa@m17n.org>
6637         * descr-text.el (describe-char): Fix previous change.
6639 2003-09-28  Kenichi Handa  <handa@m17n.org>
6641         * descr-text.el (describe-char-display): New function.
6642         (describe-char): Pay attention to display table on describing how
6643         a character is displayed.
6645         * international/mule-cmds.el (encoded-string-description):
6646         Prepend "0x" to each encoded byte.
6648 2003-09-28  Andreas Schwab  <schwab@suse.de>
6650         * find-file.el (ff-special-constructs): Add autoload cookie.
6652 2003-09-28  Kevin Ryde  <user42@zip.com.au>
6654         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
6655         makeinfo appends to duplicate index entries.
6657 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
6659         * dired-x.el (dired-clean-tex): Doc fix.
6661         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
6662         using a Chinese tutorial.
6664 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6666         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
6667         between "MAIL FROM:" and "RCPT TO:" and the following address.
6669 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6671         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
6673 2003-09-28  David Ponce  <david@dponce.com>
6675         * recentf.el (recentf-initialize-file-name-history): New defcustom.
6676         (recentf-load-list): When `recentf-initialize-file-name-history'
6677         is non-nil, initialize an empty `file-name-history' with the
6678         recent list.
6680 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
6682         * man.el (Man-default-man-entry): Remove the leading `*' from the
6683         word at point.
6685 2003-09-26  Lute Kamstra  <lute@gnu.org>
6687         * bindings.el (mode-line-position): Mention size indication in
6688         docstring.
6690 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
6692         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
6694         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
6695         because it's autoloaded now.
6697 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
6699         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
6700         (sh-font-lock-keywords, sh-feature): Fix previous change of
6701         sh-feature to avoid infloop with sh-font-lock-keywords.
6703 2003-09-25  Kim F. Storm  <storm@cua.dk>
6705         * frame.el (frame-current-scroll-bars): New defun.
6707         * window.el (window-current-scroll-bars): New defun.
6709 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6711         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
6712         cause errors when the state cache contains info on parts that have
6713         been narrowed out.
6715 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6717         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
6718         `c-setup-paragraph-variables' has to be used when this variable is
6719         changed; it doesn't work to reinitialize the mode since that
6720         typically clobbers the variable.
6722         * progmodes/cc-styles.el (c-setup-paragraph-variables):
6723         Make it interactive.
6725 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6727         * progmodes/cc-fonts.el (c-font-lock-declarations):
6728         Fix recognition of constructors and destructors for classes whose
6729         names are matched by `*-font-lock-extra-types'.
6731         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
6732         followed by an identifier in C++ then it's a type.
6734 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6736         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
6737         problem that primarily affected XEmacs.  Don't use faces to find
6738         unterminated strings since Emacs and XEmacs fontify strings
6739         differently - this function should now work better in XEmacs.
6741 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6743         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
6744         `expand-abbrev' workaround which caused braces to misbehave inside
6745         macros.
6747         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
6748         handling.  This bug could cause interactive font locking to bail out.
6750 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6752         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6753         Handle paren-style types in Pike.  Also fixed some cases of
6754         insufficient handling of unbalanced parens.
6756 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
6758         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
6759         common shell prompts that are not common filename or URL characters.
6760         (ffap-file-at-point): Use the new regexp to strip the prompts from
6761         the file names.  This is an issue mostly for user prompts that
6762         don't have a trailing space and find-file-at-point is invoked from
6763         within a shell inside Emacs.
6765 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
6767         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
6768         stamps numerically, rather than textually.
6770 2003-09-24  Kenichi Handa  <handa@m17n.org>
6772         * language/devan-util.el (devanagari-post-read-conversion):
6773         * language/mlm-util.el (malayalam-post-read-conversion):
6774         * language/tml-util.el (tamil-post-read-conversion):
6775         Add autoload cookie.
6777         * international/utf-8.el (utf-8-post-read-conversion):
6778         Call post-read-conversion functions for Devanagari, Malayalam,
6779         and Tamil.
6781 2003-09-23  Dave Love  <fx@gnu.org>
6783         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
6785 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
6787         * progmodes/gud.el (perldb): Add gud-until to list of commands.
6788         Update gud-remove.
6790 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6792         * progmodes/sh-script.el (sh-mode-default-syntax-table):
6793         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
6794         (sh-mode-syntax-table-input): New variable.
6795         (sh-require-final-newline): Don't use eval.
6796         (sh-builtins, sh-leading-keywords, sh-other-keywords)
6797         (sh-variables, sh-font-lock-keywords): Don't use eval.
6798         (sh-set-shell): When setting require-final-newline,
6799         treat value = `require-final-newline' as don't change it.
6800         Set sh-mode-syntax-table locally based on
6801         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
6803         * progmodes/compile.el (compile-internal):
6804         Call compilation-set-window-height before setting window start.
6806 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
6808         * emacs-lisp/bytecomp.el (byte-compile-log-file):
6809         Clear out byte-compile-last-warned-form.
6811 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6813         * woman.el (woman-file-name, woman-follow-word):
6814         If current-word returns nil, use "".
6816         * simple.el (eval-expression): Bind standard-output in to-buffer case.
6818 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6820         * emacs-lisp/lisp-mnt.el (lm-with-file):
6821         Don't visit the file, just use insert-file-contents in temp buffer.
6823 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
6825         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
6826         Add surrounding \\( and \\) around the header, as in
6827         for lm-history-header 'Change Log\\|History'.
6829 2003-09-22  John Paul Wallington  <jpw@gnu.org>
6831         * progmodes/ld-script.el: Add Commentary section,
6832         minor cleanup of file header.
6833         (ld-script-font-lock-keywords): Doc fix.
6834         (toplevel): Provide `ld-script' feature.
6836 2003-09-21  Kim F. Storm  <storm@cua.dk>
6838         * scroll-bar.el (set-scroll-bar-mode): Initialize to
6839         new built-in variable default-frame-scroll-bars.
6840         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
6841         scroll-bar-mode; notably, use it instead of t when we toggle
6842         scroll-bars on.
6843         (toggle-scroll-bar): Use default-frame-scroll-bars.
6845 2003-09-19  Masatake YAMATO  <jet@gyve.org>
6847         * pcvs.el (cvs-do-removal): Change the prompt depending on
6848         `filter' value.
6850 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
6852         * startup.el (command-line-1): Stop startup-echo-area-message
6853         being hidden by "Loading image..." message.
6854         (use-fancy-splash-screens-p, display-splash-screen):
6855         Move display-graphic-p test from latter to former.
6857         * progmodes/sh-script.el (sh-font-lock-keywords):
6858         Highlight escaped EOLs differently from other backslash constructs.
6860 2003-09-19  Richard M. Stallman  <rms@gnu.org>
6862         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
6863         New functions.
6864         (edebug-enter, edebug-outside-excursion): Use them.
6866         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6867         Fix the condition for whether to print "In WHERE".
6869 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
6871         * finder.el (finder-mode-hook): New variable.
6872         (finder-mode): Run hook finder-mode-hook
6874 2003-09-18  Masatake YAMATO  <jet@gyve.org>
6876         * progmodes/ebrowse.el: Fix broken magic autoload comments.
6878 2003-09-17  Mario Lang  <mlang@delysid.org>
6880         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
6881         "p %e" to actually print the value in the GUD buffer.
6883 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
6885         From David Ponce <david.ponce@wanadoo.fr>:
6886         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
6887         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
6888         from loaddefs-boot.el if necessary.
6890 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
6892         * progmodes/gud.el (gud-find-class): Make jdb work again since
6893         cc-mode changed the syntactic information.
6895 2003-09-15  David Ponce  <david@dponce.com>
6897         * recentf.el: (recentf-exclude): Accept predicates too.
6898         (recentf-file-readable-p): New function.
6899         (recentf-include-p): Handle predicates in recentf-exclude.
6900         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
6901         (recentf-cleanup): Likewise.
6902         (recentf-save-list): Use write-file to handle backup of
6903         recentf-save-file.
6905 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
6907         * loaddefs-boot.el: Renamed from `loaddefs.el'
6908         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
6909         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
6910         necessary.
6912 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
6914         * electric.el (Electric-pop-up-window): For the `one-window' case,
6915         no longer disconcertingly move point in the original buffer.
6917 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6919         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
6921 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6923         * dired.el (dired-mode-map): Fix typo.
6925 2003-09-11  Richard M. Stallman  <rms@gnu.org>
6927         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
6929 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
6931         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
6932         the function is less noisy.  Now only `kill-buffer' can ask questions.
6934 2003-09-10  Mario Lang  <mlang@delysid.org>
6936         * battery.el: Update Commentary and Copyright.
6937         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
6938         appear due to wrong ordering of the expressions in `or'.
6940 2003-09-09  Lute Kamstra  <lute@gnu.org>
6942         * misc.el (upcase-char): Fix docstring.
6943         (zap-up-to-char): New command.
6945 2003-09-08  David Ponce  <david@dponce.com>
6947         Ensure that recentf correctly updates the menu bar.
6948         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
6949         (recentf-menu-bar): New function.
6950         (recentf-clear-data): Use it
6951         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
6952         of easy-menu-change.
6954 2003-09-08  Lute Kamstra  <lute@gnu.org>
6956         * simple.el (size-indication-mode): New.
6957         * bindings.el (mode-line-position): Add buffer size indicator.
6959 2003-09-04  Mario Lang  <mlang@delysid.org>
6961         * battery.el (battery-linux-proc-acpi): New function.
6962         (battery-status-function): Modify default value calculation to also
6963         check for availability of ACPI.
6964         (battery-echo-area-format): Ditto.
6965         (battery-mode-line-format): Ditto.
6967 2003-09-06  Dave Love  <fx@gnu.org>
6969         * ielm.el (ielm-mode-hook): Add :options.
6971         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
6972         (eldoc-print-current-symbol-info): Use it.
6974 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
6976         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
6977         being displayed in GUD buffer.
6978         (gdb-idle-input-queue): Remove var.  Use just one queue.
6979         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
6980         Remove functions.  Use just one queue.
6981         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
6982         (gdb-invalidate-assembler, gdb-get-current-frame):
6983         Modify functions.  Use just one queue.
6985 2003-09-04  Dave Love  <fx@gnu.org>
6987         * cus-start.el: Add blink-cursor-alist.
6989         * ruler-mode.el (ruler-mode-fill-column-char)
6990         (ruler-mode-current-column-char): Use char-displayable-p,
6991         not window-system.
6993         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
6995         * language/european.el (windows-1252): Move from code-pages.
6997         * language/cyrillic.el ("Windows-1251"): Delete.
6998         ("Bulgarian", "Belarusian"): Remove `features'.
6999         (windows-1251): Move from code-pages.
7001         * international/mule-diag.el (non-iso-charset-alist):
7002         Remove `codepage' stuff.
7003         (print-designation, list-coding-systems-1): Output fixes.
7005         * international/code-pages.el (cp-make-translation-table)
7006         (cp-valid-codes): Made defsubsts.
7007         (cp-fix-safe-chars): Delete.
7008         (mule-diag): Don't require.
7009         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7010         (top-level): Check for defined coding system when defining
7011         cp... aliases.  Change w32-add-charset-info test to avoid warning.
7012         (non-iso-charset-alist): Defvar when compiling.
7013         (cp-make-coding-system): Doc fix.
7015 2003-09-02  Jason Rumney  <jasonr@gnu.org>
7017         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7018         line-ends from CVS before doing conversion.
7020 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
7022         * calendar/diary-lib.el (diary-header-line-flag)
7023         (diary-header-line-format): New variables.
7024         (list-diary-entries): Use them to set header line in simple diary.
7026         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7027         other than font-lock-string-face to highlight backslashes.
7029 2003-09-01  Jason Rumney  <jasonr@gnu.org>
7031         * international/titdic-cnv.el (tit-read-key-value): Include \r in
7032         regexp.
7034 2003-09-01  Dave Love  <fx@gnu.org>
7036         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7038         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7039         and :help; also line and column numbers labels.
7041         * international/mule-util.el (char-displayable-p): Move from
7042         latin1-disp, rename and autoload.
7044         * international/latin1-disp.el (latin1-char-displayable-p):
7045         Now obsolete alias.  Replace uses with char-displayable-p.
7046         (latin1-display-ucs-per-lynx): Fix last change.
7048         * international/mule-cmds.el (standard-display-european-internal):
7049         Don't use char code for Latin-1 NBSP.
7050         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
7051         U+2018, U+2019 for `'.
7052         (select-safe-coding-system): Message fix.
7054 2003-09-01  Kenichi Handa  <handa@m17n.org>
7056         * international/fontset.el (setup-default-fontset): For Thai
7057         font, specify "*" family.
7059 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7061         * progmodes/compile.el (previous-error): Accept a prefix
7062         argument, similarly to next-error.
7064 2003-08-31  Masatake YAMATO  <jet@gyve.org>
7066         * pcvs.el (cvs-do-removal): Use = instead of eq to check
7067         the number of files.  Bind the number of files to a local
7068         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7070 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
7072         * vc-hooks.el (vc-make-version-backup): Fix the change made on
7073         2003-07-26: msdos-long-file-names is a function, not a variable.
7075 2003-08-29  Richard M. Stallman  <rms@gnu.org>
7077         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7078         Do nothing with mail-personal-alias-file if it is nil.
7080         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7081         Do nothing if mail-personal-alias-file is nil.
7083         * term.el (term-exec-1): Bind coding-system-for-read.
7085         * dired.el (dired-mouse-find-file-other-window):
7086         Use dired-view-command-alist here, as in dired-view-file.
7087         (dired-view-command-alist): Use %s to substitute file name.
7088         Handle .ps_pages, .eps, .jpg, .gif, .png.
7090 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
7092         * info.el (Info-mode-map): Bind S-tab and <backtab> to
7093         `Info-prev-reference', instead of M-tab.
7095 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
7097         * simple.el (blink-matching-open): Work correctly on chars that
7098         are designated as parens through the syntax-table text property.
7100 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
7102         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7103         line break position in the middle of a non-kinsoku (e.g. latin)
7104         word, making it skip until either a space or a character with
7105         category "|".
7106         (kinsoku-longer): Test for end of buffer.
7108 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
7110         * mail/rmail.el (rmail-convert-to-babyl-format):
7111         Detect quoted-printable- and base64-encoded messages and decode them
7112         automatically.  Set the message's encoding from the charset=
7113         header, if any.  Decode base64-encoded messages in Mail format as well.
7115 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7117         * mail/smtpmail.el: Fix previous change.
7118         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7119         calling smtpmail-via-smtp.
7120         (smtpmail-via-smtp): Add fall-back values for envelope-from.
7122 2003-08-26  John Paul Wallington  <jpw@gnu.org>
7124         * image.el (image-jpeg-p): Don't search beyond length of data.
7126 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7128         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7129         misfeature in `expand-abbrev' which caused electric keywords like
7130         "else" to disappear if an open brace was typed directly afterwards.
7132 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7134         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7135         mandatory in `define-widget'.
7137         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7138         Don't align the operators "!=", "<=" and ">=" as assignment operators.
7140         (c-assignment-operators): New language constant that only contains
7141         the assignment operators.
7143         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7145 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7147         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7148         Safeguard against unbalanced sexps.
7150 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
7152         * version.el (emacs-version): Check for gtk.  Include gtk version info.
7154 2003-08-25  John Paul Wallington  <jpw@gnu.org>
7156         * man.el (Man-default-man-entry): Don't whizz past the section
7157         number before looking for it.
7159 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
7161         * progmodes/gud.el (gud-display-line): Don't set window-point if
7162         source buffer is not visible.  (Only happens with M-x gdba.)
7164         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7165         documentation.
7166         (gdb-source, gdb-source-info): Update to assembler unnecessary
7167         as its done after each GDB command anyway.
7168         (gdb-pre-prompt): Use with-current-buffer.
7169         (gdb-insert-field): Add help-echo text.
7170         (gdb-invalidate-assembler): Re-display of assembler now done in
7171         gdb-info-breakpoints-custom.
7172         (gdb-info-breakpoints-custom): Force re-display of assembler to
7173         happen *after* update of breakpoints buffer.
7174         (gdb-display-source-buffer): Don't choke if gdb-source-window
7175         isn't visible.
7176         (gdb-put-string, gdb-put-arrow): Remove free variables.
7178 2003-08-24  John Paul Wallington  <jpw@gnu.org>
7180         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7182         * man.el (Man-default-man-entry): Strip text properties when
7183         snarfing parts of entry because `format' preserves properties.
7185 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7187         * files.el (file-newest-backup): Use `expand-file-name'.
7189         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7190         Allow the diary to pop up a new frame, if needed.
7192         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7193         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7194         (smtpmail-send-it): Make treatment of envelope-from consistent with
7195         sendmail.el.
7197         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7198         (sh-leading-keywords): Add the bash `time' reserved word.
7199         (sh-variables): Add some bash variables.
7200         (sh-add-completer): Fix nil branch of case statement.
7202 2003-08-24  Masatake YAMATO  <jet@gyve.org>
7204         * progmodes/ld-script.el: New file.
7206 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
7208         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7210 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
7212         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7213         Better explain obsolescence, and what to use instead.
7215 2003-08-23  Masatake YAMATO  <jet@gyve.org>
7217         * pcvs.el (cvs-do-removal): Show the deleted file name
7218         on the prompt.
7220 2003-08-20  Dave Love  <fx@gnu.org>
7222         * international/mule.el (make-coding-system)
7223         (set-buffer-file-coding-system): Doc fix.
7225         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7227         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7229         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7231         * international/utf-16.el: Add mime-text-unsuitable coding system
7232         properties.
7234         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7236         * cus-edit.el: Add some :links.
7237         (bib): Remove.
7239         * textmodes/bib-mode.el (bib): Add :group external.
7241 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
7243         * wid-edit.el (widget-echo-help): Make it handle expressions that
7244         evaluate to strings.
7246 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
7248         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
7250         Simplify selection of SQL products to define highlighting and
7251         interactive mode.  Includes detailed instructions on adding
7252         support for new products.
7254         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
7255         product for use in highlighting and interactive mode.
7256         (sql-interactive-product): New variable.  SQL product for
7257         sql-interactive-mode.
7258         (sql-product-support): New variable.  Specifies product-specific
7259         parameters to drive highlighting and interactive mode.
7260         (sql-imenu-generic-expression): Add more object types.
7261         (sql-sqlite-options): Correct comment.
7262         (sql-ms-program): Use "osql" rather than "isql".
7263         (sql-prompt-regexp, sql-prompt-length): Update comment.
7264         (sql-mode-menu): Add "Start SQLi session" entry.
7265         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
7266         (sql-mode-abbrev-table): Add abbreviations.  Support of
7267         SYSTEM-FLAG on define-abbrev.  Support was removed with last
7268         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7269         (sql-mode-font-lock-object-name): Add font-lock pattern for object
7270         names.
7271         (sql-mode-ansi-font-lock-keywords): Set as default value.
7272         (sql-mode-oracle-font-lock-keywords): Set as default value.
7273         Support Oracle 9i keywords.
7274         (sql-mode-postgres-font-lock-keywords): Set as default value.
7275         (sql-mode-linter-font-lock-keywords): Set as default value.
7276         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
7277         SQLServer 2000.
7278         (sql-mode-sybase-font-lock-keywords)
7279         (sql-mode-interbase-font-lock-keywords)
7280         (sql-mode-sqlite-font-lock-keywords)
7281         (sql-mode-strong-font-lock-keywords)
7282         (sql-mode-mysql-font-lock-keywords)
7283         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
7284         keywords.
7285         (sql-mode-font-lock-defaults): Update comment.
7286         (sql-product-feature): New function.  Returns feature associated
7287         with a product from `sql-product-support' alist.
7288         (sql-product-font-lock): New function.  Set font-lock support
7289         based on `sql-product'.
7290         (sql-add-product-keywords): New function.  Add font-lock rules to
7291         product-specific keyword variables.
7292         (sql-set-product): New function.  Set `sql-product' and apply
7293         appropriate font-lock highlighting.
7294         (sql-highlight-product): New function.  Set font-lock support
7295         based on a product.  Also set mode name to include product name.
7296         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7297         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7298         Use `sql-set-product'.
7299         (sql-highlight-ms-keywords)
7300         (sql-highlight-sybase-keywords)
7301         (sql-highlight-interbase-keywords)
7302         (sql-highlight-strong-keywords)
7303         (sql-highlight-mysql-keywords)
7304         (sql-highlight-sqlite-keywords)
7305         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
7306         (sql-get-login): Prompt in the same order as the tokens.
7307         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7308         (sql-product-interactive): New function.  Common portions of
7309         product-specific interactive mode wrappers.
7310         (sql-interactive-mode): Rewritten to use product features.
7311         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7312         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7313         (sql-db2, sql-linter): Use `sql-product-interactive'.
7314         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7315         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7316         (sql-connect-ingres, sql-connect-postgres)
7317         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7318         New functions.  Format command line parameters and invoke comint on
7319         the appropriate interpreter.  Code was in the corresponding
7320         `sql-xyz' function before.
7321         (sql-connect-ms): New function.  Support -E argument to use
7322         operating system credentials for authentication.
7324 2003-08-18  Kenichi Handa  <handa@m17n.org>
7326         * international/mule.el (encode-char): Fix for the ASCII case.
7328 2003-08-15  Kenichi Handa  <handa@m17n.org>
7330         * international/fontset.el (setup-default-fontset): Change "*" to
7331         nil in the specifications of font family.
7333 2003-08-18  Kim F. Storm  <storm@cua.dk>
7335         * kmacro.el (kmacro-keymap): Group related bindings in
7336         initialization for clarity.  Bind C-s to start macro.
7337         Remove C-r binding.
7338         (kmacro-initial-counter-value): New defvar to hold initial counter
7339         value in case we set the value before defining a macro.
7340         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7341         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7342         not defining or executing macro.  Doc fix.
7343         (kmacro-add-counter): Clear kmacro-initial-counter-value.
7344         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7345         temporarily view older elements on the macro ring without cycling
7346         the ring.
7347         (kmacro-display): Doc fix.
7348         (kmacro-exec-ring-item): New helper function.
7349         (kmacro-call-ring-2nd): Use it.
7350         (kmacro-call-ring-2nd-repeat): Doc fix.
7351         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7352         (kmacro-end-or-call-macro): Execute last viewed macro (using
7353         kmacro-exec-ring-item) from ring if this follows
7354         kmacro-view-macro.  This allows us to find a macro on the ring
7355         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7356         the ring to bring it to the head of the ring.
7357         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7358         Allow binding to reserved keys without specifying C-x C-k prefix.
7359         Ask for confirmation if entered key sequence is already bound to
7360         a non-macro command.
7361         (kmacro-view-macro): Repeating command will show older elements
7362         on the macro ring; C-k will execute the last viewed macro.
7363         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
7364         property from 'ring to 'head.
7366 2003-08-17  Alan Shutko  <ats@acm.org>
7368         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
7369         keeping December out of the alist.
7371 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
7373         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7374         * calendar/calendar.el (calendar-mode-map): Bind it to key.
7375         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7376         (calendar-flatten): New function.
7377         (calendar-mouse-view-other-diary-entries)
7378         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7379         in the menu title and to show multi-line diary entries correctly
7380         in the menu.
7382 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
7384         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7385         defcustom, because the default was recently changed.
7387 2003-08-16  Richard M. Stallman  <rms@gnu.org>
7389         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7391         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7392         New subroutine, broken out of eval-last-sexp-1.
7393         (eval-last-sexp-1): Use eval-last-sexp-print-value.
7395         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
7397         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
7399         * simple.el (eval-expression): Use eval-last-sexp-print-value.
7401 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
7403         * progmodes/compile.el (compilation-error-regexp-alist):
7404         Add Java ANt error detection as described in document
7405         http://ant.apache.org/faq.html
7407 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
7409         * simple.el (backward-word, forward-to-indentation)
7410         (backward-to-indentation): Argument changed to optional.
7411         (next-line, previous-line): Use `or' instead of `unless'.
7413 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7415         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
7416         instead of a constant.
7418 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
7420         * shell.el (shell): With prefix-arg, suggest a new buffer name.
7422 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
7424         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
7425         (vc-sccs-workfile-version): Search the entire delta table, rather
7426         than just the first entry, because that might be a deleted version.
7428 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
7430         * menu-bar.el (menu-bar-options-menu): Supply a body for the
7431         [save-place] binding in the Options menu.  Have it require
7432         'saveplace' and then toggle the variable manually, to avoid an an
7433         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
7434         for the bug report.
7436 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
7438         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
7439         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
7440         (gdb-info-threads-custom): Add help-echo text.
7441         (gdb-display-back): Don't use purecopy.
7442         (gdb-info-breakpoints-custom, gdb-reset)
7443         (gdb-assembler-custom): Use display-images-p to test if breakpoint
7444         icons can be displayed.
7446 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
7448         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
7450 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
7452         * bookmark.el (bookmark-completing-read):
7453         Return a string, instead of a list of one string.
7454         Use a popup menu if activated from the mouse.
7455         (bookmark-edit-annotation): Remove unused vars.
7456         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
7457         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
7458         to bookmark-completing-read.
7459         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7460         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
7461         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
7462         and erase-buffer.
7463         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
7464         (bookmark-menu-jump, bookmark-menu-insert)
7465         (bookmark-popup-menu-and-apply-function)
7466         (bookmark-menu-popup-paned-bookmark-menu): Remove.
7467         (bookmark-menu-build-paned-menu): Remove by folding it into
7468         bookmark-menu-popup-paned-menu.
7469         (menu-bar-bookmark-map): Move the define-key statements here.
7470         Use the "non-menu" commands since they now pop up a menu if needed.
7471         (bookmark-exit-hook-internal): Simplify.
7473 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
7475         * reftex-toc.el (reftex-toc-rename-label): New function.
7476         (reftex-toc-check-docstruct): New function.
7478         * reftex.el (reftex-region-active-p): New function.
7480         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
7481         regexp to find the \bibliography macro.
7483         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
7484         which does not exist in LaTeX.
7485         (reftex-cite-format-builtin): Added amsrefs support.
7486         (reftex-toc-confirm-promotion): New option
7488         * reftex-toc.el
7489         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
7490         (reftex-toc-demote, reftex-toc-promote)
7491         (reftex-toc-do-promote, reftex-toc-promote-prepare)
7492         (reftex-toc-promote-action, reftex-toc-extract-section-number)
7493         (reftex-toc-newhead-from-alist)
7494         (reftex-toc-load-all-files-for-promotion): New functions.
7495         (reftex-toc-help): Added description of new keys.
7496         (reftex-toc-split-windows-fraction): New option.
7497         (reftex-recenter-toc-when-idle): Search *toc* window on all
7498         visible frames.
7499         (reftex-toc): Additional parameter REUSE
7500         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
7501         with REUSE argument.
7502         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
7503         the call of `reftex-toc'.
7504         (reftex-make-separate-toc-frame): New function .
7505         (reftex-toc-recenter): When called with triple prefix arg, call
7506         `reftex-make-separate-toc-frame' first.
7507         (reftex-toc-toggle-dedicated-frame): New command.
7508         (reftex-toc-quit): Adapted to delete frame when called in
7509         dedicated frame.
7511         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
7512         all enclosing macros.
7515 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7517         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
7518         first use.
7520 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7522         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
7524 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
7526         * calendar/calendar.el (list-diary-entries-hook)
7527         (diary-display-hook, nongregorian-diary-listing-hook)
7528         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
7529         Add some customize options for these hooks.
7530         (calendar-abbrev-construct): Don't try to take a substring longer
7531         than the original string.
7533 2003-08-05  Richard M. Stallman  <rms@gnu.org>
7535         * emacs-lisp/testcover.el (noreturn): Report error if does return.
7536         (testcover-reinstrument-clauses): Doc fix.
7538         * emacs-lisp/warnings.el: Doc fixes, args renamed.
7539         (warning-type-format): Rename from warning-group-format.
7541         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
7542         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
7543         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
7544         to prevent warnings about defvar for an obsolete variable.
7546         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7547         warning-group-format renamed to warning-type-format.
7549         * subr.el (read-passwd): Use clear-string instead of fillarray.
7551         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
7552         Use vconcat instead of concat.
7553         (edmacro-sanitize-for-string): New function.
7555 2003-08-05  Dave Love  <fx@gnu.org>
7557         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
7558         line-number-display-limit-width.
7560         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
7562 2003-08-05  Kenichi Handa  <handa@m17n.org>
7564         * international/code-pages.el: Don't require mule-diag.
7566         * international/mule-diag.el (non-iso-charset-alist):
7567         Add autoload cookie.
7569         * language/devan-util.el (dev-glyph-order): Add an entry for the
7570         glyph code #xC4.
7572 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7574         * calendar/calendar.el (diary-file, diary-file-name-prefix)
7575         (european-calendar-style, diary-date-forms)
7576         (calendar-day-name-array, calendar-month-name-array): Doc change.
7577         (generate-calendar-month): Adapt for new behaviour of
7578         `calendar-day-name' function.
7579         (calendar-abbrev-length, calendar-day-abbrev-array)
7580         (calendar-month-abbrev-array): New variables.
7581         (calendar-abbrev-construct): New function.
7582         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
7583         rather than fixing abbrevs at some width.  Calling syntax change.
7584         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
7585         (calendar-date-string): Adapt for new behaviours of
7586         `calendar-day-name' and `calendar-month-name' functions.
7588         * calendar/diary-lib.el (list-diary-entries): Adapt for new
7589         behaviour of `calendar-day-name' and `calendar-month-name' functions.
7590         (diary-name-pattern): Use abbrev arrays, rather than fixing
7591         abbrevs at three chars.  Calling syntax change.
7592         (mark-diary-entries): Adapt for new behaviours of
7593         `diary-name-pattern' and `calendar-make-alist' functions.
7594         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
7595         `diary-name-pattern' function.
7596         (font-lock-diary-date-forms): Use abbrev arrays, rather than
7597         fixing abbrevs at three chars.  Calling syntax change.
7598         (cal-hebrew, cal-islam): Require when compiling.
7599         (diary-font-lock-keywords): Adapt for new behaviour of
7600         `font-lock-diary-date-forms' function.
7602         * calendar/cal-hebrew.el: Reposition some code so defined before used.
7603         (calendar-hebrew-month-name-array-common-year)
7604         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
7605         (list-hebrew-diary-entries): Adapt for new behaviours of
7606         `calendar-day-name' and `add-to-diary-list' functions.
7607         (mark-hebrew-diary-entries): Adapt for new behaviours of
7608         `diary-name-pattern' and `calendar-make-alist' functions.
7610         * calendar/cal-islam.el (calendar-islamic-month-name-array):
7611         Add doc string.
7612         (list-islamic-diary-entries): Adapt for new behaviours of
7613         `calendar-day-name' and `add-to-diary-list' functions.
7614         (mark-islamic-diary-entries): Adapt for new behaviours of
7615         `diary-name-pattern' and `calendar-make-alist' functions.
7617         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
7618         `calendar-month-name' function.
7620         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
7622         * calendar/solar.el (solar-seasons-data): Move definition before use.
7624         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
7625         (cal-tex-LaTeX-hourbox): Move definition before use.
7627         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
7628         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
7629         lunar.el, solar.el
7630         (displayed-month, displayed-year): Define for compiler.
7632 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7634         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
7635         MODE.  Renamed from c-init-c-language-vars'.
7636         (c-initialize-cc-mode): Change accordingly.
7637         (c-common-init): Ditto.
7638         (c-mode): Ditto.
7639         (c++-mode): Use `c-init-language-vars-for'.
7640         (objc-mode): Ditto.
7641         (java-mode): Ditto.
7642         (idl-mode): Ditto.
7643         (pike-mode): Ditto.
7644         (awk-mode): Ditto.
7646 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7648         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
7649         or not the point moved.
7651         (c-search-decl-header-end): Don't trip up on operator identifiers
7652         in C++ and operators like == in all languages.
7654         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7655         Detect leading labels correctly.
7657 2003-08-02  Andreas Schwab  <schwab@suse.de>
7659         * textmodes/ispell.el: Don't redo key bindings on loading, put
7660         them only in loaddefs.el.
7661         * bookmark.el: Likewise.
7662         * dabbrev.el: Likewise.
7663         * emerge.el: Likewise.
7665         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
7666         has more than one member.
7668         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
7670 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7672         * lpr.el (printify-region): It was ending conversion before the
7673         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
7675 2003-07-31  John Paul Wallington  <jpw@gnu.org>
7677         * net/browse-url.el (browse-url-epiphany): Doc fix.
7679 2003-07-30  Kenichi Handa  <handa@m17n.org>
7681         * international/fontset.el (setup-default-fontset):
7682         Change registry names of Akurti fonts.
7684 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7686         * comint.el (comint-read-noecho): Use `clear-string' instead of
7687         `fillarray'.
7689 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
7691         * outline.el (outline-mode-hook): Add defvar.
7693 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
7695         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
7696         Restore assembler in source window if that is what has been selected.
7697         (menu): Add gdb-restore-windows to menu.  Make gdba
7698         specific menus only visible from gdba.
7700 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7702         * progmodes/compile.el (compilation-environment): New user variable.
7703         (compile-internal): Respect it.
7705 2003-07-23  Masatake YAMATO  <jet@gyve.org>
7707         * progmodes/gud.el (gdb-script-font-lock-keywords):
7708         Put `font-lock-function-name-face' on a symbol which includes
7709         `-' like `hook-run'.  Put font-lock-variable-name-face
7710         on a symbol starting with $.
7712 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
7714         * files.el (set-visited-file-name): Use truename for buffer-file-name.
7716 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7718         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
7720 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
7722         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
7723         Use with-no-warnings.
7724         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
7725         rather than to find-file-not-found-hook, which doesn't exist.
7727 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7729         * international/quail.el (quail-translate-key): Fix previous change.
7731 2003-07-25  John Paul Wallington  <jpw@gnu.org>
7733         * server.el (server-start): Check `server-process' is non-nil
7734         before killing it to avoid killing current buffer's process.
7736         * simple.el (choose-completion-string): Use `minibufferp';
7737         test `completion-reference-buffer' if `buffer' arg is nil.
7738         (push-mark): Use `when' and `unless'.
7739         (pop-mark): Use `when'.
7741         * mouse-sel.el (mouse-sel-get-selection-function):
7742         Check `x-last-selected-text-primary'.  Don't barf if it or
7743         `x-last-selected-text' aren't bound.
7745 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7747         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
7749 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
7751         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
7753 2003-07-23  John Paul Wallington  <jpw@gnu.org>
7755         * tooltip.el (defface tooltip): Inherit from variable-pitch.
7757 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7759         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
7760         string.  Defvar the derived hook.
7762         * macros.el (insert-kbd-macro): Escape double quote character.
7763         From Thomas W Murphy <twm@andrew.cmu.edu>.
7765 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
7767         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
7768         to match the specific mark rather than reusing comment-start-skip.
7770 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
7772         * progmodes/hideshow.el (hs-special-modes-alist):
7773         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
7775 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
7777         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
7778         value using ?\s.
7780 2003-07-21  John Paul Wallington  <jpw@gnu.org>
7782         * subr.el (with-selected-window): Add closing paren.
7784 2003-07-21  Richard M. Stallman  <rms@gnu.org>
7786         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
7787         (lisp-mode): Likewise.
7789         * subr.el (with-selected-window): Copy code form save-selected-window
7790         so as to call select-window with norecord arg.
7791         (dynamic-completion-table): Doc fix.
7792         (lazy-completion-table): Doc fix.
7794         * international/mule-cmds.el (set-locale-environment):
7795         langinfo renamed to locale-info.
7797         * international/mule.el (auto-coding-functions): Doc fix.
7799 2003-07-21  Kenichi Handa  <handa@m17n.org>
7801         * international/quail.el (quail-translate-key):
7802         Update quail-current-str correctly.
7804 2003-07-21  Andreas Schwab  <schwab@suse.de>
7806         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
7807         ?, to "_".
7809 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
7810         Version 2.0.36 of Tramp released.
7812         * net/tramp.el (tramp-default-password-end-of-line): Rename from
7813         tramp-password-end-of-line.
7814         (tramp-password-end-of-line): New method parameter.
7815         (tramp-get-password-end-of-line): Function to access method
7816         parameter `tramp-password-end-of-line', or variable
7817         `tramp-default-password-end-of-line' (default value).
7818         (tramp-methods): Add entries for new parameter
7819         tramp-password-end-of-line.
7820         (tramp-enter-password): Use new function
7821         `tramp-get-password-end-of-line'.
7822         (tramp-handle-insert-file-contents): Do not
7823         unconditionally inhibit the file operation file-local-copy, only
7824         do that when the inhibit-file-name-operation is currently
7825         insert-file-contents.  This fixes finding remote CVS-controlled
7826         files.  (It would barf on inserting the CVS/Entries file
7827         literally, because the file-local-copy handler wasn't called.)
7828         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
7829         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
7830         (tramp-initial-commands): New variable.
7831         (tramp-process-initial-commands): New function, using the variable.
7832         (tramp-open-connection-setup-interactive-shell): Call the new function.
7833         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
7834         method into the buffer name, never use nil.  Reported by Hanak
7835         David <dhanak@inf.bme.hu>.
7836         (tramp-open-connection-setup-interactive-shell): Erase buffer
7837         before sending "stty -onlcr".
7839         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
7841 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
7843         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
7845 2003-07-19  John Paul Wallington  <jpw@gnu.org>
7847         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
7848         (artist-draw-rect, artist-draw-square): Doc fixes.
7850         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
7852         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
7854 2003-07-19  Kenichi Handa  <handa@m17n.org>
7856         * international/kkc.el (kkc-show-conversion-list-update):
7857         Highlight the correct candidate in the message.
7859 2003-07-18  John Paul Wallington  <jpw@gnu.org>
7861         * simple.el (current-word): Don't include punctuation char when
7862         `really-word' arg is non-nil.
7864 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
7866         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
7867         moved to the directory obsolete.
7869 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7871         * info.el (Info-menu-entry-name-re): Allow newlines in
7872         menu entry names.
7874         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
7875         syntax-ppss-after-change-function.
7876         (syntax-ppss-after-change-function): New alias.  Update uses.
7877         (syntax-ppss): Catch the case where the buffer is narrowed.
7879 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7881         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
7882         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
7884 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7886         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
7887         since it might be modified.
7889         * progmodes/cc-langs.el (c++-make-template-syntax-table)
7890         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
7891         names to these language constants.
7893 2003-07-15  Kim F. Storm  <storm@cua.dk>
7895         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
7896         All uses changed.
7898 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
7900         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
7901         Namespace support.
7903 2003-07-13  Juanma Barranquero  <lektu@terra.es>
7905         * frame.el (modify-all-frames-parameters): Reinstall (copyright
7906         papers received).
7908 2003-07-13  Karl Eichwalder  <ke@suse.de>
7910         * textmodes/po.el (po-find-charset): White space at the start of the
7911         Content-Type field body is non-mandatory.
7913 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7915         * textmodes/texinfo.el (texinfo-section-list):
7916         Append appendixsection; a synonym for appendixsec.
7918 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
7920         * man.el (Man-translate-cleanup): New.
7921         (Man-translate-references): Call `Man-translate-cleanup' to clean
7922         leading, trailing and middle spaces.
7924 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
7926         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
7927         Handle `dired-directory' being a list.
7929 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7931         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
7932         it doesn't exist.
7934 2003-07-12  Richard M. Stallman  <rms@gnu.org>
7936         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
7938         * progmodes/cc-defs.el (c-make-keywords-re):
7939         Don't use delete-duplicates.
7940         (c-lang-const): Don't use mapcan.
7942         * apropos.el (apropos-show-scores): Make it customizable.
7943         Document new meaning.
7944         (apropos): Compute scores from symbols.
7945         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
7947 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7949         * ps-bdf.el: Fix copyright line.
7950         (bdf-directory-list): Fix initialization code.
7952 2003-07-11  John Paul Wallington  <jpw@gnu.org>
7954         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
7955         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
7956         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
7958 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
7960         * emacs-lisp/ring.el (ring-elements): Doc fix.
7962 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7964         * calendar/timeclock.el (timeclock-relative)
7965         (timeclock-ask-before-exiting, timeclock-use-display-time):
7966         Doc changes.
7967         (timeclock-modeline-display): Give a message if
7968         `timeclock-use-display-time' is non-nil but `display-time-mode'
7969         is not active.
7971 2003-07-11  Kenichi Handa  <handa@m17n.org>
7973         * international/mule-cmds.el (set-language-environment):
7974         Set current-language-environment to the correct string.
7976 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7978         * ps-print.el: Print line number correctly in a region.  Reported by
7979         Tim Allen <timallen@ls83.fsnet.co.uk>.
7980         (ps-print-version): New version number (6.6.2).
7981         (ps-printing-region): Code fix.
7983 2003-07-10  John Paul Wallington  <jpw@gnu.org>
7985         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
7986         this function can be called from `add-completions-from-tags-table'.
7988 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
7990         * calendar/timeclock.el (timeclock-use-display-time)
7991         (timeclock-day-over-hook, timeclock-workday-remaining)
7992         (timeclock-status-string, timeclock-when-to-leave)
7993         (timeclock-when-to-leave-string, timeclock-log-data)
7994         (timeclock-find-discrep, timeclock-day-base)
7995         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
7996         (timeclock-modeline-display): Set the variable
7997         `timeclock-modeline-display'.
7998         (timeclock-update-modeline): Doc fix.  Respect value of
7999         `timeclock-relative'.
8001 2003-07-09  Richard M. Stallman  <rms@gnu.org>
8003         * textmodes/reftex-parse.el (reftex-all-document-files):
8004         Add autoload cookie.
8006         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8007         (reftex-scanning-info-available-p): Add autoload cookie.
8009         * international/mule-cmds.el
8010         (set-display-table-and-terminal-coding-system): Delete duplicate
8011         aset on standard-display-table.
8013         * view.el (view-file): If existing buffer's major mode is special,
8014         don't go into view mode.
8016         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8018 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8020         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8021         buffer changes; there's third party code that calls this function
8022         directly.
8024 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8026         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8027         (autodoc-font-lock-keywords): Don't byte compile on font lock
8028         initialization when running from byte compiled files.
8030 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8032         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8033         statement ends with auto-increment "++".
8035 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8037         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8038         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8039         these are changed, so declare them as variables and not constants.
8041 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
8043         * subr.el (dolist, dotimes): Doc fix.
8045 2003-07-08  Kim F. Storm  <storm@cua.dk>
8047         * international/mule-cmds.el
8048         (set-display-table-and-terminal-coding-system): Don't break
8049         bootstrap if standard-display-table isn't setup yet.
8051 2003-07-07  Richard M. Stallman  <rms@gnu.org>
8053         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8054         Give it a doc string, and autoload it.
8056         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8057         Use with-no-warnings.
8059         * info.el (Info-search): If find invisible text, search again.
8061         * isearch.el (search-whitespace-regexp): Add a shy group around it.
8063         * man.el (Man-name-regexp): Match + as part of name.
8065         * simple.el (visible-mode): Rename from vis-mode.
8066         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8068         * simple.el (current-word): New arg REALLY-WORD specifies
8069         don't include punctuation chars.
8071         * emacs-lisp/debug.el (debug, debugger-env-macro):
8072         Use with-no-warnings while accessing and binding unread-command-char.
8074         * international/mule-cmds.el
8075         (set-display-table-and-terminal-coding-system): Use explicit loop
8076         instead of calling standard-display-default.
8078         * net/ange-ftp.el (ange-ftp-file-symlink-p):
8079         Use condition-case to catch error in ange-ftp-get-files.
8081         * net/browse-url.el (browse-url-browser-function):
8082         Add alternative for Epiphany.
8083         (browse-url-epiphany-program, browse-url-epiphany-arguments)
8084         (browse-url-epiphany-startup-arguments)
8085         (browse-url-epiphany-new-window-is-tab): New variables.
8086         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8088         * progmodes/compile.el (compile-auto-highlight): Default now t.
8089         (compile): Doc fix.
8090         (compilation-next-error): Fix previous change.
8092         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8094         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8096 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
8098         * gdb-ui.el (gdb-source-info): Display current frame when
8099         attaching to an existing process.
8100         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8101         while laying out windows when attaching to an existing process.
8103 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
8105         * info.el (Info-menu): Use Info-menu-entry-name-re.
8107 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
8109         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8110         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8112         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8113         to match the same text.
8115 2003-07-06  John Paul Wallington  <jpw@gnu.org>
8117         * vc.el (vc-annotate-offset): Move defvar up.
8119 2003-07-06  Kim F. Storm  <storm@cua.dk>
8121         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8122         This should fix the infinite loop when extracting menu names.
8124 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
8126         * files.el (auto-mode-alist, interpreter-mode-alist):
8127         Remove entries to CC Mode modes to avoid duplicates; they are now added
8128         with autoload directives in cc-mode.el.
8130 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
8132         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8133         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8134         these are changed, so declare them as variables and not constants.
8136         * progmodes/cc-mode.el: Fix some autoload problems: Try to
8137         ensure that the entry for ".c" extension comes before the one for
8138         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8139         Fix incorrect entries that were added to `interpreter-mode-alist'.
8140         Move the autoload directives for AWK to the top level since they
8141         aren't recognized anywhere else.  Do not use the new AWK mode doc
8142         in the autoload form for the old AWK mode.
8144 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8146         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8147         (bibtex-sort-ignore-string-entries): Default value t.
8148         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8149         erroneously in previous version.
8150         (bibtex-string-files): Docstring reflects new parsing scheme.
8151         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8152         docstring, add # as one of the chars to crush
8153         (bibtex-autokey-prefix-string, bibtex-autokey-names)
8154         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8155         (bibtex-autokey-name-change-strings)
8156         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8157         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8158         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8159         (bibtex-autokey-title-terminators)
8160         (bibtex-autokey-titlewords-stretch)
8161         (bibtex-autokey-titleword-ignore)
8162         (bibtex-autokey-titleword-case-convert)
8163         (bibtex-autokey-titleword-abbrevs)
8164         (bibtex-autokey-titleword-abbrevs)
8165         (bibtex-autokey-titleword-change-strings)
8166         (bibtex-autokey-titleword-length)
8167         (bibtex-autokey-titleword-separator)
8168         (bibtex-autokey-name-year-separator)
8169         (bibtex-autokey-year-title-separator)
8170         (bibtex-autokey-before-presentation-function)
8171         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8172         Fix docstring.
8173         (bibtex-strings, bibtex-reference-keys):
8174         Use lazy-completion-table and make-variable-buffer-local.
8175         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8176         (bibtex-braced-string-syntax-table)
8177         (bibtex-quoted-string-syntax-table): New variables.
8178         (bibtex-parse-nested-braces): Remove.
8179         (bibtex-parse-field-string): Use syntax table and forward-sexp.
8180         (bibtex-parse-association): Simplify.
8181         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8182         (bibtex-parse-field-text): Simplify.
8183         (bibtex-search-forward-field, bibtex-search-backward-field):
8184         argument BOUND can take value t.
8185         (bibtex-start-of-field, bibtex-start-of-name-in-field)
8186         (bibtex-end-of-name-in-field, bibtex-end-of-field)
8187         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8188         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8189         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8190         (bibtex-skip-to-valid-entry): Return buffer position of beginning
8191         and ending of entry.  Update for changes of bibtex-search-entry.
8192         Simplify.
8193         (bibtex-map-entries): FUN is called with three arguments.
8194         (bibtex-search-entry): Return a cons pair with buffer positions of
8195         beginning and end of entry.
8196         (bibtex-enclosing-field): Simplify.
8197         (bibtex-format-entry): Use booktitle to set a missing title.
8198         (bibtex-autokey-get-names): Fiddle with regexps.
8199         (bibtex-generate-autokey): Use identity.
8200         (bibtex-parse-keys): Use simplified parsing algorithm if
8201         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
8202         arguments.  Return alist of keys.
8203         (bibtex-parse-strings): Simplify.  Return alist of strings.
8204         (bibtex-complete-string-cleanup): Fix docstring.
8205         (bibtex-read-key): New function.
8206         (bibtex-mode): Fix docstring.  Do not parse for keys and
8207         strings when the mode is entered.  Set fill-paragraph-function to
8208         bibtex-fill-field.  Setup font-lock-mark-block-function the way
8209         font-lock intended.
8210         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
8211         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8212         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8213         (bibtex-Preamble): Avoid hard coded constants.
8214         (bibtex-make-field): Fix docstring.  Simplify.
8215         (bibtex-beginning-of-entry): Always return new position of point.
8216         (bibtex-end-of-entry): Rearrange cond clauses.
8217         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8218         Update for changes of bibtex-map-entries.
8219         (bibtex-ispell-abstract): Do not move point.
8220         (bibtex-entry-index): Use downcase.  Simplify.
8221         (bibtex-lessp): Handle catch-all.
8222         (bibtex-find-crossref): Turn into a command.
8223         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
8224         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
8225         preamble entries.
8226         (bibtex-fill-field-bounds): New function.
8227         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
8228         (bibtex-fill-entry): Use bibtex-fill-field-bounds
8229         (bibtex-String): Use bibtex-strings.  Always obey
8230         bibtex-sort-ignore-string-entries.
8232 2003-07-05  John Paul Wallington  <jpw@gnu.org>
8234         * cus-theme.el (customize-create-theme):
8235         Call `customize-create-theme' in Reset widget's notify function.
8237         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8238         (ibuffer-mark-interactive): Use `or' instead of `unless'.
8239         (define-ibuffer-column name): Add summarizer.
8240         (define-ibuffer-column size): Likewise.
8241         (define-ibuffer-column filename): Likewise.
8242         (define-ibuffer-column process): Likewise.  Change BODY's output too.
8243         (define-ibuffer-column filename-and-process): Likewise, likewise.
8244         (ibuffer): Remove local vars `already-in' and `need-update'.
8246         * ibuf-ext.el: Don't require `derived' at compile-time.
8248 2003-07-05  Kim F. Storm  <storm@cua.dk>
8250         * info.el: Disable paragraph refilling.
8251         (Info-refill-paragraphs): New defcustom.
8252         (Info-fontify-node): Use it.
8254 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
8256         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8257         thingies from constructors created by defstruct.
8259         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8260         the default value of the variable.
8261         (byte-code-meter): Move declaration to top level.
8263         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8265         * info.el (Info-following-node-name-re): New fun.
8266         (Info-following-node-name): Remove.
8267         (Info-insert-dir): Use the new fun.
8268         (Info-extract-pointer): Don't save restriction; use new fun.
8269         (Info-menu-entry-name-re): New const.
8270         (Info-menu-entry-name-re): Use it along with new fun.
8271         (Info-node-spec-re): Use new fun.
8272         (Info-complete-menu-item, Info-fontify-node): Use new const.
8273         (Info-goto-node, Info-follow-reference, Info-menu-update):
8274         Use match-string.
8275         (Info-follow-reference): Use assoc-string.
8276         Use a list of strings for the completion table.
8277         (Info-fontify-node): Use match-string, line-end-position.
8278         Limit the search for `node:' to the first line.
8280         * newcomment.el (uncomment-region): Remove padding coming from
8281         comment-start rather than just from comment-padding.
8283         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8284         (vc-cvs-stay-local-p): Use vc-stay-local-p.
8285         (vc-cvs-rename-file): Remove (use the default).
8286         (vc-cvs-register): Register parent dir if needed.
8287         (vc-cvs-could-register): Return non-nil if parent can be registered.
8288         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8289         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8291         * vc-svn.el (vc-svn-use-edit): Make it into a const.
8292         (vc-svn-update): Fix the arguments to `svn'.
8293         (vc-svn-diff-tree): Just use `vc-svn-diff'.
8294         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8295         Simple implementations, assuming `name' is a URL.
8297         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8298         set of chars allowed unquoted in a case pattern.
8300         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8302         * font-lock.el (font-lock-extra-types-widget)
8303         (c-font-lock-extra-types, c++-font-lock-extra-types)
8304         (objc-font-lock-extra-types, java-font-lock-extra-types)
8305         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8306         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8307         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8308         (font-lock-match-c++-structor-declaration)
8309         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8310         (c++-font-lock-keywords-3, c++-font-lock-keywords)
8311         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8312         (objc-font-lock-keywords-3, objc-font-lock-keywords)
8313         (java-font-lock-keywords-1, java-font-lock-keywords-2)
8314         (java-font-lock-keywords-3, java-font-lock-keywords)
8315         (java-font-lock-syntactic-face-function): Remove obsolete code
8316         and constants.  It's all in cc-fonts.el now.
8318 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
8320         * mail/sendmail.el (mail-specify-envelope-from)
8321         (mail-envelope-from): Doc fix.
8323 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
8325         * generic-x.el: Do away with the dependency on `c-emacs-features'
8326         when populating `rul-generic-mode-syntax-table'; we already know
8327         this isn't XEmacs.
8329 See ChangeLog.10 for earlier changes.
8331 ;; Local Variables:
8332 ;; coding: iso-2022-7bit
8333 ;; End:
8335     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
8336   Copying and distribution of this file, with or without modification,
8337   are permitted provided the copyright notice and this notice are preserved.
8339 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1