*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob84f9728751896c1f0c38410e75e6f6b276f4e231
1 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
3         * dired.el (dired-diff, dired-backup-diff)
4         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
5         (dired-do-chown, dired-do-touch, dired-do-print)
6         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
7         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
8         (dired-create-directory, dired-do-copy, dired-do-symlink)
9         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
10         (dired-do-copy-regexp, dired-do-hardlink-regexp)
11         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
12         (dired-maybe-insert-subdir, dired-next-subdir)
13         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14         (dired-kill-subdir, dired-tree-up, dired-tree-down)
15         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16         (dired-run-shell-command, dired-query): Remove redundant,
17         or incorrect, autoloads.
19         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
20         does not end in a slash.  Add optional argument KILL-ROOT.  Update
21         docstring.
22         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
23         (dired-query): Add autoloads.
25 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
27         * progmodes/compile.el (compilation-set-window-height): Rearrange
28         the save-* functions because a buffer can have several current
29         point in different windows.
30         (compilation-error-regexp-alist-alist): Recognize {standard input}
31         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
33 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
35         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
36         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
37         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
38         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
39         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
40         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
41         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
42         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
43         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
44         * toolbar/up_arrow-locol.xpm:
45         New versions of icons that uses fewer colors.
47         * toolbar/tool-bar.el (tool-bar-local-item)
48         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
49         if display-color-cells is 256 or less.
51 2004-06-08  Kim F. Storm  <storm@cua.dk>
53         * wid-edit.el (widget-specify-button): Use hand pointer rather
54         than mouse-face as visible mouse-over effect.
56 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
58         * saveplace.el (save-place-alist-to-file): Bind `print-length'
59         and `print-level' to nil when writing out `save-place-alist'.
60         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
62 2004-06-07  Juanma Barranquero  <lektu@terra.es>
64         * completion.el (completion-kill-region): Doc fix.
66         * format.el (format-insert-annotations)
67         (format-annotate-location): Doc fixes.
68         (format-subtract-regions): Make arguments match their use in
69         docstring.
71         * simple.el (kill-region): Doc fix.
73         * subr.el (insert-buffer-substring-no-properties)
74         (insert-buffer-substring-as-yank): Doc fixes.
76 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
78         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
79         Update docstring.
80         (dired-reset-subdir-switches): New function.
82         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
83         Limit scope of `buffer-read-only' binding.
85 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
87         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
88         eshell-explicit-command-char.
90 2004-06-06  Juanma Barranquero  <lektu@terra.es>
92         * help-fns.el (help-argument-name): Inherit from italic face only
93         if the frame supports it.
95 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
97         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm,
98         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
99         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
100         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
101         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
102         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
103         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
104         New conversions from xpm files.
106         * toolbar/README: New file.
108 2004-06-06  Richard M. Stallman  <rms@gnu.org>
110         * isearch.el (isearch-mode-map): Undo previous change.
112 2004-06-05  Juri Linkov  <juri@jurta.org>
114         * bindings.el (debug-ignored-errors): Add regexps for history
115         related messages.  Remove $ from "No further undo information".
116         Move Ediff's messages to ediff.el.
118         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
120         * cus-edit.el (custom-display): Add `min-colors'.
122         * custom.el (defface): Add `supports' to docstring.
124         * help-fns.el (help-argument-name): Add :group 'help.
126 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
128         * find-dired.el (find-ls-subdir-switches): New user option.
129         (find-dired): No longer call `abbreviate-file-name' on DIR.
130         Set `dired-subdir-switches' buffer-locally.
132         * locate.el: Merge the two `Commentary' sections.
133         (locate-ls-subdir-switches): New user option.
134         (locate): Update for other changes.
135         (locate-mode-map): Restore Dired binding for mouse-2.
136         Bind `locate-mouse-view-file' to M-mouse-2.
137         Bind `l' to `locate-do-redisplay'.
138         (locate-main-listing-line-p, locate-do-redisplay): New functions.
139         (locate-mouse-view-file, locate-tags, locate-find-directory):
140         Print message if used outside main listing.
141         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
142         Various changes to support inserted subdirectories.
143         (locate-insert-header): Change header of *Locate* buffer.
145         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
146         Change interactive default switches.
147         (dired-rename-subdir-2): Update `dired-switches-alist'.
148         (dired-insert-subdir, dired-kill-subdir):
149         Handle `dired-switches-alist'.  Do not mark buffer modified.
150         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
151         (dired-insert-subdir-doinsert): Omit messages.
152         Handle `dired-subdir-switches'.
153         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
155         * dired.el (dired-subdir-switches, dired-switches-alist):
156         New vars.
157         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
158         subdirs if -R switch is used for a subdir.
159         (dired-mode): Set `dired-switches-alist'.
160         (dired-build-subdir-alist): Only print number of directories in
161         echo area when invoked interactively.
163 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
165         * dired-x.el (dired-omit-mode): Rename from
166         dired-omit-files-p.  Use define-minor-mode to define it.
167         (dired-omit-files-p): Add as alias for dired-omit-mode.
168         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
169         dired-mark-omitted.
170         (dired-mark-omitted): Add.  Bind to M-O.
172 2004-06-05  Kenichi Handa  <handa@m17n.org>
174         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
176 2004-06-05  Juanma Barranquero  <lektu@terra.es>
178         * help-fns.el (help-argument-name): Reintroduce face.
179         (help-default-arg-highlight): Use it, now that
180         `face-differs-from-default-p' can be trusted.
182 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
184         * textmodes/table.el: Sentence commands added to Point Motion
185         group; kill and backward-kill commands added to Extraction group.
187 2004-06-04  Mario Lang  <mlang@delysid.org>
189         * battery.el (battery-linux-proc-acpi): mA was hardcored, but some
190         systems appear to use mW, make the code handle this.  Fix a
191         division-by-zero bug while at it, and handle kernels with
192         a slightly different layout in /proc/acpi.
194 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
196         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
197         because the latter is a CL-ism.  This fixes the bug reported by
198         Shawn Boyette <mdxi@collapsar.net> in
199         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
201 2004-06-04  Miles Bader  <miles@gnu.org>
203         * faces.el (display-supports-face-attributes-p): Function moved to
204         C code.  Previously only the tty-related portion of this function
205         was done in C; however the previous attempt to do a halfway-proper
206         job for non-tty displays in lisp didn't work properly because of
207         funny conditions during Emacs startup.
208         (face-differs-from-default-p): Simplify, now that
209         display-supports-face-attributes-p works properly on all display
210         types.  Remove :stipple from comparison; it doesn't really work
211         in emacs anyway.
213 2004-06-04  Miles Bader  <miles@gnu.org>
215         * faces.el (face-differs-from-default-p): Use a different
216         implementation, so we can really check whether FACE displays
217         differently or not.
219 2004-06-04  Miles Bader  <miles@gnu.org>
221         * faces.el (display-supports-face-attributes-p): Implement a
222         `different from default' check for non-tty displays.
224 2004-06-03  David Kastrup  <dak@gnu.org>
226         * woman.el (woman-mapcan): More concise code.
227         (woman-topic-all-completions, woman-topic-all-completions-1)
228         (woman-topic-all-completions-merge): Replace by a simpler and
229         much faster implementation based on O(n log n) sort/merge instead
230         of the old O(n^2) behavior.
232 2004-06-03  Miles Bader  <miles@gnu.org>
234         * subr.el (read-number): Use canonical format for default in prompt.
236         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps): Add
237         regexp for " [...]" style defaults.
239 2004-06-02  Romain Francoise  <romain@orebokech.com>
241         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
242         groups: if the user asks for a hidden buffer, open the
243         corresponding filter group to expose it.
245         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
246         `ibuffer-jump-to-buffer'.
247         (ibuffer-jump-offer-only-visible-buffers): New user option.
249 2004-06-02  Juanma Barranquero  <lektu@terra.es>
251         * faces.el (frame-update-faces): Add empty docstring so the one
252         for `ignore' doesn't show through.
254         * subr.el (process-kill-without-query): Remove spurious "\n" on
255         obsolescence string.
256         (focus-frame, unfocus-frame): Add obsolescence declaration and
257         empty docstring.
259         * international/mule.el (register-char-codings): Make alias for
260         `ignore'.  Move docstring to obsolescence info and remove
261         redundancy.
263 2004-06-02  Kim F. Storm  <storm@cua.dk>
265         * frame.el (blink-cursor-start): Turn cursor off initially so blink
266         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
268 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
270         * vc-arch.el (vc-arch-state): Don't assume the file exists.
272 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
274         * desktop.el (desktop-save): Don't save minor modes without a
275         known mode initialization function.
277 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
279         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
281         * autorevert.el: Update `Commentary' section.
283 2004-05-30  Juanma Barranquero  <lektu@terra.es>
285         * dos-fns.el (convert-standard-filename):
286         * files.el (convert-standard-filename):
287         * w32-fns.el (convert-standard-filename):
288         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
290 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
292         Sync with Tramp.
294         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
295         (tramp-let-maybe): Move to an earlier spot in the file.
296         Patch by Andreas Schwab.
298 2004-05-30  Andreas Schwab  <schwab@suse.de>
300         * dired.el (dired-get-filename): Don't use dired-re-dot.
302 2004-05-30  Richard M. Stallman  <rms@gnu.org>
304         * files.el (find-file): Doc fix.
306         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
308 2004-05-30  Nick Roberts  <nickrob@gnu.org>
310         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
311         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
312         modeline of the locals buffer.
313         (gdb-goto-breakpoint): Handle gdbmi.
314         (gdb-get-frame-number): Change for gdbmi.
316 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
318         * files.el (file-remote-p): Apply file name handler for operation
319         `file-remote-p'.  It isn' a property any longer.
320         (file-relative-name): `fh' and `fd' get the required value via
321         `find-file-name-handler' already.
323         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
324         (top): Remove setting of `file-remote-p' property for
325         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
327 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
329         Version 2.0.41 of Tramp released.
331         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
332         Throw away if process has died.
333         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
334         (tramp-out-of-band-prompt-regexp): Rename to
335         `tramp-process-alive-regexp', because its usage is widen.
336         (tramp-actions-copy-out-of-band): Apply it.
337         (tramp-actions-before-shell, tramp-multi-actions):
338         Add `tramp-action-process-alive' action.
339         (tramp-action-process-alive): New defun.
340         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
341         Add entry for `file-remote-p'.
342         (tramp-handle-file-remote-p): New defun.
343         (top): Remove setting of `file-remote-p'.  Don't set
344         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
346         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
347         `file-remote-p'.
349         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
350         counted for (last) line.  [They should or they shouldn't?  --Stef]
351         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
353 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
355         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
356         not really necessary but seems to keep the shell history smaller
357         in some cases.  It is no substitute for setting HISTFILE and
358         HISTSIZE from tramp-open-connection-setup-interactive-shell,
359         though.  Suggested by Luc Teirlinck.
360         (tramp-open-connection-setup-interactive-shell): Export variables
361         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
362         (tramp-set-process-query-on-exit-flag): New compat function.
363         (tramp-open-connection-multi, tramp-open-connection-su)
364         (tramp-open-connection-rsh, tramp-open-connection-telnet)
365         (tramp-do-copy-or-rename-file-out-of-band): Use it.
366         (tramp-let-maybe): New macro, let-binds a variable only if it
367         isn't obsolete.
368         (tramp-check-ls-commands, tramp-handle-expand-file-name)
369         (tramp-handle-file-truename): Use it.
370         (tramp-completion-file-name-regexp-unified): Avoid matching
371         filenames starting with "/:" -- those are reserved for
372         file-name-non-special.
374         * tramp-smb.el (tramp-smb-open-connection):
375         Use tramp-set-process-query-on-exit-flag compat function.
377 2004-05-29  Richard M. Stallman  <rms@gnu.org>
379         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
381         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
382         (eval-last-sexp-print-value): Print char equivalent regardless
383         of standard-output value.
385         * thumbs.el (thumbs-subst-char-in-string): Delete.
386         (thumbs-thumbname): Use subst-char-in-string.
387         (thumbs-resize-image): Use condition-case, not ignore-errors.
388         (thumbs-kill-buffer): Likewise.
390         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
391         (thumbs-mode): Make buffer read-only.
392         (thumbs-make-thumb): Unconditionally accept an existing file.
393         (thumbs-insert-thumb): Add thumb-image-file property to the image.
394         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
395         (thumbs-show-thumbs-list): Error if images not supported.
396         (thumbs-save-current-image): Improve prompt string.
397         (thumbs-mode-map): Define u, R, x.
398         (thumbs-unmark): New command.
399         (thumbs-emboss-image): Minor cleanup.
400         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
401         (thumbs-rename-images): New command.
402         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
404         * thumbs.el (thumbs-current-image): New function.
405         (thumbs-file-list, thumbs-file-alist): New functions.
406         (thumbs-find-image): Delete arg L.
407         Don't set up thumbs-fileL as buffer-local global var.
408         (thumbs-find-image-at-point): Use thumbs-current-image.
409         (thumbs-set-image-at-point-to-root-window): Likewise.
410         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
411         Record and warn about errors.  Update thumbs-markedL for deletions.
412         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
413         (thumbs-redraw-buffer): Use thumbs-file-list.
414         (thumbs-mark): Use thumbs-current-image.
415         (thumbs-show-name): Use thumbs-current-image.
417         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
418         and imenu--last-menubar-index-alist.
420         * subr.el (with-selected-window): Undo previous change.
422 2004-05-29  John Paul Wallington  <jpw@gnu.org>
424         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
425         (thumbs-mouse-find-image): New command.
426         (thumbs-mode-map): Bind it to mouse-2.
427         (thumbs-mode): Make mode-class special.
428         (thumbs-view-image-mode): Likewise.
430 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
432         * flymake.el: New file.
434 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
436         * files.el (find-file-noselect-1): Do not bind
437         `inhibit-read-only' to t during execution of
438         `find-file-not-found-functions'.
440 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
442         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
443         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
445 2004-05-28  Juri Linkov  <juri@jurta.org>
447         * simple.el (eval-expression-print-format): New fun.
449         * simple.el (eval-expression):
450         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
451         * emacs-lisp/edebug.el (edebug-compute-previous-result)
452         (edebug-eval-expression): Print additionally the value returned by
453         `eval-expression-print-format'.
455         * emacs-lisp/lisp.el (insert-pair-alist): New var.
456         (insert-pair): Make arguments optional.  Find character pair
457         from `insert-pair-alist' according to the last input event.
458         (insert-parentheses): Make arguments optional.
459         (raise-sexp, delete-pair): New funs.
461         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
462         (emacs-lisp-mode-map, lisp-interaction-mode-map):
463         Bind C-M-q to `indent-pp-sexp'.
465         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
466         `pp-to-string' modified to be able to format text with newlines.
467         (pp-to-string): Move the buffer-formatting part of the code to
468         `pp-buffer'.  Call `pp-buffer'.
470         * info.el (Info-desktop-buffer-misc-data): Don't save information
471         about virtual files.
472         (Info-restore-desktop-buffer): Restore Info buffers in prepared
473         buffers with names obtained from the desktop file instead of the
474         default *info* buffer.
476 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
478         * subr.el (with-selected-window): Only save/restore the selected window.
480         * progmodes/compile.el (compilation-error-regexp-alist):
481         Use expand-file-name and data-directory.
483         * progmodes/grep.el (grep-tree): Rework previous fix.
485         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
486         after the user marked text with the mouse.
488         * startup.el (command-line): Keep the first regexp of
489         auto-save-file-name-transforms intact.
491 2004-05-28  Juanma Barranquero  <lektu@terra.es>
493         * cus-edit.el (customize-face, customize-face-other-window)
494         (custom-face-edit-delete): Make arguments match their use in
495         docstring.
496         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
497         docstring.
499         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
500         not `cvs-butlast'.
502         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
503         `nbutlast' are in subr.el).
505         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
506         (set-w32-system-coding-system): Doc fixes.
508         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
509         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
510         Make arguments match their use in docstring.
511         (artist-draw-region-trim-line-endings)
512         (artist-mouse-choose-operation): Fix typo in docstring.
513         (artist-key-set-point-common): Doc fix.
515 2004-05-28  Simon Josefsson  <jas@extundo.com>
517         * mail/smtpmail.el (smtpmail-open-stream):
518         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
520 2004-05-26  Simon Josefsson  <jas@extundo.com>
522         * starttls.el: Merge with my GNUTLS based starttls.el.
523         (starttls-gnutls-program, starttls-use-gnutls)
524         (starttls-extra-arguments, starttls-process-connection-type)
525         (starttls-connect, starttls-failure, starttls-success): New variables.
526         (starttls-program, starttls-extra-args): Doc fix.
527         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
528         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
529         and pass on to corresponding *-gnutls function if it is set.
531 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
533         * autorevert.el (auto-revert-handler): Disable auto-reverting of
534         remote files.
536 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
538         * files.el (file-name-non-special): There are more operations
539         which need handling: `find-backup-file-name',
540         `insert-file-contents', `verify-visited-file-modtime',
541         `write-region'.  Rename t value of method to `add'.  Add new
542         methods `quote' and `unquote-then-quote' to file-arg-indices.
544 2004-05-25  Juri Linkov  <juri@jurta.org>
546         * info.el (Info-toc): Call Info-mode on intermediate buffer.
547         (Info-index-nodes): Enclose code in condition-case to catch errors.
548         (Info-index-node): Don't search all index nodes if request is only
549         for the current node and file is not in the cache of index nodes.
550         (Info-mode-map): Bind Info-copy-current-node-name to `w'
551         for consistency with dired-copy-filename-as-kill.
552         Bind `S' to Info-search-case-sensitively.
553         (Info-copy-current-node-name): New arg.  With zero prefix arg put
554         the name inside a function call to `info'.  Display copied text in
555         the echo area.
557 2004-05-25  Sam Steingold  <sds@gnu.org>
559         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
560         strip the package prefix from the symbol name, if any.
561         Make it the `find-tag-default-function' for `lisp-mode'.
563 2004-05-25  John Paul Wallington  <jpw@gnu.org>
565         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
566         instead of obsolete `process-kill-without-query'.
568         * textmodes/texinfmt.el (texinfo-indexvar-alist):
569         Declare as variable, not constant.
571 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
573         * files.el (find-file-noselect-1): Fix bug introduced by
574         Revision 1.694.  As a side effect, `inhibit-read-only'
575         is again, by default, t during execution of
576         `find-file-not-found-functions'.
577         (insert-directory): Check that lines were really inserted by
578         the --dired switch, before erasing them.
580 2004-05-24  Nick Roberts  <nickrob@gnu.org>
582         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
583         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
584         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
585         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
586         gud-minor-mode (gdbmi).
588 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
590         * net/browse-url.el (browse-url-interactive-arg): Enable user to
591         explicitly select the text to be taken as URL.
593 2004-05-23  Juri Linkov  <juri@jurta.org>
595         * info.el (Info-index-nodes): New var and fun.
596         (Info-goto-index, Info-index, info-apropos)
597         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
598         (Info-index): Fix docstring.  Store and restore Info-history-list.
599         (Info-complete-nodes): New var.
600         (Info-complete-menu-item): Use it.
601         (Info-index-node): New fun.
602         (Info-final-node, Info-forward-node, Info-backward-node)
603         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
604         Use Info-index-node.
605         (Info-extract-menu-item, Info-extract-menu-counting): Set second
606         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
607         (Info-find-node-2): If a node with period in its name not found,
608         try to find a node without the name part after period.
609         (Info-select-node): Call Info-fontify-node only if
610         Info-fontify-maximum-menu-size is not nil.
611         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
612         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
613         Preserve Info-history-list.
614         (Info-toc): Set Info-current-file.
615         (Info-build-toc): Move point to the beginning of the buffer.
616         Add main-file variable.
617         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
618         Use backslashed representation of the control character ^_.
620         * textmodes/texinfmt.el (texinfo-print-index): Print index line
621         numbers in the new Texinfo 4.7 format.
623         * add-log.el (change-log-font-lock-keywords): Remove `:' from
624         regexps for function and variable names.
626         * descr-text.el (describe-property-list): Add [show] button for
627         `syntax-table' property with action to pp to a separate buffer.
628         (describe-char): Replace search-forward by re-search-forward with
629         whitespace regexp after "character:" to not fail in too narrow windows.
631         * simple.el (next-error-find-buffer): Add a rule to return
632         next-error capable buffer if one window on the selected frame
633         displays such buffer.
635 2004-05-23  Nick Roberts  <nickrob@gnu.org>
637         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
638         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
639         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
640         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
641         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
642         Handle new value for gud-minor-mode (gdbmi).
643         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
644         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
645         Change from local to global gdb variable set.
646         (gdb-ann3): Initialise above gdb variable set.
647         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
648         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
649         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
650         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
651         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
652         (gdb-info-locals-handler, gdb-invalidate-assembler)
653         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
654         set as global variables.
655         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
656         Handle gdbmi.
657         (gdb-info-breakpoints-custom): Fix regexp.
658         (def-gdb-var): Delete.
660         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
661         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
662         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
663         a new mode.  The file (gdb-mi.el) for this mode will be included
664         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
665         primary interface.
667 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
669         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
670         interpreted as a directory.
672 2004-05-22  Richard M. Stallman  <rms@gnu.org>
674         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
675         as a close quote.
677         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
679         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
680         Use assoc-string, not assoc-ignore-case.
682         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
684         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
685         If moving back then fwd gets a defun that ends before point,
686         try again moving fwd then back.
688         * files.el (file-name-non-special): Allow t in file-arg-indices
689         to mean requote the return value.  Use `identity' as an element
690         rather than as the whole value.
692         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
694 2004-05-22  Juanma Barranquero  <lektu@terra.es>
696         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
697         `help-make-usage'.
698         (help-highlight-arguments): Skip function name before searching
699         for arguments.
701 2004-05-21  Juanma Barranquero  <lektu@terra.es>
703         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
704         Don't mention in the docstring these arguments meant for
705         internal (recursive) use only.
706         (allout-char-spec): Comment out (it's not implemented).
707         (allout-old-expose-topic, allout-exposure): Fix docstring and add
708         obsolescence declaration.
709         (allout-flatten-exposed-to-buffer)
710         (allout-indented-exposed-to-buffer): Fix typos in docstring.
711         (my-mark-marker): Doc fix.
712         (produce-allout-mode-map, allout-sibling-index)
713         (allout-isearch-expose, allout-distinctive-bullet)
714         (allout-open-topic, allout-reindent-body)
715         (allout-rebullet-heading, allout-process-exposed)
716         (allout-insert-listified, allout-latex-verb-quote)
717         (allout-insert-latex-header, allout-insert-latex-trailer):
718         Make arguments match their use in docstring.
719         (allout-primary-bullet, allout-old-style-prefixes)
720         (allout-inhibit-protection, allout-init, allout-mode)
721         (allout-before-change-protect, allout-flag-region):
722         Use "Emacs" instead of "emacs" in docstrings.
724 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
726         * international/characters.el: Modify syntax of more characters.
728 2004-05-21  Masatake YAMATO  <jet@gyve.org>
730         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
731         (etags-tags-completion-table): Show parsing progress.
733 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
735         * locate.el (locate-prompt-for-command): Shorten first line of
736         docstring.
737         (locate-mode): Expand docstring and include keymap summary.
739         * files.el (find-file-noselect-1): Limit the scope of the
740         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
741         is, by default, nil during the execution of
742         `find-file-not-found-functions' and `find-file-hook'.
744 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
746         * facemenu.el (facemenu-color-name-equal): New function.
747         (list-colors-display): Use it to compare colors instead of
748         facemenu-color-equal.
750 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
752         * compare-w.el (compare-windows-face): Use min-colors instead of
753         checking for tty or pc types.
755 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
757         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
758         (completion-setup-function): Use with-current-buffer.
759         Properly save excursion.  Simplify.
760         Don't assume there is necessarily a `mouse-face' property somewhere.
762         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
764         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
766         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
767         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
768         Use with-current-buffer.
769         (byte-goto-log-buffer): Delete.
770         (byte-compile-log-file): Call compilation-forget-errors.
772 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
774         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
775         output messages into the search result.
777 2004-05-19  Masatake YAMATO  <jet@gyve.org>
779         * wid-edit.el (widget-radio-button-notify): Revert my last
780         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
782 2004-05-19  Kenichi Handa  <handa@m17n.org>
784         * international/characters.el: Fix syntax (open/close) of CJK chars.
786 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
788         * help-mode.el (help-go-back): Don't depend on position of back button.
790 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
792         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
793         files files don't contain an accidental additional /.
795         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
796         in source buffer.
798 2004-05-18  Masatake YAMATO  <jet@gyve.org>
800         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
801         to widget-apply.  :action method assumes 2 arguments, not 3.
803 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
805         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
806         New constants.
807         (hs-special-modes-alist): Add an f90-mode entry.
809 2004-05-17  Sam Steingold  <sds@gnu.org>
811         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
812         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
814 2004-05-16  Kim F. Storm  <storm@cua.dk>
816         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
818 2004-05-15  John Wiegley  <johnw@newartisans.com>
820         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
821         (eshell-output-object-to-target): Improve output speed 20% by not
822         calling `eshell-stringify' if something is already known to be a string.
824 2004-05-15  Alex Ott  <ott@jet.msk.su>
826         * textmodes/ispell.el (ispell-local-dictionary-alist):
827         Add windows-1251 to the choice of coding systems.
828         (ispell-dictionary-alist-6): Add support for "russianw.aff",
829         encoded in cp1251.
831 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
833         * progmodes/compile.el (compilation-warning-face)
834         (compilation-info-face): Use min-colors.
836 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
838         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
839         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
840         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
841         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
842         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
843         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
844         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
845         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
846         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
847         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
848         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
849         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
850         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
851         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
853 2004-05-15  Kim F. Storm  <storm@cua.dk>
855         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
856         Use it to set triggered-p element of timer.
857         (timer-event-handler): Set triggered-p element non-nil while running
858         the timer function.
860 2004-05-14  David Ponce  <david@dponce.com>
862         * tree-widget.el: New file.
864 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
866         * language/european.el ("Brazilian Portuguese"): Add support for
867         Brazilian Portuguese.
869 2004-05-13  John Wiegley  <johnw@newartisans.com>
871         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
872         `recentf-mode' if this variable has been customized to t.
874         * eshell/esh-test.el (eshell-test): Call the function
875         `emacs-version' rather than trying to build a custom version string.
877 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
879         * net/telnet.el (telnet-mode): Use define-derived-mode.
880         Don't modify the global value of comint-prompt-regexp.
882 2004-05-13  John Paul Wallington  <jpw@gnu.org>
884         * version.el (emacs-version): Check for `gtk' feature before
885         `x-toolkit' feature.
887 2004-05-13  Juanma Barranquero  <lektu@terra.es>
889         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
890         arguments in the docstring, they're used only in recursive calls.
892         * help-fns.el (help-arg-highlighting-function)
893         (help-argument-name): Delete.
894         (help-default-arg-highlight): New function.
895         (help-do-arg-highlighting): Use it.
897 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
899         * calendar/appt.el (appt-disp-window):
900         Use `calendar-set-mode-line' for a centered mode-line.
902 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
904         * calendar/appt.el (appt-disp-window): Do not split window
905         excessively when `split-height-threshold' is low.
907 2004-05-12  Nick Roberts  <nickrob@gnu.org>
909         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
910         kill-buffer-hook here and make it local.
911         (gud-kill-buffer-hook): Use kill-process for a sure kill.
913 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
915         * progmodes/compile.el (compilation-set-window-height):
916         Use save-excursion to protect against misplaced marker.
918 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
920         * custom.el (defface): Document that type can have value gtk.
922         * faces.el (face-spec-set-match-display): Handle type gtk in display.
924 2004-05-12  Kenichi Handa  <handa@m17n.org>
926         * descr-text.el: Require quail at comile time.
927         (describe-char): If an input method is on and it supports the
928         character, show how to input it.
930         * international/quail.el (quail-install-decode-map): Accept a
931         char-table whose subtype is `quail-decode-map'.
932         (quail-store-decode-map-key, quail-gen-decode-map1)
933         (quail-gen-decode-map, quail-find-key1, quail-find-key)
934         (quail-show-key): New functions.
936 2004-05-12  Juanma Barranquero  <lektu@terra.es>
938         * generic.el (define-generic-mode): Remove redundant arglist info.
940         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
941         Make arguments match their use in docstring.
942         (help-arg-highlighting-function): New variable.
943         (help-argument-name): Mention it in the docstring.
944         (help-do-arg-highlight): Use it.  Expand regexp to accept also
945         ARG-xxx and xxx-ARG references.
947 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
949         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
950         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
951         and "mailto:addr1?to=addr2" equal.
953 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
955         * man.el (Man-getpage-in-background): Use shell-file-name
956         and shell-command-switch variables instead of hard-coded values.
958 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
960         * iimage.el: New file.
962 2004-05-11  Juanma Barranquero  <lektu@terra.es>
964         * custom.el (custom-initialize-default, defcustom):
965         Fix typo in docstring.
967         * files.el (set-visited-file-name, file-expand-wildcards):
968         Fix docstring.
970 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
972         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
974         * subr.el (eventp): Be more discriminating with integers.
976 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
978         * progmodes/compile.el (compile): Add universal prefix arg.
979         (compilation-error-regexp-alist-alist): Add edg patterns.
981 2004-05-10  Sam Steingold  <sds@gnu.org>
983         * textmodes/ispell.el (ispell-message):
984         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
986 2004-05-10  Dave Love  <fx@gnu.org>
988         * progmodes/python.el (help-buffer): Autoload when compiling.
989         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
990         (run-python): Prepend to any existing PYTHONPATH.
992 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
994         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
995         for pending breakpoints.
997 2004-05-10  Richard M. Stallman  <rms@gnu.org>
999         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
1000         directly without calling any functions in Rmail.
1001         (unrmail-unprune): Function deleted.
1003 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1006         C-c C-z binding.
1008 2004-05-10  Kenichi Handa  <handa@m17n.org>
1010         * descr-text.el (describe-char): Fix previous change.  Don't make
1011         a unibyte character to multibyte in the *Help* buffer.
1013 2004-05-10  Miles Bader  <miles@gnu.org>
1015         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1016         buffer an error if the debugger process is actually running.
1018 2004-05-10  Juanma Barranquero  <lektu@terra.es>
1020         * help-fns.el (help-argument-name): Default to italic.
1021         (help-highlight-arguments): Return always (usage . doc), even when
1022         usage is nil.
1024         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1025         (define-ibuffer-filter): Add usage info.
1026         (define-ibuffer-op): Add usage info (but CL-style defaults for
1027         keyword args are not shown).
1029         * subr.el (remove-overlays, read-passwd): Fix docstring.
1030         (start-process-shell-command): Fix docstring.  Put usage info in a
1031         format usable by `describe-function'.
1032         (open-network-stream, open-network-stream-nowait)
1033         (open-network-stream-server): Fix docstring.
1035 2004-05-09  Jason Rumney  <jasonr@gnu.org>
1037         * international/code-pages (cp932, cp936, cp949, c950): Remove.
1038         Only define cp125* if windows-125* is already defined.
1040         * language/korean.el (cp949): Add alias.
1042         * language/chinese.el (cp936, cp950): Add aliases.
1044         * language/japanese.el (cp932): Add alias.
1046         * term/w32-win.el: Require code-pages.
1048         * international/mule-cmds.el (set-locale-environment):
1049         On MS-Windows use ansi code-page for default coding-systems.
1050         Set up paper sizes for Windows 3 letter languages.
1052         * international/code-pages.el (cp932, cp936, cp949, cp950):
1053         Add aliases.  Also add cp125* if not already defined.
1055 2004-05-09  Juanma Barranquero  <lektu@terra.es>
1057         * help-fns.el (help-highlight-arguments): Don't try to highlight
1058         missing or autoloaded arglists.  Accept structured arguments, like
1059         the first ones of `do' and `flet'.
1061         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1062         (cvs-get-marked): Remove redundant arglist info.
1064         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1065         Don't use CL-style default args.
1067 2004-05-08  Andreas Schwab  <schwab@suse.de>
1069         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1071         * international/subst-ksc.el: Fix references to utf-translate-cjk
1072         into utf-translate-cjk-mode.
1073         * international/subst-big5.el: Likewise.
1074         * international/subst-gb2312.el: Likewise.
1075         * international/subst-jis.el: Likewise.
1076         * international/utf-16.el: Likewise.
1077         * international/utf-8.el: Likewise.
1079 2004-05-08  John Wiegley  <johnw@newartisans.com>
1081         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1082         "virtual buffers" (off by default), which makes it possible to
1083         switch to the "virtual" buffers of recently visited files.  When a
1084         buffer name search fails, and this option is on, iswitchb will
1085         look at the list of recently visited files, and permit matching
1086         against those names.  When the user hits RET on a match, it will
1087         revisit that file.
1088         (iswitchb-read-buffer): Add two optional arguments, which makes
1089         isearchb.el possible.
1090         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
1091         (iswitchb-next-match): Add support for virtual buffers.
1093         * isearchb.el: This module extends iswitchb to provide "as you
1094         type" buffer selection.
1096         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
1097         Ignore the read-only property when flyspell highlighting is on.
1098         Not ignoring it leads to a series of confusing errors.
1099         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
1100         but also make sure to call flyspell-incorrect-hook.
1101         (flyspell-maybe-correct-transposition): Perform transposition test
1102         by bit twiddling a string, rather than using a temp buffer.
1103         (flyspell-maybe-correct-doubling): Use a string rather than a temp
1104         buffer.  This is also the original version of the code, which
1105         could not be checked in before due to a previous lack of
1106         assignment papers.  This version has seen heavy usage on my system
1107         for several years now.
1109         * calendar/cal-bahai.el: New file, which adds support for the
1110         Baha'i calendar to Emacs.  This calendar is based on a solar year
1111         of 19 months of 19 days, with 4 intercalary days.  Each year
1112         begins on March 21, with the calendar starting in 1844.
1114         * calendar/cal-menu.el, calendar/calendar.el,
1115         calendar/diary-lib.el, calendar/holidays.el: Added support for
1116         using cal-bahai.el.
1118         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
1119         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
1120         function can be used outside of eshell buffers.
1121         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
1123 2004-05-08  Juanma Barranquero  <lektu@terra.es>
1125         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
1126         word constituent so FOO-ARG is not recognized as an arg.
1127         (help-highlight-arguments): Don't skip lists in mandatory arguments.
1129         * simple.el (next-error): Fix typo in docstring.
1130         (open-line): Make argument names match their use in docstring.
1131         (split-line): Fix docstring.
1133         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
1134         usable by `describe-function'.
1135         (gensym, gentemp, typep, ignore-errors): Make argument names match
1136         their use in docstring.
1138         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
1139         argument to `help-setup-xref'.
1141 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
1143         Version 2.0.40 of Tramp released.
1145         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
1146         Use symbol-function to invoke functions only known on some Emacs
1147         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
1148         Scaldeferri <kevin@scaldeferri.com>.
1149         (tramp-do-copy-or-rename-file-via-buffer): Rename from
1150         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
1151         consistent with the other tramp-do-* functions.
1152         (tramp-do-copy-or-rename-file): Calls adjusted.
1153         (tramp-process-initial-commands): Avoid liveness check on shell --
1154         we know that it must be alive since we're opening a connection at
1155         this moment.
1156         (tramp-last-cmd): New internal variable.
1157         (tramp-process-echoes): New tunable.
1158         (tramp-send-command): Set tramp-last-cmd.
1159         (tramp-wait-for-output): Delete echo, if applicable.
1160         (tramp-read-passwd): Construct the key for the password cache in a
1161         way that works for multi methods, too.
1162         (tramp-bug): Add backup-directory-alist and
1163         bkup-backup-directory-info to bug reports, with Tramp counterparts.
1165 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
1167         * net/tramp*.el: Suppress byte-compiler warnings where possible.
1169         * net/tramp.el (tramp-out-of-band-prompt-regexp)
1170         (tramp-actions-copy-out-of-band): New defcustoms.
1171         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
1172         used instead of a synchronous one.  Allows password entering.
1173         (tramp-action-out-of-band): New defun.
1174         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
1175         Remove restriction with password from doc string.
1176         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
1177         `tramp-out-of-band-prompt-regexp',
1178         `tramp-actions-copy-out-of-band', `password-cache' and
1179         `password-cache-expiry'.
1180         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
1181         password caching.
1182         (tramp-touch): FILE can be a local file, too.
1183         (TODO): Remove items done.
1184         (tramp-handle-insert-directory): Properly quote file name also if
1185         not full-directory-p.  Handle wildcard case.  Reported by Andreas
1186         Schwab <schwab@suse.de>.
1187         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
1188         new file.
1189         (tramp-handle-file-local-copy, tramp-handle-write-region):
1190         The permissions of the temporary file are set if filename exists.
1191         Reported by Ted Stern <stern@cray.com>.
1192         (tramp-backup-directory-alist)
1193         (tramp-bkup-backup-directory-info): New defcustoms.
1194         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
1195         (tramp-handle-find-backup-file-name): New function.
1196         Implements Tramp's find-backup-file-name.
1198         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
1199         for `find-backup-file-name'.
1201         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
1202         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
1204 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
1206         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
1208 2004-05-07  Juanma Barranquero  <lektu@terra.es>
1210         * subr.el (lambda): Add arglist description to docstring.
1211         (declare): Fix typo in docstring.
1212         (open-network-stream): Fix docstring.
1213         (process-kill-without-query): Fix docstring and add obsolescence info.
1214         (last, butlast, nbutlast): Make arguments match their use in docstring.
1215         (insert-buffer-substring-no-properties): Likewise.
1216         (insert-buffer-substring-as-yank): Likewise.
1217         (split-string): Fix docstring.
1219         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1220         Make argument names match their use in docstring.
1222         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
1224 2004-05-06  Nick Roberts  <nickrob@gnu.org>
1226         * progmodes/gdb-ui.el: Improve/extend documentation strings.
1227         Fit first sentence on one line for apropos-command.
1229 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1231         Changes largely merged in from Dave Love's code.
1232         * progmodes/python.el: Doc fixes.
1233         (python-mode-map): Add python-complete-symbol.
1234         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
1235         (python-comment-indent, python-complete-symbol)
1236         (python-symbol-completions, python-partial-symbol)
1237         (python-try-complete): New.
1238         (python-indent-line): Remove optional arg.  Use python-block-end-p.
1239         (python-check): Bind compilation-error-regexp-alist.
1240         (inferior-python-mode): Use rx.  Move keybindings to top level.
1241         Set comint-input-filter.
1242         (python-preoutput-filter): Use rx.
1243         (python-input-filter): Re-introduce.
1244         (python-proc): Start new process if necessary.
1245         Check python-buffer non-nil.
1246         (view-return-to-alist): Defvar.
1247         (python-send-receive): New.
1248         (python-eldoc-function): Use it.
1249         (python-mode-running): Don't defvar.
1250         (python-mode): Set comment-indent-function.
1251         Maybe update hippie-expand-try-functions-list.
1252         (python-indentation-levels): Initialize differently.
1253         (python-block-end-p): New.
1254         (python-indent-line): Use it.
1255         (python-compilation-regexp-alist): Augment.
1256         (run-python): Import `emacs' module to Python rather than loading
1257         code directly.  Set python-buffer differently.
1258         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
1259         Use python-proc.
1260         (python-send-command): Go to end of comint buffer.
1261         (python-load-file): Use python-proc, emacs.eimport.
1262         (python-describe-symbol): Simplify interactive form.
1263         Use emacs.help.  Do use temp-buffer-show-hook.
1264         Call print-help-return-message.
1265         (hippie-exp): Require when compiling.
1266         (python-preoutput-continuation): Use rx.
1268         * diff-mode.el (diff-make-unified): Fix regexp.
1270 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
1272         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
1273         filter groups from the buffer when rebuilding the Ibuffer buffer
1274         and `ibuffer-show-empty-filter-groups' is nil.
1276 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1278         * ps-print.el (ps-print-quote): Call ps-value-string.
1279         (ps-setup): Call ps-comment-string.
1280         (ps-value-string, ps-comment-string): New funs.
1282 2004-05-06  Juanma Barranquero  <lektu@terra.es>
1284         * ehelp.el (electric-help-command-loop): Check whether the last
1285         character is visible, not (point-max).
1287         * help-fns.el (help-argument-name): Default to bold; don't inherit
1288         from font-lock-variable-name-face.
1289         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
1291 2004-05-05  Kenichi Handa  <handa@m17n.org>
1293         * descr-text.el (describe-char): Copy the character with text
1294         properties and overlays into the first line, and call
1295         describe-text-properties on it.
1297 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
1299         * iswitchb.el (iswitchb-global-map): Fix typo.
1300         Remove unwanted ###autoloads from source file.
1302 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
1304         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
1305         in run-hooks.  Use substitute-command-keys in message.
1306         (wdired-abort-changes): Add message.
1308 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
1310         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
1311         (sql-emacs20-p): Remove.
1312         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
1313         (sql-builtin-face, sql-doc-face): Remove.
1314         (sql-mode-ansi-font-lock-keywords)
1315         (sql-mode-oracle-font-lock-keywords)
1316         (sql-mode-postgres-font-lock-keywords)
1317         (sql-mode-linter-font-lock-keywords)
1318         (sql-mode-ms-font-lock-keywords)
1319         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
1320         (sql-product-font-lock): Fix font-lock reset when font rules change.
1321         (sql-highlight-product): Remove incorrect font-lock reset logic.
1323 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
1325         * ses.el (ses-set-parameter): Fix typo.
1327 2004-05-04  Kim F. Storm  <storm@cua.dk>
1329         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
1330         Must expand directory for completion to work; and don't mess with
1331         process-environment.
1332         (ido-read-file-name): If command has ido property, don't use ido
1333         if value is ignore, or read as directory if value is dir.
1334         Set ido ignore property for dired-do-rename command.
1336 2004-05-04  Juanma Barranquero  <lektu@terra.es>
1338         * ehelp.el (electric-help-command-loop, electric-help-undefined)
1339         (electric-help-help): Check against unmapped commands.
1341         * help-fns.el (help-argument-name): New face, inheriting from
1342         font-lock-variable-name-face, to highlight function arguments in
1343         `describe-function' and `describe-key'.
1344         (help-do-arg-highlight): Auxiliary function to highlight a given
1345         list of arguments in a string.
1346         (help-highlight-arguments): Highlight the function arguments and
1347         all uses of them in the docstring.
1348         (describe-function-1): Use it.  Do docstring output via `insert',
1349         not 'princ', so text attributes are preserved.
1351         * winner.el (winner-mode-map): Move `winner-undo' and
1352         `winner-redo' to C-c <left> and C-c <right>, respectively (the
1353         previous bindings conflict with `prev-buffer', `next-buffer').
1355 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1357         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
1358         (bibtex-entry-update): New command bound to C-c C-u.
1359         (bibtex-text-in-string): Fix regexp.
1360         (bibtex-assoc-of-regexp): Remove.
1361         (bibtex-progress-message): Fix docstring.
1362         (bibtex-inside-field): Use if.
1363         (bibtex-assoc-regexp): New function.
1364         (bibtex-format-entry): Make code more robust so that it formats
1365         also old entries.
1366         (bibtex-autokey-demangle-title): Merge with obsolete function
1367         bibtex-assoc-of-regexp.
1368         (bibtex-field-list): New function.
1369         (bibtex-entry): Use bibtex-field-list.
1370         (bibtex-parse-entry): Fix docstring.
1371         (bibtex-print-help-message): Use bibtex-field-list.
1372         (bibtex-make-field): Use bibtex-field-list.
1373         (bibtex-entry-index): Bugfix.  Return crossref key if required.
1374         (bibtex-lessp): Fix docstring.
1376 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
1378         * select.el (xselect-convert-to-string): Move comment to intended line.
1380 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1382         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
1383         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
1385 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1387         * term/x-win.el (x-clipboard-yank): Don't exit on error from
1388         x-get-selection.
1390 2004-05-03  Jason Rumney  <jasonr@gnu.org>
1392         * makefile.nt: Remove.
1394 2004-05-03  Kim F. Storm  <storm@cua.dk>
1396         * emulation/cua-base.el (cua--update-indications): Fix last change.
1397         (cua-mode): Deactivate mark when cua-mode is enabled.
1399 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
1401         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
1403 2004-05-03  Nick Roberts  <nickrob@gnu.org>
1405         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
1406         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
1407         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
1408         window over visible frames.
1409         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
1411 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1413         * progmodes/compile.el (compilation-gcpro): New var.
1414         (compilation-fake-loc): Use it.
1415         (compilation-forget-errors): Reset it.
1417 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1419         * diff-mode.el (diff-header-face, diff-file-header-face):
1420         Use min-colors.
1422 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1424         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
1425         (bibtex-clean-entry): Disentangle code.
1426         (bibtex-realign): New function.
1427         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
1428         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
1429         Remove undocumented optional arg called-by-convert-alien.
1430         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
1431         for sorting instead of bibtex-sort-buffer.
1433 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
1435         * progmodes/compile.el (compilation-start): In the
1436         no-async-subprocesses branch, call sit-for to give redisplay a
1437         chance to show the updated process status in the mode line, and
1438         fontify the buffer explicitly after the process exits.
1440 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1442         * progmodes/python.el (python-compilation-line-number): Remove.
1443         (python-compilation-regexp-alist): Don't use it any more.
1444         (python-orig-start, python-input-filter): Remove.
1445         (inferior-python-mode): Don't set up comint-input-filter-functions.
1446         (python-send-region): Use compilation-fake-loc.
1448         * progmodes/compile.el (compilation-messages-start): New var.
1449         (compilation-mode): Don't setup next-error-function here.
1450         (compilation-setup): Set it up here instead (for minor modes as well).
1451         Make compilation-messages-start buffer local.
1452         (compilation-next-error-function): Use it.
1453         (compilation-forget-errors): Set compilation-messages-start.
1455 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1457         * ielm.el (ielm-prompt-read-only): Update docstring.
1459         * comint.el (comint-prompt-read-only): Update docstring.
1460         (comint-update-fence, comint-kill-whole-line)
1461         (comint-kill-region): New functions.
1463         * simple.el (kill-whole-line): Use "p" instead of "P" in
1464         interactive form.
1466 2004-05-01  Juanma Barranquero  <lektu@terra.es>
1468         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
1469         format arglist so default values in CL-style argument lists are
1470         correctly shown.
1472 2004-05-01  Jason Rumney  <jasonr@gnu.org>
1474         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
1476 2004-05-01  Kenichi Handa  <handa@m17n.org>
1478         * international/titdic-cnv.el (miscdic-convert): Don't generate a
1479         quail file if it is up to date.
1481 2004-04-30  Juri Linkov  <juri@jurta.org>
1483         * cus-edit.el (custom-mode-map):
1484         Add key binding `C-x C-s' to `Custom-save'.
1486         * outline.el (outline-blank-line): New var.
1487         (outline-next-preface, outline-show-heading)
1488         (outline-end-of-subtree): Use it.
1490         * dired-aux.el (dired-touch-initial): New fun.
1491         (dired-do-chxxx): Call it for op-symbol `touch'.
1492         (dired-diff): Use `dired-dwim-target-directory'
1493         if current dired buffer has no buffer mark.
1495         * bindings.el (propertized-buffer-identification):
1496         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
1497         Add C-M-arrow keys for consistency.
1499         * files.el (confirm-kill-emacs):
1500         Change group from top-level `emacs' to `convenience'.
1502         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1503         Push mark on the first call of successive command calls.
1504         (insert-pair): New fun created from `insert-parentheses' with
1505         `open' and `close' arguments added.  Enclose active regions
1506         in paired characters.  Compare adjacent characters syntax with
1507         inserted characters syntax before inserting a space.
1508         (insert-parentheses): Call `insert-pair' with ?\( ?\).
1510         * delsel.el: Don't put `delete-selection' property
1511         on `insert-parentheses' symbol to take advantage of
1512         region handling in `insert-pair' function.
1513         Suggested by Stephan Stahl <stahl@eos.franken.de>.
1515 2004-04-30  Kim F. Storm  <storm@cua.dk>
1517         * emulation/cua-base.el: Add support for changing cursor types;
1518         based on patch from Michael Mauger.
1519         (cua-normal-cursor-color, cua-read-only-cursor-color)
1520         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
1521         Customization cursor type and/or cursor color.
1522         (cua--update-indications): Handle cursor type changes.
1523         (cua-mode): Update cursor indications if enabled.
1525         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
1527         * mouse.el (mouse-drag-copy-region): New defcustom.
1528         (mouse-set-region, mouse-drag-region-1): Use it.
1530         * simple.el (kill-ring-save): If region face background color is
1531         unspecified (if no highlighting), show extent of fully visible
1532         region even if transient-mark-mode is enabled.
1534         * emulation/cua-base.el (cua--standard-movement-commands):
1535         Add cua-scroll-up and cua-scroll-down.
1536         (cua-scroll-up, cua-scroll-down): New commands.
1537         (cua--init-keymaps): Remap scroll-up and scroll-down.
1539         * emulation/cua-rect.el (cua--convert-rectangle-as):
1540         New defmacro.
1541         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
1542         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
1543         New commands (suggested by Jordan Breeding).
1545 2004-04-30  Juanma Barranquero  <lektu@terra.es>
1547         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
1549 2004-04-30  Mario Lang  <mlang@delysid.org>
1551         * diff.el (diff-switches): Fix typo in docstring.
1553 2004-04-30  Alex Schroeder  <alex@gnu.org>
1555         * xml.el (xml-debug-print-internal): Don't add newline and
1556         indentation to text nodes and write empty elements as empty tags
1557         instead of opening and closing tags.
1558         (xml-debug-print): Take optional indent-string argument.
1559         (xml-print): Alias for xml-debug-print.
1561 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1563         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
1564         than duplicate call to `line-beginning-position'.
1566         * progmodes/f90.el (f90-get-present-comment-type):
1567         Return whitespace, as well as comment chars, for consistent filling
1568         of comment blocks.  Use `match-string-no-properties'.
1569         (f90-break-line): Trim trailing whitespace when filling comments.
1571 2004-04-30  Dave Love  <fx@gnu.org>
1573         * calendar/diary-lib.el (diary-outlook-formats): New variable.
1574         (diary-from-outlook-internal, diary-from-outlook)
1575         (diary-from-outlook-gnus, diary-from-outlook-rmail):
1576         New functions to import diary entries from Outlook-format
1577         appointments in mail messages.
1579 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1581         * progmodes/python.el (python-send-command): New fun.
1582         (python-send-region, python-load-file): Use it.
1584         * progmodes/compile.el (compilation-last-buffer): Add var alias.
1586         * help-fns.el (help-C-file-name): Use new subr-name.
1587         Prepend `src/' to the file name.
1588         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
1589         (describe-function-1, describe-variable): Only find a C source file
1590         name if DOC is already loaded.
1592         * help-mode.el (help-function-def, help-variable-def):
1593         Use the new find-function-search-for-symbol functionality.
1594         Allow FILE to be `C-source'.
1596         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
1597         (find-function-C-source): New fun.
1598         (find-function-search-for-symbol): Use it.
1600 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
1602         * progmodes/sql.el (sql-product-alist): Rename variable
1603         `sql-product-support'.  Add Postgres login parameters.
1604         (sql-set-product, sql-product-feature): Update with renamed variable.
1605         (sql-connect-postgres): Add username prompt.
1606         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
1607         Make patterns less product specific.
1608         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
1609         (sql-mode-abbrev-table): Modify initialization.
1610         (sql-builtin-face): Add variable.
1611         (sql-keywords-re): Add macro.
1612         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
1613         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
1614         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
1615         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
1616         (sql-mode-linter-font-lock-keywords)
1617         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
1618         (sql-mode-sybase-font-lock-keywords)
1619         (sql-mode-informix-font-lock-keywords)
1620         (sql-mode-interbase-font-lock-keywords)
1621         (sql-mode-ingres-font-lock-keywords)
1622         (sql-mode-solid-font-lock-keywords)
1623         (sql-mode-sqlite-font-lock-keywords)
1624         (sql-mode-db2-font-lock-keywords): Default to nil.
1625         (sql-product-font-lock): Always highlight ANSI keywords.
1626         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
1627         (sql-send-string): Add function.
1629 2004-04-29  Dave Love  <fx@gnu.org>
1631         * progmodes/cfengine.el (cfengine-beginning-of-defun)
1632         (cfengine-end-of-defun): Ensure progress through buffer.
1634         * info-look.el (cfengine-mode): Accept a terminal ().
1636 2004-04-29  Juri Linkov  <juri@jurta.org>
1638         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
1639         instead of isearch-yank-word-or-char.  Add new key bindings for
1640         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
1641         (isearch-del-char): New fun.
1642         (isearch-forward, isearch-edit-string): Update docstring.
1643         (isearch-yank-char): Doc fix.
1644         (isearch-other-meta-char): Restore point after scrolling.
1646         * progmodes/compile.el (compilation-context-lines): Add nil option
1647         to disable compilation output window scrolling.
1648         (compilation-set-window): Use it.
1650         * outline.el (outline-next-preface, outline-show-heading):
1651         Don't leave unhidden blank line before heading.
1652         (outline-end-of-subtree): Include last newline into subtree.
1653         (hide-entry): Leave point at beginning of heading instead of end.
1654         (outline-up-heading): Push mark for the first call of successive
1655         command calls.
1657 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
1659         * comint.el (comint-prompt-read-only): New variable.
1660         (comint-output-filter): Implement it.
1662         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
1663         (ielm-prompt-internal): New variable.
1664         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
1665         (ielm-send-input): Delete unused variable `buf'.
1666         (ielm-eval-input): Use `ielm-prompt-internal'.
1667         (inferior-emacs-lisp-mode): Use new variables
1668         `comint-prompt-read-only' and `ielm-prompt-internal'.
1669         Get rid of obsolete variable `directory-sep-char'.
1670         (ielm): Use `zerop'.
1672 2004-04-29  John Paul Wallington  <jpw@gnu.org>
1674         * thumbs.el (toplevel): Require cl at compile time.
1675         Remove conditional definitions of `ignore-errors' and `caddar'
1676         because they occur at run time.
1678 2004-04-28  Nick Roberts  <nickrob@gnu.org>
1680         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
1681         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
1682         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1683         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
1685         * progmodes/gud.el (gud-common-init): Throw an error if program is
1686         already running under gdb.
1688 2004-04-28  John Paul Wallington  <jpw@gnu.org>
1690         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
1691         (thumbs-show-image-num): Move assignment of
1692         `thumbs-current-image-filename' within scope of `i'.
1693         (thumbs-emboss-image): Don't use `evenp'.
1695 2004-04-28  Richard M. Stallman  <rms@gnu.org>
1697         * progmodes/compile.el (compilation-context-lines): Default now 0.
1699 2004-04-28  Juanma Barranquero  <lektu@terra.es>
1701         Use `time-less-p' from calendar/time-date.el instead of defining
1702         custom versions of it.
1704         * pcomplete.el (pcomplete-time-less-p): Remove.
1706         * thumbs.el (time-less-p): Remove.
1708         * calendar/timeclock.el (timeclock-time-less-p): Remove.
1709         (timeclock-generate-report): Use `time-less-p'.
1711         * emacs-lisp/autoload.el (autoload-before-p): Remove.
1712         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
1714 2004-04-28  Masatake YAMATO  <jet@gyve.org>
1716         * subr.el (remove-overlays): Make arguments optional.
1718         * wid-edit.el (widget-specify-button): Put evaporate to the
1719         overlay for sample.
1720         (widget-specify-sample): Put evaporate to the overlay for sample.
1721         (widget-specify-doc): Put evaporate to the overlay for documentation.
1723 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
1725         * info.el (info-apropos): Make it an index node.  Align node names
1726         like makeinfo.
1728 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
1730         * net/browse-url.el (browse-url-netscape-sentinel)
1731         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
1732         (browse-url-epiphany-sentinel, browse-url-mosaic):
1733         Use browse-url-*-program instead of a literal program name.
1735 2004-04-27  Kevin Ryde  <user42@zip.com.au>
1737         * eshell/em-alias.el:
1738         * eshell/em-dirs.el:
1739         * eshell/em-hist.el:
1740         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
1741         features when M-x customize-group loads modules before the main
1742         eshell.el.
1744 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
1746         * subr.el (momentary-string-display): Support EXIT-CHAR that is
1747         either a character representation of an event or an event
1748         description list.
1750         * type-break.el: Capitalise Emacs and Lisp.
1751         (type-break-good-break-interval, type-break-demo-boring-stats)
1752         (type-break-terse-messages, type-break-file-name): New defcustoms.
1753         (type-break-post-command-hook)
1754         (type-break-warning-countdown-string): Quote variable names in doc.
1755         (type-break-interval-start, type-break-auto-save-file-name): New vars.
1756         (type-break-mode): Document type-break-good-break-interval and the
1757         "session" file.  Schedule break according to the session file.
1758         Kill session file buffer on exit.  Organise for save-some-buffers
1759         to always save the session file.
1760         (type-break-mode-line-message-mode, type-break-query-mode):
1761         Uppercase arguments.
1762         (type-break-file-time, type-break-file-keystroke-count, timep)
1763         (type-break-choose-file, type-break-get-previous-time)
1764         (type-break-get-previous-count): New defuns.
1765         (type-break): Avoid break querying after a completed break in the
1766         case where the query was initiated during user invocation of the
1767         break.  Optional terse messages.
1768         Use type-break-good-break-interval if type-break-good-rest-interval is
1769         nil.  File the break time.
1770         (type-break-schedule): New optional args for overriding the use of
1771         the current time.
1772         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
1773         after a break.
1774         (type-break-check): File the keystroke count.
1775         (type-break-do-query): Prevent a second query when the break is
1776         interrupted.  Optional terse message.
1777         (type-break-keystroke-reset): Record the start of a typing interval.
1778         (type-break-demo-boring): Optional terse messages.  Display word
1779         per minute and keystroke counts according to
1780         type-break-demo-boring-stats.
1782 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
1784         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
1785         directories, make sure they exist under archive-tmpdir.
1787 2004-04-27  Juri Linkov  <juri@jurta.org>
1789         * help.el (view-emacs-news): With argument, display info for the
1790         selected version by finding it among different NEWS files, and
1791         narrowing the buffer to the selected version.
1793         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
1794         same-window-buffer-names.
1795         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
1796         non-numeric prefix argument, append the number to the buffer name
1797         for numeric prefix argument.
1798         (info-other-window): Bind same-window-regexps to nil.
1799         (Info-reference-name): Rename to Info-point-loc.
1800         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
1801         and Info-find-index-name for stringy Info-point-loc.
1802         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
1803         without middle `.', but with final `.' and optional line number
1804         for it.  Set Info-point-loc for index nodes.
1805         (Info-index): Remove middle `.' from index entry regexp.
1806         Modify line number regexp.
1807         (Info-index-next): Decrement line number.
1808         (info-apropos): Remove middle `.' from index entry regexp.
1809         Add optional line number regexp at the end.  Add matched value
1810         for line number to the result list and insert it to the buffer.
1811         Replace match-string by match-string-no-properties.
1812         Reorder result list.
1813         (Info-fontify-node): Hide index line numbers.
1814         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
1815         empty matches.
1816         (Info-follow-reference): Use `str' instead of
1817         Info-following-node-name-re.
1818         (Info-toc): Use full file names.  Set Info-current-node to "Top".
1819         (Info-fontify-node): Compare file names without directory name.
1820         (Info-try-follow-nearest-node): Don't set Info-reference-name.
1821         Set second arg of Info-extract-menu-node-name for index nodes.
1822         (info-xref-visited): Use magenta3 instead of magenta4.
1823         (Info-mode): Add info-apropos to docstring.
1825         * log-view.el (log-view-diff): Replace interactive code "r"
1826         by a list to allow to call it even if region is not active.
1828         * paren.el (show-paren-highlight-openparen): New var.
1829         (show-paren-function): Turn on openparen highlighting when
1830         matching forward if show-paren-highlight-openparen is non-nil.
1832         * simple.el (kill-ring-save): Use blink-matching-delay instead of
1833         the constant value 1.
1834         (completions-common-part): Expand docstring.
1836         * textmodes/picture.el (picture-mode-map): Add arrow keys.
1838 2004-04-27  Kim F. Storm  <storm@cua.dk>
1840         * image.el (insert-sliced-image): Use line-height instead of
1841         line-spacing property on newline.
1843 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
1845         * desktop.el (desktop-buffer-misc-data-function): Rename to
1846         desktop-save-buffer and change docstring.
1847         (desktop-buffer-modes-to-save): Delete.
1848         (desktop-save-buffer-p): Use desktop-save-buffer instead of
1849         desktop-buffer-modes-to-save.
1850         (desktop-save): Rename desktop-buffer-misc-data-function to
1851         desktop-save-buffer and allow non-function value.
1852         (desktop-missing-file-warning): Correct docstring.
1854         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
1855         to desktop-save-buffer.
1857         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
1858         desktop-save-buffer.
1860         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
1862         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
1864 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
1866         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1868 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
1870         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
1871         (ielm): Only go to the end of the buffer when starting a new process.
1873 2004-04-25  Juanma Barranquero  <lektu@terra.es>
1875         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
1876         mode line.  Bind `inhibit-read-only' to t before modifying
1877         properties of text in the buffer.
1878         (ielm): Force point to the end of buffer, even when running ielm
1879         from inside itself.
1881 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
1883         * info.el (info-apropos): Reset Info-complete-cache.
1885 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
1887         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1888         Also recognize severe Irix et al. messages.
1889         (compilation-normalize-filename, compile-abbreviate-directory):
1890         Delete functions.
1891         (compilation-get-file-structure): New function inherits
1892         functionality of the two preceding ones.
1893         (compilation-internal-error-properties, compilation-fake-loc):
1894         Use it so that different paths to the same file share the same
1895         markers.  Also optimize finding adjacent marker slightly.
1897 2004-04-25  Kim F. Storm  <storm@cua.dk>
1899         * image.el (insert-sliced-image): Add line-spacing t property
1900         to newlines separating image lines.
1902 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
1904         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
1906         * ielm.el (ielm-prompt-read-only): New user option.
1907         (ielm-prompt): Expand docstring to describe new behavior.
1908         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
1909         mention it in the docstring.
1911 2004-04-24  Andreas Schwab  <schwab@suse.de>
1913         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
1915         * diff.el (diff): Set default-directory in diff buffer.
1917 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
1919         * mail/sendmail.el (mail-bury): Don't delete the frame where the
1920         mail was being composed if the terminal cannot display more than
1921         one frame; instead, switch to previous frame.
1923         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
1924         (rmail-start-mail): Support rmail-mail-new-frame even on
1925         terminals that can display only one frame at a time.
1927 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1929         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
1930         (checkdoc-output-font-lock-keywords): Remove error regexp.
1931         (checkdoc-output-mode-map): Remove.
1932         (checkdoc-output-mode): Derive from compilation-mode.
1933         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
1935         * dired.el (dired-mode-map): Add a menu entry for wdired.
1937         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
1938         (rx-bracket, rx-check-any, rx-any): Clean up name space.
1940         * wdired.el: (wdired-mode-map): Move init into declaration.
1941         Fix `return' binding.
1942         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1943         Use force-mode-line-update.
1944         (wdired-get-filename): Use `unless'.
1945         (wdired-preprocess-files): Don't assume names have no \n and use / for
1946         dir separator.
1947         (wdired-normalize-filename): Use replace-regexp-in-string.
1948         (wdired-load-hooks): Remove.
1949         (wdired-mode-hooks): Rename to wdired-mode-hook.
1951         * info-look.el: Add support for cfengine-mode.
1952         (info-lookup-setup-mode): Use dolist.
1954 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
1956         * wdired.el: New file.
1958 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1960         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
1962         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
1963         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
1964         (pcomplete--help, pcomplete--here): Doc fixes.
1966 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
1968         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
1969         handles wrong-number-of-arguments in backend call.
1971         * vc.el (vc-print-log): Likewise.
1973 2004-04-20  Dave Love  <fx@gnu.org>
1975         * emacs-lisp/rx.el: Doc fixes.
1976         (rx-constituents): Add/extend many forms.
1977         (rx-check): Check form is a list.
1978         (bracket): Defvar.
1979         (rx-check-any, rx-any, rx-check-not): Modify.
1980         (rx-not): Simplify.
1981         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
1982         (rx-kleene): Use rx-trans-forms.
1983         (rx-quote-for-set): Delete.
1984         (rx): Allow multiple args.
1986 2004-04-23  Kenichi Handa  <handa@m17n.org>
1988         * international/mule-util.el (char-displayable-p): Simplify by
1989         using internal-char-font.
1991 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1993         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1995 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1997         * diff-mode.el (diff-next-error): New fun.
1998         (diff-mode): Use it.
2000         * simple.el (next-error): Change arg name.
2001         Add support for the documented C-u C-x ` usage.
2003         * frame.el (special-display-popup-frame, next-multiframe-window)
2004         (previous-multiframe-window): Only consider frames on same display.
2006 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
2008         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2009         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2011 2004-04-22  Kim F. Storm  <storm@cua.dk>
2013         * net/telnet.el (telnet): Add optional port arg.
2015 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2017         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2018         Minor sanity check on the `hyperlink' slot.
2020         * Makefile.in (recompile): Compile new files.
2022         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2023         Add byte-recompile-directory's optional `arg'.
2025         * cvs-status.el (cvs-tree-use-charset): New var.
2026         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2027         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2028         (cvs-status-cvstrees): Use it.
2030         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2031         Make it a normal major mode.
2032         (checkdoc-buffer-label): Make sure the file name is meaningful.
2033         (checkdoc-output-to-error-buffer): Remove.
2034         (checkdoc-error, checkdoc-start-section): Rewrite.
2036         * info.el (info-node, info-menu-5, info-xref, info-header-node)
2037         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2038         (Info-title-4-face): Use new syntax.
2039         (info-xref-visited): Inherit from info-xref.
2041         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2043 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2045         * simple.el (next-error-last-buffer, next-error-function):
2046         New variables for the next-error framework.
2047         (next-error-buffer-p): New function.
2048         (next-error-find-buffer): Generalize compilation-find-buffer.
2049         (next-error, previous-error, first-error, next-error-no-select)
2050         (previous-error-no-select): Move from compile.el.
2052         * replace.el (occur-next-error, occur-1): Hook into the next-error
2053         framework.
2055         * progmodes/compile.el (compilation-start):
2056         Set next-error-last-buffer so next-error knows where to jump.
2057         (compilation-setup): Set the buffer-local variable
2058         next-error-function to 'compilation-next-error-function.
2059         (compilation-buffer-p, compilation-buffer-internal-p): Use an
2060         alternate way to find if a buffer is a compilation buffer, for
2061         next-error convenience.
2062         (next-error-no-select, previous-error-no-select, next-error)
2063         (previous-error, first-error): Move to simple.el.
2064         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2065         (compilation-last-buffer): Remove.
2066         (compilation-start, compilation-next-error, compilation-setup)
2067         (compilation-next-error-function, compilation-find-buffer):
2068         Remove compilation-last-buffer use.
2070 2004-04-21  Juanma Barranquero  <lektu@terra.es>
2072         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2073         (font-lock-warning-face): Fix spacing.
2075         * makefile.w32-in (WINS): Add url/ directory.
2077 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
2079         * desktop.el (desktop-buffer-mode-handlers): New variable.
2080         Alist of major mode specific functions to restore a desktop buffer.
2081         (desktop-buffer-handlers): Make variable obsolete.
2082         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2083         Catch errors signaled in handlers.  Update buffer count.
2084         Evaluate desktop-buffer-point.
2085         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2086         move to dired.el.
2087         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2088         move to info.el.
2089         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
2090         move to mail/rmail.el.
2091         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
2092         to mh-e/mh-e.el.
2093         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
2094         On fail, print message (to message buffer) even if
2095         desktop-missing-file-warning is nil.
2096         (desktop-buffer-misc-data-function): New buffer local variable.
2097         Function returning major mode specific data.
2098         (desktop-buffer-misc-functions): Make variable obsolete.
2099         (desktop-save): Use desktop-buffer-misc-data-function.
2100         (desktop-buffer-dired-misc-data): Rename to
2101         dired-desktop-buffer-misc-data and move to dired.el.
2102         (desktop-buffer-info-misc-data): Rename to
2103         Info-desktop-buffer-misc-data and move to info.el.
2104         (desktop-read): Add message about number of buffers restored/failed.
2105         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2106         Add parameters.  Pause to display error only when
2107         desktop-missing-file-warning is non-nil.
2108         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2109         (dired-mode): Bind desktop-buffer-misc-data-function.
2110         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
2111         Add Parameters.
2112         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2113         (Info-mode): Bind desktop-buffer-misc-data-function.
2114         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
2115         Add Parameters.
2116         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
2117         Add Parameters.
2119 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
2121         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
2122         the case of letters in case-insensitive expansions when the
2123         abbrev is preceded by characters with letter syntax.
2125 2004-04-21  Richard M. Stallman  <rms@gnu.org>
2127         * progmodes/cperl-mode.el (cperl-putback-char):
2128         Delete Emacs 18 definition.
2130         * international/mule.el (ctext-post-read-conversion):
2131         Use assoc-string, not assoc-ignore-case.
2133         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
2135         * emacs-lisp/easymenu.el (easy-menu-add):
2136         Do call x-popup-menu, but only if it's defined.
2138         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
2140         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
2141         Handle multiple args: compile like progn.
2143         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
2144         take all args as &rest arg.
2146         * autoinsert.el (auto-insert-alist): Insert the user's name in
2147         copyright notice, rather than Free Software Foundation.
2149 2004-04-21  Kenichi Handa  <handa@m17n.org>
2151         * descr-text.el (describe-char): Make it work on *Help* buffer.
2153 2004-04-21  Kim F. Storm  <storm@cua.dk>
2155         * image.el (insert-image): Add optional SLICE arg.
2156         (insert-sliced-image): New defun.
2158 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2160         * subr.el (read-number): Check whether `default' is nil.
2162 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2164         * progmodes/compile.el (compilation-error-properties):
2165         Split into two.
2166         (compilation-internal-error-properties): New one.
2167         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
2169 2004-04-20  Richard M. Stallman  <rms@gnu.org>
2171         * window.el (split-window-save-restore-data):
2172         Don't update the data if OLD-INFO is nil.
2174         * view.el (view-return-to-alist): Mark it permanent local.
2176         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
2178         * recentf.el (recentf-save-list): Catch and warn about errors.
2180         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
2181         so "Buffers" won't be pure.
2183         * help-mode.el (help-mode-finish): Set help-return-alist first
2184         thing, setting only the entry for the selected window.
2186         * help-fns.el (describe-function-1): If many non-control non-meta
2187         keys run the command, don't list all of them.
2189 2004-04-20  Juanma Barranquero  <lektu@terra.es>
2191         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
2192         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
2194         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
2196 2004-04-20  Kenichi Handa  <handa@m17n.org>
2198         * international/quail.el (quail-lookup-key): New optional arg
2199         NOT-RESET-INDICES.
2200         (quail-get-translations): Call quail-lookup-key with
2201         NOT-RESET-INDICES t.
2202         (quail-completion): Likewise.
2203         (quail-lookup-map-and-concat): Likewise.
2205 2004-04-20  Kenichi Handa  <handa@m17n.org>
2207         * international/quail.el (quail-update-translation): Don't insert
2208         such an unsupported multibyte char in a unibyte buffer.
2210 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
2212         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
2213         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
2214         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
2215         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
2216         (gdb-frame-assembler-buffer): Improve behaviour with
2217         multiple frames.
2218         (gdb-display-buffer): Extend search to all visible frames.
2220 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
2222         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
2223         characters left after base64 decoding.
2224         (rmail-decode-region): Use -dos variety of `coding', to remove any
2225         ^M characters left after qp or base64 decoding.
2227 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2229         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
2230         messages.
2232 2004-04-19  Stephen Eglen  <stephen@gnu.org>
2234         * add-log.el (add-change-log-entry): Update doc string to mention
2235         add-log-full-name and add-log-mailing-address.
2237 2004-04-18  Juri Linkov  <juri@jurta.org>
2239         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
2240         (Info-find-node-2): Simplify error message.
2241         (Info-insert-dir): Use Info-following-node-name.
2242         (Info-goto-node): Remove *info-history* and *info-toc*.
2243         (Info-history): Create a node of the virtual history file.
2244         (Info-toc): Create a node of the virtual toc file.
2245         (Info-insert-toc): New arg `curr-file' for reference file names.
2246         (info-apropos): Remove redundant var binding for temp-file.
2247         (Info-index, Info-index-next, Info-mode): Doc fix.
2248         (Info-goto-emacs-command-node): Don't jump to *info* from
2249         non-*info* Info buffers.
2250         (Info-fontify-node): Don't show the file name of external
2251         references if `Info-hide-note-references' is `hide'.  Don't hide
2252         newlines at the end of paragraphs.
2254         * international/mule-diag.el (list-input-methods):
2255         Fix args to help-xref-button.
2257         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
2258         to put into effect local variables from TUTORIAL files.
2260         * textmodes/paragraphs.el (sentence-end) <function>: New fun
2261         with default value taken from the variable `sentence-end'.
2262         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
2263         Add nil const to :type.
2264         (sentence-end-without-period, sentence-end-double-space)
2265         (sentence-end-without-space): Doc fix.
2267         * textmodes/paragraphs.el (forward-sentence):
2268         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
2269         (fill-delete-newlines):
2270         * progmodes/cc-cmds.el (c-beginning-of-statement):
2271         Use function `sentence-end' instead of variable `sentence-end'.
2273 2004-04-18  Andreas Schwab  <schwab@suse.de>
2275         * progmodes/compile.el (compilation-start): Set window start to
2276         point-min if compilation-scroll-output is nil.
2278 2004-04-18  John Wiegley  <johnw@newartisans.com>
2280         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
2282 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
2284         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
2285         (gdb-info-breakpoints-custom): Revert previous change.
2286         (gdb-view-assembler): Update assembler if necessary.
2287         (gdb-frame-handler): Parse correctly for gdb-current-frame.
2288         (gdb-display-source-buffer): Update properly when both source and
2289         assembler are visible.
2291 2004-04-17  John Wiegley  <johnw@newartisans.com>
2293         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
2294         which limits the number of names shown in the minibuffer.  Off by
2295         default.
2296         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
2297         up iswitchb for users with a multitude of open buffers by showing
2298         only the first and last N/2 buffers in the completion list (which
2299         is enough to aid C-s/C-r, and to know that more characters are
2300         needed to refine the completion list).
2302 2004-04-17  Richard M. Stallman  <rms@gnu.org>
2304         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
2305         (file-truename): Expand all ~ constructs directly.
2306         (insert-directory): Delete any error msg output by the
2307         `insert-directory-program'.
2309         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
2310         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
2311         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
2312         (allout-init): Use find-file-hook, not find-file-hooks.
2313         (allout-mode): Eliminate Emacs 18 support.
2314         Use write-contents-functions, not local-write-file-hooks.
2316 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
2318         * progmodes/compile.el (compilation-error-properties): Fix for
2319         adding messages when there are already markers for their file.
2320         (compilation-fake-loc): New function.
2322 2004-04-16  Dave Love  <fx@gnu.org>
2324         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
2325         (python-load-file): Fix python-orig-start setting.
2327         * progmodes/compile.el: Doc fixes.
2328         (compilation-error-regexp-alist-alist)
2329         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
2330         (compilation-assq): Wrap in eval-when-compile.
2331         (compilation-mode-font-lock-keywords): Don't use list*.
2332         (compilation-start): Avoid warning.
2333         (compilation-compat-error-properties)
2334         (compilation-directory-properties): Add keymap property.
2335         (compilation-parsing-end): Make it a marker for better compatibility.
2337         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
2339 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
2341         * xml.el: Doc fixes.
2342         (xml-get-children): Only looks at sub-tags and ignore strings.
2344         * xml.el (xml-parse-tag): Avoid overwriting node-name.
2346 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2348         * url/url-util.el (url-debug): Use with-current-buffer.
2350         * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
2351         (url-nfs-create-wrapper): Use new backquote syntax.
2353         * url/url-https.el (url-https-file-attributes): Add id-format param.
2355         * url/url-http.el (url-http-head-file-attributes)
2356         (url-http-file-attributes): Add id-format parameter.
2358         * url/url-handlers.el: Use new find-file-hook.
2359         (url-file-attributes): Add id-format parameter.
2361         * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
2362         (url-file-file-attributes): Add id-format parameter.
2364         * url/url-dav.el: Use with-current-buffer.
2365         (url-dav-process-response): Fix regexps and spurious quote.
2366         (url-dav-file-attributes): Add id-format param.
2368         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
2370 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
2372         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
2374         * vc.el (vc-print-log): Likewise.
2376 2004-04-16  Masatake YAMATO  <jet@gyve.org>
2378         * simple.el (completion-setup-function): Set an initial value
2379         to `element-common-end' before entering loop.  Set a value
2380         to `element-common-end' at the end of loop.
2381         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
2382         (completions-common-part): Rename from completion-de-emphasis.
2383         (completions-first-difference): Rename from completion-emphasis.
2384         Suggested by RMS.
2386 2004-04-16  Juanma Barranquero  <lektu@terra.es>
2388         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
2389         (bookmark-edit-annotation-mode): Add mode name.
2391 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2393         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
2394         for nested conflict markers.
2395         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
2397 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
2399         * progmodes/gdb-ui.el (gdb-goto-info): New function.
2401         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
2403 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2405         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
2406         Give a backtrace if requested.
2408         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
2410         * progmodes/python.el (python-mouse-2-command, python-RET-command):
2411         Remove unused functions.
2412         (python-orig-start-line, python-orig-file): Remove.
2413         (python-orig-start): New var.
2414         (python-input-filter, python-compilation-line-number)
2415         (python-send-region, python-load-file): Use it.
2417         * info.el (info): Always jump to *info*.
2419         * subr.el (posn-set-point): New function.
2421         * mouse.el (mouse-set-point): Use it.
2423         * progmodes/compile.el (compile-goto-error): Use it.
2424         (compilation-button-map): New keymap.
2425         (compilation-error-properties): Use it.
2426         (compilation-shell-minor-mode-map): Don't bind mouse-2.
2428         * smerge-mode.el (smerge-popup-context-menu): Use it.
2430         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
2431         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
2432         mouse and non-mouse case.
2434         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
2435         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
2437         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
2438         Make it work for non-mouse events.
2440         * pcvs-info.el (cvs-status-map): Update binding name.
2442 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
2444         * xml.el (xml-maybe-do-ns): New function to handle namespace
2445         parsing of both attribute and element names.
2446         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
2447         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
2448         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
2449         (xml-parse-attlist): Make it do its own namespace parsing.
2451 2004-04-14  Dave Love  <fx@gnu.org>
2453         * progmodes/python.el (run-python): Fix use of \n.
2454         (python-load-file): Remove `try' from Python fragment.
2455         (python-describe-symbol): Fix message.
2457         * comint.el: Doc fixes.
2458         (comint-last-input-start, comint-last-input-end)
2459         (comint-last-output-start): Give them values.
2460         (comint-arguments): Avoid warning.
2461         (comint-skip-prompt): Use line-end-position.
2462         (comint-backward-matching-input): Rename arg to agree with doc.
2463         (comint-extract-string): Use syntax-ppss.
2464         (comint-dynamic-simple-complete): Delete useless list construction.
2465         (comint-redirect-subvert-readonly): New.
2466         (comint-redirect-preoutput-filter): Use it.
2468         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
2469         Correctly handle negative arguments when calling hook functions.
2471 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
2473         * info.el (info-apropos): Don't clobber Info-history-list.
2475 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
2477         * progmodes/compile.el (compilation-setup):
2478         Localize overlay-arrow-position.
2479         (compilation-sentinel): Restructure code equivalently.
2480         (compilation-next-error): Find message on same line after point if
2481         not found before point.
2482         (compile-mouse-goto-error): Restore function so that compilation
2483         buffer need not be current and use compile-goto-error.
2484         (compile-goto-error): Restore function.
2485         (next-error): Set overlay-arrow-position.
2486         (compilation-forget-errors): Don't localize already local
2487         compilation-locs and remove FIXME about refontifying.
2489 2004-04-14  Kim F. Storm  <storm@cua.dk>
2491         * startup.el (emacs-quick-startup): New defvar (set by -Q).
2492         (command-line): New option -Q.  Like -q --no-site-file, but
2493         in addition it also disables menu-bar, tool-bar, scroll-bars,
2494         tool-tips, and the blinking cursor.
2495         (command-line-1): Skip startup screen if -Q.
2496         (fancy-splash-head): Use ":align-to center" prop to center splash image.
2498         * emulation/cua-base.el (cua-read-only-cursor-color)
2499         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
2501 2004-04-13  Dave Love  <fx@gnu.org>
2503         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
2504         (syntax): Don't require.
2505         (python) <defgroup>: Add :version.
2506         (python-quote-syntax): Re-written.
2507         (inferior-python-mode): Move stuff here from run-python and add
2508         some more.
2509         (python-preoutput-continuation, python-preoutput-result)
2510         (python-dotty-syntax-table): New.
2511         (python-describe-symbol): Use them.
2512         (run-python): Move stuff to inferior-python-mode.  Modify code
2513         loaded into Python.
2514         (python-send-region): Use python-proc, python-send-string.
2515         (python-send-string): Send newlines too.  Callers changed.
2516         (python-load-file): Re-written.
2517         (python-eldoc-function): New.
2518         (info-look): Don't require.
2519         (python-after-info-look): New.  A modified version of former
2520         top-level code for use with eval-after-load.
2521         (python-maybe-jython, python-guess-indent): Use widened buffer.
2522         (python-fill-paragraph): Re-written.
2523         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
2524         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
2526 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2528         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
2529         Set compilation-error-regexp-alist earlier.
2531         * progmodes/compile.el (compilation-minor-mode-map)
2532         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
2533         (compile-goto-error): Re-merge the mouse and non-mouse commands.
2535 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2537         * progmodes/compile.el (compile-goto-error): Select the buffer/window
2538         corresponding to the event.
2540         * url/url.el (url-retrieve): Use with-current-buffer.
2542         * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
2543         Remove unused var `version'.
2545         * url/url-handlers.el (url-handler-mode): New minor mode.
2546         (url-setup-file-name-handlers): Remove.
2548 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
2550         * loadup.el: Add cygwin to system-type list, for unexec() support.
2552 2004-04-12  John Paul Wallington  <jpw@gnu.org>
2554         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
2555         (ibuffer-restore-window-config-on-quit): New variable to replace
2556         `ibuffer-delete-window-on-quit'.  Update all references.
2557         (ibuffer-prev-window-config): New variable.
2558         (ibuffer-quit): Restore previous window configuration instead of
2559         deleting window.
2560         (ibuffer): Save window configuration before showing Ibuffer buffer.
2562         * help.el (describe-mode): Doc fix.
2564         * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
2565         to obsolete `assoc-ignore-case' with calls to `assoc-string'.
2567 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2569         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
2570         not to treat nil as a function.
2572         * vc-arch.el (vc-arch-root): Be a bit more careful.
2573         (vc-arch-register): Save the buffer if we modified it.
2574         (vc-arch-delete-rej-if-obsolete): Save excursion.
2575         (vc-arch-find-file-hook): Use the simpler after-save-hook.
2576         (vc-arch-responsible-p, vc-arch-init-version): New functions.
2578         * net/ldap.el (ldap-search): Use list*.
2580 2004-04-12  Juri Linkov  <juri@jurta.org>
2582         * info.el (Info-follow-reference): Allow multiline reference name.
2584 2004-04-11  Dave Love  <fx@gnu.org>
2586         * url/url-mailto.el (url-mailto):
2587         * url/url-history.el (url-history-setup-save-timer):
2588         * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
2590         * url/url-file.el (url-file-build-filename): Don't use
2591         directory-sep-char.
2593         * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
2595         * url/url-about.el (url-scheme-registry): Defvar.
2596         (url-about): Use text/plain.
2598         * url/url-vars.el (cl): Don't require.
2599         (url): Add :version.
2600         (url-bug-address): Use bug-gnu-emacs.
2602         * url/url-util.el (url-hexify-string): Don't give multibyte error
2603         for char <16.
2604         (mail-header-extract): Autoload.
2606         * url/url-parse.el: Doc fixes.
2608         * url/url-ldap.el (ldap): Require.
2609         (url-ldap): Fix `format' call.
2610         (url-ldap-certificate-formatter): Avoid warning.
2612         * url/url-https.el (url-https-create-secure-wrapper): Use modern
2613         backquotes.
2615         * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
2616         (url-intersection): New.
2617         (url-dav-supported-p): Use it.
2618         (url-dav-save-resource): Declare url-http-response-status special.
2620         * url/url-cache.el (url-util): Require.
2622         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
2624         * progmodes/python.el: New file.
2626 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
2628         * vc-hooks.el (vc-arg-list): Function removed.
2629         (vc-default-workfile-unchanged-p): Use condition-case to check for
2630         backward compatibility.
2632         * vc.el (vc-print-log): Use condition-case to check for backward
2633         compatibility.
2635 2004-04-11  Juri Linkov  <juri@jurta.org>
2637         * dired.el (dired-faces): New defgroup.
2638         (dired-header, dired-mark, dired-marked, dired-flagged)
2639         (dired-warning, dired-directory, dired-symlink, dired-ignored):
2640         New faces.
2641         (dired-header-face, dired-mark-face, dired-marked-face)
2642         (dired-flagged-face, dired-warning-face, dired-directory-face)
2643         (dired-symlink-face, dired-ignored-face): New face variables.
2644         (dired-font-lock-keywords): Use them instead of font-lock faces.
2645         Split the rule for dired marks into 3 separate rules: for marks,
2646         marked file names and flagged file names.
2648         * help-mode.el (help-make-xrefs): Add a final newline to the
2649         *Help* buffer.
2651 2004-04-11  John Paul Wallington  <jpw@gnu.org>
2653         * replace.el (occur-engine): Distinguish between one and several
2654         matches in the matches per buffer heading.
2656 2004-04-11  Kim F. Storm  <storm@cua.dk>
2658         * ido.el (ido-confirm-unique-completion): New defcustom.
2659         (ido-complete): Use it.
2660         (ido-write-file): Set it to t unconditionally.
2662 2004-04-10  Miles Bader  <miles@gnu.org>
2664         RCS keyword removal (only non-comment changes are enumerated here):
2666         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
2667         (byte-compile-insert-header): Don't use `byte-compile-version'.
2668         * url/url-vars.el (url-version): Use the constant string "Emacs"
2669         instead of calculating something from the RCS `State' keyword
2670         [the latter is almost entirely useless anyway].
2671         * forms.el (forms-version): Variable removed.
2672         (forms-mode): Don't use `forms-version'.
2673         * recentf.el (recentf-version): Variable removed.
2674         * progmodes/delphi.el (delphi-version): Variable removed.
2675         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2677 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2679         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
2681 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
2683         * info.el (info-apropos): Improve menu item regexp.
2685 2004-04-09  Simon Josefsson  <jas@extundo.com>
2687         * mail/smtpmail.el: Add comment, based on report by
2688         kdc@rcn.com (Kevin D. Clark).
2690 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2692         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2693         Redo one more thing that I didn't notice Daniel had undone.
2695 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
2697         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
2698         (gdb-goto-breakpoint, gdb-display-buffer)
2699         (gdb-display-source-buffer, gdb-view-source-function)
2700         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
2701         (gdb-source-info, gdb-frame-handler): Don't specify a window
2702         for display.
2703         (gdb-info-breakpoints-custom): Remove superfluous update of
2704         assembler buffer.
2705         (gdb-many-windows): Make settable outside gdb.
2707 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
2709         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
2710         Derive from fundamental-mode rather than text-mode.
2712 2004-04-08  Juri Linkov  <juri@jurta.org>
2714         * info.el (Info-history): Doc fix.
2715         (Info-history-list): New var.
2716         (info-xref): Change magenta4 to blue, remove bold for dark and
2717         light backgrounds, change bold to underline for non-color classes.
2718         (info-xref-visited): New face.
2719         (Info-fontify-visited-nodes): New custom.
2720         (Info-hide-note-references): Add new value `hide'.  Doc fix.
2721         (Info-reference-name): New var.
2722         (Info-selection-hook): New custom.
2723         (Info-edit-mode-hook): New var.
2724         (Info-find-file): New fun.
2725         (Info-find-node): Move part of code to Info-find-file.
2726         (Info-find-node-2): Add anchors to Info-history-list.  Move point
2727         to the place with the reference name if name is defined.
2728         (Info-select-node): Add current node to Info-history-list.
2729         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
2730         (Info-search-whitespace-regexp): New custom.
2731         (Info-search-case-fold): New var.
2732         (Info-search): Add "case-sensitively" to the prompt.
2733         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
2734         (Info-search-case-sensitively, Info-search-next): New fun.
2735         (Info-up): Move point to the menu item of the current node.
2736         (Info-history): New fun.  Add *info-history* to
2737         same-window-buffer-names.
2738         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
2739         (Info-insert-toc): New fun.
2740         (Info-build-toc): New fun.
2741         (Info-follow-reference): Add new arg `fork'.  Doc fix.
2742         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
2743         with the same name prefer the reference closest to point.
2744         (Info-next-reference): Replace * by + in the *Note regexp.
2745         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2746         (Info-prev-reference): Replace * by + in the *Note regexp.
2747         Add regexp for http:// and ftp://.  Skip the *Note prefix.
2748         (Info-follow-nearest-node): Add new arg `fork'.
2749         (Info-try-follow-nearest-node): Add new arg `fork'.
2750         Call browse-url for http:// and ftp:// references.
2751         Set Info-reference-name for index entries.
2752         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
2753         Info-search-next, Info-history, Info-toc, clone-buffer.
2754         (Info-menu-update): Replace * by + in the *Note regexp.
2755         (Info-mode): Add documentation for Info-history, Info-toc,
2756         Info-search-case-sensitively, Info-search-next, clone-buffer.
2757         (Info-fontify-menu-headers): Remove fun.  Move code to
2758         Info-fontify-node.
2759         (Info-fontify-node): Add docstring.  Add local vars
2760         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
2761         then fontify header line, titles, menu headers, http and ftp
2762         references, refill paragraphs.  If not-fontified-p is t or
2763         fontify-visited-p is t then fontify cross references, menu items.
2764         Fontify menu headers.  Fontify http and ftp references.
2765         Change regexp for cross references to require whitespace after *Note,
2766         add matching groups for file and node names.  Remove hack for quote.
2767         Use display property for Info-hide-note-references=t.  Use fifth
2768         or fourth match for help-echo.  Display visited nodes in a
2769         different face.  Unhide file names of external references.
2770         Unhide newlines.  Display visited menu items in a different face.
2772 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * progmodes/compile.el: Require CL.
2775         (compilation-mode-font-lock-keywords): Re-install the "line as
2776         function" patch.
2778         * help-fns.el (help-C-source-directory): New var.
2779         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
2780         (describe-function-1, describe-variable): Use them.
2782         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
2783         to C source files specially.
2785 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2787         * info.el (Info-hide-cookies-node): New function.
2788         (Info-select-node): Use it.
2789         (Info-display-images-node): Remove message with image file name.
2791 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
2793         * progmodes/compile.el (compilation-warning-face)
2794         (compilation-info-face, compilation-skip-threshold)
2795         (compilation-skip-visited, compilation-context-lines):
2796         Declare :version when added to Emacs.
2797         (compilation-error-regexp-alist-alist): Extend caml and irix.
2798         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
2799         (compilation-mode-font-lock-keywords): Temporarily undo line as
2800         function patch, which wasn't ready.
2802 2004-04-07  Kenichi Handa  <handa@m17n.org>
2804         * international/latin1-disp.el (latin1-display-setup): Check each
2805         character is displayable or not instead of calling
2806         latin1-display-check-font.
2808 2004-04-06  Kenichi Handa  <handa@m17n.org>
2810         * language/ethio-util.el (ethio-sera-being-called-by-w3):
2811         New variable.
2812         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
2813         instead of sera-being-called-by-w3.
2814         (ethio-fidel-to-sera-buffer): Likewise.
2815         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
2816         instead of sera-being-called-by-w3.
2817         (ethio-write-file): Likewise.
2819 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2821         * printing.el: Doc fix.
2823 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
2825         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
2826         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
2827         (gdb-setup-windows): Only use separate IO buffer if required.
2829 2004-04-06  Kim F. Storm  <storm@cua.dk>
2831         * term.el (term-is-xemacs): Remove.
2832         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
2833         (term-window-width): New function.
2834         (term-mode, term-check-size): Use it.
2835         (term-mode): Disable overflow-newline-into-fringe in term buffer.
2837 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2839         * cus-edit.el (custom-add-parent-links): Change unbound variable
2840         `symbol' to `name'.
2842 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
2843         * info.el (info-apropos): New function.
2844         (Info-mode-menu): Add it.
2845         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
2847         * help-mode.el (help-make-xrefs): Recognize aliased variable with
2848         inherited docstring.
2850         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
2852 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
2856         * progmodes/compile.el (font-lock): Don't require any more.
2857         (compilation-error-properties, compilation-start, compilation-sentinel)
2858         (compilation-filter, next-error): Use with-current-buffer.
2859         (compilation-skip-to-next-location, compilation-skip-threshold)
2860         (compilation-skip-visited): Move to silence the byte-compiler.
2861         (compilation-setup): Simplify.
2862         (compilation-next-error): Use line-(beginning|end)-position.
2863         Make sure `pt' is non-nil before using compilation-loop.
2864         (compile-goto-error): Add optional event arg.  Use it.
2865         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
2866         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
2867         Update the binding for mouse-2.
2868         (first-error): Set compilation-current-error to nil rather than bob.
2869         (compilation-parsing-end, compilation-parse-errors-function)
2870         (compilation-error-list, compilation-old-error-list):
2871         "New" compatibility variables.
2872         (compile-buffer-substring, compilation-compat-error-properties)
2873         (compilation-compat-parse-errors, compilation-forget-errors):
2874         New compatibility functions.
2875         (compilation-mode-font-lock-keywords): Use them.
2877 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
2879         * autorevert.el (auto-revert-handler): If point (or a window
2880         point) is at the end of the buffer, keep it there after
2881         reverting.  This allows to tail a file.
2882         Mention this in the `Commentary'.
2884         * format.el (format-write-file): Add optional argument CONFIRM
2885         and make it behave like the analogous argument to `write-file'.
2887 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2889         * progmodes/ebnf2ps.el: Doc fix.
2890         (ebnf-version): New version number (4.2).
2891         (ebnf-syntax): Customization and docstring fix.
2892         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
2893         Put autoloaded funs before first use.
2894         (ebnf-style-database): Add dtd entry.
2895         (ebnf-syntax-alist): Add dtd initialization.
2896         (ebnf-token-sequence): New fun.
2897         (ebnf-comment-table): Add new comment action character.
2898         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
2900         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
2901         Type Definition for XML).
2903         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
2904         * progmodes/ebnf-bnf.el (ebnf-sequence):
2905         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
2906         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
2907         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
2908         Code simplification: call ebnf-token-sequence.
2910 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
2912         * calendar/timeclock.el (timeclock-relative)
2913         (timeclock-get-project-function, timeclock-get-workday-function)
2914         (timeclock-query-out, timeclock-when-to-leave)
2915         (timeclock-when-to-leave-string, timeclock-log-data)
2916         (timeclock-generate-report, timeclock-in): Doc fixes.
2918 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2920         * url: Import the URL package from its repository.
2922         * url/url-methods.el:
2923         * url/url-parse.el: Don't require url-auto.
2925 2004-04-03  Andreas Schwab  <schwab@suse.de>
2927         * diff-mode.el (diff-mode): Fix missing quote.
2929 2004-04-03  Juri Linkov  <juri@jurta.org>
2931         * descr-text.el (describe-property-list): Add `font-lock-face'.
2933         * dired.el (dired-font-lock-keywords): Fix permission regexps.
2935 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2937         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
2938         Use utf-16le on little endian machines and utf-16be otherwise.
2940 2004-04-02  David Kastrup  <dak@gnu.org>
2942         * net/browse-url.el (browse-url-generic): Use call-process
2943         instead of start-process to allow browsers that fork and detach.
2945 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
2947         * compile.el (compilation-current-error): New var.
2948         (compilation-setup, compile-mouse-goto-error)
2949         (compile-goto-error, next-error): Use it.
2950         (compilation-skip-to-next-location): Default to t, which gives
2951         contiguous skipping like old compile (where this was redundant).
2952         (compilation-next-error): Prevent previous-* commands from moving
2953         back to message at or just before point.
2955 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
2957         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
2958         (gdb-source-info): Don't display source at startup, if required.
2959         (gdb-show-main): New option.
2960         (gdba): Update documentation.
2961         (gdb-source): Cover case of auto-display output.
2963 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
2965         * autorevert.el: Delete obsolete autoload's and defvar's.
2966         (auto-revert-check-vc-info): New user option.
2967         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
2968         (auto-revert-handler-vc): Delete.
2969         (auto-revert-handler): Treat return value `fast' of
2970         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
2972         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
2973         return `fast'.
2975         * files.el (buffer-stale-function): Doc change.
2977 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2979         * printing.el: New tip on Tips section.
2980         (pr-version): New version number (6.7.4).
2981         (pr-shell-file-name): Initialization fix.
2983 2004-03-31  Juri Linkov  <juri@jurta.org>
2985         * dired.el: Add autoload for `dired-do-touch'.
2986         (dired-touch-program): New var.
2987         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
2988         (dired-no-confirm): Add `touch' to docstring.
2990         * dired-aux.el (dired-do-touch): New fun.
2991         (dired-do-chxxx): Add argument -t for touch operation.
2993         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
2994         `dired-move-to-filename-regexp'.
2996 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
2998         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3000 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3002         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3003         and only if the buffer was modified.
3005 2004-03-30  Kenichi Handa  <handa@m17n.org>
3007         * international/characters.el: Delete pairs for U+2308..U+230B.
3009 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
3011         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3012         to detect the beginning of a level 2 or 3 annotation.
3014 2004-03-29  Kenichi Handa  <handa@m17n.org>
3016         * international/ucs-tables.el (ucs-insert): Fix the error message.
3018 2004-03-29  Kenichi Handa  <handa@m17n.org>
3020         * international/mule-util.el (char-displayable-p): Fix generation
3021         of XLFD file name.
3023         * Makefile.in (setwins, setwins_almost): Change directory to $wd
3024         before finding directories by `find'.
3026 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3028         * subr.el (interactive-form): Delete.  Now implemented in C.
3030         * pcvs.el (cvs-parse-process): Workaround for Darwin.
3032         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3033         (vc-diff-label): New fun.
3034         (vc-diff-internal): Use it.
3036         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3038 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3040         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3042         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3043         specify XML (EBNFX).
3045         * progmodes/ebnf2ps.el: Doc fix.
3046         (ebnf-version): New version number (4.1).
3047         (ebnf-syntax): Adjust customization.
3048         (ebnf-style-database): Add ebnfx entry.
3049         (ebnf-syntax-alist): Add ebnfx initialization.
3050         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3052         * printing.el: Doc fix.
3053         (pr-version): New version number (6.7.3).
3054         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3055         returns nil for mouse position.  Reported by Drew Adams
3056         <drew.adams@oracle.com>.
3057         (pr-update-menus): Modify interactive declaration.  Reported by Drew
3058         Adams <drew.adams@oracle.com>.
3060 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
3062         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3063         (gud-gdba-marker-filter): Log the process input and output, if
3064         required.  From Stefan Monnier.
3065         (gdb-debug-log, gdb-enable-debug-log): New variables.
3066         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3068 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3070         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3071         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3073 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
3075         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3076         Call vc-find-file-hook here instead of in auto-revert-buffers.
3077         (auto-revert-buffers): Delete call to vc-find-file-hook.
3078         (auto-revert-verbose, global-auto-revert-non-file-buffers)
3079         (global-auto-revert-mode, auto-revert-set-timer)
3080         (auto-revert-handler, auto-revert-buffers): Doc fixes.
3082 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3084         * woman.el (woman-change-fonts): Rename local variable
3085         woman-font-alist to font-alist to avoid a compiler warning.
3087 2004-03-27  Dave Love  <fx@gnu.org>
3089         * emacs-lisp/rx.el (rx): Doc fix.
3090         Fix copyright years.
3092         * strokes.el (strokes-global-set-stroke-string): New function.
3093         (strokes-list-strokes): Cope with strings, not just commands.
3094         Set foreground colour of image.
3095         (strokes-global-set-stroke): Doc fix.
3097 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
3099         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3100         Auto Revert mode.
3101         (Buffer-menu-files-only): New variable.
3102         (Buffer-menu-toggle-files-only): New function.
3103         (Buffer-menu-mode-map): Bind it to `T'.
3104         (Buffer-menu-mode): Mention `T' in docstring.
3105         Set buffer-stale-function.
3106         (list-buffers-noselect): Mark buffer non-modified and set
3107         Buffer-menu-files-only.
3109         * dired.el (buffer-stale-function): Remove no longer needed defvar.
3111         * autorevert.el (auto-revert-handler): Print revert message
3112         before, rather than after, reverting.
3113         (buffer-stale-function): Move to files.el.
3115         * files.el (buffer-stale-function): Move here from autorevert.el.
3117 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3119         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3121         * calc/calc.el (calc-mode-map): Use mapc.
3123         * apropos.el (apropos-mode): Don't autoload.
3124         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
3125         (apropos): Use it.
3126         (apropos-print): Add optional `text' argument.
3127         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3128         Don't assume point-min == 1.
3130         * bs.el (bs-buffer-list): Use buffer-local-value.
3131         (bs--set-toggle-to-show): Use with-current-buffer.
3133         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3134         New funs.
3135         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
3137         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3139         * dabbrev.el (dabbrev-expand): Fix regexp construction.
3140         (dabbrev--find-expansion): Use pop.
3141         (dabbrev--search): Use match-string-no-properties.
3143         * dired.el (dired-mode): Use run-mode-hooks.
3144         (dired-move-to-end-of-filename): Use match-string.
3146         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3147         is bound before using it.
3148         (ediff-verbose-p): Make it into a var since it's not constant.
3150         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3152         * faces.el (read-face-font): Don't cons up unnecessarily.
3153         (header-line, tool-bar): Share common parts.
3155         * files.el (file-relative-name): Use compare-strings.
3157         * finder.el (finder-mode): Follow coding convention.
3159         * subr.el (read-number): New function.
3161         * ses.el (ses-read-number): Move to subr.el.
3162         (ses-set-header-row): Use read-number.
3164 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
3166         * vc-hooks.el (vc-arg-list): New function, which handles both
3167         compiled and uncompiled code.
3168         (vc-default-workfile-unchanged-p): Use it.
3170         * vc.el (vc-print-log): Undo prev change, use new function
3171         vc-arg-list from vc-hooks.el.
3173 2004-03-26  Masatake YAMATO  <jet@gyve.org>
3175         * simple.el (completion-setup-function): Emphasize the
3176         first uncommon characters in the completions; and de-emphasize
3177         the common prefix substrings.
3178         (completion-emphasis): New face.
3179         (completion-de-emphasis): New face.
3181 2004-03-25  Juanma Barranquero  <lektu@terra.es>
3183         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3184         Comment out (it's unused and unfinished code).
3186 2004-03-25  Sam Steingold  <sds@gnu.org>
3188         * vc.el (vc-print-log): Fix a bug in the last patch:
3189         backend-function may be a byte-compiled object, not a lambda.
3191 2004-03-25  Juri Linkov  <juri@jurta.org>
3193         * descr-text.el (describe-property-list): Add a button
3194         for `face' property that calls `describe-face'.
3195         Suggested by luis fernandes <elf@ee.ryerson.ca>
3197         * international/mule.el (keyboard-coding-system):
3198         * kmacro.el (kmacro-call-macro): Fix docstring.
3200         * dired.el: Fix comments.
3202         * textmodes/fill.el (fill): Fix Info link.
3204         * font-lock.el (fast-lock, lazy-lock):
3205         * jit-lock.el (jit-lock): Remove links to removed Support Modes
3206         Info node.
3208         * eshell/eshell.el (eshell): Fix broken info-link.
3210         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3211         * eshell/em-banner.el (eshell-banner):
3212         * eshell/em-smart.el (eshell-smart):
3213         * eshell/esh-cmd.el (eshell-cmd):
3214         Comment out broken info-links to incomplete Info manual.
3216         * info-xref.el: Fix commentary.
3218 2004-03-25  Kevin Ryde  <user42@zip.com.au>
3220         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3221         Remove spurious node duplicate suppression, doesn't work, not wanted.
3222         (info-xref-output): Take format style args, add "sit-for 0" to let
3223         user see the results as they progress.
3224         (info-xref-check-all-custom): New function.
3226 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
3228         * gdb-ui.el: Moved to progmodes.
3230 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3232         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3234 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3236         * calendar/appt.el (appt-check): Remove superfluous progn.
3237         When finished with diary buffer: if it was not being displayed
3238         before, kill it; otherwise restore its original state.
3239         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
3241         * calendar/calendar.el (calendar-set-mode-line): Use total
3242         available mode-line width, rather than frame-width.
3244         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
3245         after mode change so effect not lost.
3247 2004-03-23  Dave Love  <fx@gnu.org>
3249         * dired.el (dired) <defgroup>: Add link to manual.
3250         (dired-font-lock-keywords): Add highlighting on unusual permissions.
3251         (dired-revert): Use dolist.
3252         (dired-mode-map): Add U binding.
3253         (dired-mode): Add font-lock-beginning-of-syntax-function.
3254         (dired-garbage-files-regexp): Make it a defcustom.
3256 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3258         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
3259         is equivalent to nil.
3260         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
3261         (vc-arch-mode-line-string): Accept `added' state.
3262         (vc-arch-state): Use inode-sigs if available.
3263         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
3264         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
3265         (vc-arch-tagline-re): New var.
3266         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
3267         New functions.
3268         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
3269         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
3271         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
3272         (vc-file-not-found-hook): Use it.
3274         * diff-mode.el (diff-default-read-only): Change default.
3275         (diff-mode-hook): Make it a defcustom.  Add some options.
3276         (diff-mode-map): Bind diff-refine-hook.
3277         (diff-yank-handler): New var.
3278         (diff-yank-function): New fun.
3279         (diff-font-lock-keywords): Use them.
3280         (diff-end-of-file): Handle case where file-header looks like diff text.
3281         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
3282         (diff-file-kill): Delete a subsequent empty line, if applicable.
3283         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
3284         (diff-find-file-name): Use it.
3285         (diff-tell-file-name): New command.
3286         (diff-mode): Be careful with view-mode.
3287         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
3288         New functions, for use in diff-mode-hook.
3289         (diff-find-source-location): Catch "regex too large" errors.
3290         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
3291         (diff-refine-hunk): New command.
3293         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
3294         (smerge-context-menu-map): Remove unused var.
3295         (smerge-keep-all): Preserve markers.
3296         (smerge-keep-n): New fun.
3297         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3298         (smerge-keep-current, smerge-ediff): Use it.
3299         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
3300         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
3301         (smerge-resolve): Resolve trivial 3-part conflicts.
3303 2004-03-23  Juri Linkov  <juri@jurta.org>
3305         * man.el (Man-width): New var.
3306         (Man-getpage-in-background): Use it.
3307         (Man-support-local-filenames): New var and fun.
3308         (Man-build-man-command): Don't add a second %s.
3309         (Man-fontify-manpage): Clean up message.
3310         (Man-mode): Set outline-regexp, outline-level,
3311         imenu-generic-expression.
3313         * woman.el (woman-fill-frame): Doc fix.
3314         (woman-decode-region): Use window-width instead of frame-width.
3316         * abbrevlist.el (list-one-abbrev-table):
3317         * descr-text.el (describe-char):
3318         * international/mule-diag.el (describe-current-coding-system):
3319         * international/quail.el (quail-insert-decode-map):
3320         Use window-width instead of frame-width.
3322         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
3323         (jka-compr-mode-alist-additions): Add tbz.
3324         (jka-compr-write-region, jka-compr-insert-file-contents):
3325         Add message for undefined compress-program.
3326         (jka-compr-write-region): Remove redundant var bindings.
3328         * dired-x.el (dired-guess-shell-alist-default): Add choices for
3329         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
3330         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
3331         (dired-man): Use dired-guess-shell-command.
3332         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
3333         Change default nil to t.
3335         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
3336         (dired-compare-directories): Add default value for empty input.
3338         * help-at-pt.el: Move suggestions for key bindings to Commentary.
3340         * time.el (display-time-string-forms): Fix help-echo date format.
3342 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
3344         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
3345         (buffer-stale-function): New variable.
3346         (auto-revert-list-diff, auto-revert-dired-file-list)
3347         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
3348         (auto-revert-handler): Take over some functionality of deleted
3349         functions.
3350         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
3352         * dired.el (dired-directory-changed-p): New fun, extracted from
3353         dired-internal-noselect.
3354         (dired-buffer-stale-p): New fun.
3355         (dired-internal-noselect): Use dired-directory-changed-p.
3356         Eliminate revert messages.
3357         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
3359 2004-03-23  Kenichi Handa  <handa@m17n.org>
3361         * international/characters.el: Setup syntaxes for more parentheses
3362         Unicode characters.
3364         * international/mule-cmds.el (select-safe-coding-system):
3365         Merge coding-system and auto-cs before comparing them.
3367 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3369         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
3371         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3372         normal-auto-fill-function and comment-indent-function.
3373         The default values now work just as well.
3374         Don't set font-lock-beginning-of-syntax-function since we already set
3375         syntax-begin-function.
3376         (lisp-outline-level): Put ;;;###autoload at same level as (.
3377         (prin1-char): Quote special chars.
3379         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
3380         than with-no-warnings.
3382         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
3383         if the source location can't be found.
3384         (edebug-compute-previous-result): Use prin1-char.
3386         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
3387         (debug-ignored-errors): Add an entry.
3389         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
3390         (byte-compile-file): Output warning when deleting a file.
3392         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
3393         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
3395         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
3396         (byte-compile-inline-expand): Use backquote.
3397         (byte-optimize-pure-func): Rename from byte-optimize-concat.
3398         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
3400         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
3402         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
3404 2004-03-22  Juri Linkov  <juri@jurta.org>
3406         * finder.el (finder-known-keywords): Fix data, tex, unix.
3408         * play/landmark.el: Fix keywords.
3410         * language/ethio-util.el (ethio-find-file): Doc fix.
3412         * emacs-lisp/warnings.el: Doc fix.
3414         * textmodes/ispell.el (ispell-help): Doc fix.
3416 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
3418         * format.el (format-insert-file): Always return a list of two
3419         elements, like insert-file-contents does.
3421 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
3423         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
3424         and vc-BACKEND-diff.
3425         (vc-print-log): If the print-log implementation supports it, use
3426         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
3427         (vc-version-diff, vc-diff-internal): Doc fixes.
3429         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
3430         implementation supports it, let diff output go to *vc*,
3431         not *vc-diff*, since this is an internal call.
3433         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
3435         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
3437         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
3439 2004-03-21  Dave Love  <fx@gnu.org>
3441         * progmodes/cfengine.el (cfengine-mode):
3442         Set parse-sexp-ignore-comments.
3444         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
3446 2004-03-21  Juanma Barranquero  <lektu@terra.es>
3448         * allout.el (allout-mode): Fix docstring.
3450 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
3452         * files.el (insert-directory): Fix bug if SWITCHES is a list.
3454         * autorevert.el (auto-revert-interval): Make new value take
3455         effect immediately when set through Custom.
3456         (auto-revert-set-timer): Add interactive declaration.
3458 2004-03-19  David Ponce  <david@dponce.com>
3460         * ruler-mode.el (ruler-mode-header-line-format-old):
3461         Don't `make-variable-buffer-local'.
3462         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
3463         (ruler-mode-header-line-format): Simply funcall the above.
3464         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
3465         to save/restore a previous header line format.
3466         (ruler-mode-space): Don't depend on a numeric WIDTH value.
3467         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
3468         fringes and margins width.
3469         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
3471 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3473         * log-edit.el (log-edit-font-lock-keywords): Typo.
3475         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
3476         (tex-send-tex-command): Rather than here.
3477         (tex-compilation-parse-errors): Simplify.
3479         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
3481         * time.el (display-time-string-forms): Add help-echo with date on time.
3483         * composite.el (compose-region): Use restore-buffer-modified-p.
3485         * disp-table.el (standard-display-8bit): Simplify.
3487         * server.el (server-process-filter): Delete temp frame.
3489         * add-log.el (add-change-log-entry): Simplify.
3491 2004-03-19  Kim F. Storm  <storm@cua.dk>
3493         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
3494         (hexl-follow-line): Don't require 'fringe.
3496         * progmodes/compile.el (compilation-start): Always set
3497         compilation-last-buffer and return it.
3499 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
3501         * simple.el (clone-buffer): Doc fix.
3503 2004-03-18  Juanma Barranquero  <lektu@terra.es>
3505         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
3507 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3509         * log-edit.el (log-edit-font-lock-keywords): New var.
3510         (log-edit-mode): Use it.
3512 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
3514         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
3515         properly for watching in speedbar.
3517 2004-03-17  Masatake YAMATO  <jet@gyve.org>
3519         * smerge-mode.el (smerge-popup-context-menu):
3520         Put `unwind-protect' around `overlay-put' and `popup-menu'.
3522 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3524         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
3525         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
3526         Take sealed revisions into account.
3527         (vc-arch-checkin): Extract a summary line from the message.
3529 2004-03-16  Masatake YAMATO  <jet@gyve.org>
3531         * register.el (register): Provide `register' feature.
3533 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3535         Added context menu support in smerge mode.
3536         Most of the part is written by Stefan Monnier.
3538         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
3539         New keymap and menu.
3540         (smerge-text-properties): New function.
3541         (smerge-remove-props): New function.
3542         (smerge-popup-context-menu): New function.
3543         (smerge-resolve): Call `smerge-remove-props'.
3544         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
3545         (smerge-keep-current): Ditto.
3546         (smerge-kill-current): New function.
3547         (smerge-match-conflict): Put text properties.
3548         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
3550 2004-03-15  David Ponce  <david@dponce.com>
3552         * ruler-mode.el: (ruler-mode-left-fringe-cols)
3553         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
3554         (ruler-mode-right-scroll-bar-cols): Remove.
3555         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
3556         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
3557         Use fringe-columns and scroll-bar-columns.
3559 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3561         * hl-line.el (hl-line-range-function): New variable.
3562         (hl-line-move): New function.
3563         (global-hl-line-highlight): Use `hl-line-move'.
3564         (hl-line-highlight): Ditto.
3566         * scroll-bar.el (scroll-bar-columns):
3567         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
3569         * ruler-mode.el (top-level): Require scroll-bar and fringe.
3570         (ruler-mode-left-fringe-cols)
3571         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
3572         (ruler-mode-right-scroll-bar-cols)
3573         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
3574         (ruler-mode-ruler-function): New variable.
3575         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
3576         if the value for `ruler-mode-ruler-function'is given.
3578         * hexl.el (hexl-mode-hook): Make the hook customizable.
3579         (hexl-address-area, hexl-ascii-area): New customize variables.
3580         (hexlify-buffer): Put font-lock-faces on the address area and
3581         the ascii area.
3582         (hexl-activate-ruler): New function.
3583         (hexl-follow-line): New function.
3584         (hexl-highlight-line-range): New function.
3585         (hexl-mode-ruler): New function.
3587 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3589         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
3590         (vc-default-find-file-hook): New fun.
3591         (vc-find-file-hook): Call new find-file-hook operation.
3593         * vc-arch.el: New file.
3595 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
3597         * info-look.el (info-lookup): Reuse an existing Info window.
3599 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3601         * woman.el (woman-preserve-ascii): Default value changed to t and
3602         doc string revised.
3604 2004-03-12  Richard M. Stallman  <rms@gnu.org>
3606         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3607         Fix minor bug.
3609         * replace.el (occur-engine): Change message for count of matches.
3611         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3612         For strings, do compare text properties.
3614 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
3616         * progmodes/compile.el (compile-auto-highlight)
3617         (compilation-error-list, compilation-old-error-list)
3618         (compilation-parse-errors-function, compilation-parsing-end)
3619         (compilation-error-message, compilation-directory-stack)
3620         (compilation-enter-directory-regexp-alist)
3621         (compilation-leave-directory-regexp-alist)
3622         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
3623         (compilation-current-file, compilation-regexps): Remove vars.
3625         (compile-error-at-point, compilation-error-filedata)
3626         (compilation-error-filedata-file-name, compile-reinitialize-errors)
3627         (compilation-next-error-locus, compilation-forget-errors)
3628         (count-regexp-groupings, compilation-parse-errors)
3629         (compile-collect-regexps, compile-buffer-substring): Remove funs.
3631         (compile-internal): Make obsolete.
3633         (compilation-first-column, compilation-error)
3634         (compilation-directory-matcher, compilation-page-delimiter)
3635         (compilation-mode-font-lock-keywords, compilation-debug)
3636         (compilation-error-face, compilation-warning-face)
3637         (compilation-info-face, compilation-line-face)
3638         (compilation-column-face, compilation-enter-directory-face)
3639         (compilation-leave-directory-face, compilation-skip-threshold)
3640         (compilation-skip-visited, compilation-context-lines): New vars.
3642         (compilation-warning-face, compilation-info-face)
3643         (compilation-message-face): New faces.
3645         (compilation-error-regexp-alist-alist): New constant.
3647         (compilation-face, compilation-directory-properties)
3648         (compilation-assq, compilation-error-properties, compilation-start)
3649         (define-compilation-mode, compilation-loop)
3650         (compilation-set-window): New functions.
3652         (compile): Additional argument for interactive compiles like TeX.
3654         * progmodes/grep.el (kill-grep): Move here from compile.el
3655         (grep-error, grep-hit-face, grep-error-face)
3656         (grep-mode-font-lock-keywords): New variables.
3657         (grep-regexp-alist): Simplify regexp and add `binary' case.
3658         (grep-mode): New mode.
3659         (grep-process-setup): Simplify.
3661 2004-03-11  Jason Rumney  <jasonr@gnu.org>
3663         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
3664         letters on DOS/Windows.
3666 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3668         * server.el (server-name): New var.
3669         (server-socket-dir): New var to replace server-socket-name.
3670         (server-start): Use them.
3672 2004-03-11  Simon Josefsson  <jas@extundo.com>
3674         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
3675         died to avoid infloop.  Reported by Jonathan Glauner
3676         <jglauner@sbum.org>.
3678 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3680         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
3681         (smerge-mode-menu): Use it to deactivate menu entries.
3682         (smerge-keep-current): New fun.
3683         (smerge-keep-current): Use it.
3685 2004-03-10  John Paul Wallington  <jpw@gnu.org>
3687         * foldout.el (foldout-fold-list, foldout-modeline-string):
3688         Declare them as variables, not constants.
3690 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3692         * ps-print.el: Modification to print *Messages* buffer.
3693         (ps-print-version): New version 6.6.4.
3694         (ps-message-log-max): New fun.
3695         (ps-spool-without-faces, ps-spool-with-faces)
3696         (ps-count-lines-preprint): Code fix.
3698         * printing.el: New tips in Tips section.
3700 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3702         * delim-col.el: Doc fix.
3704         * printing.el: Doc fix.  New doc section (Tips).
3706 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3708         * type-break.el (type-break-emacs-variant): Remove.
3709         (type-break-run-at-time, type-break-cancel-function-timers):
3710         Use fboundp rather than version name and number.
3712 2004-03-09  Masatake YAMATO  <jet@gyve.org>
3714         * hexl.el (hexl-mode): Use `make-local-variable' instead of
3715         `make-variable-buffer-local'.
3717 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
3719         * find-dired.el (find-dired): Call `shell-command' instead of
3720         `start-process-shell-command'.  By this, Tramp takes over
3721         handling of remote directories.
3723 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3725         * newcomment.el (comment-use-global-state): New var.
3726         (comment-search-forward): Use it.
3728         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
3730         * cus-edit.el (fill) <defgroup>: Move to fill.el.
3732         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
3733         (enable-kinsoku): Make it a defcustom.
3734         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
3735         paragraph to same-comment-start-marker.
3737 2004-03-07  Dave Love  <fx@gnu.org>
3739         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
3740         (browse-url-mail): Use it.
3742         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
3743         (rfc2368-unhexify-string): Use replace-regexp-in-string.
3745 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3747         * woman.el (woman-man.conf-path): Doc fix.
3748         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
3750 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
3752         * sort.el (sort-columns): Remove ms-dos from the list of systems
3753         where the external `sort' command is not used.
3755 2004-03-07  Kim F. Storm  <storm@cua.dk>
3757         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
3758         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
3759         from overlay-arrow-variable-list.
3760         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
3762 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
3764         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
3765         overlay arrow string properly for the assembler buffer.
3767 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3769         * mail/sendmail.el (mail-mode): Fix last change.
3771 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
3773         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
3774         for the assembler buffer.
3775         (gdb-assembler-custom): Position the overlay arrow.
3776         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
3778 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3780         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
3782         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
3783         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
3785         * mail/sendmail.el (mail-mode): Set comment-start-skip.
3787         * newcomment.el (uncomment-region): Allow non-terminated comment.
3788         (comment-normalize-vars): Check the user-specified comstart marker.
3790 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
3792         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
3793         Otherwise, do use it if the region only contains font-lock text
3794         properties.
3796 2004-03-04  Masatake YAMATO  <jet@gyve.org>
3798         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
3799         as the callback function for eldoc.
3800         (hexl-print-current-point-info): New function.
3801         (hexl-current-address): Print the address in both decimal
3802         and hexadecimal format.
3804 2004-03-04  Richard M. Stallman  <rms@gnu.org>
3806         * mail/rmail.el (rmail-convert-to-babyl-format):
3807         Specify t for UNIBYTE when calling mail-unquote-printable-region.
3809         * mail/mail-utils.el (mail-unquote-printable-region):
3810         New arg UNIBYTE.
3812         * startup.el (command-switch-alist): Doc fix.
3814         * simple.el (undo): Temporarily set this-command to `undo-start',
3815         then set it to `undo' once undo-start returns without error.
3817         * simple.el (minibuffer-history-sexp-flag): Doc fix.
3819         * simple.el (kill-line): Don't disregard trailing whitespace
3820         in eol condition, if show-trailing-whitespace is set.
3822         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
3823         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
3824         When disabling, restore old values only if mouse-sel-has-been-enabled.
3826         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
3827         (isearch-{-char): New function.
3828         (isearch-mode-map): Bind { to isearch-{-char.
3830         * font-lock.el (lisp-font-lock-keywords-2):
3831         Turn off the CL with-... and do-... general patterns.
3832         Instead, recognize several specific with... and do... constructs.
3834         * files.el (switch-to-buffer-other-window):
3835         Bind same-window-buffer-names and same-window-regexps to nil.
3836         (switch-to-buffer-other-frame): Likewise.
3838 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3840         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
3841         recognizing leading comment on code line.
3843 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3845         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
3846         hidden files/directories.
3848 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3850         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
3851         only comment-start (in case the mode hasn't set it).
3853         * Makefile.in (AUTOGENEL): New var.
3854         (bootstrap-prepare): Rename from bootstrap-clean.
3855         Don't remove elc files.
3856         (maintainer-clean): New target.
3858         * xml.el (xml-get-attribute-or-nil): Simplify.
3860 2004-03-02  Juri Linkov  <juri@jurta.org>
3862         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
3863         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
3864         URL to prevent their substitution with the environment variable
3865         values by browsers.
3867 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3869         * ps-print.el: Doc fix.
3870         (ps-print-version): New version number (6.6.3).
3871         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
3872         Docstring fix.
3873         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
3874         before printing.
3875         (ps-time-stamp-yyyy-mm-dd): New fun.
3876         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
3878 2004-03-02  Kim F. Storm  <storm@cua.dk>
3880         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
3882 2004-03-01  Juanma Barranquero  <lektu@terra.es>
3884         * allout.el (allout-rebullet-heading): Fix typo in docstring.
3886         * desktop.el (desktop-file-version)
3887         (desktop-after-read-hook): Fix typos.
3888         (desktop-clear-preserve-buffers): Remove redundant info in
3889         docstring already shown by the obsolescence message.
3890         (desktop-truncate, desktop-internal-v2s)
3891         (desktop-value-to-string): Change argument name to match docstring.
3893         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
3895         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
3896         docstring.
3898 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3900         * printing.el: Replace "As Is..." in PostScript file print/preview by
3901         "No Preprocessing...".  Suggested by Colin Marquardt
3902         <_marquardt_@zmd.de>.
3903         (pr-insert-section-4): Adjust buffer interface.
3905 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
3907         Version 2.0.39 of Tramp released.
3909         * net/tramp.el (tramp-handle-file-local-copy)
3910         (tramp-handle-write-region, tramp-open-connection-rsh):
3911         Variable name typo.  Small change.  From Patrick Tullmann
3912         <tullmann@flux.utah.edu>.
3913         (tramp-process-connection-type): New variable.
3914         (tramp-maybe-open-connection): Use it.
3915         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
3916         (tramp-touch): Set last-modified time of a remote file.
3917         (tramp-handle-write-region): Say which function is used when encoding.
3919 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
3921         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
3922         case of non-existing filename, too.  Reported by Christoph Bauer
3923         <c_bauer@informatik.uni-kl.de>.
3924         (tramp-smb-get-file-entries): The directory in question should
3925         have permissions "drwxrwxrwx".  Just virtual, because we don't
3926         know the real permissions.  Don't we know?
3927         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
3928         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
3929         (tramp-smb-wait-for-output): Optimize algorithm getting pending
3930         output.  If it was received chunkwise, there have been problems.
3931         Remove the "prompt not found" error message; it is obvious.
3932         Simplify algorithm.
3933         (tramp-smb-process-running): Remove.  Since we acknowledge the
3934         virtual prompt for shares, there's no need for distinction of
3935         reading shares (process ends afterwards) and interactive mode of
3936         smblient.
3937         (tramp-smb-open-connection): Setting process sentinel removed.
3938         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
3939         "NT_STATUS_NETWORK_ACCESS_DENIED".
3940         (tramp-smb-maybe-open-connection): Set `process-connection-type'
3941         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
3942         (top-level): Setting default value in `tramp-default-method-alist'
3943         corrected.  Order of USER and HOST have been wrong.
3944         Nobody complained for months ...
3945         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
3946         (tramp-smb-open-connection): Clear password cache if login has failed.
3948         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
3949         `tramp-unified-filenames'.
3950         (tramp-completion-mode): Make test for XEmacs explicitely.
3951         `event-to-character' can exists in Emacs packages too.
3952         Reported by Matt Swift <swift@alum.mit.edu>.
3953         (tramp-buffer-name): Buffer name must contain the user if exists.
3954         Reported by Adrian Phillips <a.phillips@met.no>.
3955         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
3956         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
3957         (tramp-do-copy-or-rename-file-out-of-band): Rename from
3958         `tramp-do-copy-or-rename-file-one-local', because it handles also
3959         the case both files use the same out-of-band method.
3960         Implementation added.
3961         (tramp-handle-file-local-copy, tramp-handle-write-region):
3962         Out-of-band handling removed.  `copy-file' called instead, which
3963         calls `tramp-do-copy-or-rename-file-out-of-band'.
3964         (tramp-action-password): Check for out-of-band method removed.
3965         This function is used for 'login-program.
3966         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
3967         appropriate.
3968         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
3969         and `tramp-parse-sknownhosts'.
3970         (tramp-completion-function-alist): It's a defvar now, because we
3971         want to apply the optimized `tramp-set-completion-function'
3972         instead of a static list.
3973         (tramp-set-completion-function): Implementation tuned.
3974         Avoid double entries, and entries where the function or the
3975         file/directory doesn't exist.
3976         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
3977         for SSH2.
3978         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
3979         (tramp-handle-dired-compress-file): New function.
3980         (tramp-async-proc): New variable.
3981         (tramp-handle-shell-command): Adding asynchronous processes.
3982         They are far from being perfect, but it works at least for
3983         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
3984         (top-level): Require password.el if visible.  Should be mandatory
3985         once No Gnus has found its way into (X)Emacs.
3986         (tramp-read-passwd): Invoke `password-read' if available,
3987         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
3988         fallback any longer.
3989         (tramp-clear-passwd): New function.
3990         (tramp-process-actions, tramp-process-multi-actions):
3991         Clear password cache if login has failed.
3993         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
3994         its own module.
3995         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
3996         `ange-ftp-ftp-name-res'.  There could be incorrect values from
3997         previous calls in case the "ftp" method is used in the Tramp file
3998         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4000 2004-02-28  Richard M. Stallman  <rms@gnu.org>
4002         * term.el (term-mouse-paste): Call mouse-set-point.
4004         * thumbs.el: New file.
4006 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4008         * progmodes/ebnf-abn.el: Doc fix.
4010         * progmodes/ebnf-bnf.el: Doc fix.
4011         (ebnf-repeat): Code fix.
4013         * progmodes/ebnf2ps.el: Doc fix.
4014         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4016 2004-02-28  Juri Linkov  <juri@jurta.org>
4018         * ffap.el (dired-at-point): Additional writability test for
4019         relative directory names.
4020         (dired-at-point-prompter): Treat directories as a directory, get
4021         the directory component from files.
4022         (ffap-string-at-point): Return string from region if region is active.
4023         (ffap-file-at-point): Remove redundant code.
4025 2004-02-28  Kim F. Storm  <storm@cua.dk>
4027         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4028         Initialize margin area images to nil.
4029         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4030         (breakpoint-enabled-bitmap-face)
4031         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4032         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4033         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4034         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4035         (gdb-reset): Use gdb-remove-breakpoint-icons.
4036         (gdb-put-string): Add dprop arg to specify alternative display
4037         property (for setting fringe bitmap).
4038         (gdb-remove-strings): Doc fix.
4039         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4040         icon in fringe (if available), or else as icon or text in display
4041         margin.  Creates necessary icons in breakpoint-bitmap,
4042         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4043         Also make left window margin if required.
4044         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4045         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
4046         no longer needed.
4047         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4048         gdb-put-breakpoint-icon.
4049         (gdb-assembler-mode): Don't set left-margin-width here.
4051 2004-02-27  Kevin Ryde  <user42@zip.com.au>
4053         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4054         comma, so that it DTRT in macros.
4056 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4058         * progmodes/sh-script.el (sh-shell-arg)
4059         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4060         (sh-leading-keywords, sh-other-keywords): Fix custom type.
4062 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
4064         * faces.el (face-spec-set-match-display): Add a new attribute,
4065         `min-colors'.
4066         (region, highlight, secondary-selection): Use `min-colors'.
4068         * custom.el (defface): Add documentation for `min-colors'.
4070         * font-lock.el (font-lock-comment-face, font-lock-string-face)
4071         (font-lock-keyword-face, font-lock-function-name-face)
4072         (font-lock-variable-name-face, font-lock-constant-face):
4073         Use `min-colors'.
4075         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4077 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4079         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
4080         define assq-delete-all if it's not defined.
4081         (ebnf-generate-region): Code fix.
4083         * printing.el: Doc fix.
4084         (pr-version): New version number (6.7.2).
4085         (pr-command): Return empty string if command is an empty string.
4087 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4089         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4091         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
4092         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4093         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
4094         "tt" ["test"] ).  Reported by Markus Dreyer
4095         <mdreyer@ix.urz.uni-heidelberg.de>.
4096         (ebnf-version): New version number (4.0).
4097         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4098         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4099         (ebnf-delete-style): New commands.
4100         (ebnf-directory, ebnf-file): New funs.
4101         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4102         (ebnf-production-name-p, ebnf-stop-on-error): New options.
4103         (ebnf-syntax-alist): New var.
4104         (ebnf-element-width): New fun replacing ebnf-list-width.
4105         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4106         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4107         (ebnf-prologue): Adjust vars.
4108         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4109         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4110         (ebnf-check-style-values, ebnf-generate-production)
4111         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4112         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4113         (ebnf-token-repeat): Code fix.
4115         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
4116         %right, %left and %prec.  Suggested by Matthew K. Junker
4117         <junker@alum.mit.edu>.
4118         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4120         * progmodes/ebnf-iso.el: Doc fix.
4121         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4122         (ebnf-iso-lex): Code fix.
4124         * progmodes/ebnf-bnf.el: Doc fix.
4125         (ebnf-bnf-lex): Code fix.
4127         * progmodes/ebnf-otz.el: Doc fix.
4129 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4131         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
4132         (abbrev-prefix-mark): Doc fix.
4134 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
4136         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4137         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4138         (gdb-var-delete): Make interactive (really).
4139         (gdb-edit-value): Make non-interactive.
4141         * progmodes/gud.el (gud-speedbar-menu-items):
4142         Add gdb-var-delete and, indirectly, gdb-edit-value.
4143         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4144         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4145         (gud-gdb-marker-filter): Add comment for annotations.
4147 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
4149         * calendar/calendar.el (generate-calendar)
4150         (calendar-read-date): Prevent display of BC calendars once more -
4151         reverts 2003-10-01 change.
4152         (generate-calendar-month): Doc fix.
4154 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4156         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4157         return value of increment-calendar-month.
4159 2004-02-21  Stephen Compall  <s11@member.fsf.org>
4161         * saveplace.el (save-place-forget-unreadable-files)
4162         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4163         (save-place-forget-unreadable-files): New function.
4164         (save-place-alist-to-file): Use it to filter out files that are
4165         no longer readable.
4167         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4168         current Texinfo environment, using the same method as in
4169         `texinfo-insert-@end', and insert a space rather than a newline if
4170         point in a @table environment.
4172 2004-02-21  Juri Linkov  <juri@jurta.org>
4174         * ffap.el (ffap-file-at-point): Try parent directories.
4176 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
4178         * vcursor.el (vcursor-modifiers): New defcustom.
4179         (vcursor-cs-binding): Use vcursor-modifiers instead of a
4180         hard-coded list.
4182 2004-02-21  Masatake YAMATO  <jet@gyve.org>
4184         * play/animate.el (animate-birthday-present): Accept names other
4185         than `Sarah', too.
4187 2004-02-21  Juri Linkov  <juri@jurta.org>
4189         * startup.el: Remove table of command line arguments from the
4190         Commentary section.
4192 2004-02-20  John Wiegley  <johnw@newartisans.com>
4194         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4195         again" modifier from 'e' to 'E', since 'e' is also used by the
4196         "file extension" modifier.
4198 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
4200         * help-fns.el (describe-categories): Doc fix.
4202 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4204         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4205         temporary file for buffer already visiting one.  This change makes
4206         output likely to be directly usable by patch program.
4207         Suggested by Adrian Aichner  <adrian@xemacs.org>
4209 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
4211         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4212         case of variables defined in compound statements.
4213         (gdb-setup-windows, gdb-source-info, gdb-source-info):
4214         Simplify constructions using switch-to-buffer.
4216 2004-02-19  Simon Josefsson  <jas@extundo.com>
4218         * play/morse.el: Fix typo.
4219         (morse-code): Add @.
4221 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
4223         * calendar/appt.el (appt-display-format): Change default to
4224         'ignore, for backwards compatibility.
4225         (appt-display-message): If appt-display-format is 'ignore,
4226         respect old vars appt-msg-window and appt-visible.
4227         (appt-activate): Don't depend on return value of cancel-timer.
4229         * calendar/calendar.el (calendar-holidays): Doc fix.
4231         * calendar/cal-coptic.el (coptic-prompt-for-date):
4232         Use assoc-string instead of assoc-ignore-case.
4233         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4234         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4235         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4236         * calendar/cal-islam.el (calendar-goto-islamic-date)
4237         (mark-islamic-diary-entries): Ditto.
4238         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4239         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4240         (calendar-read-mayan-tzolkin-date): Ditto.
4241         * calendar/calendar.el (calendar-read-date): Ditto.
4242         * calendar/diary-lib.el (mark-diary-entries): Ditto.
4244 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4246         * progmodes/executable.el (executable-command-find-posix-p):
4247         Fix choice of the directory.
4249 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4251         * simple.el (interprogram-cut-function)
4252         (interprogram-paste-function, kill-new, kill-append):
4253         Doc fixes.
4254         (kill-region): Make it return nil.  Doc fix.
4255         (yank-pop): Make its argument optional.
4256         (yank): Make ARG `-' equivalent to `-1'.
4258 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
4260         * mail/rmail.el (rmail-get-new-mail): Don't reference
4261         rmail-use-spam-filter if rmail-spam-filter is not loaded.
4263 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4265         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
4266         if one of global-auto-revert-non-file-buffers or autorevert-mode
4267         is non-nil.
4269 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4271         * subr.el (delete-dups): A better implementation from Karl Heuer
4272         <kwzh@gnu.org>.
4274 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4276         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
4277         correct place.
4278         * progmodes/icon.el (icon-indent-command): Ditto.
4279         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
4281 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4283         * progmodes/grep.el (grep-compute-defaults): Undo change from
4284         2004-01-29: don't use executable-command-find-posix-p.
4286 2004-02-16  Richard Sharman  <rsharman@pobox.com>
4288         * hilit-chg.el: Use require instead of eval-and-compile.
4289         (highlight-compare-buffers): New function.
4291 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
4293         * man.el (Man-fontify-manpage): Render section headings in
4294         `Man-overstrike-face' even when overstrike was not used by man
4295         formatter for section headings.
4297 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
4299         * rmail-spam-filter.el: (vm-use-spam-filter)
4300         (rsf-min-region-length-added-to-spam-list): New variables.
4301         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
4302         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
4303         spam testing.  Don't delete spam message if automatic deletion
4304         after output via variable rmail-delete-after-output is turned on.
4305         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
4306         rsf-bbdb-dont-create-entries-for-spam.
4307         (check-field): New function, extracted from code in
4308         rmail-spam-filter to ease addition of header fields like content-type.
4309         (message-content-type): New variable to check the content-type:
4310         field added, also in defcustom of rsf-definitions-alist.
4311         (rmail-spam-filter): Replace repeated test code for header fields
4312         by calls to check-field; change the call to
4313         rmail-output-to-rmail-file such that rmail-current-message stays
4314         the same to avoid wrong deletion of unseen flags.
4315         (rsf-add-contents-type): New function to convert old format
4316         of rmail-spam-definitions-alist into new one.
4317         Change prefixes of all variables and functions from
4318         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
4320 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4322         * loadhist.el (unload-hook-features-list): New defvar.
4324 2004-02-16  Dave Love  <fx@gnu.org>
4326         * loadhist.el (unload-feature): Doc fix.  Rename flist to
4327         unload-hook-features-list.
4329 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
4331         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
4332         cookie.  Don't check if we are looking-at open-formula.
4334 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4336         * subr.el (match-string-no-properties): Use substring-no-properties.
4338 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4340         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
4341         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
4342         Use lower-case "rx" in all error message.
4344 2004-02-16  Dave Love  <fx@gnu.org>
4346         * emacs-lisp/rx.el (rx-or): Put group around result.
4347         (rx-constituents): Add backref.
4348         (rx-syntax): Add string-delimiter, comment-delimiter.
4349         (rx-categories): Add combining-diacritic.
4350         (rx-check-not, rx-greedy, rx): Doc fix.
4351         (rx-backref, rx-check-backref): New.
4353 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
4355         * newcomment.el (uncomment-region): Allow eob as comment end.
4357 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4359         * filecache.el: All message and error commands now use prefix
4360         "Filecache:" to make it easy to read *Messages* buffer.
4362 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4364         * autorevert.el: Add support to detect changed dired and VC buffers.
4365         (auto-revert-active-p, auto-revert-list-diff)
4366         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
4367         (auto-revert-handler, auto-revert-active-p): New functions.
4368         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
4369         and `auto-revert-active-p'.
4370         (eval-when-compile): Defvar dired-directory and vc-mode.
4371         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4372         (auto-revert-handler-vc): New functions.
4374 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
4376         * progmodes/compile.el (compilation-directory): New defvar.
4377         (compile): Save current directory in compilation-directory.
4378         (recompile): Bind default-directory to compilation-directory if
4379         that is non-nil.
4381 2004-02-16  Dave Love  <fx@gnu.org>
4383         * newcomment.el (comment-insert-comment-function)
4384         (comment-region-function, uncomment-region-function): New.
4385         (comment-indent): Use comment-insert-comment-function.
4386         (uncomment-region): Use uncomment-region-function.
4387         (comment-region): Use comment-region-function.
4389         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
4391 2004-02-16  Richard Stallman  <rms@gnu.org>
4393         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
4394         loaddefs* and ldefs-boot*.
4396 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4398         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
4399         and email address at the beginning and end of the address.
4401         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
4402         anchored at the beginning of the email address.
4404 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
4406         * international/ccl.el (ccl-compile-write): Pass `left' to
4407         ccl-embed-code to generate correct code of write-expr-register.
4409 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
4411         * progmodes/grep.el (grep-compute-defaults): Fix typos.
4413 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4415         * x-dnd.el: Mention support for Motif in commentary.
4416         (x-dnd-handle-drag-n-drop-event): Ditto.
4418 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
4420         * ses.el: Use "ses--" prefixes for buffer-local variables.
4421         Use (point-min) instead of 1, even when we know the buffer
4422         is unnarrowed.
4423         (ses-build-load-map): Delete.  Distribute its content to defconst's for
4424         the three maps.
4425         (ses-menu, ses-header-line-menu): New menus.
4426         (ses-mode-map): Use them.
4427         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
4429 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
4431         * Makefile.in: Fix the CC Mode recompile kludge so it works
4432         when building in a different directory.
4434 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
4436         * simple.el (kill-new): Put yank-handler property on the entire string.
4438 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4440         * diff.el: Don't use compile any more, use diff-mode instead.
4441         (diff-regexp-alist, diff-old-file, diff-new-file)
4442         (diff-parse-differences, diff-process-setup): Remove.
4443         (diff-sentinel): New fun.
4444         (diff): Use it.  Run the process ourselves.
4445         Use diff-mode for the rest of the processing.
4447         * diff.el (diff): Simplify code handling `switch'.
4449 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4451         * pcvs-defs.el (cvs-menu): Add `tag'.
4453 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4455         * simple.el (kill-append): Doc fix.
4457         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4458         Adapt outline-regexp to the new conventions for commenting out code.
4460 2004-02-11  John Paul Wallington  <jpw@gnu.org>
4462         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
4464 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4466         * diff.el (diff-switches): New fun.
4467         (diff, diff-backup): Use it.
4468         (diff): Clean up the args construction.  Use backquote.
4469         Use listp instead of consp to avoid putting a nil arg.
4470         (diff): Add a revert-buffer function.
4472 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4474         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
4475         handled by x-dnd-handle-file-name.
4476         (x-dnd-known-types): Add COMPOUND_TEXT.
4477         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
4478         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
4479         x-dnd-empty-state.
4480         (x-dnd-forget-drop): Ditto.
4481         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
4482         (x-dnd-handle-one-url): Return private when inserting text.
4483         (x-dnd-insert-ctext): New function.
4484         (x-dnd-handle-file-name): New function for FILE_NAME.
4485         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
4486         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
4487         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
4489 2004-02-10  Kenichi Handa  <handa@m17n.org>
4491         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
4492         instead of while loop.
4494 2004-02-10  Miles Bader  <miles@gnu.org>
4496         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
4498 2004-02-09  Kenichi Handa  <handa@m17n.org>
4500         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
4501         have end-of-line.
4503 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
4505         * Makefile.in: Added extra dependencies in the recompile target
4506         needed to cope with the compile time macro expansions in CC Mode.
4508 2004-02-09  Kim F. Storm  <storm@cua.dk>
4510         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
4511         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
4512         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
4513         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
4514         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
4515         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
4516         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
4517         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
4518         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
4519         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
4520         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
4522 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4524         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
4525         Don't allow shrink if there's a window on our right.
4527         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
4528         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
4529         Bring together declaration and initialization.
4530         (prolog-mode-variables): Don't set the syntax table.
4531         Don't set paragraph-start and comment-indent-function.
4532         Add /*..*/ to the comment regexps.
4533         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
4534         (prolog-mode-map): Don't bind TAB.
4535         (prolog-mode): Set the syntax table.
4536         (prolog-comment-indent): Remove.
4537         (inferior-prolog-mode-map): Initialize in the declaration.
4538         (inferior-prolog-mode-syntax-table)
4539         (inferior-prolog-mode-abbrev-table): New vars.
4540         (inferior-prolog-mode): Derive from comint-mode.
4541         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
4542         minibuffer windows.
4544         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
4545         in file names, as long as it is unabmiguous.
4547 2004-02-08  Andreas Schwab  <schwab@suse.de>
4549         * textmodes/reftex-toc.el
4550         (reftex-toc-load-all-files-for-promotion): Remove useless use of
4551         format.  Doc fix.
4553         * textmodes/refer.el (refer-find-entry-internal): Remove extra
4554         format string arguments.
4556         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
4557         string argument.
4559         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
4561         * play/zone.el (zone-call): Fix format string.
4563         * net/webjump.el (webjump-builtin): Add missing format string argument.
4565         * midnight.el (midnight-delay-set): Remove extra format string argument.
4567         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
4569         * hexl.el (hexl-insert-char): Add missing format string argument.
4571         * format.el (format-decode): Fix format string.
4573         * emulation/vi.el (vi-mode): Remove extra format string argument.
4574         (vi-repeat-last-search): Likewise.
4575         (vi-reverse-last-search): Likewise.
4576         (vi-goto-mark): Likewise.
4577         (vi-reverse-last-find-char): Likewise.
4578         (vi-repeat-last-find-char): Likewise.
4579         (vi-locate-def): Likewise.
4581         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
4583         * ediff-util.el (ediff-toggle-read-only): Remove extra format
4584         string argument.
4585         (ediff-toggle-regexp-match): Likewise.
4587         * dired-aux.el (dired-do-query-replace-regexp): Add missing
4588         format string argument.
4590         * calc/calc-map.el (calc-get-operator): Remove extra format
4591         string argument.
4593         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
4595         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
4596         string argument.
4598         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
4600         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
4602         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
4604         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
4605         (cl-struct-setf-expander): Likewise.
4607         * vc.el (with-vc-file): Fix unsafe uses of error.
4608         (vc-cancel-version): Likewise.
4610 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
4612         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
4613         thousands separator; fixes <class>:<line-number> regexp for
4614         non-english locales.
4616 2004-02-08  Andreas Schwab  <schwab@suse.de>
4618         * view.el (view-mode-enable): Revert previous change.
4620 2004-02-07  Kim F. Storm  <storm@cua.dk>
4622         * simple.el (line-number-at-pos): Rename from line-at-pos.
4623         Uses changed (what-line and vc-annotate-warp-version).
4625 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4627         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
4628         (diff-mode): Remove aborted attempt at support for compile.el.
4629         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
4631 2004-02-06  Andreas Schwab  <schwab@suse.de>
4633         * view.el (view-mode-enable): Add view-mode-map to
4634         minor-mode-overriding-map-alist.
4636 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4638         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
4640 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4642         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
4643         with point inside rather than after the paragraph.
4645 2004-02-04  Sam Steingold  <sds@gnu.org>
4647         * mail/smtpmail.el (smtpmail-try-auth-methods):
4648         Do not try authentication when no mechanism is available.
4649         Pass port-name as defaultport to `netrc-machine'.
4651 2004-02-04  Stephen Eglen  <stephen@gnu.org>
4653         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
4654         to show how minibuffer height can be constrained.
4656 2004-02-04  John Paul Wallington  <jpw@gnu.org>
4658         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
4660 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4662         * x-dnd.el: New file for drag and drop.
4664         * term/x-win.el: require x-dnd, set after-make-frame-functions
4665         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
4666         drag-n-drop event.
4668         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
4669         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
4670         (dired-dnd-handle-file): New functions for drag and drop support.
4671         (dired-mode): Initialize drag and drop if x-dnd present.
4673 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4675         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
4676         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
4677         (cperl-mode): Set fill-paragraph-function.
4678         (cperl-fill-paragraph): Make it non-interactive.
4680 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
4682         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
4684 2004-02-02  David Kastrup  <dak@gnu.org>
4686         * replace.el (perform-replace): Allow 'literal argument in
4687         regexp-flag to indicate literal replacement.
4688         (query-replace-regexp-eval): Use it.
4690 2004-02-01  Andreas Schwab  <schwab@suse.de>
4692         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
4694 2004-02-01  Stephen Eglen  <stephen@gnu.org>
4696         * info-look.el: Add support for maxima-mode.  Update commentary
4697         because info-lookup-symbol is now bound to C-h S.
4699 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
4701         * simple.el (edit-and-eval-command): Bind print-level and
4702         minibuffer-history-sexp-flag around call to read-from-minibuffer.
4703         Correct initial position in command-history.
4705 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
4707         * files.el (read-directory-name): Adapt the docstring to recent
4708         change in Fread_file_name.
4710 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
4712         * ses.el (ses-print-cell): If print format too wide for column
4713         width, truncate decimal places if that helps to avoid "#####" fill.
4714         * ses.el (ses-initial-column-width): Revert previous change.
4716 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4718         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
4719         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
4720         Add edebug info.
4721         (jit-lock-mode): Setup/cancel the new timer.
4722         (jit-lock-context-fontify): New fun.  Extracted from
4723         context fontification code of jit-lock-stealth-fontify.
4724         (jit-lock-stealth-fontify): Don't do context fontification any more.
4726         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
4727         (jit-lock-fontify-now): Handle the `quit' case.
4728         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
4730 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
4732         * progmodes/executable.el (executable-command-find-posix-p):
4733         New.  Check if find handles arguments Posix-style.
4735         * progmodes/grep.el (grep-compute-defaults):
4736         Use executable-command-find-posix-p.
4737         (grep-find): Check `grep-find-command'.
4739         * filecache.el (file-cache-find-posix-p): Delete.
4740         (file-cache-add-directory-using-find):
4741         Use `executable-command-find-posix-p'.
4743 2004-01-29  Dave Love  <fx@gnu.org>
4745         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4746         Iterate the hook function if arg is given.
4747         (mark-defun, narrow-to-defun): Change order of finding the limits.
4749         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
4750         (byte-compile-format-warn): New.
4751         (byte-compile-callargs-warn): Use it.
4752         (Format, message, error): Add byte-compile-format-like property.
4753         (byte-compile-maybe-guarded): New.
4754         (byte-compile-if, byte-compile-cond): Use it.
4755         (byte-compile-lambda): Compile interactive forms,
4756         just to make warnings about them.
4758 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
4760         * ses.el (ses-initial-column-width): Increase to 14, so it will
4761         work well with the default printer of "%.7g" for extreme values
4762         like "-1.234567e+07".
4764 2004-01-29  Kenichi Handa  <handa@m17n.org>
4766         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
4768 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
4770         * dos-w32.el: Added support for the `default-printer-name' function.
4772 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4774         * server.el (server-socket-name): Don't use the hostname in the
4775         socket name since /tmp is local to the host anyway.
4777         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
4778         robust check of widening and fix var-naming.
4780 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
4782         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
4783         or rmail-spam- to rsf- in all function and variable names.
4784         (rsf-min-region-to-spam-list): New variable.
4785         (rsf-bbdb-auto-delete-spam-entries): Rename from
4786         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
4787         scanned together with the recipients field for spam testing; Don't
4788         delete spam message if rmail-delete-after-output is non-nil;
4789         (rsf-check-field): New function, extracted from code in
4790         rmail-spam-filter to ease addition of header fields like
4791         content-type:;
4792         (message-content-type): New variable.  The content-type: field was
4793         added also in defcustom of rsf-definitions-alist;
4794         (rmail-spam-filter): Replace repeated test code for header fields
4795         by calls to check-field; change the call to
4796         rmail-output-to-rmail-file such that rmail-current-message stays
4797         the same to avoid wrong deletion of unseen flags.
4798         (rmail-use-spam-filter): Add autoload cookie.
4800 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
4802         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
4803         (file-cache-add-directory-using-find): Add Cygwin support.
4804         (file-cache-find-command-posix-flag): New user variable.
4806         * filecache.el (file-cache-add-directory): Check for
4807         directories an remove them from dir-files.
4809 2004-01-27  Richard M. Stallman  <rms@gnu.org>
4811         * man.el (Man-fontify-manpage): Clean up message.
4813 2004-01-27  Kenichi Handa  <handa@m17n.org>
4815         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
4816         (sentence-end): Define using sentence-end-without-space.
4818         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
4819         a sentence ends with one of a character in sentence-end-without-space.
4821 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4823         * font-lock.el (font-lock): Add jit-lock as explicit group member.
4824         (jit-lock): Group declaration moved to jit-lock.el.
4825         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
4826         when necessary.
4828         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
4829         (jit-lock-context-unfontify-pos): Rename from
4830         jit-lock-first-unfontify-pos.
4831         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
4833 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
4835         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
4836         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
4837         (fortran-fill): When filling a string, adjust re-search-backward
4838         argument for special case of string just on fill-column.
4839         When filling non-string, allow one extra char if
4840         fortran-break-before-delimiters is non-nil.
4841         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
4842         Use fortran-break-delimiters-re and fortran-no-break-re to
4843         correctly handle cases such as "**".
4845         * progmodes/f90.el (f90-break-delimiters): Doc fix.
4846         (f90-no-break-re): Add some extra tokens.  Doc fix.
4848 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
4850         * mail/rmail-spam-filter.el:
4851         Use two semicolons as Commentary line prefix.
4852         Add ";;; Code:" stylized comment.
4853         Delete end-of-line whitespace.
4854         Wrap (require 'cl) with `eval-when-compile'.
4856 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
4858         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
4859         at the top level of vc.el.
4861 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
4863         * vc.el (vc-current-line): Function removed.  This is now done by
4864         the new function line-at-pos in simple.el.
4865         (vc-annotate-warp-version): Use line-at-pos instead of
4866         vc-current-line.
4868 2004-01-22  Kim F. Storm  <storm@cua.dk>
4870         * simple.el (line-at-pos): New defun.
4871         (what-line): Use it.  Optimize by only counting lines in narrowed
4872         region once.
4874 2004-01-22  Kenichi Handa  <handa@m17n.org>
4876         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
4877         point (register r1) only for charset mule-unicode-0100-24ff.
4879 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4881         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
4882         trailing white space and ensure a final newline.
4884         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
4885         Add autoload cookie.
4887 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
4889         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
4890         activate view-mode explicitly.
4892 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4894         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
4895         use clipboard first.
4897 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4899         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
4900         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
4901         (vc-mcvs-cvs): Remove.
4902         (vc-mcvs-command): Remove use of assert.
4904         * outline.el (outline-insert-heading): Tighten up match.
4905         (outline-demote, outline-move-subtree-down): Don't assume anything
4906         about outline-regexp.
4908         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
4909         (texinfo-show-structure): Explicitly add ^, and simplify.
4911 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
4913         * calendar/appt.el (appt-check): Restore usage of
4914         appt-issue-message deleted in previous change.
4915         (top-level): Activate package when loaded (needed for backwards
4916         compatibility).
4918 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
4920         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
4921         following previous change to smtpmail-send-data.
4923 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
4925         * vc.el (vc-default-previous-version): Doc enhancement.
4926         (vc-default-next-version): New function.
4927         (vc-print-log): New arg FOCUS-REV.
4928         (vc-annotate-mode): Derive from view-mode.
4929         (vc-annotate): New args REVISION, DISPLAY-MODE.
4930         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
4931         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
4932         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
4933         (vc-annotate-show-diff-revision-at-line, vc-current-line)
4934         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
4936         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
4938 2004-01-19  Karl Berry  <karl@gnu.org>
4940         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
4941         or "TexInfo".
4943 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
4945         * subr.el (delete-dups): New function.
4947 2004-01-19  Karl Berry  <karl@gnu.org>
4949         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
4950         with ^, since that's what texinfo-show-structure
4951         documentation says (plus it works much better in texinfo.txi).
4953 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
4955         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
4957 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
4959         * progmodes/which-func.el (which-function-mode): Don't cancel
4960         which-func-update-timer if not set.
4962 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
4964         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
4965         Remove spurious left square bracket in XX:XXam regexp.
4967 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
4969         * progmodes/cc-defs.el: Do not require cl at run time.
4971 2004-01-16  Richard M. Stallman  <rms@gnu.org>
4973         * emacs-lisp/cl.el (cl-cannot-unload): New function.
4974         (cl-unload-hook): Defvar this to run cl-cannot-unload.
4976         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
4977         Call rmail-spam-filter.  Delete and expunge spam.
4978         Print number of spam messages deleted.
4979         Save and restore the deletion status of old messages when reading
4980         new mail with spam filter, so that expunging spam does not expunge
4981         msgs deleted by the user.
4982         (rmail-only-expunge): Add an optional argument dont-show to
4983         prevent showing message after expunge.
4985 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
4987         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
4988         * subr.el (declare): New macro.
4990 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
4992         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
4994 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4996         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4997         Test window-system rather than system-type (for X11/Mac).
4999 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
5001         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5003 2004-01-12  Richard M. Stallman  <rms@gnu.org>
5005         * mail/rmail.el (rmail-convert-to-babyl-format):
5006         Use mail-unquote-printable-region.
5007         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5008         (rmail-hex-char-to-integer): Functions deleted.
5010         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5011         (mail-unquote-printable-region): New arg NOERROR.
5012         For invalid encoding, either signal an error to just return nil.
5014 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5016         * calendar/appt.el: Update copyright and commentary.
5017         (appt-issue-message): Make obsolete.
5018         (appt-visible, appt-msg-window): Make obsolete, in favour of
5019         appt-display-format.
5020         (appt-display-mode-line, appt-display-duration)
5021         (appt-display-diary, appt-time-msg-list, appt-mode-string)
5022         (appt-prev-comp-time, appt-display-count, appt-timer)
5023         (appt-convert-time): Doc change.
5024         (appt-disp-window-function, appt-delete-window-function):
5025         Use defcustom rather than defvar.
5026         (appt-display-format): New variable.
5027         (appt-display-message): New function with display code from appt-check.
5028         (appt-check): Add optional FORCE argument.  Doc change.
5029         Add appt-make-list to diary-hook if displaying diary.
5030         Remove checking of view-diary-entries-initially.
5031         Message display section removed to new function appt-display-message.
5032         (appt-display-window): Doc change.  Remove unused internal var
5033         this-buffer.  Do not beep, since appt-display-message does that.
5034         (appt-make-list): Doc change.  Use caar.
5035         (appt-sort-list): Simplify by using builtin sort function.
5036         (appt-update-list): New function for updating appts when diary is
5037         saved.
5038         (appt-activate): New autoloaded function to toggle package
5039         functionality.
5041         * calendar/cal-x.el: (calendar-one-frame-setup)
5042         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5044         * calendar/calendar.el: Update copyright.
5045         (view-diary-entries-initially, european-calendar-style): Doc change.
5046         (calendar-setup): Make defcustom rather than defvar.
5047         (mark-visible-calendar-date): Initialize temp-face and faceinfo
5048         in let binding so local to function.
5050         * calendar/diary-lib.el: Update copyright.
5051         (diary, diary-entry-time): Doc change.
5052         (list-diary-entries): Doc change.  Trivial logic change.
5053         (fancy-diary-display): Restore make-face command mistakenly
5054         deleted 2003-05-08.
5055         (show-all-diary-entries): Allow to pop-up frame if needed.
5057 2004-01-09  John Paul Wallington  <jpw@gnu.org>
5059         * bindings.el (mode-line-change-eol): Add EVENT parameter.
5060         Temporarily select EVENT's window for changing eol type.
5062 2004-01-09  Deepak Goel  <deego@gnufans.org>
5064         * calendar/diary-lib.el (diary-entry-time):
5065         Also accept time in the form XX[.XX][am/pm/AM/PM].
5066         (fancy-diary-font-lock-keywords): Likewise.
5067         (diary-font-lock-keywords): Likewise.
5068         * calendar/appt.el (appt-add): Likewise.
5069         (appt-make-list): Likewise.
5070         (appt-convert-time): Likewise.
5072 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
5074         * gdb-ui.el (gdb-ann3): Revert previous change.
5075         (gdb-source-info): Allow for case of where compilation directory
5076         is not recorded.
5078 2004-01-08  John Paul Wallington  <jpw@gnu.org>
5080         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5082 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
5084         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5086         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5087         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5088         problems.
5089         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5091 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
5093         * files.el (write-file-functions, write-contents-functions):
5094         Clarify docstrings.
5096 2004-01-07  Kenichi Handa  <handa@m17n.org>
5098         * international/mule.el (set-auto-coding): Fix for the case that
5099         end-of-line is only CR.
5101 2004-01-07  Kim F. Storm  <storm@cua.dk>
5103         * subr.el (event-start, event-end): Doc fix.
5104         (posn-string, posn-image): New defuns.
5105         (posn-object): Return either image or string object.
5106         (posn-object-x-y): Return 8th element of position.
5107         (posn-object-width-height): New defun.
5109 2004-01-06  Andreas Schwab  <schwab@suse.de>
5111         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5112         output.
5114 2004-01-05  Karl Berry  <karl@gnu.org>
5116         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5117         / and *, too.
5119 2003-12-31  Simon Josefsson  <jas@extundo.com>
5121         * files.el (before-save-hook): Add.
5122         (basic-save-buffer): Use before-save-hook.
5124         * emacs-lisp/copyright.el: Fix comment to recommend
5125         before-save-hook instead of write-file-functions.
5127 2004-01-05  Richard M. Stallman  <rms@gnu.org>
5129         * finder.el (finder-commentary): Call delete-other-windows.
5131         * net/ange-ftp.el (ange-ftp-file-attributes):
5132         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5134 2004-01-04  Karl Berry  <karl@gnu.org>
5136         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5137         comment characters % and # in the copyright year notice,
5138         as well as ;.
5140 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
5142         * wid-edit.el (default): Define dummy :value-delete.
5143         Reported by Jesper Harder <harder@ifa.au.dk>.
5145 2004-01-03  Richard M. Stallman  <rms@gnu.org>
5147         * progmodes/compile.el (compile-internal): Use point, not point-min,
5148         for set-window-point.
5150         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5152         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5154         * progmodes/grep.el (grep-mode-map):
5155         Don't remap next-line, previous-line.
5157 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
5159         * speedbar.el (speedbar-edit-line): Change regexp to position
5160         the cursor on the first character of this line's button.
5162 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5164         * subr.el (functionp): Doc fix.
5166 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5168         * progmodes/idlwave.el (idlwave-make-tags):
5169         * textmodes/flyspell.el (flyspell-large-region):.
5170         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5171         * emulation/viper-util.el (viper-glob-unix-files):
5172         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5173         * man.el (Man-init-defvars):
5174         * jka-compr.el (jka-compr-call-process):
5175         * files.el (get-free-disk-space,insert-directory):
5176         * ediff-ptch.el (ediff-test-patch-utility):
5177         * ediff-diff.el (ediff-test-utility):
5178         * dired-aux.el (dired-check-process):
5179         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5180         test the return value of call-process, because it can be a string.
5182 2003-12-31  John Paul Wallington  <jpw@gnu.org>
5184         * bindings.el (completion-ignored-extensions): Add .pfsl.
5186 2003-12-31  Kim F. Storm  <storm@cua.dk>
5188         * ido.el (ido-nonreadable-directory-p): New defun to check for
5189         nonreadable directory without activating tramp (to avoid problems
5190         with checking incomplete tramp paths).
5191         (ido-set-current-directory, ido-file-internal)
5192         (ido-file-name-all-completions1): Use it.
5194 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5196         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5197         documentation if the anchor (or node) name is preceded by `info
5198         anchor' or `Info anchor' in addition to earlier `info node' and
5199         `Info node'.
5200         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5202 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5204         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5205         error in arguments to base64-decode-region.  Remove ^M characters
5206         after decoding base64.
5208 2003-12-30  Simon Josefsson  <jas@extundo.com>
5210         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
5211         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5212         have only been distributed with Emacs for some years.
5213         (texinfo-mode-hook): Customize.
5215 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5217         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5218         cleaner (suggested by Richard Stallman).
5220         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5221         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5222         file-name clashes on 8+3 DOS filesystems.
5224         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5225         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5226         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5227         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5228         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5229         file-name clashes on 8+3 filesystems.
5231         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5232         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5233         file-name clashes on 8+3 DOS filesystems.
5235 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5237         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5238         Upcase the character.
5240         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5241         Search for header separator alone on a line, literally,
5242         and search for it backward, not forward.
5243         (flyspell-abbrev-table): Always use global-abbrev-table
5244         if there is no local one.
5246         * progmodes/sh-script.el (sh-get-indent-info):
5247         Don't move point back if at bob.
5249         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
5251         * play/handwrite.el (handwrite): Make the handwrite credit message
5252         a comment rather than an output command.
5254         * obsolete/sc.el: Display message that this file is obsolete.
5256         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
5258         * mail/rfc822.el (rfc822-address-start): Declare variable.
5259         Renamed from address-start.  All uses changed.
5261         * term.el (term-exec): Set up sentinel.
5262         (term-sentinel): New function.
5263         (term-handle-exit): New function.
5265         * subr.el (assoc-ignore-case, assoc-ignore-representation):
5266         Use assoc-string, and mark them obsolete.
5267         (delay-mode-hooks): Mark as permanent local.
5269         * simple.el (sendmail-user-agent-compose): Use assoc-string.
5271         * register.el (copy-rectangle-to-register): Doc fix.
5273         * info.el (Info-insert-dir): Use assoc-string.
5275         * info-look.el (info-lookup): Use assoc-string.
5277         * frame.el (pop-up-frame-function): Use quote, not `function'.
5278         (frame-notice-user-settings): Calculate ADJUSTED-TOP
5279         copying with lists as coordinate values.
5281         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
5283         * find-dired.el (kill-find): New command.
5284         (find-dired): Make buffer read-only.
5285         Set up a keymap with C-c C-k running kill-find.
5286         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
5288         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
5290         * filecache.el (file-cache-ignore-case): New variable.
5291         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
5293         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
5294         (comint-dynamic-complete-as-filename): Rename local vars.
5295         (comint-dynamic-list-filename-completions): Likewise.
5297         * comint.el (comint-dynamic-list-completions-config): New var.
5298         (comint-dynamic-list-completions): Handle both SPC and TAB right.
5300         * comint.el (comint-file-name-chars): Add [].
5301         (comint-word): Use skip-chars-backward, not search.
5303         * shell.el (shell-file-name-chars): Add [].
5305         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
5307         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
5309         * generic.el (define-generic-mode): Doc fix.
5311 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5313         * files.el (kill-some-buffers): Doc fix.
5315 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
5317         * comint.el (comint-watch-for-password-prompt): Pass `string' as
5318         arg to send-invisible
5319         (send-invisible): Doc fix.  The argument is now a prompt, not the
5320         string to send.
5321         (comint-read-noecho): Doc fix.
5323 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
5325         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
5326         "@", as required by some ISP hosting service.  Fix defcustom
5327         argument syntax errors that prevented use of customization.
5329 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5331         * xml.el (xml-get-attribute-or-nil): Doc fix.
5333 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
5335         * net/zone-mode.el (zone-mode): Use write-file-functions, not
5336         write-file-hooks.
5338 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5340         * autorevert.el (auto-revert-interval): Doc fix.
5342 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
5344         * xml.el (xml-get-attribute-or-nil): New function, like
5345         xml-get-attribute, but returns nil if the attribute was not found.
5346         (xml-get-attribute): Convert to defsubst, uses
5347         xml-get-attribute-or-nil.
5349 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5351         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
5353 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
5355         * custom.el (custom-declare-theme): Use `value' when putting
5356         properties on `theme'.
5358 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5360         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
5361         for each yank-handler segment.
5362         (insert-for-yank-1): New function, with the body of the previous
5363         insert-for-yank.
5365         * textmodes/table.el (table-yank-handler): New defcustom.
5366         (table--put-cell-indicator-property): Put yank-handler property
5367         that indicates the yank handler for the table cell.
5369 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5371         * generic-x.el (etc-modules-conf-generic-mode): A more complete
5372         set of keywords.
5374 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5376         * international/mule-cmds.el (reset-language-environment)
5377         (set-language-environment): Don't invoke fontset-related functions
5378         if fontset-list is not fboundp.
5380 2003-12-29  Kenichi Handa  <handa@m17n.org>
5382         * international/mule-cmds.el (reset-language-environment):
5383         Call set-overriding-fontspec-internal with nil.
5384         (set-language-environment): Call set-overriding-fontspec-internal
5385         if the language environment specify `overriding-fontspec'.
5386         (language-info-alist): Doc added.
5388         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
5389         characters of mule-unicode-0100-24ff.
5390         (ccl-encode-windows-1251-font): New CCL program.
5391         ("Bulgarian"): Specify overriding-fontspec.
5392         ("Belarusian"): Likewise.
5394 2003-12-28  Sam Steingold  <sds@gnu.org>
5396         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
5397         parameter ID-FORMAT to conform with the 2003-11-30 patch.
5399 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
5401         * progmodes/gud.el (gud-gdb-command-name): Set default to
5402         "gdb --annotate=3".
5403         (gud-gdb-marker-filter): Look out for annotations.
5404         (gdb-first-pre-prompt): New variable.
5405         Remove trailing white space.
5407         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
5408         if necessary.
5409         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
5410         annotations are detected.
5411         (gud-gdba-marker-filter): Use global variable gud-marker-acc
5412         instead of a local one to allow transition from
5413         gud-gdb-marker-filter.
5414         Remove trailing white space.
5416 2003-12-27  Kim F. Storm  <storm@cua.dk>
5418         * ido.el: Handle non-readable directories.
5419         (ido-decorations): Add 9th element for non-readable directory.
5420         (ido-directory-nonreadable): New dynamic var.
5421         (ido-set-current-directory): Set it.
5422         (ido-read-buffer, ido-file-internal):
5423         (ido-read-file-name, ido-read-directory-name): Let-bind it.
5424         (ido-file-name-all-completions1): Return empty list for
5425         non-readable directory.
5426         (ido-exhibit): Print [Not readable] if directory is not readable.
5427         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
5428         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
5429         Use it.
5431 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
5433         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
5434         calls to directory-files-and-attributes and file-attributes.
5435         (ls-lisp-format): Remove system dependent handling of user and
5436         group id's.
5438 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
5440         * ffap.el (ffap-read-file-or-url): Revert previous change.
5442 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
5444         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
5445         new list of included files called `files-with-node-lines', that
5446         only have node lines.  This way @include commands can include any
5447         file, such as version and update files without node lines, not
5448         just files that are chapters.
5450 2003-12-25  Andreas Schwab  <schwab@suse.de>
5452         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
5453         file not found.
5455 2003-12-08  Miles Bader  <miles@gnu.org>
5457         * dired.el (dired-between-files): Always use dired-move-to-filename,
5458         which is more robust in non-english locales.
5460 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5462         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
5464 2003-12-24  Andreas Schwab  <schwab@suse.de>
5466         * shell.el (shell-file-name-quote-list): Add backslash.
5468         * comint.el (comint-quote-filename): Correctly handle backslash
5469         in comint-file-name-quote-list.
5471 2003-12-24  Kenichi Handa  <handa@m17n.org>
5473         * international/mule-cmds.el (set-default-coding-systems):
5474         Call ucs-set-table-for-input for all buffers that don't have local
5475         value of buffer-file-coding-system.
5477         * international/ucs-tables.el (ucs-set-table-for-input):
5478         If translation-table-for-encode is a symbol, get its
5479         translation-table property.
5481 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
5483         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
5484         to `completing-read' on a recently fixed bug.
5486         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
5487         instead of SPACE, to get the list of possible fringe modes.
5488         SPACE only works if both `partial-completion-mode' and
5489         `completion-auto-help' are nil.
5491         * complete.el (PC-is-complete-p): Delete.
5492         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
5493         calls to `test-completion'.
5495 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
5497         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
5498         to edit values when there are no children.
5500         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
5501         a mode called "Assembler" already exists.
5502         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
5503         (gud-watch): Use format option.  Remove font properties from string.
5504         (gdb-var-create-handler, gdb-var-list-children-handler):
5505         Don't bother about properties as there are none.
5506         (gdb-var-create-handler, gdb-var-list-children-handler)
5507         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
5508         with two arguments.
5509         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
5510         Let speedbar show value changes with a different font.
5511         (gdb-edit-value): New defun.
5512         (gdb-clear-partial-output, gdb-clear-inferior-io)
5513         (def-gdb-auto-update-handler): Use erase-buffer.
5514         (gdb-frame-handler): Display watch expressions in
5515         FUNCTION::VARIABLE format if required.
5517 2003-12-23  John Paul Wallington  <jpw@gnu.org>
5519         * info.el (Info-unescape-quotes, Info-split-parameter-string)
5520         (Info-goto-emacs-command-node): Doc fixes.
5522 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
5524         * cus-edit.el (custom-add-parent-links): Define "many".
5526 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
5528         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
5529         (widget-child-validate, widget-type-value-create)
5530         (widget-type-default-get, widget-type-match): New functions.
5531         (lazy): New widget.
5532         (menu-choice, checklist, radio-button-choice, editable-list)
5533         (group, documentation-string): Remove redundant (per 2003-10-25
5534         change) calls to `widget-children-value-delete'.
5535         (widget-choice-value-get, widget-choice-value-inline): Remove.
5536         (menu-choice): Update widget.
5538 2003-12-03  Kenichi Handa  <handa@m17n.org>
5540         * language/cyrillic.el: Register "microsoft-cp1251" in
5541         ctext-non-standard-encodings-alist.
5542         ("Bulgarian"): Add ctext-non-standard-encodings.
5543         ("Belarusian"): Likewise.
5545         * international/mule-conf.el (compound-text-with-extensions):
5546         Change the type to 2 (iso-2022 base).
5548         * international/mule.el (ctext-non-standard-encodings-alist):
5549         Change the format.
5550         (ctext-non-standard-encodings): New variable.
5551         (ctext-post-read-conversion): Fully re-written.
5552         (ctext-non-standard-designations-alist): Delete it.
5553         (ctext-non-standard-encodings-table): New function.
5554         (ctext-pre-write-conversion): Fully re-written.
5556 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
5558         * cus-edit.el (custom-add-parent-links): Add documentation links
5559         for parent, if the item has none of its own.
5561 2003-11-30  Richard M. Stallman  <rms@gnu.org>
5563         * dired-aux.el (dired-do-query-replace-regexp):
5564         Report files visited read-only.
5566 2003-11-30  Juri Linkov  <juri@jurta.org>
5568         * dired-aux.el (dired-compare-directories): New command.
5569         (dired-file-set-difference, dired-files-attributes): New functions.
5571 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
5572         Version 2.0.38 of Tramp released.
5574         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
5575         Charles Curley <charlescurley@charlescurley.com>.
5576         (tramp-multi-connection-function-alist): Add ssht entry which adds
5577         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
5578         Aichner.
5579         (tramp-get-method-parameter): New function to retrieve a method
5580         parameter.  This allows for omission of method parameters.
5581         Callers adjusted.
5583 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
5585         * net/tramp.el: Add new optional parameter ID-FORMAT to
5586         `file-attributes'.  Calls of `file-attributes' won't use this
5587         parameter for backward compatibility reasons.
5588         (tramp-perl-file-attributes): Add a new parameter to Perl script
5589         in order to handle uid/gid as strings, if desired.
5590         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
5591         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
5592         order to make the function more general.
5593         (tramp-handle-file-attributes): Replace proprietary optional
5594         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
5595         (tramp-handle-file-attributes-with-perl): Handle parameter
5596         NONNUMERIC if set.  This wasn't done in the past.
5597         (tramp-post-connection): Apply second parameter "$2" if
5598         `tramp-remote-perl' is called.
5600         * net/tramp-smb.el (tramp-smb-handle-delete-file):
5601         Correct cut'n'waste error (`filename' instead of `directory').
5602         (tramp-smb-handle-directory-files-and-attributes)
5603         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
5604         introduced parameter ID-FORMAT.
5605         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
5606         error (`directory' instead of `ldir').
5608         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
5609         `file-attributes' has a second parameter.  If yes, apply it with
5610         value "'integer".  Otherwise, don't use that parameter (default is
5611         integer format).
5613 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
5615         * help.el (help-map): Bind `display-local-help' to `C-h .'.
5616         (help-for-help): Add `C-h .' to the listed Help options.
5617         Remove trailing whitespace.
5619         * help-at-pt.el: New file.
5621 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
5623         * subr.el (noreturn, 1value): New macros for test coverage.
5624         See `testcover.el'.
5626         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
5628         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
5629         for macro `1value'.
5630         (testcover-1value): New function.  Checks that a 1value form
5631         actually returns only one value.  Requested by RMS.
5633 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
5635         * gdb-ui.el (gud-watch, gdb-var-create-handler)
5636         (gdb-var-list-children, gdb-var-list-children-handler)
5637         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
5638         gdb commands that use mi to keep them out of the command history.
5640 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5642         * cus-start.el (all): Add use-file-dialog.
5644 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5646         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
5648 2003-11-27  Kim F. Storm  <storm@cua.dk>
5650         * subr.el (posn-object-x-y): New defun.
5652 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5654         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
5655         Don't use `space' for \\\n.
5656         Be more selective as to which # are comment-starters.
5658 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
5660         * subr.el (number-sequence): Improve handling of floating point
5661         arguments (suggested by Kim Storm).  Allow negative arguments.
5663 2003-11-26  Kenichi Handa  <handa@m17n.org>
5665         * international/mule-cmds.el (standard-display-european-internal):
5666         Cancel the standard-display-table setting for ` and '.
5668 2003-11-26  Kim F. Storm  <storm@cua.dk>
5670         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
5671         New defcustoms to add ffap-like functionality to ido.
5672         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
5673         (ido-no-final-slash): New defun.
5674         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
5675         (ido-read-file-name): ): Toggle VC checking via
5676         vc-handled-backends instead of vc-master-templates.
5677         (ido-file-internal): Handle ido-use-url-at-point and
5678         ido-use-filename-at-point via code borrowed from ffap-guesser.
5679         Handle new ido-exit code ffap.
5680         (ido-sort-list): Ignore final slash when sorting file names.
5682 2003-11-25  Kim F. Storm  <storm@cua.dk>
5684         * emulation/cua-base.el (cua--standard-movement-commands):
5685         Add forward-sentence and backward-sentence.
5687 2003-11-25  Stephen Eglen  <stephen@gnu.org>
5689         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
5690         iswitchb-exit is set to 'usefirst when user selects buffer at head
5691         of list using RET.  (Selecting buffers at the head of the list was
5692         broken if the substring was also a complete buffername.)
5694 2003-11-23  Kim F. Storm  <storm@cua.dk>
5696         * progmodes/compile.el (grep-command, grep-use-null-device)
5697         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
5698         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
5699         (grep-regexp-alist, grep-program, find-program)
5700         (grep-find-use-xargs, grep-history, grep-find-history)
5701         (grep-process-setup, grep-compute-defaults)
5702         (grep-default-command, grep, grep-tag-default, grep-find)
5703         (grep-expand-command-macros, grep-tree-last-regexp)
5704         (grep-tree-last-files, grep-tree): Move grep variables, functions
5705         and commands to new file grep.el.
5706         (compilation-mode-map): Remove grep commands from Compile sub-menu.
5707         (compilation-process-setup-function): Doc fix.
5708         (compilation-highlight-regexp, compilation-highlight-overlay): New
5709         defvars used for highlighting current compile error in source buffer.
5710         (compile-internal): New optional args HIGHLIGHT-REGEXP and
5711         LOCAL-MAP which overrides compilation-highlight-regexp and
5712         compilation-mode-map for this compilation.
5713         Delay calling compilation-set-window-height until after running
5714         compilation-process-setup-function so it can buffer-local override
5715         compilation-window-height.
5716         Check buffer-local value of compilation-scroll-output.
5717         (compilation-set-window-height): Use buffer-local value of
5718         compilation-window-height.
5719         (compilation-revert-buffer): Don't pass (undefined)
5720         preserve-modes arg to revert-buffer.
5721         (next-error-no-select, previous-error-no-select): New commands.
5722         (compilation-goto-locus): Temporarily highlight current match in
5723         source buffer using compilation-highlight-regexp.
5725         * progmodes/grep.el: New file with grep code from compile.el.
5726         (grep): New defcustom group.
5727         (grep-window-height): New defcustom, like compilation-window-height.
5728         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
5729         (grep-scroll-output): New defcustom, like compilation-scroll-output.
5730         (grep-command, grep-use-null-device, grep-find-command)
5731         (grep-tree-files-aliases, grep-tree-ignore-case)
5732         (grep-tree-ignore-CVS-directories): Move to grep custom group.
5733         (grep-setup-hook): New hook variable.
5734         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
5735         (grep-last-buffer): New defvar, override compilation-last-buffer.
5736         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
5737         Call compile-internal with args highlight-regexp and grep-mode-map.
5739 2003-11-23  Kim F. Storm  <storm@cua.dk>
5741         * subr.el (event-start, event-end): Doc fix.
5742         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
5743         (posn-area, posn-actual-col-row, posn-object): New defuns.
5744         (posn-col-row): Simplify doc.  Rewrite to use cond.
5745         (posn-point): Also return buffer position for events outside text
5746         area (that info is now present in the event position).
5748         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
5749         mouse-set-point so that hscroll still works now that clicks on
5750         fringes generate specific mouse events.
5751         (mouse-set-point): Note that it now works in fringes and margins
5752         too due to new semantics of posn-point in fringes and margins.
5754         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
5755         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
5757 2003-11-20  Kim F. Storm  <storm@cua.dk>
5759         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
5760         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
5761         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
5762         to 100 for icons to avoid increasing line height when shown.
5764 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5766         * newcomment.el (comment-normalize-vars): Initialize properly if
5767         comment-start was nil.
5769 2003-11-19  Andreas Schwab  <schwab@suse.de>
5771         * simple.el (set-variable): Fix indentation.
5773 2003-11-17  Kenichi Handa  <handa@m17n.org>
5775         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
5776         Fix docstring.
5778 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5780         * international/latin1-disp.el (latin1-display): Fix docstring.
5782 2003-11-16  John Wiegley  <johnw@newartisans.com>
5784         * eshell/em-ls.el (eshell-ls-file): There are times with
5785         size-width is nil and uncomputed (when directories are created in
5786         dired, for example); in this case, 4 is reasonable default value,
5787         although it may caused skewed new entries (which could be avoided
5788         by returning the original value of 8 in all cases, but 99% of the
5789         time this is a waste of whitespace).
5791 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
5793         * cc-engine.el (c-guess-continued-construct)
5794         (c-guess-basic-syntax): Check a little more carefully if it's a
5795         function declaration when an unknown construct followed by a block
5796         is found inside a statement context.  This avoids macros followed
5797         by blocks to be taken as function declarations.
5799         (c-guess-continued-construct): Change the analysis of a statement
5800         continuation with a brace open to `substatement-block', for
5801         consistency with recognized statements.
5803         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
5804         start is in a position so that `c-beginning-of-statement-1' jumped
5805         to the beginning of the same statement.
5807         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
5808         Don't accept binary operators in the arglist if we're in a function
5809         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
5810         template recognition in cases like "if (a < b || c > d)".
5812         (c-restricted-<>-arglists): New more appropriate name for
5813         `c-disallow-comma-in-<>-arglists'.
5815         Accessing functions updated for the variable name change.
5817         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
5818         match data could get clobbered if NOT-INSIDE-TOKEN is used.
5820         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
5821         labels.
5823         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
5824         instead of duplicating parts of it.  This fixes bogus label
5825         recognition.
5827         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
5828         of checking the context in which to apply the minimum indentation,
5829         so that it isn't enforced in e.g. namespace blocks.
5831         * cc-vars.el (c-inside-block-syms): New constant used by
5832         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
5833         to somewhat reduce the risk of becoming stale.
5835         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
5836         cc-cmds to cc-engine to allow use from cc-align.
5838         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
5839         qualified identifiers containing "::".
5841         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
5842         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
5844         * cc-vars.el (c-emacs-features): Use a space in front of the name
5845         of the temporary buffer.  That also avoids dumping problems in
5846         XEmacs due to undo info being left around after the buffer is killed.
5848         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
5849         arglist to see if it's a K&R style declaration.
5851         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
5852         before returning `knr-argdecl-intro'.
5854 2003-11-16  John Wiegley  <johnw@newartisans.com>
5856         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
5857         field in a long-listing always 8 characters, use `size-width',
5858         which has already been computed.
5860 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
5862         * subr.el (minor-mode-list): Add `hs-minor-mode'.
5864 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
5866         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
5867         Support operation while narrowed, with `diff-restrict-view'.
5869 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
5871         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5872         Take additional optional arg NARROWFUN.  For the generated functions:
5873         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
5874         include frags that arrange to check for and save narrowing state before
5875         the move and then conditionally call NARROWFUN after the move.
5877 2003-11-14  John Wiegley  <johnw@newartisans.com>
5879         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
5880         that was optional, but obviously missing based on surrounding code.
5882         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
5883         string arguments to numbers unless the whole argument was seen as
5884         a number.
5886 2003-11-14  Kenichi Handa  <handa@m17n.org>
5888         * international/mule.el (ctext-non-standard-encodings-alist):
5889         Fix coding systems.
5891 2003-11-10  Kenichi Handa  <handa@m17n.org>
5893         * language/kannada.el ("Kannada"): Add sample-text.
5895         * language/knd-util.el (kannada-compose-region)
5896         (kannada-compose-string, kannada-post-read-conversion):
5897         Add autoload cookie.
5899         * international/quail.el (quail-completion): Change the message
5900         "corresponding translations" to "corresponding characters".
5902 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5904         * descr-text.el (describe-char): Fix typo.
5906 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
5908         These changes are to support Kannada language/script.
5910         * Makefile.in (DONTCOMPILE): Add kannada.el.
5912         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
5914         * loadup.el: Preload kannada.el.
5916         * language/ind-util.el (ucs-kannada-to-is13194-alist)
5917         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
5918         New variables.
5920         * language/kannada.el: New file.
5922         * language/knd-util.el: New file.
5924 2003-11-07  Andreas Schwab  <schwab@suse.de>
5926         * progmodes/autoconf.el (autoconf-font-lock-keywords):
5927         Also highlight AH_*.
5929         * xml.el (xml-parse-dtd): Fix misplaced paren.
5931 2003-11-07  Kenichi Handa  <handa@m17n.org>
5933         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
5935 2003-11-05  Juri Linkov  <juri@jurta.org>
5937         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
5938         (desktop-buffer-file): Use saved buffer-file-coding-system
5939         for file reading.  Set auto-insert to nil to prevent automatic
5940         insertion into restored empty files.
5942 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
5944         * files.el (risky-local-variable-p): Make second argument optional.
5946 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5948         * subr.el (add-hook): Fix last change.
5950 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
5952         * mail/rmail.el (rmail-convert-to-babyl-format):
5953         If base64-decode-region signals an error, catch it and silently
5954         ignore it.
5956 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
5958         * xml.el (xml-parse-region): Allow comments to appear after the
5959         topmost element has closed.
5960         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
5961         (xml-ns-expand-attr): New functions to do namespace handling.
5962         (xml-intern-attrlist): Back-compatible handling of attribute names.
5963         (xml-parse-tag): Move namespace handling to separate functions.
5964         Now produces elements in the form ((:ns . "element") (attr-list)
5965         children) instead of ('ns:element (attr-list) children).
5966         (xml-parse-attlist): Fix attribute parsing.
5967         (xml-parse-dtd): Change parsing so that it produces strings
5968         instead of interned symbols.
5970 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
5972         * dired.el (dired-ls-sorting-switches): Doc fix.
5974 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
5976         * emacs-lisp/rx.el (rx-or): Fix the case of
5977         "(rx (and ?a (or ?b ?c) ?d))".
5979 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
5981         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
5982         (texinfo-format-region): Use it.
5983         (texinfo-format-buffer-1): Ditto.
5985 2003-11-01  Alan Mackenzie  <acm@muc.de>
5987         Changes to allow scrolling whilst in isearch mode:
5988         * isearch.el (isearch-unread-key-sequence): New function,
5989         extracted from isearch-other-meta-char.
5990         (top level): (put 'foo 'isearch-scroll) on all Emacs's
5991         "scrollable" standard functions.
5992         (isearch-allow-scroll): New customizable variable.
5993         (isearch-string-out-of-window, isearch-back-into-window)
5994         (isearch-reread-key-sequence-naturally)
5995         (isearch-lookup-scroll-key): New functions.
5996         (isearch-other-meta-char): Doc string and functionality enhanced.
5997         Now accepts a prefix argument.
5998         (isearch-lazy-highlight-window-end): New variable.
5999         (isearch-lazy-highlight-new-loop): Pay attention to the window's
6000         end (thru isearch-lazy-highlight-window-end), not only its start.
6002         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6003         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6004         (universal-argument, universal-argument-more, negative-argument)
6005         (digit-argument, universal-argument-other-key): Minor changes.
6007 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6009         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6010         recursively if the last message is deleted, thus avoiding an
6011         infinite loop.
6013 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6015         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6016         (tex-main-file): Don't add .tex if the extension is already present.
6017         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6019 2003-10-29  Lute Kamstra  <lute@gnu.org>
6021         * progmodes/octave-inf.el (inferior-octave-prompt):
6022         Recognize version number in prompt.
6024 2003-10-28  Dave Love  <fx@gnu.org>
6026         * international/characters.el: Fix some Unicode ranges.
6028 2003-10-28  Kenichi Handa  <handa@m17n.org>
6030         * disp-table.el (standard-display-8bit)
6031         (standard-display-default, standard-display-ascii)
6032         (standard-display-g1, standard-display-graphic)
6033         (standard-display-underline): Assure that standard-display-table
6034         is a display table.
6036 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6038         * simple.el (reindent-then-newline-and-indent): Delete space *after*
6039         reindenting the first line.
6041 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
6043         * wid-edit.el (widget-default-delete): Always delete child widgets.
6045 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6047         * newcomment.el (comment-indent): Don't call indent-according-to-mode
6048         if the line has code.
6049         Don't try to line up with something that's too far left.
6051         * progmodes/octave-mod.el (octave-comment-start): Simplify.
6052         (octave-mode-syntax-table): Add % as a comment starter.
6053         (octave-point): Remove.
6054         (octave-in-comment-p, octave-in-string-p)
6055         (octave-not-in-string-or-comment-p, calculate-octave-indent)
6056         (octave-blink-matching-block-open, octave-auto-fill):
6057         Use line-(beginning|end)-position instead.
6059 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6061         * emacs-lisp/authors.el (authors-aliases): Add correct realname
6062         for Francesco Potort\e,Al\e(B.
6064 2003-10-23  Dave Love  <fx@gnu.org>
6066         * international/mule-cmds.el (locale-charset-to-coding-system):
6067         Don't rely on nil being a coding system.
6069         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6070         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6071         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6073 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
6075         * gdb-ui.el (gdb-current-language): New variable.
6076         (gdb-update-flag): Remove variable.
6077         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6078         (gdb-take-last-elt): Remove function.
6079         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6080         (gdb-post-prompt): Check for variable object changes here.
6082         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6083         object changes in gdb-ui.el.
6085 2003-10-21  Richard M. Stallman  <rms@gnu.org>
6087         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6089         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6090         Don't check for foo*/ wildcard form here.
6091         (insert-directory): Recognize foo*/ as a wildcard.
6092         Separate wildcard-regexp variable from the arg, wildcard.
6094         * subr.el (add-hook): Correctly detect when make-local-hook was used.
6095         (remove-hook): Correctly handle strange cases about local hooks.
6097 2003-10-21  David Ponce  <david@dponce.com>
6099         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6100         argument REAL, to return a real number instead of a rounded
6101         integer value.  Define as inline function.
6102         (ruler-mode-right-fringe-cols): Likewise.
6103         (ruler-mode-scroll-bar-cols): New function.
6104         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
6105         (ruler-mode-right-scroll-bar-cols): Likewise.
6106         (ruler-mode-space): New function.
6107         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
6108         scroll bar mode and margins in a more robust way.
6110 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
6112         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6113         (antlr-c-init-language-vars): New function.
6114         (antlr-mode): Use it with cc-mode before v5.29.
6115         (antlr-c-common-init): Don't set some local vars here.
6116         (antlr-mode): Set them here.
6117         (antlr-c-forward-sws): New function alias.
6118         (antlr-mode): Redefine with cc-mode before v5.30.
6119         (antlr-skip-sexps): Use it.
6120         (antlr-skip-exception-part): Ditto.
6121         (antlr-skip-file-prelude): Ditto.
6122         (antlr-outside-rule-p): Ditto.
6123         (antlr-end-of-body): Ditto.
6124         (antlr-option-kind): Ditto.
6125         (antlr-insert-option-area): Ditto.
6126         (antlr-file-dependencies): Ditto.
6128 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6130         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6131         Move backward only if point was not inside an entry.
6133 2003-10-21  Richard M. Stallman  <rms@gnu.org>
6135         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6137 2003-10-21  Juri Linkov  <juri@jurta.org>
6139         * compare-w.el: Automatically skip non-matching text to resync.
6140         (compare-windows-whitespace): Doc fix.
6141         (compare-windows-sync, compare-windows-sync-string-size)
6142         (compare-windows-recenter, compare-ignore-whitespace)
6143         (compare-windows-highlight, compare-windows-face): New variables.
6144         (compare-windows): Use compare-windows-sync.
6145         (compare-windows-highlight, compare-windows-dehighlight)
6146         (compare-windows-sync-regexp)
6147         (compare-windows-sync-default-function): New functions.
6149 2003-10-21  Juri Linkov  <juri@jurta.org>
6151         * diff.el (diff-parse-differences): Don't visit the files now;
6152         instead, just record the error locus.
6154 2003-10-21  Dave Love  <fx@gnu.org>
6156         * progmodes/cfengine.el: New file.
6158 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6160         * complete.el (PC-do-completion): Do not forget to use `pred' as the
6161         default-directory when completing file names.
6163 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
6165         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6166         followed by the word `face', it gets treated as a face, even if
6167         it is also defined as a variable or a function.
6169 2003-10-20  Dave Love  <fx@gnu.org>
6171         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6172         Avoid incf in macro expansion.
6174 2003-10-20  John Paul Wallington  <jpw@gnu.org>
6176         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6177         `evenp' so we don't implicitly require cl library at runtime.
6179 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
6181         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6182         (help-make-xrefs): Only make cross-references for faces if
6183         preceded or followed by the word `face'.  Do not make a
6184         cross-reference for variables without variable documentation,
6185         unless preceded by the word `variable' or `option'.  Update doc
6186         string accordingly.
6188 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
6190         * progmodes/hideshow.el: Rewrite one-armed `if'
6191         constructs using either `when' or `unless'.
6192         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6194 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
6196         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6197         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6198         instead of 12x12.
6200 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
6202         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6203         message while converting to Babyl.
6205 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
6207         * allout.el (allout-mode): Doc fix.
6209 2003-10-16  Lute Kamstra  <lute@gnu.org>
6211         * subr.el (force-mode-line-update): Fix docstring.
6213 2003-10-14  Dave Love  <fx@gnu.org>
6215         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6216         (default-input-method): Add :link, improve :type.
6217         (locale-charset-language-names): Fix utf-8 pattern.
6218         (locale-charset-match-p, locale-charset-alist)
6219         (locale-charset-to-coding-system): New.
6220         (set-locale-environment): Deal with codeset part of locale specs.
6222 2003-10-14  Lute Kamstra  <lute@gnu.org>
6224         * fringe.el (fringe-mode): Use active voice in docstring.
6225         (set-fringe-style): Ditto.
6227 2003-10-13  Lute Kamstra  <lute@gnu.org>
6229         * fringe.el (fringe-mode): Fix docstring.
6230         (set-fringe-style): Ditto.
6232 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6234         * ediff-mult.el (ediff-filegroup-action):
6235         Use ediff-default-filtering-regexp.
6237         * ediff-util.el (ediff-recenter): Don't call
6238         ediff-restore-highlighting twice.
6239         (ediff-select-difference): Set current difference.
6240         (ediff-unselect-and-select-difference): Add comment.
6242         * ediff.el (ediff-directories,ediff-directory-revisions)
6243         (ediff-directories3,ediff-merge-directories)
6244         (ediff-merge-directories-with-ancestor)
6245         (ediff-merge-directory-revisions)
6246         (ediff-merge-directory-revisions-with-ancestor):
6247         Use ediff-default-filtering-regexp.
6249 2003-10-12  Andreas Schwab  <schwab@suse.de>
6251         * international/mule-cmds.el (locale-charset-language-names):
6252         Simplify regex by removing unused grouping.
6254 2003-10-10  Dave Love  <fx@gnu.org>
6256         * bindings.el: Don't bind stop.
6258 2003-10-08  Miles Bader  <miles@gnu.org>
6260         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
6261         face instead of attempting to emulate it.
6263 2003-10-07  Kenichi Handa  <handa@m17n.org>
6265         * international/mule-diag.el (list-coding-systems-1): List coding
6266         systems that are loaded automatically.
6268         * international/code-pages.el (iso-8859-11): Add autoload cookie.
6270         * international/mule.el (autoload-coding-system): New function.
6272 2003-10-07  Andreas Schwab  <schwab@suse.de>
6274         * log-edit.el (log-edit-changelog-entries): Prefer local value of
6275         change-log-default-name in the buffer visiting the file.
6277 2003-10-06  Dave Love  <fx@gnu.org>
6279         * files.el (find-file-hook): Customize.
6280         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
6282         * bindings.el (completion-ignored-extensions): Remove .log.
6283         (global-map): Add again, open, stop keys.
6285 2003-10-05  Richard M. Stallman  <rms@gnu.org>
6287         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
6288         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
6289         Use sh-modify directly.
6290         (sh-select): Use sh-append, not eval.
6292         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
6294         * info.el (Info-following-node-name): New function.
6296         * loadhist.el (unload-feature-special-hooks):
6297         Rename from loadhist-hook-functions.
6298         (loadhist-hook-functions): Now an alias.
6300 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
6302         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
6303         file-name clashes on 8+3 filesystems.
6305         * Makefile.in (DONTCOMPILE, bootstrap-clean):
6306         Rename loaddefs-boot.el to ldefs-boot.el
6308         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
6309         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
6311 2003-10-03  Lute Kamstra  <lute@gnu.org>
6313         * info.el (Info-mode): Revert previous change.
6314         (Info-escape-percent): New function.
6315         (Info-fontify-node): Use it.
6317 2003-10-02  Andreas Schwab  <schwab@suse.de>
6319         * loaddefs-boot.el: Regenerated.
6321 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
6323         * ffap.el: Remove defadvice related code from CVS since `complete'
6324         provides a `PC-completion-as-file-name-predicate' variable that
6325         ffap can override.
6327 2003-10-02  Kenichi Handa  <handa@m17n.org>
6329         * international/utf-8.el (ccl-decode-mule-utf-8):
6330         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
6332         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
6333         * international/subst-big5.el: Likewise.
6334         * international/subst-gb2312.el: Likewise.
6335         * international/subst-ksc.el: Likewise.
6337 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
6339         * calendar/calendar.el (increment-calendar-month)
6340         (calendar-leap-year-p, calendar-absolute-from-gregorian)
6341         (generate-calendar, calendar-read-date, calendar-interval)
6342         (calendar-day-of-week): Handle years BC.
6343         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
6345 2003-10-01  Dave Love  <fx@gnu.org>
6347         * language/cyrillic.el (cp1251): Alias for windows-1251.
6349         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
6350         bootstrap.
6352 2003-10-01  Lute Kamstra  <lute@gnu.org>
6354         * files.el: Fix typo.
6355         * imenu.el (imenu--generic-function): Docstring fix.
6357 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6359         * dired.el (dired-mode): Handle dired-directory as a list.
6361 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
6363         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
6365         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
6367         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
6368         Replace gud-display with gud-watch.
6369         (gud-speedbar-buttons): Add stuff for watching expressions
6370         in the speedbar when using M-x gdba.  Use dolist on old part
6371         of this function.
6373         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
6374         (gdb-update-flag): New variables.
6375         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
6376         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
6377         (gud-watch, gdb-var-create-handler) : New functions.
6378         (gdb-var-list-children, gdb-var-list-children-handler)
6379         (gdb-var-create-regexp, gdb-var-update-regexp)
6380         (gdb-var-list-children-regexp): New constants.
6381         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
6382         (gdb-annotation-rules): Reduce annotation set (level 3).
6383         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
6384         (gdb-post-prompt): Don't update GDB buffers every time speedbar
6385         updates.
6386         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
6387         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
6388         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
6389         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
6390         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
6391         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
6392         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
6393         (gud-display, gud-display1)
6394         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
6395         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
6396         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
6397         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
6398         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
6399         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
6400         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
6401         (gdb-display-display-buffer, gdb-toggle-display)
6402         (gdb-delete-display, gdb-expressions-popup-menu)
6403         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
6404         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
6405         to display buffer.
6407 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6409         * progmodes/ada-mode.el (ada-mode): Don't use advice.
6410         Instead, set which-func-functions.
6412         * progmodes/which-func.el (which-func-modes): Add ada-mode.
6413         (which-func-functions): New variable.
6414         (which-function): Use that.
6416         * info.el (Info-mode): Double each `%' in header line.
6418         * emacs-lisp/lisp-mnt.el (lm-with-file):
6419         When FILE is nil, run BODY in current buffer.
6421         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
6423         * help.el (describe-mode): Start with a brief list of minor modes.
6424         Find them thru minor-mode-list so as to find them all.
6425         Show them in alphabetical order.
6427         * mail/sendmail.el (mail-aliases): Doc fix.
6429         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
6431 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6433         * mail/rmailsum.el (rmail-make-summary-line-1):
6434         Change comma after last label to a space.
6435         (rmail-summary-font-lock-keywords): Adapt to that change.
6437 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
6439         * progmodes/scheme.el (scheme-mode-variables): When setting
6440         `font-lock-defaults', also specify that "#" should
6441         be interpreted with `word' syntax.
6442         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
6444 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
6446         * desktop.el: A lot of comments updated.
6447         (desktop-save-mode): Minor mode introduced.
6448         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
6449         (desktop-load-default): Function made obsolete.
6450         (desktop-locals-to-save): Variable made customizable.
6451         (desktop-read): Optional parameter `dirname' added.
6452         (desktop-change-dir, desktop-revert): Parameter `dirname' in
6453         `desktop-read' used.
6454         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
6456 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
6458         * whitespace.el (whitespace-clean-msg): Add user customizable message
6459         for displaying ``clean'' output.
6460         (whitespace-buffer): Use `whitespace-clean-msg'.
6461         (whitespace-global-mode): Fix typo.
6463 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
6465         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
6467 2003-09-29  Lute Kamstra  <lute@gnu.org>
6469         * bindings.el (mode-line-modes): Remove superfluous :propertize
6470         construct in initialization.
6471         (mode-line-position): Change cons cell into proper list in
6472         initialization.
6474 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
6476         * international/mule.el (decode-coding-inserted-region): Use car
6477         of the return value of find-operation-coding-system.
6479 2003-09-29  Kenichi Handa  <handa@m17n.org>
6481         * descr-text.el (describe-char): Fix previous change.
6483 2003-09-28  Kenichi Handa  <handa@m17n.org>
6485         * descr-text.el (describe-char-display): New function.
6486         (describe-char): Pay attention to display table on describing how
6487         a character is displayed.
6489         * international/mule-cmds.el (encoded-string-description):
6490         Prepend "0x" to each encoded byte.
6492 2003-09-28  Andreas Schwab  <schwab@suse.de>
6494         * find-file.el (ff-special-constructs): Add autoload cookie.
6496 2003-09-28  Kevin Ryde  <user42@zip.com.au>
6498         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
6499         makeinfo appends to duplicate index entries.
6501 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
6503         * dired-x.el (dired-clean-tex): Doc fix.
6505         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
6506         using a Chinese tutorial.
6508 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6510         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
6511         between "MAIL FROM:" and "RCPT TO:" and the following address.
6513 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6515         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
6517 2003-09-28  David Ponce  <david@dponce.com>
6519         * recentf.el (recentf-initialize-file-name-history): New defcustom.
6520         (recentf-load-list): When `recentf-initialize-file-name-history'
6521         is non-nil, initialize an empty `file-name-history' with the
6522         recent list.
6524 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
6526         * man.el (Man-default-man-entry): Remove the leading `*' from the
6527         word at point.
6529 2003-09-26  Lute Kamstra  <lute@gnu.org>
6531         * bindings.el (mode-line-position): Mention size indication in
6532         docstring.
6534 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
6536         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
6538         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
6539         because it's autoloaded now.
6541 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
6543         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
6544         (sh-font-lock-keywords, sh-feature): Fix previous change of
6545         sh-feature to avoid infloop with sh-font-lock-keywords.
6547 2003-09-25  Kim F. Storm  <storm@cua.dk>
6549         * frame.el (frame-current-scroll-bars): New defun.
6551         * window.el (window-current-scroll-bars): New defun.
6553 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6555         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
6556         cause errors when the state cache contains info on parts that have
6557         been narrowed out.
6559 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6561         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
6562         `c-setup-paragraph-variables' has to be used when this variable is
6563         changed; it doesn't work to reinitialize the mode since that
6564         typically clobbers the variable.
6566         * progmodes/cc-styles.el (c-setup-paragraph-variables):
6567         Make it interactive.
6569 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6571         * progmodes/cc-fonts.el (c-font-lock-declarations):
6572         Fix recognition of constructors and destructors for classes whose
6573         names are matched by `*-font-lock-extra-types'.
6575         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
6576         followed by an identifier in C++ then it's a type.
6578 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6580         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
6581         problem that primarily affected XEmacs.  Don't use faces to find
6582         unterminated strings since Emacs and XEmacs fontify strings
6583         differently - this function should now work better in XEmacs.
6585 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6587         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
6588         `expand-abbrev' workaround which caused braces to misbehave inside
6589         macros.
6591         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
6592         handling.  This bug could cause interactive font locking to bail out.
6594 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6596         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6597         Handle paren-style types in Pike.  Also fixed some cases of
6598         insufficient handling of unbalanced parens.
6600 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
6602         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
6603         common shell prompts that are not common filename or URL characters.
6604         (ffap-file-at-point): Use the new regexp to strip the prompts from
6605         the file names.  This is an issue mostly for user prompts that
6606         don't have a trailing space and find-file-at-point is invoked from
6607         within a shell inside Emacs.
6609 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
6611         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
6612         stamps numerically, rather than textually.
6614 2003-09-24  Kenichi Handa  <handa@m17n.org>
6616         * language/devan-util.el (devanagari-post-read-conversion):
6617         * language/mlm-util.el (malayalam-post-read-conversion):
6618         * language/tml-util.el (tamil-post-read-conversion):
6619         Add autoload cookie.
6621         * international/utf-8.el (utf-8-post-read-conversion):
6622         Call post-read-conversion functions for Devanagari, Malayalam,
6623         and Tamil.
6625 2003-09-23  Dave Love  <fx@gnu.org>
6627         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
6629 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
6631         * progmodes/gud.el (perldb): Add gud-until to list of commands.
6632         Update gud-remove.
6634 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6636         * progmodes/sh-script.el (sh-mode-default-syntax-table):
6637         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
6638         (sh-mode-syntax-table-input): New variable.
6639         (sh-require-final-newline): Don't use eval.
6640         (sh-builtins, sh-leading-keywords, sh-other-keywords)
6641         (sh-variables, sh-font-lock-keywords): Don't use eval.
6642         (sh-set-shell): When setting require-final-newline,
6643         treat value = `require-final-newline' as don't change it.
6644         Set sh-mode-syntax-table locally based on
6645         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
6647         * progmodes/compile.el (compile-internal):
6648         Call compilation-set-window-height before setting window start.
6650 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
6652         * emacs-lisp/bytecomp.el (byte-compile-log-file):
6653         Clear out byte-compile-last-warned-form.
6655 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6657         * woman.el (woman-file-name, woman-follow-word):
6658         If current-word returns nil, use "".
6660         * simple.el (eval-expression): Bind standard-output in to-buffer case.
6662 2003-09-22  Richard M. Stallman  <rms@gnu.org>
6664         * emacs-lisp/lisp-mnt.el (lm-with-file):
6665         Don't visit the file, just use insert-file-contents in temp buffer.
6667 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
6669         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
6670         Add surrounding \\( and \\) around the header, as in
6671         for lm-history-header 'Change Log\\|History'.
6673 2003-09-22  John Paul Wallington  <jpw@gnu.org>
6675         * progmodes/ld-script.el: Add Commentary section,
6676         minor cleanup of file header.
6677         (ld-script-font-lock-keywords): Doc fix.
6678         (toplevel): Provide `ld-script' feature.
6680 2003-09-21  Kim F. Storm  <storm@cua.dk>
6682         * scroll-bar.el (set-scroll-bar-mode): Initialize to
6683         new built-in variable default-frame-scroll-bars.
6684         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
6685         scroll-bar-mode; notably, use it instead of t when we toggle
6686         scroll-bars on.
6687         (toggle-scroll-bar): Use default-frame-scroll-bars.
6689 2003-09-19  Masatake YAMATO  <jet@gyve.org>
6691         * pcvs.el (cvs-do-removal): Change the prompt depending on
6692         `filter' value.
6694 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
6696         * startup.el (command-line-1): Stop startup-echo-area-message
6697         being hidden by "Loading image..." message.
6698         (use-fancy-splash-screens-p, display-splash-screen):
6699         Move display-graphic-p test from latter to former.
6701         * progmodes/sh-script.el (sh-font-lock-keywords):
6702         Highlight escaped EOLs differently from other backslash constructs.
6704 2003-09-19  Richard M. Stallman  <rms@gnu.org>
6706         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
6707         New functions.
6708         (edebug-enter, edebug-outside-excursion): Use them.
6710         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6711         Fix the condition for whether to print "In WHERE".
6713 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
6715         * finder.el (finder-mode-hook): New variable.
6716         (finder-mode): Run hook finder-mode-hook
6718 2003-09-18  Masatake YAMATO  <jet@gyve.org>
6720         * progmodes/ebrowse.el: Fix broken magic autoload comments.
6722 2003-09-17  Mario Lang  <mlang@delysid.org>
6724         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
6725         "p %e" to actually print the value in the GUD buffer.
6727 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
6729         From David Ponce <david.ponce@wanadoo.fr>:
6730         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
6731         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
6732         from loaddefs-boot.el if necessary.
6734 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
6736         * progmodes/gud.el (gud-find-class): Make jdb work again since
6737         cc-mode changed the syntactic information.
6739 2003-09-15  David Ponce  <david@dponce.com>
6741         * recentf.el: (recentf-exclude): Accept predicates too.
6742         (recentf-file-readable-p): New function.
6743         (recentf-include-p): Handle predicates in recentf-exclude.
6744         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
6745         (recentf-cleanup): Likewise.
6746         (recentf-save-list): Use write-file to handle backup of
6747         recentf-save-file.
6749 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
6751         * loaddefs-boot.el: Renamed from `loaddefs.el'
6752         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
6753         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
6754         necessary.
6756 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
6758         * electric.el (Electric-pop-up-window): For the `one-window' case,
6759         no longer disconcertingly move point in the original buffer.
6761 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6763         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
6765 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6767         * dired.el (dired-mode-map): Fix typo.
6769 2003-09-11  Richard M. Stallman  <rms@gnu.org>
6771         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
6773 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
6775         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
6776         the function is less noisy.  Now only `kill-buffer' can ask questions.
6778 2003-09-10  Mario Lang  <mlang@delysid.org>
6780         * battery.el: Update Commentary and Copyright.
6781         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
6782         appear due to wrong ordering of the expressions in `or'.
6784 2003-09-09  Lute Kamstra  <lute@gnu.org>
6786         * misc.el (upcase-char): Fix docstring.
6787         (zap-up-to-char): New command.
6789 2003-09-08  David Ponce  <david@dponce.com>
6791         Ensure that recentf correctly updates the menu bar.
6792         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
6793         (recentf-menu-bar): New function.
6794         (recentf-clear-data): Use it
6795         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
6796         of easy-menu-change.
6798 2003-09-08  Lute Kamstra  <lute@gnu.org>
6800         * simple.el (size-indication-mode): New.
6801         * bindings.el (mode-line-position): Add buffer size indicator.
6803 2003-09-04  Mario Lang  <mlang@delysid.org>
6805         * battery.el (battery-linux-proc-acpi): New function.
6806         (battery-status-function): Modify default value calculation to also
6807         check for availability of ACPI.
6808         (battery-echo-area-format): Ditto.
6809         (battery-mode-line-format): Ditto.
6811 2003-09-06  Dave Love  <fx@gnu.org>
6813         * ielm.el (ielm-mode-hook): Add :options.
6815         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
6816         (eldoc-print-current-symbol-info): Use it.
6818 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
6820         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
6821         being displayed in GUD buffer.
6822         (gdb-idle-input-queue): Remove var.  Use just one queue.
6823         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
6824         Remove functions.  Use just one queue.
6825         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
6826         (gdb-invalidate-assembler, gdb-get-current-frame):
6827         Modify functions.  Use just one queue.
6829 2003-09-04  Dave Love  <fx@gnu.org>
6831         * cus-start.el: Add blink-cursor-alist.
6833         * ruler-mode.el (ruler-mode-fill-column-char)
6834         (ruler-mode-current-column-char): Use char-displayable-p,
6835         not window-system.
6837         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
6839         * language/european.el (windows-1252): Move from code-pages.
6841         * language/cyrillic.el ("Windows-1251"): Delete.
6842         ("Bulgarian", "Belarusian"): Remove `features'.
6843         (windows-1251): Move from code-pages.
6845         * international/mule-diag.el (non-iso-charset-alist):
6846         Remove `codepage' stuff.
6847         (print-designation, list-coding-systems-1): Output fixes.
6849         * international/code-pages.el (cp-make-translation-table)
6850         (cp-valid-codes): Made defsubsts.
6851         (cp-fix-safe-chars): Delete.
6852         (mule-diag): Don't require.
6853         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
6854         (top-level): Check for defined coding system when defining
6855         cp... aliases.  Change w32-add-charset-info test to avoid warning.
6856         (non-iso-charset-alist): Defvar when compiling.
6857         (cp-make-coding-system): Doc fix.
6859 2003-09-02  Jason Rumney  <jasonr@gnu.org>
6861         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
6862         line-ends from CVS before doing conversion.
6864 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
6866         * calendar/diary-lib.el (diary-header-line-flag)
6867         (diary-header-line-format): New variables.
6868         (list-diary-entries): Use them to set header line in simple diary.
6870         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
6871         other than font-lock-string-face to highlight backslashes.
6873 2003-09-01  Jason Rumney  <jasonr@gnu.org>
6875         * international/titdic-cnv.el (tit-read-key-value): Include \r in
6876         regexp.
6878 2003-09-01  Dave Love  <fx@gnu.org>
6880         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
6882         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
6883         and :help; also line and column numbers labels.
6885         * international/mule-util.el (char-displayable-p): Move from
6886         latin1-disp, rename and autoload.
6888         * international/latin1-disp.el (latin1-char-displayable-p):
6889         Now obsolete alias.  Replace uses with char-displayable-p.
6890         (latin1-display-ucs-per-lynx): Fix last change.
6892         * international/mule-cmds.el (standard-display-european-internal):
6893         Don't use char code for Latin-1 NBSP.
6894         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
6895         U+2018, U+2019 for `'.
6896         (select-safe-coding-system): Message fix.
6898 2003-09-01  Kenichi Handa  <handa@m17n.org>
6900         * international/fontset.el (setup-default-fontset): For Thai
6901         font, specify "*" family.
6903 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
6905         * progmodes/compile.el (previous-error): Accept a prefix
6906         argument, similarly to next-error.
6908 2003-08-31  Masatake YAMATO  <jet@gyve.org>
6910         * pcvs.el (cvs-do-removal): Use = instead of eq to check
6911         the number of files.  Bind the number of files to a local
6912         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
6914 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
6916         * vc-hooks.el (vc-make-version-backup): Fix the change made on
6917         2003-07-26: msdos-long-file-names is a function, not a variable.
6919 2003-08-29  Richard M. Stallman  <rms@gnu.org>
6921         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
6922         Do nothing with mail-personal-alias-file if it is nil.
6924         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
6925         Do nothing if mail-personal-alias-file is nil.
6927         * term.el (term-exec-1): Bind coding-system-for-read.
6929         * dired.el (dired-mouse-find-file-other-window):
6930         Use dired-view-command-alist here, as in dired-view-file.
6931         (dired-view-command-alist): Use %s to substitute file name.
6932         Handle .ps_pages, .eps, .jpg, .gif, .png.
6934 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
6936         * info.el (Info-mode-map): Bind S-tab and <backtab> to
6937         `Info-prev-reference', instead of M-tab.
6939 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
6941         * simple.el (blink-matching-open): Work correctly on chars that
6942         are designated as parens through the syntax-table text property.
6944 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
6946         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
6947         line break position in the middle of a non-kinsoku (e.g. latin)
6948         word, making it skip until either a space or a character with
6949         category "|".
6950         (kinsoku-longer): Test for end of buffer.
6952 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
6954         * mail/rmail.el (rmail-convert-to-babyl-format):
6955         Detect quoted-printable- and base64-encoded messages and decode them
6956         automatically.  Set the message's encoding from the charset=
6957         header, if any.  Decode base64-encoded messages in Mail format as well.
6959 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6961         * mail/smtpmail.el: Fix previous change.
6962         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
6963         calling smtpmail-via-smtp.
6964         (smtpmail-via-smtp): Add fall-back values for envelope-from.
6966 2003-08-26  John Paul Wallington  <jpw@gnu.org>
6968         * image.el (image-jpeg-p): Don't search beyond length of data.
6970 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6972         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
6973         misfeature in `expand-abbrev' which caused electric keywords like
6974         "else" to disappear if an open brace was typed directly afterwards.
6976 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6978         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
6979         mandatory in `define-widget'.
6981         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
6982         Don't align the operators "!=", "<=" and ">=" as assignment operators.
6984         (c-assignment-operators): New language constant that only contains
6985         the assignment operators.
6987         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
6989 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
6991         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6992         Safeguard against unbalanced sexps.
6994 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
6996         * version.el (emacs-version): Check for gtk.  Include gtk version info.
6998 2003-08-25  John Paul Wallington  <jpw@gnu.org>
7000         * man.el (Man-default-man-entry): Don't whizz past the section
7001         number before looking for it.
7003 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
7005         * progmodes/gud.el (gud-display-line): Don't set window-point if
7006         source buffer is not visible.  (Only happens with M-x gdba.)
7008         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7009         documentation.
7010         (gdb-source, gdb-source-info): Update to assembler unnecessary
7011         as its done after each GDB command anyway.
7012         (gdb-pre-prompt): Use with-current-buffer.
7013         (gdb-insert-field): Add help-echo text.
7014         (gdb-invalidate-assembler): Re-display of assembler now done in
7015         gdb-info-breakpoints-custom.
7016         (gdb-info-breakpoints-custom): Force re-display of assembler to
7017         happen *after* update of breakpoints buffer.
7018         (gdb-display-source-buffer): Don't choke if gdb-source-window
7019         isn't visible.
7020         (gdb-put-string, gdb-put-arrow): Remove free variables.
7022 2003-08-24  John Paul Wallington  <jpw@gnu.org>
7024         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7026         * man.el (Man-default-man-entry): Strip text properties when
7027         snarfing parts of entry because `format' preserves properties.
7029 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7031         * files.el (file-newest-backup): Use `expand-file-name'.
7033         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7034         Allow the diary to pop up a new frame, if needed.
7036         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7037         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7038         (smtpmail-send-it): Make treatment of envelope-from consistent with
7039         sendmail.el.
7041         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7042         (sh-leading-keywords): Add the bash `time' reserved word.
7043         (sh-variables): Add some bash variables.
7044         (sh-add-completer): Fix nil branch of case statement.
7046 2003-08-24  Masatake YAMATO  <jet@gyve.org>
7048         * progmodes/ld-script.el: New file.
7050 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
7052         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7054 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
7056         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7057         Better explain obsolescence, and what to use instead.
7059 2003-08-23  Masatake YAMATO  <jet@gyve.org>
7061         * pcvs.el (cvs-do-removal): Show the deleted file name
7062         on the prompt.
7064 2003-08-20  Dave Love  <fx@gnu.org>
7066         * international/mule.el (make-coding-system)
7067         (set-buffer-file-coding-system): Doc fix.
7069         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7071         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7073         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7075         * international/utf-16.el: Add mime-text-unsuitable coding system
7076         properties.
7078         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7080         * cus-edit.el: Add some :links.
7081         (bib): Remove.
7083         * textmodes/bib-mode.el (bib): Add :group external.
7085 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
7087         * wid-edit.el (widget-echo-help): Make it handle expressions that
7088         evaluate to strings.
7090 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
7092         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
7094         Simplify selection of SQL products to define highlighting and
7095         interactive mode.  Includes detailed instructions on adding
7096         support for new products.
7098         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
7099         product for use in highlighting and interactive mode.
7100         (sql-interactive-product): New variable.  SQL product for
7101         sql-interactive-mode.
7102         (sql-product-support): New variable.  Specifies product-specific
7103         parameters to drive highlighting and interactive mode.
7104         (sql-imenu-generic-expression): Add more object types.
7105         (sql-sqlite-options): Correct comment.
7106         (sql-ms-program): Use "osql" rather than "isql".
7107         (sql-prompt-regexp, sql-prompt-length): Update comment.
7108         (sql-mode-menu): Add "Start SQLi session" entry.
7109         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
7110         (sql-mode-abbrev-table): Add abbreviations.  Support of
7111         SYSTEM-FLAG on define-abbrev.  Support was removed with last
7112         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7113         (sql-mode-font-lock-object-name): Add font-lock pattern for object
7114         names.
7115         (sql-mode-ansi-font-lock-keywords): Set as default value.
7116         (sql-mode-oracle-font-lock-keywords): Set as default value.
7117         Support Oracle 9i keywords.
7118         (sql-mode-postgres-font-lock-keywords): Set as default value.
7119         (sql-mode-linter-font-lock-keywords): Set as default value.
7120         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
7121         SQLServer 2000.
7122         (sql-mode-sybase-font-lock-keywords)
7123         (sql-mode-interbase-font-lock-keywords)
7124         (sql-mode-sqlite-font-lock-keywords)
7125         (sql-mode-strong-font-lock-keywords)
7126         (sql-mode-mysql-font-lock-keywords)
7127         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
7128         keywords.
7129         (sql-mode-font-lock-defaults): Update comment.
7130         (sql-product-feature): New function.  Returns feature associated
7131         with a product from `sql-product-support' alist.
7132         (sql-product-font-lock): New function.  Set font-lock support
7133         based on `sql-product'.
7134         (sql-add-product-keywords): New function.  Add font-lock rules to
7135         product-specific keyword variables.
7136         (sql-set-product): New function.  Set `sql-product' and apply
7137         appropriate font-lock highlighting.
7138         (sql-highlight-product): New function.  Set font-lock support
7139         based on a product.  Also set mode name to include product name.
7140         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7141         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7142         Use `sql-set-product'.
7143         (sql-highlight-ms-keywords)
7144         (sql-highlight-sybase-keywords)
7145         (sql-highlight-interbase-keywords)
7146         (sql-highlight-strong-keywords)
7147         (sql-highlight-mysql-keywords)
7148         (sql-highlight-sqlite-keywords)
7149         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
7150         (sql-get-login): Prompt in the same order as the tokens.
7151         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7152         (sql-product-interactive): New function.  Common portions of
7153         product-specific interactive mode wrappers.
7154         (sql-interactive-mode): Rewritten to use product features.
7155         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7156         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7157         (sql-db2, sql-linter): Use `sql-product-interactive'.
7158         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7159         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7160         (sql-connect-ingres, sql-connect-postgres)
7161         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7162         New functions.  Format command line parameters and invoke comint on
7163         the appropriate interpreter.  Code was in the corresponding
7164         `sql-xyz' function before.
7165         (sql-connect-ms): New function.  Support -E argument to use
7166         operating system credentials for authentication.
7168 2003-08-18  Kenichi Handa  <handa@m17n.org>
7170         * international/mule.el (encode-char): Fix for the ASCII case.
7172 2003-08-15  Kenichi Handa  <handa@m17n.org>
7174         * international/fontset.el (setup-default-fontset): Change "*" to
7175         nil in the specifications of font family.
7177 2003-08-18  Kim F. Storm  <storm@cua.dk>
7179         * kmacro.el (kmacro-keymap): Group related bindings in
7180         initialization for clarity.  Bind C-s to start macro.
7181         Remove C-r binding.
7182         (kmacro-initial-counter-value): New defvar to hold initial counter
7183         value in case we set the value before defining a macro.
7184         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7185         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7186         not defining or executing macro.  Doc fix.
7187         (kmacro-add-counter): Clear kmacro-initial-counter-value.
7188         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7189         temporarily view older elements on the macro ring without cycling
7190         the ring.
7191         (kmacro-display): Doc fix.
7192         (kmacro-exec-ring-item): New helper function.
7193         (kmacro-call-ring-2nd): Use it.
7194         (kmacro-call-ring-2nd-repeat): Doc fix.
7195         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7196         (kmacro-end-or-call-macro): Execute last viewed macro (using
7197         kmacro-exec-ring-item) from ring if this follows
7198         kmacro-view-macro.  This allows us to find a macro on the ring
7199         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7200         the ring to bring it to the head of the ring.
7201         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7202         Allow binding to reserved keys without specifying C-x C-k prefix.
7203         Ask for confirmation if entered key sequence is already bound to
7204         a non-macro command.
7205         (kmacro-view-macro): Repeating command will show older elements
7206         on the macro ring; C-k will execute the last viewed macro.
7207         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
7208         property from 'ring to 'head.
7210 2003-08-17  Alan Shutko  <ats@acm.org>
7212         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
7213         keeping December out of the alist.
7215 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
7217         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7218         * calendar/calendar.el (calendar-mode-map): Bind it to key.
7219         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7220         (calendar-flatten): New function.
7221         (calendar-mouse-view-other-diary-entries)
7222         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7223         in the menu title and to show multi-line diary entries correctly
7224         in the menu.
7226 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
7228         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7229         defcustom, because the default was recently changed.
7231 2003-08-16  Richard M. Stallman  <rms@gnu.org>
7233         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7235         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7236         New subroutine, broken out of eval-last-sexp-1.
7237         (eval-last-sexp-1): Use eval-last-sexp-print-value.
7239         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
7241         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
7243         * simple.el (eval-expression): Use eval-last-sexp-print-value.
7245 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
7247         * progmodes/compile.el (compilation-error-regexp-alist):
7248         Add Java ANt error detection as described in document
7249         http://ant.apache.org/faq.html
7251 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
7253         * simple.el (backward-word, forward-to-indentation)
7254         (backward-to-indentation): Argument changed to optional.
7255         (next-line, previous-line): Use `or' instead of `unless'.
7257 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7259         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
7260         instead of a constant.
7262 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
7264         * shell.el (shell): With prefix-arg, suggest a new buffer name.
7266 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
7268         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
7269         (vc-sccs-workfile-version): Search the entire delta table, rather
7270         than just the first entry, because that might be a deleted version.
7272 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
7274         * menu-bar.el (menu-bar-options-menu): Supply a body for the
7275         [save-place] binding in the Options menu.  Have it require
7276         'saveplace' and then toggle the variable manually, to avoid an an
7277         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
7278         for the bug report.
7280 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
7282         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
7283         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
7284         (gdb-info-threads-custom): Add help-echo text.
7285         (gdb-display-back): Don't use purecopy.
7286         (gdb-info-breakpoints-custom, gdb-reset)
7287         (gdb-assembler-custom): Use display-images-p to test if breakpoint
7288         icons can be displayed.
7290 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
7292         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
7294 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
7296         * bookmark.el (bookmark-completing-read):
7297         Return a string, instead of a list of one string.
7298         Use a popup menu if activated from the mouse.
7299         (bookmark-edit-annotation): Remove unused vars.
7300         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
7301         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
7302         to bookmark-completing-read.
7303         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7304         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
7305         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
7306         and erase-buffer.
7307         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
7308         (bookmark-menu-jump, bookmark-menu-insert)
7309         (bookmark-popup-menu-and-apply-function)
7310         (bookmark-menu-popup-paned-bookmark-menu): Remove.
7311         (bookmark-menu-build-paned-menu): Remove by folding it into
7312         bookmark-menu-popup-paned-menu.
7313         (menu-bar-bookmark-map): Move the define-key statements here.
7314         Use the "non-menu" commands since they now pop up a menu if needed.
7315         (bookmark-exit-hook-internal): Simplify.
7317 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
7319         * reftex-toc.el (reftex-toc-rename-label): New function.
7320         (reftex-toc-check-docstruct): New function.
7322         * reftex.el (reftex-region-active-p): New function.
7324         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
7325         regexp to find the \bibliography macro.
7327         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
7328         which does not exist in LaTeX.
7329         (reftex-cite-format-builtin): Added amsrefs support.
7330         (reftex-toc-confirm-promotion): New option
7332         * reftex-toc.el
7333         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
7334         (reftex-toc-demote, reftex-toc-promote)
7335         (reftex-toc-do-promote, reftex-toc-promote-prepare)
7336         (reftex-toc-promote-action, reftex-toc-extract-section-number)
7337         (reftex-toc-newhead-from-alist)
7338         (reftex-toc-load-all-files-for-promotion): New functions.
7339         (reftex-toc-help): Added description of new keys.
7340         (reftex-toc-split-windows-fraction): New option.
7341         (reftex-recenter-toc-when-idle): Search *toc* window on all
7342         visible frames.
7343         (reftex-toc): Additional parameter REUSE
7344         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
7345         with REUSE argument.
7346         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
7347         the call of `reftex-toc'.
7348         (reftex-make-separate-toc-frame): New function .
7349         (reftex-toc-recenter): When called with triple prefix arg, call
7350         `reftex-make-separate-toc-frame' first.
7351         (reftex-toc-toggle-dedicated-frame): New command.
7352         (reftex-toc-quit): Adapted to delete frame when called in
7353         dedicated frame.
7355         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
7356         all enclosing macros.
7359 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7361         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
7362         first use.
7364 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7366         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
7368 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
7370         * calendar/calendar.el (list-diary-entries-hook)
7371         (diary-display-hook, nongregorian-diary-listing-hook)
7372         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
7373         Add some customize options for these hooks.
7374         (calendar-abbrev-construct): Don't try to take a substring longer
7375         than the original string.
7377 2003-08-05  Richard M. Stallman  <rms@gnu.org>
7379         * emacs-lisp/testcover.el (noreturn): Report error if does return.
7380         (testcover-reinstrument-clauses): Doc fix.
7382         * emacs-lisp/warnings.el: Doc fixes, args renamed.
7383         (warning-type-format): Rename from warning-group-format.
7385         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
7386         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
7387         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
7388         to prevent warnings about defvar for an obsolete variable.
7390         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7391         warning-group-format renamed to warning-type-format.
7393         * subr.el (read-passwd): Use clear-string instead of fillarray.
7395         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
7396         Use vconcat instead of concat.
7397         (edmacro-sanitize-for-string): New function.
7399 2003-08-05  Dave Love  <fx@gnu.org>
7401         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
7402         line-number-display-limit-width.
7404         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
7406 2003-08-05  Kenichi Handa  <handa@m17n.org>
7408         * international/code-pages.el: Don't require mule-diag.
7410         * international/mule-diag.el (non-iso-charset-alist):
7411         Add autoload cookie.
7413         * language/devan-util.el (dev-glyph-order): Add an entry for the
7414         glyph code #xC4.
7416 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7418         * calendar/calendar.el (diary-file, diary-file-name-prefix)
7419         (european-calendar-style, diary-date-forms)
7420         (calendar-day-name-array, calendar-month-name-array): Doc change.
7421         (generate-calendar-month): Adapt for new behaviour of
7422         `calendar-day-name' function.
7423         (calendar-abbrev-length, calendar-day-abbrev-array)
7424         (calendar-month-abbrev-array): New variables.
7425         (calendar-abbrev-construct): New function.
7426         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
7427         rather than fixing abbrevs at some width.  Calling syntax change.
7428         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
7429         (calendar-date-string): Adapt for new behaviours of
7430         `calendar-day-name' and `calendar-month-name' functions.
7432         * calendar/diary-lib.el (list-diary-entries): Adapt for new
7433         behaviour of `calendar-day-name' and `calendar-month-name' functions.
7434         (diary-name-pattern): Use abbrev arrays, rather than fixing
7435         abbrevs at three chars.  Calling syntax change.
7436         (mark-diary-entries): Adapt for new behaviours of
7437         `diary-name-pattern' and `calendar-make-alist' functions.
7438         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
7439         `diary-name-pattern' function.
7440         (font-lock-diary-date-forms): Use abbrev arrays, rather than
7441         fixing abbrevs at three chars.  Calling syntax change.
7442         (cal-hebrew, cal-islam): Require when compiling.
7443         (diary-font-lock-keywords): Adapt for new behaviour of
7444         `font-lock-diary-date-forms' function.
7446         * calendar/cal-hebrew.el: Reposition some code so defined before used.
7447         (calendar-hebrew-month-name-array-common-year)
7448         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
7449         (list-hebrew-diary-entries): Adapt for new behaviours of
7450         `calendar-day-name' and `add-to-diary-list' functions.
7451         (mark-hebrew-diary-entries): Adapt for new behaviours of
7452         `diary-name-pattern' and `calendar-make-alist' functions.
7454         * calendar/cal-islam.el (calendar-islamic-month-name-array):
7455         Add doc string.
7456         (list-islamic-diary-entries): Adapt for new behaviours of
7457         `calendar-day-name' and `add-to-diary-list' functions.
7458         (mark-islamic-diary-entries): Adapt for new behaviours of
7459         `diary-name-pattern' and `calendar-make-alist' functions.
7461         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
7462         `calendar-month-name' function.
7464         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
7466         * calendar/solar.el (solar-seasons-data): Move definition before use.
7468         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
7469         (cal-tex-LaTeX-hourbox): Move definition before use.
7471         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
7472         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
7473         lunar.el, solar.el
7474         (displayed-month, displayed-year): Define for compiler.
7476 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7478         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
7479         MODE.  Renamed from c-init-c-language-vars'.
7480         (c-initialize-cc-mode): Change accordingly.
7481         (c-common-init): Ditto.
7482         (c-mode): Ditto.
7483         (c++-mode): Use `c-init-language-vars-for'.
7484         (objc-mode): Ditto.
7485         (java-mode): Ditto.
7486         (idl-mode): Ditto.
7487         (pike-mode): Ditto.
7488         (awk-mode): Ditto.
7490 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7492         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
7493         or not the point moved.
7495         (c-search-decl-header-end): Don't trip up on operator identifiers
7496         in C++ and operators like == in all languages.
7498         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7499         Detect leading labels correctly.
7501 2003-08-02  Andreas Schwab  <schwab@suse.de>
7503         * textmodes/ispell.el: Don't redo key bindings on loading, put
7504         them only in loaddefs.el.
7505         * bookmark.el: Likewise.
7506         * dabbrev.el: Likewise.
7507         * emerge.el: Likewise.
7509         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
7510         has more than one member.
7512         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
7514 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7516         * lpr.el (printify-region): It was ending conversion before the
7517         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
7519 2003-07-31  John Paul Wallington  <jpw@gnu.org>
7521         * net/browse-url.el (browse-url-epiphany): Doc fix.
7523 2003-07-30  Kenichi Handa  <handa@m17n.org>
7525         * international/fontset.el (setup-default-fontset):
7526         Change registry names of Akurti fonts.
7528 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7530         * comint.el (comint-read-noecho): Use `clear-string' instead of
7531         `fillarray'.
7533 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
7535         * outline.el (outline-mode-hook): Add defvar.
7537 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
7539         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
7540         Restore assembler in source window if that is what has been selected.
7541         (menu): Add gdb-restore-windows to menu.  Make gdba
7542         specific menus only visible from gdba.
7544 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7546         * progmodes/compile.el (compilation-environment): New user variable.
7547         (compile-internal): Respect it.
7549 2003-07-23  Masatake YAMATO  <jet@gyve.org>
7551         * progmodes/gud.el (gdb-script-font-lock-keywords):
7552         Put `font-lock-function-name-face' on a symbol which includes
7553         `-' like `hook-run'.  Put font-lock-variable-name-face
7554         on a symbol starting with $.
7556 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
7558         * files.el (set-visited-file-name): Use truename for buffer-file-name.
7560 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7562         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
7564 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
7566         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
7567         Use with-no-warnings.
7568         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
7569         rather than to find-file-not-found-hook, which doesn't exist.
7571 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7573         * international/quail.el (quail-translate-key): Fix previous change.
7575 2003-07-25  John Paul Wallington  <jpw@gnu.org>
7577         * server.el (server-start): Check `server-process' is non-nil
7578         before killing it to avoid killing current buffer's process.
7580         * simple.el (choose-completion-string): Use `minibufferp';
7581         test `completion-reference-buffer' if `buffer' arg is nil.
7582         (push-mark): Use `when' and `unless'.
7583         (pop-mark): Use `when'.
7585         * mouse-sel.el (mouse-sel-get-selection-function):
7586         Check `x-last-selected-text-primary'.  Don't barf if it or
7587         `x-last-selected-text' aren't bound.
7589 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7591         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
7593 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
7595         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
7597 2003-07-23  John Paul Wallington  <jpw@gnu.org>
7599         * tooltip.el (defface tooltip): Inherit from variable-pitch.
7601 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7603         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
7604         string.  Defvar the derived hook.
7606         * macros.el (insert-kbd-macro): Escape double quote character.
7607         From Thomas W Murphy <twm@andrew.cmu.edu>.
7609 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
7611         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
7612         to match the specific mark rather than reusing comment-start-skip.
7614 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
7616         * progmodes/hideshow.el (hs-special-modes-alist):
7617         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
7619 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
7621         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
7622         value using ?\s.
7624 2003-07-21  John Paul Wallington  <jpw@gnu.org>
7626         * subr.el (with-selected-window): Add closing paren.
7628 2003-07-21  Richard M. Stallman  <rms@gnu.org>
7630         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
7631         (lisp-mode): Likewise.
7633         * subr.el (with-selected-window): Copy code form save-selected-window
7634         so as to call select-window with norecord arg.
7635         (dynamic-completion-table): Doc fix.
7636         (lazy-completion-table): Doc fix.
7638         * international/mule-cmds.el (set-locale-environment):
7639         langinfo renamed to locale-info.
7641         * international/mule.el (auto-coding-functions): Doc fix.
7643 2003-07-21  Kenichi Handa  <handa@m17n.org>
7645         * international/quail.el (quail-translate-key):
7646         Update quail-current-str correctly.
7648 2003-07-21  Andreas Schwab  <schwab@suse.de>
7650         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
7651         ?, to "_".
7653 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
7654         Version 2.0.36 of Tramp released.
7656         * net/tramp.el (tramp-default-password-end-of-line): Rename from
7657         tramp-password-end-of-line.
7658         (tramp-password-end-of-line): New method parameter.
7659         (tramp-get-password-end-of-line): Function to access method
7660         parameter `tramp-password-end-of-line', or variable
7661         `tramp-default-password-end-of-line' (default value).
7662         (tramp-methods): Add entries for new parameter
7663         tramp-password-end-of-line.
7664         (tramp-enter-password): Use new function
7665         `tramp-get-password-end-of-line'.
7666         (tramp-handle-insert-file-contents): Do not
7667         unconditionally inhibit the file operation file-local-copy, only
7668         do that when the inhibit-file-name-operation is currently
7669         insert-file-contents.  This fixes finding remote CVS-controlled
7670         files.  (It would barf on inserting the CVS/Entries file
7671         literally, because the file-local-copy handler wasn't called.)
7672         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
7673         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
7674         (tramp-initial-commands): New variable.
7675         (tramp-process-initial-commands): New function, using the variable.
7676         (tramp-open-connection-setup-interactive-shell): Call the new function.
7677         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
7678         method into the buffer name, never use nil.  Reported by Hanak
7679         David <dhanak@inf.bme.hu>.
7680         (tramp-open-connection-setup-interactive-shell): Erase buffer
7681         before sending "stty -onlcr".
7683         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
7685 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
7687         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
7689 2003-07-19  John Paul Wallington  <jpw@gnu.org>
7691         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
7692         (artist-draw-rect, artist-draw-square): Doc fixes.
7694         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
7696         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
7698 2003-07-19  Kenichi Handa  <handa@m17n.org>
7700         * international/kkc.el (kkc-show-conversion-list-update):
7701         Highlight the correct candidate in the message.
7703 2003-07-18  John Paul Wallington  <jpw@gnu.org>
7705         * simple.el (current-word): Don't include punctuation char when
7706         `really-word' arg is non-nil.
7708 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
7710         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
7711         moved to the directory obsolete.
7713 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
7715         * info.el (Info-menu-entry-name-re): Allow newlines in
7716         menu entry names.
7718         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
7719         syntax-ppss-after-change-function.
7720         (syntax-ppss-after-change-function): New alias.  Update uses.
7721         (syntax-ppss): Catch the case where the buffer is narrowed.
7723 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7725         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
7726         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
7728 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7730         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
7731         since it might be modified.
7733         * progmodes/cc-langs.el (c++-make-template-syntax-table)
7734         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
7735         names to these language constants.
7737 2003-07-15  Kim F. Storm  <storm@cua.dk>
7739         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
7740         All uses changed.
7742 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
7744         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
7745         Namespace support.
7747 2003-07-13  Juanma Barranquero  <lektu@terra.es>
7749         * frame.el (modify-all-frames-parameters): Reinstall (copyright
7750         papers received).
7752 2003-07-13  Karl Eichwalder  <ke@suse.de>
7754         * textmodes/po.el (po-find-charset): White space at the start of the
7755         Content-Type field body is non-mandatory.
7757 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
7759         * textmodes/texinfo.el (texinfo-section-list):
7760         Append appendixsection; a synonym for appendixsec.
7762 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
7764         * man.el (Man-translate-cleanup): New.
7765         (Man-translate-references): Call `Man-translate-cleanup' to clean
7766         leading, trailing and middle spaces.
7768 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
7770         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
7771         Handle `dired-directory' being a list.
7773 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7775         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
7776         it doesn't exist.
7778 2003-07-12  Richard M. Stallman  <rms@gnu.org>
7780         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
7782         * progmodes/cc-defs.el (c-make-keywords-re):
7783         Don't use delete-duplicates.
7784         (c-lang-const): Don't use mapcan.
7786         * apropos.el (apropos-show-scores): Make it customizable.
7787         Document new meaning.
7788         (apropos): Compute scores from symbols.
7789         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
7791 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7793         * ps-bdf.el: Fix copyright line.
7794         (bdf-directory-list): Fix initialization code.
7796 2003-07-11  John Paul Wallington  <jpw@gnu.org>
7798         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
7799         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
7800         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
7802 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
7804         * emacs-lisp/ring.el (ring-elements): Doc fix.
7806 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7808         * calendar/timeclock.el (timeclock-relative)
7809         (timeclock-ask-before-exiting, timeclock-use-display-time):
7810         Doc changes.
7811         (timeclock-modeline-display): Give a message if
7812         `timeclock-use-display-time' is non-nil but `display-time-mode'
7813         is not active.
7815 2003-07-11  Kenichi Handa  <handa@m17n.org>
7817         * international/mule-cmds.el (set-language-environment):
7818         Set current-language-environment to the correct string.
7820 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7822         * ps-print.el: Print line number correctly in a region.  Reported by
7823         Tim Allen <timallen@ls83.fsnet.co.uk>.
7824         (ps-print-version): New version number (6.6.2).
7825         (ps-printing-region): Code fix.
7827 2003-07-10  John Paul Wallington  <jpw@gnu.org>
7829         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
7830         this function can be called from `add-completions-from-tags-table'.
7832 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
7834         * calendar/timeclock.el (timeclock-use-display-time)
7835         (timeclock-day-over-hook, timeclock-workday-remaining)
7836         (timeclock-status-string, timeclock-when-to-leave)
7837         (timeclock-when-to-leave-string, timeclock-log-data)
7838         (timeclock-find-discrep, timeclock-day-base)
7839         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
7840         (timeclock-modeline-display): Set the variable
7841         `timeclock-modeline-display'.
7842         (timeclock-update-modeline): Doc fix.  Respect value of
7843         `timeclock-relative'.
7845 2003-07-09  Richard M. Stallman  <rms@gnu.org>
7847         * textmodes/reftex-parse.el (reftex-all-document-files):
7848         Add autoload cookie.
7850         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
7851         (reftex-scanning-info-available-p): Add autoload cookie.
7853         * international/mule-cmds.el
7854         (set-display-table-and-terminal-coding-system): Delete duplicate
7855         aset on standard-display-table.
7857         * view.el (view-file): If existing buffer's major mode is special,
7858         don't go into view mode.
7860         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
7862 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7864         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
7865         buffer changes; there's third party code that calls this function
7866         directly.
7868 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7870         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
7871         (autodoc-font-lock-keywords): Don't byte compile on font lock
7872         initialization when running from byte compiled files.
7874 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7876         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
7877         statement ends with auto-increment "++".
7879 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7881         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7882         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7883         these are changed, so declare them as variables and not constants.
7885 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
7887         * subr.el (dolist, dotimes): Doc fix.
7889 2003-07-08  Kim F. Storm  <storm@cua.dk>
7891         * international/mule-cmds.el
7892         (set-display-table-and-terminal-coding-system): Don't break
7893         bootstrap if standard-display-table isn't setup yet.
7895 2003-07-07  Richard M. Stallman  <rms@gnu.org>
7897         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
7898         Give it a doc string, and autoload it.
7900         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
7901         Use with-no-warnings.
7903         * info.el (Info-search): If find invisible text, search again.
7905         * isearch.el (search-whitespace-regexp): Add a shy group around it.
7907         * man.el (Man-name-regexp): Match + as part of name.
7909         * simple.el (visible-mode): Rename from vis-mode.
7910         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
7912         * simple.el (current-word): New arg REALLY-WORD specifies
7913         don't include punctuation chars.
7915         * emacs-lisp/debug.el (debug, debugger-env-macro):
7916         Use with-no-warnings while accessing and binding unread-command-char.
7918         * international/mule-cmds.el
7919         (set-display-table-and-terminal-coding-system): Use explicit loop
7920         instead of calling standard-display-default.
7922         * net/ange-ftp.el (ange-ftp-file-symlink-p):
7923         Use condition-case to catch error in ange-ftp-get-files.
7925         * net/browse-url.el (browse-url-browser-function):
7926         Add alternative for Epiphany.
7927         (browse-url-epiphany-program, browse-url-epiphany-arguments)
7928         (browse-url-epiphany-startup-arguments)
7929         (browse-url-epiphany-new-window-is-tab): New variables.
7930         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
7932         * progmodes/compile.el (compile-auto-highlight): Default now t.
7933         (compile): Doc fix.
7934         (compilation-next-error): Fix previous change.
7936         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
7938         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
7940 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
7942         * gdb-ui.el (gdb-source-info): Display current frame when
7943         attaching to an existing process.
7944         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
7945         while laying out windows when attaching to an existing process.
7947 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
7949         * info.el (Info-menu): Use Info-menu-entry-name-re.
7951 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
7953         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
7954         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
7956         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
7957         to match the same text.
7959 2003-07-06  John Paul Wallington  <jpw@gnu.org>
7961         * vc.el (vc-annotate-offset): Move defvar up.
7963 2003-07-06  Kim F. Storm  <storm@cua.dk>
7965         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
7966         This should fix the infinite loop when extracting menu names.
7968 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7970         * files.el (auto-mode-alist, interpreter-mode-alist):
7971         Remove entries to CC Mode modes to avoid duplicates; they are now added
7972         with autoload directives in cc-mode.el.
7974 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
7976         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7977         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7978         these are changed, so declare them as variables and not constants.
7980         * progmodes/cc-mode.el: Fix some autoload problems: Try to
7981         ensure that the entry for ".c" extension comes before the one for
7982         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
7983         Fix incorrect entries that were added to `interpreter-mode-alist'.
7984         Move the autoload directives for AWK to the top level since they
7985         aren't recognized anywhere else.  Do not use the new AWK mode doc
7986         in the autoload form for the old AWK mode.
7988 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7990         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
7991         (bibtex-sort-ignore-string-entries): Default value t.
7992         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
7993         erroneously in previous version.
7994         (bibtex-string-files): Docstring reflects new parsing scheme.
7995         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
7996         docstring, add # as one of the chars to crush
7997         (bibtex-autokey-prefix-string, bibtex-autokey-names)
7998         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
7999         (bibtex-autokey-name-change-strings)
8000         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8001         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8002         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8003         (bibtex-autokey-title-terminators)
8004         (bibtex-autokey-titlewords-stretch)
8005         (bibtex-autokey-titleword-ignore)
8006         (bibtex-autokey-titleword-case-convert)
8007         (bibtex-autokey-titleword-abbrevs)
8008         (bibtex-autokey-titleword-abbrevs)
8009         (bibtex-autokey-titleword-change-strings)
8010         (bibtex-autokey-titleword-length)
8011         (bibtex-autokey-titleword-separator)
8012         (bibtex-autokey-name-year-separator)
8013         (bibtex-autokey-year-title-separator)
8014         (bibtex-autokey-before-presentation-function)
8015         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8016         Fix docstring.
8017         (bibtex-strings, bibtex-reference-keys):
8018         Use lazy-completion-table and make-variable-buffer-local.
8019         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8020         (bibtex-braced-string-syntax-table)
8021         (bibtex-quoted-string-syntax-table): New variables.
8022         (bibtex-parse-nested-braces): Remove.
8023         (bibtex-parse-field-string): Use syntax table and forward-sexp.
8024         (bibtex-parse-association): Simplify.
8025         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8026         (bibtex-parse-field-text): Simplify.
8027         (bibtex-search-forward-field, bibtex-search-backward-field):
8028         argument BOUND can take value t.
8029         (bibtex-start-of-field, bibtex-start-of-name-in-field)
8030         (bibtex-end-of-name-in-field, bibtex-end-of-field)
8031         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8032         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8033         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8034         (bibtex-skip-to-valid-entry): Return buffer position of beginning
8035         and ending of entry.  Update for changes of bibtex-search-entry.
8036         Simplify.
8037         (bibtex-map-entries): FUN is called with three arguments.
8038         (bibtex-search-entry): Return a cons pair with buffer positions of
8039         beginning and end of entry.
8040         (bibtex-enclosing-field): Simplify.
8041         (bibtex-format-entry): Use booktitle to set a missing title.
8042         (bibtex-autokey-get-names): Fiddle with regexps.
8043         (bibtex-generate-autokey): Use identity.
8044         (bibtex-parse-keys): Use simplified parsing algorithm if
8045         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
8046         arguments.  Return alist of keys.
8047         (bibtex-parse-strings): Simplify.  Return alist of strings.
8048         (bibtex-complete-string-cleanup): Fix docstring.
8049         (bibtex-read-key): New function.
8050         (bibtex-mode): Fix docstring.  Do not parse for keys and
8051         strings when the mode is entered.  Set fill-paragraph-function to
8052         bibtex-fill-field.  Setup font-lock-mark-block-function the way
8053         font-lock intended.
8054         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
8055         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8056         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8057         (bibtex-Preamble): Avoid hard coded constants.
8058         (bibtex-make-field): Fix docstring.  Simplify.
8059         (bibtex-beginning-of-entry): Always return new position of point.
8060         (bibtex-end-of-entry): Rearrange cond clauses.
8061         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8062         Update for changes of bibtex-map-entries.
8063         (bibtex-ispell-abstract): Do not move point.
8064         (bibtex-entry-index): Use downcase.  Simplify.
8065         (bibtex-lessp): Handle catch-all.
8066         (bibtex-find-crossref): Turn into a command.
8067         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
8068         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
8069         preamble entries.
8070         (bibtex-fill-field-bounds): New function.
8071         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
8072         (bibtex-fill-entry): Use bibtex-fill-field-bounds
8073         (bibtex-String): Use bibtex-strings.  Always obey
8074         bibtex-sort-ignore-string-entries.
8076 2003-07-05  John Paul Wallington  <jpw@gnu.org>
8078         * cus-theme.el (customize-create-theme):
8079         Call `customize-create-theme' in Reset widget's notify function.
8081         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8082         (ibuffer-mark-interactive): Use `or' instead of `unless'.
8083         (define-ibuffer-column name): Add summarizer.
8084         (define-ibuffer-column size): Likewise.
8085         (define-ibuffer-column filename): Likewise.
8086         (define-ibuffer-column process): Likewise.  Change BODY's output too.
8087         (define-ibuffer-column filename-and-process): Likewise, likewise.
8088         (ibuffer): Remove local vars `already-in' and `need-update'.
8090         * ibuf-ext.el: Don't require `derived' at compile-time.
8092 2003-07-05  Kim F. Storm  <storm@cua.dk>
8094         * info.el: Disable paragraph refilling.
8095         (Info-refill-paragraphs): New defcustom.
8096         (Info-fontify-node): Use it.
8098 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
8100         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8101         thingies from constructors created by defstruct.
8103         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8104         the default value of the variable.
8105         (byte-code-meter): Move declaration to top level.
8107         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8109         * info.el (Info-following-node-name-re): New fun.
8110         (Info-following-node-name): Remove.
8111         (Info-insert-dir): Use the new fun.
8112         (Info-extract-pointer): Don't save restriction; use new fun.
8113         (Info-menu-entry-name-re): New const.
8114         (Info-menu-entry-name-re): Use it along with new fun.
8115         (Info-node-spec-re): Use new fun.
8116         (Info-complete-menu-item, Info-fontify-node): Use new const.
8117         (Info-goto-node, Info-follow-reference, Info-menu-update):
8118         Use match-string.
8119         (Info-follow-reference): Use assoc-string.
8120         Use a list of strings for the completion table.
8121         (Info-fontify-node): Use match-string, line-end-position.
8122         Limit the search for `node:' to the first line.
8124         * newcomment.el (uncomment-region): Remove padding coming from
8125         comment-start rather than just from comment-padding.
8127         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8128         (vc-cvs-stay-local-p): Use vc-stay-local-p.
8129         (vc-cvs-rename-file): Remove (use the default).
8130         (vc-cvs-register): Register parent dir if needed.
8131         (vc-cvs-could-register): Return non-nil if parent can be registered.
8132         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8133         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8135         * vc-svn.el (vc-svn-use-edit): Make it into a const.
8136         (vc-svn-update): Fix the arguments to `svn'.
8137         (vc-svn-diff-tree): Just use `vc-svn-diff'.
8138         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8139         Simple implementations, assuming `name' is a URL.
8141         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8142         set of chars allowed unquoted in a case pattern.
8144         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8146         * font-lock.el (font-lock-extra-types-widget)
8147         (c-font-lock-extra-types, c++-font-lock-extra-types)
8148         (objc-font-lock-extra-types, java-font-lock-extra-types)
8149         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8150         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8151         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8152         (font-lock-match-c++-structor-declaration)
8153         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8154         (c++-font-lock-keywords-3, c++-font-lock-keywords)
8155         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8156         (objc-font-lock-keywords-3, objc-font-lock-keywords)
8157         (java-font-lock-keywords-1, java-font-lock-keywords-2)
8158         (java-font-lock-keywords-3, java-font-lock-keywords)
8159         (java-font-lock-syntactic-face-function): Remove obsolete code
8160         and constants.  It's all in cc-fonts.el now.
8162 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
8164         * mail/sendmail.el (mail-specify-envelope-from)
8165         (mail-envelope-from): Doc fix.
8167 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
8169         * generic-x.el: Do away with the dependency on `c-emacs-features'
8170         when populating `rul-generic-mode-syntax-table'; we already know
8171         this isn't XEmacs.
8173 See ChangeLog.10 for earlier changes.
8175 ;; Local Variables:
8176 ;; coding: iso-2022-7bit
8177 ;; End:
8179     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
8180   Copying and distribution of this file, with or without modification,
8181   are permitted provided the copyright notice and this notice are preserved.
8183 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1