(merge-begin, merge-end, template, A-begin, A-end, B-begin, B-end, diff,
[emacs.git] / lisp / ChangeLog
blob36352a189c3afe9450152b78f7f73658c8177486
1 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
3         * ibuffer.el (ibuffer-compile-make-eliding-form)
4         (ibuffer-check-formats): Use `with-no-warnings' to hide references
5         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
6         so it's silly to get warnings for it).
7         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
8         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
9         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
13         Defvar at compile time.
14         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16         Declare them before use.
18         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
19         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
20         time to silence the byte-compiler.
22 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
24         * bookmark.el (bookmark-after-jump-hook): New hook.
25         (bookmark-jump): Run `bookmark-after-jump-hook'.
27 2005-08-23  Juri Linkov  <juri@jurta.org>
29         * faces.el (minibuffer-prompt): Doc fix.
31 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
33         * progmodes/xscheme.el: Trivial changes to silence warnings.
34         (xscheme-previous-mode, xscheme-previous-process-state):
35         Add defvars.
36         (xscheme-last-input-end, xscheme-process-command-line)
37         (xscheme-process-name, xscheme-buffer-name)
38         (xscheme-expressions-ring-max, xscheme-expressions-ring)
39         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
40         (xscheme-control-g-synchronization-p)
41         (xscheme-control-g-disabled-p, xscheme-string-receiver)
42         (default-xscheme-runlight, xscheme-runlight)
43         (xscheme-runlight-string, xscheme-process-filter-state)
44         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
45         Move to beginning of file.
46         (scheme-interaction-mode-commands-alist)
47         (scheme-interaction-mode-map, scheme-debugger-mode-map): Declare
48         them before use.  Note: the initialization code for the variables
49         has not been moved because it uses functions that reference the
50         variables.
51         (xscheme-control-g-message-string, xscheme-process-filter-alist)
52         (xscheme-prompt-for-expression-map): Declare them before use.
53         (scheme-debugger-mode-commands): "?\ " -> "?\s".
55 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
57         * hexl.el (hexl-print-current-point-info): Fix simple spelling
58         error.
60 2005-08-22  Juri Linkov  <juri@jurta.org>
62         * faces.el (set-face-underline): Delete this duplicate function
63         and make an obsolete alias to set-face-underline-p.
64         (set-face-underline-p): Use docstring of set-face-underline.
65         (describe-face): Create hyperlink to parent face.
67         * info.el (Info-insert-dir): Use save-excursion around
68         insert-buffer-substring.
69         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
70         (Info-escape-percent): Delete function.
71         (Info-fontify-node): Replace Info-escape-percent by
72         replace-regexp-in-string with REP arg set to lambda that
73         duplicates `%' and preserves text properties.
75         * progmodes/compile.el (compilation-disable-input): Doc fix.
76         (define-compilation-mode): Doc fix and refill.
77         (kill-compilation): Use `mode-name' in the error message.
78         (compilation-find-file): Use `compilation-error' in the
79         read-file-name's prompt.
81 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
83         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
84         (smerge-auto-leave): Make undo re-enable the mode.
85         (debug-ignored-errors): Add the user-error of impossible resolution.
86         (smerge-resolve): Move things around a bit, in preparation for later.
87         (smerge-diff): Don't fail if the buffer has no associated file.
88         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
89         (smerge-conflict-overlay): New function.
90         (smerge-match-conflict): Don't add text properties here.
91         (smerge-find-conflict): Instead, add an overlay here.
92         Also check for the case where we're inside a conflict already, so as to
93         obviate the need for font-lock-multiline, which is unbearably slow with
94         large conflicts and ciomplex font-lock patterns.
95         (smerge-remove-props): Remove overlay rather than text-properties.
96         (smerge-mode): Don't set font-lock-multiline.
97         Remove overlays when turned off.
99 2005-08-21  Kim F. Storm  <storm@cua.dk>
101         * ido.el (ido-ignore-item-p): Use save-match-data.
102         Bind case-fold-search to ido-case-fold locally.
104 2005-08-20  Richard M. Stallman  <rms@gnu.org>
106         * files.el (normal-mode): If font lock is on, turn it off and on.
108         * subr.el (replace-regexp-in-string): Doc fix.
110         * startup.el (command-line-1): Don't suppress startup screen
111         due to existing processes.
113         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
115         * progmodes/compile.el (compilation-disable-input): Default to nil.
117 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
119         * progmodes/compile.el (compilation-disable-input): New defcustom.
120         (compilation-start): If compilation-disable-input is non-nil, send
121         EOF to the compilation process.
123 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
125         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
126         Run the argument of tex-shell-cd-command through
127         convert-standard-filename, to get the correct style of slashes on
128         Windows, and enclose the result in quotes, in case the file name
129         includes whitespace or other special characters.
131 2005-08-19  Andreas Schwab  <schwab@suse.de>
133         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
134         process.
136 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
138         * cus-start.el (minibuffer-prompt-properties): Correct typo.
140 2005-08-18  Kim F. Storm  <storm@cua.dk>
142         * scroll-lock.el: Fix errors due to incorrect line wrapping.
144 2005-08-18  Richard M. Stallman  <rms@gnu.org>
146         * scroll-lock.el: New file.
148 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
150         * dired.el (dired-move-to-end-of-filename):
151         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
153 2005-08-18  Kim F. Storm  <storm@cua.dk>
155         * ido.el (ido-everywhere): Fix defcustom :set function to disable
156         rather than toggle mode when custom value is nil.
157         (ido-everywhere): Fix defun doc string.
159 2005-08-17  Richard M. Stallman  <rms@gnu.org>
161         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
162         as tag instead of "Inviolable".
164 2005-08-17  Kim F. Storm  <storm@cua.dk>
166         * windmove.el (windmove-coordinates-of-position): Remove.
167         (windmove-coordinates-of-window-position): Remove.
168         (windmove-reference-loc): Use posn-at-point instead.
170         * subr.el (insert-for-yank-1): Doc fix.
172         * ido.el (ido-enter-matching-directory): Rename from
173         ido-enter-single-matching-directory.  Change 'slash choice to
174         'only.  Add 'first choice.
175         (ido-exhibit): Adapt to above changes.
177 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
179         * Makefile.in: Expand comment about building loaddefs.el.
181 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
183         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
184         Comment use of defadvice.
186         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
188 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
190         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
191         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
192         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
193         * progmodes/idlw-shell.el, progmodes/ld-script.el,
194         * progmodes/which-func.el, ruler-mode.el, strokes.el,
195         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
196         for backward compatibility for faces that did not appear in the
197         previous Emacs release.
199         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
201 2005-08-15  Kim F. Storm  <storm@cua.dk>
203         * emulation/cua-base.el (cua-delete-region): Return t if
204         deleted region was non-empty.
205         (cua-replace-region): Inhibit overwrite-mode for
206         self-insert-command if replaced region was non-empty.
207         (cua--explicit-region-start, cua--status-string): Make them
208         buffer-local at top-level...
209         (cua-mode): ...rather than when mode is enabled.
211 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
213         * progmodes/vhdl-mode.el (vhdl-emacs-21):
214         Set t for Emacs 21, 22, and so on.
216 2005-08-15  David Ponce  <david@dponce.com>
218         * tree-widget.el Update Commentary header.
219         (tree-widget-theme): Doc fix.
220         (tree-widget-space-width): New option.
221         (tree-widget-image-properties): Look up in the default theme too.
222         (tree-widget--cursors): Only for images with arrow pointer shape.
223         (tree-widget-lookup-image): Pointer shape is hand by default.
224         (tree-widget-icon): Rename generic icon widget from
225         `tree-widget-control'.
226         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
227         derive from `tree-widget-icon'.
228         (tree-widget-handle): Improve default look and feel of the text
229         representation.
230         (tree-widget): Rename :*-control properties to :*-icon properties.
231         Add :action and :help-echo properties.
232         (tree-widget-after-toggle-functions): Move.
233         (tree-widget-close-node, tree-widget-open-node): Remove.
234         (tree-widget-before-create-icon-functions): New hook.
235         (tree-widget-value-create): Update to allow customization of icons
236         and nodes at run-time via that new hook.
237         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
238         (tree-widget-icon-action, tree-widget-icon-help-echo)
239         (tree-widget-action, tree-widget-help-echo): New functions.
241 2005-08-15  Kim F. Storm  <storm@cua.dk>
243         * ido.el (ido-buffer-internal): Use with-no-warnings.
244         (ido-make-merged-file-list): Use while-no-input.
246 2005-08-15  Richard M. Stallman  <rms@gnu.org>
248         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
249         (flyspell-large-region): Fix doc and custom type.
251 2005-08-14  Richard M. Stallman  <rms@gnu.org>
253         * files.el (interpreter-mode-alist): Doc fix.
255         * mail/rmail.el (rmail-nonignored-headers): New variable.
256         (rmail-clear-headers): Use it.
257         (rmail-reply): Better handling of mail-followup-to header.
259         * progmodes/sh-script.el (sh-font-lock-keywords-var):
260         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
261         don't try to refer to executable-font-lock-keywords.
262         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
263         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
264         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
265         (sh-mode): Set comment-start-skip, local-abbrev-table,
266         imenu-case-fold-search.
267         (sh-set-shell): Don't set them here.
268         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
269         Don't cache the results in the original alist; don't ever modify
270         that alist.
272         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
274         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
275         empty.
277 2005-08-15  Andreas Schwab  <schwab@suse.de>
279         * desktop.el: Put autoload cookie at risky-local-variable declarations.
281         * dired.el, info.el, mail/rmail.el: Revert last change.
283 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
285         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
286         modification in `eval-after-load' form.
287         * info.el: Likewise.
288         * mail/rmail.el: Likewise.
290 2005-08-14  Juri Linkov  <juri@jurta.org>
292         * progmodes/compile.el (compilation-mode-font-lock-keywords):
293         Remove highlighting of "Compilation started".  Highlight only
294         the word "finished" in "Compilation finished".  Add highlighting
295         of "interrupt", "killed", "terminated" and the exit code.
296         (compilation-start): Add newline after header.  Use exactly the
297         same time stamp format as the finishing message.
298         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
300         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
301         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
302         Add highlighting of "interrupt", "killed", "terminated".
304         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
305         enabled and the current command is self-insert-command, call it
306         explicitly with overwrite-mode bound to nil, to not allow it
307         to delete the character after the selected region.
309 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
311         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
312         move-end-of-line, end-of-line, and beginning-of-line to the list
313         of commands after which the echo area is updated.
315 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
317         * cus-edit.el (custom-save-all, custom-save-delete):
318         Bind recentf-exclude to exclude custom-file.
320 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
322         * mail/rmailsum.el (rmail-summary-end-of-message): New command
323         to go to the bottom of the mail message.  Added to
324         `rmail-summary-mode-map' with key "/".
325         (rmail-summary-show-message): New (internal) function for use by
326         both `rmail-summary-beginning/end-of-message'.
327         (rmail-summary-beginning-of-message): Change to use
328         rmail-summary-show-message.
330         * mail/rmail.el (rmail-end-of-message): New command to go to the
331         end of the current message.  Added to `rmail-mode-map' with key "/".
332         (rmail-beginning-of-message): Fix to work as documented.
333         (rmail-mode): Change documentation.
335         * progmodes/compile.el (compilation-start): Add the line
336         "Compilation started" with compilation start time.
337         (compilation-mode-font-lock-keywords): Add `started' to keywords.
339 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
341         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
342         of menu items.
344 2005-08-11  Richard M. Stallman  <rms@gnu.org>
346         * simple.el (pop-global-mark): Reverse test of widen-automatically.
348         * battery.el (battery-status-function): Don't use ignore-errors.
350 2005-08-11  Lute Kamstra  <lute@gnu.org>
352         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
353         define-obsolete-variable-alias.
355 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
357         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
358         (ange-ftp-send-cmd): Revert last change, and expand
359         the comment explaining the problem.
361 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
363         * ldefs-boot.el: Update.
365         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
366         item to "Time, Load and Mail".  Change help echo text.
368         * time.el (display-time-use-mail-icon, display-time-format)
369         (display-time-string-forms): Shorten first line of docstrings.
371 2005-08-10  Lars Hansen  <larsh@soem.dk>
373         * desktop.el (desktop-buffer-mode-handlers):
374         Make non-customizable. Add autoload cookie.  Change initial value to
375         nil; add elements in respective modules instead.  Fix doc string.
376         (desktop-load-file): New function.
377         (desktop-minor-mode-handlers): New autoloaded variable.
378         (desktop-create-buffer): Call minor mode handlers.
379         Use desktop-load-file to load major and minor mode modules prior to
380         checking for a handler.
381         (desktop-save): Don't add nil to desktop-minor-modes for minor
382         modes with nil function in desktop-minor-mode-table.  Don't delete
383         desktop file before rewriting it.
384         (desktop-locals-to-save): Add autoload cookie.  Don't make
385         automatically buffer-local.  Add variables column-number-mode,
386         size-indication-mode, indent-tabs-mode,
387         indicate-buffer-boundaries, indicate-empty-lines and
388         show-trailing-whitespace.
389         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
390         regexps. Don't use desktop-clear-preserve-buffers-regexp.
391         (desktop-clear-preserve-buffers-regexp): Delete.
392         (desktop-clear-preserve-buffers): Update initial value and docstring.
393         (desktop-save-buffer): Fix doc string.
395         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
396         (hilit-chg-desktop-restore): New function.
397         (highlight-changes-mode): Add highlight-changes-mode to
398         desktop-locals-to-save.
400         * dired.el: Add handler to desktop-buffer-mode-handlers.
401         (dired-restore-desktop-buffer): Remove autoload cookie.
402         (dired-mode): Add autoload cookie.
404         * info.el: Add handler to desktop-buffer-mode-handlers.
405         (Info-restore-desktop-buffer): Remove autoload cookie.
406         (Info-mode): Add autoload cookie.
408         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
409         (mh-restore-desktop-buffer): Remove autoload cookie.
410         (mh-folder-mode): Add autoload cookie.
412         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
413         (rmail-restore-desktop-buffer): Remove autoload cookie.
415 2005-08-11  Masatake YAMATO  <jet@gyve.org>
417         * hexl.el (hexl-address-region):
418         (hexl-ascii-region, hexl-font-lock-keywords):
419         (hexl-highlight-line-range): Use the term "region"
420         instead of "area" for consistency with the other symbols
421         defined in hexl.el.
423 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
425         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
426         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
427         out by Juri Linkov).  Add `display-battery-mode'.
429 2005-08-09  Juri Linkov  <juri@jurta.org>
431         * progmodes/compile.el (compilation-mode-font-lock-keywords):
432         Remove `-text' from face variable names.
433         (compilation-error-file-name, compilation-warning-file-name)
434         (compilation-info-file-name): Delete faces.
435         (compilation-line-number, compilation-column-number):
436         Remove face underlining.
437         (compilation-message-face): Set to `underline' value by default.
438         (compilation-error-face, compilation-warning-face)
439         (compilation-info-face): Remove `-file-name' from face names.
440         (compilation-error-text-face, compilation-warning-text-face)
441         (compilation-info-text-face): Delete face variables.
442         (compilation-text-face): Delete function.
444         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
445         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
446         (grep-error-face): Set to `compilation-error' instead of
447         `compilation-error-face' (which is redefined to `grep-hit-face' in
448         grep buffers).
449         (grep-mode-font-lock-keywords): Remove `-text' from face variable
450         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
452         * dired-aux.el (dired-do-query-replace-regexp):
453         Use `query-replace-read-args'.
455         * replace.el (query-replace-read-from, query-replace-read-to)
456         (query-replace-read-args): Rename arg `string' to `prompt'.
458         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
460 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
462         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
463         uploading files.
464         (ange-ftp-canonize-filename): Handle file names beginning with ~
465         correctly.
467 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
469         * textmodes/fill.el (canonically-space-region)
470         (fill-context-prefix, fill-french-nobreak-p)
471         (fill-delete-newlines, fill-comment-paragraph)
472         (justify-current-line): "?\ " -> "?\s".
474 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
476         * textmodes/fill.el (fill-nonuniform-paragraphs):
477         Improve argument/docstring consistency.
479 2005-08-09  Richard M. Stallman  <rms@gnu.org>
481         * textmodes/ispell.el (ispell-word): More fboundp checks.
483         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
484         (find-file-noselect-1): Call it here, only if RAWFILE.
485         (normal-mode): Always set some major mode.
486         (save-some-buffers-action-alist): Change some explanation strings.
487         (file-name-non-special): In the `quote' method, use unwind-protect.
489 2005-08-09  Magnus Henoch  <mange@freemail.hu>
491         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
492         (ispell-have-aspell-dictionaries): New variable.
493         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
494         (ispell-get-aspell-config-value): New function.
495         (ispell-aspell-find-dictionary): New function.
496         (ispell-aspell-add-aliases): New function.
497         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
498         appropriate.  Don't look for ispell dictionaries if we use aspell.
499         (ispell-menu-map): Don't build a submenu of dictionaries.
501 2005-08-09  Richard M. Stallman  <rms@gnu.org>
503         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
504         (sql-read-passwd): Use read-passwd.
506         * progmodes/idlw-toolbar.el (idlwave-toolbar)
507         (idlwave-toolbar-is-possible): Add defvars.
509         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
510         Avoid warnings.
512         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
513         (idlwave-system-class-info, idlwave-executive-commands-alist):
514         Use defvar.
516         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
518         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
519         Avoid warnings.
521         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
522         and content-type: headers.
524         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
526         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
527         and rename some of them to be more self-explanatory.
529         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
531         * startup.el (command-line-1): Implement -scriptload.
533         * replace.el (occur-engine): Initial *Occur* output not undoable.
535         * menu-bar.el (menu-bar-file-menu): Rename some menu items
536         and improve help strings.
538         * isearch.el (isearch-repeat): When changing direction,
539         mark search successful.
541         * ediff-init.el: Use (featurep 'xemacs).
543         * comint.el (send-invisible): Identify buffer, if not selected.
545         * align.el: Delete autoload for c-guess-basic-syntax.
547 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
549         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
550         Improve argument/docstring consistency.  Doc fixes.
551         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
552         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
553         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
554         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
555         (r2bv-organization, r2bv-pages, r2bv-primary-author)
556         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
557         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
558         Defvar at compile time.
560 2005-08-09  Juri Linkov  <juri@jurta.org>
562         * info.el: Replace `info' with upper-case `Info' where appropriate.
563         (info-title-1, info-title-2, info-title-3, info-title-4)
564         (info-menu-header): Move up face definitions.
565         (info-menu-star): Rename from `info-menu-5'.
566         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
567         (Info-fontify-visited-nodes): Fix docstring.
568         (Info-hide-note-references): Fix docstring.
569         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
570         menu items in the same way as on cross-references.
571         (info-apropos): Fix sorting order and formatting to be like in the
572         stand-alone Info browser.  Display error messages for 1 sec.
573         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
574         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
575         from the menu bar.
576         (Info-insert-dir): Restore point after calling
577         `insert-buffer-substring'.
579 2005-08-08  Richard M. Stallman  <rms@gnu.org>
581         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
582         (recompute-lucid-menubar): Add defvars.
584         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
586         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
588         * net/net-utils.el (run-dig): Rename from `dig'.
590         * play/gametree.el (gametree-mode): Use make-local-variable,
591         not make-variable-buffer-local.
593         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
595         * ansi-color.el (ansi-color-make-extent)
596         (ansi-color-set-extent-face): Use fboundp, not functionp.
598         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
599         not make-variable-buffer-local.
601         * bookmark.el (Info-current-file): Add defvar.
602         (bookmark-jump-noselect): Use with-no-warnings.
604         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
606         * ebuff-menu.el (Helper-return-blurb): Add defvar.
608         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
610         * find-file.el (ada-procedure-start-regexp)
611         (ada-package-start-regexp): Add defvars.
613         * info.el (Info-insert-dir): Use insert-buffer-substring.
615         * xml.el (xml-att-def-re): Add defvar.
617         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
618         calling convention.
620         * subr.el (while-no-input): Return t if there is input.
622 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
624         * cus-start.el (all): Add `overflow-newline-into-fringe'.
626 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
628         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
629         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
631 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
633         * cmuscheme.el (scheme-start-file): Replace reference to
634         `user-emacs-directory' by "~/.emacs.d/".
636 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
638         * info.el (Info-dir-remove-duplicates): Avoid case folding
639         in loop; instead, keep downcased strings for comparison.
640         Suggested by Helmut Eller.
642 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
644         Sync with Tramp 2.0.50.
646         * tramp.el: Remove defvar of `last-coding-system-used' in the
647         XEmacs case; not necessary anymore.
648         (tramp-user-regexp): Allow "@" as part of user name.
649         (tramp-handle-set-visited-file-modtime)
650         (tramp-handle-insert-file-contents)
651         (tramp-handle-write-region): No special handling for
652         `last-coding-system-used, because this is done in
653         `tramp-accept-process-output' now.
654         (tramp-accept-process-output): New defun.
655         (tramp-process-one-action, tramp-process-one-multi-action)
656         (tramp-wait-for-regexp, tramp-wait-for-output)
657         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
658         Howells <dhowells@redhat.com>.
659         (clear-visited-file-modtime): Defadvice removed.  The check for
660         unset buffer's modtime does not need to be based on
661         `tramp-buffer-file-attributes'.  Suggested by RMS.
662         (tramp-message): Insert "\n" if not being at beginning of line.
663         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
664         sequence with same logic.
665         (tramp-completion-handle-expand-file-name): Discard call of
666         `tramp-drop-volume-letter'.  It is not necessary, and there have
667         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
668         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
669         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
670         should always be visible.
671         (tramp-handle-insert-directory, tramp-setup-complete)
672         (tramp-set-process-query-on-exit-flag)
673         (tramp-append-tramp-buffers): Pacify byte-compiler.
674         (tramp-bug): Delete non-existing variables from list.
675         Apply `tramp-load-report-modules' as pre-hook.
676         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
677         `shell-prompt-pattern' because of non-7bit characters.
678         Reported by Sebastian Luque <sluque@mun.ca>.
679         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
680         (tramp-match-string-list): Remove function.
681         (tramp-wait-for-regexp): Remove call of that function.
682         Suggested by Kim F. Storm <storm@cua.dk>.
683         (tramp-set-auto-save-file-modes): Use octal integer code #o600
684         instead of octal character code ?\600.  The latter resulted in a
685         syntax error with XEmacs.
687         * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
688         XEmacs case; not necessary anymore.
689         (tramp-smb-handle-write-region): No special handling for
690         `last-coding-system-used, because this is done in
691         `tramp-accept-process-output' now.
692         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
694 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
696         * wid-edit.el (widget-choice-value-create):
697         Unconditionally respect user choice.  Set :explicit-choice back to nil
698         when no longer needed.
699         (widget-choice-action): Unconditionally respect user choice.
700         Eliminate :explicit-choice-value.
702         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
704         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
705         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
706         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
707         running new function `toggle-indicate-empty-lines'.
708         Rename "Customize" item to "Customize fringe".
709         Rename "Indicators" item to "Buffer boundaries" and change help echo.
710         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
711         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
712         Delete "Empty lines only" item.
713         (menu-bar-showhide-fringe-ind-customize): New function.
714         (menu-bar-showhide-fringe-ind-mixed)
715         (menu-bar-showhide-fringe-ind-box)
716         (menu-bar-showhide-fringe-ind-right)
717         (menu-bar-showhide-fringe-ind-left)
718         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
719         instead of `fringe-indicators'.
721 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
723         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
724         Change the date of last update.
726 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
728         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
729         (viper-exec-yank, viper-put-back): Don't display modification msg
730         if in the minibuffer.
732         * viper-init.el (viper-replace-overlay-cursor-color)
733         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
734         Make variables frame local.
736         * viper-util.el (viper-append-filter-alist): Use append instead of
737         nconc.
739         * viper.el (viper-vi-state-mode-list)
740         (viper-emacs-state-mode-list): Move help-mode and
741         completion-list-mode from the first list to the second.
742         (viper-mode): Docstring.
743         (viper-go-away, viper-non-hook-settings): Don't localize
744         minor-mode-alist in newer Emacsen.  Add advice to
745         set-cursor-color.  Don't bind "\C-c\\".
747 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
749         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
750         (scheme-macro-expand-command): New user options.
751         (scheme-trace-procedure, scheme-expand-current-form): New commands.
752         (scheme-form-at-point, scheme-start-file)
753         (scheme-interactively-start-process): New functions.
754         (scheme-get-process): New function, extracted from `scheme-proc'.
755         (run-scheme): Call `scheme-start-file' to get start file, and pass
756         it to `make-comint'.
757         (switch-to-scheme, scheme-proc):
758         Call `scheme-interactively-start-process' if no Scheme buffer/process
759         is available.
761 2005-08-06  Juri Linkov  <juri@jurta.org>
763         * progmodes/compile.el (compilation-mode-font-lock-keywords):
764         Use `compilation-text-face', `compilation-info-text-face' and
765         `compilation-error-text-face' instead of `font-lock-keyword-face'.
766         (compilation-error): New face.
767         (compilation-error-file-name): Inherit from
768         `compilation-error' instead of `font-lock-warning-face'.
769         (compilation-warning-file-name): Inherit from
770         `compilation-warning' instead of `font-lock-warning-face'.
771         (compilation-info, compilation-error-file-name)
772         (compilation-warning-file-name, compilation-info-file-name)
773         (compilation-line-number, compilation-column-number): Doc fix.
774         (compilation-error-text-face, compilation-warning-text-face)
775         (compilation-info-text-face): New face variables.
776         (compilation-line-face, compilation-column-face)
777         (compilation-enter-directory-face)
778         (compilation-leave-directory-face): Doc fix.
779         (compilation-text-face): New function.
781         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
782         instead of 1 to display binary file names as info file links.
783         (grep-error-face): Use `compilation-error-face' instead of
784         `font-lock-keyword-face'.
785         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
786         and `compilation-warning-text-face' instead of
787         `font-lock-keyword-face'.  Use `compilation-error-text-face'
788         instead of `grep-error-face'.
790 2005-08-05  Kenichi Handa  <handa@m17n.org>
792         * international/code-pages.el: Add autoload cookies for all coding
793         systems.
795 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
797         * cus-start.el (all): Put undo.c where it alphabetically belongs.
799 2005-08-04  Juri Linkov  <juri@jurta.org>
801         * progmodes/compile.el (compilation-mode-map):
802         * progmodes/grep.el (grep-mode-map):
803         Bind TAB to `compilation-next-error' and [backtab] to
804         `compilation-previous-error'.
806         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
807         matching line numbers, column numbers and their ranges with regexp
808         matching only line numbers.
809         (grep-context-face): New face variable.
810         (grep-mode-font-lock-keywords): Use it.
812         * faces.el (read-face-name): Delete duplicate faces.
814 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
816         * thumbs.el (thumbs-find-image): Don't make variables
817         automatically buffer local.
818         (thumbs-current-tmp-filename, thumbs-current-image-filename)
819         (thumbs-image-num): Make automatically buffer local.
820         (thumbs-show-thumbs-list): Use `make-local-variable', not
821         `make-variable-buffer-local'.
822         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
824         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
825         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
826         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
827         (bother, bye, canyou, chatlst, continue, deathlst, describe)
828         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
829         (feelings-about, foullst, found, hello, history, howareyoulst)
830         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
831         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
832         (neglst, obj, object, owner, please, problems, qlist)
833         (random-adjective, relation, remlst, repetitive-shortness)
834         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
835         (shortlst, something, sportslst, stallmanlst, states, subj)
836         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
837         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
838         Defvar at compile time.
840         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
841         not `make-variable-buffer-local'.
843 2005-08-02  Kim F. Storm  <storm@cua.dk>
845         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
846         rectangle overlay in selected window.
848 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
850         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
851         instead of display group.  Make `indicate-buffer-boundaries'
852         customizable through Custom.
854 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
856         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
857         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
858         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
859         (gdb-put-string): Fix typos in docstrings.
861 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
863         Update copyright notices of files in progmodes directory for
864         release of Emacs 22.1.
866         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
868         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
869         Don't barf if the GUD buffer has been killed.
871 2005-08-01  Kim F. Storm  <storm@cua.dk>
873         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
875 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
877         * simple.el (next-error-follow-minor-mode):
878         make-variable-buffer-local -> make-local-variable.
880         * emacs-lisp/cl-extra.el: Require CL also when compiling.
882         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
883         (byte-compile-form-make-variable-buffer-local): New functions to warn
884         about misuses of make-variable-buffer-local where make-local-variable
885         was meant.
887 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
889         * bs.el (bs-attributes-list): Doc fix.
890         (bs): Update url-link.
892         * desktop.el (desktop-save-buffer): Fix typos in docstring.
893         (desktop-load-default): Simplify.
895         * ibuffer.el (ibuffer-columnize-and-insert-list)
896         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
897         (ibuffer-unmark-all, ibuffer-toggle-marks)
898         (ibuffer-unmark-forward, ibuffer-unmark-backward)
899         (ibuffer-compile-make-format-form, ibuffer-format-column)
900         (ibuffer-current-buffers-with-marks)
901         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
902         (ibuffer): Doc fix.
903         (ibuffer-mode): Fix typo in docstring.
904         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
905         with `define-obsolete-variable-alias'.
906         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
908 2005-07-29  Kenichi Handa  <handa@m17n.org>
910         * international/mule-cmds.el (select-message-coding-system):
911         Be sure to use LF for end-of-line.  If no coding system is decided,
912         return iso-8859-1-unix.
914 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
916         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
917         (ange-ftp-pending-error-line): New vars.
918         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
919         to handle the non-fatal no-route-to-host messages.
920         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
922 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
924         * isearch.el (isearch-mode-map, isearch-other-meta-char)
925         (isearch-quote-char, isearch-printing-char)
926         (isearch-text-char-description): "?\ " -> "?\s".
927         (isearch-lazy-highlight-cleanup)
928         (isearch-lazy-highlight-initial-delay)
929         (isearch-lazy-highlight-interval)
930         (isearch-lazy-highlight-max-at-a-time)
931         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
932         Declare with define-obsolete-*-alias macros.
933         (isearch-forward): Fix typo in docstring.
934         (search-invisible, search-ring-yank-pointer)
935         (regexp-search-ring-yank-pointer): Doc fixes.
937         * recentf.el (recentf-menu-append-commands-p): Declare with
938         `define-obsolete-variable-alias'.
939         (recentf-max-saved-items, recentf-menu-filter)
940         (recentf-arrange-by-rule-subfilter): Doc fixes.
941         (recentf-menu-append-commands-flag)
942         (recentf-initialize-file-name-history, recentf-expand-file-name)
943         (recentf-clear-data): Fix typos in docstrings.
945 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
947         * progmodes/gdb-ui.el: Smarten comments.
948         (gdb-info-breakpoints-custom): Use nowarn when finding file.
950 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
952         * term/apollo.el (terminal-init-apollo): New function containing
953         all former top level forms in the file.
954         * term/bobcat.el (terminal-init-bobcat):
955         * term/cygwin.el (terminal-init-cygwin):
956         * term/iris-ansi.el (terminal-init-iris-ansi):
957         * term/linux.el (terminal-init-linux):
958         * term/news.el (terminal-init-news):
959         * term/rxvt.el (terminal-init-rxvt):
960         * term/sun.el (terminal-init-sun):
961         * term/tvi970.el (terminal-init-tvi970):
962         * term/vt100.el (terminal-init-vt100):
963         * term/vt102.el (terminal-init-vt102):
964         * term/vt125.el (terminal-init-vt125):
965         * term/vt200.el (terminal-init-vt200):
966         * term/vt201.el (terminal-init-vt201):
967         * term/vt220.el (terminal-init-vt220):
968         * term/vt240.el (terminal-init-vt240):
969         * term/vt300.el (terminal-init-vt300):
970         * term/vt320.el (terminal-init-vt320):
971         * term/vt400.el (terminal-init-vt400):
972         * term/vt420.el (terminal-init-vt420):
973         * term/wyse50.el (terminal-init-wyse50):
974         * term/xterm.el (terminal-init-xterm): Likewise.
976         * term/README: Describe the terminal-init-* functionality.
978         * startup.el (command-line): After loading the terminal initialization
979         file call the corresponding terminal initialization function.
981 2005-07-27  Kenichi Handa  <handa@m17n.org>
983         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
984         negative.
986         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
987         (ps-mule-composition-prologue): Fix for the case that
988         RelativeCompose is false.
990 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
992         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
994         * descr-text.el (describe-char): Handle the case where the list of
995         chars is displayed in a separate frame.
996         Be a bit more discriminating when looking for the char.
998 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
1000         * bookmark.el (bookmark-automatically-show-annotations)
1001         (bookmark-read-annotation-text-func): Doc fixes.
1002         (bookmark-save): Improve argument/docstring consistency.
1003         (bookmark-get-bookmark, bookmark-get-bookmark-record)
1004         (bookmark-alist-from-buffer)
1005         (bookmark-upgrade-file-format-from-0)
1006         (bookmark-grok-file-format-version)
1007         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
1008         (bookmark-read-annotation-mode)
1009         (bookmark-insert-current-bookmark, bookmark-jump)
1010         (bookmark-exit-hook): Fix typos in docstrings.
1011         (bookmark-exit-hooks): Define as obsolete alias.
1012         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
1013         not `bookmark-exit-hooks'.  Fix docstring.
1014         (bookmark-bmenu-select): "?\ " -> "?\s".
1016 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
1018         * startup.el (command-line): Fix typo.
1020 2005-07-24  Richard M. Stallman  <rms@gnu.org>
1022         * tooltip.el (tooltip-mode): Test emacs-basic-display,
1023         not emacs-quick-startup.
1025 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
1027         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
1028         (reb-next-match, reb-show-subexp): Use `with-selected-window'
1029         instead of `reb-with-current-window'.
1030         (reb-prev-match): Likewise.  Also, don't move left if the search
1031         was unsuccessful.
1032         (reb-initialize-buffer): New function.
1033         (re-builder, reb-change-syntax): Use it.
1035         * man.el (Man-goto-page): Make second argument NOERROR optional.
1037 2005-07-23  Richard M. Stallman  <rms@gnu.org>
1039         * man.el (Man-bgproc-sentinel): Check here for failure to find
1040         any man page in the output, and report the error here.
1041         (Man-arguments): Make it permanent local.
1042         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
1043         (Man-mode): Pass t for NOERROR.
1045         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
1046         (grep-mode-font-lock-keywords):
1047         Don't use compilation-...-face for messages that are not file names.
1049         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1050         Don't use compilation-...-face for messages that are not file names.
1052 2005-07-22  Juri Linkov  <juri@jurta.org>
1054         * startup.el (normal-splash-screen): Update menu name.
1056         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
1058 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1060         * term/xterm.el: Load term/rxvt if the terminal is actually an
1061         rxvt terminal.
1062         (xterm-rxvt-set-background-mode): Remove, not used anymore.
1064         * term/rxvt.el (function-key-map): Use substitute-key-definition
1065         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
1067         * term/cygwin.el: New file.
1069 2005-07-22  Kim F. Storm  <storm@cua.dk>
1071         * image-file.el (insert-image-file, image-file-yank-handler):
1072         Fix last change to maintain a (unique) yank-handler on yanked images.
1074 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
1076         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
1077         of the file size (as in "177B" for 177 bytes).  This happens with
1078         "ls -lh" on FreeBSD.
1080 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
1082         * hilit-chg.el (highlight-changes-global-initial-state)
1083         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
1084         (hilit-chg-fixup, highlight-changes-mode):
1085         Fix typos in docstrings.
1086         (highlight-changes-global-modes, highlight-changes-rotate-faces):
1087         Doc fixes.
1089 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
1091         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
1092         mode function using `eval-after-load'.
1094 2005-07-21  Kim F. Storm  <storm@cua.dk>
1096         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
1097         included when reporting an emacs crash, and tell about the DEBUG file.
1099         * image-file.el (insert-image-file): Add yank-handler.
1100         (image-file-yank-handler): Yank handler to make unique copies of
1101         images when they are yanked into a buffer next to each other.
1103 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
1105         * comint.el (comint-use-prompt-regexp, comint-send-input)
1106         (comint-source-default, comint-extract-string)
1107         (comint-get-source, comint-word, comint-completion)
1108         (comint-source, comint-prompt-read-only, comint-update-fence):
1109         Fix typos in docstrings.
1110         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
1111         Declare with define-obsolete-*-alias macros.
1112         (comint-previous-matching-input-from-input)
1113         (comint-next-matching-input-from-input)
1114         (comint-previous-matching-input, comint-next-matching-input)
1115         (comint-forward-matching-input):
1116         Improve argument/docstring consistency.
1118         * desktop.el (desktop-clear-preserve-buffers-regexp):
1119         Also preserve the *server* buffer.
1121         * simple.el (clone-indirect-buffer): Doc fix.
1122         (fixup-whitespace, just-one-space)
1123         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
1124         (next-error, next-error-highlight)
1125         (next-error-highlight-no-select, next-error-last-buffer)
1126         (next-error-buffer-p, next-error-find-buffer, next-error)
1127         (previous-error, next-error-no-select, previous-error-no-select)
1128         (open-line, split-line, minibuffer-prompt-width, kill-new)
1129         (binary-overwrite-mode): Fix typos in docstrings.
1130         (set-fill-column): Fix typo in message.
1132         * skeleton.el (skeleton-proxy-new): Doc fix.
1134         * strokes.el (strokes-load-hook): Doc fix.
1135         (strokes-grid-resolution, strokes-get-grid-position)
1136         (strokes-renormalize-to-grid, strokes-read-stroke)
1137         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
1138         (strokes-global-map): Fix typos in docstrings.
1139         (strokes-help): Doc fix.  Fix help message and pass it through
1140         `substitute-command-keys'.
1142         * tempo.el (tempo-insert-prompt, tempo-interactive)
1143         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
1144         (tempo-insert-string-functions, tempo-local-tags)
1145         (tempo-define-template, tempo-insert-template)
1146         (tempo-insert-prompt-compat, tempo-is-user-element)
1147         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
1148         Fix typos in docstrings.
1150         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
1151         (vcursor-key-bindings, vcursor-use-vcursor-map)
1152         (vcursor-find-window, vcursor-scroll-down)
1153         (vcursor-disable, vcursor-beginning-of-buffer)
1154         (vcursor-end-of-buffer): Fix typos in docstrings.
1155         (vcursor-relative-move, vcursor-get-char-count):
1156         Improve argument/docstring consistency.
1158         * version.el: "?\ " -> "?\s".
1160         * wid-edit.el (widget-default-create, widget-after-change)
1161         (widget-default-format-handler, widget-checklist-add-item)
1162         (widget-radio-add-item, widget-choose, widget-specify-secret)
1163         (widget-field-value-create, widget-field-value-get)
1164         (widget-editable-list-format-handler)
1165         (widget-editable-list-entry-create, widget-group-value-create)
1166         (widget-documentation-link-add)
1167         (widget-documentation-string-value-create): "?\ " -> "?\s".
1168         (widget-convert-text): Doc fix.
1169         (widget-narrow-to-field, widget-field-find)
1170         (widget-url-link-action, widget-emacs-library-link-action)
1171         (widget-color-notify): Fix typos in docstrings.
1173         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
1174         (x-select-text, set-w32-system-coding-system)
1175         (w32-add-charset-info): Fix typos in docstrings.
1177         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
1178         (cua-enable-cua-keys, cua-use-hyper-key)
1179         (cua-virtual-rectangle-edges): Fix typos in docstrings.
1180         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
1182         * net/tramp.el (tramp-handle-load): Fix typo in error message.
1184         * emacs-lisp/re-builder.el (regexp-builder): Declare with
1185         `defalias' instead of faking it.
1187         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
1188         (eshell-ls-missing, eshell-ls-dired-initial-args)
1189         (eshell-ls-use-in-dired): Fix typos in docstrings.
1191 2005-07-20  Kim F. Storm  <storm@cua.dk>
1193         * emulation/cua-base.el (cua-mode): Improve doc string.
1195 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
1197         * abbrev.el (expand-region-abbrevs): Doc fix.
1198         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
1199         Improve argument/docstring consistency.
1201         * arc-mode.el (archive-get-descr, archive-alternate-display):
1202         Doc fixes.
1203         (archive-l-e): Improve argument/docstring consistency.
1204         (archive-tmpdir, archive-unixdate, archive-unixtime)
1205         (archive-chmod-entry): Fix typos in docstrings.
1206         (archive-unflag, archive-unflag-backwards)
1207         (archive-unmark-all-files): "?\ " -> "?\s".
1209         * buff-menu.el (Buffer-menu-unmark): Doc fix.
1210         (Buffer-menu-not-modified, Buffer-menu-execute)
1211         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
1212         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
1214         * composite.el (compose-string, encode-composition-rule)
1215         (compose-last-chars): Fix typos in docstrings.
1217         * desktop.el (desktop-enable, desktop-basefilename):
1218         Declare with `define-obsolete-variable-alias'.
1219         (desktop-internal-v2s): Don't quote keywords.
1220         (desktop-clear): "?\ " -> "?\s".
1222         * dired.el (dired-align-file, dired-flag-backup-files)
1223         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
1224         (dired-listing-switches, dired-ls-F-marks-symlinks)
1225         (dired-dwim-target, dired-load-hook, dired-mode-hook)
1226         (dired-directory, dired-faces, dired, dired-revert)
1227         (dired-mode, dired-summary, dired-view-file)
1228         (dired-copy-filename-as-kill, dired-delete-file)
1229         (dired-no-confirm, dired-unmark-all-marks)
1230         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
1231         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
1232         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
1233         Fix typos in message strings.
1235         * dired-x.el (virtual-dired): Declare with `defalias'.
1236         (dired-mark-unmarked-files, dired-local-variables-file)
1237         (dired-omit-here-always): Doc fix.
1238         (dired-omit-mode, dired-find-subdir)
1239         (dired-enable-local-variables, dired-clean-up-buffers-too)
1240         (dired-extra-startup, dired-mark-extension, dired-jump)
1241         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
1242         (dired-smart-shell-command, dired-guess-shell-alist-user)
1243         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
1244         (dired-x-bind-find-file, dired-x-submit-report):
1245         Fix typos in docstrings.
1246         (dired-mark-unmarked-files): "?\ " -> "?\s".
1248         * dirtrack.el (dirtrack-list): Fix typos in docstring.
1250         * faces.el (describe-face): "?\ " -> "?\s".
1251         (read-all-face-attributes, read-face-font, modify-face)
1252         (face-attr-construct, italic): Fix typos in docstrings.
1253         (frame-update-face-colors): Declare with
1254         `define-obsolete-function-alias'.
1256         * files.el (find-file-noselect, recode-file-name): Doc fixes.
1257         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
1258         (magic-mode-alist, buffer-file-numbers-unique)
1259         (write-file-functions, get-free-disk-space):
1260         Fix typos in docstrings.
1261         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
1262         (write-contents-hooks, write-file-hooks):
1263         Declare with `define-obsolete-variable-alias'.
1265         * forms-d2.el (arch-rj): Fix typo in docstrings.
1266         (arch-tocol): Likewise.  "?\ " -> "?\s".
1268         * frame.el (set-frame-font, cursor-in-non-selected-windows):
1269         Fix typo in docstring.
1270         (set-screen-width, set-screen-height): Delete redundant info in
1271         doctrings.
1272         (new-frame, screen-height, screen-width): Declare with
1273         `define-obsolete-function-alias'.
1274         (delete-frame-hook, blink-cursor): Declare with
1275         `define-obsolete-variable-alias'.
1277         * paths.el (prune-directory-list): Fix typos in docstring.
1279         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
1280         (cvs-prefix-get): Fix typos in docstrings.
1282         * ps-print.el (ps-extend-face-list, ps-extend-face)
1283         (ps-print-background-image): Fix typos in docstrings.
1284         (ps-default-fg, ps-default-bg): Doc fixes.
1286         * s-region.el (s-region-bind): Doc fix.
1287         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
1289         * textmodes/org.el (org-table-formula-substitute-names)
1290         (org-table-get-vertical-vector): Doc fixes.
1291         (org-table-recalculate): Remove unused argument to `message'.
1293 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
1295         * textmodes/org.el (org-table-column-names)
1296         (org-table-column-name-regexp)
1297         (org-table-named-field-locations): New variables.
1298         (org-archive-subtree): Protect `this-command' when calling
1299         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
1300         the kill buffer.
1301         (org-complete): Remove fixed-formula completion.
1302         (org-edit-formulas-map): New variable.
1303         (org-table-edit-formulas): New command.
1304         (org-finish-edit-formulas, org-abort-edit-formulas)
1305         (org-show-variable, org-table-get-vertical-vector): New functions.
1306         (org-table-maybe-eval-formula): Handle `:=' fields.
1307         (org-table-get-stored-formulas, org-table-store-formulas)
1308         (org-table-get-formula, org-table-modify-formulas)
1309         (org-table-replace-in-formulas): Handle named field formulas.
1310         (org-table-get-specials): Store locations of named fields.
1312 2005-07-19  Juri Linkov  <juri@jurta.org>
1314         * progmodes/grep.el (grep-regexp-alist)
1315         (grep-mode-font-lock-keywords, grep-process-setup):
1316         Use default GNU grep match color "01;31m" instead of "01;41m".
1317         (grep-regexp-alist, grep-mode-font-lock-keywords):
1318         Use `\\[[0-9]*m' instead of `\\[00m'.
1319         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
1320         sgr_start where its handling is more important.  Use the real
1321         length of sgr_start instead of constant 8.
1322         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
1323         specially.  Delete all remaining escape sequences.
1324         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
1325         (grep-regexp-alist): Make hyperlink only for binary file name
1326         instead of the whole line.
1327         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
1328         (grep-mode): Add autoload.
1330         * emacs-lisp/find-func.el (find-function-regexp):
1331         Add `define-compilation-mode'.
1333 2005-07-19  Juri Linkov  <juri@jurta.org>
1335         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
1336         (compare-windows-sync-string-size, compare-windows-recenter)
1337         (compare-windows-highlight, compare-windows): Add version 22.1.
1338         (compare-windows) <defface>: Inherit from lazy-highlight instead
1339         of duplicating its default value.
1341         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
1342         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
1344         * descr-text.el (describe-char): Create link buttons for `charset'
1345         and `code point'.  Add the current input method name with a link
1346         button to `to input' field.  Print face names of display table
1347         characters in `The display table entry is displayed by' section
1348         instead of printing face-id in the `display' field.
1349         Guess hardcoded faces and create a link button for them.
1350         Skip empty fields when calculating max-width.
1351         Treat `widget-create' specially while inserting strings from the
1352         collected field list.
1353         (describe-char-after): Made obsolete in version 22.1, not 21.5.
1355         * diff-mode.el (diff-file-header): Change foreground color from
1356         yellow to green on light backgrounds.
1357         (diff-context): Inherit from `shadow' only for color/grayscale
1358         with more than 88 colors.
1359         (diff-indicator-removed, diff-indicator-added)
1360         (diff-indicator-changed): New faces.
1361         (diff-font-lock-keywords): Use new faces.  Regroup rules.
1362         Add "^---$" for `normal' diff format.  Fontify `#' lines with
1363         font-lock-comment-delimiter-face and font-lock-comment-face.
1364         Add `#' to ^[^...] in the rule for `diff-context-face'.
1366         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
1367         a button-like box.  Inherit from `highlight' on low colors.
1368         (shadow): Use shades of gray only for color/grayscale with
1369         more than 88 colors.  Use green for light backgrounds with
1370         8 colors, and yellow for dark backgrounds with 8 colors.
1372         * font-lock.el (font-lock-regexp-grouping-backslash):
1373         Don't inherit from escape-glyph (use bold for all cases).
1375         * info.el (info-xref-visited): Use light foreground color `violet'
1376         for dark backgrounds instead of dark color `magenta3'.
1377         (info-title-1): Use `yellow' color for dark backgrounds.
1379         * isearch.el (isearch): Use not-too-dark magenta3 instead of
1380         too-light magenta2.
1382         * replace.el (match): Use slightly more light RoyalBlue3 instead
1383         of dark RoyalBlue4.
1385         * wid-edit.el (widget-inactive): Inherit from `shadow'.
1387 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
1389         * novice.el (disabled-command-hook): Declare it with
1390         `define-obsolete-variable-alias'.
1392         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
1393         (desktop-buffer-misc-functions, desktop-buffer-handlers)
1394         (desktop-load-default): Add release to obsolescence info.
1395         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
1396         (desktop-append-buffer-args, desktop-read):
1397         Fix typos in docstrings.
1398         (desktop-kill): Fix typo in message.
1399         (desktop-save): Doc fix.
1401 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1403         * viper-cmd.el (viper-escape-to-state): Bug fix.
1404         (viper-envelop-ESC-key): Change the definition of fast
1405         keysequence so it'll work with keyboard macros.
1407         * ediff.el (ediff-patch-buffer): Change the docstring.
1409 2005-07-19  Kenichi Handa  <handa@m17n.org>
1411         * international/mule-cmds.el (select-safe-coding-system): Try to
1412         use an auto-coding (if any) before anything else.  If the found
1413         auto-coding is invalid, show a warning message.
1415         * international/mule.el (find-auto-coding): New function created
1416         by modifying the body of set-auto-coding.
1417         (set-auto-coding): Use find-auto-coding to find a coding.
1419 2005-07-18  Richard M. Stallman  <rms@gnu.org>
1421         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
1422         not isearch-mode-end-hook-error.
1423         (allout-before-change-protect): Fix error message.
1425 2005-07-18  Juri Linkov  <juri@jurta.org>
1427         * allout.el (allout-mode):
1428         * calculator.el (calculator-copy):
1429         * custom.el (custom-known-themes):
1430         * dired.el (dired-desktop-buffer-misc-data)
1431         (dired-restore-desktop-buffer):
1432         * dired-x.el (dired-omit-marker-char):
1433         * files.el (basic-save-buffer):
1434         * font-core.el (font-lock-mode):
1435         * calendar/calendar.el (calendar-goto-hebrew-date)
1436         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
1437         (calendar-goto-persian-date):
1438         * language/ethio-util.el (ethio-sera-to-fidel-region):
1439         * textmodes/picture.el (picture-mode):
1440         Delete duplicate duplicate words.
1442 2005-07-18  Juri Linkov  <juri@jurta.org>
1444         * isearch.el (isearch-mode-map): Remove key bindings for regexp
1445         chars * ? } |.
1446         (isearch-fallback): Don't call `isearch-process-search-char'.
1447         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
1448         (isearch-process-search-char): Call `isearch-fallback' for regexp
1449         chars * ? } |.
1450         (isearch-return-char): Make obsolete with `make-obsolete' instead
1451         of simply documenting it as obsolete in the docstring.
1452         (isearch-fallback): Refill docstring.
1454         * international/isearch-x.el
1455         (isearch-process-search-multibyte-characters): Remove unneeded
1456         `concat'.  Add intermediate values to `junk-hist' instead of
1457         `minibuffer-history'.  Test the length of `str'.
1459 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
1461         * allout.el (allout-resolve-xref): Fix typos in error strings.
1462         (allout-before-change-protect): Remove unneeded `concat'.
1464         * array.el (array-mode, array-reconfigure-rows)
1465         (untabify-backward): Fix typos in docstrings.
1466         (array-reconfigure-rows): Use `insert-buffer-substring', not
1467         `insert-buffer'.
1469         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
1470         * progmodes/ada-mode.el (ada-make-body):
1471         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
1473         * dired.el (dired-log):
1474         * tar-mode.el (tar-subfile-save-buffer):
1475         * play/zone.el (zone-pgm-stress-destress):
1476         Use `insert-buffer-substring', not `insert-buffer'.
1478 2005-07-17  Simon Josefsson  <jas@extundo.com>
1480         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
1482 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
1484         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
1485         Add plain auth method.
1486         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
1488 2005-07-17  Kim F. Storm  <storm@cua.dk>
1490         * ido.el (dired-other-window): Add ido property.
1492 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
1494         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1495         Fix typo in docstring.
1496         (byte-compile-interactive-only-functions): Add `insert-buffer' and
1497         `insert-file-literally'.
1499         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
1500         info and delete redundant message.  Doc fix.
1501         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
1502         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
1504 2005-07-16  Richard M. Stallman  <rms@gnu.org>
1506         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
1507         (byte-compile-and): Use byte-compile-and-recursion.
1508         (byte-compile-or-recursion): New function.
1509         (byte-compile-or): Use that.
1510         (byte-compile-if): Guard the else-clause too.
1511         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
1513         * isearch.el (isearch-mode-end-hook-quit): New variable.
1514         (isearch-done): Bind it.
1515         (isearch-mode-end-hook): Doc fix.
1517         * allout.el (allout-isearch-did-quit): Variable deleted.
1518         (allout-real-isearch-abort): Function name no longer used.
1519         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
1520         (allout-isearch-rectification): isearch-mode always exists.
1521         Don't set allout-isearch-did-quit.
1522         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
1523         allout-isearch-did-quit.
1524         (allout-enwrap-isearch): Just add the hook.
1525         (allout-isearch-abort): Function deleted.
1526         (allout-pre-command-business): Avoid warning.
1528         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
1529         Correctly avoid warnings.
1530         (pascal-outline): Likewise.
1532         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
1534         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
1536         * play/tetris.el (tetris-mode): Avoid warning.
1538         * play/snake.el (snake-mode): Avoid warning.
1540         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
1541         (gamegrid-set-display-table): Avoid warning.
1542         (gamegrid-set-timer): Likewise.
1543         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
1544         (gamegrid-add-score-with-update-game-score-1): Take FILE
1545         as argument.
1546         (gamegrid-add-score-with-update-game-score): Pass that argument.
1547         Rename have-shared-game-dir to gamegrid-shared-game-dir.
1549         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
1551         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
1552         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
1554         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
1555         and insert-file.
1557         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
1558         (sc-ask): Avoid warnings.
1560         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
1561         (eshell-hist-initialize): Use that var the natural way.
1563         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
1565         * emacs-lisp/re-builder.el (reb-cook-regexp):
1566         Avoid warning calling lre-compile-string.
1567         (reb-color-display-p): Avoid warning.
1569         * calculator.el (calculator-last-input): Guard uses
1570         of event-key and key-press-event-p.
1571         (event-key, key-press-event-p): Delete definitions.
1573         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
1574         (find-gc-source-directory, find-gc-subrs-callers)
1575         (find-gc-noreturn-list, find-gc-source-files)
1576         (find-gc-subrs-called): Vars renamed and defvar'd.
1578         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
1579         (checkdoc-overlay-put, checkdoc-delete-overlay)
1580         (checkdoc-overlay-start, checkdoc-overlay-end)
1581         (checkdoc-mode-line-update, checkdoc-char=):
1582         Define such that compiler knows they are defined.
1583         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
1584         (checkdoc-read-event): Delete.  Use read-event directly.
1586         * whitespace.el (whitespace-make-overlay)
1587         (whitespace-overlay-put, whitespace-delete-overlay)
1588         (whitespace-overlay-start, whitespace-overlay-end):
1589         Define such that compiler knows they are defined.
1590         (whitespace): Move conditional inside.
1592         * tempo.el (tempo-insert-template): Suppress warning.
1594         * ediff-diff.el (longlines-mode): Add defvar.
1596 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
1598         * server.el: Bind "C-x #" in a way that works even if C-x is
1599         redefined to a command key, not a prefix key.
1601 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
1603         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
1604         cl-make-type-test till execution time.
1606 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
1608         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
1609         arg ARG and use it.
1611 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
1613         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
1615 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
1617         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1618         a defcustom with two :set or :type keywords.
1620 2005-07-15  Richard M. Stallman  <rms@gnu.org>
1622         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1623         Don't give ^M comment-end syntax.
1625 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
1627         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
1628         Don't consider gdbmi (gdb-mi.el has its own update functions).
1629         (gdb-var-delete): Make it work for gdbmi as well.
1630         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
1632         * progmodes/gud.el (etags, sdb): Only require etags when needed.
1633         (gud-speedbar-menu-items): Correct logic for enabling items.
1635 2005-07-15  Kim F. Storm  <storm@cua.dk>
1637         * ido.el: Fix commentary.
1638         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
1639         Use with-no-warnings around ffap-guesser.
1640         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
1641         Let bind minibuffer-completing-file-name to t.
1643 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
1645         * startup.el (site-run-file, keyboard-type): Doc fixes.
1646         (command-line): Check for "--basic-display" argument; also for
1647         "--quick", not "--bare-bones" (which was renamed).
1648         (fancy-splash-text): Add missing item "Getting New Versions".
1649         (normal-splash-screen): Fix typos and improve consistency with
1650         `fancy-splash-text'.  Update copyright year.
1652         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
1653         valid binding for `help-char'.
1655         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
1657 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
1659         * term.el (term-mode): Disable cua-mode for term buffers.
1661 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
1663         * add-log.el (add-log-mailing-address, change-log-merge):
1664         Doc fixes.
1665         (change-log-get-method-definition): Fix typo in docstring.
1667 2005-07-14  Kim F. Storm  <storm@cua.dk>
1669         * emulation/cua-base.el:
1670         (cua--pre-command-handler-1, cua--pre-command-handler)
1671         (cua--post-command-handler-1, cua--post-command-handler):
1672         Split in two.  Check (buffer local) value of cua-mode.
1673         (cua-selection-mode): New command.
1675 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
1677         * custom.el (custom-initialize-safe-set)
1678         (custom-initialize-safe-default): Doc fixes.
1680         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1681         and simplify :init-value again.
1683         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1684         and simplify :init-value again.  Delete autoload.
1686         * startup.el (command-line): Use `custom-reevaluate-setting' again
1687         for tooltip-mode.
1689         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1690         a defcustom with two :initialize keywords.
1692 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
1694         * allout.el (my-mark-marker, allout-isearch-prior-pos)
1695         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
1696         (allout-post-command-business, allout-flag-region)
1697         (isearch-reenable-font-lock, allout-yank)
1698         (allout-insert-latex-header, allout-insert-latex-trailer)
1699         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
1700         (allout-latex-verb-quote): Fix typos in docstrings.
1701         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
1702         (allout-unprotected, allout-prefix-data):
1703         Improve argument/docstring consistency.
1704         (allout-chart-subtree): Fix argument spec.
1705         (allout-open-topic): Rename `use_sib_bullet' argument to
1706         `use-sib-bullet'.  Doc fix.
1708         * whitespace.el (whitespace-check-buffer-leading)
1709         (whitespace-check-buffer-trailing)
1710         (whitespace-check-buffer-indent)
1711         (whitespace-check-buffer-spacetab)
1712         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
1713         (whitespace-check-leading-whitespace)
1714         (whitespace-check-trailing-whitespace)
1715         (whitespace-check-spacetab-whitespace)
1716         (whitespace-check-indent-whitespace)
1717         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
1718         (whitespace-modes): Fix typos in docstrings.
1719         (defgroup, defcustom): Doc fixes.
1721         * winner.el (winner-mode, winner-boring-buffers)
1722         (winner-pending-undo-ring): Doc fixes.
1723         (winner-ring): Remove unneeded `progn'.
1724         (winner-equal): `defsubst' it.
1725         (winner-redo): Fix message.
1727 2005-07-13  Kim F. Storm  <storm@cua.dk>
1729         * simple.el (line-move-1): Always use vertical-motion to
1730         do the last (or only) line move to ensure some movement.
1731         Undo 2005-06-23 change--don't check for overlays.
1733 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1735         * term/mac-win.el (ccl-encode-mac-roman-font)
1736         (ccl-encode-mac-centraleurroman-font)
1737         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
1738         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
1739         Change charset-id boundary of dimension to ?\xef.
1740         (mac-char-fontspec-list): New constant.
1741         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
1742         argument.  Nil uses itself as family in font-spec.  Previous
1743         behavior for nil is now provided by non-nil non-string argument.
1744         All callers changed.  Add font-specs for Mac fonts to
1745         "fontset-default" unless iso8859-1 fonts are installed.
1747 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1749         * progmodes/sh-script.el (sh-get-indent-info): Only indent
1750         a continuation line if the \ is preceded by SPC or TAB.
1751         (sh-get-indent-info): Simplify.
1752         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
1753         Use with-current-buffer.
1755         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
1756         when the matched text is empty.
1758 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
1760         * startup.el (command-line): Revert to previous handling of
1761         tooltip-mode.  Explain in comment why the complexity is needed.
1763         * tooltip.el (tooltip-mode): Revert to previous implementation of
1764         its defcustom.
1766         * frame.el (blink-cursor-mode): Revert to previous implementation
1767         of its defcustom.  Update comment.
1769 2005-07-12  Lars Hansen  <larsh@soem.dk>
1771         * desktop.el: Update e-mail address.
1773 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1775         * term/mac-win.el (mac-services-mail-selection)
1776         (mac-services-mail-to): New functions.
1777         (mac-application-menu-map): Bind them.
1779 2005-07-12  wulei <milton@wulei.net>  (tiny change)
1781         * progmodes/gdb-ui.el: Add note about buffering with Windows.
1783 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
1785         * custom.el (custom-reevaluate-setting): Doc fix.
1787 2005-07-11  Jay Belanger  <belanger@truman.edu>
1789         * calc/calc.el (calc-embedded-announce-formula-alist)
1790         (calc-embedded-open-close-plain-alist)
1791         (calc-embedded-open-close-mode-alist): Add checks for additional
1792         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
1794 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
1796         * custom.el (custom-enable-theme): Don't add theme to
1797         `custom-enabled-themes' with `push' because there is no
1798         setf-method for `delq'.
1800 2005-07-11  Richard M. Stallman  <rms@gnu.org>
1802         * custom.el (custom-declare-variable): Doc fix.
1804         * dired-aux.el (dired-compare-directories): Remove "." and ".."
1805         from the alists.
1807         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
1808         Do nothing if edebug-active.
1810         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
1811         (edebug-display): Do it here instead.
1813 2005-07-10  Richard M. Stallman  <rms@gnu.org>
1815         * cus-face.el (custom-theme-set-faces): Make it work.
1816         (custom-reset-faces): Doc fix.
1817         (custom-theme-reset-internal-face, custom-theme-face-value):
1818         Functions deleted.
1820         * custom.el (custom-push-theme): Maintain list of the settings
1821         of a given theme in its theme-settings property.
1822         Maintain position of old settings in the theme-value
1823         or theme-face property.
1824         (custom-enabled-themes): New variable.
1825         (custom-theme-enabled-p): New function.
1826         (provide-theme): Update custom-enabled-themes.
1827         Disable and reenable the `user' theme.
1828         (require-theme): Doc fix.
1829         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
1830         (custom-theme-value, custom-theme-variable-value): Likewise.
1831         (custom-theme-reset-internal): Likewise.
1832         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
1833         (custom-enable-theme, custom-disable-theme): New functions.
1834         (custom-variable-theme-value, custom-face-theme-value): Likewise.
1835         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
1836         (custom-theme-reset-variables): Simplify.
1837         (deftheme, custom-declare-theme, custom-make-theme-feature):
1838         Definitions moved.
1840 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
1842         * longlines.el (longlines-show-region)
1843         (longlines-unshow-hard-newlines): Recognize hard newlines by
1844         non-nil hard property, instead of t.
1846 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
1848         * viper-cmd.el (viper--key-maps): New variable.
1849         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
1850         emulation-mode-map-alists.
1851         (viper-envelop-ESC-key): Use viper-subseq.
1852         (viper-search-forward/backward/next): Disable debug-on-error.
1854         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1855         (viper-ESC-key): New defcustoms.
1857         * viper-macs.el (ex-map-read-args): Use viper-subseq.
1859         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
1860         (viper-subseq): Copy of subseq from cl.el.
1862         * viper.el (viper-go-away, viper-set-hooks): Use
1863         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
1865         * viper-mous.el (viper-current-frame-saved): Use defvar.
1867         * viper-init.el: Get rid of -face in face names.
1869         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1870         Make it work with longlines mode
1872         * ediff-mult.el (ediff-meta-mode-hook): New variable.
1874         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
1876         * ediff-init: Get rid of -face in face names.
1878 2005-07-10  Richard M. Stallman  <rms@gnu.org>
1880         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
1881         and with-timeout-unsuspend.
1883         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
1884         and with-timeout-unsuspend.
1886         * emacs-lisp/timer.el (with-timeout-timers): New variable.
1887         (with-timeout): Bind that variable to record timers.
1888         (with-timeout-suspend, with-timeout-unsuspend): New functions.
1890         * emacs-lisp/debug.el (debug-help-follow): New function.
1891         (debugger-mode-map): Use that instead of help-follow.
1892         (debugger-setup-buffer): Use eval-buffer-list
1893         to handle eval-buffer frames.
1895 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
1897         * timezone.el (timezone-parse-date): Change first regexp
1898         so it will not mistakenly match dates with no time zone.
1900 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
1902         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
1904 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
1906         * custom.el (custom-initialize-safe-set)
1907         (custom-initialize-safe-default): New functions.
1909         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1910         and simplify :init-value.
1912         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1913         and simplify :init-value.  Delete obsolete comment.
1915         * startup.el (command-line): Use `custom-reevaluate-setting' to
1916         handle `tooltip-mode'.  Delete obsolete comment.
1918         * files.el (set-visited-file-name): Avoid calling
1919         `file-name-nondirectory' with a nil argument.
1921 2005-07-09  Richard M. Stallman  <rms@gnu.org>
1923         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
1924         was called with nil for the buffer, handle the read position right.
1925         Handle read position for eval-region, too.
1927 2005-07-09  Juri Linkov  <juri@jurta.org>
1929         * fringe.el (fringe-mode): Add period in docstring.
1930         (fringe-query-style): Build prompt depending on `all-frames' arg.
1932         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
1933         to not create links to unrelated functions in the Help buffer.
1935         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
1936         Doc fix.
1938         * simple.el (next-error-hook): New variable.
1939         (next-error): Use it.  Doc fix.
1941         * textmodes/ispell.el (ispell-command-loop): Add current
1942         dictionary name and program name to mode-line-format.
1943         (ispell-region, ispell-process-line): Add current dictionary name
1944         and program name to messages.
1946 2005-07-08  Jay Belanger  <belanger@truman.edu>
1948         * calc/calc.el (calc-embedded-announce-formula-alist)
1949         (calc-embedded-open-close-formula-alist)
1950         (calc-embedded-open-close-word-alist)
1951         (calc-embedded-open-close-plain-alist)
1952         (calc-embedded-open-close-new-formula-alist)
1953         (calc-embedded-open-close-mode-alist)
1954         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
1955         (calc-embedded-mode-hook): New variables.
1957         * calc/calc-embed.el (calc-embedded-firsttime)
1958         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
1959         New variables.
1960         (calc-do-embedded): Use calc-embedded-firsttime,
1961         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
1962         determine whether or not to run hooks.
1963         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
1964         calc-embedded-firsttime-formula appropriately.
1965         Set calc-embedded delimiter variables according to mode.
1967 2005-07-08  Richard M. Stallman  <rms@gnu.org>
1969         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
1970         Check for "emacs", etc., as entire symbol, not just as word.
1971         (checkdoc-file-comments-engine): Use regexp-quote on FN.
1973         * files.el (set-visited-file-name): Report the error
1974         for "empty filename" earlier.
1975         (kill-some-buffers): Ignore buffers already dead.
1977         * fringe.el (fringe-mode): Doc fix.
1979         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1980         Check for (featurep 'xemacs) and turn off warnings in what it guards.
1981         Use unwind-protect to ensure byte-compile-unresolved-functions
1982         is updated.
1984         * whitespace.el (whitespace-buffer-leading-cleanup):
1985         Simplify w/ skip-chars-forward.
1986         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1988         * mail/rmail.el (rmail-only-expunge): Fix paren error.
1989         Unconditionally try to leave point at the same old place.
1991 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
1993         * comint.el (comint-postoutput-scroll-to-bottom)
1994         (comint-show-maximum-output): Take scroll-margin into consideration.
1996 2005-07-08  Kim F. Storm  <storm@cua.dk>
1998         * ido.el (ido-use-filename-at-point): New choice `guess'.
1999         (ido-file-internal): Try ffap-guesser if selected.
2001         * ido.el (ido-before-fallback-functions): New hook.
2002         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
2003         (ido-read-file-name): Run it.
2005 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2007         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
2008         strings rather than a list of symbols to the completion function.
2010 2005-07-07  Jay Belanger  <belanger@truman.edu>
2012         * calc/calc-units.el (math-apply-units): Change the places in
2013         which units are simplified.
2015 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
2017         * cus-edit.el (customize-option, customize-option-other-window):
2018         Make them handle aliases.
2020         * custom.el (custom-variable-p): Make it recursively follow
2021         aliases.  Mention that in the docstring.
2023 2005-07-07  Richard M. Stallman  <rms@gnu.org>
2025         * cus-start.el (exec-path): Use `directory' instead of `file'.
2026         Fix tag for nil.
2028 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
2030         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
2031         when called non-interactively.  Doc fix.
2033 2005-07-07  Lute Kamstra  <lute@gnu.org>
2035         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
2036         new address as well.
2038 2005-07-07  Kenichi Handa  <handa@m17n.org>
2040         * international/mule.el (make-coding-system):
2041         Describe `ascii-incompatible' property in the docstring.
2042         (set-file-name-coding-system): Signal an error if coding-system is
2043         ascii-incompatible.
2044         (set-keyboard-coding-system): Likewise.
2046         * international/mule-cmds.el (set-default-coding-systems):
2047         Don't set default-file-name-coding-system and
2048         default-keyboard-coding-system if coding-system is ASCII-incompatible.
2050         * international/utf-16.el: Declare that all UTF-16-based coding
2051         systems are ASCII-incompatible.
2053 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
2055         * progmodes/gud.el: Require font-lock for displaying errors.
2056         Used by gdb-ui.el.
2058 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
2060         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
2061         values for the pattern lists which are `read'able but not
2062         `append'able (like symbols).
2064 2005-07-06  Richard M. Stallman  <rms@gnu.org>
2066         * progmodes/flymake.el (flymake-float-time): Instead of
2067         with-no-warnings, test for xemacs.
2068         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
2069         to avoid warning.
2071 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
2073         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
2075 2005-07-05  Lute Kamstra  <lute@gnu.org>
2077         * battery.el: Add support for Darwin (with much debugging help
2078         from Samuel Lauber <sam124@operamail.com>).
2079         (battery-status-function, battery-echo-area-format)
2080         (battery-mode-line-format): Add support for pmset on Darwin.
2081         (battery-load-low, battery-load-critical): New user options.
2082         (battery-pmset): New function.
2084 2005-07-05  Lute Kamstra  <lute@gnu.org>
2086         Update FSF's address in GPL notices.
2088         * textmodes/page-ext.el: Update FSF's address.
2090 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2092         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
2093         filling from using prefix when filling a single-line docstring.
2095         * progmodes/flymake.el: Remove useless eval-when-compile.
2097         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
2099 2005-07-04  Richard M. Stallman  <rms@gnu.org>
2101         * textmodes/org.el (org-file-apps-defaults-gnu):
2102         Rename from org-file-apps-defaults-linux.
2103         (org-default-apps): Don't test system-type for `linux'.
2104         (org-file-apps): Doc fix.
2106 2005-07-04  David Ponce  <david@dponce.com>
2108         * tree-widget.el: Improve header Commentary section.
2109         (tree-widget) [defgroup]
2110         (tree-widget-image-enable, tree-widget-themes-directory)
2111         (tree-widget-theme, tree-widget-image-properties-emacs)
2112         (tree-widget-image-properties-xemacs, tree-widget-create-image)
2113         (tree-widget-image-formats, tree-widget-control)
2114         (tree-widget-empty-control, tree-widget-leaf-control
2115         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
2116         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
2117         (tree-widget-keep, tree-widget-after-toggle-functions)
2118         (tree-widget-open-node, tree-widget-close-node): Doc fix.
2119         (tree-widget-open-control, tree-widget-close-control): Fix doc and
2120         :help-echo message.
2121         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
2122         (tree-widget-image-properties): Doc fix.  Clearer implementation.
2123         (tree-widget--cursors): New constant.
2124         (tree-widget-lookup-image): New function split from
2125         `tree-widget-find-image'.  Clearer implementation.
2126         (tree-widget-find-image): Use it.
2127         (tree-widget-button-keymap): Use `set-keymap-parent'.
2128         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
2129         Define the sub-widgets here.
2130         (tree-widget-node): Check that :node is not a tree-widget.
2131         (tree-widget-get-super, tree-widget-open-control)
2132         (tree-widget-close-control, tree-widget-empty-control)
2133         (tree-widget-leaf-control, tree-widget-guide)
2134         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
2135         (tree-widget-no-handle, tree-widget-value-delete)
2136         (tree-widget-map): Remove.
2137         (tree-widget-children-value-save): Doc fix.  Simplified.
2138         (tree-widget-value-create): Update according to previous changes.
2140 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
2142         * textmodes/org.el: Leading space replaced by TABS.
2143         (org-recalc-marks, org-table-rotate-recalc-marks)
2144         (org-table-get-specials): Treat "^" and "_" marks.
2145         (org-table-justify-field-maybe): Optional argument NEW.
2146         (org-table-eval-formula): Parsing of the format simplified.
2147         New modes C,I.  Honor the %= parameter in the current table.
2148         Avoid unnecessary re-align by using the NEW argument to
2149         `org-table-justify-field-maybe'.
2150         (org-calc-default-modes): Default for date-format mimicks org-mode.
2151         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
2153 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
2155         * cus-face.el (custom-theme-set-faces): Make it handle face
2156         aliases whose alias declarations are pre- or autoloaded.
2158 2005-07-04  Juri Linkov  <juri@jurta.org>
2160         * faces.el (read-face-name): Put the code for getting a face name
2161         from the buffer before adding the faces from the `face' property.
2162         Use `completing-read-multiple' instead of `completing-read'.
2163         Require `crm'.  Add default value and post-process the returned
2164         list of faces.
2166         * emacs-lisp/crm.el (crm-find-current-element)
2167         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
2169         * emacs-lisp/lisp-mode.el (eval-defun-1):
2170         * emacs-lisp/edebug.el (edebug-eval-defun):
2171         Remove unnecessary quotes.
2173 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
2175         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
2176         (prolog-indent-level): Fix typo in docstring.
2178         * info.el (Info-history, Info-history-forward)
2179         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
2181         * add-log.el (add-change-log-entry):
2182         * comint.el (comint-dynamic-list-input-ring)
2183         (comint-dynamic-list-completions):
2184         * dabbrev.el (dabbrev-expand):
2185         * delim-col.el (delimit-columns-rectangle-line):
2186         * diff-mode.el (diff-context->unified, diff-reverse-direction)
2187         (diff-unified->context):
2188         * ediff-init.el (ediff-abbrev-jobname):
2189         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
2190         (ediff-replace-session-activity-marker-in-meta-buffer):
2191         * info.el (Info-summary):
2192         * lpr.el (printify-region):
2193         * printing.el (pr-create-interface):
2194         * ps-print.el (ps-print-quote):
2195         * ses.el (ses-column-widths, ses-print-cell)
2196         (ses-adjust-print-width, ses-center):
2197         * shell.el (shell-file-name-quote-list):
2198         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
2199         (strokes-fill-current-buffer-with-whitespace)
2200         (strokes-xpm-for-stroke, strokes-list-strokes)
2201         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
2202         * term.el (term-dynamic-list-input-ring)
2203         (term-dynamic-list-completions):
2204         * calc/calc.el (math-format-stack-value):
2205         * emacs-lisp/edebug.el (edebug-display-freq-count):
2206         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
2207         (delphi-new-comment-line):
2208         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
2209         * progmodes/executable.el (executable-set-magic):
2210         * progmodes/python.el (inferior-python-mode):
2211         * progmodes/scheme.el (scheme-mode-syntax-table):
2212         * progmodes/sh-script.el (sh-maybe-here-document):
2213         * progmodes/sql.el (sql-copy-column):
2214         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
2215         * textmodes/bibtex.el (bibtex-mode):
2216         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
2217         (sgml-auto-attributes):
2218         * textmodes/table.el (table-insert, table-shorten-cell)
2219         (table--generate-source-scan-lines, table-delete-row)
2220         (*table--cell-delete-char, table--spacify-frame)
2221         (table--horizontally-shift-above-and-below)
2222         (table--cell-insert-char, table--cell-blank-str)
2223         (table--fill-region-strictly):
2224         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
2225         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
2227         * add-log.el (change-log):
2228         * apropos.el (apropos):
2229         * comint.el (comint-completion, comint-source):
2230         * dabbrev.el (dabbrev):
2231         * delim-col.el (columns):
2232         * diff-mode.el (diff-mode):
2233         * ediff.el (ediff):
2234         * ediff-diff.el (ediff-diff):
2235         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
2236         * ediff-mult.el (ediff-mult):
2237         * ediff-ptch.el (ediff-ptch):
2238         * ediff-wind.el (ediff-window):
2239         * facemenu.el (facemenu):
2240         * indent.el (indent):
2241         * info.el (info):
2242         * jka-cmpr-hook.el (compression, jka-compr):
2243         * lpr.el (lpr):
2244         * outline.el (outlines):
2245         * pcmpl-cvs.el (pcmpl-cvs):
2246         * pcmpl-rpm.el (pcmpl-rpm):
2247         * printing.el (printing):
2248         * ps-print.el (postscript, ps-print, ps-print-horizontal)
2249         (ps-print-vertical, ps-print-headers, ps-print-font)
2250         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
2251         (ps-print-background, ps-print-printer, ps-print-page)
2252         (ps-print-miscellany):
2253         * ses.el (ses):
2254         * shell.el (shell, shell-directories, shell-faces):
2255         * startup.el (initialization):
2256         * strokes.el (strokes):
2257         * term.el (term):
2258         * uniquify.el (uniquify):
2259         * w32-vars.el (w32):
2260         * calc/calc.el (calc):
2261         * emacs-lisp/bytecomp.el (bytecomp):
2262         * emacs-lisp/cl-indent.el (lisp-indent):
2263         * emacs-lisp/edebug.el (edebug):
2264         * emacs-lisp/elp.el (elp):
2265         * emacs-lisp/testcover.el (testcover):
2266         * emacs-lisp/trace.el (trace):
2267         * emulation/viper-ex.el (viper-ex):
2268         * emulation/viper-mous.el (viper-mouse):
2269         * mail/mailalias.el (mailalias):
2270         * mail/supercite.el (supercite, supercite-frames)
2271         (supercite-attr, supercite-cite, supercite-hooks):
2272         * net/rcompile.el (remote-compile):
2273         * net/rlogin.el (rlogin):
2274         * obsolete/ooutline.el (outlines):
2275         * progmodes/delphi.el (delphi):
2276         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
2277         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
2278         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
2279         (ebnf-optimization):
2280         * progmodes/etags.el (etags):
2281         * progmodes/executable.el (executable):
2282         * progmodes/idlwave.el (idlwave):
2283         * progmodes/pascal.el (pascal):
2284         * progmodes/prolog.el (prolog):
2285         * progmodes/python.el (python):
2286         * progmodes/scheme.el (scheme):
2287         * progmodes/sh-script.el (sh, sh-script):
2288         * progmodes/sql.el (SQL):
2289         * progmodes/tcl.el (tcl):
2290         * textmodes/bibtex.el (bibtex, bibtex-autokey):
2291         * textmodes/enriched.el (enriched):
2292         * textmodes/makeinfo.el (makeinfo):
2293         * textmodes/sgml-mode.el (sgml):
2294         * textmodes/table.el (table-hooks):
2295         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
2296         * textmodes/texinfo.el (texinfo):
2297         * textmodes/two-column.el (two-column):
2298         Finish `defgroup' description with period.
2300         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
2301         * eshell/esh-var.el (eshell-var):
2302         * progmodes/vhdl-mode.el (vhdl-testbench):
2303         * textmodes/org.el (org): Fix typos in docstrings.
2305         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
2306         consistency.
2308         * progmodes/flymake.el (flymake-find-file): Remove.
2309         (flymake-float-time): Use `with-no-warnings'.
2310         (flymake-check-start-time, flymake-check-was-interrupted)
2311         (flymake-err-info, flymake-is-running, flymake-last-change-time)
2312         (flymake-new-err-info): `defvar' at compile time.
2314 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
2316         * replace.el (occur-hook): Doc fix.
2317         (occur-1): Don't call `occur-hook' if there are no matches.
2319 2005-07-03  Richard M. Stallman  <rms@gnu.org>
2321         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
2322         global-map, save the same map.
2323         (global-map): Don't alter it at top level.
2324         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
2325         Then alter it here instead.
2326         (tpu-edt-off): Set global-map to the saved one.
2328         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
2329         All references simplified.
2330         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
2331         (zmacs-regions): Add defvar.
2332         (repeat-complex-command-map): Everything about that deleted.
2334         * textmodes/artist.el (artist-key-is-drawing)
2335         (artist-key-endpoint1, artist-key-poly-point-list)
2336         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
2337         (artist-key-compl-table, artist-rb-save-data)
2338         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
2339         Don't put them in eval-when-compile.
2340         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
2342         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
2343         Use with-no-warnings.
2345         * net/browse-url.el (dos-windows-version): Add defvar.
2347         * mail/supercite.el (filladapt-prefix-table): Add defvar.
2349         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
2350         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
2351         (rmail-new-summary-line-count): Rename from new-summary-line-count.
2352         Add defvar.
2353         (rmail-summary-beginning-of-message): Use with-no-warnings.
2354         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
2356         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
2357         Use with-no-warnings.
2359         * emulation/vi.el (vi-mark-region): Use c-mark-function.
2360         (c-mark-function): Add point-moving-unit property.
2361         (vi-goto-line): Use with-no-warnings.
2363         * emulation/edt.el (edt-last-copied-word): Add defvar.
2364         (zmacs-region-stays): Likewise.
2365         (edt-mark-section-wisely): Use c-mark-function for C.
2366         Use makr-defun for Fortran.
2367         (time-string): defvar deleted.
2368         (edt-display-the-time): Don't set time-string.
2370         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
2372         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2373         Don't warn when name is not constant
2374         or for defining the group `emacs'.
2376         * tooltip.el (gud-tooltip-mode): Add defvar.
2378         * startup.el (default-frame-background-mode): Add defvar.
2380         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
2382         * info.el (tool-bar-map): Add defvar.
2384         * dired.el (dnd-protocol-alist): Add defvar.
2386         * dired-aux.el (dired-query): Display question with answer, when
2387         the user answers.
2389         * custom.el (custom-add-option): Doc fix.
2391         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
2393 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
2395         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
2396         bogus name from the last change.
2398 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
2400         * custom.el (custom-declare-variable): Fix typos in comment.
2401         (custom-known-themes): Doc fix.
2402         (custom-theme-directory): New defcustom.
2403         (require-theme): Make it check `custom-theme-directory'.
2405         * cus-theme.el (custom-new-theme-mode): New function.
2406         (custom-theme-name, custom-theme-variables, custom-theme-faces)
2407         (custom-theme-description): Add compiler defvars.
2408         (customize-create-theme): Add doc to the "*New Custom Theme*"
2409         buffer.  Use `custom-new-theme-mode'.
2410         (custom-theme-write): Put the created buffer in emacs-lisp-mode
2411         and save it to the `custom-theme-directory'.  Make this the
2412         default directory of the buffer.
2414 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
2416         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
2417         Fix unbalanced parentheses.
2419 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2421         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
2422         into flymake-mode and delegate to flymake-mode.
2424         * find-file.el (ff-which-function-are-we-in): Clean up.
2426 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
2428         * replace.el (occur-rename-buffer): Fix docstring.
2430         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
2431         (edt-last-copied-word, edt-learn-macro-count)
2432         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
2433         (edt-rect-start-point, edt-user-global-map, rect-start-point)
2434         (time-string, zmacs-region-stays):
2435         * emulation/edt-mapper.el (edt-save-function-key-map)
2436         (EDT-key-name): `defvar' to silence the byte-compiler.
2438 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2440         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
2441         font-lock-regexp-backslash.  Doc fix.
2442         (font-lock-regexp-backslash-grouping-construct): Rename from
2443         font-lock-regexp-backslash-construct.  Doc fix.
2444         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
2445         grouping constructs.
2447 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
2449         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
2450         updating all the prerequisites.
2452 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
2454         * textmodes/org.el (org-agenda-start-on-weekday)
2455         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
2456         (org-agenda-use-time-grid, org-archive-location)
2457         (org-allow-space-in-links, org-usenet-links-prefer-google)
2458         (org-enable-table-editor, org-export-default-language)
2459         (org-export-html-show-new-buffer, org-fill-paragraph)
2460         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
2461         (org-goto-quit, org-occur, org-eval-in-calendar)
2462         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
2463         (org-agenda-diary-entry, org-remember-help)
2464         (org-table-convert-region, org-at-table-p)
2465         (org-table-move-row-down, org-table-move-row-up)
2466         (org-table-copy-region, org-table-toggle-vline-visibility)
2467         (org-table-get-stored-formulas, org-table-get-specials)
2468         (org-recalc-commands, org-table-eval-formula)
2469         (org-table-formula-substitute-names, orgtbl-make-binding)
2470         (org-format-org-table-html, org-format-table-table-html)
2471         (org-format-table-table-html-using-table-generate-source)
2472         (org-customize): Fix typos in docstrings.
2473         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
2474         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
2475         (org-back-to-heading): Doc fixes.
2476         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
2477         (org-agenda-change-all-lines, org-get-header):
2478         Improve argument/docstring consistency.
2479         (orgtbl-error): Fix error message.
2481         * progmodes/flymake.el (flymake-find-possible-master-files)
2482         (flymake-master-file-compare, flymake-get-line-err-count)
2483         (flymake-highlight-line, flymake-gui-warnings-enabled):
2484         Fix typos in docstrings.
2485         (flymake-parse-line, flymake-get-project-include-dirs-function)
2486         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
2487         Doc fixes.
2488         (flymake-get-project-include-dirs-function)
2489         (flymake-make-err-menu-data):
2490         Improve argument/docstring consistency.
2492 2005-07-01  Lute Kamstra  <lute@gnu.org>
2494         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
2495         Catch errors with ignore-errors.  Use temporary buffer.
2496         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
2498         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
2499         background color faces.
2500         (facemenu-set-foreground, facemenu-set-background):
2501         Use facemenu-set-face-from-menu.
2502         (facemenu-set-face-from-menu): Treat face names that start with
2503         "fg:" or "bg:" as special.
2504         (facemenu-add-new-color): Don't create faces.  Simplify.
2506 2005-06-30  Richard M. Stallman  <rms@gnu.org>
2508         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
2509         (crm-find-current-element): Likewise.
2511 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
2513         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
2515 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2517         * arc-mode.el (archive-extract): Make it work as a mouse binding.
2518         (archive-mouse-extract): Make it an obsolete alias.
2519         (archive-mode-map): Don't use archive-mouse-extract any more.
2520         (archive-mode, archive-extract): write-contents-hooks ->
2521         write-contents-functions.
2522         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
2523         first arg.
2524         (archive-rename-entry): Update the call.
2525         (archive-zip-summarize): Remove unused var `method'.
2526         (archive-lzh-summarize): Remove unused var `creator'.
2528         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
2529         dedicated frame upon exit.
2531         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
2532         (archive-zip-extract, archive-zip-expunge)
2533         (archive-zip-update, archive-zip-update-case): Use executable-find.
2534         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
2535         Use restore-buffer-modified-p.
2536         (archive-extract, archive-add-new-member, archive-write-file-member):
2537         Use with-current-buffer.
2538         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
2540 2005-06-30  Andreas Schwab  <schwab@suse.de>
2542         * progmodes/gud.el (gud-filter): Remove unneeded progn.
2544 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
2546         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
2548 2005-06-30  Juri Linkov  <juri@jurta.org>
2550         * faces.el (vertical-border): Inherit from mode-line-inactive
2551         only on tty.
2553 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
2555         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
2556         example, -NLINES in the `occur' docstring).
2558         * replace.el (occur-1): When no matches are found, do not set the
2559         `buffer-read-only' and modified flags for the occur buffer,
2560         because it is deleted.
2562         * emulation/cua-base.el (cua-check-pending-input)
2563         (cua-repeat-replace-region, cua-mode, cua-debug)
2564         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
2565         Fix typos in docstrings.
2567         * emulation/cua-gmrk.el (cua-toggle-global-mark)
2568         (cua-cut-region-to-global-mark)
2569         (cua--cut-rectangle-to-global-mark):
2570         Remove period from end of messages.
2572         * emulation/cua-rect.el (cua-do-rectangle-padding):
2573         Remove period from end of messages.
2574         (cua--rectangle-seq-format): Fix typo in docstring.
2575         (cua-sequence-rectangle, cua-fill-char-rectangle):
2576         Improve argument/docstring consistency.
2578 2005-06-29  Juri Linkov  <juri@jurta.org>
2580         * faces.el (default-frame-background-mode): New internal variable.
2581         (frame-set-background-mode): Use it.
2583         * startup.el (normal-top-level): Set default-frame-background-mode
2584         instead of frame-background-mode.  Before setting it, test for its
2585         nil value.  Remove tests for frame-background-mode and frame
2586         parameter `reverse'.  Add test for "unspecified-fg".
2588         * term/xterm.el (xterm-rxvt-set-background-mode):
2589         * term/rxvt.el (rxvt-set-background-mode):
2590         Set default-frame-background-mode instead of frame-background-mode.
2592 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
2594         * simple.el (set-variable): Warn about obsolete user variables.
2596         * imenu.el (imenu--completion-buffer):
2597         * mouse.el (mouse-buffer-menu-alist):
2598         * msb.el (msb-invisible-buffer-p):
2599         * calendar/diary-lib.el (diary-header-line-format):
2600         * emacs-lisp/pp.el (pp-buffer):
2601         * progmodes/cperl-mode.el (cperl-do-auto-fill):
2602         * textmodes/picture.el (picture-replace-match):
2603         Change space constants followed by a sexp to "?\s ".
2605         * play/decipher.el (decipher-loop-with-breaks):
2606         * textmodes/texinfo.el (texinfo-insert-@item): Change space
2607         constants "protected" from end of line by a comment to "?\s".
2609 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2611         * font-lock.el (save-buffer-state): Use `declare'.
2613         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
2614         reset the syntax-table to cperl-mode-syntax-table.
2615         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
2616         "foo_print_bar" is not matched as a reserved keyword.
2618 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
2620         * textmodes/org.el (orgtbl-setup): New function, for delayed
2621         setup for the orgtbl commands.
2622         (org-calc-default-modes): New option.
2623         (orgtbl-make-binding): Use `defun' to get better help display.
2624         (org-diary): Call `org-compile-prefix-format'.
2625         (org-table-formula-substitute-names): New function.
2626         (org-agenda-day-view, org-agenda-week-view): New commands.
2627         (org-agenda-toggle-week-view): Command removed.
2628         (org-tbl-menu): Split off from org-org-menu.
2629         (org-mode): Move removal of outline-mode menus to here.
2630         (org-table-formula-debug): New option.
2631         (org-table-insert-row): Keep first field if just "#" or "*".
2632         (org-mode): Paragraph regexps fixed.
2633         (org-table-recalculate-regexp): New constant.
2634         (org-table-justify-field-maybe): Avoid replace if not necessary.
2635         (org-copy-special, org-cut-special): Use `call-interactively'.
2636         (org-table-copy-region): Take region from `interactive' call.
2637         (org-trim): Return string even if no match.
2638         (org-formula): New face.
2639         (org-set-font-lock-defaults): No longer highlight "FIXME".
2640         But highlight formula-related fields in table.
2641         (org-table-p): Use regexp, not fontification.
2642         (org-table-align): Handle white space at end of line.
2643         (org-table-formula-evaluate-inline): New option.
2644         (org-mode): Auto-wrapping in comment lines turned off.
2645         (org-table-copy-down): Evaluate only in copied field, not in
2646         destination.
2647         (org-table-current-formula): Variable removed.
2648         (org-table-store-formulas, org-table-get-stored-formulas)
2649         (org-table-modify-formulas, org-table-replace-in-formulas)
2650         (org-table-maybe-eval-formula): New functions.
2651         (org-table-get-formula): Modify to use stored formulas.
2652         (org-table-insert-column, org-table-delete-column)
2653         (org-table-move-column): Call `org-table-modify-formulas'.
2654         (org-complete): Add completion for keyword formulas.
2655         (orgtbl-mode): Pull orgtbl-mode-map to start of
2656         minor-mode-map-alist.
2658 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2660         * progmodes/python.el (python-check): Require `compile' before
2661         modifying its variables.
2663         * newcomment.el (comment-indent-default): Don't get fooled by an early
2664         end of buffer.
2666 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2668         * ps-print.el (ps-print-version): Fix version number.
2670 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
2672         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
2674 2005-06-28  Richard M. Stallman  <rms@gnu.org>
2676         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
2677         (flyspell-local-mouse-map): Declaration deleted.
2678         (flyspell-mouse-map): Bind only mouse-2.
2679         (flyspell-mode-map): Don't test flyspell-use-local-map.
2680         (flyspell-overlay-keymap-property-name): Var deleted.
2681         (flyspell-mode-on): Don't make local bindings for
2682         flyspell-mouse-map and flyspell-mode-map.
2683         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2685         * textmodes/ispell.el (ispell-word): Do not ignore short words.
2687         * progmodes/compile.el (compilation-next-error-function):
2688         Don't switch buffers; operate on the current buffer.
2690         * progmodes/compile.el (compilation-error-file-name)
2691         (compilation-warning-file-name, compilation-info-file-name)
2692         (compilation-line-number, compilation-column-number): New faces.
2693         (compilation-error-face, compilation-warning-face)
2694         (compilation-info-face, compilation-line-face)
2695         (compilation-column-face): Use them.
2697         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
2699         * comint.el (comint-password-prompt-regexp): Accept ", try again".
2701         * bindings.el (global-map): Bind insertchar and its variants.
2703 2005-06-27  Richard M. Stallman  <rms@gnu.org>
2705         * textmodes/artist.el (artist-text-overwrite)
2706         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
2708 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2710         * ps-print.el: It was not working the page selection for printing.
2711         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
2712         (ps-print-version): New version 6.6.7.
2713         (ps-end-sheet): New fun.
2714         (ps-header-sheet, ps-end-job): Call it.
2716 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
2718         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
2720 2005-06-27  Lute Kamstra  <lute@gnu.org>
2722         * facemenu.el (facemenu-unlisted-faces): Add foreground and
2723         background color faces.
2724         (facemenu-get-face): Delete function.
2725         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
2726         (facemenu-add-new-color): Make second argument mandatory.
2727         Create the appropriate face and return it.  Simplify.
2728         (facemenu-set-foreground, facemenu-set-background): Don't check if
2729         color is defined.  Use return value of facemenu-add-new-color.
2731 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
2733         * progmodes/gud.el (gud-filter): Add missing argument to
2734         with-selected-window.
2736 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
2739         a :require to the defcustom.
2741         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
2742         defcustoms corresponding to minor modes.
2744 2005-06-26  David Ponce  <david@dponce.com>
2746         * recentf.el: Require tree-widget instead of wid-edit.
2747         (recentf-filename-handler): Fix widget :type.
2748         (recentf-cancel-dialog, recentf-open-more-files)
2749         (recentf-open-files-action): Doc fix.
2750         (recentf-dialog-goto-first): New function.
2751         (recentf-dialog-mode-map): Set parent keymap first.
2752         (recentf-dialog-mode): Define with define-derived-mode.
2753         Don't display continuation lines in dialogs.
2754         (recentf-edit-list): Rename from recentf-edit-selected-items.
2755         (recentf-edit-list-select): Rename from recentf-edit-list-action.
2756         Simplify.
2757         (recentf-edit-list-validate): New function.
2758         (recentf-edit-list): Update accordingly.
2759         (recentf-open-files-item-shift): Remove.
2760         (recentf-open-files-item): Convert menu elements into tree and
2761         link widgets.  Don't create the widgets.
2762         (recentf-open-files): Update accordingly.
2763         (recentf-save-list): Untabify.
2765 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
2767         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
2768         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
2769         partially contained in the active region.  Do not take active
2770         region into account when called from Lisp, unless INTERACTIVE arg
2771         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
2772         avoid trouble with fields.  Make marker point nowhere when no
2773         longer used.  Always return nil.  Doc fix.
2774         (flush-lines): Add INTERACTIVE arg.  Do not take active region
2775         into account when called from Lisp, unless INTERACTIVE arg is
2776         non-nil.  Use `forward-line' instead of `beginning-of-line' to
2777         avoid trouble with fields.  Make marker point nowhere when no
2778         longer used.  Always return nil.  Doc fix.
2779         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
2780         interchangeable.  Do not take active region into account when
2781         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
2782         message in echo area when called from Lisp, unless INTERACTIVE arg
2783         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
2784         Return the number of matches.  Doc fix.
2785         (occur): Doc fix.
2786         (perform-replace): Make comment follow double space convention for
2787         the sake of `outline-minor-mode'.
2789         * faces.el (facep): Doc fix.
2791 2005-06-25  Richard M. Stallman  <rms@gnu.org>
2793         * facemenu.el (facemenu-enable-faces-p): New function.
2794         (facemenu-background-menu, facemenu-foreground-menu)
2795         (facemenu-face-menu): Add menu-enable property.
2797         * jka-compr.el (jka-compr-insert-file-contents):
2798         Special handling if cannot find the uncompression program.
2800         * cus-face.el (custom-face-attributes): Add autoload.
2802         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2803         Bind comment-indent-function locally.
2805         * window.el (save-selected-window): Use save-current-buffer.
2807         * subr.el (with-selected-window): Use save-current-buffer.
2809         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
2810         and with-current-buffer.
2812 2005-06-24  Richard M. Stallman  <rms@gnu.org>
2814         * simple.el (line-move-1): Fix previous change.
2816 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
2818         * replace.el (occur-1): Set `buffer-read-only' and the
2819         buffer-modified flag before running `occur-hook' to protect
2820         against unintentional buffer switches that can lead to data loss.
2822 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
2824         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
2825         (gud-gdb-marker-filter): Use font-lock-warning-face for any
2826         initial error.
2828         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
2829         after fresh input.
2830         (gdb-var-create-handler): Put name of expression in quotes.
2832 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2834         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
2835         elements of RING in order, and without bogus nil elements.
2837 2005-06-23  Richard M. Stallman  <rms@gnu.org>
2839         * simple.el (set-variable): Args renamed; doc fix.
2840         (line-move-1): When there are overlays around, use vertical-motion.
2842         * faces.el (escape-glyph): Use brown against light background.
2843         (nobreak-space): Rename from no-break-space.
2844         Fix previous change.
2846         * dired-aux.el (dired-do-copy): Fix arg prompt.
2848         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
2850 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2852         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
2853         rather than "Distributor".
2855 2005-06-23  Lute Kamstra  <lute@gnu.org>
2857         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
2858         (debug-on-entry): Use it.  New interactive declaration that uses
2859         function-called-at-point.
2861 2005-06-23  Kim F. Storm  <storm@cua.dk>
2863         * subr.el (save-match-data): Add comment about using evaporate arg
2864         to set-match-data.
2866 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
2868         * cus-edit.el (customize-face)
2869         (customize-face-other-window): Handle face aliases.
2871         * faces.el (face-documentation, set-face-attribute)
2872         (face-spec-set): Handle face aliases.
2874 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
2876         * help-mode.el (help-make-xrefs): If a symbol representing a face
2877         name is not followed by the word "face", it could still be a
2878         function or variable name, so don't bypass other checks.
2880 2005-06-22  Juri Linkov  <juri@jurta.org>
2882         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
2883         Replace aliased functions with calls where second arg `inherit' is t.
2885 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
2887         * progmodes/gdb-ui.el (gdb-error): New variable.
2888         (gdb-error): New function.
2889         (gdb-annotation-rules): Act on error-begin and error annotations.
2890         (gdb-concat-output): Use font-lock-warning-face for errors.
2892 2005-06-22  Miles Bader  <miles@gnu.org>
2894         * bindings.el (propertized-buffer-identification): Use renamed
2895         `Buffer-menu-buffer' face.
2897         * faces.el (vertical-border): Rename from `vertical-divider'.
2898         (escape-glyph): Change dark-background color back to `cyan'.
2900 2005-06-21  Juri Linkov  <juri@jurta.org>
2902         * faces.el (face-user-default-spec): Try getting `customized-face'
2903         prior to `saved-face'.
2904         (frame-background-mode): Refill docstring.
2906         * emacs-lisp/lisp-mode.el (eval-defun-1):
2907         * emacs-lisp/edebug.el (edebug-eval-defun):
2908         Set `saved-face' temporarily to nil before calling form.
2909         Set `customized-face' to the new spec after that.
2911 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
2913         * subr.el (1value, lambda, key-substitution-in-progress):
2914         Doc fixes.
2916         * autoinsert.el (auto-insert-alist):
2917         * ses.el (ses-call-printer):
2918         * subr.el (noreturn):
2919         * emacs-lisp/lisp.el (check-parens):
2920         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
2921         * net/browse-url.el (browse-url-mosaic):
2922         * progmodes/cc-defs.el (c-safe-scan-lists):
2923         * progmodes/ebnf-abn.el (ebnf-abn-lex):
2924         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
2925         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
2926         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
2927         * progmodes/ebnf-iso.el (ebnf-iso-lex):
2928         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2930 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2932         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
2934 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
2936         * calendar/appt.el (appt-make-list): Activate the package, if
2937         not already active (for backwards compatibility).
2939 2005-06-20  Kim F. Storm  <storm@cua.dk>
2941         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
2943 2005-06-20  Miles Bader  <miles@gnu.org>
2945         * faces.el (vertical-divider): New face.
2947 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
2949         * simple.el (kill-whole-line): Doc fix.
2950         (next-error-buffer-p, next-error-find-buffer)
2951         (clone-indirect-buffer): Fix typos in docstrings.
2952         (comment-line-break-function): Doc fix: don't say variable
2953         is automatically buffer-local (it isn't).
2955 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
2957         * net/tramp-ftp.el (top):
2958         * net/tramp-smb.el (top):
2959         * net/tramp-util.el (top):
2960         * net/tramp-uu.el (top):
2961         * net/tramp-vc.el (top):
2962         * net/tramp.el (top): Revert copyright years back to original
2963         ones.  Tramp has a life outside GNU Emacs.
2965 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
2967         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
2969 2005-06-18  Juri Linkov  <juri@jurta.org>
2971         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
2972         end of first regexp to limit the match to the position between
2973         line number and source line with same separator character as used
2974         between file name and line number.  In the second regexp limit
2975         mouse-face area to file name and line number by adding new group
2976         for them and referring it in HYPERLINK arg.
2977         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
2978         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
2979         previous line where grep markers may be already removed.
2981 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
2983         * progmodes/ps-mode.el: Update version and maintainer's email address.
2985 2005-06-18  Steve Youngs  <steve@xemacs.org>
2987         * net/browse-url.el (browse-url-browser-function)
2988         (browse-url-default-browser): Add firefox.
2989         (browse-url-firefox-program, browse-url-firefox-arguments)
2990         (browse-url-firefox-startup-arguments)
2991         (browse-url-firefox-new-window-is-tab): New defcustoms.
2992         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
2994 2005-06-17  Richard M. Stallman  <rms@gnu.org>
2996         * startup.el (command-line): Warn if specified user name has
2997         no home directory.
2999         * term.el (term-get-old-input, term-input-filter, term-input-sender)
3000         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
3002         * longlines.el (longlines-mode, longlines-show-hard-newlines):
3003         Doc fixes.
3005         * faces.el (underline): Try bold if terminal doesn't support underline.
3007         * mail/sendmail.el (mail-setup-with-from): New variable.
3008         (mail-insert-from-field): New function.
3009         (sendmail-send-it): Call it.
3010         (mail-setup): Optionally call it here.
3012         * term/linux.el: Call tty-no-underline.
3014 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
3016         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
3018 2005-06-17  Miles Bader  <miles@gnu.org>
3020         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
3021         (ediff-current-diff-C, ediff-current-diff-Ancestor)
3022         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
3023         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
3024         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
3025         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
3026         Remove "-face" suffix from face names.
3027         (ediff-current-diff-face-A, ediff-current-diff-face-B)
3028         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3029         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3030         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3031         (ediff-even-diff-face-A, ediff-even-diff-face-B)
3032         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3033         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3034         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3035         New backward-compatibility aliases for renamed faces.
3036         (ediff-current-diff-face-A, ediff-current-diff-face-B)
3037         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3038         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3039         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3040         (ediff-even-diff-face-A, ediff-even-diff-face-B)
3041         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3042         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3043         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3044         Use renamed ediff faces.
3046         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
3047         Remove "-face" suffix from face names.
3048         (eshell-test-ok-face, eshell-test-failed-face):
3049         New backward-compatibility aliases for renamed faces.
3050         (eshell-run-test): Use renamed eshell-test faces.
3052         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
3053         face name.
3054         (eshell-prompt-face): New backward-compatibility alias for renamed
3055         face.
3056         (eshell-emit-prompt): Use renamed eshell-prompt face.
3058         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
3059         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
3060         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
3061         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
3062         Remove "-face" suffix from face names.
3063         (eshell-ls-directory-face, eshell-ls-symlink-face)
3064         (eshell-ls-executable-face, eshell-ls-readonly-face)
3065         (eshell-ls-unreadable-face, eshell-ls-special-face)
3066         (eshell-ls-missing-face, eshell-ls-archive-face)
3067         (eshell-ls-backup-face, eshell-ls-product-face)
3068         (eshell-ls-clutter-face):
3069         New backward-compatibility aliases for renamed faces.
3070         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
3072         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
3073         Remove "-face" suffix from face name.
3074         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
3075         instead of literal face.
3077 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
3079         * emacs-lisp/warnings.el (display-warning, lwarn)
3080         (warning-minimum-log-level): Doc fixes.
3081         (warning-minimum-level, warning-minimum-log-level):
3082         Add :debug to :type choices.
3084         * progmodes/ada-mode.el (ada-format-paramlist)
3085         (ada-get-indent-case, ada-check-matching-start)
3086         (ada-check-defun-name, ada-goto-matching-decl-start)
3087         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
3088         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
3089         (ada-make-subprogram-body): Follow error conventions.
3090         (ada-case-exception-file, ada-indent-comment-as-code)
3091         (ada-indent-handle-comment-special, ada-indent-renames)
3092         (ada-indent-return, ada-search-directories-internal)
3093         (ada-tab-policy, ada-case-exception-substring)
3094         (ada-other-file-alist, ada-matching-start-re)
3095         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
3096         (ada-imenu-generic-expression, ada-compile-goto-error)
3097         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
3098         (ada-popup-menu, ada-add-extensions, ada-mode)
3099         (ada-region-selected, ada-create-case-exception)
3100         (ada-create-case-exception-substring, ada-after-keyword-p)
3101         (ada-activate-keys-for-case, ada-adjust-case-region)
3102         (ada-adjust-case-buffer, ada-format-paramlist)
3103         (ada-scan-paramlist, ada-insert-paramlist)
3104         (ada-indent-newline-indent)
3105         (ada-indent-newline-indent-conditional)
3106         (ada-justified-indent-current, ada-goto-previous-word)
3107         (ada-indent-current, ada-get-indent-open-paren)
3108         (ada-get-indent-paramlist, ada-get-indent-end)
3109         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
3110         (ada-get-indent-block-start, ada-get-indent-subprog)
3111         (ada-get-indent-noindent, ada-get-indent-label)
3112         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
3113         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
3114         (ada-goto-stmt-end, ada-goto-next-word)
3115         (ada-check-matching-start, ada-check-defun-name)
3116         (ada-goto-matching-decl-start, ada-goto-matching-start)
3117         (ada-goto-matching-end, ada-search-ignore-string-comment)
3118         (ada-in-decl-p, ada-looking-at-semi-or)
3119         (ada-looking-at-semi-private, ada-in-paramlist-p)
3120         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
3121         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
3122         (ada-next-procedure, ada-previous-procedure, ada-next-package)
3123         (ada-previous-package, ada-create-menu)
3124         (ada-fill-comment-paragraph-justify)
3125         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
3126         (ada-other-file-name, ada-last-which-function-line)
3127         (ada-last-which-function-subprog, ada-which-function)
3128         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
3129         (ada-gen-treat-proc, ada-check-emacs-version)
3130         (ada-continuation-indent, ada-align-region-separate):
3131         Fix typos in docstrings.
3132         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
3134 2005-06-16  Lute Kamstra  <lute@gnu.org>
3136         * simple.el (fundamental-mode): Run after-change-major-mode-hook
3137         conditionally.
3139 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3141         * comint.el (comint-replace-by-expanded-filename)
3142         (comint-prompt-regexp, comint-delimiter-argument-list)
3143         (comint-preinput-scroll-to-bottom):
3144         * info.el (Info-hide-cookies-node):
3145         * ls-lisp.el (ls-lisp-classify):
3146         * find-file.el (ff-search-directories, ff-special-constructs)
3147         (ff-find-other-file):
3148         * font-lock.el (font-lock-keywords):
3149         * shell.el (shell-prompt-pattern)
3150         (shell-dynamic-complete-functions, shell-mode)
3151         (shell-delimiter-argument-list):
3152         * term.el (term-replace-by-expanded-filename)
3153         (term-prompt-regexp, term-delimiter-argument-list):
3154         * woman.el (woman-ignore, woman0-if):
3155         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
3156         * emacs-lisp/elint.el (elint-init-env):
3157         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
3158         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
3159         * language/ethio-util.el (ethio-tilde-escape)
3160         (ethio-use-three-dot-question):
3161         * net/zone-mode.el (zone-mode-load-time-setup):
3162         * progmodes/cc-align.el (c-lineup-argcont):
3163         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
3164         * progmodes/cperl-mode.el (cperl-set-style-back):
3165         * progmodes/inf-lisp.el (inferior-lisp-prompt):
3166         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
3167         Fix spellings in docstrings.
3169         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
3170         * progmodes/modula2.el (m2-for): Fix spellings.
3172         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
3174         * simple.el (undo-more): Don't use `format' on `error' arguments.
3175         Improve argument/docstring consistency.
3176         (pending-undo-list): Doc fix.
3178         * smerge-mode.el (smerge-ensure-match):
3179         * emulation/vip.el (vip-ex):
3180         * net/zone-mode.el (zone-mode-update-serial):
3181         * progmodes/idlwave.el (idlwave-complete):
3182         * progmodes/vhdl-mode.el (vhdl-visit-file)
3183         (vhdl-compose-wire-components):
3184         Don't use `format' on `error' arguments.
3186         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
3187         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
3188         (tooltip-help-tips): Fix typos in docstrings.
3190 2005-06-16  David Ponce  <david@dponce.com>
3192         * tree-widget.el (tree-widget-value-create): Simplify last change.
3194 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
3196         * ido.el (ido-incomplete-regexp): New variable.
3197         (ido-set-matches-1): Handle invalid-regexp error and set
3198         ido-incomplete-regexp.
3199         (ido-incomplete-regexp): New face.
3200         (ido-completions): Use it.
3201         (ido-complete, ido-exit-minibuffer, ido-completions):
3202         Handle incomplete regexps.
3203         (ido-completions): Add check for complete match when entering a regexp.
3205 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3207         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
3209 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3211         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
3212         by field delimiters.
3214 2005-06-15  David Ponce  <david@dponce.com>
3216         * tree-widget.el: eval-and-compile inlined functions so they will
3217         be available at run-time too.
3218         (tree-widget-super-format-handler)
3219         (tree-widget-format-handler): Remove.
3220         (tree-widget-value-create): Handle the :indent property.
3222 2005-06-15  Miles Bader  <miles@gnu.org>
3224         * progmodes/which-func.el (which-func): Only inherit
3225         `font-lock-function-name-face' when that makes sense against the
3226         default mode-line face, otherwise set the face color explicitly.
3228         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
3229         faces instead of (non-existent) variables.
3231 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3233         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
3234         (iswitchb-get-matched-buffers): Likewise.  Simplify.
3236 2005-06-14  Miles Bader  <miles@gnu.org>
3238         * progmodes/ld-script.el (ld-script-location-counter):
3239         Remove "-face" suffix from face name.
3240         (ld-script-location-counter-face):
3241         New backward-compatibility alias for renamed face.
3242         (ld-script-location-counter-face): Use renamed face.
3244         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
3245         (cperl-hash): Remove "-face" suffix from face names.
3246         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
3247         New backward-compatibility aliases for renamed faces.
3248         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
3249         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
3251         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
3252         name.
3253         (which-func-face): New backward-compatibility alias for renamed face.
3254         (which-func-format): Use renamed which-func face.
3256         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
3257         (vhdl-function, vhdl-directive, vhdl-reserved-word)
3258         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
3259         names.
3260         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
3261         (vhdl-speedbar-configuration, vhdl-speedbar-package)
3262         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
3263         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
3264         (vhdl-speedbar-architecture-selected)
3265         (vhdl-speedbar-configuration-selected)
3266         (vhdl-speedbar-package-selected)
3267         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
3268         names.
3269         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
3270         Use renamed faces.
3271         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
3272         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
3273         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
3274         Use renamed faces.
3275         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
3276         names.
3277         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
3278         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
3279         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
3280         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
3281         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
3282         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
3284         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
3285         face name.
3286         (sh-heredoc-face): New backward-compatibility alias for renamed face.
3287         (sh-heredoc-face): Use renamed sh-heredoc face.
3289         * progmodes/idlw-help.el (idlwave-help-link):
3290         Remove "-face" suffix from face name.
3291         (idlwave-help-link-face):
3292         New backward-compatibility alias for renamed face.
3293         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
3295         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
3296         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
3297         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
3298         New backward-compatibility aliases for renamed faces.
3299         (idlwave-shell-disabled-breakpoint-face)
3300         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
3302         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3303         Remove "-face" suffix from face names.
3304         (flymake-errline-face, flymake-warnline-face):
3305         New backward-compatibility aliases for renamed faces.
3306         (flymake-highlight-line): Use renamed flymake faces.
3308         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3309         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
3310         (ebrowse-member-class, ebrowse-progress):
3311         Remove "-face" suffix from face names.
3312         (ebrowse-tree-mark-face, ebrowse-root-class-face)
3313         (ebrowse-file-name-face, ebrowse-default-face)
3314         (ebrowse-member-attribute-face, ebrowse-member-class-face)
3315         (ebrowse-progress-face):
3316         New backward-compatibility aliases for renamed faces.
3317         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
3318         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
3319         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
3320         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
3322         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
3323         antlr-syntax)
3324         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
3325         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
3326         names.
3327         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
3328         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
3329         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
3330         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
3331         backward-compatibility aliases for renamed faces.
3332         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
3333         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
3334         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
3335         remove "font-lock-".  Use renamed antlr-mode faces.
3336         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
3337         literal face-names with face variable references.
3339         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
3340         face name.
3341         (Buffer-menu-buffer-face): New backward-compatibility alias for
3342         renamed face.
3343         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
3345 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
3347         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
3348         Eliminate "-face" suffix.
3349         (makefile-targets): Inherit from font-lock-function-name-face and
3350         eliminate "-face" suffix.
3351         (makefile-shell): Remove attributes and eliminate "-face" suffix.
3352         (makefile-*-font-lock-keywords): Append makefile-targets in rule
3353         actions, instead of prepending, to make it less visible.
3354         (makefile-previous-dependency, makefile-match-dependency):
3355         Don't match a target on a continuation line.
3357         * files.el (auto-mode-alist): Put Makefile in gmake mode.
3359 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
3361         * progmodes/gdb-ui.el (menu): Re-order menu items.
3362         (gdb-tooltip-print): Respect tooltip-use-echo-area.
3364         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
3365         Define in tooltip.el.
3366         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
3367         (gud-tooltip-tips): Respect tooltip-use-echo-area and
3368         gud-tooltip-echo-area.
3370         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
3371         backward compatibility and make obsolete.
3372         (tooltip-help-tips): Use tooltip-use-echo-area.
3373         (tooltip-show-help-function): Rename to...
3374         (tooltip-show-help): ...this, because it is a function.
3375         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
3377 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
3379         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
3380         (edebug-print-length, edebug-print-level, edebug-print-circle)
3381         (edebug-modify-breakpoint, edebug-eval-last-sexp)
3382         (edebug-eval-print-last-sexp): Doc fixes.
3384 2005-06-14  Kim F. Storm  <storm@cua.dk>
3386         * ido.el (ido-mode): Make a new keymap every time we enable ido,
3387         as the coverage buffer/file/both may change.
3389 2005-06-14  Lute Kamstra  <lute@gnu.org>
3391         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
3392         and run-mode-hooks.  Simplify.
3394         * mail/rmailedit.el (rmail-edit-mode):
3395         * progmodes/octave-inf.el (inferior-octave-mode):
3396         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
3398         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
3399         and run-mode-hooks.
3400         (recentf-edit-list, recentf-open-files): Don't call
3401         kill-all-local-variables directly.
3403         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
3405 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3407         * emacs-lisp/byte-run.el (make-obsolete)
3408         (define-obsolete-function-alias): Rename arguments FUNCTION and
3409         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
3410         (make-obsolete-variable, define-obsolete-variable-alias):
3411         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
3412         respectively.
3414         * isearchb.el (isearchb-activate):
3415         * pcvs.el (cvs-mode):
3416         * ses.el (ses-load):
3417         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
3418         * net/tramp.el (tramp-find-file-exists-command)
3419         (tramp-find-shell):
3420         * progmodes/ada-mode.el (ada-create-case-exception)
3421         (ada-create-case-exception-substring, ada-make-subprogram-body):
3422         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3423         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
3424         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
3425         * textmodes/org.el (org-promote, org-evaluate-time-range)
3426         (org-agenda-next-date-line, org-agenda-previous-date-line)
3427         (org-agenda-error, org-open-at-point, org-table-move-row)
3428         (org-format-table-table-html-using-table-generate-source)
3429         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
3430         * textmodes/reftex.el (reftex-access-scan-info):
3431         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
3432         (reftex-toc-promote-prepare): Follow error conventions.
3434         * diff-mode.el (diff-mode): Fix typo in docstring.
3436         * forms.el (forms--intuit-from-file): Fix reference to
3437         `forms-number-of-fields' in error message.
3438         (forms-print): Fix quoting in error message.
3440         * forms.el (forms-mode):
3441         * emulation/vi.el (vi-goto-insert-state):
3442         * progmodes/flymake.el (flymake-new-err-info)
3443         (flymake-start-syntax-check-for-current-buffer)
3444         (flymake-simple-cleanup):
3445         * eshell/esh-var.el (eshell/export):
3446         * progmodes/gud.el (xdb):
3447         * textmodes/flyspell.el (flyspell-incorrect-hook)
3448         (flyspell-maybe-correct-transposition)
3449         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
3451 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
3453         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
3454         minibuffer prompt.
3456 2005-06-13  Kim F. Storm  <storm@cua.dk>
3458         * subr.el (add-to-ordered-list): New defun.
3460         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
3461         add cua--keymap-alist to emulation-mode-map-alists.
3463 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3465         * subr.el (complete-in-turn): New macro.
3466         (dynamic-completion-table, lazy-completion-table): Add debug info.
3468         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
3469         in preference to face aliases.
3471         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
3472         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
3473         Remove unused vars `start' and `firstline'.
3474         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
3475         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
3477 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
3479         * cus-start.el (all): Don't complain about missing GTK-related
3480         variables, unless either `gtk' is boundp or this isn't a
3481         `windows-nt' build.
3483 2005-06-13  Lute Kamstra  <lute@gnu.org>
3485         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
3486         run-mode-hooks.
3488         * ediff-mult.el (ediff-meta-mode):
3489         * ediff-util.el (ediff-mode): Use run-mode-hooks.
3491         * ledit.el (ledit-mode): Use delay-mode-hooks.
3493         * woman.el (woman-mode-line-format): Delete constant.
3494         (woman-mode-map): Initialize it properly.
3495         (woman-mode): Set mode-class property to special.
3496         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
3497         Set major-mode and mode-name.  Don't set mode-line-format directly.
3498         (Man-getpage-in-background): Don't reference woman-mode-line-format.
3500         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
3501         string argument obsolete.
3503 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
3505         * textmodes/org.el (org-CUA-compatible): New option.
3506         (org-disputed-keys): New variable.
3507         (org-key): New function.
3508         (orgtbl-make-binding): Add docstring to the created function.
3509         (org-mode): Set paragraph start/separate regexps.
3510         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3511         (org-archive-location, org-archive-mark-done)
3512         (org-archive-stamp-time): New options.
3513         (org-archive-subtree): New command.
3514         (org-fill-paragraph): New function.
3515         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3516         (org-fake-empty-table-line): Function removed.
3517         (org-format-org-table-html): Do not create empty table lines at
3518         separator lines.  Improved table header treatment.
3519         (org-link-format): New option.
3520         (org-make-link): New function.
3521         (org-insert-link, org-store-link): Use org-make-link.
3522         (org-open-file): Quote file name for shell command, to allow
3523         spaces in file names.
3524         (org-link-regexp): Fix bug with mailto link.
3525         (org-link-maybe-angles-regexp, org-protected-link-regexp):
3526         New constants.
3527         (org-export-as-html): Deal with the optional angles around a link.
3528         Better treatment of file: links.
3529         (org-open-at-point): Replace @{ and @} with < and >.
3530         (org-run-mode-hooks): Function removed.
3531         (org-agenda-mode): No longer use `org-run-mode-hooks'.
3533 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
3535         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
3536         MI command -data-list-register-values.
3537         (gdb-post-prompt): Indent properly.
3539 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
3541         * hilit-chg.el (highlight-changes-colors): Rename from
3542         `highlight-changes-colours'.
3543         (highlight-changes-colours): Keep as obsolete alias.
3544         (highlight-changes-face-list): Doc fix.
3545         (hilit-chg-make-list): Use `highlight-changes-colors'.
3547 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
3549         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
3550         defun-prompt-regexp.
3552 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
3554         * loadup.el: Don't say we are dumping under 2 names on windows-nt
3555         and cygwin.
3557         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3558         Don't use an old loaddefs.el, as in Makefile.in.
3560 2005-06-12  Lute Kamstra  <lute@gnu.org>
3562         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
3564         * man.el (Man-mode-map): Initialize it properly.
3565         (Man-mode): Set mode-class property to special.
3567         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
3569 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
3571         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
3572         A newline is needed in the docstring there.
3574         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
3575         Doc fixes.
3577 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3579         * printing.el: Doc fix.  The menubar is no more changed when printing
3580         is loaded, it only changes when pr-menu-bind or pr-update-menus is
3581         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
3582         (pr-version): New version number (6.8.4).
3583         (pr-menu-bind): New command.
3584         (pr-update-menus): Docstring and code fix.
3585         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
3586         Docstring fix.
3587         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
3588         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
3590 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
3592         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
3593         "Returns" to "return", document useful return values, etc.
3595 2005-06-11  Alan Mackenzie  <acm@muc.de>
3597         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
3598         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
3599         (adaptive-file-function): Minor amendment to doc-string.
3601 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3603         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
3604         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
3605         Fix :type--it is `integer', not `string'.
3607         * faces.el (modeline-highlight): Rename from (the erroneous)
3608         `modeline-higilight'.
3610 2005-06-11  Lute Kamstra  <lute@gnu.org>
3612         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
3613         lisp-interaction-mode-map but make it the parent.
3614         (edebug-eval-mode): Use define-derived-mode.
3616 2005-06-11  Andreas Schwab  <schwab@suse.de>
3618         * bindings.el: Add binding of `ESC functionkey' for every
3619         `M-functionkey'.
3620         * hexl.el (hexl-mode-map): Likewise.
3622 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
3624         * progmodes/compile.el (compilation-error-regexp-alist-alist)
3625         [msft]: update regexp for newer msft compilers.
3627 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
3629         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
3630         ATTLIST portions of included DTDs.
3631         (xml-parse-dtd): Eliminate use of inefficient match-data.
3633 2005-06-10  Miles Bader  <miles@gnu.org>
3635         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3636         (mpuz-text): Remove "-face" suffix from face names.
3637         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
3638         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
3639         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
3641         * play/gomoku.el (gomoku-O, gomoku-X):
3642         Remove "-face" suffix from face names.
3643         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
3644         New backward-compatibility aliases for renamed faces.
3645         (gomoku-font-lock-keywords): Use renamed gomoku faces.
3647 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
3649         * thumbs.el: Fixes for changes of 2005-06-09.
3650         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
3651         as a directory.
3652         (thumbs-thumbname): Remove directory separator from format string;
3653         `thumbs-thumbsdir' now returns a valid directory name.
3654         (thumbs-temp-dir): New defsubst.
3655         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
3656         Use it.
3658         * cus-edit.el (minibuffer):
3659         * files.el (make-backup-file-name-function):
3660         * filesets.el (filesets-external-viewers):
3661         * hilit-chg.el (highlight-changes-colours)
3662         (highlight-changes-face-list, highlight-changes-rotate-faces):
3663         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
3664         * kmacro.el (kmacro-call-macro):
3665         * log-edit.el (log-edit-changelog-full-paragraphs):
3666         * mouse.el (mouse-1-click-follows-link):
3667         * skeleton.el (skeleton-autowrap):
3668         * subr.el (insert-for-yank-1):
3669         * tempo.el (tempo-insert-region):
3670         * terminal.el (terminal-emulator):
3671         * time.el (display-time-mail-face):
3672         * vc.el (vc-annotate):
3673         * vcursor.el (vcursor-copy-line):
3674         * woman.el (woman-bold-headings, woman-ignore)
3675         (woman-default-faces, woman-monochrome-faces):
3676         * calendar/todo-mode.el (todo-insert-threshold):
3677         * emulation/pc-select.el (pc-select-selection-keys-only)
3678         (pc-selection-mode):
3679         * emulation/vip.el (vip-find-char-forward):
3680         * emulation/viper-cmd.el (viper-find-char-forward):
3681         * international/mule-cmds.el
3682         (select-safe-coding-system-accept-default-p)
3683         (input-method-exit-on-invalid-key):
3684         * international/mule-diag.el (describe-coding-system):
3685         * international/ucs-tables.el (unify-8859-on-encoding-mode):
3686         * net/browse-url.el (browse-url-xterm-program):
3687         * obsolete/lazy-lock.el (lazy-lock-mode):
3688         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
3689         (cperl-mode):
3690         * progmodes/cpp.el (cpp-face-light-name-list)
3691         (cpp-face-dark-name-list):
3692         * progmodes/delphi.el (delphi-newline-always-indents):
3693         Fix spellings in docstrings.
3695         * ido.el (ido-mode, ido-file-extensions-order)
3696         (ido-default-file-method, ido-default-buffer-method)
3697         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
3698         (ido-decorations, ido-read-file-name-as-directory-commands)
3699         (ido-read-file-name-non-ido, ido-work-directory-list)
3700         (ido-ignore-item-temp-list, ido-current-directory)
3701         (ido-magic-forward-char, ido-enter-find-file)
3702         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
3703         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
3705 2005-06-10  Lute Kamstra  <lute@gnu.org>
3707         * play/dunnet.el (dun-mode): Use define-derived-mode.
3708         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
3709         obsolete alias.
3711         * play/doctor.el (doctor-mode-map): Remove defvar.
3712         (doctor-mode): Use define-derived-mode.
3714         * mail/mspools.el (mspools-mode):
3715         * net/eudc-hotlist.el (eudc-hotlist-mode):
3716         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
3718 2005-06-10  Miles Bader  <miles@gnu.org>
3720         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3721         Remove "-face" suffix from face names.
3722         (flyspell-incorrect-face, flyspell-duplicate-face):
3723         New backward-compatibility aliases for renamed faces.
3724         (flyspell-mode-on, make-flyspell-overlay)
3725         (flyspell-highlight-incorrect-region)
3726         (flyspell-highlight-duplicate-region)
3727         (flyspell-display-next-corrections)
3728         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
3730         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
3731         from face name.
3732         (texinfo-heading-face): New backward-compatibility alias for
3733         renamed face.
3734         (texinfo-heading-face): Use renamed texinfo-heading face.
3736         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
3737         suffix from face names.
3738         (tex-math-face, tex-verbatim-face):
3739         New backward-compatibility aliases for renamed faces.
3740         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
3741         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
3742         literal face name.
3744         * textmodes/table.el (table-cell): Remove "-face" suffix from face
3745         name.
3746         (table-cell-face): New backward-compatibility alias for renamed face.
3747         (table--put-cell-face-property, table--update-cell-face):
3748         Use renamed table-cell face.
3750         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
3751         from face name.
3752         (sgml-namespace-face): New backward-compatibility alias for
3753         renamed face.
3754         (sgml-namespace-face): Use renamed sgml-namespace face.
3756         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
3757         (org-level-4, org-level-5, org-level-6, org-level-7)
3758         (org-level-8, org-warning, org-headline-done)
3759         (org-deadline-announce, org-scheduled-today)
3760         (org-scheduled-previously, org-link, org-done, org-table)
3761         (org-time-grid): Remove "-face" suffix from face names.
3762         (org-level-1-face, org-level-2-face, org-level-3-face)
3763         (org-level-4-face, org-level-5-face, org-level-6-face)
3764         (org-level-7-face, org-level-8-face, org-warning-face)
3765         (org-headline-done-face, org-deadline-announce-face)
3766         (org-scheduled-today-face, org-scheduled-previously-face)
3767         (org-link-face, org-done-face, org-table-face)
3768         (org-time-grid-face):
3769         New backward-compatibility aliases for renamed faces.
3770         (org-level-faces, org-set-font-lock-defaults, org-timeline)
3771         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
3772         (org-agenda-get-timestamps, org-agenda-get-scheduled)
3773         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
3775         * emulation/viper-init.el (viper-search, viper-replace-overlay)
3776         (viper-minibuffer-emacs, viper-minibuffer-insert)
3777         (viper-minibuffer-vi): Remove "-face" suffix from face names.
3778         (viper-search-face, viper-replace-overlay-face)
3779         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3780         (viper-minibuffer-vi-face):
3781         New backward-compatibility aliases for renamed faces.
3782         (viper-search-face, viper-replace-overlay-face)
3783         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3784         (viper-minibuffer-vi-face): Use renamed viper faces.
3786         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
3787         Remove "-face" suffix from face names.
3788         (testcover-nohits-face, testcover-1value-face):
3789         New backward-compatibility aliases for renamed faces.
3790         (testcover-mark): Use renamed testcover faces.
3792         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
3793         face name.
3794         (diary-button-face): New backward-compatibility alias for renamed face.
3795         (diary-entry): Use renamed diary-button face.
3797         * calendar/calendar.el (diary, calendar-today, holiday)
3798         (mark-visible-calendar-date): Remove "-face" suffix from face names.
3799         (diary-face, calendar-today-face, holiday-face):
3800         New backward-compatibility aliases for renamed faces.
3801         (eval-after-load "facemenu", diary-entry-marker)
3802         (calendar-today-marker, calendar-holiday-marker, diary-face):
3803         Use renamed calendar faces.
3805         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
3806         (compare-windows-face): New backward-compatibility alias for
3807         renamed face.
3808         (compare-windows-highlight): Use renamed compare-windows face.
3810         * strokes.el (strokes-char): Remove "-face" suffix from face name.
3811         (strokes-char-face): New backward-compatibility alias for renamed face.
3812         (strokes-encode-buffer): Use renamed strokes-char face.
3814         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
3815         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
3816         Remove "-face" suffix from face names.
3817         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3818         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3819         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
3820         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
3821         Use renamed pcvs faces.
3822         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
3823         * pcvs-defs.el (cvs-mode-map): Likewise.
3824         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
3826         * info.el (info-title-1, info-title-2, info-title-3)
3827         (info-title-4): Remove "-face" suffix from and downcase face names.
3828         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3829         (Info-title-4-face):
3830         New backward-compatibility aliases for renamed faces.
3831         (Info-fontify-node): Use renamed info faces.
3833         * hilit-chg.el (highlight-changes, highlight-changes-delete):
3834         Remove "-face" suffix from face names.
3835         (highlight-changes-face, highlight-changes-delete-face):
3836         New backward-compatibility aliases for renamed faces.
3837         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
3838         (hilit-chg-make-list): Use renamed highlight-changes faces.
3840         * generic-x.el (show-tabs-tab, show-tabs-space):
3841         Remove "-face" suffix from face names.
3842         (show-tabs-tab-face, show-tabs-space-face):
3843         New backward-compatibility aliases for renamed faces.
3844         (show-tabs-generic-mode-font-lock-defaults-1)
3845         (show-tabs-generic-mode-font-lock-defaults-2):
3846         Use renamed show-tabs faces.
3848         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
3849         (smerge-markers): Remove "-face" suffix from face names.
3850         (smerge-mine-face, smerge-other-face, smerge-base-face)
3851         (smerge-markers-face):
3852         New backward-compatibility aliases for renamed faces.
3853         (smerge-mine-face, smerge-other-face, smerge-base-face)
3854         (smerge-markers-face): Use renamed smerge faces.
3856         * log-view.el (log-view-file, log-view-message): Remove "-face"
3857         suffix from face names.
3858         (log-view-file-face, log-view-message-face): New
3859         backward-compatibility aliases for renamed faces.
3860         (log-view-file-face, log-view-message-face): Use renamed log-view
3861         faces.
3863         * paren.el (show-paren-match, show-paren-mismatch):
3864         Remove "-face" suffix from face names.
3865         (show-paren-match-face, show-paren-mismatch-face):
3866         New backward-compatibility aliases for renamed faces.
3867         (show-paren-function): Use renamed show-paren faces.
3869         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
3870         (ruler-mode-margins, ruler-mode-fringes)
3871         (ruler-mode-column-number, ruler-mode-fill-column)
3872         (ruler-mode-comment-column, ruler-mode-goal-column)
3873         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
3874         suffix from face names.
3875         (ruler-mode-default-face, ruler-mode-pad-face)
3876         (ruler-mode-margins-face, ruler-mode-fringes-face)
3877         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
3878         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
3879         (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
3880         backward-compatibility aliases for renamed faces.
3881         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
3882         (ruler-mode-column-number, ruler-mode-fill-column)
3883         (ruler-mode-comment-column, ruler-mode-goal-column)
3884         (ruler-mode-tab-stop, ruler-mode-current-column)
3885         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
3886         faces.
3888         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
3889         face name.
3890         (whitespace-highlight-the-space): Use renamed face.
3891         (whitespace-highlight-face): New backward-compatibility alias for
3892         renamed face.
3894         * woman.el (woman-italic, woman-bold, woman-unknown)
3895         (woman-addition, woman-symbol-face):
3896         Remove "-face" suffix from face names.
3897         (woman-italic-face, woman-bold-face, woman-unknown-face)
3898         (woman-addition-face):
3899         New backward-compatibility aliases for renamed faces.
3900         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
3901         (woman-decode-region, woman-replace-match)
3902         (woman-display-extended-fonts, woman-special-characters)
3903         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
3904         Use renamed woman faces.
3906         * longlines.el (longlines-visible-face): Face removed.
3908         * diff-mode.el (diff-header, diff-file-header, diff-index)
3909         (diff-hunk-header, diff-removed, diff-added, diff-changed)
3910         (diff-function, diff-context, diff-nonexistent): Remove "-face"
3911         suffix from face names.
3912         (diff-header-face, diff-file-header-face, diff-index-face)
3913         (diff-hunk-header-face, diff-removed-face, diff-added-face)
3914         (diff-changed-face, diff-function-face, diff-context-face)
3915         (diff-nonexistent-face): New backward-compatibility aliases for
3916         renamed faces.
3917         (diff-header-face, diff-file-header-face)
3918         (diff-index, diff-index-face, diff-hunk-header)
3919         (diff-hunk-header-face, diff-removed, diff-removed-face)
3920         (diff-added, diff-added-face, diff-changed-face, diff-function)
3921         (diff-function-face, diff-context-face, diff-nonexistent)
3922         (diff-nonexistent-face): Use renamed diff-mode faces.
3924         * progmodes/compile.el (compilation-warning-face)
3925         (compilation-info-face): Remove "-face" suffix from face names.
3926         (compilation-warning-face, compilation-info-face):
3927         New backward-compatibility aliases for renamed faces.
3928         (compilation-warning-face, compilation-info-face):
3929         Use renamed compilation faces.
3931         * add-log.el (change-log-date, change-log-name)
3932         (change-log-email, change-log-file, change-log-list)
3933         (change-log-conditionals, change-log-function)
3934         (change-log-acknowledgement): Remove "-face" suffix from face names.
3935         (change-log-date-face, change-log-name-face)
3936         (change-log-email-face, change-log-file-face)
3937         (change-log-list-face, change-log-conditionals-face)
3938         (change-log-function-face, change-log-acknowledgement-face):
3939         New backward-compatibility aliases for renamed faces.
3940         (change-log-font-lock-keywords): Use renamed change-log faces.
3942         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
3943         (custom-set, custom-changed, custom-saved, custom-button)
3944         (custom-button-pressed, custom-documentation, custom-state)
3945         (custom-comment, custom-comment-tag, custom-variable-tag)
3946         (custom-variable-button, custom-face-tag, custom-group-tag-1)
3947         (custom-group-tag): Remove "-face" suffix from face names.
3948         (custom-magic-alist, custom-magic-value-create)
3949         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
3950         (custom-invalid-face, custom-rogue-face, custom-modified-face)
3951         (custom-set-face, custom-changed-face, custom-saved-face)
3952         (custom-button-face, custom-button-pressed-face)
3953         (custom-documentation-face, custom-state-face)
3954         (custom-comment-face, custom-comment-tag-face)
3955         (custom-variable-tag-face, custom-variable-button-face)
3956         (custom-face-tag-face, custom-group-tag-face-1)
3957         (custom-group-tag-face):
3958         New backward-compatibility aliases for renamed faces.
3960         * wid-edit.el (widget-documentation, widget-button)
3961         (widget-field, widget-single-line-field, widget-inactive)
3962         (widget-button-pressed): "-face" suffix removed from face names.
3963         (widget-documentation-face, widget-button-face)
3964         (widget-field-face, widget-single-line-field-face)
3965         (widget-inactive-face, widget-button-pressed-face):
3966         New backward-compatibility aliases for renamed faces.
3967         (widget-documentation-face, widget-button-face)
3968         (widget-button-pressed-face, widget-specify-field)
3969         (widget-specify-inactive): Use renamed widget faces.
3971 2005-06-10  Kenichi Handa  <handa@m17n.org>
3973         * term/x-win.el (x-clipboard-yank): Remove condition-case
3974         wrapping.
3976 2005-06-11  Kenichi Handa  <handa@m17n.org>
3978         * add-log.el (change-log-font-lock-keywords): Make the regexp for
3979         date lines stricter.
3981 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
3983         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
3984         of x-get-selection.
3986 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
3988         * comint.el (comint-mode, comint-snapshot-last-prompt):
3989         * frame.el (frame-current-scroll-bars):
3990         * term.el (term-mode, term-check-proc, term-input-sender)
3991         (term-simple-send, term-extract-string, term-word)
3992         (term-match-partial-filename):
3993         * window.el (window-current-scroll-bars):
3994         * emulation/cua-base.el (cua-normal-cursor-color)
3995         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
3996         (cua-global-mark-cursor-color):
3997         * mail/undigest.el (rmail-forward-separator-regex):
3998         Fix typos in docstrings.
4000         * comint.el (comint-check-proc, make-comint-in-buffer)
4001         (comint-source-default): Doc fixes.
4003         * term.el (term-send-string): Improve argument/docstring
4004         consistency.
4006 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
4008         * comint.el (comint-send-input): Bind `inhibit-read-only' around
4009         call to `delete-region'.
4010         (comint-mode-hook): Do not enable Font Lock by default.
4012 2005-06-09  Lute Kamstra  <lute@gnu.org>
4014         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
4015         could be void.
4017 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4019         * emacs-lisp/debug.el (debugger-will-be-back): New var.
4020         (debug): Use it.
4021         (debugger-step-through, debugger-continue, debugger-jump)
4022         (debugger-return-value): Set it when needed.
4023         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
4024         Use inhibit-read-only.
4026 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
4028         * window.el (shrink-window-if-larger-than-buffer)
4029         (window-size-fixed): Fix typo in docstring.
4031         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
4032         thumbnails directory on loading.
4033         (thumbs-conversion-program): Use `eq' to check the system type,
4034         not `equal'.
4035         (thumbs-temp-dir): Initialize to `temporary-file-directory',
4036         not "/tmp".  Fix docstring.
4037         (thumbs-thumbsdir): New function to return the thumbnails
4038         directory, creating it if needed.
4039         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
4040         (thumbs-temp-file): Delete variable and make it into a function.
4041         (thumbs-resize-image, thumbs-modify-image): Use it.
4042         (thumbs-kill-buffer): Simplify.
4043         (thumbs-gensym): Defalias or duplicate CL `gensym'.
4044         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
4045         docstrings.
4047 2005-06-09  Kim F. Storm  <storm@cua.dk>
4049         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
4050         set-match-data to free markers in match-data.
4052         * replace.el (replace-match-data): Pass RESEAT arg `t' to
4053         match-data to unchain markers in match-data.
4055 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4057         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
4058         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
4059         unnecessary now.
4061 2005-06-08  Richard M. Stallman  <rms@gnu.org>
4063         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
4064         give the variable a doc string that doesn't say don't set it directly.
4066         * textmodes/ispell.el (ispell-check-version):
4067         Use match-string-no-properties.
4068         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
4069         (ispell-buffer-local-words): Likewise.
4071         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
4072         except on terminals with enough colors to really display it.
4073         (makefile-dependency-regex): Delete spurious `bb'.
4075         * faces.el (escape-glyph): Use blue once again in last case.
4076         (no-break-space): Redefine so that it isn't invisible on a tty.
4078 2005-06-08  Kim F. Storm  <storm@cua.dk>
4080         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
4081         also when reading directory name.
4083 2005-06-08  Lute Kamstra  <lute@gnu.org>
4085         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
4086         (flyspell-mode-line-string): Remove autoload cookie.
4087         (flyspell-mode): Remove defvar.
4089 2005-06-07  Lute Kamstra  <lute@gnu.org>
4091         * textmodes/org.el (org-run-mode-hooks): New function.
4092         (org-agenda-mode): Use it.
4094 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
4096         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
4098 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4100         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
4102 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
4104         * font-lock.el (font-lock-add-keywords): Doc fix.
4106 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4108         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
4109         (tex-compile-default): In the absence of any history, use the order in
4110         tex-compile-alist to choose the preferred command.
4111         (tex-compile-commands): Reorder a bit.
4113         * textmodes/flyspell.el (flyspell-auto-correct-binding)
4114         (flyspell-incorrect-face, flyspell-duplicate-face):
4115         Use (X)Emacs-agnostic code.
4116         (flyspell-mode-map): Don't overwrite at each load.  Remove code
4117         redundant with the subsequent add-minor-mode.  Merge Emacs and
4118         XEmacs code.
4119         (flyspell-word): Minor simplification.
4120         (flyspell-math-tex-command-p): Quieten the byte-compiler.
4121         (flyspell-external-point-words): Remove unused vars `size' and
4122         `start'.
4123         (flyspell-do-correct): Rename from flyspell-xemacs-correct.  Merge
4124         the corresponding Emacs code.
4125         (flyspell-correct-word, flyspell-xemacs-popup): Use
4126         flyspell-do-correct.
4128         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
4129         a dedicated window.
4131         * international/latexenc.el (latexenc-find-file-coding-system):
4132         Undo part of last patch, to turn off a compiler warning.
4134 2005-06-06  Juri Linkov  <juri@jurta.org>
4136         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
4137         Rename `tmm-inactive-face' to `tmm-inactive'.
4139 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
4141         * iswitchb.el: Rename faces.
4143 2005-06-06  Kim F. Storm  <storm@cua.dk>
4145         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
4146         (cua-global-mark): Remove -face suffix from face names.
4148         * emulation/cua-gmrk.el (cua--init-global-mark):
4149         Remove cua-global-mark face setup.
4151 2005-06-06  Richard M. Stallman  <rms@gnu.org>
4153         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
4154         just like other allowed characters.
4155         (makefile-match-dependency): Exclude leading and training whitespace
4156         from the range of regexp subexp 1.
4157         (makefile-macroassign-regex): Don't try to match the body,
4158         just the name of the macro being defined.
4160         * info.el (Info-read-node-name-2): New function.
4161         (Info-read-node-name-1): Use that.
4162         Add a completion-base-size-function property.
4164         * simple.el (completion-setup-function): Look for
4165         completion-base-size-function property of
4166         minibuffer-completion-table.
4168         * files.el (locate-file-completion): Doc fix.
4170         * printing.el: Don't call pr-update-menus; user must do that.
4172         * emacs-lisp/debug.el (debugger-window): New variable.
4173         (debug): Use debugger-window if it is set and still alive.
4174         Record debugger-window for next entry.
4176         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
4178 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
4180         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
4181         (hack-one-local-variable, hack-local-variables)
4182         (hack-local-variables-prop-line): Pass that arg.
4184 2005-06-06  Kim F. Storm  <storm@cua.dk>
4186         * ido.el (ido-first-match, ido-only-match, ido-subdir)
4187         (ido-indicator): Remove -face suffix from face names.
4189 2005-06-06  Juri Linkov  <juri@jurta.org>
4191         * font-lock.el (font-lock-regexp-backslash)
4192         (font-lock-regexp-backslash-construct): New faces.
4193         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
4194         after `('.  Add `while-no-input' to control structures.
4196         * faces.el (no-break-space, shadow): New faces.
4197         (escape-glyph): Use less loud colors pink2 and red4.
4199         * diff-mode.el (diff-context-face)
4200         * dired.el (dired-ignored)
4201         * rfn-eshadow.el (file-name-shadow)
4202         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
4204         * info.el (Info-title-1-face): Use green instead of yellow because
4205         bold yellow is not readable on light backgrounds.
4207         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
4208         before selecting the desired mode to not spend time fontifying
4209         old contents.
4211 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
4213         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
4214         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
4216         * ps-print.el (ps-default-fg, ps-default-bg):
4217         Fix typos in docstrings.
4219         * isearchb.el (isearchb): Don't pass a spurious second argument to
4220         `iswitchb-completions'.
4222 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
4224         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
4225         to preserve point.
4226         (gdb-find-file-hook): Add doc string.
4228         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
4229         C dereferenced pointer expression.
4230         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
4232         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
4234         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
4235         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
4236         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
4237         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
4238         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
4239         Make background transparent.
4241 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4243         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
4244         (font-lock-remove-keywords): Doc fix.
4245         (font-lock-mode-major-mode): Compiler defvar.
4246         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
4248         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
4249         (font-lock-mode): Update `font-lock-mode-major-mode'.
4250         (font-lock-set-defaults): Compiler defvar.
4251         (font-lock-default-function): Take `font-lock-mode-major-mode'
4252         into account.
4254         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
4255         keep track of which major mode it enabled the minor mode for.
4256         Use find-file-hook again.  Update docstring.
4258         * simple.el (eval-expression-print-level)
4259         (eval-expression-print-length, eval-expression-debug-on-error):
4260         Doc fixes.
4262 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
4264         * iswitchb.el (iswitchb-single-match-face)
4265         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
4266         (iswitchb-invalid-regexp-face): New faces.
4267         (iswitchb-completions): Use them.
4268         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
4269         now marked as an obsolete alias.
4270         (iswitchb-read-buffer): Remove check for bound font variables.
4271         (iswitchb-invalid-regexp): New free variable.
4272         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
4273         set iswitchb-invalid-regexp.
4274         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
4275         invalid regexps.
4276         (iswitchb-completions): Add check for complete match when entering
4277         a regexp.
4278         (iswitchb-completions): Remove require-match argument.
4279         (iswitchb-exhibit): Fix caller.
4280         (iswitchb-common-match-inserted): New variable.
4281         (iswitchb-complete, iswitchb-completion-help): Use it.
4283 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
4285         * url-http.el (url-http-chunked-encoding-after-change-function):
4286         Use `url-http-debug' instead of `message'.
4288 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
4290         * url-http.el (url-http-parse-headers): Pass redirected URL as a
4291         callback argument.
4293 2005-06-04  Kim F. Storm  <storm@cua.dk>
4295         * simple.el (line-move): Only call sit-for when moving backwards.
4297         * ido.el (ido-make-merged-file-list-1): New defun split from
4298         ido-make-merged-file-list.
4299         (ido-make-merged-file-list): Bind throw-on-input around call to
4300         ido-make-merged-file-list-1.  Return input-pending-p if
4301         interrupted by more input available.
4302         (ido-read-internal): Handle input-pending-p return value from
4303         ido-make-merged-file-list.
4305 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4307         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
4308         compatibility code.
4310         * international/latexenc.el (latexenc-find-file-coding-system):
4311         Don't inherit the EOL part of the coding-system from the
4312         tex-main buffer.  Fit within 80 columns.
4314 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
4316         * tmm.el (tmm-inactive-face): New face.
4317         (tmm-remove-inactive-mouse-face): New function.
4318         (tmm-prompt, tmm-add-one-shortcut)
4319         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
4320         but not selectable.
4322 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
4324         * faces.el (face-equal): Improve argument/docstring consistency.
4326 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
4328         * progmodes/make-mode.el (makefile-targets-face)
4329         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
4330         (makefile-bsdmake-dependency-regex)
4331         (makefile-makepp-rule-action-regex)
4332         (makefile-bsdmake-rule-action-regex): New constants.
4333         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
4335         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4336         Allow (...) within `...' for makepp messages.
4338 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
4340         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
4342         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
4343         "." files are deleted from all file lists before comparison.
4345         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4346         (viper-ESC-key): Made them customizable.
4348         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
4350 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
4352         * autorevert.el (auto-revert-buffers): Use save-match-data.
4354 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4356         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
4357         menu items with a nil command binding.
4359 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
4361         * emacs-lisp/cl-macs.el (defsetf):
4362         Improve argument/docstring consistency.
4364         * faces.el (list-faces-display): Improve the formatting by
4365         computing the maximum length required for any face-name (reworked
4366         patch of 1999-01-11, accidentally deleted on 1999-07-21).
4367         (internal-find-face): Remove redundant info in docstring.
4369 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
4371         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
4372         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
4373         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
4374         (gdb-assembler-custom): Improve regexps.
4375         (def-gdb-auto-update-handler): Use window point to preserve point.
4377 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4379         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
4381 2005-05-31  Jay Belanger  <belanger@truman.edu>
4383         * calc/calc-embed.el (calc-embedded-word): Change argument passed
4384         to calc-embedded.
4385         (calc-embedded-make-info): Have plain prefix argument select
4386         entire line.
4388 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
4390         * faces.el (list-faces-display): Signal error if passed a regexp
4391         that matches no face name.
4393         * simple.el (filter-buffer-substring): Fix typo in docstring.
4395 2005-05-31  Richard M. Stallman  <rms@gnu.org>
4397         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
4398         (vhdl-emacs-21): Doc fix.
4399         (vhdl-mode): Unconditionally set comment-padding.
4400         (vhdl-fixup-whitespace-region): Insert spaces only where
4401         there are none.
4402         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
4404 2005-05-30  John Wiegley  <johnw@newartisans.com>
4406         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
4407         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
4408         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
4409         `directory-sep-char' to ?/, and all uses of `string-to-int' to
4410         `string-to-number'.
4412 2005-05-30  Jay Belanger  <belanger@truman.edu>
4414         * calc/calc.el (calc-bug-address): Fix docstring.
4415         (calc-window-hook, calc-trail-window-hook): New variables.
4416         (calc-trail-display): Restore use of calc-trail-window-hook.
4417         (calc): Restore use of calc-window-hook.
4419 2005-05-31  Masatake YAMATO  <jet@gyve.org>
4421         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
4423         * help-fns.el (help-C-file-name): Add autoload mark for
4424         `find-function-noselect'.
4426 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4428         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
4429         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
4431 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
4433         * calendar/diary-lib.el (mark-included-diary-files): Only kill
4434         included diary buffer if it was not already being visited.
4435         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
4437         * calendar/icalendar.el (top-level): Do not require 'appt.
4439         * mail/supercite.el (sc-select-attribution): Only use a list
4440         element from sc-attrib-selection-list if it returns a string.
4441         Reported by Davide G. M. Salvetti <salve@debian.org>.
4443 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
4445         * thumbs.el (thumbs-thumbname): The resulting thumbname now
4446         includes a hash value to improve its uniqueness, and has a ".jpg"
4447         extension.  Also, it is now a valid filename on all systems.
4448         (thumbs-make-thumb): Use `let', not `let*'.
4449         (thumbs-show-thumbs-list): Check for JPEG availability.
4451 2005-05-30  Richard M. Stallman  <rms@gnu.org>
4453         * filesets.el (filesets-menu-ensure-use-cached):
4454         Prevent warning when emacs-version>= is undefined.
4456         * printing.el (pr-interactive-n-up): Use string-to-number.
4458         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
4460         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4461         Warn only when name to be defined is quoted.
4463 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
4465         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
4466         Make regexp more robust.
4467         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4468         Force regeneration of disassembly.
4470 2005-05-29  Jay Belanger  <belanger@truman.edu>
4472         * calc/calc.el (calc-user-invocation): Check if
4473         calc-invocation-macro is non-nil.
4475 2005-05-29  Juri Linkov  <juri@jurta.org>
4477         * add-log.el (change-log-font-lock-keywords):
4478         Add `+' to e-mail regexp to accept mail address with keywords.
4480         * man.el (Man-name-regexp): Add `:' to accept qualified names.
4482 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
4484         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4486         * ielm.el (inferior-emacs-lisp-mode): Ditto.
4488 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4490         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4491         Undo the change that moves to end of the current word.
4493 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
4495         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
4496         Throw error when count <= 0 to ensure input is a number.
4497         (gdb-read-memory-custom): Pick up address from buffer.
4498         (gdb-memory-mode): Allow user to increment and decrement
4499         memory address from header line.
4501 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4503         * flyspell.el (flyspell-version): Function deleted.
4504         (flyspell-auto-correct-previous-hook): Doc fix.
4506         * jit-lock.el (jit-lock-function, jit-lock-after-change):
4507         Do nothing if memory is full.
4509         * font-lock.el (font-lock-fontify-syntactically-region):
4510         Pass t for GREEDY to looking-back.
4512         * saveplace.el (save-place-alist-to-file): Write the file
4513         using write-region.
4515         * subr.el (looking-back): New argument GREEDY.
4517         * progmodes/compile.el (compilation-start): Set the mode
4518         before inserting the initial text.
4520         * progmodes/which-func.el (which-func-update-1): Turn the mode
4521         off in case of error by setting which-func-mode.
4523 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
4525         * flyspell.el (flyspell-auto-correct-previous-word):
4526         Narrow down to what's on the screen, and recenter overlays
4527         at the end of the next word.
4529 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
4531         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
4532         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
4533         (flyspell-abbrev-p): Default to nil.
4534         (flyspell-use-global-abbrev-table-p): Doc fix.
4535         (flyspell-large-region): Allow nil as value.
4536         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
4538         (mail-mode-flyspell-verify): More robust handling
4539         of `mail-header-separator'.  More efficient signature detection.
4540         Allow for regexp metacharacters in message-header-separator.
4541         Adding `To' not to be checked in mail-mode-flyspell-verify.
4543         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
4544         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
4545         Bind flyspell-auto-correct-binding.
4546         Bind C-. and C-, .
4547         (flyspell-mode-map): Likewise.
4548         (flyspell-mode): Doc fix.
4549         (flyspell-accept-buffer-local-defs): Preserve current buffer.
4550         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
4551         (flyspell-word-cache-result): New var, always local.
4552         (flyspell-check-pre-word-p): Doc fix.
4553         (flyspell-check-changed-word-p): Handle spc like newline.
4554         (flyspell-post-command-hook): Set flyspell-word-cache-result.
4555         (flyspell-word-search-backward, flyspell-word-search-forward):
4556         New functions.
4557         (flyspell-word): Return t if nothing to check.
4558         When parsing TeX code, check for after } or \.
4559         Use flyspell-word-search-backward to find previous word.
4560         Return nil if duplicated word.
4561         For word already checked, return same value as last time.
4562         Set flyspell-word-cache-result after checking.
4563         Don't clobber the return value.
4564         (flyspell-get-word): Major rewrite.
4565         (flyspell-external-point-words): New locals pword, pcount.
4566         Fix size used in progress message.
4567         Find the proper corresponding word in flyspell-large-region-buffer.
4568         (flyspell-region): Check for flyspell-large-region = nil.
4569         (flyspell-highlight-incorrect-region): Clean up overlays in region.
4570         (flyspell-auto-correct-word): Check that WORD is a cons.
4571         (flyspell-correct-word): Likewise.
4573 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
4575         * progmodes/make-mode.el (makefile-rule-action-regex)
4576         (makefile-macroassign-regex, makefile-makepp-mode)
4577         (makefile-bsdmake-mode): Continuation lines may be empty.
4578         Reported by Joshua Varner.
4579         (makefile-makepp-font-lock-keywords): Add $(stem).
4581 2005-05-28  Karl Berry  <karl@gnu.org>
4583         * textmodes/tex-mode.el: Now that tex-send-command calls
4584         shell-quote-argument (2005-03-31 change), remove all calls to
4585         shell-quote-argument; they all end up invoking tex-send-command.
4586         The double quoting loses on filenames with non-safe characters,
4587         such as "@".  Reported by Frederik Fouvry.
4589 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
4591         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4592         about preserving point.
4594 2005-05-27  Jay Belanger  <belanger@truman.edu>
4596         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
4597         Info-goto-node.
4599         * calc/calc-embed.el (calc-embed-arg): New variable.
4600         (calc-do-embedded-activate, calc-embedded-activate-formula)
4601         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
4602         variable by new variable.
4603         (calc-embedded-make-info): Replace undeclared variable by new
4604         variable.  When selecting region with positive prefix
4605         argument, use end of previous line instead of beginning of line.
4607         * calc/calc-aent.el (calc-arg-values): Declare it.
4609         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
4610         Declare them.
4612         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
4614         * calc/calc.el (calc-alg-map): Declare it.
4616         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
4618 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
4620         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
4621         (gdb-registers-buffer, toggle-gdb-all-registers):
4622         Toggle display of floating point registers.
4623         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
4625         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
4626         (toggle-gud-tooltip-dereference):
4627         Rename from gud-toggle-tooltip-dereference.
4629 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4631         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4633 2005-05-27  Jay Belanger  <belanger@truman.edu>
4635         * calc/calc-prog.el (calc-kbd-report): Remove.
4636         (calc-kbd-query): Rewrite.
4638 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
4640         * image.el (image-library-alist): Move to image.c.
4641         (image-type-available-p): Doc fix.
4643 2005-05-27  Lute Kamstra  <lute@gnu.org>
4645         * calc/calc.el (calc):
4646         * outline.el (outline-1, outline-2, outline-3, outline-4)
4647         (outline-5, outline-6, outline-7, outline-8):
4648         * textmodes/dns-mode.el (dns-mode):
4649         * textmodes/sgml-mode.el (sgml-namespace-face):
4650         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
4651         (tex-verbatim-face, tex-use-reftex):
4652         * textmodes/texinfo.el (texinfo-heading-face):
4653         Specify customization group.
4655         * longlines.el: Don't require easy-mmode.
4656         (longlines-visible-face): Specify customization group.
4658 2005-05-27  Kenichi Handa  <handa@m17n.org>
4660         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
4661         encoding table of windows-1251.
4663         * international/ucs-tables.el (ucs-set-table-for-input):
4664         If translation-table-for-input of a coding system is a symbol, get
4665         its translation-table property.
4667         * international/code-pages.el: Don't register a coding system into
4668         non-iso-charset-alist more than once.
4669         (cp-make-coding-system): Likewise.
4671 2005-05-26  John Wiegley  <johnw@newartisans.com>
4673         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
4674         `eshell-resume-eval' is wrapped in a list, it indicates that the
4675         command was run asynchronously.  In that case, unwrap the value
4676         before checking the delimiter value.
4678         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
4679         character before a space at the end of a line is \, assume the space
4680         is part of the last argument rather than a final argument separator.
4682         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
4683         is in use, and the target is `t' or `nil' (which are the most common
4684         values), don't assume that the symbol target is a buffer.
4686 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4688         * calendar/calendar.el (calendar-mode-line-format):
4689         Use mode-line-highlight as mouse-face.
4691         * time.el (display-time-string-forms, display-time-update):
4692         Use mode-line-highlight as mouse-face.
4694 2005-05-26  Jay Belanger  <belanger@truman.edu>
4696         * calc/calc.el (calc-language-alist): Remove extra defvar.
4698 2005-05-26  Lute Kamstra  <lute@gnu.org>
4700         * arc-mode.el (archive-mode):
4701         * bookmark.el (bookmark-read-annotation-mode)
4702         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
4703         * bs.el (bs-mode):
4704         * calc/calc-yank.el (calc-edit-mode):
4705         * calc/calc.el (calc-mode, calc-trail-mode):
4706         * calculator.el (calculator-mode):
4707         * chistory.el (command-history-mode):
4708         * comint.el:
4709         * cus-edit.el (custom-mode):
4710         * descr-text.el (describe-text-mode):
4711         * ebuff-menu.el (Electric-buffer-menu-mode):
4712         * ediff-util.el (ediff-mode):
4713         * emacs-lisp/re-builder.el (reb-mode):
4714         * emulation/vi.el (vi-mode-setup):
4715         * emulation/ws-mode.el (wordstar-mode):
4716         * eshell/esh-mode.el (eshell-mode):
4717         * forms.el (forms-mode):
4718         * help-mode.el (help-mode):
4719         * hexl.el (hexl-mode):
4720         * ibuffer.el (ibuffer-mode):
4721         * ielm.el (inferior-emacs-lisp-mode):
4722         * info.el (Info-mode, Info-edit-mode):
4723         * international/swedish.el:
4724         * ledit.el (ledit-from-lisp-mode):
4725         * locate.el (locate-mode):
4726         * mail/rmail.el (rmail-mode):
4727         * mail/rmailedit.el (rmail-edit-mode):
4728         * mail/rmailsum.el (rmail-summary-mode):
4729         * mail/supercite.el (sc-electric-mode):
4730         * net/eudc.el (eudc-mode):
4731         * net/quickurl.el (quickurl-list-mode):
4732         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
4733         * obsolete/ooutline.el (outline-mode):
4734         * obsolete/options.el (Edit-options-mode):
4735         * obsolete/rnews.el (news-mode):
4736         * obsolete/rnewspost.el (news-reply-mode):
4737         * play/5x5.el (5x5-mode):
4738         * play/decipher.el (decipher-mode, decipher-stats-mode):
4739         * play/gomoku.el (gomoku-mode):
4740         * play/snake.el (snake-mode):
4741         * play/solitaire.el (solitaire-mode):
4742         * play/tetris.el (tetris-mode):
4743         * progmodes/ada-mode.el (ada-mode):
4744         * progmodes/antlr-mode.el (antlr-mode):
4745         * progmodes/autoconf.el (autoconf-mode):
4746         * progmodes/dcl-mode.el (dcl-mode):
4747         * progmodes/delphi.el (delphi-mode):
4748         * progmodes/ebrowse.el (ebrowse-tree-mode)
4749         (ebrowse-electric-list-mode, ebrowse-member-mode)
4750         (ebrowse-electric-position-mode):
4751         * progmodes/f90.el (f90-mode):
4752         * progmodes/fortran.el (fortran-mode):
4753         * progmodes/icon.el (icon-mode):
4754         * progmodes/idlw-help.el (idlwave-help-mode):
4755         * progmodes/idlw-shell.el (idlwave-shell-mode):
4756         * progmodes/idlwave.el (idlwave-mode):
4757         * progmodes/inf-lisp.el (inferior-lisp-mode):
4758         * progmodes/m4-mode.el (m4-mode):
4759         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
4760         * progmodes/modula2.el (modula-2-mode):
4761         * progmodes/octave-inf.el (inferior-octave-mode):
4762         * progmodes/octave-mod.el (octave-mode):
4763         * progmodes/pascal.el (pascal-mode):
4764         * progmodes/sh-script.el (sh-mode):
4765         * progmodes/sql.el (sql-mode, sql-interactive-mode):
4766         * progmodes/vhdl-mode.el (vhdl-mode):
4767         * progmodes/xscheme.el (scheme-interaction-mode):
4768         * replace.el (occur-mode):
4769         * ses.el (ses-mode):
4770         * simple.el (completion-list-mode):
4771         * skeleton.el:
4772         * speedbar.el (speedbar-mode):
4773         * term.el (term-mode):
4774         * terminal.el (terminal-edit-mode):
4775         * textmodes/reftex-index.el (reftex-index-mode)
4776         (reftex-index-phrases-mode):
4777         * textmodes/reftex-sel.el (reftex-select-label-mode)
4778         (reftex-select-bib-mode):
4779         * textmodes/reftex-toc.el (reftex-toc-mode):
4780         * wdired.el (wdired-change-to-wdired-mode):
4781         * wid-browse.el (widget-browse-mode):
4782         Use run-mode-hooks.
4784         * array.el (array-mode):
4785         * calendar/todo-mode.el (todo-mode):
4786         * man.el (Man-mode):
4787         * play/landmark.el (lm-mode):
4788         * play/mpuz.el (mpuz-mode):
4789         Use kill-all-local-variables and run-mode-hooks.
4791         * subr.el (delay-mode-hooks): Specify indentation.
4793 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
4795         * xml.el (xml-substitute-special): Don't die for undefined xml
4796         entities.
4798 2005-05-26  Jay Belanger  <belanger@truman.edu>
4800         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
4801         of nil.
4803 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
4805         * progmodes/gdb-ui.el (gdb-frame-address):
4806         Rename from gdb-current-address.
4807         (gdb-previous-frame-address): Rename from gdb-previous-address.
4808         (gdb-selected-frame): Rename from gdb-current-frame.
4809         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
4810         (gdb-frame-number): Rename from gdb-current-stack-level.
4811         (gdb-ann3): Match new mode-name for disassembly buffer.
4812         Extend initialization of variables.
4813         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
4814         (gdb-memory-mode): Use mouse-face in header line.
4815         (gdb-assembler-buffer-name): Call it disassembly and give frame
4816         in mode line.
4817         (gdb-source-spec-regexp, gdb-assembler-custom)
4818         (gdb-invalidate-assembler, gdb-frame-handler):
4819         Make robust to leading zeroes in address format.
4821 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
4823         * textmodes/org.el (org-mode): Use `define-derived-mode' to
4824         define `org-mode'.
4825         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
4827 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4829         * log-edit.el (log-edit-changelog-entries): Distinguish between
4830         filenames like xfns.c and fns.c.
4832 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
4834         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
4835         point after reverting.
4836         (Buffer-menu-make-sort-button): Handle the case where
4837         `Buffer-menu-use-header-line' is nil.
4839 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
4841         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
4842         New funcs.  In minibuffer-local-completion-map bind `]', `/'
4843         and `:' to them.
4845 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4847         * startup.el (normal-top-level): Allow modification of load-path while
4848         we're iterating over it.
4850 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
4852         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
4853         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
4854         (thumbs-resize-interactive, thumbs-insert-image)
4855         (thumbs-insert-thumb, thumbs-dired-show-marked)
4856         (thumbs-find-image-at-point, thumbs-delete-images)
4857         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
4858         (thumbs-increment-image-size, thumbs-decrement-image-size):
4859         Fix typos in docstrings.
4861 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
4863         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
4864         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
4865         (cperl-mode): Use them.
4867 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
4869         * window.el (quit-window, shrink-window-if-larger-than-buffer):
4870         Doc fixes.
4872 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
4874         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
4875         Bind C-d to gdb-inferior-io-eof.
4877         * dired.el (dired-dnd-popup-notice): Use message-box.
4879 2005-05-23  Masatake YAMATO  <jet@gyve.org>
4881         * bindings.el (mode-line-major-mode-keymap):
4882         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
4884         * faces.el (mode-line-highlight): New face.
4886         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
4887         as mouse-face.
4889         * bindings.el (top-level, help-echo, mode-line-modified)
4890         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
4891         as mouse-face.
4893 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
4895         * progmodes/cc-engine.el (c-guess-basic-syntax):
4896         Remove spurious call to `zerop'.
4898         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4900 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
4902         CC Mode update to 5.30.10:
4904         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
4905         could go past the limit in decoration level 2, thereby causing
4906         errors during interactive fontification.
4908         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
4909         the file is evaluated interactively.
4911         * cc-engine.el (c-guess-basic-syntax): Handle operator
4912         declarations somewhat better in C++.
4914         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
4915         make use of `run-mode-hooks' which has been added in Emacs 21.1.
4916         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4917         (awk-mode): Use it.
4918         (make-local-hook): Suppress warning about obsoleteness.
4920         * cc-engine.el, cc-align.el, cc-cmds.el
4921         (c-append-backslashes-forward, c-delete-backslashes-forward)
4922         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
4923         Compensate for return value from `forward-line' when it has moved
4924         but not to a different line due to eob.
4926         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
4927         `objc-method-intro' and `objc-method-args-cont'.
4929 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
4931         CC Mode update to 5.30.10:
4933         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
4934         in the copyright statement.  Incidentally, change "along with GNU
4935         Emacs" to "along with this program" where it occurs.
4937         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
4938         so that it is interactive, hence can be found by M-x awk-mode
4939         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
4940         <gmorris+emacs@ast.cam.ac.uk>.
4942         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
4943         Mode's regexps.
4945 2005-05-23  Kevin Ryde  <user42@zip.com.au>
4947         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
4948         c-parse-state, to avoid a lisp error (on bad code).
4950 2005-05-23  Lute Kamstra  <lute@gnu.org>
4952         * subr.el (font-lock-defaults): Remove defvar as it's already
4953         defined in font-core.el.
4955         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
4957 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
4959         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
4960         more general and work when GDB variable "print pretty" is on,
4961         as with Emacs, for example.
4963 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
4965         * font-core.el: Update comment.
4967         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4968         Use `after-change-major-mode-hook' instead of `find-file-hook'.
4970         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
4972 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
4974         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
4975         and `yank-handler' in the doc strings.
4977 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4979         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
4981 2005-05-22  Richard M. Stallman  <rms@gnu.org>
4983         * help.el (describe-key): Move print-help-return-message call
4984         out of conditional.
4986         * progmodes/etags.el (list-tags): Use with-no-warnings.
4988         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
4989         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
4990         (starttls-extra-args, starttls-extra-arguments): Add defvars.
4992         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
4994         * language/viet-util.el (viet-viscii-nonascii-translation-table):
4995         Add defvar.
4997         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
4998         Use defvar, not defconst.
5000         * hexl.el (hexl-follow-line): Use with-no-warnings.
5002         * emulation/tpu-extras.el: Use write-file-functions instead of
5003         write-file-hooks.
5005         * dired.el (dired-font-lock-keywords): Fontify files with junk
5006         extensions even if marked by -F.
5008 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
5010         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
5011         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
5012         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
5013         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
5014         (concatenate, list-length, get*, getf, cl-remprop):
5015         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
5016         (etypecase, progv, lexical-let, lexical-let*)
5017         (multiple-value-bind, multiple-value-setq, shiftf):
5018         Improve argument/docstring consistency.
5020         * subr.el (focus-frame, unfocus-frame):
5021         Revert deletion on 2005-05-01.
5023 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
5025         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
5026         doesn't exist.
5028         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
5029         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
5031 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
5033         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
5034         already deleted variables: auto-fill-hook, blink-paren-hook,
5035         lisp-indent-hook, inhibit-local-variables, unread-command-event,
5036         suspend-hooks, comment-indent-hook, meta-flag,
5037         before-change-function, after-change-function,
5038         font-lock-doc-string-face.
5040 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
5042         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5044 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
5046         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
5047         rmail-dont-reply-to.
5049 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
5051         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
5052         literal blank when splitting new-header-values.
5054 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
5056         * calendar/cal-menu.el (cal-menu-update): Add separator as a
5057         string so that tmm doesn't create a completion entry for it.
5059         * textmodes/table.el (table-disable-menu): Ditto.
5061 2005-05-21  Richard M. Stallman  <rms@gnu.org>
5063         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
5065         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
5067         * net/rcompile.el (remote-compile): Use compilation-start.
5069         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
5071 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
5073         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
5074         Default to makefile-bsdmake-mode on BSD systems.
5076         * imenu.el (imenu-generic-expression, imenu--generic-function'):
5077         REGEXP may also be a search function now.  The part of doc-string
5078         for describing the structure was 95% identical to that of
5079         `imenu--generic-function'.  Unify it there.
5081         * progmodes/make-mode.el (makefile-imenu-generic-expression):
5082         Use function to find dependencies, because regexp alone is so complex,
5083         it easily goes into an endless loop.
5084         (makefile-makepp-mode): Also add submenu for Perl functions
5085         defined in the makefile.
5086         (makefile-bsdmake-mode): Special imenu-generic-expression no
5087         longer needed, due to function call.
5088         (makefile-match-dependency): Take BOUND into account when checking
5089         if we're through.
5091 2005-05-20  Jay Belanger  <belanger@truman.edu>
5093         * calc/calc-units.el (calc-invalidate-units-table):
5094         Use inhibit-read-only.
5095         (math-build-units-table-buffer): Use view-mode.
5097 2005-05-20  David Kastrup  <dak@gnu.org>
5099         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
5100         easy-menu-add is not a nop on Emacs; and clarify when to call it.
5102 2005-05-20  Lute Kamstra  <lute@gnu.org>
5104         * diff-mode.el (diff-header-face, diff-file-header-face)
5105         (diff-index-face, diff-hunk-header-face, diff-removed-face)
5106         (diff-added-face, diff-changed-face, diff-function-face)
5107         (diff-context-face, diff-nonexistent-face): Put them in the
5108         diff-mode customization group.
5110 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5112         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
5114         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
5116         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
5117         Minor regexp-optimization.
5119 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
5121         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
5122         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
5123         (org-agenda-add-time-grid-maybe): New function.
5124         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
5125         (org-table-create): `dotimes' instead of `mapcar'.
5126         (org-xor): Simplify implementation.
5127         (org-agenda): `inhibit-redisplay' turned on.
5128         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
5129         a consistent line after a state change.
5130         (org-agenda-remove-times-when-in-prefix): New option.
5131         (org-prefix-has-time): New variable.
5132         (org-parse-time-string): Optional argument NODEFAULT.
5133         (org-format-agenda-item): Parse items for time-of-day
5134         specifications and move these into the prefix if possible.
5135         (org-agenda-priority): Get current heading, not previous heading
5136         during agenda remote editing.
5138 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
5140         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
5141         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
5142         (remove-duplicates, delete-duplicates, substitute)
5143         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
5144         (nsubstitute-if-not, find, find-if, find-if-not, position)
5145         (position-if, position-if-not, count, count-if, count-if-not)
5146         (mismatch, search, sort*, stable-sort, merge, member*)
5147         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
5148         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
5149         (intersection, nintersection, set-difference, nset-difference)
5150         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
5151         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
5152         (nsublis, tree-equal): Improve argument/docstring consistency.
5154         * subr.el (send-string, send-region):
5155         Remove obsolescence declaration.
5156         (window-dot, set-window-dot, read-input, show-buffer)
5157         (eval-current-buffer, string-to-int):
5158         Add release number to obsolescence declarations.
5160 2005-05-19  Kim F. Storm  <storm@cua.dk>
5162         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
5163         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
5165 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
5167         * faces.el (list-faces-display): Make back button respect optional
5168         regexp arg.
5170 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
5172         * calculator.el (calculator-radix-grouping-mode)
5173         (calculator-radix-grouping-digits, calculator-displayer)
5174         (calculator-radix-grouping-separator, calculator-copy-displayer):
5175         * dabbrev.el (dabbrev-search-these-buffers-only):
5176         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
5177         (diff-advance-after-apply-hunk, diff-mode-hook)
5178         (diff-minor-mode-prefix):
5179         * imenu.el (imenu-use-popup-menu):
5180         * jit-lock.el (jit-lock-context-time):
5181         * newcomment.el (comment-fill-column, comment-column)
5182         (comment-style, comment-padding, comment-multi-line)
5183         (comment-empty-lines, comment-auto-fill-only-comments):
5184         * reveal.el (reveal-around-mark):
5185         * uniquify.el (uniquify-buffer-name-style)
5186         (uniquify-after-kill-buffer-p)
5187         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
5188         (uniquify-min-dir-content, uniquify-separator)
5189         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
5190         * w32-vars.el (w32-fixed-font-alist):
5191         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5192         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
5193         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
5194         * progmodes/perl-mode.el (perl-indent-level)
5195         (perl-continued-statement-offset, perl-continued-brace-offset)
5196         (perl-brace-offset, perl-brace-imaginary-offset)
5197         (perl-label-offset, perl-indent-continued-arguments)
5198         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
5199         * progmodes/tcl.el (tcl-indent-level)
5200         (tcl-continued-indent-level, tcl-auto-newline)
5201         (tcl-tab-always-indent, tcl-electric-hash-style)
5202         (tcl-help-directory-list, tcl-use-smart-word-finder)
5203         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
5204         (inferior-tcl-source-command):
5205         * textmodes/fill.el (enable-kinsoku):
5206         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
5207         * textmodes/table.el (table-yank-handler):
5208         Specify missing group (and type, if simple) in defcustom.
5210 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5212         * progmodes/compile.el (compilation-finish-function): Fix defvar.
5214 2005-05-19  Richard M. Stallman  <rms@gnu.org>
5216         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
5218         * subr.el (event-basic-type): Don't get an error.
5219         (left-fringe-p): Function deleted.
5221         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
5222         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
5224         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
5225         in recursive copy.
5227         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
5229         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
5231         * emacs-lisp/bytecomp.el
5232         (byte-compile-file-form-custom-declare-variable): Call
5233         byte-compile-nogroup-warn if appropriate.
5235         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
5236         (compilation-set-window): Don't call left-fringe-p; do it directly.
5238 2005-05-19  Jay Belanger  <belanger@truman.edu>
5240         * calc/calc-graph.el (calc-graph-format-data): Make sure
5241         var-PlotRejects is bound before trying to check its value.
5243 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
5245         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
5246         definition of this variable from reftex-global.el to reftex.el,
5247         because it is needed in the menu.
5249 2005-05-19  Lute Kamstra  <lute@gnu.org>
5251         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
5252         years are fixed.  Don't insert a space after a dash.
5254 2005-05-19  Kim F. Storm  <storm@cua.dk>
5256         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
5258 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
5260         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
5261         strings, because (eq ... ?\\) is fairly frequent.
5263         * progmodes/make-mode.el (makefile-add-this-line-targets):
5264         Simplify and integrate into `makefile-pickup-targets'.
5265         (makefile-add-this-line-macro): Simplify and integrate into
5266         `makefile-pickup-macros.
5267         (makefile-pickup-filenames-as-targets): Simplify.
5268         (makefile-previous-dependency, makefile-match-dependency):
5269         Don't stumble over `::'.
5271 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
5273         * subr.el (post-command-idle-hook, post-command-idle-delay):
5274         Remove obsoletion of post-command-idle-hook and
5275         post-command-idle-delay.
5277         * faces.el (list-faces-display): Provide button when describe-face
5278         is called to take user back to the list of faces.
5280         * help-fns.el (describe-variable): Remove hyperlinks in a
5281         variable's value as these are quite frequently inappropriate.
5283         * follow.el (follow-submit-feedback, follow-mode):
5284         Remove references to post-command-idle-hook.
5286 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
5288         * progmodes/make-mode.el (makefile-previous-dependency)
5289         (makefile-match-dependency): Check for := (and in bsd mode also
5290         !=) to give a better result, even when font-lock is not on.
5292 2005-05-18  Jay Belanger  <belanger@truman.edu>
5294         * calc/calc-help.el (calc-s-prefix-help):
5295         Add `calc-copy-special-constant' to help string.
5297 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
5299         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5301 2005-05-18  Jay Belanger  <belanger@truman.edu>
5303         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
5304         in linear factors are in proper order.
5306 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
5308         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5309         Support for jurabib.
5311         * textmodes/reftex.el (featurep): Define aliases for overlay
5312         commands, for XEmacs compatibility, and use these aliases in
5313         overlay initializations.
5314         (reftex-highlight): Use `reftex-move-overlay'.
5315         (reftex-unhighlight): Use `reftex-delete-overlay'.
5316         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
5317         (reftex-access-search-path): Use `reftex-uniquify' instead of
5318         `reftex-uniq'
5320         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
5321         `before-string' property modification enables for Emacs as well.
5322         (reftex-select-item): Use `reftex-delete-overlay'.
5323         (reftex-select-mark): Use `reftex-make-overlay' and
5324         `reftex-overlay-put'.
5325         (reftex-select-unmark): Use `reftex-delete-overlay' and
5326         `reftex-overlay-put'.
5328 2005-05-18  Lute Kamstra  <lute@gnu.org>
5330         * emacs-lisp/lisp.el (check-parens): Fix docstring.
5332 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
5334         * add-log.el (add-change-log-entry):
5335         * array.el (array-make-template, array-reconfigure-rows)
5336         (array-init-max-row, array-init-max-column)
5337         (array-init-columns-per-line, array-init-field-width):
5338         * replace.el (replace-match-maybe-edit, perform-replace):
5339         * textmodes/spell.el (spell-region):
5340         Replace `read-input' by `read-string'.
5342         * forms.el (forms-mode):
5343         * finder.el (finder-compile-keywords):
5344         * shadowfile.el (shadow-read-files):
5345         Replace `eval-current-buffer' by `eval-buffer'.
5347         * terminal.el (te-pass-through):
5348         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
5349         (ange-ftp-raw-send-cmd):
5350         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
5351         (send-process-next-char, telnet-initial-filter, telnet):
5352         Replace `send-string' by `process-send-string'.
5354         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
5355         (prolog-consult-region): Replace `send-string' by
5356         `process-send-string'; replace `send-region' by `process-send-region'.
5358         * progmodes/delphi.el (delphi-log-msg):
5359         Replace `set-window-dot' by `set-window-point'.
5361         * subr.el (window-dot, set-window-dot, read-input, send-string)
5362         (send-region, show-buffer, eval-current-buffer):
5363         Make really obsolete, as the comment says.
5365 2005-05-17  Kim F. Storm  <storm@cua.dk>
5367         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
5368         (cua--init-keymaps): Bind C-return instead of S-return to set
5369         rectangle mark.
5371         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
5372         instead of S-return to toggle/clear rectangle mark.
5374 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
5376         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
5377         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
5378         Also fontify plain strings assigned to variables, mostly so that a
5379         colon has a face and is thus not taken as a dependency separator.
5380         (makefile-previous-dependency): Inline the new matcher, because it
5381         is too complex to work in both directions.
5382         (makefile-match-dependency): Eliminate `backward' arg (see above).
5383         Completely reimplemented so as to not sometimes go into an endless
5384         loop.  It should also be more efficient, because first it only
5385         searches for `:', instead of applying the very complex regexp.
5386         (makefile-mode): Cancel `font-lock-support-mode', because blocks
5387         to be fontified in one piece can be too long for JIT.
5388         Makefiles are never *that* big.
5390 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
5392         * dired.el (dired-mode): Simplify.
5394 2005-05-17  Lute Kamstra  <lute@gnu.org>
5396         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
5397         defcustom for the mode hook variable.
5399         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
5400         Emacs Lisp Reference Manual.
5402 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
5404         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
5405         (evenp, list*):
5406         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
5407         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
5409         * net/tramp-smb.el (tramp-smb-open-connection):
5410         Pass `tramp-chunksize' as fifth (required) argument.
5412 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
5414         * font-lock.el (lisp-font-lock-keywords-1):
5415         Set `font-lock-negation-char-face' for [^...] char group.
5416         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
5418         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
5419         a var, and refine it to mask one more level of nested vars.
5420         (makefile-rule-action-regex): Turn it into a var, and refine it so
5421         it recognizes backslashed continuation lines as belonging to the
5422         same command.
5423         (makefile-macroassign-regex): Refine it so it recognizes
5424         backslashed continuation lines as belonging to the same command.
5425         (makefile-var-use-regex): Don't look at the next char, because it
5426         might be the same one to be skipped by the initial [^$], leading
5427         to an overlooked variable use.
5428         (makefile-make-font-lock-keywords): Remove two parameters, which
5429         are now variables that some of the modes set locally.
5430         Handle dependency and rule action matching through functions, because
5431         regexps alone match too often.  Dependency matching now comes
5432         last, so it can check, whether a colon already matched something else.
5433         (makefile-mode): Inform that font-lock improves makefile parsing
5434         capabilities.
5435         (makefile-match-dependency, makefile-match-action): New functions.
5437 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
5439         * emacs-lisp/cl-extra.el (equalp): Doc fix.
5441         * align.el (align-regexp):
5442         * ansi-color.el (ansi-color-get-face):
5443         * array.el (array-reconfigure-rows, array-init-max-row)
5444         (array-init-max-column, array-init-columns-per-line)
5445         (array-init-field-width):
5446         * dired-aux.el (dired-trample-file-versions):
5447         * dired-x.el (dired-mark-sexp):
5448         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
5449         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
5450         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
5451         * faces.el (face-read-integer):
5452         * files.el (backup-extract-version, insert-directory):
5453         * hexl.el (hexl-insert-decimal-char):
5454         * server.el (server-process-filter):
5455         * shell.el (shell-extract-num):
5456         * startup.el (command-line-1):
5457         * term.el (term-command-hook):
5458         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
5459         (time-stamp-do-number):
5460         * time.el (display-time-update):
5461         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
5462         (timezone-fix-time):
5463         * vms-patch.el (vms-suspend-resume-hook):
5464         * calendar/appt.el (appt-convert-time):
5465         * calendar/cal-bahai.el (mark-bahai-diary-entries):
5466         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5467         * calendar/cal-islam.el (mark-islamic-diary-entries):
5468         * calendar/calendar.el (calendar-cursor-to-date)
5469         (calendar-star-date):
5470         * calendar/diary-lib.el (diary-attrtype-convert)
5471         (mark-diary-entries, diary-entry-time):
5472         * calendar/solar.el (solar-get-number):
5473         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
5474         * emacs-lisp/re-builder.el (reb-display-subexp):
5475         * emulation/edt.el (edt-set-scroll-margins):
5476         * emulation/tpu-extras.el (tpu-set-scroll-margins):
5477         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
5478         (vip-get-ex-count):
5479         * emulation/viper-ex.el (viper-get-ex-token)
5480         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
5481         * international/fontset.el (fontset-plain-name):
5482         * mail/feedmail.el (feedmail-look-at-queue-directory):
5483         * mail/mailalias.el (mail-get-names):
5484         * mail/rmail.el (rmail-convert-to-babyl-format):
5485         * mail/rmailsum.el (rmail-make-basic-summary-line)
5486         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
5487         (rmail-summary-goto-msg):
5488         * mail/smtpmail.el (smtpmail-read-response):
5489         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
5490         (ange-ftp-vms-add-file-entry):
5491         * play/gametree.el (gametree-looking-at-ply)
5492         (gametree-current-branch-score):
5493         * progmodes/ada-xref.el (ada-prj-find-prj-file)
5494         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
5495         * progmodes/cperl-mode.el (condition-case):
5496         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
5497         (ebrowse-set-member-buffer-column-width)
5498         (ebrowse-select-1st-to-9nth):
5499         * progmodes/etags.el (etags-snarf-tag):
5500         * progmodes/flymake.el (flymake-parse-line):
5501         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
5502         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
5503         (idlwave-shell-menu-def):
5504         * progmodes/ps-mode.el (ps-run-goto-error):
5505         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
5506         (vhdl-speedbar-contract-level):
5507         * term/mac-win.el (x-handle-numeric-switch):
5508         * term/sun-mouse.el (sun-get-frame-data):
5509         * term/w32-win.el (x-handle-numeric-switch):
5510         * term/x-win.el (x-handle-numeric-switch):
5511         * textmodes/ispell.el (ispell-parse-output):
5512         * textmodes/nroff-mode.el (nroff-outline-level):
5513         * textmodes/reftex-cite.el (reftex-bib-sort-year)
5514         (reftex-bib-sort-year-reverse, reftex-format-citation):
5515         * textmodes/reftex-parse.el (reftex-init-section-numbers)
5516         (reftex-section-number):
5517         * textmodes/texinfmt.el (texinfo-paragraphindent):
5518         Replace `string-to-int' by `string-to-number'.
5520         * international/latexenc.el: Add page marker to force the "Local
5521         Variables:" string out of the last page.
5523 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
5525         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
5526         tooltip-change-major-mode.
5527         (gud-tooltip-print-command): Remove case where gud-minor-mode
5528         is gdb ("--fullname").
5529         (gud-tooltip-tips): Turn GUD tooltips off for this case and
5530         explain to user.
5532 2005-05-16  Jay Belanger  <belanger@truman.edu>
5534         * calc/calc-store.el (calc-copy-special-constant): New function.
5536         * calc/calc-ext.el (calc-init-extensions): Add binding for
5537         `calc-copy-special-constant'.
5539         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
5540         for the `calc-copy-special-constant' command.
5542 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
5544         * subr.el (left-fringe-p): New function.
5546         * progmodes/compile.el (compilation-setup): Set local value of
5547         overlay-arrow-string to "" always.
5548         (compilation-set-window): Left fringe then don't scroll.
5549         No left fringe then no arrow and scroll message to top.
5550         (compilation-context-lines): Adjust doc string accordingly.
5552 2005-05-16  Kim F. Storm  <storm@cua.dk>
5554         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5555         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
5556         (ido-wide-find-dir-or-delete-dir): New command for M-d.
5557         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
5558         (ido-read-file-name): Handle commands with ido property value
5559         equal to find-file as reading a file name, to allow C-d to enter dired.
5560         (ibuffer-find-file): Add ido property with value find-file.
5562 2005-05-15  Kim F. Storm  <storm@cua.dk>
5564         * subr.el (open-network-stream-nowait): Remove.
5565         (open-network-stream-server): Remove.
5567 2005-05-15  Richard M. Stallman  <rms@gnu.org>
5569         * faces.el (describe-face): Output a definition link button.
5571         * help-mode.el (help-face-def): New button type.
5573         * emacs-lisp/copyright.el (copyright-fix-years):
5574         Match properly if the first year is 2-digit.
5575         Don't mess up the whitespace after the years by filling.
5577         * dired-aux.el (dired-mark-confirm):
5578         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
5580         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
5581         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
5582         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
5584         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5585         Set font-lock-comment-start-skip.
5587         * font-lock.el (font-lock-comment-start-skip): New variable.
5588         (font-lock-comment-end-skip): New variable.
5589         (font-lock-fontify-syntactically-region): Use them if non-nil.
5591 2005-05-15  Jay Belanger  <belanger@truman.edu>
5593         * calc/calc-store.el (calc-store-value): Return a string rather
5594         than display it as a message.
5595         Use calc-var-name for variable name.
5596         (calc-store-into): Add the result of calc-store-value to message.
5597         (calc-copy-variable): Add a message.
5598         (calc-store-exchange): Improve error messages.
5599         (calc-store-binary, calc-store-map): Don't reset the values of
5600         special constants.
5602 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
5604         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
5605         manual to docstring.
5607         * files.el (hack-local-variables-confirm): Add STRING argument.
5608         Make the function handle non file visiting buffers correctly.
5609         (hack-local-variables-prop-line, hack-local-variables)
5610         (hack-one-local-variable): Use STRING arg of
5611         `hack-local-variables-confirm'.
5613 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
5615         Sync with Tramp 2.0.49.
5617         * tramp.el (tramp-handle-dired-call-process)
5618         (tramp-handle-insert-directory):`insert-buffer' cannot be used
5619         because the contents of the Tramp buffer is changed before
5620         insertion (`expand-file' and alike).
5621         (tramp-handle-insert-directory): If `localname' has an empty
5622         nondirectory name, it must not be quoted.
5623         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
5624         variable `tramp-chunksize'.  Change callees.
5625         (tramp-open-connection-setup-interactive-shell): Check remote host
5626         for buggy `send-process-string' implementation.
5627         Set `tramp-chunksize' if found.  Reported by Michael Kifer
5628         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
5629         (tramp-handle-shell-command): `insert-buffer' cannot be used
5630         because the contents of the Tramp buffer is changed before
5631         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
5632         <frederic.bothamy@free.fr>.
5633         (tramp-set-auto-save): Actions should be done for Tramp file name
5634         handler only.  Ange-FTP has its own auto-save mechanism.
5635         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5636         (tramp-set-auto-save-file-modes): Set file modes of
5637         `buffer-auto-save-file-name' to ?\600 as fallback solution.
5638         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
5639         (tramp-bug): Remove obsolete variable.
5640         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
5641         for presence of `mml-mode'.  Make it running for older Emacsen as well.
5643 2005-05-14  John Paul Wallington  <jpw@pobox.com>
5645         * ibuf-ext.el (define-ibuffer-filter filename):
5646         If `dired-directory' is a list, use its car.
5648 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
5650         * ibuffer.el (define-ibuffer-column filename):
5651         If `dired-directory' is a list, use its car.
5653 2005-05-14  Richard M. Stallman  <rms@gnu.org>
5655         * subr.el (symbol-file): Doc fix.
5657         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
5658         (byte-compile-form): Call byte-compile-nogroup-warn.
5659         (byte-compile-warning-types): Doc fix.
5661         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
5663         * progmodes/cc-engine.el (c-literal-faces):
5664         Add font-lock-comment-delimiter-face.
5666         * net/net-utils.el (dig): Use with-no-warnings.
5668         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
5669         (sc-recite-frame-alist, sc-default-cite-frame)
5670         (sc-default-uncite-frame, sc-default-recite-frame)
5671         (sc-attrib-selection-list, sc-rewrite-header-list):
5672         Mark as risky-local-variable.
5674         * international/ogonek.el (ogonek-jak, ogonek-how):
5675         Don't use beginning-of-buffer.
5677         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
5679         * calendar/solar.el (solar-data-list): Move definition up.
5681         * dnd.el (dnd-protocol-alist): Add autoload.
5683         * progmodes/sh-script.el: Many doc usage fixes.
5684         (sh-indent-after-do): Change default to match common styles.
5686 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
5688         * files.el (interpreter-mode-alist)
5689         (auto-mode-interpreter-regexp): Doc fixes.
5691 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
5693         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
5695         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
5697 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5699         * dired.el (dired-mode): make-variable-buffer-local =>
5700         make-local-variable.
5702 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5704         * term/mac-win.el (mac-select-convert-to-string): Try coding
5705         systems in mac-script-code-coding-systems if specified one cannot
5706         encode string for `com.apple.traditional-mac-plain-text'.
5708 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
5710         * progmodes/make-mode.el (makefile-targets-face)
5711         (makefile-shell-face, makefile-makepp-perl-face): New faces.
5712         (makefile-dependency-regex): Fix it to not make the colon in
5713         $(var:a=b) special.
5714         (makefile-rule-action-regex): New regexp for highlighting embedded
5715         Shell strings.
5716         (makefile-macroassign-regex): Handle != for highlighting as
5717         embedded Shell strings.
5718         (makefile-var-use-regex): New const.
5719         (makefile-statements, makefile-automake-statements)
5720         (makefile-gmake-statements, makefile-makepp-statements)
5721         (makefile-bsdmake-statements): New consts.
5722         (makefile-make-font-lock-keywords): New function.
5723         (makefile-automake-font-lock-keywords)
5724         (makefile-gmake-font-lock-keywords)
5725         (makefile-makepp-font-lock-keywords)
5726         (makefile-bsdmake-font-lock-keywords): New consts.
5727         (makefile-mode-map): Add switchers between the various submodes.
5728         (makefile-mode): Document the availability of the variants.
5729         (makefile-automake-mode, makefile-gmake-mode)
5730         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
5732         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
5733         new variants of makefile-mode.
5735 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5737         * font-lock.el (font-lock-comment-delimiter-face): Fix up
5738         the inheritance.
5740 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
5742         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
5743         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
5745         * files.el (normal-mode): Extend the scope of the
5746         `enable-local-variables' binding to include the `set-auto-mode' call.
5747         (magic-mode-alist): Doc fix.
5749 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5751         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
5752         font-lock-comment-face rather than copying its setting.
5754 2005-05-12  Andreas Schwab  <schwab@suse.de>
5756         * eshell/esh-mode.el (eshell-send-input): Doc fix.
5758 2005-05-12  Lute Kamstra  <lute@gnu.org>
5760         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
5761         defcustom for the mode hook variable.  Delete the last argument.
5762         * generic-x.el: Fix callers of define-generic-mode.
5763         (generic-x-modes): Delete group.
5764         (show-tabs-tab-face, show-tabs-space-face): Put them in the
5765         generic-x customization group.
5767 2005-05-12  Kim F. Storm  <storm@cua.dk>
5769         * font-lock.el (font-lock-negation-char-face): Default to "off".
5771         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
5772         font-lock-negation-char-face to ! in !=.
5774 2005-05-12  Masatake YAMATO  <jet@gyve.org>
5776         * add-log.el (find-change-log): Fix typos in the docstring
5777         of function.
5779 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5781         * international/latexenc.el (latexenc-find-file-coding-system):
5782         Avoid `re-search-forward' when looking for input encoding because
5783         of speed and safety.  Better regular expressions for recognizing
5784         input encoding.  Limit a search for TeX-master/tex-main-file to
5785         the local variable section.
5787 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
5789         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
5790         syntax of $ to "'" (quote).
5792 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
5794         * dnd.el (dnd-protocol-alist): Improve custom type.
5796         * dired.el (dired-dnd-protocol-alist): New variable.
5797         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
5798         `dired-mode-hook' to the end.
5800 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5802         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
5803         comment-end if comment-start-skip is not set.
5804         Obey the font-lock-comment-delimiter-face variables.
5806 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5808         * files.el (executable-find): Move from executable.el.  Use
5809         locate-file.
5810         * progmodes/executable.el (executable-find): Move to files.el.
5812         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
5813         when trying to ensure forward progress.
5815 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
5817         * mouse-sel.el (mouse-sel-follow-link-p): New function.
5818         (mouse-select, mouse-select-internal, mouse-extend-internal):
5819         Use it to implement mouse-1-click-follows-link functionality.
5821 2005-05-11  Richard M. Stallman  <rms@gnu.org>
5823         * font-lock.el (font-lock-fontify-syntactically-region):
5824         Use font-lock-comment-delimiter-face for comment delimiters.
5826 2005-05-10  Jay Belanger  <belanger@truman.edu>
5828         * calc/calc-help.el (calc-m-prefix-help): Add mention of
5829         preserving embedded modes.
5831 2005-05-10  Richard M. Stallman  <rms@gnu.org>
5833         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
5835         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
5836         Move from ada-stmt.el.
5837         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
5839         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
5840         Move to ada-mode.el.
5841         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
5843         * cus-edit.el (custom-file): Call file-chase-links.
5845         * files.el (read-directory-name): Fix previous change.
5846         (hack-local-variables-confirm): New function.
5847         (hack-local-variables-prop-line, hack-local-variables)
5848         (hack-one-local-variable): Use it.
5850 2005-05-10  Lute Kamstra  <lute@gnu.org>
5852         * font-lock.el (font-lock-keywords-alist)
5853         (font-lock-removed-keywords-alist): Clarify docstrings.
5855 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
5857         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
5858         (gdb-source-info): Check for preprocessor info.
5859         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
5860         a macro for a function.
5861         (gdb-info-breakpoints-custom): Try to find file again if not already
5862         found (user might have used GDB dir command).
5863         (gdb-get-location): Update gdb-location-alist correctly for change
5864         to gdb-info-breakpoints-custom.
5866         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
5867         (gud-tooltip-print-command): Add gdbmi case.
5868         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
5869         preprocessor info.
5871 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
5873         * startup.el (fancy-splash-insert): Fix typo in doc string.
5875 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
5877         * obsolete/float.el (string-to-float):
5878         * obsolete/hilit19.el (hilit-add-pattern):
5879         * obsolete/rnews.el (news-parse-range, news-select-message)
5880         (news-get-pruned-list-of-files): Replace `string-to-int' by
5881         `string-to-number'.
5883         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
5884         `find-file-not-found-hooks'; use `add-hook'.
5885         (uncompress-while-visiting): Set `write-file-functions', not
5886         `write-file-hooks'; use `add-hook'.
5888 2005-05-09  Kim F. Storm  <storm@cua.dk>
5890         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
5891         (cua-paste): Handle clipboard action.
5892         (cua--init-keymaps): Remap clipboard-kill-region and
5893         clipboard-kill-ring-save.
5895 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
5897         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5898         Improve commentary.
5900         * simple.el (next-error-overlay-arrow-position): Revert the change
5901         made on 2005-04-30.
5903 2005-05-07  Jay Belanger  <belanger@truman.edu>
5905         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
5906         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
5907         `calc-sel-reselect'.
5909         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
5910         Calc is in embedded mode.
5912 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
5914         * progmodes/compile.el (compilation-setup):
5915         Set overlay-arrow-string to an empty string on text terminals.
5917         * textmodes/ispell.el (ispell-program-name): Try looking for
5918         "aspell" along exec-path, and if found, use it as the default
5919         speller program.
5921 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
5923         * international/mule.el (sgml-xml-auto-coding-function):
5924         Recognize encoding='FOO' in single quotes as well as in double quotes.
5926 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5928         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
5929         as well as `interactive', so that defmacro* would recognize
5930         `declare' forms.
5932 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
5934         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5935         Explain more about the LIGHTER arg's usage in the doc string.
5936         Add commentary to clarify what the code does.  Fix the regexp that
5937         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
5938         since it could have characters special to regular expressions.
5940 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
5942         * replace.el (occur-1): Bind inhibit-read-only so that
5943         erase-buffer doesn't barf on read-only text properties (likewise
5944         for add-text-properties in occur-engine).  Mark buffer as unmodified.
5945         (occur-engine): Don't set buffer-read-only here.
5947 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5949         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
5950         list-buffers-directory.  This caused the *cvs-commit* buffer to be
5951         sometimes mistakenly reused as a *cvs* buffer.
5953 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
5955         * tooltip.el: Move code for GUD tooltips into gud.el.
5956         (require): CL no longer needed to compile case.
5957         (tooltip-mode): Do not toggle functions for GUD tooltips.
5958         (tooltip-gud-tips-p): Remove.  Replace with minor mode
5959         gud-tooltip-mode in gud.el.
5960         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
5961         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
5962         tooltip-gud prefix with gud-tooltip and obsolete.
5963         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
5964         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
5965         (tooltip-mouse-motion): Mouse movement functions/variable.
5966         Rename in gud.el by adding gud prefix.
5967         (tooltip-gud-original-filter, tooltip-gud-dereference)
5968         (tooltip-gud-event, tooltip-toggle-gud-tips)
5969         (tooltip-gud-process-output, tooltip-gud-print-command)
5970         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
5971         gud.el by replacing tooltip-gud prefix with gud-tooltip.
5972         (gdb-tooltip-print): Move to gdb-ui.el.
5974         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
5975         (require): CL needed to compile case.
5976         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
5977         tooltip-gud-tips-p.  Make it a minor-mode.
5978         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
5979         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
5980         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
5981         (gud-tooltip-change-major-mode)
5982         (gud-tooltip-activate-mouse-motions-if-enabled)
5983         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
5984         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
5985         (gud-tooltip-original-filter, gud-tooltip-dereference)
5986         (gud-tooltip-event, tooltip-toggle-gud-tips)
5987         (gud-tooltip-process-output, gud-tooltip-print-command)
5988         (gud-tooltip-tips): Move from tooltip.el.
5990         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
5991         (gdb-cpp-define-alist-flags): Doc fix.
5992         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
5993         gud-tooltip-mode is t.
5995 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5997         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
5998         evaporate if their text is deleted.
5999         (goto-address-at-point): Make it work as a mouse binding as well.
6000         (goto-address-at-mouse): Obsolete it.  Update users.
6002 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
6004         * calendar/appt.el (top-level): No longer activate on load.
6006 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
6008         * calendar/cal-bahai.el (mark-bahai-diary-entries):
6009         * net/webjump.el (webjump):
6010         * progmodes/idlw-help.el (idlwave-do-context-help1)
6011         (idlwave-highlight-linked-completions):
6012         * textmodes/po.el (po-find-file-coding-system-guts):
6013         Replace `assoc-ignore-case' by `assoc-string'.
6015 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
6017         * files.el (locate-file): Doc fix.
6019         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
6020         Remove the redundant test for ms-dos.
6022         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
6023         look for the preprocessor with exec-suffixes.  If not found in
6024         standard places, look in exec-path.  Remove most of the tests that
6025         used system-type.
6027         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
6029         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
6031         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
6032         file-name clash with jka-compr.el on 8+3 filesystems.
6034 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6036         * term/mac-win.el: Don't define or bind scroll bar functions if
6037         x-toolkit-scroll-bars is t.
6038         (x-select-text, x-get-selection-value): Clear
6039         x-last-selected-text-clipboard if x-select-enable-clipboard is
6040         nil.
6041         (PRIMARY): Put mac-scrap-name property.
6042         (mac-select-convert-to-file-url): New function.
6043         (public.file-url): New selection target type.  Add to
6044         selection-converter-alist.
6045         (x-get-selection, x-selection-value): Handle it.
6046         (x-cut-buffer-or-selection-value): New alias.
6048 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6050         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
6051         entry to avoid calling bibtex-find-entry with arg global
6052         being t.  Remove arg key.
6053         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
6054         (bibtex-copy-summary-as-kill): Change accordingly.
6056 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6058         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
6059         (org-agenda-date-later): Use with-current-buffer.
6061 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
6063         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
6064         (define-obsolete-variable-alias): Doc Fixes.
6066 2005-05-06  Kim F. Storm  <storm@cua.dk>
6068         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
6069         vertical-motion when selective-display is active.
6071         * ido.el (ido-setup-hook): New hook.
6072         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
6073         (ido-input-stack): New var.
6074         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
6075         ido-next-work-file binding to M-O.
6076         Bind M-f to ido-wide-find-file-or-pop-dir.
6077         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
6078         (ido-read-internal): Run ido-setup-hook.
6079         Catch quit in read-file-name and read-string to cancel edit.
6080         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
6081         Automatically pop-all when completing a directory name (RET).
6082         (ido-file-internal): Add with-no-warnings around ffap and dired code.
6083         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
6084         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
6085         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
6086         New functions for M-b/M-f to move among the directory components.
6087         (ido-make-merged-file-list): Catch quit to cancel merge.
6088         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
6089         (ido-completion-help): No warnings for ido-completion-buffer-full.
6091 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
6093         * font-lock.el (font-lock-negation-char-face): New face and variable.
6094         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
6095         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
6096         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
6097         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
6099 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
6101         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
6102         Fix typo in docstring.
6104         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
6105         (ebrowse-print-statistics-line)
6106         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
6108         * term/w32-win.el (image-library-alist): Add additional name for
6109         Xpm library.
6111 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
6113         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
6114         use gcc instead of cpp.
6116         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
6117         (gdb-create-define-alist): Use it.
6118         (gdb-cpp-define-alist-program): Update for MS-DOS.
6120 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
6122         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
6124 2005-05-04  Richard M. Stallman  <rms@gnu.org>
6126         * help.el (describe-key): No error when UNTRANSLATED is nil.
6128         * simple.el (line-move-1): Fix previous change to signal errors
6129         appropriately.
6131 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
6133         * calendar/icalendar.el (icalendar-version): Now at 0.12.
6134         (icalendar-duration-correction): Remove.
6135         (icalendar--get-event-properties): Split result at commas.
6136         (icalendar--decode-isoduration): New optional argument
6137         DURATION-CORRECTION.
6138         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
6139         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
6140         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
6141         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
6142         (icalendar--convert-anniversary-to-ical): New functions, extracted
6143         from icalendar-export-region, with bug fixes.
6144         (icalendar-export-region): Use the above functions.
6145         (icalendar-import-buffer): Check before saving diary file.
6146         (icalendar--convert-recurring-to-diary)
6147         (icalendar--convert-non-recurring-all-day-to-diary)
6148         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
6149         extracted from icalendar--convert-ical-to-diary, with bug fixes.
6150         (icalendar--convert-ical-to-diary): Use the above functions.
6152 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
6154         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
6155         Remove these recent additions.
6156         (c-mode): Restore to before 2005-04-28.
6158         * progmodes/cc-vars.el (cc-define-list-program): Remove this
6159         recent addition.
6161         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
6162         (gdb-define-alist): New variables.
6163         (gdb-create-define-alist): New function.
6164         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
6165         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
6166         with string-to-number.
6167         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
6169         * progmodes/gud.el: Replace string-to-int with string-to-number.
6170         (gud-find-file): Handle gdb-define-alist.
6172         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
6174 2005-05-02  Jay Belanger  <belanger@truman.edu>
6176         * calc/calc-aent.el (math-read-token):
6177         * calc/calc-bin.el (calc-word-size):
6178         * calc/calc-ext.el (calc-read-number-fancy):
6179         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
6180         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
6181         * calc/calc-frac.el (calc-over-notation):
6182         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
6183         (calc-graph-num-points, calc-graph-init):
6184         * calc/calc-prog.el (calc-read-parse-table-part)
6185         (calc-edit-macro-repeats):
6186         * calc/calc-yank.el (calc-do-grab-rectangle):
6187         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
6188         Replace `string-to-int' by `string-to-number'.
6190 2005-05-02  Kim F. Storm  <storm@cua.dk>
6192         * kmacro.el: Use executing-kbd-macro-index variable.
6194 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
6196         * net/rlogin.el (rlogin-parse-words): Delete func.
6197         (rlogin): Use split-string, not rlogin-parse-words.
6198         Also, if there are option-like elements in the parsed args,
6199         take the host to be the first arg immediately following them.
6200         Suggested by Michael Mauger.
6202 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6204         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
6206 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
6208         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
6209         (cc-mode-cpp-program): Rename to cc-define-list-program and
6210         move to cc-vars.el.
6212         * progmodes/cc-vars.el (cc-define-list-program):
6213         Change to "gcc -E -dM -".  Make customizable.
6215 2005-05-02  Kim F. Storm  <storm@cua.dk>
6217         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
6219 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
6221         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
6223         * international/mule-util.el (truncate-string): Remove alias and
6224         obsolete declaration.
6226         * international/mule-cmds.el (update-iso-coding-systems):
6227         Remove alias and obsolete declaration.
6229         * international/mule.el (coding-system-parent): Remove alias and
6230         obsolete declaration.
6232         * subr.el (define-function, sref): Remove aliases and obsolete
6233         declarations.
6234         (chars-in-region): Remove obsolete declaration.
6236 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6238         * info.el (Info-mode): Set widen-automatically to nil, locally.
6240         * simple.el (widen-automatically): New variable.
6241         (pop-global-mark): Obey widen-automatically.
6243 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
6245         * term/xterm.el (function-key-map): Call substitute-key-definition
6246         before the keymap size is increased by a lot of define-key calls.
6248 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6250         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
6251         Rename ARG to ELEMENT.  Doc fix.
6253 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
6255         * allout.el (allout-exposure): Remove macro and obsolete declaration.
6256         Remove references to allout-exposure/change to allout-new-exposure.
6258         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
6259         bytecode symbols.
6261         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
6262         (compiled-function-p, focus-frame, unfocus-frame):
6263         Remove aliases and obsolete declarations.
6264         Back out inadvertent changes from previous commit.
6266 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6268         * files.el (require-final-newline): Make Custom tags consistent
6269         with mode-require-final-newline.
6270         (mode-require-final-newline): Doc fix.
6272 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
6274         * international/latexenc.el (latexenc-find-file-coding-system):
6275         Fix regular expressions.
6277 2005-05-01  David Kastrup <dak@gnu.org>
6279         * international/latexenc.el (latexenc-find-file-coding-system):
6280         Fix regular expressions.
6282 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
6284         * subr.el (string-to-int): Make obsolete.
6286 2005-04-30  Richard M. Stallman  <rms@gnu.org>
6288         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
6290         * loadup.el: load jka-comp-hook.
6292         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
6293         (jka-compr-handler): Add autoload.  `put' calls moved
6294         to jka-comp-hook.el.
6295         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
6296         (jka-compr-inhibit): Autoload.
6298         * jka-comp-hook.el: New file.
6299         Enable the mode by default.
6301         * files.el (backup-buffer-copy): Use copy-file instead
6302         of write-region, and put back the 'excl.
6304 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
6306         * progmodes/flymake.el (flymake-split-string)
6307         (flymake-split-string, flymake-log, flymake-pid-to-names)
6308         (flymake-reg-names, flymake-get-source-buffer-name)
6309         (flymake-unreg-names, flymake-add-line-err-info)
6310         (flymake-add-err-info): Clarify docstrings.
6311         (flymake-popup-menu, flymake-make-emacs-menu)
6312         (flymake-make-xemacs-menu): Add docstrings.
6313         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
6314         Set variables directly throughout.
6316 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
6318         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
6319         exists.  Initialize cc-define-alist.
6320         (c-mode): Add cc-create-define-alist locally to after-save-hook.
6321         If there is no file (Macroexpansion) don't create an alist.
6323 2005-04-29  Sam Steingold  <sds@gnu.org>
6325         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
6326         (cc-create-define-alist): Use it instead of the hard-coded string.
6328 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6330         * international/mule-conf.el (file-coding-system-alist): Fix regexp
6331         for latexenc.
6333 2005-04-29  Lute Kamstra  <lute@gnu.org>
6335         * emacs-lisp/generic.el: Improve commentary section.
6336         (define-generic-mode): Improve docstring.
6338 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
6340         * textmodes/org.el (many places): Change to quiet the byte compiler.
6341         (org-prefix-format-compiled): New variable.
6342         (org-compile-prefix-format): New function.
6343         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
6344         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
6345         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
6346         (org-get-entries-from-diary): Use `org-get-time-of-day' for
6347         consistency with entries from `org-mode' files.
6348         (org-get-time-of-day): Fix bug with partial matches early in a line.
6349         (org-non-link-chars): New constant.
6350         (org-link-regexp): Respect `org-non-link-chars'.
6351         (org-agenda-day-view): Remove command.
6352         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
6353         (org-follow-bbdb-link, org-store-link): Search also company field.
6354         (org-highlight-overlay): New variable.
6355         (org-highlight, org-unhighlight): New functions.
6356         (org-agenda-mode): Add pre-command-hook to remove highlight.
6357         (org-evaluate-time-range): Behavior depends upon whether time stamp
6358         contains a time or not.
6359         (org-show-subtree, org-show-entry): New functions.
6360         (org-agenda-cleanup-fancy-diary): Remove empty lines.
6362 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
6364         * comint.el (comint-output-filter-functions): Add autoload cookie.
6366 2005-04-28  Kim F. Storm  <storm@cua.dk>
6368         * ido.el (ido-everywhere): Fix last change.
6370 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6372         * international/latexenc.el: New file.
6373         * international/mule-conf.el (file-coding-system-alist): For .tex,
6374         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
6376 2005-04-28  Lute Kamstra  <lute@gnu.org>
6378         * font-lock.el (font-lock-add-keywords)
6379         (font-lock-remove-keywords): Clarify docstring.
6380         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
6381         Don't start docstrings with a `*'.
6382         (font-lock-update-removed-keyword-alist): Give it a docstring.
6384         * generic-x.el: Update commentary section.
6385         Only require font-lock when compiling.
6386         Define all modes conditionally.
6387         Place all generic modes in the generic-x-modes customization group.
6388         (generic-x-modes): New customization group.
6389         (generic-default-modes, generic-mswindows-modes)
6390         (generic-unix-modes, generic-other-modes): New constants.
6391         (generic-define-mswindows-modes, generic-define-unix-modes):
6392         Update docstrings.  Make them obsolete.
6393         (generic-extras-enable-list): New default value.  Update docstring.
6394         Improve :type.  Change :set function.
6395         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
6396         Fix docstring.
6398         * emacs-lisp/generic.el (generic-mode-internal):
6399         Simplify font-lock-defaults.
6400         (define-generic-mode): Fix docstring.
6402 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6404         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
6405         font-lock-face property to highlight matches.
6407 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
6409         * progmodes/cc-mode.el (cc-create-define-alist): New function.
6410         (cc-define-alist): New variable.
6411         (c-mode): Make it local and initialize it.
6413         * progmodes/gdb-ui.el (gdb-active-process): New variable.
6414         (gdb-exited): New function.
6415         (gdb-annotation-rules): Use it.
6416         (gdb-starting): Set gdb-active-process to t.
6417         (gdb-stopping): Amend doc string.
6418         (gdb-reset): Set gdb-active-process to nil.
6420         * tooltip.el (tooltip-gud-tips): Show the associated #define
6421         directives when a C program under GDB is not executing.
6423 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6425         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
6426         font-lock-fontify-syntactic-keywords.
6428         * font-lock.el (font-lock-default-fontify-region): Don't force
6429         parse-sexp-lookup-properties to nil.
6431 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
6433         * man.el (man-mode-syntax-table): Set up `:' to have
6434         word-constituent syntax.
6436 2005-04-27  Lute Kamstra  <lute@gnu.org>
6438         * novice.el (disable-command): Don't add spurious newlines to the
6439         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
6441 2005-04-26  Jay Belanger  <belanger@truman.edu>
6443         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
6444         than one window before deleting window.
6446 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
6448         * shell.el (shell-prompt-pattern): Doc fix.
6449         (shell-mode): Set paragraph-separate buffer locally to "\\'".
6451         * comint.el (comint-prompt-regexp, comint-get-old-input)
6452         (comint-use-prompt-regexp)
6453         (comint-use-prompt-regexp-instead-of-fields)
6454         (comint-replace-by-expanded-history, comint-send-input)
6455         (comint-output-filter, comint-get-old-input-default)
6456         (comint-line-beginning-position, comint-bol, comint-show-output)
6457         (comint-backward-matching-input, comint-forward-matching-input)
6458         (comint-next-prompt, comint-previous-prompt):
6459         Rename `comint-use-prompt-regexp-instead-of-fields' to
6460         `comint-use-prompt-regexp'.  Keep old name as alias and declare
6461         obsolete.
6462         (comint-use-prompt-regexp): Shorten first line of doc string.
6464         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
6465         Set paragraph-separate buffer locally to "\\'".
6467         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
6468         Adapt to above name change.
6470         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6471         (smbclient-prompt-regexp): Ditto.
6473         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
6475 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
6477         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
6478         gdb-location-list.
6479         Break lines that are over 80 characters wide.
6481 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6483         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
6484         New fun and var, to preserve compatibility.
6486         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
6488 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
6490         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
6491         name to file-newer-than-file-p.
6493 2005-04-26  Richard M. Stallman  <rms@gnu.org>
6495         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
6497         * progmodes/python.el (python-mode):
6498         Use new name eldoc-documentation-function.
6500         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
6502         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6503         (eldoc-documentation-function):
6504         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
6506 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
6508         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
6510 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
6512         * term/xterm.el (function-key-map): Fix strings for
6513         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
6514         {C,S,A,C-S}-{f1-f12}.
6516 2005-04-26  Kenichi Handa  <handa@m17n.org>
6518         * international/mule-cmds.el (select-safe-coding-system):
6519         Fix previous change.
6521 2005-04-26  Lute Kamstra  <lute@gnu.org>
6523         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
6525         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
6526         (font-lock-comment-delimiter-face): Ditto.
6528         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
6530 2005-04-25  Jay Belanger  <belanger@truman.edu>
6532         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
6533         to t while inserting information; use help-mode.
6535 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
6537         * term.el (ansi-term-color-vector): Use the xterm colors.
6538         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
6540 2005-04-25  Lute Kamstra  <lute@gnu.org>
6542         * font-core.el (font-lock-defaults): Fix docstring.
6544         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
6546 2005-04-25  Kenichi Handa  <handa@m17n.org>
6548         * international/mule-cmds.el (select-safe-coding-system):
6549         Don't check consistency with coding: spec, etc if raw-text or
6550         no-conversion was found to be safe.
6552 2005-04-24  Richard M. Stallman  <rms@gnu.org>
6554         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
6555         citation markers at start of each line.
6557         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
6558         citation markers at start of each line.
6560         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
6562         * files.el (mode-require-final-newline): Fix previous change.
6563         (require-final-newline): Fix type label.
6565 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6567         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
6568         statement in buffer (broken by 2004-11-24 change).
6570 2005-04-24  Kim F. Storm  <storm@cua.dk>
6572         * ido.el (ido-everywhere): Save and restore old read-buffer-function
6573         and read-file-name-function values.  Don't overwrite existing
6574         non-nil values if ido-mode is enabled without ido-everywhere.
6576 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
6578         * files.el (mode-require-final-newline): Minor doc fix.
6580 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
6582         * subr.el (syntax-after): Doc fix.
6583         (syntax-class): If argument is nil, return nil.  Mask off upper 16
6584         bits, not 8 bits.
6586         * files.el (mode-require-final-newline): Doc fix.
6587         (backup-buffer-copy): Fix last change.
6589 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6591         * term/mac-win.el: Require select.  Set selection-coding-system to
6592         mac-system-coding-system.  Call menu-bar-enable-clipboard.
6593         (x-last-selected-text-clipboard, x-last-selected-text-primary)
6594         (x-select-enable-clipboard): New variables.
6595         (x-select-text, x-get-selection, x-selection-value)
6596         (x-get-selection-value, mac-select-convert-to-string)
6597         (mac-services-open-file, mac-services-open-selection)
6598         (mac-services-insert-text): New functions.
6599         (CLIPBOARD, FIND): Put mac-scrap-name property.
6600         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
6601         (public.tiff): Put mac-ostype property.
6602         (selection-converter-alist): Add entries for them.
6603         (mac-application-menu-map): New keymap.
6604         (interprogram-cut-function, interprogram-paste-function): Set to
6605         x-select-text and x-get-selection-value, respectively.
6606         (split-window-keep-point): Set to t.
6608 2005-04-23  Richard M. Stallman  <rms@gnu.org>
6610         * files.el (read-directory-name): Always pass non-nil
6611         DEFAULT-FILENAME arg to read-file-name.
6612         (backup-buffer-copy, basic-save-buffer-2): Take care against
6613         writing thru an unexpected existing symlink.
6614         (revert-buffer): In indirect buffer, revert the base buffer.
6615         (magic-mode-alist): Doc fix.
6616         (buffer-stale-function): Doc fix.
6617         (minibuffer-with-setup-hook): Avoid warning.
6618         (mode-require-final-newline): Doc and custom fix.
6620         * follow.el (follow-end-of-buffer): Use with-no-warnings.
6622         * font-lock.el (font-lock-comment-face): On terminals with few colors,
6623         use the default appearance.
6624         (font-lock-comment-delimiter-face): New face, new variable.
6626         * imenu.el (imenu--generic-function): The official position of a
6627         definition is the start of the line that BEG is in.
6629         * midnight.el (midnight-timer): Move defvar up.
6631         * mouse.el (mouse-drag-region-1): Delete some debugging code.
6633         * saveplace.el (save-place-to-alist): Use with-no-warnings.
6635         * startup.el (command-line): Use with-no-warnings.
6637         * window.el (window-size-fixed): New defvar.
6639         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
6641         * mail/rmail.el (rmail-font-lock-keywords):
6642         Use font-lock-comment-delimiter-face.
6644         * mail/sendmail.el (mail-font-lock-keywords):
6645         Use font-lock-comment-delimiter-face.
6647         * progmodes/compile.el (next-error-highlight-timer): New defvar.
6649 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
6651         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6652         Specify t for LAXMATCH when matching directories.
6653         Save match data around compilation-compat-error-properties form.
6655 2005-04-23  David Kastrup  <dak@gnu.org>
6657         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
6658         Mention that the autoloaded aliases should be kept for AUCTeX.
6660 2005-04-23  Andreas Schwab  <schwab@suse.de>
6662         * isearch.el (isearch-forward): Doc fix.
6664 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
6666         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
6667         (jit-lock-stealth-nice): Change default value to 0.5.
6669 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6671         * abbrev.el (write-abbrev-file): Write table entries in
6672         alphabetical order by table name.
6674 2005-04-22  Kim F. Storm  <storm@cua.dk>
6676         * ido.el (ido-read-internal): Fix `list' completion.
6678 2005-04-22  Kenichi Handa  <handa@m17n.org>
6680         * recentf.el (recentf-save-file-coding-system): New variable.
6681         (recentf-save-list): Encode the file by
6682         recentf-save-file-coding-system and add coding: tag.
6684 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
6686         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
6688 2005-04-21  Lute Kamstra  <lute@gnu.org>
6690         * loadhist.el (unload-feature): Don't remove a function from hooks
6691         if it is about to be restored to an autoload .  Remove functions
6692         that will become unbound from auto-mode-alist.  Simplify the code.
6694         * subr.el (assq-delete-all): New implementation that is linear,
6695         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
6696         (rassq-delete-all): New function.
6698         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6699         Add size-indication-mode.
6701 2005-04-21  Kenichi Handa  <handa@m17n.org>
6703         * international/mule-cmds.el: Add autoload for widget-value in
6704         eval-when-compile.
6706 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
6708         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6709         Add tooltip-mode.
6711         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
6713 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
6715         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
6716         (inferior-lisp-filter-regexp, inferior-lisp-program)
6717         (inferior-lisp-load-command, inferior-lisp-prompt)
6718         (inferior-lisp-mode-hook, lisp-source-modes)
6719         (inferior-lisp-load-hook): defvar->defcustom.
6720         (inferior-lisp-program, inferior-lisp-prompt)
6721         (inferior-lisp-load-hook): Doc fixes.
6722         (inferior-lisp-install-letter-bindings): Small change in
6723         introductory comment.
6725 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
6727         * vc.el (vc-annotate-color-map): Change some colors so that text
6728         using them as foreground is readable on both white and black
6729         backgrounds.
6731 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6733         * international/mule-conf.el (translation-table-for-input):
6734         Remove redundant declaration.
6736 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
6738         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
6740         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
6741         (tooltip-toggle-gud-tips): New function.
6743 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6745         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
6746         right angle brackets.
6748 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
6750         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
6752 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6754         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
6755         Remove.  Update callers to use expand-file-name instead.
6757         * subr.el (syntax-class): New function.
6759         * simple.el (blink-matching-open): Use it.
6761         * paren.el (show-paren-function): Use it to recognize parens that are
6762         also used in 2-char comment markers.
6764 2005-04-19  Lute Kamstra  <lute@gnu.org>
6766         * loadhist.el (unload-feature): Update for new format of
6767         load-history.  Simplify the code.
6769 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6771         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
6772         (mac-add-charset-info): New function.  Initialize variable
6773         mac-charset-info-alist using it.
6774         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
6775         for translation.
6776         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
6777         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
6778         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
6779         New CCL programs.
6781 2005-04-19  Kim F. Storm  <storm@cua.dk>
6783         * simple.el (next-buffer, prev-buffer, next-error)
6784         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6785         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
6787         * bindings.el (next-buffer, prev-buffer, next-error)
6788         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6789         (clone-indirect-buffer-other-window): Move bindings from simple.el.
6790         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
6791         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
6793 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6795         * isearch.el (isearch-edit-string): Make the search-ring available for
6796         minibuffer history commands.
6797         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6798         the default history commands now work just as well.
6799         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
6801 2005-04-18  Kim F. Storm  <storm@cua.dk>
6803         * emulation/cua-base.el (cua--pre-command-handler): Add more
6804         elaborate check for shift modifier on non-window systems.
6806 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
6808         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
6810 2005-04-18  Kim F. Storm  <storm@cua.dk>
6812         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
6813         and make it optional.  Don't test tooltip-gud-echo-area here.
6814         (tooltip-gud-process-output, gdb-tooltip-print):
6815         Pass tooltip-gud-echo-area to tooltip-show.
6816         (tooltip-help-tips): Remove second optional arg to tooltip-show.
6818 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6820         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
6821         `display-graphic-p' may not be bound yet.
6823 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
6825         * startup.el (command-line): No longer enable Xterm Mouse mode by
6826         default in terminals compatible with xterm.
6828         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
6830 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
6832         * tooltip.el (tooltip-gud-echo-area): Rename from
6833         tooltip-use-echo-area.
6834         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
6835         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
6836         area independently of where help tooltips are displayed.
6838 2005-04-17  David Kastrup  <dak@gnu.org>
6840         * cus-theme.el (custom-theme-write-variables): Quote variables
6841         where necessary.
6843 2005-04-17  Richard M. Stallman  <rms@gnu.org>
6845         * simple.el (yank-excluded-properties): Add follow-link to value.
6847         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
6849         * startup.el (fancy-splash-max-time): Just 30 seconds.
6850         (fancy-splash-delay): Just 7.
6851         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
6853         * loadhist.el (unload-feature): Update for new format of load-history.
6854         Simplify the code.
6856         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
6857         (rmail-font-lock-keywords): Don't fontify the text of a citation.
6859         * mail/sendmail.el (mail-font-lock-keywords):
6860         Don't fontify subject text.
6861         Don't fontify the text of a citation.
6863 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
6865         * comint.el (comint-output-filter): Run comint-output-filter-functions
6866         with point where the user had it.
6868 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6870         * international/ucs-tables.el (ucs-set-table-for-input):
6871         Disable when using unify-on-decoding.
6873 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
6875         * emulation/cua-base.el (cua-global-mark-face): Add special case
6876         for displays supporting a high number of colors.
6878 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
6880         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
6882 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
6884         * filesets.el (filesets-add-buffer): If user supplies a name of a
6885         non-existing fileset, create a new fileset.
6887 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
6889         * textmodes/org.el (org-up-heading-all): Fix bug with
6890         `outline-up-heading-all'.
6892 2005-04-16  Andreas Schwab  <schwab@suse.de>
6894         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
6895         /etc/permissions.d/* and /etc/aliases.d/*.
6897 2005-04-16  Kenichi Handa  <handa@m17n.org>
6899         * international/code-pages.el (cp-make-coding-system):
6900         Set `translation-table-for-input' property value to the symbol
6901         ucs-mule-to-mule-unicode, not to that value.
6902         (pt154): Escape guillemet by `\'.
6904 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
6906         * loadup.el: Load tooltip if x-show-tip is fboundp.
6908         * startup.el (command-line): Add comment.
6910         * tooltip.el (tooltip-mode): Specify correct standard value for
6911         Custom in init-value.
6913 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
6915         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
6916         possible.
6918 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
6920         * textmodes/org.el (org-agenda-date-prompt): Rename from
6921         `org-agenda-date-today'.
6922         (org-evaluate-time-range): Insert at point instead of directly
6923         after time range.
6924         (org-first-headline-recenter, org-subtree-end-visible-p)
6925         (org-optimize-window-after-visibility-change): New functions
6926         (org-agenda-post-command-hook): Don't allow point at end of line,
6927         to make sure it always hits the text properties.
6928         (org-agenda-next-date-line, org-agenda-previous-date-line):
6929         New commands.
6930         (org-set-regexps-and-options): Category may contain white space.
6931         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6932         Improve marker positions.
6933         (org-agenda-new-marker): Argument POS made optional.
6934         (org-agenda-get-timestamps): Deadlines which are done are listed
6935         in org-done-face now.
6936         (org-agenda-get-todos, org-agenda-get-timestamps)
6937         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6938         Set `undone-face' and `done-face' properties.
6939         (org-last-todo-state-is-todo): New variable.
6940         (org-todo): Set `org-last-todo-state-is-todo'.
6941         (org-agenda-todo): Change face according to
6942         `org-last-todo-state-is-todo'.  And change other lines referring to
6943         the same entry.
6944         (org-calendar-goto-agenda): New command.
6945         (org-calendar-to-agenda-key): New option.
6946         (org-startup-folded): New allowed value `content'.
6947         (org-set-regexps-and-options): Accept new value `content' for
6948         `org-startup-folded'.
6949         (org-get-current-options): Handle new value `content' for
6950         `org-startup-folded'.
6951         (org-insert-todo-heading): New command.
6952         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
6953         interactively in empty file and option
6954         `org-insert-mode-line-in-empty-file' has been set.
6955         (org-agenda-todo,org-agenda-priority): Modify to use
6956         `org-agenda-change-all-lines'.
6957         (org-warning-face): Change color on dark background
6959 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6961         * international/mule-cmds.el (set-locale-environment): On Mac OS,
6962         use preferences AppleLocale and AppleLanguages, and variable
6963         mac-system-locale for default locale.  On Mac OS Classic, use
6964         mac-system-coding-system for default coding systems.
6966         * term/mac-win.el: Don't set file-name-coding-system.
6967         Decode variables system-name, emacs-build-system, user-login-name, and
6968         user-full-name by mac-system-coding-system on Mac OS Classic.
6969         (mac-system-coding-system): New variable.
6971 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
6973         * startup.el (command-line): Handle `xterm-mouse-mode' before
6974         reading init file.
6976         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
6978 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
6980         * progmodes/sh-script.el (sh-here-document-word): Make it a
6981         defcustom.  Doc fix.
6982         (sh-add): Bash uses $(( )) for arithmetic.
6983         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
6984         (sh-maybe-here-document): Remove quotes and leading whitespace
6985         from heredoc word when closing.  Indent heredoc with tabs if word
6986         starts with "-".
6988 2005-04-13  Richard M. Stallman  <rms@gnu.org>
6990         * simple.el (undo): Fix previous change.
6992         * custom.el (defface): Doc fix.
6994 2005-04-13  Lute Kamstra  <lute@gnu.org>
6996         * Makefile.in (DONTCOMPILE): Remove list.
6997         (compile, compile-always): Don't use DONTCOMPILE.
6998         (update-authors): Load the library in which batch-update-authors
6999         is defined.
7000         * makefile.w32-in (DONTCOMPILE): Remove list.
7001         (compile, compile-always): Fix comments.
7002         (update-authors): Load the library in which batch-update-authors
7003         is defined.
7005         * generic-x.el (generic-mode-ini-file-find-file-hook):
7006         Rename to ini-generic-mode-find-file-hook.
7007         Keep generic-mode-ini-file-find-file-hook as an alias.
7008         (ini-generic-mode-find-file-hook): Rename from
7009         generic-mode-ini-file-find-file-hook.  Fix docstring.
7010         (ini-generic-mode): Docstring change.
7011         (bat-generic-mode-run-as-comint): Silence the byte compiler.
7013         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
7014         called from lisp.
7016         * generic.el: Move to the emacs-lisp subdir.
7018 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
7020         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
7021         and C-S- function and cursor motion keys.
7023 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
7025         * startup.el (command-line): Enable Xterm Mouse mode by default.
7026         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
7027         for Custom.  No longer show "Mouse" in mode line when enabled.
7028         Doc fix.
7030 2005-04-12  Kim F. Storm  <storm@cua.dk>
7032         * emulation/cua-base.el (cua-rectangle-face)
7033         (cua-rectangle-noselect-face): Define face attributes here.
7035         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
7037 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7039         * startup.el (command-line): Turn off blinking cursor if
7040         cursorBlink in resources is off or false.
7042 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7044         * term/mac-win.el (dnd): Require dnd.
7045         (mac-drag-n-drop): Call dnd-handle-one-url.
7046         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
7047         (kTextEncodingISOLatin2): Remove constants.
7048         (mac-script-code-coding-systems): New constant.
7049         (mac-handle-language-change): New function.
7050         (special-event-map): Bind it to `language-change' event.
7051         (mac-centraleurroman, mac-cyrillic): New coding systems.
7052         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
7053         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
7054         and mac-cyrillic-encoder to encode-mac-centraleurroman and
7055         encode-mac-cyrillic, respectively.
7057 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
7059         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
7060         Don't set overlay-arrow-string to "=>" as this is done
7061         globally in C now.
7063 2005-04-12  Lute Kamstra  <lute@gnu.org>
7065         * generic-x.el (rc-generic-mode, rul-generic-mode):
7066         Fix auto-mode-alist entries.
7067         (etc-fstab-generic-mode): Tweak fontification.
7069         * generic.el (generic-make-keywords-list): Fix docstring.
7070         (generic-mode-internal): Simplify generic-font-lock-keywords.
7072 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
7074         * whitespace.el (whitespace-buffer-leading)
7075         (whitespace-buffer-trailing): Revert the incorrect test inversion.
7076         However, fix the highlight area for the leading and
7077         trailing whitespaces to show space.
7079 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
7081         * whitespace.el (whitespace-version): Bump to 3.5
7083         (whitespace-buffer-leading, whitespace-buffer-trailing):
7084         Invert sense of the test to highlight the whitespace.
7086 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
7088         * progmodes/gud.el (gud-display-line): GUD uses its own
7089         overlay arrow now so don't set overlay-arrow-string.
7090         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
7092 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
7094         * term.el (term-ansi-current-bold, term-ansi-current-underline)
7095         (term-ansi-current-reverse, term-ansi-current-invisible)
7096         (term-ansi-face-already-done): Change to boolean.
7097         (term-reset-terminal, term-handle-colors-array): Handle the above
7098         vars accordingly.
7099         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
7100         (term-emulate-terminal): Use the new name.
7102         * faces.el (secondary-selection): Use yellow1, not yellow.
7103         (trailing-whitespace): Use red1, not red.
7105 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7107         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
7108         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
7109         (dired-dnd-handle-file): Call dnd-get-local-file-uri
7111         * cus-edit.el (dnd): New group.
7113         * term/w32-win.el (dnd): Require dnd
7114         (w32-drag-n-drop): Call dnd-handle-one-url.
7116         * x-dnd.el: Require dnd.
7117         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
7118         Call dnd-handle-one-url.
7119         (x-dnd-types-alist, x-dnd-insert-utf8-text)
7120         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
7121         to dnd-insert-text.
7122         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
7123         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
7124         (x-dnd-get-local-file-name, x-dnd-open-local-file)
7125         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
7127         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
7129 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7131         * wdired.el: Doc fixes.
7132         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
7133         (wdired-use-dired-vertical-movement): Rename from
7134         wdired-always-move-to-filename-beginning.
7135         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
7136         (wdired-change-to-wdired-mode): Change mode name.
7137         (wdired-newline): Delete.
7139 2005-04-11  Richard M. Stallman  <rms@gnu.org>
7141         * whitespace.el (whitespace-highlight-the-space):
7142         Don't call whitespace-unhighlight-the-space here.
7144         * simple.el (undo): Record t in undo-equiv-table
7145         for the redo record made by an undo-in-region.
7147 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
7149         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
7150         (gdb-frame-inferior-io-buffer): New Functions to control
7151         display of separate IO buffer.
7152         (menu): Add them to menu-bar.
7153         (gdb-display-buffer): Check for buffer another frame.
7154         Protect GUD buffer.
7155         (gdb-setup-windows): Create IO buffer if not already there.
7156         (gdb-memory-mode): Remove purecopy noops.
7158 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7160         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
7161         and pass to self-insert-command.
7163 2005-04-11  Lute Kamstra  <lute@gnu.org>
7165         * generic.el: Commentary section cleanup.
7166         (generic): Delete.
7167         (generic-use-find-file-hook, generic-lines-to-scan)
7168         (generic-find-file-regexp, generic-ignore-files-regexp)
7169         (default-generic-mode, generic-mode-find-file-hook)
7170         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
7171         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
7172         (generic-use-find-file-hook, generic-lines-to-scan)
7173         (generic-find-file-regexp, generic-ignore-files-regexp)
7174         (default-generic-mode, generic-mode-find-file-hook)
7175         (generic-mode-ini-file-find-file-hook): Move from generic.el.
7177 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
7179         * bookmark.el (bookmark-write-file): Catch errors writing file.
7180         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
7182 2005-04-10  Richard M. Stallman  <rms@gnu.org>
7184         * startup.el (fancy-splash-tail): Update copyright year.
7185         (command-line): Split part of -Q into -D.
7186         (emacs-basic-display): New defvar.
7187         (fancy-splash-text): Correct name of menu item.
7189         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
7191         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
7192         lines in one node.
7194         * comint.el (comint-send-input): New arg ARTIFICIAL.
7195         Callers in this file changed.
7197         * abbrev.el (define-abbrevs): Read system abbrevs properly.
7199         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
7201 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
7203         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
7204         `ldap-search-internal'.
7206 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7208         * files.el (set-auto-mode-1): Use line-end-position.
7210         * international/latin-1.el:
7211         * international/latin-2.el:
7212         * international/latin-3.el:
7213         * international/latin-4.el:
7214         * international/latin-5.el:
7215         * international/latin-8.el:
7216         * international/latin-9.el: Give punctuation syntax to NBSP.
7218         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
7219         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
7220         Use char-classes to accept non-ascii letters, accepted in some recent
7221         bibtex implementations.
7223 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
7225         * custom.el (custom-set-minor-mode): Any non-nil value for the
7226         variable should enable the mode when set through Custom.
7228 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7230         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
7231         TAB binding so tab-always-indent is obeyed.
7232         (vhdl-minibuffer-local-map): Move initialization into declaration.
7233         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
7234         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
7235         (vhdl-hooked-abbrev): Avoid test for XEmacs.
7236         (vhdl-current-line): Use line-beginning-position.
7237         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
7238         with-output-to-temp-buffer, so the current position can be recorded.
7240 2005-04-10  Masatake YAMATO  <jet@gyve.org>
7242         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7243         Add regexp for gcov.
7245 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7247         * calendar/time-date.el (time-to-seconds, seconds-to-time)
7248         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
7249         syntax which Emacs 20 doesn't support.
7251 2005-04-09  Richard M. Stallman  <rms@gnu.org>
7253         * help.el (describe-key-briefly, describe-key):
7254         Replace strings as event types with "(any string)".
7256 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7258         * arc-mode.el (archive-mode-map): Move initialization into
7259         the declaration.  Override *all* bindings of `undo'.
7260         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
7262 2005-04-09  Jay Belanger  <belanger@truman.edu>
7264         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
7266 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
7268         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
7269         (xterm-register-default-colors): Update color values computation
7270         to match xterm-200.
7272 2005-04-09  Kenichi Handa  <handa@m17n.org>
7274         * international/code-pages.el (iso-latin-7): Fix the map.
7276 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
7278         * emacs-lisp/lisp.el (defun-prompt-regexp)
7279         (parens-require-spaces, buffer-end, end-of-defun)
7280         (insert-parentheses): Doc fixes.
7282 2005-04-08  Kim F. Storm  <storm@cua.dk>
7284         * comint.el (comint-highlight-prompt): Fix face spec.
7285         * hi-lock.el (hi-green): Likewise.
7287 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
7289         * cus-edit.el (custom-modified-face):
7290         * comint.el (comint-highlight-input): Fix previous changes.
7291         * term.el (term-handle-ansi-escape): Add a comment.
7293 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7295         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
7296         in the buffer and in whitespace-highlighted-space.
7297         (whitespace-unhighlight-the-space): Simplify.
7298         (whitespace-buffer): Simplify.
7300 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
7302         * textmodes/table.el (table-cell-face): Add special case for
7303         displays supporting a high number of colors.
7304         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7305         (vhdl-font-lock-reserved-words-face)
7306         (vhdl-speedbar-architecture-face)
7307         (vhdl-speedbar-instantiation-face)
7308         (vhdl-speedbar-architecture-selected-face)
7309         (vhdl-speedbar-instantiation-selected-face): Likewise.
7310         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
7311         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
7312         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7313         (ebrowse-root-class-face, ebrowse-member-attribute-face)
7314         (ebrowse-progress-face): Likewise.
7315         * progmodes/compile.el (compilation-info-face): Likewise.
7316         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
7317         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
7318         * calendar/calendar.el (diary-face): Likewise.
7319         * woman.el (woman-italic-face, woman-bold-face)
7320         (woman-unknown-face): Likewise.
7321         * wid-edit.el (widget-button-pressed-face): Likewise.
7322         * whitespace.el (whitespace-highlight-face): Likewise.
7323         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
7324         * pcvs-info.el (cvs-marked-face): Likewise.
7325         * info.el (info-xref): Likewise.
7326         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
7327         * hilit-chg.el (highlight-changes-face)
7328         (highlight-changes-delete-face): Likewise.
7329         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
7330         (hi-red-b): Likewise.
7331         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
7332         * font-lock.el (font-lock-keyword-face)
7333         (font-lock-function-name-face, font-lock-warning-face): Likewise.
7334         * cus-edit.el (custom-invalid-face, custom-modified-face)
7335         (custom-set-face, custom-changed-face, custom-variable-tag-face)
7336         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
7337         * comint.el (comint-highlight-prompt): Likewise.
7339 2005-04-08  Lute Kamstra  <lute@gnu.org>
7341         * font-lock.el (font-lock-keywords): Docstring fixes.
7343 2005-04-08  Kenichi Handa  <handa@m17n.org>
7345         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
7346         chars are more than a limit, print " and more..." at the tail.
7348 2005-04-08  Kim F. Storm  <storm@cua.dk>
7350         * emacs-lisp/authors.el (authors-aliases): Update list.
7351         (authors-ignored-files): New list.
7352         (authors-fixed-entries): Fix typo.
7353         (authors-renamed-files-alist): Update list.
7354         (authors-add): Check authors-ignored-files.
7356 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
7358         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
7359         optional, to ensure backward compatibility.
7361 2005-04-08  Stephen Eglen  <stephen@gnu.org>
7363         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
7365 2005-04-08  Kim F. Storm  <storm@cua.dk>
7367         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
7369         * mouse.el (mouse-on-link-p): Doc fix.
7371 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
7373         * ielm.el (ielm-prompt-read-only): Doc fix.
7375         * comint.el (comint-prompt-read-only): Doc fix.
7377 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
7379         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
7380         ensure dired always handles wildcards passed to ffap.
7381         (find-file-at-point): Use it.
7382         (ffap-dired-wildcards): Doc fix.
7384 2005-04-07  Juri Linkov  <juri@jurta.org>
7386         * simple.el (next-error-overlay-arrow-position): New defvar.
7387         Put "=>" on its property `overlay-arrow-string'.  Add it to
7388         `overlay-arrow-variable-list'.
7390         * progmodes/compile.el (compilation-setup):
7391         Set `next-error-overlay-arrow-position' to nil.  Also set it to
7392         nil in the local hook `kill-buffer-hook'.  Make local variable
7393         `overlay-arrow-string' and set it to "=>".
7394         (compilation-goto-locus): Set BOL position to
7395         `next-error-overlay-arrow-position' instead of
7396         `overlay-arrow-position'.
7398         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
7399         locally instead of adding it to the global hook.
7400         (Info-kill-buffer): Move up.
7402 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
7404         * term/xterm.el (xterm-standard-colors): Update color values from
7405         xterm-200.
7407 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7409         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
7411         * fast-lock.el:
7412         * lazy-lock.el: Move them to the obsolete subdir.
7414 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7416         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
7417         (wdired-add-replace-advice): Remove.
7418         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
7420 2005-04-06  Kim F. Storm  <storm@cua.dk>
7422         * startup.el (command-line): Add --bare-bones alias for -Q.
7424 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7426         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
7427         create the startup fontset if a font specification ends with
7428         `mac-roman'.
7430 2005-04-06  Lute Kamstra  <lute@gnu.org>
7432         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
7433         change.
7435         * emacs-lisp/copyright.el (copyright-update-year): Replace the
7436         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
7438 2005-04-05  Lute Kamstra  <lute@gnu.org>
7440         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
7441         (define-generic-mode): Ditto.  Fix debug declaration.
7443         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7444         Put them in the generic-x group.
7446         * calendar/timeclock.el (timeclock): Doc fix.
7448         * generic.el (define-generic-mode): Don't use custom-current-group.
7449         Document default :group value.
7450         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
7451         (define-global-minor-mode): Don't use custom-current-group.
7453 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
7455         * startup.el (command-line-1): Display startup-echo-area-message
7456         when fancy splash screen is in use.
7458         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
7459         (sh-escaped-newline): New face.
7460         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
7461         newline, and use sh-escaped-newline face.
7463         * progmodes/tcl.el (tcl-escaped-newline): New face.
7464         (tcl-builtin-list): New variable.
7465         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
7466         newlines.  Fix keywords subexpression number.
7468 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
7470         * textmodes/org.el (org-diary-default-entry): Fix call to
7471         `add-to-diary-entry'.
7473 2005-04-05  Kim F. Storm  <storm@cua.dk>
7475         * ediff-init.el: Use (featurep 'xemacs).
7477 2005-04-05  David Ponce  <david@dponce.com>
7479         * cus-edit.el (face): Derive from symbol widget.  Display sample
7480         of the current face on the fly.
7481         (widget-face-sample-face-get, widget-face-notify): New functions.
7482         (widget-face-value-create): Remove.
7484         * wid-edit.el (widget-field-end): Temporarily remove field
7485         narrowing before to call `get-char-property'.
7487 2005-04-04  Jay Belanger  <belanger@truman.edu>
7489         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
7490         (math-read-subscripts): New variable.
7491         (math-read-preprocess-string): Process subscripts.
7493 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7495         * comint.el (comint-prompt-read-only): Doc fix.
7497         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
7498         `-1'.  Doc fix.
7500 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
7502         * textmodes/org.el (org-insert-mode-line-in-empty-file):
7503         Change default value to nil.
7505 2005-04-04  Lute Kamstra  <lute@gnu.org>
7507         * autorevert.el (auto-revert-mode): Specify :group.
7508         * battery.el (display-battery-mode): Specify :group.
7509         * diff-mode.el (diff-minor-mode): Specify :group.
7510         * font-core.el (font-lock-mode): Specify :group.
7511         * hl-line.el (hl-line-mode): Specify :group.
7512         * iimage.el (iimage): New customization group.
7513         (iimage-mode): Specify :group.
7514         * longlines.el (longlines-mode): Specify :group.
7515         * master.el: Don't require easy-mmode.
7516         (master): New customization group.
7517         (master-mode): Specify :group.
7518         * msb.el (msb-mode): Specify :group.
7519         * reveal.el (reveal-mode): Specify :group.
7520         * simple.el (next-error-follow-minor-mode): Specify :group.
7521         * smerge-mode.el (smerge-mode): Specify :group.
7522         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
7523         * emulation/cua-base.el (cua-mode): Specify :group.
7524         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
7525         * language/thai-util.el (thai-auto-composition-mode)
7526         (thai-word-mode): Specify :group.
7527         * mail/supercite.el (sc-minor-mode): Specify :group.
7528         * progmodes/cwarn.el (cwarn-mode): Specify :group.
7529         * progmodes/flymake.el (flymake-mode): Specify :group.
7530         * progmodes/glasses.el (glasses-mode): Specify :group.
7531         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
7532         * textmodes/enriched.el (enriched-mode): Specify :group.
7533         * textmodes/refill.el (refill-mode): Specify :group.
7535         * add-log.el (change-log-font-lock-keywords): Names in
7536         parenthesized lists can contain spaces.
7538 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
7540         * startup.el (fancy-splash-text): Shorten default text of
7541         "Emacs Tutorial" line.  Also, if the current language env
7542         indicates an available tutorial file other than TUTORIAL,
7543         extract its title and append it to the line in parentheses.
7544         (fancy-splash-insert): If arg is a thunk, funcall it.
7546 2005-04-04  Jay Belanger  <belanger@truman.edu>
7548         * calc.el (calc-language-alist): Add tags to customization type.
7550 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
7552         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
7553         Doc fix.
7555 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
7557         * add-log.el (change-log-font-lock-keywords): The manual
7558         describing a Change Log entry, says: (...) "Aside from these
7559         header lines, every line in the change log starts with a space or
7560         a tab.".  The font-lock was not highlighting lines started with
7561         spaces, added support for it.
7563 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7565         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
7566         (bibtex-generate-url-list): Update docstring accordingly.  Put the
7567         complex example in the docstring.
7568         (bibtex-font-lock-url): Use pop.
7570 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7572         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
7574         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
7576 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7578         * filesets.el (filesets-set-default): Doc fix.
7580 2005-04-03  Lute Kamstra  <lute@gnu.org>
7582         * generic.el (define-generic-mode): Add argument to specify
7583         keywords for defcustom.
7584         (default-generic-mode): Specify :group.
7586         * generic-x.el: Specify :group for all generic modes.
7588         * desktop.el (desktop-no-desktop-file-hook)
7589         (desktop-after-read-hook): Doc fix.
7591 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
7593         * simple.el (visible-mode): Use explicit :group keyword.
7594         This changes the group of `visible-mode-hook' from paren-blinking
7595         to editing-basics.
7597 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
7599         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
7600         mailbox specifications as well as URLs.
7601         (rmail-insert-inbox-text): Remove unused conditional branches.
7603 2005-04-01  Jay Belanger  <belanger@truman.edu>
7605         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7606         (calc-gnuplot-print-command): Move definitions to calc.el.
7608         * calc/calc-embed.el (calc-embedded-announce-formula)
7609         (calc-embedded-open-formula, calc-embedded-close-formula)
7610         (calc-embedded-open-word, calc-embedded-close-word)
7611         (calc-embedded-open-plain, calc-embedded-close-plain)
7612         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
7613         (calc-embedded-open-mode, calc-embedded-close-mode):
7614         Move definitions to calc.el.
7616         * calc/calc.el (calc-settings-file, calc-language-alist):
7617         Make customizable.
7618         (calc-embedded-announce-formula, calc-embedded-open-formula)
7619         (calc-embedded-close-formula, calc-embedded-open-word)
7620         (calc-embedded-close-word, calc-embedded-open-plain)
7621         (calc-embedded-close-plain, calc-embedded-open-new-formula)
7622         (calc-embedded-close-new-formula, calc-embedded-open-mode)
7623         (calc-embedded-close-mode, calc-gnuplot-name)
7624         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
7625         from other files and make customizable.
7627 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7629         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
7630         Use buffer-live-p.
7631         (cvs-mode-run): Don't call cvs-update-header here.
7632         (cvs-run-process): Call cvs-update-header.
7633         Use process properties for cvs-postprocess and cvs-buffer so that
7634         the sentinel can behave better if the temp buffer is killed.
7635         Use a pipe rather than a tty, to better handle unexpected prompts.
7636         (cvs-sentinel): Rewrite.  Call cvs-update-header.
7638 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
7640         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
7641         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
7643 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7645         * generic.el (define-generic-mode): Add indentation rule.
7647 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
7649         * files.el (mode-require-final-newline): Make Custom correctly
7650         report a nil value and allow to set it to nil via Custom.
7651         Doc fix.
7653 2005-04-01  Kenichi Handa  <handa@m17n.org>
7655         * international/characters.el: Enable the correct case setting for
7656         dotless-i and dotted-I.
7658 2005-04-01  Kim F. Storm  <storm@cua.dk>
7660         * ido.el (ido-file-internal): Fall back to non-ido command if
7661         initial directory is on slow ftp (or tramp) host.
7663 2005-03-31  Richard M. Stallman  <rms@gnu.org>
7665         * emacs-lisp/autoload.el (make-autoload):
7666         Handle define-global-minor-mode.
7668         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7669         Rename from easy-mmode-define-global-mode.
7670         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
7672         * progmodes/scheme.el (scheme-mode-syntax-table):
7673         Update syntax of | and # for two-character comment syntax.
7675 2005-03-31  Lute Kamstra  <lute@gnu.org>
7677         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
7678         (define-minor-mode): Call custom-current-group at load-time.
7680         * generic.el (define-generic-mode): Add debug declaration.
7681         Add defcustom for the mode hook.
7682         (generic-mode-internal): Use run-mode-hooks.
7684 2005-03-31  Kim F. Storm  <storm@cua.dk>
7686         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
7687         (mouse-fixup-help-message): New defun called by show_help_echo
7688         to fixup mouse-2 prefix in help messages when applicable.
7690         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
7692 2005-03-31  Kenichi Handa  <handa@m17n.org>
7694         * language/thai-word.el (thai-find-word-ends): Pay attention to
7695         the case that we reach the end of buffer.
7697         * textmodes/fill.el (fill-text-properties-at): New function.
7698         (fill-newline): Use fill-text-properties-at instead of
7699         text-properties-at.
7701 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
7703         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
7704         not comint-quote-filename.
7706 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
7708         * help-fns.el (help-with-tutorial): Revert last change.
7710 2005-03-31  Kim F. Storm  <storm@cua.dk>
7712         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
7714 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7716         * calendar/cal-china.el: Update reference to "Calendrical
7717         Calculations" book; there's a new edition.
7718         * calendar/cal-coptic.el: Likewise.
7719         * calendar/cal-french.el: Likewise.
7720         * calendar/cal-hebrew.el: Likewise.
7721         * calendar/cal-islam.el: Likewise.
7722         * calendar/cal-iso.el: Likewise.
7723         * calendar/cal-julian.el: Likewise.
7724         * calendar/cal-mayan.el: Likewise.
7725         * calendar/cal-persia.el: Likewise.
7726         * calendar/calendar.el: Likewise.
7727         * calendar/holidays.el: Likewise.
7728         * calendar/lunar.el: Likewise.
7729         * calendar/solar.el: Likewise.
7731         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
7732         white space from doc string.
7734 2005-03-30  Jay Belanger  <belanger@truman.edu>
7736         * calc/calc-help.el (calc-full-help): Remove email address.
7738 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
7740         * help-fns.el (help-with-tutorial): Delete title line.
7742 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7744         * calendar/cal-x.el (calendar-one-frame-setup)
7745         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
7746         rather than 'symbol for set-window-dedicated-p.
7748         * calendar/appt.el (appt-buffer-name): Make it a constant.
7749         (appt-add): Doc fix.
7751         * filesets.el (filesets-menu-path, filesets-menu-before)
7752         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
7753         (filesets-menu-cache-file): Use directory ~/.emacs.d.
7754         (filesets-add-submenu): Delete and use add-submenu instead.
7756 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
7758         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
7759         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
7760         (org-diary-default-entry): New function.
7761         (org-get-entries-from-diary): Better parsing of diary entries.
7762         (org-agenda-check-no-diary): New function.
7763         ("diary-lib"): Advice to function `add-to-diary-list', to allow
7764         linking to diary entries.
7765         (org-agenda-execute-calendar-command): New function.
7766         (org-agenda): Improve visible section in window.
7767         Use `org-fit-agenda-window'.
7768         (org-fit-agenda-window): New option.
7769         (org-move-subtree-down): Better handling of empty lines
7770         at end of subtree.
7771         (org-cycle): Numeric prefix is interpreted now as show-subtree N
7772         levels up.
7773         (org-fontify-done-headline): New option.
7774         (org-headline-done-face): New face.
7775         (org-set-font-lock-defaults): Use `org-headline-done-face'.
7776         (org-table-copy-down): Rename from `org-table-copy-from-above'.
7777         When current field is non-empty, it is copied to next row.
7778         (org-table-copy-from-above): Fix bug which made it
7779         impossible to copy fields containing only a single non-white character.
7781 2005-03-30  Kim F. Storm  <storm@cua.dk>
7783         * kmacro.el (kmacro-end-macro): Isearch may store this command
7784         into the macro -- so ignore it when executing keyboard macro.
7786 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
7788         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
7790 2005-03-29  Kenichi Handa  <handa@m17n.org>
7792         * language/thai.el ("Thai"): Set setup-function and exit-function
7793         for Thai language environment.
7795         * language/thai-util.el: Require thai-word.
7796         (thai-word-mode-map): New variable.
7797         (thai-word-mode): New minor mode.
7798         (setup-thai-language-environment-internal): New function.
7799         (exit-thai-language-environment-internal): New function.
7801         * language/thai-word.el (thai-word-table): Declare it by defvar,
7802         use dolist to initialize it.
7803         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
7804         (thai-fill-find-break-point): New functions.
7806 2005-03-29  Richard M. Stallman  <rms@gnu.org>
7808         * simple.el (idle-update-delay): Move definition up.
7809         (set-mark): Doc fix.
7811 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7813         * longlines.el: New file.
7815         * simple.el (buffer-substring-filters): New variable.
7816         (filter-buffer-substring): New function.
7817         (kill-region, copy-region-as-kill): Use it.
7819         * register.el (copy-to-register, append-to-register)
7820         (prepend-to-register): Use filter-buffer-substring.
7822 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
7824         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
7825         (gud-filter-pending-text): Move in front of gdb.
7826         (gud-overlay-arrow-position): New variable.
7827         (gud-sentinel, gud-display-line): Use it in place of
7828         overlay-arrow-position.
7830 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
7832         * progmodes/fortran.el (fortran-if-indent): Doc fix.
7833         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
7834         (fortran-font-lock-keywords-4): New variable.
7835         (fortran-blocks-re, fortran-end-block-re)
7836         (fortran-start-block-re): New constants, for hideshow.
7837         (hs-special-modes-alist): Add a Fortran entry.
7838         (fortran-mode-map): Bind fortran-end-of-block,
7839         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
7840         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
7841         (fortran-looking-at-if-then, fortran-end-of-block)
7842         (fortran-beginning-of-block): New functions, for hideshow.
7844         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7845         Doc fix.  Tweak regexp.
7846         (f90-beginning-of-block): Push mark first.
7848 2005-03-29  Jay Belanger  <belanger@truman.edu>
7850         * calc/calc.el: Update copyright date.
7851         (calc-version): Increase to 2.1.
7852         (calc-version-date): Remove.
7854         * calc/calc-help.el: Update copyright date.
7855         (calc-full-help): Remove reference to calc-version-date.
7856         Update copyright date.
7858 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7860         * vc.el (vc-do-command): Use a pipe for async processes, so password
7861         prompts don't show up at places where the user can't reply.
7863 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
7865         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
7866         on the file name we pass to the inferior shell.
7868 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7870         * progmodes/which-func.el (which-function): Be robust in the face of an
7871         imenu--make-index-alist failure.
7873 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7875         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
7877         * progmodes/python.el (python-preoutput-filter): Fix last change.
7879 2005-03-29  Lute Kamstra  <lute@gnu.org>
7881         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
7882         functions and compiled macros.
7883         (debug-convert-byte-code): Handle macros too.
7884         (debug-on-entry-1): Don't signal an error when trying to clear a
7885         function that is not set to debug on entry.
7887 2005-03-29  Jay Belanger  <belanger@truman.edu>
7889         * calc/calc-lang.el: Add functions to math-function-table
7890         properties of tex and math.
7892 2005-03-29  Kenichi Handa  <handa@m17n.org>
7894         * ps-mule.el (ps-mule-plot-string): Translate characters by
7895         ps-print-translation-table.
7896         (ps-mule-begin-job): Call find-charset-region/string with
7897         ps-print-translation-table.
7898         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
7900         * ps-print.el (ps-print-translation-table): New variable.
7901         (ps-plot-region): Translate characters by ps-print-translation-table.
7903 2005-03-29  Juri Linkov  <juri@jurta.org>
7905         * simple.el (next-error-highlight-timer): New variable.
7907         * progmodes/compile.el (compilation-goto-locus):
7908         Use `next-error-highlight-timer' instead of `sit-for'.
7910 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7912         * mail/supercite.el (sc-mail-field): Use assoc-string.
7913         (sc-get-address): Simplify regexps.
7915         * files.el (minibuffer-with-setup-hook): New macro.
7916         (find-file-read-args): Use it to avoid let-binding
7917         minibuffer-with-setup-hook (which breaks turning on/off
7918         file-name-shadow-mode while in the prompt).
7920         * complete.el (PC-read-include-file-name-internal): Use
7921         test-completion.
7923 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
7925         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
7927 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7929         * window.el (window-buffer-height): Use count-screen-lines.
7931         * progmodes/python.el (python-preoutput-leftover): New var.
7932         (python-preoutput-filter): Use it.
7933         (python-send-receive): Loop until all the result has been received.
7935 2005-03-28  Juri Linkov  <juri@jurta.org>
7937         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
7939         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
7940         "Recover Crashed Session".
7941         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
7942         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
7943         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
7944         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
7945         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
7946         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
7947         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
7948         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
7950         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
7951         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
7952         Ediff Sessions", "Toggle use of separate control buffer frame",
7953         "Use separate frame for Ediff control buffer".
7955         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
7956         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
7957         "Rename Bookmark", "Delete Bookmark".
7959         * info.el (Info-mode-menu): Remove ellipsis from "Index".
7960         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
7961         Add `:active Info-index-alternatives' to "Next Matching Item".
7963         * wdired.el (wdired-change-to-wdired-mode):
7964         Mention `wdired-abort-changes' key in the initial message.
7966         * international/mule.el (auto-coding-alist): Associate non-ascii
7967         image filename extensions with `no-conversion'.
7969 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7971         * international/iso-acc.el:
7972         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
7974 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
7976         * textmodes/sgml-mode.el (html-mode): Doc update.
7978         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
7980 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
7982         * term.el (term-move-columns): Fix face after extending a line.
7983         (term-insert-spaces): Likewise.
7984         (term-reset-terminal): Fix off by one error.
7986 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
7988         * international/mule.el (auto-coding-alist): Add .xpi files.
7990         * files.el (auto-mode-alist): Add .xpi files.
7992 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
7994         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
7996 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
7998         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
8000 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
8002         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
8003         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
8005         * calendar/cal-move.el (calendar-beginning-of-year): Move the
8006         cursor to Jan 1 when needed.
8007         (calendar-end-of-year): Fix -/+ typo.
8008         Reported by Chong Yidong <cyd@stupidchicken.com>.
8010 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8012         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
8014         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
8015         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
8017 2005-03-25  Richard M. Stallman  <rms@gnu.org>
8019         * filesets.el (filesets-init): Add autoload.
8021         * mail/mailalias.el (mail-directory): Doc fix.
8023 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8025         * mail/mailalias.el (mail-directory-process): Do nothing if
8026         mail-directory-process is an atom.
8027         (mail-get-names): Ignore mail-directory-names if it is an atom.
8028         (mail-directory-process defvar): Doc fix.
8029         (mail-names): Doc fix.
8031 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
8033         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
8035 2005-03-26  Kenichi Handa  <handa@m17n.org>
8037         * international/mule-util.el (detect-coding-with-priority):
8038         Call update-coding-systems-internal before detect-coding-region.
8040 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
8042         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8043         (gdb-frames-mode-map): Add follow-link property.
8045 2005-03-25  Jay Belanger  <belanger@truman.edu>
8047         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
8048         for variables.
8050 2005-03-25  Juri Linkov  <juri@jurta.org>
8052         * image-mode.el: Optimize image filename extension regexps in
8053         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
8054         in `auto-mode-alist'.
8055         (image-mode): Add `image-toggle-display-text' to local hook
8056         `change-major-mode-hook'.  Display the image as an image by
8057         default.  Set `cursor-type' and `truncate-lines' if the image
8058         is already displayed.  Take into account the current mode (image
8059         or text) in message.
8060         (image-minor-mode): New minor mode.
8061         (image-mode-maybe, image-toggle-display-text): New functions.
8062         (image-toggle-display): Use called-interactively-p.
8063         Let-bind `inhibit-read-only' to t.
8065         * image-mode.el (image-minor-mode): Set `cursor-type' and
8066         `truncate-lines' if the image is already displayed.  Add turning
8067         image-minor-mode off to `change-major-mode-hook'.  Add message.
8068         Call `image-toggle-display-text' after turning image-minor-mode off.
8070 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8072         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
8073         Terminal.app, use utf-8.
8074         (set-display-table-and-terminal-coding-system): Add coding-system arg.
8075         (set-locale-environment): Use it.
8077         * term/xterm.el: Undo last change, better done in mule-cmds.el.
8079         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
8081         * progmodes/python.el (python-close-block-statement-p)
8082         (python-outdent-p, python-current-defun): Use symbol-end.
8084 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
8086         * files.el (save-some-buffers): Doc fix.
8088 2005-03-25  Werner Lemberg  <wl@gnu.org>
8090         * complete.el, thumbs.el: Replace `legal' with `valid'.
8091         * calendar/calendar.el: Replace `legal' with `valid'.
8092         * emacs-lisp/advice.el: Replace `legal' with `valid'.
8093         * mail/supercite.el: Replace `legal' with `valid'.
8094         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
8095         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
8096         Replace `legal' with `valid'.
8097         * textmodes/reftex-vars.el, textmodes/reftex.el:
8098         Replace `legal' with `valid'.
8100 2005-03-25  Werner Lemberg  <wl@gnu.org>
8102         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
8103         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
8104         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
8105         * emulation/vip.el: Replace `illegal' with `invalid'.
8106         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
8107         `invalid'.
8108         * mail/supercite.el: Replace `illegal' with `invalid'.
8109         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
8110         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
8111         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
8112         * progmodes/sh-script.el, progmodes/xscheme.el:
8113         Replace `illegal' with `invalid'.
8114         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
8115         * textmodes/reftex-index.el, textmodes/reftex-parse.el
8116         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
8117         * textmodes/reftex.el, textmodes/org.el:
8118         Replace `illegal' with `invalid'.
8120 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8122         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
8123         (flymake-find-buildfile, flymake-find-possible-master-files)
8124         (flymake-check-include, flymake-parse-line): Replace loops over the
8125         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
8127         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
8128         Substitute file-name-as-directory in the rest of the file.
8129         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
8130         (flymake-replace-region): Remove unused arg `buffer'.
8131         (flymake-check-patch-master-file-buffer): Update calls to it.
8132         (flymake-add-err-info): Remove unused var `count'.
8133         (flymake-mode): Use define-minor-mode.
8135         * progmodes/flymake.el: Use with-current-buffer.
8136         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
8137         flymake-replace-regexp-in-string, flymake-line-beginning-position)
8138         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
8139         Avoid testing for `xemacs'.
8140         (flymake-nop): Move.
8141         (flymake-region-has-flymake-overlays): Return the computed value.
8142         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
8143         Remove unused var `endline'.
8144         (flymake-get-line-count): Remove unused function.
8145         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
8147         * emulation/vi.el:
8148         * generic.el:
8149         * hilit-chg.el (global-highlight-changes):
8150         * hi-lock.el (hi-lock-mode):
8151         * follow.el: find-file-hooks -> find-file-hook.
8153         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
8155 2005-03-24  Juri Linkov  <juri@jurta.org>
8157         * dired.el (dired-mode-map): Add menu item "Compare directories"
8158         for dired-compare-directories.
8160         * dired-aux.el (dired-compare-directories): Add autoload cookie.
8161         Doc fix.  Replace `read-file-name' with `read-directory-name'.
8163 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8165         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
8167 2005-03-24  Jay Belanger  <belanger@truman.edu>
8169         * calc/calc-embed.el (calc-embedded-mode-change): Save all
8170         relevant mode settings in calc-embedded-original-modes when modes
8171         are permanently changed.
8173 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8175         * autoinsert.el: find-file-hooks -> find-file-hook.
8177 2005-03-24  Lute Kamstra  <lute@gnu.org>
8179         * generic.el (generic-font-lock-defaults): Make it obsolete.
8180         (generic-font-lock-keywords): New variable to replace
8181         generic-font-lock-defaults.
8182         (generic-mode-set-font-lock): Delete it.
8183         (generic-mode-internal): Don't call generic-mode-set-font-lock.
8184         (generic-bracket-support): Add docstring.
8186         * generic-x.el: Rename generic-font-lock-defaults to
8187         generic-font-lock-keywords throughout.
8188         (mailagent-rules-setup-function): Delete it.
8189         (mailagent-rules-generic-mode): Use anonymous function instead.
8190         (show-tabs-generic-mode-font-lock-defaults-1)
8191         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
8192         Quote faces.
8193         (show-tabs-tab-face, show-tabs-space-face): Specify background,
8194         not foreground.
8196         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8197         Recognize define-generic-mode.
8199 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8201         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
8202         if there's no completion table.
8204 2005-03-23  Miles Bader  <miles@gnu.org>
8206         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8207         Remove tty-specific variants, as they're no longer needed.
8209 2005-03-23  Lute Kamstra  <lute@gnu.org>
8211         * generic-x.el: Code cleanup: make args constant whenever possible.
8212         (installshield-statement-keyword-list)
8213         (installshield-system-functions-list)
8214         (installshield-system-variables-list, installshield-types-list)
8215         (installshield-funarg-constants-list): Make them constants.
8217         * generic.el (generic-make-keywords-list): Add autoload cookie.
8219         * calendar/time-date.el: Add comment on time value formats.
8220         Don't require parse-time.
8221         (with-decoded-time-value): New macro.
8222         (encode-time-value): New function.
8223         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8224         (days-to-time): Return a valid time value when arg is huge.
8225         (time-since): Use time-subtract.
8226         (time-to-number-of-days): Use time-to-seconds.
8228 2005-03-23  David Ponce  <david@dponce.com>
8230         * recentf.el: (recentf-keep): New option.
8231         (recentf-menu-action): Default to `find-file'.
8232         (recentf-keep-non-readable-files-flag)
8233         (recentf-keep-non-readable-files-p)
8234         (recentf-file-readable-p, recentf-find-file)
8235         (recentf-cleanup-remote): Remove.
8236         (recentf-include-p): More robust.
8237         (recentf-keep-p): New function.
8238         (recentf-remove-if-non-kept): Rename from
8239         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
8240         All callers updated.
8241         (recentf-menu-items-for-commands): Fix help string.
8242         (recentf-track-closed-file): Update.  Doc fix.
8243         (recentf-cleanup): Update.  Count removed files.  Doc fix.
8245 2005-03-23  Kim F. Storm  <storm@cua.dk>
8247         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8248         Don't inherit from fringe face (now happens automatically).
8250 2005-03-22  Kim F. Storm  <storm@cua.dk>
8252         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
8253         position values.
8255 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8257         * menu-bar.el (showhide-date-time): Remove.
8258         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
8259         (menu-bar-make-mm-toggle): Simplify.
8261 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
8263         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
8264         Accept qualified variable and function names.
8266 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
8268         * bindings.el (completion-ignored-extensions):
8269         Remove ".lis" for `vax-vms'.
8271 2005-03-22  Andreas Schwab  <schwab@suse.de>
8273         * generic-x.el: Revert last change.
8274         * ldefs-boot.el: Update.
8276 2005-03-22  Jay Belanger  <belanger@truman.edu>
8278         * calc/calc-embed (calc-embedded-original-modes): New variable.
8279         (calc-embedded-save-original-modes)
8280         (calc-embedded-restore-original-modes): New functions.
8281         (calc-do-embedded): Save original modes when entering embedded mode
8282         and restore when leaving embedded mode.
8283         (calc-embedded-modes-change): Change the value of
8284         calc-embedded-original-modes to reflect permanent changes.
8286 2005-03-22  Lute Kamstra  <lute@gnu.org>
8288         * generic-x.el: Require generic again.
8290 2005-03-22  Miles Bader  <miles@gnu.org>
8292         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8293         Tweak details to look good on both ttys and bitmap displays, light
8294         or dark background, etc.
8296 2005-03-21  Kim F. Storm  <storm@cua.dk>
8298         * tooltip.el (tooltip-show-help-function): Check car and cdr of
8299         mouse position.
8301 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8303         * icomplete.el: Don't forcibly turn on the mode upon load.
8304         (icomplete-mode): Use define-minor-mode.
8305         (icomplete-eoinput): Default to nil.
8306         (icomplete-minibuffer-setup): Remove autoload.
8307         (icomplete-tidy): Simplify.
8308         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
8309         in the initial state or if the user has modified the field.
8310         Fix handling of icomplete-max-delay-chars.
8311         Remove code that handles the oddball case where
8312         minibuffer-completion-table is an integer.
8313         Wrap icomplete-completions in while-no-input in case building
8314         completions takes more time than expected.
8315         (icomplete-completions): Simplify.
8317 2005-03-21  Richard M. Stallman  <rms@gnu.org>
8319         * jka-compr.el (jka-compr-really-do-compress):
8320         Make variable buffer-local.
8322         * image-mode.el: Handle .xpm files too.
8323         (image-toggle-display): Preserve modification flag.
8325         * help.el (where-is): Don't mention aliases with no key bindings.
8327 2005-03-21  Lute Kamstra  <lute@gnu.org>
8329         * generic.el: Fix commentary section.  Don't require cl for
8330         compilation.
8331         (generic-mode-list): Add autoload cookie.
8332         (generic-use-find-file-hook, generic-lines-to-scan)
8333         (generic-find-file-regexp, generic-ignore-files-regexp)
8334         (generic-mode, generic-mode-find-file-hook)
8335         (generic-mode-ini-file-find-file-hook): Fix docstrings.
8336         (define-generic-mode): Make it a defmacro.  Fix docstring.
8337         (generic-mode-internal): Code cleanup.  Add autoload cookie.
8338         (generic-mode-set-comments): Code cleanup.
8339         * generic-x.el: Don't prevent compilation.  Don't require generic.
8340         Follow coding conventions.  Minor code cleanup.
8341         (etc-fstab-generic-mode): Add some keywords.
8342         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
8343         define-generic-mode like a function declaration.
8345 2005-03-21  Jay Belanger  <belanger@truman.edu>
8347         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
8348         changing modes.
8350 2005-03-21  Sam Steingold  <sds@gnu.org>
8352         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
8354 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
8356         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
8357         Add underscore to "f$ lexicals" regexp.
8359 2005-03-20  Juri Linkov  <juri@jurta.org>
8361         * subr.el (progress-reporter-do-update): When `min-value' is equal
8362         to `max-value', set `percentage' to 0 and prevent division by zero.
8364 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
8366         Sync with Tramp 2.0.48.
8368         * tramp.el (all): Change all addresses to .gnu.org.
8369         (tramp-append-tramp-buffers): New defun.
8370         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
8371         Catch `dont-send' signal.
8372         (tramp-set-auto-save-file-modes): Set always permissions, because
8373         there might be an old auto-saved file belonging to another
8374         original file.  This could be a security threat.  Reported by
8375         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
8376         Check for Emacs 21.3.50 removed.
8378         * tramp-smb.el (all): Remove debug construct for
8379         `with-parsed-tramp-file-name'.
8380         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
8381         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
8382         No error message if DIRECTORY or FILENAME doesn't exist.
8383         (tramp-smb-open-connection): Check existence of
8384         `tramp-smb-program'.
8386 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8388         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8389         Properly handle the case where the `m' or `s' command's argument is not
8390         yet terminated.
8391         (perl-indent-new-calculate): New function.
8392         (perl-indent-line): Use it.
8394 2005-03-20  Miles Bader  <miles@gnu.org>
8396         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
8397         in text-mode too.  Change to new face names.
8398         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
8399         Add `:weight bold' attribute.
8400         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
8402 2005-03-19  Juri Linkov  <juri@jurta.org>
8404         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
8406         * international/mule.el (auto-coding-alist): Sync with
8407         `auto-mode-alist' by adding upper case archive file extensions
8408         and adding ear/war to jar extension.
8410 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
8412         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
8413         running, restart it.
8415 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
8417         * finder.el (finder-current-item): Throw an error on an empty line.
8419         * man.el (Man-follow-manual-reference): If current-word returns
8420         nil, use "".
8422 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
8424         * simple.el (goto-line): Doc fix.
8426 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
8428         * files.el (save-buffer): Doc fix.
8430 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
8432         * recentf.el (recentf-cleanup-remote): New variable.
8433         (recentf-cleanup): Use it to conditionally check availability of
8434         remote files.
8436 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
8438         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
8439         function names.
8441 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
8443         * language/thai-word.el: New file.
8445 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
8447         * files.el (backup-buffer): If the file's directory is not
8448         writable, use copy instead of move to backup the file.
8450 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
8452         * obsolete/keyswap.el: Moved to obsolete/ from term/.
8454 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8456         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
8457         Use functionp instead of symbolp and fboundp.  Reported by Drkm
8458         <darkman_spam@yahoo.fr>.
8459         (ps-print-version): New version 6.6.6.
8461 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
8463         * textmodes/table.el (table--line-column-position): New idiom.
8464         (table--row-column-insertion-point-p): New function to test
8465         validity of row and column insertion operation at a location.
8466         (table-global-menu, table-cell-menu): Use above functions for
8467         deterministic test operation.
8468         (table--editable-cell-p): Behave in deterministic fashion.
8470 2005-03-18  Juri Linkov  <juri@jurta.org>
8472         * isearch.el (isearch-lazy-highlight-new-loop):
8473         Make arguments beg and end optional.
8474         (isearch-update): Remove optional arguments nil from
8475         isearch-lazy-highlight-new-loop.
8476         (isearch-lazy-highlight-search): Let-bind case-fold-search to
8477         isearch-lazy-highlight-case-fold-search instead of
8478         isearch-case-fold-search, and let-bind isearch-regexp to
8479         isearch-lazy-highlight-regexp.
8480         Use isearch-lazy-highlight-last-string instead of isearch-string.
8482         * replace.el (perform-replace): Remove bindings of global
8483         variables isearch-string, isearch-regexp, isearch-case-fold-search.
8484         Add three new arguments to `replace-highlight'.
8485         (replace-highlight): Add arguments string, regexp, case-fold.
8486         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
8487         to allow isearch-lazy-highlight-new-loop to use these values
8488         to set corresponding isearch-lazy-highlight-* internal
8489         variables whose values lazy highlighting will use regardless of
8490         changes to global variables isearch-string, isearch-regexp,
8491         isearch-case-fold-search during lazy highlighting loop.
8492         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
8493         to `lazy-highlight-cleanup'.
8495         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
8496         (ispell-highlight-face): Set default face to `isearch' when
8497         lazy highlighting is enabled.
8498         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
8499         priority to 1.  Add lazy highlighting.
8500         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
8501         from `isearch-dehighlight'.
8503 2005-03-18  David Ponce  <david@dponce.com>
8505         * files.el (hack-local-variables): Do a case-insensitive search
8506         for End.
8508 2005-03-18  Juri Linkov  <juri@jurta.org>
8510         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
8511         `isearch-lazy-highlight-cleanup', add alias to old name and
8512         declare obsolete.  Add release numbers to other obsolete vars.
8513         (isearch-done, isearch-lazy-highlight-new-loop):
8514         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
8515         (lazy-highlight-cleanup) <variable>: Doc fix.
8516         (isearch-lazy-highlight-update): Rename obsolete
8517         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
8519 2005-03-18  Kenichi Handa  <handa@m17n.org>
8521         * language/thai-util.el: Fix categorization of Thai characters in
8522         thai-category-table.
8523         (thai-composition-pattern): Adjust it for the above change.
8524         (thai-self-insert-command, thai-compose-syllable): New functions.
8525         (thai-compose-region): Use thai-compose-syllable.
8526         (thai-compose-string): Likewise.
8527         (thai-composition-function): Likewise.
8528         (thai-auto-composition): New function.
8529         (thai-auto-composition-mode): New minor mode.
8531         * language/thai.el: Fix patterns to be registered in
8532         composition-function-table.
8534         * international/quail.el (quail-input-method): Locally bind
8535         inhibit-modification-hooks to t.
8537 2005-03-17  Richard M. Stallman  <rms@gnu.org>
8539         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
8540         (perl-mode): Use run-mode-hooks.
8542         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
8543         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
8544         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
8546         * mail/sendmail.el (sendmail-send-it): Reenable the code
8547         to compute resend-to-address and use it.
8549         * tar-mode.el (tar-mode): Turn off undo unconditionally.
8551         * image-mode.el: New file.
8553         * image.el (insert-sliced-image): Add autoload cookie.
8555         * font-lock.el (font-lock-lines-before): New user option.
8556         (font-lock-after-change-function): Obey it.
8558         * bindings.el (esc-map): Make M-g a prefix.
8559         Bind M-g g and M-g M-g to goto-line.
8561         * faces.el (face-id): Doc fix.
8563 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8565         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
8566         (rmail-show-message): Use rmail-unknown-mail-followup-to.
8567         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
8569         * mail/sendmail.el (mail-yank-ignored-headers)
8570         (mail-font-lock-keywords, mail-mode-fill-paragraph):
8571         Add Mail-Followup-To and Mail-Reply-To headers.
8572         (mail-citation-hook): Add autoload cookie.
8573         (mail-mode): Doc fix.
8574         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
8575         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
8576         (mail-mode-fill-paragraph): Handle those headers.
8577         (mail-mailing-lists): New variable.
8578         (mail-mail-reply-to, mail-mail-followup-to): New functions.
8580 2005-03-17  Juri Linkov  <juri@jurta.org>
8582         * isearch.el (isearch-fallback): Check for `(car previous)'
8583         before calling `isearch-other-end-state'.
8585 2005-03-17  Kim F. Storm  <storm@cua.dk>
8587         * simple.el (move-beginning-of-line): Move to beginning of buffer
8588         line, as well as beginning of screen line.
8590 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
8592         * calendar/diary-lib.el (mark-diary-entries): Use new optional
8593         argument REDRAW rather than calendar-redrawing variable.
8594         * calendar/calendar.el (calendar-redrawing): Delete.
8595         (redraw-calendar): Do not bind calendar-redrawing.
8597 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
8599         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
8600         diary-file buffer.
8602 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8604         * help.el (describe-mode): Allow a :minor-mode-function property to
8605         specify a different minor mode toggle function than the variable.
8606         * simple.el (auto-fill-function):
8607         * subr.el (add-minor-mode): Use it.
8609 2005-03-16  Kenichi Handa  <handa@m17n.org>
8611         * language/ethio-util.el (sera-being-called-by-w3): New variable.
8612         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
8613         (ethio-fidel-to-sera-buffer): Likewise.
8615 2005-03-16  Juri Linkov  <juri@jurta.org>
8617         * emacs-lisp/find-func.el (find-function-regexp):
8618         Add defun-emitting macro `menu-bar-make-toggle'.
8620         * isearch.el: Put `isearch-scroll' property to
8621         `split-window-horizontally'.
8623         * info.el: Update error messages for `debug-ignored-errors'.
8624         (Info-isearch-search): Doc fix.
8625         (Info-find-node): Move up code to go into info buffer before
8626         recording the node to the history.
8627         (Info-fontify-node): Fontify titles only if the next line
8628         has two or more `*', `=', `-', `.'.
8629         Display "go to this node" for empty (match-string 3).
8631 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8633         * term/mac-win.el: Add mouse pointer shape constants.
8635 2005-03-15  Kim F. Storm  <storm@cua.dk>
8637         * simple.el (move-beginning-of-line): Use vertical-motion.
8639 2005-03-15  Juri Linkov  <juri@jurta.org>
8641         * isearch.el (isearch-error): New variable.
8642         (isearch-invalid-regexp, isearch-within-brackets): Remove.
8643         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
8644         (isearch-within-brackets-state): Remove.
8645         (isearch-case-fold-search-state, isearch-pop-fun-state):
8646         Decrease frame index.
8647         (isearch-mode, isearch-top-state, isearch-push-state)
8648         (isearch-edit-string, isearch-abort, isearch-search-and-update)
8649         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
8650         (isearch-search, isearch-lazy-highlight-new-loop):
8651         Replace `isearch-invalid-regexp' with `isearch-error'.
8652         Remove `isearch-within-brackets'.
8653         (isearch-search): Add `search-failed' handler to `condition-case'.
8654         (isearch-lazy-highlight-search): Add `condition-case' to catch
8655         errors and allow `isearch-lazy-highlight-update' to try
8656         highlighting from the beginning of the window.
8657         (isearch-repeat): Move up code to set isearch-wrapped to t
8658         before calling isearch-wrap-function.
8660         * info.el (Info-isearch-initial-node): New internal variable.
8661         (Info-search): Signal an error in isearch mode when search leaves
8662         the initial node.  Signal an error when `bound' is non-nil and
8663         nothing was found in the current subfile.
8664         (Info-isearch-search): Remove `condition-case'.
8665         (Info-isearch-wrap): Don't wrap when search failed during leaving
8666         the initial node.  If `Info-isearch-search' is nil, wrap around
8667         the current node.
8668         (Info-isearch-start): New fun.
8669         (Info-mode): Add buffer-local hook `Info-isearch-start' to
8670         `isearch-mode-hook'.
8672 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8674         * simple.el (normal-erase-is-backspace): Set default to t if
8675         running on Mac.
8677         * term/mac-win.el (function-key-map): Sync with x-win.el.
8679 2005-03-15  Kenichi Handa  <handa@m17n.org>
8681         * international/mule-cmds.el (locale-language-names): Modify the
8682         format of elements and add more entries.
8683         (locale-preferred-coding-systems): Add more entries.
8684         (set-locale-environment): Adjust for the change of
8685         locale-language-names.
8687 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8689         * pcvs.el (smerge-ediff): Remove bogus autoload.
8691 2005-03-14  Lute Kamstra  <lute@gnu.org>
8693         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
8694         Ignore a `*' at the beginning of a line.
8696         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
8697         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
8698         subr.el.
8699         (dont-compile, eval-when-compile, eval-and-compile): Use declare
8700         to specify indentation.
8702         * generic.el (define-generic-mode): Let generic-mode-list be a
8703         list of strings; test membership with equal.
8705 2005-03-14  Kim F. Storm  <storm@cua.dk>
8707         * simple.el (next-line, previous-line): Add optional try-vscroll
8708         arg to recognize interactive use.  Pass it on to line-move.
8709         (line-move): Don't perform auto-window-vscroll when defining or
8710         executing keyboard macro to ensure consistent behavior.
8712 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8714         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
8716 2005-03-13  Lute Kamstra  <lute@gnu.org>
8718         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
8719         debugger-setup-buffer so that backtrace marks the frames set to
8720         debug-on-exit and we don't have to do it manually.  Set an extra
8721         debug-on-exit for macro's.
8722         (debugger-setup-buffer): Don't mark the top frame manually.
8724 2005-03-12  Lute Kamstra  <lute@gnu.org>
8726         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
8727         lisp-indent-function throughout.
8728         (with-no-warnings): Set lisp-indent-function property.
8730 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
8732         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
8733         Add entry for backslash.
8735 2005-03-12  Juri Linkov  <juri@jurta.org>
8737         * info.el (Info-search): Four fixes for backward search.
8739 2005-03-11  Jay Belanger  <belanger@truman.edu>
8741         * calc/calc.el (calc-language-alist): New variable.
8742         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
8743         (calc-embedded-find-modes): Use calc-language-alist instead of
8744         calc-embedded-language-alist.
8746 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
8748         * calendar/calendar.el (calendar-redrawing): New internal
8749         variable.
8750         (redraw-calendar): Remove bogus save-excursion from previous
8751         change.  Bind calendar-redrawing to t for mark-diary-entries.
8752         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
8753         calendar if that is why we were called.
8755 2005-03-11  Kenichi Handa  <handa@m17n.org>
8757         * international/mule.el (make-coding-system): Set property
8758         coding-system-define-form to nil.
8759         (define-coding-system-alias): Likewise.
8761 2005-03-11  Kenichi Handa  <handa@m17n.org>
8763         These changes are suggested by Dave Love <fx@gnu.org>.
8765         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
8766         coding: tag.
8767         (adaptive-fill-regexp): Add more bullets.
8768         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
8769         regexps.
8771 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8773         * help.el (describe-mode): Properly handle non-trivial lighters.
8774         Don't ignore minor modes that are not listed in minor-mode-list.
8776         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
8777         feature ON when the user requests to turn it OFF.
8779 2005-03-10  Lute Kamstra  <lute@gnu.org>
8781         * emacs-lisp/debug.el (debug-entry-code): Delete it.
8782         (implement-debug-on-entry): New function to replace debug-entry-code.
8783         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
8784         second argument as the 2005-03-07 change makes it obsolete.
8785         (debug-on-entry, cancel-debug-on-entry): Update call to
8786         debug-on-entry-1.
8787         (debug, debugger-setup-buffer): Comment update.
8788         (debugger-frame-number): Update to work with implement-debug-on-entry.
8790 2005-03-10  Jay Belanger  <belanger@truman.edu>
8792         * calc/calc-embed.el (math-ms-args): Declare it.
8793         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
8794         math-ms-args.
8795         (calc-embedded-subst): Use math-multi-subst-rec to substitute
8796         variables.
8798 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
8800         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
8801         Use message-box.
8803         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
8804         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
8805         (tooltip-gud-tips): Simplify.
8806         (tooltip-gud-tips-p): Remove superfluous :set.
8807         (tooltip-gud-modes): Add fortran-mode.
8808         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
8810         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
8812 2005-03-09  Kim F. Storm  <storm@cua.dk>
8814         * play/animate.el (animate-place-char): Use forward-line instead
8815         of next-line to improve performance.
8817 2005-03-09  Simon Josefsson  <jas@extundo.com>
8819         * net/browse-url.el (browse-url-default-browser): Doc fix.
8821 2005-03-09  Miles Bader  <miles@gnu.org>
8823         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
8824         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
8826 2005-03-09  Kenichi Handa  <handa@m17n.org>
8828         * international/latin-1.el: Set case and syntax for 255 only if
8829         set-case-syntax-set-multibyte is nil.
8831         * textmodes/ispell.el (ispell-insert-word): New function.
8832         (ispell-word): Use ispell-insert-word to insert a new word.
8833         (ispell-process-line): Likewise.
8834         (ispell-complete-word): Likewise.
8836 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
8838         * calendar/calendar.el (redraw-calendar): Preserve point.
8839         Reported by Matt Hodges <MPHodges@member.fsf.org>.
8840         (calendar-week-start-day): Move after definition of
8841         redraw-calendar.  Delete buffer test, since redraw-calendar has
8842         that now.
8844         * calendar/diary-lib.el (mark-diary-entries): Only call
8845         redraw-calendar in the first of any recursive calls.
8846         Reported by Alan Shutko <ats@acm.org>.
8848 2005-03-08  Juri Linkov  <juri@jurta.org>
8850         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
8851         (html-horizontal-rule, html-line, html-image, html-checkboxes)
8852         (html-radio-buttons): Add a space before the trailing `/>' where
8853         sgml-xml-mode is non-nil.
8854         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
8855         the subsequent tag of the empty XML tag.
8856         (html-href-anchor): Don't set initial input to "http:".
8857         (html-image): Ask for the image URL and set point inside alt="".
8858         (html-name-anchor): Duplicate the name in the `id' attribute when
8859         sgml-xml-mode is non-nil.
8860         (html-paragraph): Remove \n before <p>.
8861         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
8862         instead of `checked' when sgml-xml-mode is non-nil.
8864         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
8865         Remove 1 space before #RRGGBB to not truncate it on terminal
8866         windows w/o fringes.  Remove 1 space between bg and fg examples
8867         to get more space.
8868         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
8869         avoid byte-compile warnings.
8871         * image-file.el (image-file-handler): Put `safe-magic' property to
8872         `image-file-handler'.
8874         * info.el (Info-isearch-search): Emulate word search in
8875         isearching through multiple Info nodes with Info-search.
8876         (Info-isearch-wrap): Allow isearch-word.
8878 2005-03-08  Lute Kamstra  <lute@gnu.org>
8880         * emacs-lisp/debug.el (debugger-step-through): Make sure that
8881         stepping into the debugger's code is not possible.
8882         (debugger-jumping-flag): Docstring update.
8884 2005-03-08  Jay Belanger  <belanger@truman.edu>
8886         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
8887         embedded mode begins.
8888         (calc-embedded-language-alist): New variable.
8889         (calc-embedded-find-modes): Use calc-embedded-language-alist to
8890         set default language mode.
8892 2005-03-08  Kenichi Handa  <handa@m17n.org>
8894         * international/ccl.el (define-ccl-program): Fix docstring about
8895         extra 256 bytes assured for the output buffer.
8897         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8898         Fix BUFFER_MAGNIFICATION to 2.
8899         (ccl-encode-mule-utf-16be-with-signature): Likewise.
8901 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
8903         * align.el (align-rules-list): Added an alignment rule for CSS
8904         declarations (applies to css-mode and html-mode buffers).
8906 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8908         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
8910 2005-03-07  Kim F. Storm  <storm@cua.dk>
8912         * simple.el (move-beginning-of-line): New command.
8914         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
8916         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
8918         * emulation/cua-base.el: Put CUA move property on move-end-of-line
8919         and move-beginning-of-line.
8921         * apropos.el (apropos-print): Omit command from M-x ... RET.
8923 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
8925         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
8926         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
8928 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8930         * bindings.el (esc-map): Bind M-g to goto-line.
8932         * facemenu.el (global-map): Bind M-o, not M-g.
8934 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8936         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
8937         "Open Directory" as for "Open File".
8939 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
8941         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
8942         (push-mark-command): Run activate-mark-hook.
8944 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8946         * help-mode.el (help-mode-finish): Don't alter the element
8947         in view-return-to-alist if there already is one.
8949         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
8950         make sure the current buffer is the expected one.
8952         * novice.el (disabled-command-function): Output in *Disabled Command*.
8953         Explicitly ignore non-keyboard events, and explicitly handle C-g.
8955         * textmodes/flyspell.el (flyspell-large-region):
8956         Pass args differently for aspell.
8958         * files.el (mode-require-final-newline): Doc fix.
8960 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8962         * progmodes/which-func.el (which-function):
8963         Specify NOERROR when calling imenu--make-index-alist.
8965 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8967         * simple.el (normal-erase-is-backspace): Define default value.
8969         * custom.el (custom-theme-set-variables): Remove unused var
8970         `immediate'.
8971         (custom-reevaluate-setting): Simple function to handle variables
8972         that are defined before their default value can really be
8973         computed.
8975         * startup.el (command-line): Use it for temporary-file-directory,
8976         small-emporary-file-directory, auto-save-file-name-transforms,
8977         blink-cursor-mode, and normal-erase-is-backspace.
8979         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
8980         progress, even with buggy anchored keywords.
8982 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
8984         * simple.el (goto-line): Remove unbalanced final parenthesis.
8986 2005-03-05  Richard M. Stallman  <rms@gnu.org>
8988         * simple.el (goto-line): Use a number at point as the default.
8989         With C-u as arg, switch buffers.
8991 2005-03-05  Juri Linkov  <juri@jurta.org>
8993         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
8994         with `no-blinking-cursor'.
8996         * startup.el (no-blinking-cursor): New defvar.
8997         (command-line): Add `--no-blinking-cursor' to longopts.
8998         Set `no-blinking-cursor' to t for command line arguments
8999         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
9000         with `no-blinking-cursor' in the condition for calling
9001         `blink-cursor-mode'.
9003 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
9005         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
9006         (menu-bar-options-save): Add blink-cursor-mode.
9007         (menu-bar-options-menu): Add blink-cursor-mode.
9009 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
9011         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
9012         (icalendar-export-file, icalendar-export-region)
9013         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
9014         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
9016 2005-03-04  Lute Kamstra  <lute@gnu.org>
9018         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
9019         (debug-function-list): Ditto.
9021 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
9023         * textmodes/texinfmt.el (texinfo-append-refill):
9024         Redefine the types of line to which @refill
9025         is not appended by replacing a search for `@refill\\|@bye' with
9026         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
9027         itemize@refill' bug and the unfilled long lines bug.
9028         (texinfmt-version): Update number and date.
9030 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9032         * international/code-pages.el (windows-1250, windows-125[2-8])
9033         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
9035 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9037         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
9038         bound yet.
9040 2005-03-02  Romain Francoise  <romain@orebokech.com>
9042         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
9043         buffer after removing limits.
9044         (ibuffer-pop-filter): Ditto.
9045         Update copyright.
9047 2005-03-02  Miles Bader  <miles@gnu.org>
9049         * button.el (make-text-button): If the user doesn't specify a
9050         type, use the default.  Rewrite to use `add-text-properties' and
9051         plist functions.
9053 2005-03-01  Lute Kamstra  <lute@gnu.org>
9055         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
9056         (debugger-jumping-flag): New var.
9057         (debug-entry-code): Use it.
9058         (debugger-jump): Use debugger-jumping-flag and add
9059         debugger-reenable to post-command-hook.
9060         (debugger-reenable): Use debugger-jumping-flag and remove itself
9061         from post-command-hook.
9062         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
9063         debugger-reenable.
9065 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
9067         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
9068         inclusion of "itemize\\|", which may be unnecessary, is certainly
9069         inelegant, and stops refilling in itemize lists when formatting
9070         Japanese Texinfo files to Info.
9071         Update copyright to 2005.
9073 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
9075         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
9076         of an error if GDB can't find the source file.
9078 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
9080         * calendar/calendar.el (redraw-calendar): Work from any buffer,
9081         not just the calendar.
9083         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
9084         first.
9085         (diary-redraw-calendar): New function.
9086         (make-diary-entry): Add diary-redraw-calendar to local
9087         write-contents-functions.  Turn off selective display before
9088         inserting in diary.
9090 2005-03-01  Kim F. Storm  <storm@cua.dk>
9092         * emacs-lisp/copyright.el (copyright-fix-years): New command.
9094 2005-03-01  Lute Kamstra  <lute@gnu.org>
9096         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
9097         that debug-entry-code can be safely removed from a function while
9098         this code is being evaluated.  Revert the 2005-02-27 change as the
9099         new implementation no longer requires it.  Make sure that a
9100         function body containing just a string is not mistaken for a docstring.
9101         (debug): Skip one more frame in case of debug on entry.
9102         (debugger-setup-buffer): Delete one more frame line in case of
9103         debug on entry.
9104         (debugger-frame-number): Update to use the new text introduced by
9105         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
9107 2005-02-28  Kim F. Storm  <storm@cua.dk>
9109         * double.el (double-translate-key): Call force-window-update after
9110         read-event to avoid crash in redisplay.
9112 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9114         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
9115         (debug): Use it.  Move the inhibit-trace earlier.
9116         (debug-entry-code): New const.
9117         (debug-on-entry-1): Use it.
9119 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
9121         * international/utf-16.el (ccl-encode-mule-utf-16le):
9122         Fix BUFFER_MAGNIFICATION to 2.
9123         (ccl-encode-mule-utf-16be): Likewise.
9125 2005-02-28  Kenichi Handa  <handa@m17n.org>
9127         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9128         Fix BUFFER_MAGNIFICATION to 4.
9129         (ccl-encode-mule-utf-16be-with-signature): Likewise.
9131 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
9133         * speedbar.el (speedbar-update-flag): Doc fix.
9134         (speedbar-show-info-under-mouse): Give set-mouse-position the right
9135         argument.
9137 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9139         * reveal.el (reveal-post-command): Don't try to reveal overlays which
9140         have a non-nil `invisible' property but are actually visible.
9142         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
9143         for perldoc sections.
9144         (perl-outline-regexp, perl-outline-level): New var and function.
9145         (perl-mode): Use them.
9147 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
9149         * calendar/diary-lib.el (diary-remind): Discard any mark portion
9150         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
9152 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
9154         * cus-edit.el: Comment change.
9155         (custom-buffer-create-internal): Slightly reword text at top of
9156         Custom buffers.  Mention there that saving an option edits the
9157         init file.  Add link to Emacs manual node on `custom-file'.
9158         (custom-magic-alist): Rewrite individual State messages to use
9159         capitalized keywords.  Doc fix.
9161 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
9163         * calendar/calendar.el (calendar-buffer): Move above
9164         calendar-week-start-day.
9165         (calendar-week-start-day): Doc fix.  Add :set function.
9166         (calendar-minimum-window-height): New variable.
9167         (generate-calendar-window): Only resize window if selected-window
9168         is displaying the calendar buffer.  Use new variable
9169         calendar-minimum-window-height.
9170         (generate-calendar): Reword error message.
9171         (calendar-mode-map): Bind DEL to scroll-other-window-down.
9173 2005-02-27  Andreas Schwab  <schwab@suse.de>
9175         * vc.el (vc-do-command): Don't run command asynchronously when
9176         operating in a remote directory.
9178         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
9179         change from sync with Tramp 2.0.47.
9181 2005-02-27  Richard M. Stallman  <rms@gnu.org>
9183         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9185         * textmodes/flyspell.el (flyspell-mode-on):
9186         Call ispell-change-dictionary only if necessary.
9188         * emacs-lisp/re-builder.el (regexp-builder): New function.
9190         * register.el (describe-register-1): Explicitly handle
9191         yank-excluded-properties = t.
9193         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
9194         (custom-magic-alist): Change the status descriptions again.
9195         (face widget-type): Total rewrite based on `restricted-sexp'
9196         to eliminate the confusing double hiding levels.
9198         * emacs-lisp/debug.el (debug-on-entry-1):
9199         If function body is empty, add nil as body form.
9201 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9203         * emacs-lisp/trace.el (inhibit-trace): New var.
9204         (trace-make-advice): Use it.
9206         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
9208 2005-02-26  Kim F. Storm  <storm@cua.dk>
9210         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
9211         (mouse-on-link-p, mouse-drag-region-1): Use it.
9213 2005-02-25  Lute Kamstra  <lute@gnu.org>
9215         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
9217 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
9219         * frame.el (blink-cursor-mode): Add :group keyword.
9221 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
9223         * calendar/icalendar.el (icalendar--decode-isodatetime):
9224         New optional argument DAY-SHIFT.
9225         (icalendar-export-region): Fix coding-system-for-write.
9226         (icalendar--convert-ical-to-diary): Shift end-day of all-day
9227         events by one.
9229 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9231         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
9233 2005-02-24  Kim F. Storm  <storm@cua.dk>
9235         * international/iso-acc.el (iso-accents-compose): Fix crash
9236         during redisplay.  Call force-window-update after read-event
9237         and delete-region to signal that window is not accurate.
9239 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9241         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
9242         Remove unused and inexistent var `inhibit-trace'.
9243         (debugger-mode): Use run-mode-hooks.
9244         (debugger-list-functions): Add buttons; setup xref stack.
9246 2005-02-23  Richard M. Stallman  <rms@gnu.org>
9248         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
9249         appointment says it was explicitly made.
9250         (appt-add): Set the 3rd element.
9251         (appt-make-list): Preserve explicit appointments.
9253         * subr.el (find-tag-default): Catch errors in forward-sexp.
9255 2005-02-23  Juri Linkov  <juri@jurta.org>
9257         * info.el (Info-isearch-search): New defcustom.
9258         (Info-isearch-search): Call the default isearch function
9259         when Info-isearch-search is nil.
9260         (Info-isearch-wrap): Use variable Info-isearch-search.
9262 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
9264         * cus-edit.el: Comment change.
9266 2005-02-22  Kim F. Storm  <storm@cua.dk>
9268         * progmodes/hideif.el (hide-ifdef-use-define-alist):
9269         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
9271 2005-02-22  Simon Josefsson  <jas@extundo.com>
9273         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
9274         New variable.
9275         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
9276         Oskarsson" <myrkraverk@users.sourceforget.net>.
9278 2005-02-22  Kim F. Storm  <storm@cua.dk>
9280         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
9281         check that window of that event is the selected window.
9282         (mouse-drag-region-1): Compare mouse event window to selected
9283         window before setting point.
9285         * tooltip.el (tooltip-show-help-function): Pass event to
9286         mouse-on-link-p so it can check selected window.
9288 2005-02-22  Kenichi Handa  <handa@m17n.org>
9290         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
9291         (ps-mule-show-warning): New function.
9292         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
9293         characters are found.
9295         * ps-print.el (ps-header-footer-string): Return a list of header
9296         and footer strings.
9298 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9300         * pcvs.el (cvs-retrieve-revision): Fix thinko.
9302 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9304         * frame.el (blink-cursor-mode): Use define-minor-mode.
9306         * term/mac-win.el (function-key-map): Use char-names more consistently.
9307         (file-name-coding-system): Only set it for MacOS-9.  The other case is
9308         already handled in mule-cmds.el (where it also works when mac-win.el
9309         is not used).
9311 2005-02-21  Kenichi Handa  <handa@m17n.org>
9313         * international/mule.el (ctext-pre-write-conversion): Always use
9314         " *code-converting-work*" buffer for work.
9316         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
9318 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
9320         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
9322 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
9324         * ses.el (undo-more): Restore defadvice, but only the part that
9325         allows changes outside the restricted area of the buffer.
9327 2005-02-20  Kim F. Storm  <storm@cua.dk>
9329         * simple.el (line-move): Add fourth optional arg try-vscroll which
9330         must be set to perform auto-window-vscroll.
9331         When moving backwards and doing auto-window-vscroll, automatically
9332         vscroll to the last part of lines which are taller than the window.
9333         (next-line, previous-line): Set try-vscroll arg on line-move.
9335 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
9337         * replace.el (query-replace, query-replace-regexp)
9338         (replace-string, replace-regexp): When operating on region, make
9339         the minibuffer prompt say so.
9341         * isearch.el (isearch-forward): Document isearch-query-replace and
9342         isearch-query-replace-regexp keybindings.
9344 2005-02-19  Jay Belanger  <belanger@truman.edu>
9346         * calc/calc-aent.el (math-read-token): Add local variable.
9348         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
9349         (calc-edit-top): Move declaration to earlier in file.
9350         (calc-edit-macro-repeats): Add local variables.
9352         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
9353         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
9354         calcFunc-tanh.
9355         Adjust integration rule for calcFunc-tan.
9357 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9359         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
9360         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
9361         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
9362         (viper-skip-separators): Bug fix.
9363         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
9364         particular major mode.
9365         (viper-del-backward-char-in-replace): Don't put deleted char on the
9366         kill ring.
9368         * viper-ex.el (viper-color-display-p): New function.
9369         (viper-has-face-support-p): Use viper-color-display-p.
9371         * viper-keym.el (viper-gnus-modifier-map): New keymap.
9373         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
9375         * viper-util.el (viper-glob-unix-files): Fix shell status check.
9376         (viper-file-remote-p): Make equivalent to file-remote-p.
9378         * viper.el (viper-major-mode-modifier-list):
9379         Use viper-gnus-modifier-map.
9381 2005-02-19  David Kastrup  <dak@gnu.org>
9383         * subr.el (subregexp-context-p): Fix garbled doc string by adding
9384         quoting.
9386 2005-02-19  Jay Belanger  <belanger@truman.edu>
9388         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
9389         Remove extra definitions.
9390         (calc-coth): New function.
9391         (calcFunc-cot): Fix `let'.
9393 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
9395         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
9396         the reasons we use "type pc" in these faces.
9398         * button.el (button): Ditto.
9400 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
9402         * replace.el (query-replace-read-from): Set the value of
9403         query-replace-from-history-variable to handle the case of an empty
9404         string entered to accept the suggested default.
9406         * net/tramp.el (tramp-file-name-for-operation):
9407         Use dired-call-process instead of dired-call-process-command.
9409 2005-02-19  Jay Belanger  <belanger@truman.edu>
9411         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
9412         (math-div-non-trig): New variables.
9413         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
9414         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
9415         (math-combine-prod, math-div-symb-fancy): Add simplifications for
9416         trig expressions.
9418 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
9420         * progmodes/gdb-ui.el (gdb-var-update-handler)
9421         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
9422         for watch expressions,
9423         (gdb-var-create-handler): Don't set speedbar-update-flag.
9424         (gdb-post-prompt): Simplify test for speedbar.
9426 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9428         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
9429         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
9430         we use the syntax table of the correct buffer.
9431         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
9432         Felix Gatzemeier.
9434         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
9435         (ediff-file-remote-p): Make synonymous with file-remote-p.
9436         In all deffaces ediff-*-face-*, use min-colors.
9438         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
9439         ediff-recurse-to-subdirectories.
9440         (ediff-mark-if-equal): Check that the arguments are strings, use
9441         ediff-same-contents (after to Felix Gatzemeier).
9443         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
9444         nil.
9446 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9448         * log-view.el (log-view-message-re): Fix up Subversion regexp.
9450 2005-02-18  David Kastrup  <dak@gnu.org>
9452         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
9453         use `mark-active' when defined.
9455 2005-02-18  Kenichi Handa  <handa@m17n.org>
9457         * ps-print.el (ps-font-info-database): New entry
9458         ZapfChancery-MediumItalic with correct font name.  Fix font name
9459         of the entry Zapf-Chancery-MediumItalic.
9461 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
9463         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
9465 2005-02-16  Kim F. Storm  <storm@cua.dk>
9467         * ido.el (ido-fallback-command): Pass user input to fallback command.
9469 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
9471         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9472         (gdb-find-file-hook): Add server prefix.
9474 2005-02-16  Richard M. Stallman  <rms@gnu.org>
9476         * replace.el (perform-replace): Pass new args to replace-highlight.
9477         (replace-highlight): Take region args,
9478         and pass them to isearch-lazy-highlight-new-loop.
9480         * novice.el (disabled-command-hook): Autoload the defalias
9481         and the make-obsolete-variable call.
9483         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
9485         * isearch.el (isearch-lazy-highlight-start-limit)
9486         (isearch-lazy-highlight-end-limit): New variables limit
9487         the region for highlighting.
9488         (isearch-lazy-highlight-new-loop): New args BEG and END.
9489         (isearch-lazy-highlight-search): Use the new vars.
9490         (isearch-lazy-highlight-update): Likewise.
9492         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
9494         * cus-start.el (all): Use default-boundp.
9496 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
9498         * menu-bar.el (menu-bar-select-frame): Handle current frame.
9500 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
9502         * autorevert.el (auto-revert-stop-on-user-input)
9503         (auto-revert-verbose): Doc fixes.
9505 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
9507         * international/mule-cmds.el (set-locale-environment): Remove call
9508         to set-selection-coding-system on Windows.
9510 2005-02-15  Jay Belanger  <belanger@truman.edu>
9512         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
9513         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
9514         calcFunc-coth.
9515         (math-simplify-sqrt): Add simplifications.
9517         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
9518         to list.
9520         * calc/calc-ext.el: Add functions to autoloads.
9522         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
9523         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
9524         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
9525         (math-csc-raw, math-cot-raw): New functions.
9527         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
9529         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
9530         the variable name in a message.
9532         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
9533         calcFunc-csc, calcFunc-cot.
9535         * calc/calcalg2.el: Add derivative and integration rules for
9536         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
9537         calcFunc-csch, calcFunc-coth.
9538         (math-do-integral-methods): Add to checks for when to use
9539         substitutions.
9541         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
9543 2005-02-15  Lute Kamstra  <lute@gnu.org>
9545         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9546         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
9547         <monnier@iro.umontreal.ca>
9548         (lisp-outline-level): Improve efficiency.  Suggested by David
9549         Kastrup <dak@gnu.org>.
9551 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
9553         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
9554         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
9555         (gdb-set-gud-minor-mode-existing-buffers): New functions.
9556         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
9557         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
9559 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
9561         * cus-start.el (all): Comment change.
9563 2005-02-14  Lute Kamstra  <lute@gnu.org>
9565         * cus-start.el (all): Check if symbol is void.
9567 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
9569         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
9570         optional argument to \cite.
9572 2005-02-14  Richard M. Stallman  <rms@gnu.org>
9574         * cus-edit.el (custom-buffer-create-internal): Update help message.
9575         (custom-magic-alist): Update help messages.
9577         * cus-start.el (all): Allow a var to specify a standard value.
9579 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
9581         * custom.el (custom-theme-set-variables): Handle variable aliases.
9583         * frame.el (blink-cursor-timer): Doc fix.
9584         (blink-cursor): Make it an alias for `blink-cursor-mode' and
9585         declare obsolete.
9586         (blink-cursor-mode): Define with defcustom and use correct
9587         standard expression in that defcustom.
9588         * startup.el (command-line): Adapt to above changes in frame.el.
9590 2005-02-11  Lute Kamstra  <lute@gnu.org>
9592         * apropos.el (apropos-score-doc): Prevent division by zero.
9594 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
9596         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
9597         (icalendar--get-event-property-attributes)
9598         (icalendar--get-event-properties)
9599         (icalendar--datetime-to-diary-date): New functions.
9600         (icalendar--split-value): Doc fix.
9601         (icalendar--datetime-to-noneuropean-date)
9602         (icalendar--datetime-to-european-date): New optional argument
9603         SEPARATOR.  Return result as a string instead of a list.
9604         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
9605         (icalendar--convert-string-for-export): Rename arg S to STRING.
9606         (icalendar-export-region): Doc fix.  Change name of error buffer.
9607         Save output buffer.
9608         (icalendar-import-file): Add blank at end of prompt.
9609         (icalendar-import-buffer): Doc fix.  Do not switch to error
9610         buffer.  Indicate status in return value.
9611         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
9612         buffer.  Save output buffer.  Handle exception from recurrence
9613         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
9614         events.  Fix problems with weekly all-day events.
9616 2005-02-10  Richard M. Stallman  <rms@gnu.org>
9618         * simple.el (eval-expression-print-format):
9619         Avoid warning about edebug-active.
9621         * help.el (help-for-help-internal): Rename from help-for-help.
9622         (help-for-help): Define with defalias.
9624         * font-core.el (font-lock-default-function): Use with-no-warnings.
9626         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
9628         * custom.el (defface): Doc fix.
9630 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
9632         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
9633         width 0" to prevent word wrapping problems.
9635 2005-02-09  Kim F. Storm  <storm@cua.dk>
9637         * ido.el (ido-file-extensions-order): New defcustom.
9638         (ido-file-extension-lessp, ido-file-extension-aux)
9639         (ido-file-extension-order): New advanced file ordering.
9640         (ido-file-lessp): New simple file ordering.
9641         (ido-sort-list): Remove.
9642         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
9643         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
9645 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
9647         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
9648         that some versions of grep produce.
9649         (grep-mode-font-lock-keywords): Likewise.
9651 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
9653         * progmodes/gdb-ui.el (gdb-location-list): New variable.
9654         (gdb-cdir): Delete.
9655         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
9656         (gdb-source-info): Treat case when source file is in another
9657         directory properly.
9658         (gdb-get-location): New function.
9660 2005-02-07  Jay Belanger  <belanger@truman.edu>
9662         * calc/calc-prog.el (calc-write-parse-table-part)
9663         (calc-fix-token-name): Fix a check for language type.
9665         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
9667 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
9669         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
9670         as directory not writable.
9672 2005-02-07  Kim F. Storm  <storm@cua.dk>
9674         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
9675         (cua--standard-movement-commands): Remove list.
9676         Instead, set CUA property value to move for movement commands.
9677         (cua-movement-commands): Remove.  Users must set CUA prop instead.
9678         (cua--pre-command-handler): Check CUA property.
9679         (cua--init-keymaps): Don't remap undo commands.
9680         (cua-mode): Don't call cua--rectangle-on-off.
9682         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
9683         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
9684         (cua--rect-undo-set-point): New var.
9685         (cua--rectangle-undo-boundary): Setup undo apply entry.
9686         (cua--rect-undo-handler): New function for rectangle undo.
9687         (cua--rect-start-position, cua--rect-end-position): Add.
9688         (cua--rectangle-post-command): Call cua--rectangle-set-corners
9689         for restored rectangle.  Set point if cua--rect-undo-set-point.
9691 2005-02-06  Jay Belanger  <belanger@truman.edu>
9693         * calc/calc-lang.el (calc-tex-language): Display more information
9694         in messages.
9696         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
9697         in TeX mode.
9699 2005-02-06  Richard M. Stallman  <rms@gnu.org>
9701         * emacs-lisp/lisp.el (buffer-end): Doc fix.
9703 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
9705         * net/ldap.el (ldap-search-internal): Support attributes with
9706         optional descriptions separated by a semi-colon, as in
9707         "userCertificate;binary".
9709 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9711         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
9712         isn't a cons (i.e. the version is 0).
9714 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
9716         * help.el (help-for-help): Doc fix.
9718 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
9720         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
9721         GDB-Windows on the menu-bar as this works better.
9723 2005-02-04  Jay Belanger  <belanger@truman.edu>
9725         * calc/calc-embed.el (calc-embedded-update): Don't put in
9726         unnecessary newlines.  Adjust the end of formula marker.
9728         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
9729         (math-latex-parse-two-args): New function.
9731 2005-02-03  Lute Kamstra  <lute@gnu.org>
9733         * help-fns.el (help-with-tutorial): Make sure that users cannot
9734         remove the entire text of the tutorial by means of `undo'.
9736 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9738         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
9739         in recent changes, where the ispell process was repeatedly
9740         killed & restarted.
9742         * international/mule-cmds.el (set-locale-environment): Set file-name
9743         coding system to utf-8 on Darwin systems.
9744         (set-default-coding-systems): Don't set default-file-name-coding-system
9745         on Darwin systems.
9747 2005-02-03  Richard M. Stallman  <rms@gnu.org>
9749         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
9751 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
9753         * faces.el (list-faces-display): Add optional argument.
9755 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9757         * font-core.el (font-lock-default-function): Handle the rare case where
9758         only font-lock-keywords is set.
9760 2005-02-02  Kenichi Handa  <handa@m17n.org>
9762         * international/characters.el: Cancel previous change for
9763         I-WITH-DOT-ABOVE and DOTLESS-i.
9765         * international/latin-5.el: Cancel previous change.
9767 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
9769         * progmodes/gud.el: Correction to syntax in gud-menu-map.
9771 2005-02-02  Kenichi Handa  <handa@m17n.org>
9773         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
9774         DOTLESS-i.
9776         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
9777         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
9779         * case-table.el (get-upcase-table): New function.
9780         (copy-case-table): Copy upcaes table too if non-nil.
9781         (set-case-syntax-delims): Maintain upcase table too.
9782         (set-case-syntax-pair): Likewise.
9783         (set-upcase-syntax, set-downcase-syntax): New functions.
9784         (set-case-syntax): Maintain upcase table too.
9786 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
9788         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
9790         * progmodes/gud.el (gud-goto-info): New function.
9791         (gud-tool-bar-map): Use correct icon.
9793 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
9795         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
9796         When delegating, order args in the funcall correctly.
9798 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
9800         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
9802 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
9804         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
9805         buffer not visiting a file.
9807 2005-01-31  Jay Belanger  <belanger@truman.edu>
9809         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
9810         bound on the line with the formula.
9812 2005-01-31  Kim F. Storm  <storm@cua.dk>
9814         * ses.el (ses-create-cell-variable-range)
9815         (ses-destroy-cell-variable-range, ses-reset-header-string)
9816         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
9817         (ses-insert-row): Fix format of apply undo entries.
9819 2005-01-31  Jay Belanger  <belanger@truman.edu>
9821         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
9822         parts.
9824         * calc/calc-embed.el (calc-embedded-open-formula)
9825         (calc-embedded-close-formula): Ignore matrix environments.
9827         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
9828         TeX mode.
9830         * calc/calc-lang.el (math-function-table, math-oper-table)
9831         (math-variable-table): Adjust the LaTeX portions.
9833         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
9834         (math-latex-ignore-words): New constant.
9836 2005-01-31  Richard M. Stallman  <rms@gnu.org>
9838         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
9839         (ispell-local-dictionary): Doc fix.
9840         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
9841         Don't reinitialize at run time.  Don't defcustom.
9842         All uses changed to append ispell-local-dictionary-alist,
9843         or check it first.
9844         (ispell-current-dictionary): New variable for dictionary in use.
9845         (ispell-dictionary): Now used only for global default.
9846         (ispell-start-process): Set ispell-current-dictionary,
9847         not ispell-dictionary.
9848         (ispell-change-dictionary): Use this only for setting
9849         user preferences.
9850         (ispell-internal-change-dictionary): New function
9851         to change the current dictionary in use.
9852         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
9853         Use ispell-current-dictionary.
9854         Handle ispell-local-dictionary-overridden.
9855         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
9857 2005-01-31  Jay Belanger  <belanger@truman.edu>
9859         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
9861         * calc/calc-ext.el: Add calc-latex-language to autoloads.
9862         (calc-mode-map): Add calc-latex-language.
9864         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
9865         (math-latex-print-frac): New functions.
9866         (math-oper-table, math-function-table, math-variable-table)
9867         (math-complex-format, math-input-filter): Add latex properties.
9868         (calc-set-language): Set math-expr-special-function-mapping.
9870         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
9871         (calc-write-parse-table-part): Add LaTeX support.
9873         * calc/calc.el (calc-language): Adjust docstring.
9874         (calc-set-mode-line): Add LaTeX support.
9875         (math-expr-special-function-mapping): New variable.
9876         (math-tex-ignore-words): Add to list.
9878         * calc/calccomp.el (math-compose-expr, math-compose-rows):
9879         Add LaTeX support.
9880         (math-compose-expr): Add support for special functions.
9882         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
9884 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
9886         * progmodes/gdb-ui.el (gdb-memory-address)
9887         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
9888         (gdb-memory-mode-map, gdb-memory-format-keymap)
9889         (gdb-memory-format-menu, gdb-memory-unit-keymap)
9890         (gdb-memory-unit-menu): New variables for a buffer
9891         that lets the user examine program memory.
9892         (gdb-memory-set-address, gdb-memory-set-repeat-count)
9893         (gdb-memory-format-binary, gdb-memory-format-octal)
9894         (gdb-memory-format-unsigned, gdb-memory-format-signed)
9895         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
9896         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
9897         (gdb-memory-unit-word, gdb-memory-unit-halfword)
9898         (gdb-memory-unit-byte, gdb-memory-unit-menu)
9899         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
9900         (gdb-memory-mode, gdb-memory-buffer-name)
9901         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
9902         New functions for above buffer.
9904 2005-01-30  Richard M. Stallman  <rms@gnu.org>
9906         * cus-edit.el (custom-bury-buffer): Function deleted.
9907         (custom-buffer-done-function): Option deleted.
9908         (custom-buffer-done-kill): New (replacement option.
9909         (Custom-buffer-done): Call quit-window.
9910         (custom-buffer-create-internal): Update for above changes.
9912 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
9914         * simple.el (undo-ask-before-discard): New var.
9915         (undo-outer-limit-truncate): Implement it.
9916         (undo-extra-outer-limit): Doc update.
9918 2005-01-29  Richard M. Stallman  <rms@gnu.org>
9920         * ses.el (undo-more): Delete defadvice.
9921         (ses-begin-change): Doc fix.
9923         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
9924         instead of rebinding C-x u and C-_.
9926         * files.el (normal-backup-enable-predicate): Return nil for files
9927         in /tmp, regardless of temporary-file-directory.
9929         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
9931         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
9932         (open-rectangle, delete-whitespace-rectangle-line)
9933         (clear-rectangle-line): If FILL, pass t instead of FILL
9934         for move-to-column's 2nd arg.
9936         * simple.el (undo): Fix the test for continuing a series of undos.
9937         (undo-more): Set pending-undo-list to t when we reach end.
9938         (pending-undo-list): Move up defvar.
9940         * wid-edit.el (widget-button-click):
9941         Shorten the range of the track-mouse binding.
9943         * comint.el (comint-insert-input): Undo previous changes;
9944         use last-input-event in interactive spec.
9946 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
9948         * progmodes/compile.el (compilation-start): Bind buffer-read-only
9949         to nil before invoking call-process.  Reset buffer's modified flag
9950         after fontifying it in the no-async branch.
9952         * wid-edit.el (widget-specify-button): If mouse pointer shape
9953         cannot be changed, use mouse face instead.
9955 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
9957         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9958         (gdb-goto-breakpoint): Make breakpoint handling work on template
9959         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
9960         (gdb-assembler-custom): Update to recognize breakpoint information
9961         added on 2005-01-19.
9963 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9965         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
9966         (dsssl-mode): Use define-derived-mode.
9967         (scheme-mode-initialize): Remove.
9968         (scheme-mode): Use run-mode-hooks.
9970         * cus-edit.el (customize-group-other-window)
9971         (custom-buffer-create-other-window): Don't override special-display-*.
9972         (custom-mode-map): Make it dense.
9974         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
9975         sets the default value.
9977 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
9979         * descr-text.el: Add more keywords.
9981 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9983         * speedbar.el: Avoid unnecessary use of locate-library.
9985         * international/mule-cmds.el (standard-display-european-internal):
9986         Don't fiddle with latin-1 non-break space any more since it's now
9987         special cased in the C code.
9988         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
9990 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
9992         * cus-start.el (all): Add `undo-outer-limit'.
9994 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9996         * textmodes/bibtex.el (bibtex-format-entry):
9997         Use `bibtex-empty-field-re' only on the text of fields, not on entire
9998         field lines.
9999         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
10000         not on part of a buffer.
10002 2005-01-25  Lute Kamstra  <lute@gnu.org>
10004         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
10005         nonempty field text strings like "{letters\\macro{}more letters}".
10006         Clarify docstring.
10007         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
10008         (bibtex-entry-offset, bibtex-parse-association)
10009         (bibtex-parse-field-name): Fix typos in docstrings.
10010         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
10012 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
10014         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
10015         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
10016         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
10017         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
10019         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
10020         isearch minor mode.
10022 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
10024         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
10026 2005-01-24  Lute Kamstra  <lute@gnu.org>
10028         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
10029         CASECHARS and NOT-CASECHARS regular expressions of the
10030         "nederlands" and "nederlands8" dictionaries to prevent a "Range
10031         striding over charsets" error.
10033 2005-01-24  Jay Belanger  <belanger@truman.edu>
10035         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
10036         display variable name.
10038 2005-01-24  Kenichi Handa  <handa@m17n.org>
10040         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
10041         Fix setting of the element of encoded-kbd-iso2022-invocations.
10043 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
10045         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10046         (gdb-threads-select): Change to also accept mouse events.
10047         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
10048         (gdb-threads-mouse-select): Delete.
10050 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
10052         * files.el (insert-directory): Take care of empty directory,
10053         listed without -a switch.
10055 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10057         * textmodes/refill.el (refill-post-command-function):
10058         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
10059         to the list of functions that we should be careful not to undo.
10060         (refill-late-fill-paragraph-function): Remove.
10061         (refill-saved-state): New var.
10062         (refill-mode): Use it to save fill-paragraph-function.
10063         Save also the value of auto-fill-function.
10065         * term/w32-win.el: Simplify code.
10067 2005-01-23  Kim F. Storm  <storm@cua.dk>
10069         * simple.el (line-move): Adapt to new return value from
10070         pos-visible-in-window-p.
10072         * simple.el (line-move): Fix last change.  Check partial
10073         visibility at point rather than at window-start.
10075 2005-01-22  Jason Rumney  <jasonr@gnu.org>
10077         * term/w32-win.el (xw-defined-colors): Remove debug-message.
10079 2005-01-22  David Kastrup  <dak@gnu.org>
10081         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
10083 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
10085         * type-break.el (type-break-mode): Add a test for
10086         type-break-file-name being non-nil.
10088 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
10090         * net/eudc.el (top level): Call (message "") via progn, so that
10091         eudc-options-file is loaded.
10093 2005-01-22  Kim F. Storm  <storm@cua.dk>
10095         * simple.el (line-move-1): Rename from line-move.
10096         (line-move): New function that adjusts vscroll for partially
10097         visible rows, and calls line-move-1 otherwise.
10099 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
10101         * pcomplete.el: define pcomplete-read-event instead of read-event,
10102         since it's not a complete read-event implementation
10104 2005-01-20  Jay Belanger  <belanger@truman.edu>
10106         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
10107         for called function.
10109 2005-01-20  Steven Tamm  <steventamm@mac.com>
10111         * term/mac-win.el (process-connection-type): Remove.
10112         Controlled now by s/darwin.h:PTY_ITERATION.
10114 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10116         * window.el (handle-select-window): Don't switch window when we're
10117         in the minibuffer.
10119 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
10121         * subr.el (dotimes-with-progress-reporter): New macro.
10123         * ses.el (ses-dotimes-msg): Remove macro.
10124         Use `dotimes-with-progress-reporter' instead.
10126 2005-01-19  Steven Tamm  <steventamm@mac.com>
10128         * term/mac-win.el (process-connection-type): Use new
10129         operating-system-release variable to use ptys on Darwin 7 (OS X
10130         10.3) when using carbon build.
10132 2005-01-19  Jay Belanger  <belanger@truman.edu>
10134         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
10135         flags if the last command was a tab or M-tab.
10137         * calc/calc-prog.el (calc-user-define-edit): Put original formula
10138         in formula editing buffer.
10140 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
10142         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
10143         breakpoint image symbol in margin.
10145 2005-01-19  Jay Belanger  <belanger@truman.edu>
10147         * calc/calc-prog.el (calc-execute-kbd-macro):
10148         Ignore calc-keep-arg-flag.
10150 2005-01-19  Kenichi Handa  <handa@m17n.org>
10152         * textmodes/ispell.el (ispell-looking-at): New function.
10153         (ispell-process-line): Use ispell-looking-at to compare the ispell
10154         output and the buffer contents.
10156 2005-01-18  Jay Belanger  <belanger@truman.edu>
10158         * calc/calc.el (calc-display-raw): Fix docstring.
10160 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10162         * simple.el (blink-matching-open): Strip extra info from syntax.
10164         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
10165         funny chars in the end-of-here-doc marker.
10167 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
10169         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
10170         that enable/disabled state of breakpoints is shown correctly in
10171         fringe and on ttys.
10172         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
10173         Add breakpoint information as text properties.
10174         (gdb-mouse-toggle-breakpoint):
10175         Rename to gdb-mouse-set-clear-breakpoint.
10176         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
10177         breakpoints in the margin.
10178         (gdb-remove-strings): Simplify.
10180 2005-01-17  Jay Belanger  <belanger@truman.edu>
10182         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
10183         erasing buffer.
10185 2005-01-17  Richard M. Stallman  <rms@gnu.org>
10187         * progmodes/grep.el (grep-find): Copy from `grep' the condition
10188         for calling grep-compute-defaults.
10190         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
10191         if buffer is empty.
10193         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
10195 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10197         * hilit-chg.el (highlight-changes-mode): Don't autoload.
10199         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
10200         non-preloaded variables.
10202 2005-01-17  Steven Tamm  <steventamm@mac.com>
10204         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
10205         tex-shell cause to force interactivity when using pipes.
10207 2005-01-17  Kim F. Storm  <storm@cua.dk>
10209         * simple.el (just-one-space): Make arg optional.
10211 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
10213         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
10214         posn-at-x-y to t to access left-margin.
10216 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
10218         Sync with Tramp 2.0.47.
10220         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
10221         catching keep-date problems in cp/scp operations.
10222         (tramp-handle-copy-file): Don't call `set-file-modes'
10223         unconditionally.  Specialized functions should know better what is
10224         necessary.  This improves performance a little bit, and the
10225         functions could catch errors with `cp -p' and `scp -p'.
10226         (tramp-do-copy-or-rename-file-via-buffer)
10227         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
10228         when appropriate.
10229         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
10230         Call `set-file-modes' when appropriate.
10231         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
10232         Johnsson <isak@hypergene.com>
10233         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
10234         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
10235         <joakim@verona.se>
10236         (tramp-file-name-for-operation): Mark `shell-command' as magic for
10237         Emacs only.
10239         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
10240         `find-file-hooks' and `dired-mode-hook'.
10241         (tramp-minor-mode-map): Respective map.  Add remapping for
10242         `compile' and `recompile'.
10243         (tramp-remap-command, tramp-recompile): New defuns.
10244         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
10245         in buffer "*Compilation*".  Call the commands asynchronously.
10247         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
10248         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
10249         `shell-command', because it isn't magic in XEmacs.  Reported by
10250         Adrian Aichner <adrian@xemacs.org>.
10252         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10253         `substitute-in-file-name.
10254         (tramp-smb-handle-substitute-in-file-name): New defun.
10255         (tramp-smb-advice-PC-do-completion): Delete advice.
10257 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
10259         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
10260         Fix error in deleting region.
10262 2005-01-15  Richard M. Stallman  <rms@gnu.org>
10264         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
10265         In non-temp buffer, switch syntax table temporarily.
10267         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
10269         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
10271         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
10273         * imenu.el (imenu--split-menu): Copy menulist before sorting.
10274         (imenu--generic-function): Use START, not BEG, as pos of definition.
10276         * simple.el (just-one-space): Argument specifies number of spaces.
10278         * simple.el (eval-expression-print-format): Avoid warning
10279         about edebug-active.
10281 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
10283         * progmodes/sh-script.el: Code copied from make-mode.el
10284         with small changes,
10285         (sh-mode-map): Bind C-c C-\.
10286         (sh-backslash-column, sh-backslash-align): New variables.
10287         (sh-backslash-region, sh-append-backslash): New functions.
10289 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10291         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
10292         (rmail-pop-password, rmail-pop-password-required): Move to
10293         rmail-obsolete group.
10294         (rmail-set-pop-password): Rename to rmail-set-remote-password.
10295         All callers updated.
10296         (rmail-get-pop-password): Rename to rmail-get-remote-password.
10297         Take an argument specifying whether it is POP or IMAP mailbox we
10298         are using.  All callers updated.
10299         (rmail-pop-password-error): Rename to
10300         rmail-remote-password-error.  Added mailutils-specific error message.
10301         (rmail-movemail-search-path)
10302         (rmail-movemail-variant-in-use): New variables.
10303         (rmail-remote-password, rmail-remote-password-required):
10304         New customization variables.
10305         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
10306         (rmail-parse-url): New function.
10307         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
10308         with GNU mailutils movemail.
10310 2005-01-15  Kevin Ryde  <user42@zip.com.au>
10312         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
10313         suffix to space, $ or '$, to correctly position point when going
10314         to @table style constants like DBL_MAX.
10316 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
10318         * type-break.el (type-break-mode, type-break-file-time)
10319         (type-break-file-keystroke-count, type-break-choose-file):
10320         Don't store data in or load data from the file if type-break-file-name
10321         is nil.
10322         (type-break-file-name): Doc update as per the above.
10324 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
10326         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
10327         lookup-key might return nil; handle that.
10329 2005-01-15  Alan Mackenzie  <acm@muc.de>
10331         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
10332         rather than the element found, thus enabling the tree to be setcar'd.
10334 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
10336         * textmodes/org.el (org-show-following-heading): New option.
10337         (org-show-hierarchy-above): Use `org-show-following-heading'.
10338         (org-cycle): Documentation fix.
10340         * textmodes/org.el (orgtbl-optimized): New option
10341         (orgtbl-mode): New command, a minor mode.
10342         (orgtbl-mode-map): New variable.
10343         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
10344         (orgtbl-error, orgtbl-self-insert-command)
10345         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
10347         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
10348         a local variable in each org-mode buffer.
10350         * textmodes/org.el (org-set-regexps-and-options): Rename from
10351         `org-set-regexps'.  Added checking for STARTUP keyword.
10352         (org-get-current-options): Add STARTUP options.
10353         (org-table-insert-row): Make mode intelligent about when
10354         realignment is needed.
10355         (org-self-insert-command, org-delete-backward-char, org-delete-char):
10356         New commands.
10357         (org-enable-table-editor): New default value `optimized'.
10358         (org-table-blank-field): Support blanking regions if active.
10360 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
10362         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
10363         if the year is not given.
10365         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
10366         Add new escapes %m and %M, fixed bug with %F by adding
10367         save-match-data.
10368         (reftex-reference): Remove ?. from list of spaces.
10369         (reftex-label-info): Add automatic label prefix recognition.
10371         * textmodes/reftex-index.el (reftex-index-next-phrase):
10372         Add slave parameter to call of `reftex-index-this-phrase'.
10373         (reftex-index-this-phrase): New optional argument.
10374         (reftex-index-region-phrases): Add slave parameter to call of
10375         `reftex-index-this-phrase'.
10376         (reftex-display-index): New argument redo.
10377         (reftex-index-rescan): Add 'redo to arguments of
10378         `reftex-display-index'.
10379         (reftex-index-Rescan, reftex-index-revert)
10380         (reftex-index-switch-index-tag): Add 'redo to arguments of
10381         `reftex-display-index'.
10382         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
10383         indexing.  Fix bug with matching is there is a quote before or
10384         after the word.
10386         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10387         Fix bug when collecting citation keys in lines with comments.
10388         (reftex-citation): Prefix argument no longer rescans the document,
10389         but forces prompting for optional arguments of cite macros.
10390         (reftex-do-citation): Prompting for optional arguments implemented.
10392         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10393         Add optional arguments to most cite commands.
10394         (reftex-cite-cleanup-optional-args): New option
10395         (reftex-cite-prompt-optional-args): New option.
10396         (reftex-trust-label-prefix): New option.
10398         * textmodes/reftex-toc.el (reftex-toc-find-section):
10399         Add push-mark before changing the position in the buffer.
10401         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
10402         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
10404 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
10406         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
10407         more carefully.
10409 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10411         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
10412         (sgml-mode): Use it.
10413         (sgml-get-context): Better keep track of implicitly closed tags.
10415 2005-01-13  Kenichi Handa  <handa@m17n.org>
10417         * textmodes/ispell.el: These changes are to fix misalignment error
10418         caused by equivalent characters of different Emacs charsets.
10419         (ispell-unified-chars-table): New variable.
10420         (ispell-get-decoded-string): New function.
10421         (ispell-get-casechars, ispell-get-not-casechars)
10422         (ispell-get-otherchars): Call ispell-get-decoded-string.
10424 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10426         * custom.el (custom-declare-variable): Just put symbol instead
10427         of (defvar . symbol) in `current-load-list'.
10429 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10431         * emacs-lisp/elint.el: Fixed typo in Commentary section.
10433 2005-01-12  Jay Belanger  <belanger@truman.edu>
10435         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
10436         to create a Calc summary.
10438 2005-01-12  Kim F. Storm  <storm@cua.dk>
10440         * mouse.el (mouse-on-link-p): Change functionality and doc
10441         string to comply with latest description in lisp ref.
10443 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
10445         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
10446         Enable mouse clicks on mode-line, header-line and margin.
10447         (event-type): Give mouse event symbols an 'event-kind property
10448         with value 'mouse-click.
10450 2005-01-12  Juri Linkov  <juri@jurta.org>
10452         * facemenu.el (list-colors-display): Add new arg buffer-name.
10453         Use it.  Fix docstring.  Replace code for identifying duplicate
10454         colors by the name with call to `list-colors-duplicates' which
10455         identifies duplicate colors by the value unless the color
10456         is one of special Windows colors.  Set truncate-lines to t.
10457         Print sorted duplicate color names on each line.  Indent to 22
10458         \(the longest color name in rgb.txt) instead of 20.  Optimize.
10459         (list-colors-duplicates): New function.
10460         (facemenu-color-name-equal): Delete function.
10462         * facemenu.el (list-colors-print): New function created from code
10463         in list-colors-display.  Print #RRGGBB at the window right edge.
10464         (list-colors-display): When temp-buffer-show-function is not
10465         defined, call list-colors-print from temp-buffer-show-hook
10466         to get the right value of window-width in list-colors-print
10467         after the buffer is displayed.
10469         * simple.el (pop-mark): Move deactivate-mark out of conditional
10470         part to deactivate the active mark regardless of the state of the
10471         mark ring.
10473         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
10474         variables line in desktop files.
10476 2005-01-12  Juri Linkov  <juri@jurta.org>
10478         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
10479         Bring together isearch highlight related options.
10480         (lazy-highlight): Replace group `replace' by `matching'.
10481         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10482         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10483         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
10484         and declare them obsolete.
10485         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
10486         (isearch-faces): Remove defgroup.
10487         (isearch-overlay, isearch-highlight, isearch-dehighlight):
10488         Move isearch highlighting code closer to lazy highlighting code.
10490         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
10491         (query-replace-highlight, query-replace-lazy-highlight)
10492         (query-replace): Move definitions to the beginning of the file.
10494 2005-01-11  Juri Linkov  <juri@jurta.org>
10496         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
10497         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
10498         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
10500         * info.el (Info-history-forward): New variable.
10501         (Info-select-node): Reset Info-history-forward to nil.
10502         (Info-last): Turn into defalias.
10503         (Info-history-back): Rename from Info-last.
10504         Add current node to Info-history-forward.
10505         (Info-history-forward): New fun.
10506         (Info-mode-map): Replace Info-last by Info-history-back.
10507         Bind Info-history-forward to "r".
10508         (Info-mode-menu): Replace Info-last by Info-history-back.
10509         Fix menu item text.  Add menu item for Info-history-forward.
10510         (info-tool-bar-map): Replace Info-last by Info-history-back.
10511         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
10512         for Info-history-forward.
10513         (Info-mode): Replace Info-last by Info-history-back in docstring.
10514         Add local variable Info-history-forward.
10515         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
10517 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10519         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
10520         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
10521         Ignore select-window events rather than fiddle with
10522         mouse-autoselect-window.
10524 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
10526         * type-break.el (type-break-mode): Fix previous change.
10528 2005-01-10  Jay Belanger  <belanger@truman.edu>
10530         * calc/calc-ext.el (calc-reset): Reset when inside embedded
10531         calculator; only reset when point is inside a calculator.
10532         Don't adjust the window height if the window takes up the whole height
10533         of the frame.
10535 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
10537         * ebuff-menu.el (Electric-buffer-menu-mode):
10538         Preserve value of buffer-local var header-line-format.
10540 2005-01-09  Jay Belanger  <belanger@truman.edu>
10542         * calc/calc.el (calc-mode-var-list-restore-saved-values):
10543         Make sure settings file exists before accessing it.
10545         * calc/calc-embed.el (calc-embedded-subst):
10546         Replace math-multi-subst-rec, which is only supposed to be called
10547         by math-multi-subst, by math-multi-subst.
10549 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
10551         * vc.el (vc-allow-async-revert): New user option.
10552         (vc-disable-async-diff): New internal variable.
10553         (vc-revert-buffer): Use them to disable asynchronous diff.
10555         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
10556         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
10557         asynchronously if vc-disable-async-diff is t.
10559 2005-01-09  Jay Belanger  <belanger@truman.edu>
10561         * calc/calc.el (defcalcmodevar): New macro.
10562         (calc-mode-var-list-restore-default-values)
10563         (calc-mode-var-list-restore-saved-values): New functions.
10564         (calc-mode-var-list): Use defcalcmodevar to define it.
10565         (calc-always-load-extensions, calc-line-numbering)
10566         (calc-line-breaking, calc-display-just, calc-display-origin)
10567         (calc-number-radix, calc-leading-zeros, calc-group-digits)
10568         (calc-group-char, calc-point-char, calc-frac-format)
10569         (calc-prefer-frac, calc-hms-format, calc-date-format)
10570         (calc-float-format, calc-full-float-format, calc-complex-format)
10571         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10572         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10573         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10574         (calc-matrix-brackets, calc-language, calc-language-option)
10575         (calc-left-label, calc-right-label, calc-word-size)
10576         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10577         (calc-display-raw, calc-internal-prec, calc-angle-mode)
10578         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10579         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10580         (calc-window-height, calc-display-trail, calc-show-selections)
10581         (calc-use-selections, calc-assoc-selections)
10582         (calc-display-working-message, calc-auto-why, calc-timing)
10583         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
10584         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
10585         (calc-gnuplot-default-device, calc-gnuplot-default-output)
10586         (calc-gnuplot-print-device, calc-gnuplot-print-output)
10587         (calc-gnuplot-geometry, calc-graph-default-resolution)
10588         (calc-graph-default-resolution-3d, calc-invocation-macro)
10589         (calc-show-banner): Use defcalcmodevar to declare them and set
10590         their default values.
10592         * calc/calc-ext.el (calc-reset): Restore saved values of variables
10593         instead of default values (but restore default values if there is
10594         an argument of 0).
10596 2005-01-09  David Kastrup  <dak@gnu.org>
10598         * desktop.el (desktop-restore-eager): Fix typo in type.
10600 2005-01-08  Richard M. Stallman  <rms@gnu.org>
10602         * cus-edit.el (customize): Delete :link.
10604 2005-01-08  Jay Belanger  <belanger@truman.edu>
10606         * calc/calc.el (calc-mode): Remove the extension from the
10607         `calc-settings-file' file name when loading it.
10609 2005-01-08  Kim F. Storm  <storm@cua.dk>
10611         * info.el (Info-mode-map, Info-next-link-keymap)
10612         (Info-prev-link-keymap, Info-up-link-keymap):
10613         Map follow-link to mouse-face.
10614         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
10616 2005-01-08  Jay Belanger  <belanger@truman.edu>
10618         * calc/calc.el (calc-settings-file): Change default value.
10619         Suggested by cgw in a comment in calc-mode.el.
10621         * calc/calc-mode.el (calc-settings-file-name):
10622         Compare calc-settings-file to user-init-file instead of ~/.emacs.
10623         Replace ~/.emacs in a prompt by calc-settings-file.
10625 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
10627         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
10628         (desktop-lazy-idle-delay): New customizable variables.
10629         (desktop-buffer-args-list): New variable.
10630         (desktop-append-buffer-args): New function.
10631         (desktop-save): Call desktop-append-buffer-args for some buffers.
10632         (desktop-lazy-create-buffer): New function.
10633         (desktop-idle-create-buffers): New function.
10634         (desktop-read): Add message about buffers to restore lazily.
10635         (desktop-lazy-abort): New command.
10636         (desktop-clear): Call desktop-lazy-abort.
10637         (desktop-lazy-complete): New command.
10639 2005-01-06  Richard M. Stallman  <rms@gnu.org>
10641         * emacs-lisp/find-func.el (find-face-definition):
10642         Rename from find-face.
10644 2005-01-06  Kim F. Storm  <storm@cua.dk>
10646         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
10648         * man.el (Man-xref-man-page, Man-xref-header-file)
10649         (Man-xref-normal-file): Add follow-link property.
10651 2005-01-06  Jay Belanger  <belanger@truman.edu>
10653         * calc/calc-units.el: Make sure the proper macro definitions are
10654         available when compiling.
10656 2005-01-06  Juri Linkov  <juri@jurta.org>
10658         * isearch.el (isearch-lazy-highlight-update):
10659         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
10661 2005-01-06  Miles Bader  <miles@gnu.org>
10663         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
10664         (isearch-lazy-highlight-face): Use new name.
10666 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10668         * uniquify.el (uniquify-rationalize-file-buffer-names):
10669         Re-add an interactive spec.
10670         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
10671         to the same name.
10673         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
10674         (isearch-update, isearch-done): Adjust calls accordingly.
10676 2005-01-05  Richard M. Stallman  <rms@gnu.org>
10678         * custom.el (custom-set-variables, custom-theme-set-variables):
10679         Clarify documentation.
10681         * emacs-lisp/find-func.el (find-variable)
10682         (find-variable-other-window, find-variable-other-frame):
10683         Fix the TYPE args to find-function-read and find-function-do-it.
10684         (find-function): Doc fix.
10685         (find-function-at-point): Replace function-at-point alias.
10687 2005-01-04  Richard M. Stallman  <rms@gnu.org>
10689         * cus-face.el (custom-declare-face):
10690         Record defface in current-load-list.
10692         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
10694         * emacs-lisp/find-func.el: Doc fixes.
10695         (find-face-regexp): New variable.
10696         (find-function-regexp-alist): New variable.
10697         (find-function-C-source): Third arg is now TYPE.
10698         (find-function-search-for-symbol): Handle general TYPE.
10699         (find-function-read, find-function-do-it): Handle general TYPE.
10700         (find-definition-noselect, find-face): New functions.
10701         (function-at-point): Alias deleted.
10703 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10705         * battery.el (display-battery-mode): Rename from display-battery.
10706         Handle the case where it gets turned off.
10708 2005-01-04  Richard M. Stallman  <rms@gnu.org>
10710         * cus-edit.el (customize): Make :link point to user doc.
10712         * man.el (Man-fontify-manpage): Turn off undo generation.
10714         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
10716 2005-01-04  Andreas Schwab  <schwab@suse.de>
10718         * files.el (insert-directory): Only look for error lines in
10719         inserted text.  Don't move too far after processing --dired markers.
10721 2005-01-04  Richard M. Stallman  <rms@gnu.org>
10723         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10724         Don't expand if the character is @, period, dash, etc.
10725         (define-mail-abbrev): Quote names that contain problem characters.
10727 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
10729         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
10731 2005-01-03  Richard M. Stallman  <rms@gnu.org>
10733         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
10734         (query-replace-highlight, query-replace-lazy-highlight)
10735         (query-replace): Definitions moved up.  Doc fix.
10737 2005-01-03  Richard M. Stallman  <rms@gnu.org>
10739         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
10740         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10741         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10742         (lazy-highlight-face): Rename from isearch-lazy-...
10743         Change all references to them.
10745 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
10747         * cus-edit.el (custom-file): Doc fix for defcustom.
10748         (custom-file): The function no longer sets the variable
10749         `custom-file' to its return value.
10751         * startup.el (command-line): No longer load `custom-file'.
10753 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10755         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
10757         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
10758         Don't confuse module-prefixed identifiers for labels.
10759         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
10761 2005-01-02  Richard M. Stallman  <rms@gnu.org>
10763         * files.el (basic-save-buffer-1): Fix previous change.
10765         * loadhist.el (file-loadhist-lookup): New function.
10766         (file-provides, file-requires): Use it.
10768         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
10769         instead of calculating the right size.
10771 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
10773         * vc-svn.el (vc-svn-diff): Stay local if possible.
10775 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10777         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
10779         * files.el (hack-local-variables): Fix last change.
10781 2005-01-02  Jay Belanger  <belanger@truman.edu>
10783         * calc/calc-yank.el (calc-edit-top): New variable.
10784         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
10785         object.  Change header properties.
10786         (calc-edit-finish, calc-edit-finish-stack-object)
10787         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
10788         edited object.
10789         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
10790         for the beginning of the edited object.
10791         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
10792         for the beginning of the edited object.
10793         * calc/calc-prog.el (calc-edit-macro-finish-edit)
10794         (calc-finish-formula-edit, calc-macro-repeats)
10795         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
10796         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
10797         beginning of the edited object.
10798         (calc-user-define-edit): Change the header for editing macros.
10799         Remove unnecessary variable.
10801 2005-01-01  Jay Belanger  <belanger@truman.edu>
10803         * calc/calc-yank.el (calc-edit-mode): Change default header.
10804         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
10805         * calc/calc-store.el (calc-edit-variable): Change title to match new
10806         header.
10807         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
10808         mode to match new header.
10809         (calc-user-define-edit): Change titles to include names of commands.
10810         (calc-finish-formula-edit): Adjust to handle new header.
10811         (calc-finish-macro-edit): Remove.
10812         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
10813         (calc-edit-macro-command, calc-edit-macro-command-type)
10814         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
10815         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
10816         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
10817         (calc-edit-macro-finish-edit): New functions.
10818         (calc-user-define-edit): Use new functions to edit named calc macros.
10820 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
10822         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
10824         * ses.el (copy-region-as-kill): Deactivate mark.
10826 2005-01-01  Richard M. Stallman  <rms@gnu.org>
10828         * replace.el (occur-1): If the output buffer is also an input,
10829         don't kill it, rename it.
10831         * faces.el (set-face-background, set-face-foreground): Doc fix.
10833         * cus-face.el (custom-face-attributes): Fix :help-echo strings
10834         for :foreground and :background.
10836         * dired.el (dired-view-command-alist): Variable deleted.
10837         (dired-view-file, dired-mouse-find-file-other-window):
10838         Delete the code to use it.
10840 2005-01-01  Kim F. Storm  <storm@cua.dk>
10842         * image.el (insert-sliced-image): Use t for line-height property.
10844 2004-12-31  Jay Belanger  <belanger@truman.edu>
10846         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
10847         for "var-" at the beginning of the minibuffer.
10849 2004-12-31  Richard M. Stallman  <rms@gnu.org>
10851         * faces.el (read-face-name):
10852         Don't treat an attribute spec as a list of faces.
10854         * simple.el (undo): Use undo-equiv-table to detect
10855         unexpected changes since previous undo.
10856         (undo-list-saved): Variable deleted.
10857         (buffer-disable-undo): Don't alter undo-list-saved.
10859         * files.el (require-final-newline): Allow `visit' and `visit-save'.
10860         (mode-require-final-newline): New option.
10861         (after-find-file): Handle require-final-newline with new values.
10862         (basic-save-buffer): Handle new values of require-final-newline.
10864         * progmodes/sh-script.el (sh-require-final-newline):
10865         Alist value now controls whether to use mode-require-final-newline.
10866         (sh-set-shell): Implement that new meaning.
10868         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
10869         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
10870         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
10871         Delete old-Emacs compatibility code.
10872         (antlr-c-common-init): Function deleted.
10874         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
10875         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
10876         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
10877         * progmodes/python.el (python-mode): Use mode-require-final-newline.
10878         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
10879         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
10880         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
10881         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
10882         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
10883         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
10884         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
10885         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
10886         * progmodes/cfengine.el (cfengine-mode): Use
10887         mode-require-final-newline.
10888         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
10889         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
10890         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
10892 2004-12-31  Jay Belanger  <belanger@truman.edu>
10894         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
10895         way to return to Calc.
10897         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
10898         finish, C-xk as the way to cancel the edit.  Add cancel routine to
10899         kill-buffer-hook.
10901         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
10902         MacEdit code.
10904         * calc/calc-prog.el: Remove obsolete MacEdit code.
10905         (calc-macro-edit-algebraic, calc-macro-edit-variable)
10906         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
10908 2004-12-31  Kenichi Handa  <handa@m17n.org>
10910         * international/mule.el (buffer-file-coding-system-explicit):
10911         Rename for explicit-buffer-file-coding-system.
10912         (after-insert-file-set-coding): Adjust for the above change.
10914         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
10915         to buffer-file-coding-system-explicit.
10916         (basic-save-buffer-1): Likewise.
10918 2004-12-30  Richard M. Stallman  <rms@gnu.org>
10920         * textmodes/artist.el (artist-butlast-fn): Var deleted.
10921         (artist-butlast, artist-last): Functions deleted.
10922         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
10923         (artist-compute-key-compl-table): Call remq directly.
10924         (artist-remove-nulls): Function deleted.
10925         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
10926         (artist-push, artist-pop): Macro deleted.
10928 2004-12-30  Andreas Leue  <al@sphenon.de>
10930         * textmodes/artist.el (artist-version): 1.2.6
10931         (artist-prev-next-op-alist): New variable.
10932         (artist-select-next-op-in-list): New function.
10933         (artist-select-prev-op-in-list): New function.
10934         (artist-make-prev-next-op-alist): New function.
10935         (artist-is-in-op-list-p): New function.
10936         (artist-get-first-non-nil-op): New function.
10937         (artist-get-last-non-nil-op): New function.
10938         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
10939         artist-prev-next-op-alist.
10940         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
10941         change drawing operation.
10943 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
10945         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
10947 2004-12-31  Masatake YAMATO  <jet@gyve.org>
10949         * server.el (server-process-filter): Suppress `error', too.
10951 2004-12-30  Jay Belanger  <belanger@truman.edu>
10953         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
10954         Change the way a variable is displayed in a message.
10956         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
10957         (calc-user-define-permanent, calc-execute-kbd-macro):
10958         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
10960 2004-12-30  Kenichi Handa  <handa@m17n.org>
10962         * files.el (basic-save-buffer-1):
10963         Set explicit-buffer-file-coding-system to last-coding-system-used.
10964         (revert-buffer): Pay attention to
10965         explicit-buffer-file-coding-system (not buffer-file-coding-system)
10966         on bind coding-system-for-read.
10968         * international/mule.el (explicit-buffer-file-coding-system):
10969         New buffer local variable.
10970         (after-insert-file-set-coding): Set it to coding-system-for-read.
10972 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
10974         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
10976 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
10978         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
10979         that include line numbers.
10981 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
10983         * files.el (hack-local-variables): If no PREFIX, set it to "^".
10984         Redundant variable PREFIXLEN removed.
10986 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
10988         * eshell/em-hist.el (eshell-previous-matching-input):
10989         Start the deletion from the end of the output.
10991 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10993         * term/mac-win.el: Require x-dnd.
10994         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
10996 2004-12-29  David Kastrup  <dak@gnu.org>
10998         * international/mule.el (decode-coding-inserted-region):
10999         Don't barf if `buffer-undo-list' is already set to `t'.
11001 2004-12-29  Jay Belanger  <belanger@truman.edu>
11003         * calc/calc-prog.el (calc-user-define-formula): Put default values
11004         for function names in prompts.
11005         (calc-user-define-permanent, calc-user-define-composition)
11006         (calc-user-define-formula): Remove the need for "calcFunc-" in the
11007         default input for algebraic functions.
11009 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
11011         * vc-rcs.el (vc-rcs-annotate-command):
11012         Fix omission bug: Call `vc-setup-buffer'.
11014 2004-12-29  Kenichi Handa  <handa@m17n.org>
11016         * international/mule.el (recode-region): New function.
11018 2004-12-28  Richard M. Stallman  <rms@gnu.org>
11020         * simple.el (undo-extra-outer-limit): New variable.
11021         (undo-outer-limit-truncate): Test and set it.
11023         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
11024         enables the feature to extend the existing region.
11026         * simple.el (mark-word): New arg ALLOW-EXTEND
11027         enables the feature to extend the existing region.
11029         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
11030         enables the feature to extend the existing region.
11032         * startup.el (site-run-file): Don't allow setting it with Custom.
11034         * simple.el (buffer-disable-undo): Fix previous change.
11036 2004-12-27  Masatake YAMATO  <jet@gyve.org>
11038         * hexl.el (hexlify-buffer): Remove fontification here.
11039         Use font lock mechanism instead.
11040         (hexl-font-lock-keywords): New font lock kewords.
11041         (hexl-mode-old-font-lock-keywords): New variable.
11042         (hexl-mode): Store the old font lock keywords.
11043         (hexl-mode-exit): Restore the old font lock keywords.
11045 2004-12-27  Richard M. Stallman  <rms@gnu.org>
11047         * simple.el (undo): Fix previous change.
11049 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11051         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
11052         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
11053         Call x-open-connection on Mac OS X.
11055 2004-12-27  Richard M. Stallman  <rms@gnu.org>
11057         * files.el (buffer-save-without-query): New var (buffer-local).
11058         (save-some-buffers): Save those buffers first, w/o asking.
11060         * files.el (insert-directory-ls-version): New variable.
11061         (insert-directory): When ls returns an error, test the version
11062         number to decide what the return code means.
11063         With --dired output format, detect and distinguish lines
11064         that are really error messages.
11065         (insert-directory-adj-pos): New function.
11067         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
11069         * battery.el (battery-mode-line-format): Remove initial spaces.
11071         * uniquify.el (uniquify-rationalize-file-buffer-names):
11072         Delete interactive spec.
11074         * type-break.el (type-break-mode): Set buffer-save-without-query.
11075         Remove code that tried to set save-some-buffers-always.
11076         (type-break-file-keystroke-count): Bind deactivate-mark.
11078         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
11080         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
11081         Test that the buffer is live, and maybe reject current buffer too.
11082         Clarify.
11083         (next-error-find-buffer): Rewrite for clarity.
11085         * loadup.el: Don't use buffer-disable-undo; do it directly.
11087         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
11088         (describe-variable): Call symbol-file with `defvar'.
11090         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
11091         (symbol-file): Rewritten to handle new load-history format.
11092         Now takes an arg TYPE to specify looking for a particular
11093         type of definition only.
11095         * emacs-lisp/debug.el (debugger-make-xrefs):
11096         Call symbol-file with `defun'.
11098         * emacs-lisp/find-func.el (find-function-noselect):
11099         Call symbol-file with `defun'.
11100         (find-variable-noselect): Call symbol-file with `defvar'.
11102         * eshell/esh-cmd.el (eshell-find-alias-function):
11103         Call symbol-file with `defun'.
11105         * eshell/esh-test.el (eshell-test-goto-func):
11106         Call symbol-file with `defun'.
11108         * mail/rmail.el (rmail-resend):
11109         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
11111         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
11113         * progmodes/compile.el (compilation-find-buffer): Rename arg.
11115         * textmodes/texinfmt.el (texinfo-format-buffer-1):
11116         Call buffer-disable-undo.
11118         * simple.el (undo-list-saved): New variable (buffer-local).
11119         (undo): Set and test it.
11120         (buffer-disable-undo): Move here from buffer.c.
11121         Clear out undo-list-saved.
11123         * international/mule.el (decode-coding-inserted-region):
11124         Set buffer-undo-list in a correct and optimal way.
11126         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
11127         (cperl-font-lock-unfontify-region-function): No need to save and
11128         restore info, since font-lock.el does it for us.
11130         * ansi-color.el (save-buffer-state): Definition deleted.
11131         (ansi-color-unfontify-region): Don't use save-buffer-state.
11133 2004-12-27  Dave Love  <fx@gnu.org>
11135         * wid-edit.el (function): Use restricted-sexp as parent.
11137 2004-12-27  Kevin Ryde  <user42@zip.com.au>
11139         * simple.el (next-matching-history-element): Use same
11140         `interactive' form as previous-matching-history-element.
11142         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
11143         it can appear unencoded and has been seen from yahoo.
11145 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
11147         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
11148         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
11150 2004-12-27  Kenichi Handa  <handa@m17n.org>
11152         * international/utf-8.el (utf-translate-cjk-load-tables):
11153         Bind coding-system-for-read to nil while loading subst-*.
11155 2004-12-26  Jay Belanger  <belanger@truman.edu>
11157         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
11158         default input.
11160 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
11162         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
11163         before reverting and disable undo recording while reverting.
11165 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
11167         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
11168         (hs-make-overlay): New function.
11169         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
11170         (hs-flag-region): Delete function.
11171         (hs-hide-comment-region): No longer use `hs-flag-region'.
11172         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
11173         (hs-hide-block-at-point): Likewise.
11174         (hs-hide-level-recursive): Use `hs-discard-overlays'.
11175         (hs-hide-all, hs-show-all): Likewise.
11176         (hs-show-block): Likewise.
11177         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
11179 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
11181         * progmodes/hideshow.el: Require `cl' when compiling.
11182         Remove XEmacs and Emacs 19 compatibility.
11183         Use `dolist' and `add-to-list' for load-time actions.
11184         (hs-discard-overlays): Use `dolist'.
11185         (hs-show-block): Likewise.
11187 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
11189         * faces.el (mode-line, mode-line-inactive): Use min-colors.
11191 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
11193         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
11194         When extending backwards, move outside the current comment first.
11196 2004-12-22  Kenichi Handa  <handa@m17n.org>
11198         * international/quail.el (quail-start-translation): Fix prompt
11199         string for the case if input-method-use-echo-area being non-nil.
11200         (quail-start-conversion): Likewise.
11201         (quail-show-guidance): Don't show guidance if
11202         input-method-use-echo-area is non-nil.
11204 2004-12-21  Richard M. Stallman  <rms@gnu.org>
11206         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
11208 2004-12-21  Markus Rost  <rost@ias.edu>
11210         * calendar/diary-lib.el (mark-diary-entries):
11211         Set mark-diary-entries-in-calendar only after checking for diary-file.
11213 2004-12-21  Richard M. Stallman  <rms@gnu.org>
11215         * faces.el (escape-glyph): Use blue against light foreground.
11217         * simple.el (undo-outer-limit-truncate): New function.
11218         (undo-outer-limit-function): Use undo-outer-limit-truncate.
11220 2004-12-21  Eli Barzilay  <eli@barzilay.org>
11222         * calculator.el (calculator-radix-grouping-mode)
11223         (calculator-radix-grouping-digits)
11224         (calculator-radix-grouping-separator):
11225         New defcustoms for the new radix grouping mode functionality.
11226         (calculator-mode-hook): Now used in electric mode too,
11227         (calculator): Call it.
11228         (calculator-mode-map): Some new keys.
11229         (calculator-message): New function.  Some new calls.
11230         (calculator-op, calculator-set-register): Use it.
11231         (calculator-string-to-number): New function, mostly moved and
11232         updated code from calculator-curnum-value.
11233         (calculator-curnum-value): Use it.
11234         (calculator-paste): Use it, and update grabbing the current-kill.
11235         (calculator-rotate-displayer)
11236         (calculator-rotate-displayer-back): Toggle digit grouping when
11237         in radix mode, use calculator-message.
11238         (calculator-displayer-prev, calculator-displayer-next):
11239         Change digit group size when in radix mode.
11240         (calculator-number-to-string): Rename from
11241         calculator-num-to-string.  Now deals with digit grouping in
11242         radix mode.
11243         (calculator-update-display, calculator-put-value): Use the new name.
11244         (calculator-fact): Return a floating point number.
11245         (calculator-mode): Doc fix.
11247 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
11249         * calendar/calendar.el (view-other-diary-entries): Add autoload.
11250         * calendar/diary-lib.el (view-other-diary-entries):
11251         Use current-prefix-arg in interactive spec.
11253 2004-12-19  Jay Belanger  <belanger@truman.edu>
11255         * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
11256         adjust the syntax of both delimiters of half-open intervals.
11258 2004-12-19  Kim F. Storm  <storm@cua.dk>
11260         * mouse.el (mouse-1-click-follows-link): Doc fix.
11262 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11264         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
11265         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
11266         instead of centraleuropean as the name
11268 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
11270         Sync with Tramp 2.0.46.
11272         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
11273         parameters wrt Tramp convention.
11274         (tramp-handle-file-attributes-with-perl)
11275         (tramp-handle-directory-files-and-attributes): Apply it.
11276         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
11277         `copy-program'.  Reported by Zack Weinberg
11278         <zack@codesourcery.com>.
11279         (top): Set `edebug-form-spec' property directly rather than
11280         calling `def-edebug-spec'.
11282         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
11283         advice less fragile.  Surround temporary redefinition of
11284         `substitute-in-file-name' with `unwind-protect'.  Suggested by
11285         Matt Hodges <MPHodges@member.fsf.org>.
11287 2004-12-17  Juri Linkov  <juri@jurta.org>
11289         * replace.el (occur-accumulate-lines, occur-engine):
11290         Make forcing deferred font-lock fontification jit-specific.
11292 2004-12-17  Kim F. Storm  <storm@cua.dk>
11294         * mouse.el (mouse-1-click-follows-link): New defcustom.
11295         (mouse-on-link-p): New function.
11296         (mouse-drag-region-1): Implement mouse-1-click-follows-link
11297         functionality.  Map a mouse-1 click event into a mouse-2 (or
11298         other) event when position is inside a link.
11300         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
11301         prefix in tooltip text with "mouse-1" when this is a link
11302         recognized by mouse-1-click-follows-link functionality.
11304         * help.el (describe-key): Report effective and original binding
11305         for mouse-1 when clicked on a link.
11306         (describe-mode): Add follow-link property to "minor-mode" button.
11308         * help-fns.el (describe-variable): Add follow-link property to
11309         "below" button.
11311         * help-mode.el (help-xref): Add follow-link property.
11313         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
11314         (apropos-command, apropos-variable, apropos-face, apropos-group)
11315         (apropos-widget, apropos-plist): Add follow-link property.
11317         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
11318         checks if position is in a filename, rather than some other
11319         clickable item.  Function looks for cvs-filename-face at position.
11321         * wid-edit.el (widget-specify-field, widget-specify-button):
11322         Map a :follow-link keyword into a follow-link property.
11323         (link): Add :follow-link keyword, map to RET binding.
11325         * dired.el (dired-mode-map): Map follow-link to mouse-face.
11327         * progmodes/compile.el (compilation-minor-mode-map)
11328         (compilation-button-map, compilation-mode-map): Likewise.
11330 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
11332         * play/zone.el (zone): Init `line-spacing' from orig buffer.
11333         (zone-replace-char): Take `count' and `del-count'
11334         instead of `direction'.  Update callers.  When `del-count' is
11335         non-nil, delete that many characters, otherwise `count' characters
11336         backwards.  Insert the newly-replaced string `count' times.
11337         (zone-fret): Handle chars w/ width greater than one.
11338         (zone-fall-through-ws): No longer take window width `ww'.
11339         Update callers.  Add handling for `char-width' greater than one.
11340         (zone-pgm-drip): Update var holding window-end position every cycle.
11342 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
11344         * vc.el (vc-default-update-changelog): Use insert-file-contents,
11345         rather than insert-file.
11347 2004-12-16  Jay Belanger  <belanger@truman.edu>
11349         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
11350         (math-init-random-base, math-random-digit): Check to see if
11351         var-RandSeed is bound.
11352         (math-random-last): Declare it.
11353         (math-random-digit): Don't make math-random-last local.
11355 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
11357         * play/zone.el (zone): Fix omission bug: Use a self-disabling
11358         one-shot thunk for uniform (error, quit, normal) recovery.
11359         Reported by John Paul Wallington.
11360         (zone-pgm-random-life): Fix bug:
11361         Recognize empty initial field by lack of "@" chars.
11363 2004-12-16  Juri Linkov  <juri@jurta.org>
11365         * help.el (function-called-at-point):
11366         * help-fns.el (variable-at-point): As a last resort try stripping
11367         non-word prefixes and suffixes.
11369         * descr-text.el (describe-property-list): Don't treat syntax-table
11370         specially.  Use describe-text-sexp which inserts [show] button
11371         for large objects and handles printing errors.  Sort properties
11372         by names in alphabetical order instead of by value sizes.
11373         Add `mouse-face' to list of properties for `describe-face' widget.
11374         (describe-char): Mask out face-id from 19 bits of character.
11375         Print face-id separately.
11377         * replace.el (occur-accumulate-lines, occur-engine):
11378         Fontify unfontified matching lines in the source buffer
11379         before copying them.
11380         (occur-engine): Don't put mouse-face on context lines.
11381         (occur-next-error): Set point to line beginning/end
11382         before searching for prev/next property to skip multiple
11383         matches on a line (not supported by occur engine).
11384         Remove redundant prefix-numeric-value.
11386 2004-12-15  Juri Linkov  <juri@jurta.org>
11388         * replace.el (match): New face.
11389         (list-matching-lines-face): Change default from `bold' to `match'.
11391         * progmodes/grep.el (grep-match-face): New defvar.
11392         (grep-mode-font-lock-keywords): Use grep-match-face instead of
11393         compilation-column-face to highlight grep matches.
11395         * apropos.el (apropos-match-face): Change default from
11396         `secondary-selection' to `match'.
11398         * info-look.el (info-lookup-highlight-face): Change default from
11399         `highlight' to `match'.
11401 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
11403         * progmodes/executable.el (executable-interpret): Eliminate
11404         obsolete compile-internal, and switch to comint for interaction.
11406 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
11408         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
11409         `&&' when skipping multiple statements on a line.
11411 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
11413         * play/zone.el (zone): Set `truncate-lines'.
11414         Also, init `tab-width' with value from original buffer.
11415         (zone-shift-up): Rewrite for speed.
11416         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
11417         (zone-pgm-jitter): Remove redundant entries from ops vector.
11418         (zone-exploding-remove): Reduce iteration count.
11419         (zone-cpos): Convert to defsubst.
11420         (zone-replace-char): New defsubst.
11421         (zone-park/sit-for): Likewise.
11422         (zone-fret): Take window-start arg.
11423         Update callers.  Use `zone-park/sit-for'.
11424         (zone-fill-out-screen): Rewrite.
11425         (zone-fall-through-ws): Likewise.  Update callers.
11426         (zone-pgm-drip): Use `zone-replace-char'.
11427         Move var inits before while-loop.  Use `zone-park/sit-for'.
11428         (zone-pgm-random-life): Handle empty initial field.
11429         Use `zone-replace-char' and `zone-park/sit-for'.
11431 2004-12-15  Juri Linkov  <juri@jurta.org>
11433         * isearch.el (isearch-update): Test isearch-lazy-highlight
11434         before calling isearch-lazy-highlight-new-loop.
11435         (isearch-lazy-highlight-new-loop):
11436         Don't test isearch-lazy-highlight.
11438         * replace.el (perform-replace): Add isearch-case-fold-search.
11439         Use delimited-flag for isearch-regexp.
11440         Reset isearch-lazy-highlight-last-string to force lazy
11441         highlighting when called from isearch mode.
11442         (query-replace-highlight): Revert defcustom type to boolean.
11443         (query-replace-lazy-highlight): New defcustom.
11444         (query-replace): New face.
11445         (perform-replace, replace-highlight, replace-dehighlight):
11446         Test query-replace-lazy-highlight instead of special value
11447         `isearch' of query-replace-highlight.
11448         (replace-dehighlight): Don't call isearch-dehighlight.
11449         (replace-highlight): Don't call isearch-highlight.
11450         Use face `query-replace' unconditionally.
11452 2004-12-14  Kim F. Storm  <storm@cua.dk>
11454         * simple.el (inhibit-mark-movement): Remove defvar.
11455         (beginning-of-buffer, end-of-buffer): Don't use it.
11457         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11458         Don't use inhibit-mark-movement.
11460         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
11461         (cua--undo-push-mark): Remove.
11462         (cua--pre-command-handler, cua--post-command-handler):
11463         Don't fiddle with inhibit-mark-movement.
11465 2004-12-14  Juri Linkov  <juri@jurta.org>
11467         * buff-menu.el (list-buffers-noselect): Collect internal info
11468         for every buffer in BUFFER-LIST arg too.
11469         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
11470         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
11471         Bind same-window-buffer-names and same-window-regexps to nil.
11473 2004-12-13  Juri Linkov  <juri@jurta.org>
11475         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
11477         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
11478         (sc-cite-region, sc-uncite-region, sc-recite-region):
11479         Fix previous change to handle not alist as a symbol, but
11480         a citation frame as a symbol that represents a variable name.
11482 2004-12-13  Richard M. Stallman  <rms@gnu.org>
11484         * filecache.el (file-cache-add-directory-using-find):
11485         Only set up file-cache-find-command-posix-flag if we will use it.
11487         * bindings.el (mode-line-buffer-identification-keymap):
11488         Don't cancel the mode-line's usual down-mouse-1 binding.
11490         * cus-edit.el (custom-face-selected): Handle `default' specs.
11491         (custom-face-edit): Increase extra-offset.
11492         (custom-display): Handle `default' specs.
11494         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
11496         * emacs-lisp/elint.el (elint-standard-variables)
11497         (elint-unknown-builtin-args): Move definitions up.
11499         * net/browse-url.el (browse-url-url-at-point): Add autoload.
11501         * info.el (info-xref-visited): Use `default' instead of t.
11502         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
11504         * faces.el (header-line, mode-line-inactive, tool-bar):
11505         Use `default' instead of t for setting the defaults.
11506         (face-spec-choose): Separate `t' from `default'.
11508         * subr.el (while-no-input): New macro.
11510 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
11512         * filecache.el (file-cache-add-directory-using-find):
11513         Only test file-cache-find-command-posix-flag on some systems.
11515 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11517         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
11518         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
11519         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11520         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
11521         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
11522         annotate.
11524 2004-12-12  Juri Linkov  <juri@jurta.org>
11526         * files.el (find-file-other-window, find-file-other-frame):
11527         Add the first buffer to the returned value to return the complete
11528         list of all visited buffers.
11529         (find-file-read-only, find-file-read-only-other-window)
11530         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
11531         `find-file-read-args'.  Signal an error about non-existent file
11532         only if file name doesn't contain wildcards.  Toggle read-only in
11533         all visited buffers.
11534         (find-alternate-file, find-alternate-file-other-window):
11535         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
11536         called interactively.  Pass arg `wildcards' to other functions.
11537         (find-file-noselect): Doc fix.
11539         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
11540         Doc fix.
11541         (ffap-directory-finder): New variable.
11542         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
11543         (ffap-file-at-point): Add /* to immediately rejected names.
11544         Return absolute file names matching ffap-dired-wildcards.
11545         (ffap-read-file-or-url): Set default value for `completing-read'
11546         to `buffer-file-name'.
11547         (find-file-at-point): When filename matches ffap-dired-wildcards,
11548         call ffap-file-finder with t arg `wildcards', instead of dired.
11549         (ffap-other-window, ffap-other-frame): Return visited buffers.
11550         (ffap-read-only, ffap-read-only-other-window)
11551         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
11552         (dired-at-point): Call ffap-directory-finder instead of dired.
11553         (ffap-dired-other-window, ffap-dired-other-frame)
11554         (ffap-list-directory): New commands.
11555         (ffap-bindings): New keybindings for new commands.
11557 2004-12-12  Juri Linkov  <juri@jurta.org>
11559         * simple.el (beginning-of-buffer, end-of-buffer):
11560         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11561         Do not push mark when mark is active in transient-mark-mode.
11563         * simple.el (mark-word):
11564         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
11565         * textmodes/paragraphs.el (mark-paragraph):
11566         Extend the region when mark is active in transient-mark-mode,
11567         regardless of the last command.  Doc fix.
11569         * simple.el (mark-word): Preserve direction when repeating.
11570         Make arg optional.  Interactive "p" -> "P".
11571         (transient-mark-mode, inhibit-mark-movement): Doc fix.
11573         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
11574         preserving direction, to mark forward instead of backward when mark
11575         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
11577 2004-12-12  Juri Linkov  <juri@jurta.org>
11579         * isearch.el (isearch-edit-string): Set 7th arg of
11580         `read-from-minibuffer' to `t' to inherit the current input
11581         method (whose name is indicated by [IM] in the minibuffer prompt)
11582         from the current buffer to the minibuffer.
11583         (isearch-lazy-highlight-update): Put body to `with-local-quit'
11584         to allow C-g quitting for lazy highlighting looping inside the
11585         search with nested repetition operators.  Add overlay to the list
11586         before setting its face and other properties to avoid the case of
11587         code quitting after placing the new overlay but before it's
11588         recorded on the list.  Select the window where isearch was
11589         activated, to highlight matches in the right window when isearch
11590         switches the current window to the minibuffer.
11592         * international/isearch-x.el
11593         (isearch-process-search-multibyte-characters):
11594         Use `isearch-message' as initial input for `read-string' instead
11595         of adding it to the minibuffer prompt.  After reading a string
11596         remove the initial value of `isearch-message' from the string.
11598         * replace.el (replace-match-maybe-edit): Doc fix.
11599         (perform-replace): Don't call `replace-highlight' when automatic
11600         replacement is requested in literal mode, since it is intended
11601         only to highlight words during entering a new replacement string
11602         for \? in non-literal mode.
11604         * replace.el (query-replace-highlight): Add new value `isearch'
11605         that allows query replacement to use isearch highlighting.
11606         Change type from `boolean' to `choice'.  Doc fix.
11607         (replace-highlight, replace-dehighlight, perform-replace):
11608         Use isearch highlighting if query-replace-highlight eq `isearch'.
11610 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11612         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11613         (checkdoc-message-text, checkdoc-defun): Fix format messages for
11614         `error'.
11616         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11617         case of \end{verbatim}.
11619 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
11621         * term.el (term-termcap-format): Synchronize with terminfo.
11622         (term-emulate-terminal): Handle reset.
11623         (term-reset-terminal): New function.
11625 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
11627         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
11628         (zone-fill-out-screen): New func.
11629         (zone-pgm-drip): Use `zone-fill-out-screen'.
11630         Also, no longer go to point-min on every cycle.
11631         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
11632         (zone-pgm-random-life-wait): New user var.
11633         (zone-pgm-random-life): New func.
11635 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
11637         * files.el (auto-mode-alist): Map .com to DCL mode.
11639 2004-12-09  Richard M. Stallman  <rms@gnu.org>
11641         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
11643 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
11645         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
11646         buffer with a display margin.
11648 2004-12-08  Jay Belanger  <belanger@truman.edu>
11650         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
11651         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
11653 2004-12-08  Richard M. Stallman  <rms@gnu.org>
11655         * faces.el: Delete code to set display table.
11656         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
11658 2004-12-08  Jay Belanger  <belanger@truman.edu>
11660         * calc/calc.el: Add math-read-preprocess-string to autoloads.
11662         * calc/calc-ext.el (math-read-replacement-list)
11663         (math-read-superscripts, math-read-preprocess-string): Move to
11664         calc-aent.el.
11666         * calc/calc-aent.el (math-read-replacement-list)
11667         (math-read-superscripts, math-read-preprocess-string): Move from
11668         calc-ext.el.
11670 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11672         * isearch.el (isearch-quote-char): Fix up typo in last change.
11674 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
11676         * mouse.el (mouse-set-font): Handle the case where the command was
11677         not invoked using the mouse.
11679         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
11680         (edmacro-finish-edit): Further update for keyboard macros that are
11681         lambda forms.
11682         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
11684 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11686         * font-lock.el (font-lock-unfontify-region): Save buffer state.
11687         (font-lock-default-unfontify-region): Don't save buffer state any more.
11689 2004-12-07  Jay Belanger  <belanger@truman.edu>
11691         * calc/calc-help.el (calc-describe-key):
11692         Set calc-summary-indentation even when Calc Summary buffer exists.
11694 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
11696         * calendar/holidays.el (holiday-easter-etc): Make arguments
11697         optional for backwards compatibility.  Doc fix.
11698         Remove un-necessary local vars mandatory, output-list.
11699         (holiday-advent): Make arguments optional for backwards
11700         compatibility.  Doc fix.
11702 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11704         * paren.el (show-paren-function): Fix last change (2004-12-02).
11706         * international/mule-util.el (char-displayable-p): Return nil for
11707         unibyte mode.
11709         * subr.el (subregexp-context-p): New function.
11711         * isearch.el (isearch-quote-char): Use it.
11713         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
11714         (regexp-opt-not-groupie*-re): Remove.
11715         (regexp-opt): Properly handle inputs with duplicate entries.
11717 2004-12-06  Richard M. Stallman  <rms@gnu.org>
11719         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
11721         * cus-edit.el (custom-file): Doc fix.
11723         * textmodes/org.el: New file.
11725 2004-12-06  Kenichi Handa  <handa@m17n.org>
11727         * ldefs-boot.el: Update international/mule-util.el section.
11729 2004-12-05  Sam Steingold  <sds@gnu.org>
11731         * net/tramp.el (tramp-handle-file-accessible-directory-p):
11732         Fix `tramp-time-diff' comparison logic.
11734 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
11736         * progmodes/which-func.el (which-function):
11737         Use `run-hook-with-args-until-success' instead of a custom loop.
11738         Fixes bug with local hooks.
11740 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11742         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
11743         Use delete-dups when calculating the initial value.
11744         (bibtex-autokey-get-title): Use <=.
11745         (bibtex-goto-line): New function.
11746         (bibtex-reposition-window): Use line numbers instead of point
11747         positions.  Use window-body-height.
11748         (bibtex-find-crossref): Use bibtex-reposition-window.
11749         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
11750         position of entry if key is found or nil if not found.
11752 2004-12-05  Richard M. Stallman  <rms@gnu.org>
11754         * cus-edit.el (custom-file): Doc fix.
11756         * progmodes/sh-script.el (sh-indent-for-then): Change default.
11758 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11760         * simple.el (blink-matching-open):
11761         * textmodes/tex-mode.el (tex-validate-region):
11762         Obey syntax-table text properties.
11764 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
11766         * wid-edit.el (widget-specify-field): Add `real-field' property to
11767         boundary.
11768         (widget-field-at): Use it.
11770 2004-12-02  Richard M. Stallman  <rms@gnu.org>
11772         * progmodes/cc-mode.el (awk-mode autoload):
11773         Supply t meaning interactive function.
11775         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
11776         (isearch-mode-map): No special definition for space.
11777         (isearch-whitespace-chars): Command deleted.
11778         (isearch-forward-regexp): Doc fix.
11779         (isearch-quote-char): When a space is not inside brackets,
11780         use `[ ]' instead of just space.
11781         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
11783         * imenu.el (imenu--generic-function): Delete code to exclude
11784         matches in comments.
11786         * man.el (Man-reverse-face): Change default to `highlight'.
11788         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
11789         (occur-engine): Use `face' prop rather than `font-lock-face'
11790         when specifying use of `match-face'.
11791         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
11793         * emacs-lisp/elint.el (elint-standard-variables): Update list.
11795         * add-log.el (add-log-current-defun): Handle the case where point
11796         is in the header part of a DEFUN construct.
11798 2004-12-02  Dave Love  <fx@gnu.org>
11800         * progmodes/python.el (python-font-lock-syntactic-keywords):
11801         Fix previous change.
11803 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
11805         * paren.el (show-paren-function): Check for matching chars
11806         specified by text props.
11808 2004-12-02  Jay Belanger  <belanger@truman.edu>
11810         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
11811         when reading a new key sequence.
11813 2004-12-02  Kim F. Storm  <storm@cua.dk>
11815         * faces.el (escape-glyph): Rename from glyph.
11816         (standard-display-table): Set it here.  Add escape-glyph face to
11817         extra slot characters.
11819         * disp-table.el: Undo 2004-12-01 change.  Display table is now
11820         setup in faces.el.
11822 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
11824         * xml.el (xml-parse-dtd): Don't show validity messages when
11825         xml-validating-parser is nil.
11826         (xml-substitute-special): Fix validity error messages to
11827         actually show the unexpandable entity.  Added validity error if &
11828         isn't followed by an entity.
11829         (xml-parse-tag): Concatenate any string following the a
11830         <![CDATA[]]> section to the parsed CDATA.
11831         (xml-parse-dtd): Skip parameter entity declarations and use of
11832         parameter entities.
11834 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
11836         * kmacro.el (kmacro-default-counter-format): New var.
11837         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
11838         (kmacro-display): Remove `nil' from `and' form.  Delete call to
11839         `format' inside `message'.
11840         (kmacro-start-macro): Use `kmacro-default-counter-format'.
11842 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11844         * pcvs.el (cvs-header-msg): New function.
11845         (cvs-update-header): Use it.  Change calling convention.
11846         Correctly handle the case of having simultaneous active processes.
11847         (cvs-sentinel): Don't call cvs-update-header any more.
11848         (cvs-mode-run): Update call and add cvs-update-header to postproc.
11850 2004-12-01  Jay Belanger  <belanger@truman.edu>
11852         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
11853         Change message.
11855 2004-12-01  Juri Linkov  <juri@jurta.org>
11857         * progmodes/prolog.el (prolog-mode-variables):
11858         Fix imenu-generic-expression.
11860 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
11862         * faces.el (glyph): New face.
11864         * disp-table.el: Add an autoloaded table, that doesn't require
11865         this library, with glyph face.
11867         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
11868         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
11869         (conf-quote-normal): Allow normalizing only ' or ".
11870         (conf-mode): Regexp-quote constructed comment-start and don't
11871         match section {} where "name" contains braces.
11873         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
11874         files.
11876 2004-12-01  Kenichi Handa  <handa@m17n.org>
11878         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
11879         (x-select-text): Don't treat eight-bit-control/graphic chars
11880         specially.  Store the encoded text in the X cut buffer.
11881         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
11882         with x-last-selected-text-cut-encoded.
11884 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11886         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
11888 2004-11-30  Markus Rost  <rost@ias.edu>
11890         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
11891         AUCTeX.
11893 2004-11-30  Jay Belanger  <belanger@truman.edu>
11895         * calc/calc-arith.el (math-possible-signs): Made stronger checks
11896         on signs of intervals.
11897         (math-pow-of-zero): Strengthen checks for positive and negative
11898         exponents.
11900         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
11901         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
11902         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
11903         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
11904         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
11905         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
11906         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
11907         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
11908         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
11909         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
11910         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
11911         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
11912         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
11913         functions with provide statements.
11915         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
11917         * calc/calc-embed.el (calc-do-embedded-activate): Remove from
11918         autoloads.
11920         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
11921         (calc-load-everything, math-defsimplify): Replace dummy autoloading
11922         functions by require statements.
11923         (math-defsimplify): Move to calc-alg.el, add to autoloads.
11925         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11926         (calc-gnuplot-print): Give them values.
11928         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
11929         autoloads.
11930         Add calc-do-embedded-activate to autoloads.
11931         (calc-gnuplot-name, calc-gnuplot-plot-command)
11932         (calc-gnuplot-print-command): Move them to calc-graph.el.
11934 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11936         * term/mac-win.el (ccl-encode-mac-roman-font)
11937         (ccl-encode-mac-cyrillic-font)
11938         (ccl-encode-mac-centraleuropean-font, encoder-list)
11939         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
11940         Support Cyrillic, CentralEuropean, and Dingbat font display
11942 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
11944         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
11946         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
11947         still nil.
11949 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
11951         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
11952         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
11954 2004-11-29  Jay Belanger  <belanger@truman.edu>
11956         * calc/calc-arith.el (math-pow-of-zero): Take into account different
11957         cases of the base and exponent.
11959 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11961         * simple.el (next-error-buffer-p): Allow for inclusive and
11962         exclusive tests for finding a buffer.
11963         (next-error-find-buffer): Pass the exclusive and inclusive tests
11964         to next-error-buffer-p.
11966         * replace.el (occur-next-error): Switch to the Occur buffer when
11967         appropriate, use the exclusive filter to next-error-find-buffer to
11968         do it.  Use the absolute value of the motion amount.
11970 2004-11-29  Kenichi Handa  <handa@m17n.org>
11972         * startup.el (command-line): Decode all default-directory by
11973         locale-coding-system.
11975 2004-11-29  Jay Belanger  <belanger@truman.edu>
11977         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
11978         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
11979         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
11980         Replace calls to calc-extensions by appropriate require, replace
11981         calc-extensions-loaded by appropriate featurep.
11983         * calc/calc-ext.el: Move require to end of file.  Remove redundant
11984         loading of calc.el.
11985         (calc-extensions-loaded): Remove unnecessary variable.
11986         (calc-extensions): Remove unnecessary function.
11987         (calc-load-everything): Replace calc-need-macros by appropriate
11988         require.
11990         * calc/calc-macs.el: Move provide to end of file.
11991         (calc-need-macros): Remove unnecessary function.
11993         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
11994         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
11995         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
11996         Replace calc-extensions by appropriate require.
11997         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
11999         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
12000         Replace calc-need-macros by appropriate require.
12002         * calc/calc.el: Move require to end of file.
12003         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
12004         Remove unnecessary variable.
12005         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
12006         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
12007         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
12008         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
12009         (math-stack-value-offset, math-format-value, math-format-flat-expr)
12010         (math-format-number, math-format-bignum, math-read-number)
12011         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
12012         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
12013         by appropriate require.
12014         (calc-check-defines): Replace calc-need-macros by appropriate require.
12016 2004-11-29  Kim F. Storm  <storm@cua.dk>
12018         * macros.el (insert-kbd-macro): Handle kmacro functions.
12020 2004-11-28  Juri Linkov  <juri@jurta.org>
12022         * compare-w.el (compare-windows-highlight): Attach each overlay
12023         to its window to properly highlight differences while comparing
12024         two windows of the same buffer.  Fix arguments.
12025         (compare-windows-sync-default-function): Fix arguments of
12026         `compare-windows-highlight'.
12028         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
12029         Use `read-expression-history'.  Set initial contents only if
12030         `edebug-global-break-condition' is non-nil.  Set histpos to 1
12031         if initial contents is equal to the last history element.
12032         (edebug-set-conditional-breakpoint): Instead of temporarily
12033         prepending the current condition to the history, set initial
12034         contents to the current condition.  Set histpos to 1 if initial
12035         contents is equal to the last history element.
12037         * info.el (Info-search-whitespace-regexp): Remove shy group.
12038         (Info-search): Forward line if search is on the header line.
12039         Use search-whitespace-regexp in two other places.
12041 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
12043         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
12044         warning.  Delay real definition, which uses
12045         `set-fringe-indicators-1' till after the definition of that function.
12047 2004-11-28  Kim F. Storm  <storm@cua.dk>
12049         * fringe.el (fringe): New defgroup.
12050         (fringe-mode): Move to fringe group.
12051         (fringe-indicators): New defcustom.
12052         (set-fringe-indicators-1): New defun.
12054         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
12055         (menu-bar-showhide-fringe-ind-menu): New keymap.
12056         (menu-bar-showhide-fringe-ind-empty)
12057         (menu-bar-showhide-fringe-ind-mixed)
12058         (menu-bar-showhide-fringe-ind-box)
12059         (menu-bar-showhide-fringe-ind-right)
12060         (menu-bar-showhide-fringe-ind-left)
12061         (menu-bar-showhide-fringe-ind-none): New defuns.
12062         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
12064 2004-11-27  Richard M. Stallman  <rms@gnu.org>
12066         * comint.el (comint-read-noecho): Add trivial compatibility definition.
12068         * generic.el (define-generic-mode): Doc fix.
12070         * menu-bar.el (menu-bar-options-save): For the options
12071         that are toggled with menu-bar-make-mm-toggle, don't check
12072         for customized-value prop.
12074 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
12076         * mail/supercite.el (sc-cite-region): Handle the case where
12077         sc-cite-frame-alist is a symbol.
12078         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
12079         a symbol.
12080         (sc-recite-region): Handle the case where sc-recite-frame-alist is
12081         a symbol.
12083 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
12085         * wid-edit.el (widget-narrow-to-field): New function.
12086         (widget-complete): Use it.
12088 2004-11-27  Jay Belanger  <belanger@truman.edu>
12090         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
12091         variable.
12092         (calc-eval-error): Don't check if the variable calc-eval-error is
12093         bound.
12094         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
12095         (math-alg-inequalities): Move declaration to earlier in the file.
12097         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
12098         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
12099         Declare them.
12101         * calc/calc-lang.el (math-expr-data, math-expr-token)
12102         (math-exp-old-pos): Declare them.
12104         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
12105         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
12107 2004-11-27  Kim F. Storm  <storm@cua.dk>
12109         * progmodes/flymake.el: Use (featurep 'xemacs).
12110         (flymake-makehash): Change to defsubst.  Use fboundp.
12111         (flymake-time-to-float): Remove.
12112         (flymake-float-time): Merge code from flymake-time-to-float here.
12113         (flymake-replace-regexp-in-string): Change to defsubst.
12114         (flymake-split-string-remove-empty-edges):
12115         Rename to flymake-split-string.
12116         (flymake-split-string): Remove previous defalias.
12117         (flymake-get-temp-dir): Change to defsubst.
12118         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
12119         Define for xemacs only.
12120         (flymake-master-file-count-limit): Change into compiler defvar only.
12121         (flymake-find-possible-master-files): Let-bind it dynamically while
12122         sorting files using flymake-master-file-compare.
12124 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12126         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
12127         of defun-prompt-regexp matches inside a comment/string but the
12128         beginning is correctly outside everything.
12130         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
12131         appears within a string or a comment.
12133         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
12134         rather than make-symbol for symbols which are used in
12135         a symbol-macrolet or equivalent.
12137 2004-11-26  Jay Belanger  <belanger@truman.edu>
12139         * calc-misc.el (calc-last-why-command): Declare it.
12141         * calc-vec.el (math-grade-vec): New variable.
12142         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
12143         Replace variable grade-vec by declared variable.
12144         (math-rb-close): New variable.
12145         (math-read-brackets, math-read-vector): Replace variable close by
12146         declared variable.
12148         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
12149         (calc-one-window, calc-edit-handler, calc-restore-trail)
12150         (calc-allow-ret): Declare them.
12152         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
12153         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
12154         (math-radix-float-cache-tag, math-random-cache)
12155         (math-max-digits-cache, math-integral-cache, math-units-table)
12156         (math-format-date-cache, math-holidays-cache-tag): Declare them.
12157         (math-moc-func): New variable.
12158         (math-map-over-constants, math-map-over-constants-rec):
12159         Replace variable func by declared variable.
12161         * calc/calc-store.el (calc-given-value, calc-store-opers):
12162         Declare them.
12163         (calc-var-name-map): Move declaration to earlier in the file.
12164         (calc-pv-pos): New variable.
12165         (calc-permanent-variable, calc-insert-permanent-variable):
12166         Replace variable pos by declared variable.
12168         * calc/calc-mtx.el (calc-det-lu): New variable.
12169         (math-det-raw, math-det-step): Replace variable lu by declared
12170         variable.
12172         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
12173         (math-multi-subst, math-multi-subst-rec): Replace variables temp
12174         and arg by declared variables.
12175         (calcFunc-reducer): Fix incorrect variable.
12176         (math-inner-mul-func, math-inner-add-func): New variables.
12177         (calcFunc-inner, math-inner-mats): Replace variables mul-func
12178         and add-func by declared variables.
12180         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
12181         (calc-digit-value): Declare them.
12183         * calc/calc-help.el (Info-history): Declare it.
12184         (calc-describe-key): Make calc-summary-indentation a local variable.
12185         (calc-help-long-names): Move declaration to earlier in file.
12187         * calc/calc-embed.el (calc-original-buffer): Declare it.
12188         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
12189         (calc-embed-bot): New variables.
12190         (calc-do-embedded, calc-embedded-mark-formula)
12191         (calc-embedded-find-bounds, calc-embedded-duplicate)
12192         (calc-embedded-new-formula, calc-embedded-make-info):
12193         Replace vars outer-top, outer-bot, bot and top by declared variables.
12194         (calc-embed-prev-modes): New variable.
12195         (calc-embedded-set-modes, calc-embedded-update): Replace variable
12196         prev-modes with declared variable.
12197         (calc-embed-vars-used): New variable.
12198         (calc-embedded-make-info, calc-embedded-evaluate-expr)
12199         (calc-embedded-update, calc-embedded-find-vars): Replace variable
12200         vars-used by declared variable.
12202         * calc/calc-bin.el (math-format-radix-float): Make pos a local
12203         variable.
12204         (math-format-radix-float): Remove unnecessary setq.
12205         (math-radix-float-cache): Declare it.
12207         * calc/calcsel2.el (calc-keep-selection): Declare it.
12209         * calc/calc-maint.el: Remove file.
12211 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12213         * textmodes/bibtex.el (bibtex-sort-entry-class)
12214         (bibtex-comment-start): Use defcustom.
12215         (bibtex-entry-field-alist): Use nil if initial content of the
12216         field is undefined.  Fix docstring.
12217         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
12218         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
12219         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
12220         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
12221         Fix docstring.
12222         (bibtex-autokey-title-terminators): Use only one regexp.
12223         (bibtex-string-maybe-empty-head): New variable.
12224         (bibtex-remove-delimiters-string): New function.
12225         (bibtex-text-in-field-bounds, bibtex-text-in-string):
12226         Use bibtex-remove-delimiters-string.
12227         (bibtex-progress-message, bibtex-field-left-delimiter)
12228         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
12229         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
12230         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
12231         Simplify.
12232         (bibtex-format-entry): Use save-excursion for inherited booktitle.
12233         Use eq and bibtex-remove-delimiters-string.  For end markers use
12234         insertion type so that marker stays after inserted text.
12235         (bibtex-autokey-get-names): Return empty string if name is missing.
12236         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
12237         calling bibtex-autokey-name-case-convert.
12238         (bibtex-autokey-demangle-title):
12239         Call bibtex-autokey-titleword-case-convert.  Remove call to
12240         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
12241         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
12242         (bibtex-read-key): New optional arg global.
12243         (bibtex-files-expand): New optional arg force.
12244         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
12245         (bibtex-complete-crossref-cleanup): Rename from
12246         bibtex-complete-key-cleanup.  Simplify code.
12247         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
12248         Operate on current entry.
12249         (bibtex-button): Add docstring.
12250         (bibtex-entry): Simplify.
12251         (bibtex-make-field): Replace optional arg called-by-yank with more
12252         specific args move and interactive.
12253         (bibtex-end-of-entry): Use forward-sexp.
12254         (bibtex-find-entry-globally): Remove.
12255         (bibtex-find-crossref): Allow for crossref key located in other buffer.
12256         Bound to C-c C-x.
12257         (bibtex-find-entry): New optional args global and display.
12258         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
12259         (bibtex-validate): Use arg force of bibtex-files-expand.
12260         (bibtex-clean-entry): Bugfix, clean string entries properly.
12261         Always keep point at beginning of entry.
12262         (bibtex-complete): Bugfix.  Handle string entries properly.
12263         Call cleanup functions only if needed.
12264         (bibtex-String): Use bibtex-read-string-key.
12265         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
12266         case of replacement text.
12268 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
12270         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
12271         (tramp-perl-directory-files-and-attributes): New constant.
12272         (tramp-file-name-handler-alist): Delete file-directory-files, add
12273         directory-files-and-attributes.
12274         (tramp-perl-file-attributes): Surround uid and gid by double
12275         quotes.  Change parameter id-format from nonnumeric.
12276         (tramp-convert-file-attributes): New function.
12277         (tramp-handle-file-attributes): Use it.
12278         (tramp-maybe-send-perl-script): New function.
12279         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
12280         file mode.  Change parameter id-format from nonnumeric.
12281         (tramp-handle-file-attributes-with-ls): Change parameter id-format
12282         from nonnumeric.
12283         (tramp-post-connection): Don't send tramp-perl-file-attributes
12284         script.  Reset connection property "perl-scripts".
12285         (tramp-handle-insert-directory): Run real handler when ls-lisp is
12286         in use.
12288 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
12290         * desktop.el (desktop-read): Replace mapcar with mapc.
12291         (desktop-create-buffer): Replace mapcar with mapc.
12292         Remove redundant piece of code.
12294 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
12296         * progmodes/gud.el (gud-display-line): Use display-buffer
12297         for GDB-UI as for GUD.
12299         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
12300         Delete variables.
12301         (gdb-ann3): Don't make GUD buffer dedicated.
12302         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
12303         (gdb-display-source-buffer): Delete function.
12304         (gdb-view-source-function, gdb-view-assembler): Delete functions.
12305         (menu): Delete menu bindings for viewing source/assembler.
12306         (gdb-setup-windows, gdb-restore-windows):
12307         Don't dedicate GUD.  No assembler now.
12308         (gdb-reset): No need to undedicate source buffers now.
12309         (gdb-source-info): No assembler now.
12311 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
12313         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
12314         width to those for special frames.
12315         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
12316         Use display-buffer.
12317         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
12318         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12319         (gdb-frame-assembler-buffer): Rework like
12320         gdb-frame-breakpoints-buffer.
12322 2004-11-25  Richard M. Stallman  <rms@gnu.org>
12324         * progmodes/flymake.el: Reindent.
12325         (flymake-split-string): Turn into defalias.
12326         (flymake-fix-file-name): Rename from flymake-fix-path-name.
12327         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
12328         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
12329         (flymake-build-relative-filename): Rename from ...path.
12330         Fix error message.
12332 2004-11-25  Cheng Gao  <chenggao@gmail.com>
12334         * progmodes/flymake.el: Much whitespace and capitalization change.
12335         Move `provide' to end.  Require `compile' only when compiling.
12337 2004-11-24  Jay Belanger  <belanger@truman.edu>
12339         * calc/calc-alg.el: Added comment.
12340         (math-polynomial-base): Replace variable mpb-top-expr by
12341         math-poly-base-top-expr.
12343         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
12344         (math-polynomial-p1): Replace variable mpb-top-expr by declared
12345         variable.
12346         (math-poly-base-total-base): New variable.
12347         (math-total-polynomial-base, math-polynomial-p1): Replace variable
12348         mpb-total-base by declared variable.
12349         (math-factored-vars, math-to-list): Declare it.
12350         (math-fact-expr): New variable.
12351         (calcFunc-factors, calcFunc-factor, math-factor-expr)
12352         (math-factor-expr-try, math-factor-expr-part): Replace variable
12353         expr by declared variable.
12354         (math-fet-x): New variable.
12355         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
12356         by declared variable.
12357         (math-factor-poly-coefs): Make temp a local variable.
12359         * calc/calc-units.el (calc-convert-units): Make units a local
12360         variable.
12361         (calc-num-units, calc-den-units): New variables.
12362         (calc-explain-units, calc-explain-units-rec): Replace variables
12363         num-units and den-units by declared variables.
12364         (math-cu-unit-list): New variable.
12365         (math-build-units-table, math-compare-unit-names)
12366         (math-convert-units, math-convert-units-rec): Replace variable
12367         unit-list by declared variable.
12368         (math-fbu-base, math-fbu-entry): New variables.
12369         (math-find-base-units, math-find-base-units-rec): Replace variables
12370         base and entry by declared variables.
12371         (math-which-standard): New variable.
12372         (math-to-standard-units, math-to-standard-rec): Replace variable
12373         which-standard by declared variable.
12374         (math-fcu-u): New variable.
12375         (math-find-compatible-unit, math-find-compatible-unit-rec):
12376         Replace variable u by declared variable.
12377         (math-cu-new-units, math-cu-pure): New variables.
12378         (math-convert-units, math-convert-units-rec): Replace variables
12379         new-units and pure by declared variables.
12380         (math-try-cancel-units): New variable.
12381         (math-simplify-units-quotient): Replace variable try-cancel-units by
12382         declared variable.
12384 2004-11-24  Richard M. Stallman  <rms@gnu.org>
12386         * textmodes/ispell.el (ispell-check-version):
12387         If default-directory is nonexistent, use home dir.
12389         * progmodes/grep.el (grep-regexp-alist):
12390         Don't match parens around line numbers.
12392         * progmodes/cperl-mode.el (cperl-indent-region)
12393         (cperl-imenu--create-perl-index, cperl-xsub-scan):
12394         Don't print progress messages.
12396         * progmodes/compile.el (compilation-mode-map):
12397         Don't inherit from compilation-minor-mode-map;
12398         copy its bindings instead.  But the menu bar Compile
12399         entry now does inherit from compilation-menu-map.
12401         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12402         Use with-no-warnings around compiler-macroexpand.
12404         * imenu.el: Don't always require newcomment.
12405         (imenu--generic-function): Call comment-normalize-vars
12406         if we have a comment syntax.
12407         Exit the loop if REGEXP matches the null string.
12408         Test comment-start as well as comment-start-skip
12409         when deciding whether to check for comments.
12411         * tooltip.el (tooltip-mode): Doc fix.
12413         * term.el (term-escape-char, term-mode): Doc fixes.
12415 2004-11-24  Dave Love  <fx@gnu.org>
12417         * progmodes/python.el (python-font-lock-syntactic-keywords):
12418         Check for escapes in the regexp.
12419         (python-quote-syntax): Don't do it here.
12421 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
12423         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12424         (gdb-frames-mode-map, gdb-threads-mode-map)
12425         (gdb-registers-mode-map, gdb-locals-mode-map)
12426         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
12427         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
12429         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
12430         (dedicated-switch-to-buffer): Rework.
12431         (gdb-var-evaluate-expression-handler, gdb-put-string):
12432         Remove unused variable bindings.
12433         (gdb-setup-windows, gdb-display-buffer):
12434         Simplify.  Use pop-to-buffer.
12435         (gdb-view-source-function): Simplify.
12436         (gdb-frame-breakpoints-buffer):
12437         Use pop-to-buffer, special-display-regexps.
12439 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12441         * progmodes/f90.el (f90-smart-end)
12442         (f90-previous-statement, f90-beginning-of-block): Doc fix.
12443         (f90-calculate-indent): Handle un-named PROGRAM blocks.
12444         (f90-end-of-block): Doc fix.  Make check of outermost block
12445         conditional on value of `f90-smart-end'.
12446         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
12447         Handle case where END-BLOCK is nil.
12448         (f90-match-end): Handle un-named PROGRAM blocks.
12449         (f90-backslash-not-special): New function.
12451 2004-11-24  Jay Belanger  <belanger@truman.edu>
12453         * calc/calc.el (calc-embedded-active): Removed unnecessary
12454         declaration.
12455         (calc-show-banner): Removed redundant declaration.
12457         * calc/calc-graph.el (calc-gnuplot-default-device)
12458         (calc-gnuplot-default-output, calc-gnuplot-print-device)
12459         (calc-gnuplot-print-output, calc-gnuplot-geometry)
12460         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
12461         Remove redundant initial values.
12463         * calc/calc-arith.el (math-scalar-functions)
12464         (math-nonscalar-functions, math-scalar-if-args-functions)
12465         (math-real-functions, math-positive-functions)
12466         (math-nonnegative-functions, math-real-scalar-functions)
12467         (math-real-if-arg-functions, math-integer-functions)
12468         (math-num-integer-functions, math-rounding-functions)
12469         (math-float-rounding-functions, math-integer-if-args-functions)
12470         (math-super-types): Move declarations to earlier in file.
12471         (math-unit-prefixes): Declared it.
12472         (math-floor-prec, math-trunc-prec): New variables.
12473         (math-trunc-fancy): Replace variable prec by declared variable.
12474         (math-floor-fancy): Replace variable prec by declared variable.
12475         (math-com-bterms): New variable.
12476         (math-commutative-equal, math-commutative-collect):
12477         Replace variable bterms by declared variable.
12479         * calc/calc-misc.el (math-trunc): Replace variable prec by
12480         math-trunc-prec.
12481         (math-floor): Replace variable prec by math-floor-prec.
12483         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
12484         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
12485         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
12486         (math-format-date, math-format-date-part): Replace variables
12487         date, dt, year, month, day, weekday, hour, minute, second and
12488         bc-flag by declared variables.
12489         (math-pd-str): New variable.
12490         (math-parse-date, math-parse-date-word, math-parse-standard-date):
12491         Replace variable str by declared variable.
12492         (math-daylight-savings-hook, math-tzone-names): Move definitions
12493         to earlier in the file.
12494         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
12495         (math-sh-year): New variable.
12496         (math-setup-add-holidays, math-setup-holidays)
12497         (math-setup-year-holidays): Replace variable `year' by declared
12498         variable.
12500         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
12501         New variables.
12502         (math-nth-root-float, math-nth-root-float-iter): Replace variables
12503         n, nf and nfm1 by declared variables.
12504         (math-nri-n): New variable.
12505         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
12506         n by declared variable.
12507         (calcFunc-log): Removed misplaced condition.
12509 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12511         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
12513 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
12515         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
12516         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
12517         Dedicate gdb-related windows.
12518         (gdb-display-buffer): Dedicate gdb-related windows.
12519         Don't grab other frames.
12520         (gdb-reset): Remove dedicated property after debugging.
12522 2004-11-24  Jay Belanger  <belanger@truman.edu>
12524         * calc/calc-sel.el: Add comment.
12526         * calc/calc.el (math-stack-value-offset): Replace variables c,
12527         wid and off with math-svo-c, math-svo-wid and math-svo-off.
12529         * calc/calccomp.el (math-comp-sel-tag): Declare it.
12530         (math-svo-c, math-svo-wid, math-svo-off): New variables.
12531         (math-stack-value-offset-fancy): Replace variables c, wid and off
12532         by declared variables.
12533         (math-comp-just, math-comp-comma-spc): New variables.
12534         (math-compose-expr, math-compose-matrix): Replace variables `just'
12535         and comma-spc by declared variable.
12536         (math-comp-vector-prec): New variable.
12537         (math-compose-expr, math-compose-matrix, math-compose-rows):
12538         Replace variable vector-prec by declared variable.
12539         (math-comp-left-bracket, math-comp-right-bracket)
12540         (math-comp-comma): New variables.
12541         (math-compose-expr, math-compose-rows): Replace variables
12542         left-bracket, right-bracket and comma by declared variables.
12543         (math-comp-full-width): New variable.
12544         (math-comp-to-string-flat, math-comp-to-string-flat-term):
12545         Replace variable full-width by declared variable.
12546         (math-comp-highlight, math-comp-word, math-comp-level)
12547         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
12548         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
12549         New variables.
12550         (math-comp-to-string-flat, math-comp-to-string-flat-term)
12551         (math-comp-sel-flat-term): Replace variables comp-highlight,
12552         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
12553         declared variables.
12554         (math-comp-simplify, math-comp-simplify-term)
12555         (math-comp-add-string, math-comp-add-string-sel):
12556         Replace variables comp-highlight, comp-buf, comp-base,
12557         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
12559 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12561         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
12563         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
12564         and x-server-version may throw.
12566 2004-11-23  Kim F. Storm  <storm@cua.dk>
12568         * subr.el (substitute-key-definition-key): Optimize.
12569         Don't call indirect-function for nil defn (always signals error).
12571         * ido.el (ido-read-internal): Fix require-match check when
12572         ido-directory-too-big is set.
12574 2004-11-23  Jay Belanger  <belanger@truman.edu>
12576         * calc/calc-ext.el (math-read-replacement-list)
12577         (math-read-superscripts): New variables.
12578         (math-read-preprocess-string): New function.
12579         (math-read-expr): Filter input through math-read-preprocess-string.
12581         * calc/calc-aent.el (math-read-exprs): Filter input through
12582         math-read-preprocess-string.
12584 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
12586         * progmodes/compile.el (compilation-start): In cd command use
12587         substitute-env-vars -- not quite shell compatible but better than
12588         nothing.
12589         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
12590         handle the newer versions messages, which are more parseable.
12592 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12594         * reveal.el (reveal-mode-map): New var.
12595         (reveal-mode): Use it.
12597 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
12599         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
12600         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
12602 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12604         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
12605         header-line when needed.
12606         Use fixed-pitch only in the header-line.
12607         Build the underline automatically.  Use emdash if available.
12609 2004-11-22  Richard M. Stallman  <rms@gnu.org>
12611         * dired.el (dired-recursive-copies): Move from dired-aux.el.
12612         * dired-aux.el (dired-recursive-copies): Move to dired.el.
12614 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
12616         * progmodes/gdb-ui.el (gdb-resync): New function.
12617         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
12618         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
12619         Use it to fail more gracefully.
12620         (gdb-variables): Delete variable.
12621         Re-order variables to reduce byte-compiler warnings.
12623 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12625         * descr-text.el (describe-char):
12626         * paren.el (show-paren-function):
12627         * subr.el (syntax-after): Undo last change.
12629         * progmodes/python.el (run-python): Don't hard code *Python*.
12630         Don't modify global process-environment.
12631         (python-send-region, python-load-file): Don't assume that
12632         python-buffer == (process-buffer (python-proc)).
12633         (python-switch-to-python): Simplify.
12635         * dired.el (dired-align-file): Don't assume line starts with spaces.
12637 2004-11-21  Jay Belanger  <belanger@truman.edu>
12639         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
12640         Replace variable `lines' by math-read-big-lines.
12641         (math-read-big-expr): Replace variables the-baseline, the-h2
12642         and err-msg by math-read-big-baseline, math-read-big-h2 and
12643         math-read-err-msg.
12644         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
12646         * calc/calc-lang.el (math-read-big-rec): Fix typo.
12647         (math-read-big-balance): Replace unbound variable by value.
12648         (math-read-big-lines): New variable.
12649         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12650         (math-read-big-error, math-read-big-balance): Replace variable
12651         `lines' by declared variable.
12652         (math-read-big-baseline, math-read-big-h2): New variables.
12653         (math-read-big-rec): Replace variables the-baseline and the-h2
12654         by declared variables.
12655         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
12656         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12657         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
12658         declared variables.
12659         (math-read-big-err-msg): New variable.
12660         (math-read-big-error): Replace variable err-msg by declared variable.
12662 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12664         * ses.el: Add coding cookie.
12665         Fix up docstrings, follow new commenting conventions.
12666         (ses-header-line-menu): Fix missing variable rename for header-row.
12667         (ses-cell-size): Remove.
12668         (ses-make-cell): New function.
12669         (ses-cell, ses-insert-row, ses-insert-column): Use it.
12670         (ses-calculate-cell): Remove unused var `symbol'.
12671         (ses-narrowed-p): New function.
12672         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
12673         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
12674         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
12675         (ses-setup): Use restore-buffer-modified-p.
12676         (ses-cleanup): Remove unused var `end'.
12677         (ses-header-string-left-offset): Remove.
12678         (ses-create-header-string): Adjust to new behavior of `align-to'.
12679         Truncate excessively large fields to preserve alignment.
12680         (ses-reconstruct-all): Remove unused var `refs'.
12681         (ses-read-cell-printer): Remove unused var `prompt'.
12682         (ses-delete-row): Remove unused var `pos'.
12683         (ses-delete-column): Remove unused var `new'.
12685 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12687         * ps-print.el: Insert :version tag into all defgroup and defcustom.
12688         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12689         Eliminate eval-and-compile usage.
12690         (ps-insert-file): Use insert-file-contents instead of insert-file.
12691         (ps-setup): Code fix.
12693         * printing.el (pr-setup, lpr-setup): Code fix.
12695 2004-11-21  Jay Belanger  <belanger@truman.edu>
12697         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
12698         (calc-original-buffer): Declare them.
12699         (calc-user-formula-alist): New variable.
12700         (calc-user-define-formula, calc-fix-user-formula)
12701         (calc-user-define-composition, calc-finish-formula-edit):
12702         Replace variable `alist' by declared variable.
12703         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
12704         (var-q7, var-q7, var-q8, var-q9): Declare them.
12705         (calc-kbd-push): Don't check to see if var-q0 through var-q9
12706         are bound.
12707         (calcFunc-typeof): Replace undeclared variable by expression.
12708         (math-exp-env): New variable.
12709         (math-define-body, math-define-exp): Replace exp-env by declared var.
12710         (math-define-exp): Replace misplaced variable by expression.
12712         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
12713         (calc-curve-model, calc-curve-coefnames): New variables.
12714         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
12715         varnames, model and coefnames by declared variables.
12716         (math-root-widen): New variable.
12717         (math-search-root, math-find-root): Replace variable root-widen by
12718         declared variable.
12719         (var-DUMMY): Declare it.
12720         (math-root-vars, math-min-vars): Move the declarations to earlier in
12721         the file.
12722         (math-brent-min): Make d a local variable.
12723         (math-find-minimum): Replace non-existent variable.
12724         (math-ninteg-romberg): Remove unnecessary variable.
12725         (math-ninteg-temp): New variable.
12726         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
12727         integ-temp by declared variable.
12728         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
12729         New variables.
12730         (math-general-fit): Replace variables first-var, first-coef and
12731         new-coefs by declared variables.
12732         (calcFunc-fitvar): Replace variable first-var by declared variable.
12733         (calcFunc-fitparam): Replace variable first-coef by declared variable.
12734         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
12735         (math-all-vars-vars, math-all-vars-found): New variables.
12736         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
12737         found by declared variable math-all-vars-vars.
12739 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
12741         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
12742         of `defconst'.
12744 2004-11-20  Richard M. Stallman  <rms@gnu.org>
12746         * isearch.el (isearch-mode-map): Don't bind SPC.
12747         (isearch-whitespace-chars): Function deleted.
12748         (isearch-search): Bind search-spaces-regexp.
12749         (isearch-lazy-highlight-search): Likewise.
12750         (search-whitespace-regexp): Doc fix.
12751         (isearch-forward-regexp): Doc fix.
12753         * emacs-lisp/bytecomp.el (byte-compile-form):
12754         Move the calls to byte-compile-set-symbol-position,
12755         to avoid having two for the same symbol occurrence.
12757         * comint.el (comint-input-ring-size): Increase to 150.
12759         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
12760         New variables.
12761         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
12762         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
12764         * imenu.el (imenu--generic-function):
12765         Ensure we keep moving backward even if BEG isn't further back.
12767         * replace.el (query-replace-read-to, query-replace-read-from):
12768         Specify t for KEEP-ALL in read-from-minibuffer.
12770         * progmodes/python.el (python-switch-to-python):
12771         If Python isn't running, start it.
12772         Don't alter debug-ignored-errors.
12774         * progmodes/cperl-mode.el (cperl-indent-region):
12775         Don't mind imenu-scanning-message.
12777         * bindings.el (global-map): Bind C-e to move-end-of-line.
12779         * simple.el (line-move-finish): New arg FORWARD.
12780         Ignore invisible newlines, not intangible ones.
12781         Conditions for acceptable stopping positions depend on FORWARD.
12782         (line-move): Pass FORWARD arg to line-move-finish.
12784         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
12785         of HEADER.  Compensate for this change in the code to add display
12786         properties.  Don't make the first line intangible.
12788         * info.el (Info-search): Fix previous change.
12790 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
12792         * Makefile.in (recompile): Revert 2004-11-19 change.
12793         (compile): Likewise.
12795 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
12797         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
12799 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12801         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
12802         defgroup and defcustom.  Eliminate eval-and-compile usage.
12804         * progmodes/ebnf-otz.el: Fix typos.
12806 2004-11-19  Jay Belanger  <belanger@truman.edu>
12808         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
12809         (calc-edit-finish, calc-finish-stack-edit): Replace variable
12810         disp-trail by declared variable.
12812         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
12813         (calc-finish-selection-edit): Replace variable disp-trail by
12814         declared variable.
12815         (calc-selection-cache-entry): Move declaration to earlier in the file.
12816         (calc-selection-cache-num, calc-selection-cache-comp)
12817         (calc-selection-cache-offset, calc-selection-true-num)
12818         (calc-final-point-line, calc-final-point-column)
12819         (calc-original-buffer): Declare them.
12820         (calc-fnp-op, calc-fnp-num): New variables.
12821         (calc-find-nth-part, calc-find-nth-part-rec)
12822         (calc-select-previous): Replace op and num by declared variables.
12823         (calc-rsf-old, calc-rsf-new): New variables.
12824         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
12825         Replace variables old and new by declared variables.
12826         (calc-sel-reselect): New variable.
12827         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
12828         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
12829         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
12830         reselect with declared variable.
12832         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
12833         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
12834         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
12835         (math-import-list, math-rewrite-phase): Declare them.
12836         (math-rewrite): Use let* to declare variables.
12837         (calc-rewrite-selection): Make rules a local variable.
12838         (calc-rewr-sel): New variable.
12839         (calc-rewrite-selection, calc-locate-selection-marker)
12840         (calc-rewrite): Use the declared variable calc-rewr-sel instead
12841         of sel.
12842         (math-rewrite-whole-expr): New variable.
12843         (math-rewrite, math-rewrite-phase): Replace variable expr by
12844         declared variable.
12845         (math-rewrite-heads-heads, math-rewrite-heads-skips)
12846         (math-rewrite-heads-blanks ): New variables.
12847         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
12848         heads, skips and blanks by declared variables.
12849         (math-rwcomp-subst-old, math-rwcomp-subst-new)
12850         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
12851         New variables.
12852         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
12853         old, new, old-func and new-func by declared variables.
12854         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
12855         Remove unnecessary variable.
12856         (math-apply-rw-regs): New variable.
12857         (math-apply-rewrites, math-rwapply-replace-regs)
12858         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
12859         (math-apply-rw-ruleset): New variable.
12860         (math-apply-rewrites, math-rwapply-remember): Replace variable
12861         ruleset by declared variable.
12863 2004-11-19  Richard M. Stallman  <rms@gnu.org>
12865         * info.el (Info-search): Use search-whitespace-regexp.
12867 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
12869         * vc-rcs.el (vc-rcs-parse): New function.
12870         (vc-rcs-annotate-command): Likewise.
12871         (vc-rcs-annotate-current-time): Likewise.
12872         (vc-rcs-annotate-time): Likewise.
12873         (vc-rcs-annotate-extract-revision-at-line): Likewise.
12875 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
12877         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
12879 2004-11-18  Jay Belanger  <belanger@truman.edu>
12881         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
12883 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12885         * printing.el: Eliminate use of interactive-p and eval-and-compile.
12886         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12887         Use make-temp-file to generate PostScript files in any situation.
12888         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
12889         (pr-interactive-p): Eliminate var.
12890         (pr-save-interactive): Eliminate macro.
12891         (pr-interface, pr-ps-directory-preview)
12892         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12893         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12894         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12895         (pr-ps-buffer-ps-print, pr-ps-region-preview)
12896         (pr-ps-region-using-ghostscript, pr-ps-region-print)
12897         (pr-ps-region-ps-print, pr-ps-mode-preview)
12898         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12899         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12900         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
12901         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12902         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12903         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12904         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12905         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12906         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12907         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12908         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12909         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
12910         Eliminate pr-save-interactive usage.
12911         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
12912         Eliminate pr-interactive-p usage.
12913         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
12914         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
12915         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
12916         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
12917         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
12918         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
12919         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
12920         New funs.
12921         (pr-ps-file): Use make-temp-file to generate a temporary file.
12923 2004-11-17  Jay Belanger  <belanger@truman.edu>
12925         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
12926         a local variable.
12927         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
12928         (math-top-only): New variable.
12929         (math-simplify, math-simplify-step): Replace variable top-only by
12930         declared variable math-top-only.
12931         (math-simplify-expr): Declare it.
12932         Replace argument expr in all calls of math-defsimplify by
12933         math-simplify-expr.
12934         (math-simplify-plus, math-simplify-times, math-simplify-divide)
12935         (math-simplify-divisor, math-simplify-one-divisor)
12936         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
12937         (math-simplify-pow): Replace variable expr by declared variable
12938         math-simplify-expr.
12939         (math-simplify-divisor): Remove local variables temp and op.
12940         (math-simplify-one-divisor): Make temp and op local variables.
12941         (math-simplify-divisor-nover, math-simplify-divisor-dover):
12942         New variables.
12943         (math-simplify-divisor, math-simplify-one-divisor):
12944         Replace variables nover and dover by declared variables.
12945         (math-expr-subst-new, math-expr-subst-old): New variables.
12946         (math-expr-subst, math-expr-subst-rec): Replace variables new
12947         and old by declared variables.
12948         (math-is-poly-degree, math-is-poly-loose): New variables.
12949         (math-is-polynomial, math-is-poly-rec): Replace variables degree
12950         and loose by declared variables.
12951         (math-poly-base-const-ok, math-poly-base-pred): New variables.
12952         (math-polynomial-base, math-polynomial-base-rec):
12953         Replace variables const-ok and mpb-pred by declared variables.
12955         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
12957         * calc/calc-ext.el (math-defsimplify): Change the argument in
12958         the created function to math-simplify-expr.
12960         * calc/calc-units.el (math-simplify-expr): Declare it.
12961         Replace argument expr in all calls of math-defsimplify by
12962         math-simplify-expr.
12963         (math-simplify-units-prod): Replace variable expr by declared
12964         variable math-simplify-expr.
12966 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12968         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
12969         Replace mapcar->dolist, format->string.
12971 2004-11-17  Miles Bader  <miles@gnu.org>
12973         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
12974         * progmodes/idlwave.el: Remove RCS keywords.
12976 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
12978         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
12979         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
12980         Update to IDLWAVE version 5.5.  Too many changes to list them here.
12981         * progmodes/idlw-help.el: New file.
12983 2004-11-16  Richard M. Stallman  <rms@gnu.org>
12985         * international/iso-cvt.el (iso-tex2iso-trans-tab):
12986         Discard spaces after \i according to TeX rules.
12988         * international/mule.el (set-buffer-file-coding-system):
12989         New arg NOMODIFY.
12990         (after-insert-file-set-coding): Pass that new arg.
12991         Prevent set-buffer-multibyte from trying to lock the file.
12993         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
12995         * saveplace.el (save-place): Doc fix.
12997         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
12998         temporarily widen before finding the following word to copy.
13000         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
13001         (cl-map-keymap): Definition deleted.
13003         * subr.el (map-keymap-internal): New function.
13005 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13007         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
13008         when pressing rather than when releasing mouse-2.  Simplify.
13010 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13012         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
13013         (compilation-mode): Set it here instead.
13015         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
13017         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
13018         (loop, cl-parse-loop-clause, defsetf): Use backquote.
13020 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13022         * progmodes/compile.el (compilation-internal-error-properties):
13023         Fix up a transposition-typo.  Check end-col before using it.
13025 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
13027         * international/iso-cvt.el (iso-tex2iso-trans-tab):
13028         Discard whitespace after macro \i when converting it.
13030 2004-11-16  Juri Linkov  <juri@jurta.org>
13032         * emacs-lisp/find-func.el (find-function-regexp):
13033         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
13034         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
13035         Remove invalid `\W' from [^cgv\W].  Doc fix.
13036         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
13038 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
13040         * play/life.el: Maintainer is now FSF.
13041         (life-patterns, life-neighbor-deltas, life-window-start)
13042         (life-current-generation, life-generation-string): Use defvar
13043         instead of defconst.
13045 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13047         * progmodes/compile.el (compilation-move-to-column): New fun.
13048         (compilation-internal-error-properties)
13049         (compilation-next-error-function): Use it to make sure we don't go past
13050         the end of line.
13052 2004-11-15  John Paul Wallington  <jpw@gnu.org>
13054         * autoinsert.el (auto-insert-alist): Insert the user's name in
13055         copyright notice, rather than Free Software Foundation, for the
13056         Emacs Lisp header case too.
13058 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13060         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
13061         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13062         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
13063         return the list of string in a string.
13064         (pr-call-process): Message if calling process returns an error, that
13065         is, the exit status is different of zero.
13067 2004-11-15  Jay Belanger  <belanger@truman.edu>
13069         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
13070         variable var-thing.
13071         (math-integ-depth, math-integ-level, math-integral-limit)
13072         (math-enable-subst, math-any-substs, math-integ-msg)
13073         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
13074         (math-int-threshold, math-int-factors, math-double-roots)
13075         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
13076         (var-GenCount): Declare these variables.
13077         (calcFunc-integ): Don't check if var-IntegLimit is bound.
13078         (math-integral-cache, math-integral-cache-state):
13079         Move declarations to earlier in the file.
13080         (math-deriv-var, math-deriv-total, math-deriv-symb)
13081         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
13082         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
13083         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
13084         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
13085         (math-solve-res): New variables
13086         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
13087         (math-integral, math-replace-integral-parts)
13088         (math-integrate-by-parts, calc-dump-integral-cache)
13089         (math-try-integral, math-do-integral, math-do-integral)
13090         (math-do-integral-methods, math-try-solve-for)
13091         (math-try-solve-prod, math-solve-poly-funny-powers)
13092         (math-solve-crunch-poly, math-decompose-poly)
13093         (math-solve-find-root-term, math-find-root-in-prod)
13094         (math-integ-try-linear-substitutions)
13095         (math-integ-try-substitutions, math-expr-rational-in)
13096         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
13097         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
13098         (math-solve-for, math-solve-system, math-solve-system-rec)
13099         (math-solve-get-sign, math-solve-get-int)
13100         (math-solve-system-subst): Replace undeclared variables with newly
13101         declared variables.
13103 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13105         * winner.el (winner-active-region, winner-edges, winner-window-list):
13106         Define at toplevel.
13107         (winner-mode-map): Move init inside declaration.
13109 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
13111         * files.el (convert-standard-filename): Doc fix.
13113 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
13115         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
13116         passwd, group, shadow, default/* and pam.d/*.
13118 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13120         * printing.el (pr-menu-spec): Adjust menu specification.
13122 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13124         * printing.el: Doc fix.  Insert :version tag into all defcustom.
13125         Handle interactive-p as is recommended in Emacs Lisp Reference.
13126         Set the file permission bits for newly created files.
13127         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13128         The printing menu specification (in `pr-menu-spec') was merged.
13129         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13130         (pr-version): New version number (6.8.3).
13131         (pr-file-modes): New option.
13132         (pr-interactive-p): New var.
13133         (pr-save-interactive, pr-save-file-modes): New macros.
13134         (pr-setup): Code fix.
13135         (pr-menu-spec): Menu specification merged.
13136         (pr-call-process, pr-text2ps): Set file permission bits.
13137         (pr-despool-print): Set file permission bits.  Handle interactive-p as
13138         is recommended.
13139         (pr-interface, pr-ps-directory-preview)
13140         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13141         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13142         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13143         (pr-ps-buffer-ps-print, pr-ps-region-preview)
13144         (pr-ps-region-using-ghostscript, pr-ps-region-print)
13145         (pr-ps-region-ps-print, pr-ps-mode-preview)
13146         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13147         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13148         (pr-despool-using-ghostscript, pr-despool-ps-print)
13149         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13150         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13151         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13152         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13153         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13154         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13155         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13156         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13157         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
13158         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
13159         Handle interactive-p as is recommended.
13161 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13163         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
13164         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
13166         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
13167         so it doesn't forget to highlight the beginning of the region either.
13169 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
13171         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
13172         (c-font-lock-init): Eliminate obsolete make-local-hook.
13173         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13174         (awk-mode): Use run-mode-hooks.
13176         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
13178 2004-11-13  Kim F. Storm  <storm@cua.dk>
13180         * mouse.el (mouse-drag-copy-region): Add :version.
13181         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
13182         while dragging mode line, so mode line can be dragged downwards.
13183         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
13184         while pressing mouse button so window doesn't scroll until we
13185         release the mouse if clicking on partially visible line.
13187 2004-11-12  Jay Belanger  <belanger@truman.edu>
13189         * calc/calc-graph.el (calc-dumb-map): Declare it.
13190         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
13191         than unbound.
13192         (calc-graph-name): Made `end' a local variable.
13193         (calc-graph-lookup): Made `varname' a local variable.
13194         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
13195         Declare them.
13196         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
13197         (calc-graph-plot, calc-graph-compute-3d): Remove references to
13198         the unused variable y3vec.
13199         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
13200         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
13201         calc-graph-prev-kill-hook.
13202         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
13203         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
13204         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
13205         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
13206         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
13207         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
13208         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
13209         (calc-graph-y3value, calc-graph-y3name)
13210         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
13211         (calc-graph-stepcount, calc-graph-is-splot)
13212         (calc-graph-surprise-splot, calc-graph-blank)
13213         (calc-graph-non-blank, calc-graph-curve-num): New variables.
13214         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
13215         (calc-graph-recompute-2d, calc-graph-compute-3d)
13216         (calc-graph-format-data): Replace undeclared variables with the
13217         above newly declared variables.
13219 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
13221         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
13222         `rsf-beep' and `rsf-sleep-after-message'.
13224         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
13225         list if `message-sender' is non-nil.
13227 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13229         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
13230         consing by using mapc instead of mapcar.
13232 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
13234         * tooltip.el (require): Explain why CL is needed.
13236 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13238         * printing.el: Insert :version into defgroup (printing).  All reference
13239         to Files option in menubar were changed to File.
13240         (pr-version): New version number (6.8.2).
13241         (pr-get-symbol): Call easy-menu-intern.
13242         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
13243         compilation gripes.
13245 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13247         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
13248         new byte-compile-function-environment binding to t.
13250         * font-lock.el (font-lock-fontify-syntactically-region):
13251         Don't forget to highlight the last char when we hit `end'.
13253         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
13254         (mwheel-scroll): Adjust accordingly.
13256         * cvs-status.el: Reduce spurious warnings.
13257         (cvs-status-checkout): Remove.
13258         (cvs-status-mode-map): Use cvs-mode-checkout instead.
13260         * pcvs.el (cvs-mode-checkout): New command.
13262         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
13264         * tooltip.el: Require CL.
13266         * emacs-lisp/bytecomp.el: Use push.
13267         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
13268         (defalias): Remove the `byte-compile' property and add
13269         a `byte-hunk-handler'.
13271 2004-11-11  Juri Linkov  <juri@jurta.org>
13273         * info.el (Info-search): Save match data for isearch.
13274         Skip Tag Table node.
13276         * descr-text.el (describe-char): Replace syntax-after with code
13277         from its previous version.
13279         * files.el (magic-mode-alist): Use optimization for SGML mode too.
13280         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
13282         * international/mule.el (sgml-html-meta-auto-coding-function):
13283         Remove > after <html to allow HTML attributes.
13285 2004-11-11  Jay Belanger  <belanger@truman.edu>
13287         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
13288         a variable.
13289         (calcFunc-dfac): Replace unbound max by n.
13290         (math-stirling-local-cache): New variable.
13291         (math-stirling-number, math-stirling-1, math-stirling-2):
13292         Replace the variable `cache' by the declared variable
13293         math-stirling-local-cache.
13294         (var-RandSeed): Declare it as a variable.
13295         (math-init-random-base, math-random-digit): Don't check to see if
13296         var-RandSeed is bound.
13297         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
13298         Declare them instead of just setting them.
13299         (math-init-random-base): Made i a local variable.
13300         (math-random-digit): Made math-random-last a local variable.
13301         (math-prime-test-cache): Move declaration to before it is used.
13302         (math-prime-test-cache-k, math-prime-test-cache-q)
13303         (math-prime-test-cache-nm1, math-prime-factors-finished):
13304         Declare them as variables.
13306 2004-11-11  Jay Belanger  <belanger@truman.edu>
13308         * calc/calc-ext.el (math-defcache): Use defvar for the new
13309         variables it creates.
13311 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
13313         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
13314         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
13315         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
13316         (desktop-save): Add :version.
13318 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13320         * printing.el (pr-get-symbol): Don't downcase.
13322 2004-11-10  Jay Belanger  <belanger@truman.edu>
13324         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
13325         string to kill-ring.
13327         * calc/calc-aent.el (calc-alg-exp, math-toks)
13328         (math-exp-pos,math-exp-old-pos, math-exp-token)
13329         (math-exp-keep-spaces, math-exp-str): New variables.
13330         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
13331         (calcAlg-enter): Use declared variable calc-alg-exp.
13332         (math-build-parse-table, math-find-user-token): Use declared
13333         variable math-toks.
13334         (math-read-exprs, math-read-token, calc-check-user-syntax)
13335         (calc-match-user-syntax, match-factor-after, math-read-factor):
13336         Use declared variables math-exp-pos math-exp-old-pos.
13337         (math-read-exprs, math-read-token, math-read-expr-level)
13338         (calc-check-user-syntax, calc-match-user-syntax)
13339         (match-factor-after, math-read-factor): Use declared variable
13340         math-exp-token.
13341         (math-read-exprs, math-read-expr-list, math-read-token)
13342         (math-read-factor): Use declared variable math-exp-keep-spaces.
13343         (math-read-exprs, math-read-token): Use declared variable
13344         math-exp-str.
13345         (calc-match-user-syntax): Make m a local variable.
13347         * calc/calc-ext.el (math-read-expr): Use declared variables
13348         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
13349         math-exp-keep-spaces.
13351         * calc/calc-forms.el (math-read-angle-bracket): Use declared
13352         variables math-exp-pos, math-exp-str.
13354         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
13355         math-exp-old-pos.
13356         (math-parse-fortran-vector, math-parse-fortran-vector-end)
13357         (math-parse-eqn-prime): Use declared variable math-exp-token.
13359         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
13360         Use declared variable math-exp-pos.
13361         (math-check-for-commas): Use declared variable math-exp-str.
13362         (math-read-brackets): Use declared variables math-exp-old-pos,
13363         math-exp-keep-spaces.
13364         (math-read-brackets, math-read-vector, math-read-matrix):
13365         Use declared variable math-exp-token.
13367 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13369         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
13370         where the keymap is a symbol.
13371         (easy-menu-add-item): Use keymap-prompt.  Simplify.
13373         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
13375         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
13376         (sgml-parse-tag-backward): Use it to skip spurious < or >.
13378 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
13380         * ebuff-menu.el: Doc fixes throughout.
13381         (electric-buffer-menu-mode-hook): New defvar.
13383 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
13385         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
13386         The resulting compiler warnings appear to be harmless.
13388 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
13390         * textmodes/conf-mode.el: New file.
13392         * files.el (auto-mode-alist, magic-mode-alist): Use it.
13394 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13396         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
13398 2004-11-09  Jay Belanger  <belanger@truman.edu>
13400         * calc/calc-ext.el (calc-init-extensions): Remove old code.
13402         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
13403         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
13404         (calc-z-prefix-help, calc-user-function-list): Use declared
13405         variables calc-z-prefix-buf, calc-z-prefix-msgs.
13406         (math-map-tree, math-map-tree-rec): Use declared variables
13407         math-mt-many, math-mt-func.
13408         (math-read-expression, math-read-string): Use declared variable
13409         math-expr-data.
13411         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
13412         variable math-normalize-a.
13414         * calc/calc.el (math-normalize-a): New variable.
13415         (math-normalize): Use declared variable math-normalize-a.
13417         * calc/calc-poly.el (math-expand-form): Use declared variable
13418         math-mt-many.
13420         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13421         Use declared variable math-mt-many.
13422         (math-rewrite): Use declared variable math-mt-func.
13424         * calc/calc-vec.el (math-read-brackets, math-read-vector)
13425         (math-read-matrix): Use declared variable math-expr-data.
13427         * calc/calc-lang.el (math-parse-fortran-vector)
13428         (math-parse-fortran-vector-end, math-parse-tex-sum)
13429         (math-parse-eqn-matrix, math-parse-eqn-prime)
13430         (math-read-math-subscr): Use declared variable math-expr-data.
13432         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
13433         (math-read-expr-level, math-read-token, calc-check-user-syntax)
13434         (calc-match-user-syntax, math-read-if, math-factor-after)
13435         (math-read-factor): Use declared variable math-expr-data.
13437 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13439         * calendar/diary-lib.el (diary-from-outlook)
13440         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
13441         interactive-p; but rather new optional argument NOCONFIRM.
13443 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13445         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
13446         (easy-menu-name-match): Revert correspondingly.
13448 2004-11-09  Richard M. Stallman  <rms@gnu.org>
13450         * emacs-lisp/bytecomp.el (byte-compile-defalias):
13451         Turn off warnings for the new function even if definition not constant.
13452         If the definition isn't a quoted symbol, record (FUNCTION . t).
13453         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
13454         (byte-compile-callargs-warn): Handle (FUNCTION . t).
13455         (display-call-tree, byte-compile-arglist-warn):
13456         Handle t returned by byte-compile-fdefinition.
13458 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13460         * Makefile.in (maintainer-clean): Depend on distclean.
13462         * help-fns.el (help-C-file-name): File name must be in build-files
13463         to be returned.
13465 2004-11-09  Jay Belanger  <belanger@truman.edu>
13467         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
13468         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
13470         * calc/calc.el (calc, calc-trail-display, calc-mode):
13471         Remove obsolete sections.
13473         * calc/calc.el (calc-x-paste-text): Remove.
13475         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
13476         mouse-2.
13478 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
13480         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
13481         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
13482         current frame (in case of recursive calls).
13483         (gdb-show-changed-values): Add :version keyword.
13485 2004-11-09  Kenichi Handa  <handa@m17n.org>
13487         * international/mule-cmds.el: Change coding: tag back to
13488         iso-2022-7bit.
13490 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13492         * international/mule-cmds.el: Change coding-system to utf-8.
13493         (select-safe-coding-system-interactively):
13494         New function extracted from select-safe-coding-system.
13495         (select-safe-coding-system): Use it.
13497 2004-11-08  Richard M. Stallman  <rms@gnu.org>
13499         * subr.el (syntax-after): Doc fix.
13501         * paren.el (show-paren-function): Change calls to syntax-after
13502         for new way of returning the value.
13504         * menu-bar.el (menu-bar-file-menu): Make this the real name
13505         and menu-bar-files-menu the alias.  Use the former.
13506         (global-map): Use `file', not `files', as the symbol.
13508         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
13510         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
13511         Don't use beginning-of-buffer.
13512         (filesets-cmd-show-result): Use with-no-warnings.
13514 2004-11-08  Juri Linkov  <juri@jurta.org>
13516         * progmodes/compile.el (compile): Don't overwrite last command in
13517         minibuffer history with default command if they are not equal.
13519 2004-11-08  Jay Belanger  <belanger@truman.edu>
13521         * calc/calcalg2.el (math-do-integral-methods): Try linear then
13522         non-linear substitutions.
13524 2004-11-08  Jay Belanger  <belanger@truman.edu>
13526         * calc/calcalg2.el (math-linear-subst-tried): New variable.
13527         (math-do-integral): Set `math-linear-subst-tried' to nil.
13528         (math-do-integral-methods): Use `math-linear-subst-tried' to
13529         determine what type of substitution to try.
13530         (math-integ-try-linear-substituion):
13531         Set `math-linear-subst-tried' to t.
13533 2004-11-08  Kim F. Storm  <storm@cua.dk>
13535         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
13537 2004-11-07  Juri Linkov  <juri@jurta.org>
13539         * info-look.el (info-lookup): Allow reusing in the current buffer
13540         not only *info* buffer, but all (even renamed) Info buffers
13541         by checking for major-mode instead of *info* buffer name.
13542         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
13543         (octave-mode, maxima-mode) <doc-spec>:
13544         Allow long dashes generated by Texinfo 4.7 before definitions.
13545         (texinfo-mode) <doc-spec>: Add space to suffix to find command
13546         definitions with argument separated by space.
13548 2004-11-06  Richard M. Stallman  <rms@gnu.org>
13550         * simple.el (next-error group, face): Move before first use.
13551         (next-error-highlight, next-error-highlight-no-select): Likewise.
13553         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
13554         (line-move): New args NOERROR and TO-END.
13555         Return t if succeed in moving specified number of lines.
13556         (move-end-of-line): New function.
13558         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
13559         (end-of-buffer-other-window): Likewise.
13561         * simple.el (line-move-ignore-invisible): Default to t.
13563         * subr.el (syntax-after): Return the syntax letter, not the raw code.
13565         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
13567         * international/iso-cvt.el (iso-cvt-define-menu):
13568         Rename menu-bar-files-menu to menu-bar-file-menu.
13570         * net/browse-url.el (browse-url-gnome-moz-program)
13571         (browse-url-gnome-moz-arguments): Move up before first use.
13573         * net/tramp.el (tramp group): Add :version.
13575         * progmodes/ada-xref.el (ada-gdb-application):
13576         Use goto-char instead of beginning-of-buffer.
13578         * progmodes/cperl-mode.el (cperl-info-on-command):
13579         Use goto-char instead of beginning-of-buffer.
13581         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
13582         Move up before first use.
13583         (idlwave-shell-temp-pro-file): Likewise.
13584         (idlwave-shell-temp-rinfo-save-file): Likewise.
13585         (idlwave-shell-temp-file): Minor doc fix.
13587         * textmodes/flyspell.el (flyspell-external-point-words):
13588         Use goto-char instead of beginning-of-buffer.
13590 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
13592         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
13593         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
13594         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
13596 2004-11-06  David Ponce  <david@dponce.com>
13598         * recentf.el (recentf-menu-path): Use menu item name.
13600 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
13602         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
13603         display doesn't support images.
13605 2004-11-06  Andreas Schwab  <schwab@suse.de>
13607         * tempo.el (tempo-match-finder): Doc fix.
13609         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
13611 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13613         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
13614         (easy-menu-lookup-name): New fun to replace it.
13615         (easy-menu-get-map): Use it to obey menu item names (rather than just
13616         keys) when looking up `path'.
13617         (easy-menu-always-true-p): Rename from easy-menu-always-true.
13618         (easy-menu-convert-item-1): Adjust to new name.
13620 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
13622         * outline.el (hide-body): Don't hide lines at the top of the file
13623         that precede the first header line.
13625 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
13627         * align.el (align-areas): Delete whitespace before reindenting, so
13628         that tabs are never placed after spaces.
13630 2004-11-06  Alan Shutko  <ats@acm.org>
13632         * macros.el (insert-kbd-macro): Do completions based on macros,
13633         rather than all commands.
13635 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
13637         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
13638         to solve a bug whereby tags with 'b' don't match.
13640 2004-11-05  Juri Linkov  <juri@jurta.org>
13642         * info.el (Info-search): Don't search in node header lines
13643         and file headers.
13645         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
13646         symbol-constituent characters after dot, not only digits.
13648 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
13650         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
13652 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13654         * dired.el (dired-read-dir-and-switches): Call read-directory-name
13655         if a dialog will be used, read-file-name otherwise.
13657 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13659         * textmodes/table.el (table group): Add :version.
13661         * textmodes/ispell.el (ispell-word):
13662         Don't alter args; set them only thru `interactive' spec.
13664         * textmodes/flyspell.el (flyspell-word):
13665         Don't alter FOLLOWING; set it only thru `interactive' spec.
13667         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
13669         * net/browse-url.el (browse-url-maybe-new-window):
13670         Use called-interactively-p.
13672         * mail/supercite.el (sc-cite-region):
13673         Don't use interactive-p.  Add arg INTERACTIVE.
13674         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
13676         * international/mule-cmds.el (set-input-method, toggle-input-method):
13677         Don't use interactive-p.  Add arg INTERACTIVE.
13679         * eshell/esh-mode.el (eshell-show-maximum-output):
13680         Don't use interactive-p.
13681         (eshell-truncate-buffer): Just message, no error, if buffer is short.
13683         * mouse.el (mouse-show-mark): Get positions to delete from mark
13684         and point, not from mouse-drag-overlay.
13686         * imenu.el (imenu-eager-completion-buffer): Add :version.
13688         * filesets.el (filesets group): Add :version.
13690 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
13692         * files.el (xml-based-modes): Delete var.
13693         (magic-mode-alist): New more general var.
13694         (set-auto-mode): Use it.
13696         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
13697         when clicking from another window.
13699 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
13701         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
13702         (vc-cvs-annotate-time): Incorporate value of deleted var.
13703         Remove special-case handling of beginning-of-buffer cruft.
13704         Cache ending position (point) and return value in text property
13705         `vc-cvs-annotate-time', and consult it on subsequent invocations.
13707         * vc-cvs.el (vc-cvs-annotate-command):
13708         Delete extraneous lines from beginning of buffer.
13709         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
13711         * progmodes/grep.el (grep-default-command): Take empty string
13712         for tag if all other methods yield nil.  Shell-quote the tag.
13714         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
13715         spec in `interactive' form, and mention it in the docstring.
13716         Also, make sure point is at bol after calling `annotate-time'.
13718 2004-11-02  Richard M. Stallman  <rms@gnu.org>
13720         * cus-edit.el (customize-group-other-window):
13721         Select the window that displays the custom buffer.
13722         (custom-buffer-create-other-window): Likewise.
13724         * comint.el (comint-insert-input): Fix previous change.
13726         * emacs-lisp/elp.el (elp-instrument-function):
13727         Use called-interactively-p.
13729         * emacs-lisp/easymenu.el (easy-menu-intern):
13730         Don't downcase; rather, case-flip the first letter of each word.
13732         * emacs-lisp/easy-mmode.el (define-minor-mode):
13733         Use called-interactively-p.
13735         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
13736         Add interactive-only.
13737         (byte-compile-warnings): Add interactive-only as option.
13738         (byte-compile-interactive-only-functions): New variable.
13739         (byte-compile-form): Warn about calls to functions
13740         in byte-compile-interactive-only-functions.
13742         * emacs-lisp/autoload.el (update-file-autoloads):
13743         Don't use interactive-p; take new arg SAVE-AFTER.
13745         * emacs-lisp/advice.el (ad-make-advised-definition):
13746         Use called-interactively-p.
13748 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13750         * files.el (find-file-existing): New function.
13752         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
13753         find-file-existing.  Add "New File..." that calls find-file.
13755         * diropen.pbm, diropen.xpm: New files.
13757         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
13758         icon diropen.  New tool bar item find-file-existing uses icon open.
13760         * dired.el (dired-read-dir-and-switches): Call read-directory-name
13761         instead of read-file-name.
13763 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
13765         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
13766         (icalendar--split-value): Change name of work buffer.
13767         (icalendar--get-weekday-abbrev): Return nil on error.
13768         (icalendar--date-to-isodate): New function.
13769         (icalendar-convert-diary-to-ical)
13770         (icalendar-extract-ical-from-buffer): Use only two args for
13771         make-obsolete (XEmacs compatibility).
13772         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
13773         (icalendar-export-region): Doc fix.
13774         If error, return non-nil and write errors to a buffer.
13775         Use correct weekday for weekly recurring events.
13776         Check whether date has been parsed for ordinary events.
13777         Make weekly events start in the year 2000.
13778         DTEND is non-inclusive, shift end date by one day if
13779         necessary (not for entries that have date and time).
13780         Rename local let variables: oops -> found-error, datestring ->
13781         startdatestring.
13783 2004-11-02  Kim F. Storm  <storm@cua.dk>
13785         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
13786         keep-mode-if-same variable.  Add it as optional arg instead.
13787         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
13789         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
13790         substitute-command-keys will select lower-case bindings like those
13791         used in the static help texts.
13793         * descr-text.el (describe-text-properties): Don't err if called in
13794         the *Help* buffer; output to *Help-2* buffer instead.
13796         * kmacro.el (group kmacro): Add :version.
13797         (kmacro-keyboard-quit): New function to cleanup on C-g.
13798         (kmacro-start-macro): Set defining-kbd-macro to append when
13799         appending to last macro.
13801         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
13803 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
13805         * progmodes/gdb-ui.el (gdb-enable-debug-log)
13806         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
13807         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
13808         Add :version keyword.
13810 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
13812         * progmodes/flymake.el (flymake-err-line-patterns):
13813         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
13814         `compilation-error-regexp-alist-alist' to internal Flymake format.
13816         * progmodes/flymake.el: Eliminate byte-compiler warnings.
13818 2004-11-01  Jay Belanger  <belanger@truman.edu>
13820         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
13821         with `interactive "s"'.
13823 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13825         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13826         Revert change from 2004-10-16.  '*' checks the current buffer, but the
13827         mouse click may be in another buffer.
13829 2004-11-01  John Paul Wallington  <jpw@gnu.org>
13831         * files.el (large-file-warning-threshold): Add :version keyword.
13832         (kill-some-buffers): Doc fix.
13834         * thumbs.el (group thumbs): Add :version keyword.
13836         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
13838 2004-11-01  Richard M. Stallman  <rms@gnu.org>
13840         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
13842         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
13844         * allout.el (allout group): Add :version.
13845         (allout-init): Don't use interactive-p.
13846         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
13847         (allout-forward-current-level, allout-backward-current-level):
13848         Don't use interactive-p.
13850         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
13851         (bibtex-find-text): Likewise.
13853         * progmodes/vhdl-mode.el (vhdl-fill-region)
13854         (vhdl-beginning-of-statement): Don't use interactive-p.
13856         * progmodes/idlwave.el (idlwave-update-routine-info):
13857         Don't use interactive-p.
13859         * progmodes/idlw-shell.el (idlwave-shell-send-char):
13860         Don't use interactive-p.
13862         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
13863         Don't use interactive-p.
13865         * progmodes/ada-xref.el (ada-make-body-gnatstub):
13866         Don't use interactive-p.
13868         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
13869         (fortune-in-buffer): Doc fix.
13871         * play/5x5.el (5x5-new-game): Set up the buffer even if not
13872         interactive.
13874         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
13875         don't select the temporary buffer.
13876         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
13877         (eudc-get-phone): Likewise.
13879 2004-11-01  Kim F. Storm  <storm@cua.dk>
13881         * man.el (Man-xref-normal-file): Fix help-echo.
13883 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13885         * reveal.el (reveal-last-tick): New var.
13886         (reveal-post-command): Use it to avoid closing overlays when we're
13887         appending text to them.
13889 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13891         * textmodes/bibtex.el: Require button.
13892         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
13893         (bibtex-reference-keys): Distinguish between header keys and
13894         crossref keys.
13895         (bibtex-beginning-of-field): New function.
13896         (bibtex-url-map): Remove.
13897         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
13898         (bibtex-font-lock-url-regexp): Assume that field names begin at
13899         the beginning of a line.
13900         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
13901         Remove field delimiters.  Use bibtex-beginning-of-field.
13902         Bugfix, point can be inside a field with a url.
13903         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
13904         New functions.
13905         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
13906         (bibtex-key-in-head): Simplify.
13907         (bibtex-current-line): Use bolp.
13908         (bibtex-parse-keys): Remove unused arg `add'.
13909         Use bibtex-type-in-head and bibtex-key-in-head.
13910         (bibtex-parse-entry, bibtex-autofill-entry):
13911         Use bibtex-type-in-head and bibtex-key-in-head.
13912         (bibtex-autokey-get-field): Do not alter case of replacement text.
13913         (bibtex-autokey-get-names): Do all processing of name list.
13914         (bibtex-autokey-get-year): New function.
13915         (bibtex-autokey-get-title): Do all processing of title words.
13916         (bibtex-generate-autokey): Simplify.
13917         (bibtex-string-files-init): Use default-directory.
13918         Allow for absolute file names in bibtex-string-files.
13919         (bibtex-files, bibtex-file-path): New variables.
13920         (bibtex-files-expand): New function.
13921         (bibtex-find-entry-globally): New command.
13922         (bibtex-summary-function): New variable.
13923         (bibtex-summary): Default value of bibtex-summary-function.
13924         (bibtex-find-crossref): New optional args pnt and split.
13925         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
13926         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
13927         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
13928         Fix handling of required and alternative fields.
13929         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
13930         Use cons and display-buffer.
13931         (bibtex-validate-globally): New command.
13932         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
13933         bibtex-parse-keys and bibtex-parse-strings for updating
13934         bibtex-reference-keys and bibtex-strings.
13935         (bibtex-realign): Remove blank lines past the last entry.
13936         (bibtex-reformat): Use bibtex-entry-format as default.
13937         (bibtex-choose-completion-string): Remove.
13938         (bibtex-complete): Do not use bibtex-choose-completion-string.
13939         (bibtex-url): Simplify.
13941 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13943         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
13944         (x-dnd-types-alist, x-dnd-open-file-other-window)
13945         (x-dnd-known-types): Add :version.
13947 2004-10-31  John Paul Wallington  <jpw@gnu.org>
13949         * ibuffer.el (group ibuffer): Add :version keyword.
13951 2004-10-31  Kim F. Storm  <storm@cua.dk>
13953         * ido.el (group ido): Add :version keyword.
13954         (ido-mode): Remove :version keyword.
13956         * emulation/cua-base.el (group cua): Add :version keyword.
13957         (cua-mode): Remove :version keyword.
13959 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
13961         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
13963         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
13964         compiler warning.
13965         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
13966         function.
13967         (help-at-pt-display-when-idle): Remove autoload.
13969 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13971         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
13973 2004-10-30  Juri Linkov  <juri@jurta.org>
13975         * help.el (function-called-at-point):
13976         * help-fns.el (variable-at-point): Read -> intern.
13978 2004-10-30  Simon Josefsson  <jas@extundo.com>
13980         * progmodes/autoconf.el (autoconf-font-lock-keywords):
13981         Recognize AS_* too.
13983 2004-10-29  Simon Josefsson  <jas@extundo.com>
13985         * subr.el (read-passwd): Move back from password.el.
13987         * password.el: Remove, not ready yet.
13989 2004-10-29  Andreas Schwab  <schwab@suse.de>
13991         * speedbar.el (speedbar-frame-parameters): Improve customize type.
13993 2004-10-29  Sam Steingold  <sds@gnu.org>
13995         * mouse.el (mouse-show-mark): Replace the last occurrence of
13996         x-lost-selection-hooks with x-lost-selection-functions.
13998 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14000         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
14001         x-lost-selection-functions is bound.
14003         * mouse-sel.el (mouse-sel-mode):
14004         * emacs-lisp/lselect.el: Adjust to new names for
14005         x-(lost|sent)-selection-functions.
14007         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
14008         New obsolete aliases of x-lost-selection-functions and
14009         x-sent-selection-functions.
14011 2004-10-28  Kim F. Storm  <storm@cua.dk>
14013         * imenu.el (imenu-scanning-message): Remove.
14014         (imenu-progress-message): Make it a no-op.
14016 2004-10-28  John Paul Wallington  <jpw@gnu.org>
14018         * files.el (set-auto-mode): Call `throw' correctly.
14020 2004-10-28  Juri Linkov  <juri@jurta.org>
14022         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
14023         to search `Info-...' commands in `info' manual.
14024         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14025         Add 'info-file "emacs" property.
14026         (Info-find-emacs-command-nodes): Fix index line number regexp.
14027         Set real line number (instead of fake 0) in first element of the
14028         returned list.
14029         (Info-goto-emacs-command-node): Use line number of first element
14030         to set point in the first found Info node.
14032         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
14033         code to `grep-mode-font-lock-keywords'.
14034         (grep-mode-font-lock-keywords): Delete grep markers instead
14035         of making them invisible.
14037 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14039         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
14040         and x-server-version in bug report.
14042 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
14044         * files.el (set-auto-mode-0): New function.
14045         (set-auto-mode): Use it to handle aliased modes and to
14046         be consistent between C-x C-f and C-x C-w.
14048 2004-10-28  Kenichi Handa  <handa@m17n.org>
14050         * international/utf-8.el (utf-translate-cjk-charsets):
14051         Add katakana-jisx0201.
14053         * international/subst-jis.el: Add data for JISX0201.
14055 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14057         * obsolete/hilit19.el (hilit-mode): New function.
14058         Move all the toplevel side-effecting stuff into it, so that loading
14059         hilit19 doesn't mess everything up any more.
14061 2004-10-27  Richard M. Stallman  <rms@gnu.org>
14063         * add-log.el (add-change-log-entry): Set up mailing address
14064         and full name later, and don't alter add-log-mailing-address
14065         or add-log-full-name.
14067         * elide-head.el (elide-head): Change error to message.
14068         (elide-head-show): Likewise.
14070         * apropos.el (apropos-macrop): Doc fix.
14072         * mouse.el (mouse-show-mark): Do most processing the same
14073         regardless of transient-mark-mode.
14075         * shadowfile.el (shadow-copy-files): Use interactive-p
14076         only to control whether to print a message.
14078         * tar-mode.el (tar-mode): Use write-contents-functions,
14079         not write-contents-hooks.
14081         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
14082         directory-sep-char.
14084 2004-10-27  Richard M. Stallman  <rms@gnu.org>
14086         * strokes.el (strokes-unload-hook): Fix previous change.
14088         * type-break.el (type-break-run-at-time): Always use run-at-time;
14089         forget the alternatives.
14090         (type-break-cancel-function-timers): Always use cancel-function-timers;
14091         forget the alternatives.
14093         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
14095 2004-10-27  Kenichi Handa  <handa@m17n.org>
14097         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
14099         * international/subst-gb2312.el: Likewise.
14101         * international/subst-big5.el: Likewise.
14103         * international/subst-ksc.el: Likewise.
14105         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
14106         New variable.
14107         (utf-translate-cjk-set-unicode-range): New function.
14108         (utf-translate-cjk-unicode-range): Make it customizable.
14109         (utf-8-post-read-conversion):
14110         Use utf-translate-cjk-unicode-range-string.
14111         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
14112         Unicode ranges.
14114 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
14116         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
14117         trivial variants to shorten the list.
14118         (xml-based-modes): New var.
14119         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
14120         declaration higher priority than auto-mode-alist.
14122         * find-file.el (cc-other-file-alist): Bring it in line with
14123         cc-mode's auto-mode-alist entries and use \' instead of $.
14125         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
14126         and add "Id" and "Name" submenus to it.
14128         * imenu.el (imenu--generic-function): Skip matches in comments.
14130 2004-10-26  Jay Belanger  <belanger@truman.edu>
14132         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
14133         (full-calc-keypad, calc-trail-display): Use an extra argument
14134         instead of `interactive-p'.
14136         * calc/calc-misc.el (calc-other-window): Use an extra argument
14137         instead of `interactive-p'.
14139         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
14140         `interactive-p'.
14142 2004-10-26  Kim F. Storm  <storm@cua.dk>
14144         * help.el (describe-key): Describe both down-event and up-event
14145         for a mouse click.
14147 2004-10-26  Richard M. Stallman  <rms@gnu.org>
14149         * woman.el (woman): Don't call interactive-p.
14151         * pcomplete.el (pcomplete): Instead of interactive-p,
14152         use an arg set non-nil by the interactive spec.
14154         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
14155         use an arg set non-nil by the interactive spec.
14157         * man.el (Man-cleanup-manpage): Instead of interactive-p,
14158         use an arg set non-nil by the interactive spec.
14160 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
14162         * progmodes/flymake.el (flymake-split-string):
14163         Use `flymake-split-string-remove-empty-edges' in any case.
14165 2004-10-26  Masatake YAMATO  <jet@gyve.org>
14167         * progmodes/flymake.el (flymake-err-line-patterns):
14168         Use `compilation-error-regexp-alist-alist' instead of
14169         `compilation-error-regexp-alist'.
14171 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14173         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
14174         verbatim face on the \ of \end{verbatim}.
14176 2004-10-25  Jay Belanger  <belanger@truman.edu>
14178         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
14179         erasing minibuffer.
14181 2004-10-25  Simon Josefsson  <jas@extundo.com>
14183         * subr.el (read-passwd): Move to net/password.el.
14185         * net/password.el (read-passwd): Add.  Autoload it.
14187 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
14189         * mouse-sel.el (mouse-sel-mode): Specify custom group.
14191         * simple.el (process-file): Fix logic.
14193 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
14195         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
14196         (increase-right-margin): Remove erroneous call to `interactive-p'.
14198 2004-10-24  Kim F. Storm  <storm@cua.dk>
14200         * help.el (describe-mode): Fix 2004-10-13 change.
14201         Copy pure "Auto Fill" string so it can be propertized later
14202         without causing a read-only error.
14204 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
14206         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
14207         style indexes.
14209 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
14211         * simple.el (process-file): Accept nil for INFILE.  Reported by
14212         Luc Teirlinck.
14214 2004-10-24  Masatake YAMATO  <jet@gyve.org>
14216         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
14217         Handle periods and underscores in a function name.
14218         Remove the address fontification.
14220 2004-10-24  Masatake YAMATO  <jet@gyve.org>
14222         * progmodes/asm-mode.el (asm-font-lock-keywords):
14223         Use font-lock-variable-name-face for registers.
14225 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
14227         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
14228         kill-all-local-variables.
14229         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
14230         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
14231         Use kill-all-local-variables and provide mode-hooks.
14232         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
14233         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
14234         Suggested by Masatake YAMATO <jet@gyve.org>.
14236 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
14238         * simple.el (process-file): New function, similar to call-process
14239         but supports file handlers.
14240         * vc.el (vc-do-command): Use it, instead of call-process.
14241         * net/tramp-vc.el (vc-do-command): Do not advise it if
14242         process-file is fboundp.
14243         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
14244         process-file.
14245         (tramp-handle-process-file): New function.
14246         (tramp-file-name-for-operation): Support process-file.
14248 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
14250         * calendar/icalendar.el (icalendar--weekday-array): New constant.
14251         (icalendar-weekdayabbrev-table)
14252         (icalendar-monthnumber-table): Delete.
14253         (icalendar--get-month-number): Use calendar-month-name-array.
14254         (icalendar--get-weekday-number): New function.
14255         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
14256         (icalendar-export-region): Handle multi-line entries.
14257         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
14259 2004-10-23  John Paul Wallington  <jpw@gnu.org>
14261         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
14262         `wildcards' set to t in interactive spec.
14264         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
14265         interactive spec rather than use `interactive-p'.
14266         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
14267         rather than use function `interactive-p'.
14269 2004-10-22  Kenichi Handa  <handa@m17n.org>
14271         * international/mule.el (translate-region): Implement it in Lisp
14272         as a front end of translate-region-internal.
14274 2004-10-21  Jay Belanger  <belanger@truman.edu>
14276         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
14277         Declare these variables with defvar.
14279         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
14280         is bound, only check to see if it is bound.
14282 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14284         * textmodes/tex-mode.el (tex-compilation-parse-errors):
14285         Don't output messages.
14287         * calc/calc-help.el (calc-describe-bindings): Fix last change.
14289 2004-10-21  John Paul Wallington  <jpw@gnu.org>
14291         * calc/calc-graph.el (calc-graph-init):
14292         Use `set-process-query-on-exit-flag'.
14294 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
14296         * progmodes/compile.el (compilation-start): Rely on `cd' to get
14297         dir right and also allow argumentless cd.
14299 2004-10-19  Richard M. Stallman  <rms@gnu.org>
14301         * textmodes/flyspell.el (flyspell-mode): Doc fix.
14303         * eshell/em-unix.el (eshell-grep):
14304         Don't bind compilation-process-setup-function.
14306         * comint.el (comint-insert-input): Use @ in `interactive'.
14307         (comint-input-filter-functions): Doc fix.
14308         (comint-kill-whole-line, comint-get-source): Doc fix.
14310         * progmodes/compile.el (compilation-setup):
14311         Don't set buffer-read-only if MINOR is non-nil.
14313 2004-10-19  Jay Belanger  <belanger@truman.edu>
14315         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
14316         (calc-emacs-type-gnu19): Remove.
14317         (calc-digit-map, calc-read-key-sequence, calc-read-key):
14318         Remove check for old emacs versions.
14320         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
14321         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
14322         for current Emacs.
14324         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
14325         the end of the minibuffer.
14326         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
14327         copy `esc-map'.
14329         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
14331         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
14332         call that would be given when the current emacs was used.
14334 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
14336         * calendar/icalendar.el: Set coding to utf-8.
14337         (icalendar-version): Increase to 0.07.
14338         (icalendar-monthnumber-table): Change March pattern.
14339         (icalendar-get-all-event-properties)
14340         (icalendar-set-event-property): Delete.
14341         (icalendar-all-events): No longer interactive.
14342         (icalendar-convert-diary-to-ical)
14343         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
14344         their replacements.
14345         (icalendar-export-file, icalendar-export-region): New functions;
14346         essentially old `icalendar-convert-diary-to-ical' but appending to
14347         target rather than overwriting.
14348         (icalendar-import-file): Append to target file rather than
14349         overwriting.  Fourth arg deleted.
14350         (icalendar-import-buffer): New name for old
14351         `icalendar-extract-ical-from-buffer'.
14352         (icalendar--convert-string-for-import): New name for
14353         old `icalendar-convert-for-import'.
14354         (include-icalendar-files): Delete.
14355         Prefix for all internal functions changed from `icalendar-'
14356         to `icalendar--'.
14358 2004-10-19  Richard M. Stallman  <rms@gnu.org>
14360         * paths.el (news-path): Fix previous change.
14362 2004-10-18  Jay Belanger  <belanger@truman.edu>
14364         * calc/calc-help.el (calc-describe-bindings):
14365         Set `buffer-read-only' to nil while working in the keybindings buffer;
14366         remove some extra information from the keybindings buffer.
14368 2004-10-18  David Ponce  <david@dponce.com>
14370         * mouse.el (mouse-drag-move-window-top): New function.
14371         (mouse-drag-mode-line-1): Use it.
14373 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
14375         * info.el (Info-fontify-node): For multiline refs,
14376         arrange to unfontify newline and surrounding whitespace.
14378 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14380         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
14381         directory is missing.
14383 2004-10-17  John Paul Wallington  <jpw@gnu.org>
14385         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
14386         New customizable variable; whether to display buffers that match
14387         `ibuffer-maybe-show-predicates' by default.
14388         (ibuffer-maybe-show-predicates): Mention it in docstring.
14389         (ibuffer-display-maybe-show-predicates): New variable.
14390         (ibuffer-update): Prefix arg now toggles whether buffers that
14391         match `ibuffer-maybe-show-predicates' should be displayed.
14392         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
14393         locally to heed `ibuffer-default-display-maybe-show-predicates'.
14394         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
14396 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
14398         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
14399         work correctly.
14401 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
14403         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
14404         (Buffer-menu-beginning): New helper function.
14405         (Buffer-menu-execute): Use it.
14406         (Buffer-menu-select): Use it.
14407         (Buffer-menu-sort): Use it and also keep markers.
14409 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14411         * paths.el (news-directory): Rename from news-path.  Old name alias.
14412         (rmail-spool-directory): Use defvar.
14413         (sendmail-program): Use defcustom.
14414         (remote-shell-program): Use defcustom.
14415         (term-file-prefix): Use defvar.
14416         (abbrev-file-name): Use defvar.
14418         * term.el: Add maintainer.
14420         * subr.el (with-local-quit): Return nil if there's a quit.
14421         (read-passwd): Use with-local-quit.  Doc fix.
14423         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
14424         (strokes-unload-hook): Set as a variable with add-hook.
14426         * startup.el (fancy-splash-tail, normal-splash-screen):
14427         Update copyright year.
14429         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
14431         * server.el (server-unload-hook): Set as a variable with add-hook.
14433         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
14435         * frame.el (special-display-popup-frame):
14436         Make the buffer current as its frame is created.
14438         * delsel.el (delsel-unload-hook): Set as a variable.
14440         * comint.el (comint-output-filter-functions):
14441         Add comint-watch-for-password-prompt.
14442         (comint-read-noecho): Function deleted.
14443         (send-invisible): Use read-passwd.
14445         * fringe.el (fringe-mode-initialize): New function.
14446         (fringe-mode): Use fringe-mode-initialize as :initialize.
14448 2004-10-17  Kim F. Storm  <storm@cua.dk>
14450         * language/indian.el (indian-script-language-alist): Swap value
14451         and doc.
14452         (indian-font-char-index-table): Doc fix.
14454 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14456         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
14458 2004-10-16  Juri Linkov  <juri@jurta.org>
14460         * progmodes/compile.el (compilation-start): Move let-binding of
14461         `process-environment' into `with-current-buffer' body.
14462         Reported by Matt Hodges <MPHodges@member.fsf.org>.
14464 2004-10-16  Richard M. Stallman  <rms@gnu.org>
14466         * pcvs-util.el (cvs-bury-buffer):
14467         Don't call get-buffer-window for effect.
14469         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
14471         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
14473         * msb.el (msb-unload-hook): Set the variable.
14475         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14476         Use * to err if buffer is readonly.
14478         * subr.el (looking-back): Return only t or nil.
14480         * whitespace.el (whitespace-unload-hook): Set the variable.
14482         * view.el (view-mode-enable): Set view-page-size and
14483         view-half-page-size to nil.
14484         (view-set-half-page-size-default): view-half-page-size = nil
14485         means the default.
14486         (View-scroll-page-forward): Use view-page-size-default.
14487         (View-scroll-page-backward): Likewise.
14488         (view-page-size, view-half-page-size): Doc fixes.
14490         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
14492         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
14494         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
14495         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
14496         (byte-compile-log-1): Bind inhibit-read-only.
14497         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
14498         (byte-compile-log-warning): Likewise.
14499         (byte-compile-file-form-require): Detect "cl" from the arg value.
14501         * progmodes/compile.el (compilation-start): Assume compilation-mode
14502         will make the buffer read-only.
14503         (compilation-mode): Take arg name-of-mode.
14504         (compilation-setup): Make buffer read-only.
14505         (compilation-handle-exit): Bind inhibit-read-only.
14507         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
14508         (ispell-message): Likewise.
14509         (ispell-show-choices): Don't call get-buffer-window uselessly.
14510         (ispell-init-process): Use set-process-query-on-exit-flag.
14512 2004-10-16  Kim F. Storm  <storm@cua.dk>
14514         * fringe.el (fringe-bitmaps): Only initialize when defined.
14516         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
14517         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
14519         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
14521 2004-10-15  Simon Josefsson  <jas@extundo.com>
14523         * net/password.el: Add.
14525 2004-10-14  Masatake YAMATO  <jet@gyve.org>
14527         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
14528         (gdb-script-end-of-defun): New function.
14529         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
14530         `gdb-script-end-of-defun' as *-of-defun-function.
14532 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
14534         * button.el (button-activate): Allow a marker to display as an action.
14536         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
14538         * help.el (describe-mode): Use it to make minor mode list into
14539         hyperlinks.
14541 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14543         * vc.el (vc-annotate-display-select): Fix typo.
14545         * subr.el (substitute-key-definition-key): New function.
14546         (substitute-key-definition): Use it with map-keymap.
14547         (event-modifiers): Use push.
14548         (mouse-movement-p, with-temp-buffer): Simplify.
14550 2004-10-12  Jay Belanger  <belanger@truman.edu>
14552         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
14553         New variables.
14554         (calc-help-index-entries): New function.
14555         (calc-describe-function): Use `calc-help-function-list' instead of
14556         obarray for completion.
14557         (calc-describe-variable): Use `calc-help-variable-list' instead
14558         of obarray for completion.
14560 2004-10-12  Richard M. Stallman  <rms@gnu.org>
14562         * info-look.el (info-lookup-file): Add info-file property.
14563         (info-lookup-symbol): Likewise.
14565         * info.el (info-xref): Add underlining.
14566         (info): Add info-file property.
14567         (Info-find-emacs-command-nodes): Specify case-sensitive search.
14569 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
14571         Sync with Tramp 2.0.45.
14573         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
14574         defined.  This is not the case for XEmacs without package "edebug".
14575         (tramp-set-auto-save-file-modes): Set permissions of autosaved
14576         remote files to the permissions of the original file.  This is not
14577         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
14578         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
14579         (tramp-perl-decode): Fix an error in Perl implementation.
14580         $pending must be cleared every loop.  Reported by Benjamin Place
14581         <benjaminplace@sprintmail.com>
14583         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
14584         Don't activate advice during definition.  This is done later on,
14585         depending on test result of `substitute-in-file-name'.
14586         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14588 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14590         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
14592         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
14594 2004-10-12  David Ponce  <david@dponce.com>
14596         * recentf.el (recentf-edit-list): Update the menu when the recentf
14597         list has been modified.
14599 2004-10-12  Simon Josefsson  <jas@extundo.com>
14601         * net/tls.el (tls-certtool-program): New variable.
14602         (tls-certificate-information): New function, based on
14603         ssl-certificate-information.
14605 2004-10-12  Kenichi Handa  <handa@m17n.org>
14607         * international/mule.el (coding-system-equal): Move from mule-util.el.
14609         * international/mule-util.el (coding-system-equal): Move to mule.el.
14611 2004-10-12  Kim F. Storm  <storm@cua.dk>
14613         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
14614         reset kmacro-initial-counter-value if set.
14615         (kmacro-set-counter): Only set kmacro-counter if defining or executing
14616         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
14617         (kmacro-display): Show macro counter if non-zero.
14619         * subr.el (substitute-key-definition): Mention command remapping
14620         in doc string.
14622 2004-10-11  Jay Belanger  <belanger@truman.edu>
14624         * calc/calc-misc.el (calc-info-goto-node): New function.
14625         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
14626         node in one step.
14627         (calc-describe-copying, calc-describe-distribution)
14628         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
14629         Go to appropriate info node in one step.
14631 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14633         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
14635         * font-lock.el (font-lock-apply-highlight): Fix last change.
14637 2004-10-11  Simon Josefsson  <jas@extundo.com>
14639         * mail/smtpmail.el (smtpmail-open-stream): Look for
14640         starttls-gnutls-program instead of starttls-program iff
14641         starttls-use-gnutls is non-nil.
14642         (smtpmail-open-stream): Don't overwrite user settings of
14643         starttls-extra-arguments and starttls-extra-args.
14645 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14647         * comint.el (comint-mouse-insert-input): Remove.
14648         (comint-insert-input): Make it work for mouse bindings.
14649         (comint-mode-map): Move defs into the declaration.
14650         (comint-output-filter): Typo.
14652         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
14654 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
14656         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
14657         (ange-ftp-call-chmod): Reference remote-shell-program instead of
14658         ange-ftp-remote-shell.
14660 2004-10-10  Andreas Schwab  <schwab@suse.de>
14662         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
14663         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
14664         Reported by <sri@asu.edu>.
14666 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
14668         * vc.el (vc-annotate-mode): Remove variable.
14669         (vc-annotate-display-select): Only call vc-annotate-mode
14670         if we're not in that mode already.
14672 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14674         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
14675         (imenu-choose-buffer-index): Check here for rescan instead.
14677         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
14678         where the face expression evals to nil.
14680         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
14681         (tex-font-lock-keywords-2): Use it.
14682         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
14684         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
14686 2004-10-09  Kim F. Storm  <storm@cua.dk>
14688         * subr.el (progress-reporter-update): Define before first usage.
14689         (make-progress-reporter): Doc fix.
14691 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
14693         * textmodes/paragraphs.el (sentence-end-double-space)
14694         (sentence-end-without-period, sentence-end-without-space)
14695         (sentence-end): Doc fixes.
14697 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
14699         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
14700         Change paragraph-start regexp so we don't fill code starting with #'(.
14702 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
14704         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
14705         New defcustom.
14706         (extract-address-components): Use it.
14708 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
14710         * subr.el (make-progress-reporter, progress-reporter-update)
14711         (progress-reporter-force-update, progress-reporter-do-update)
14712         (progress-reporter-done): New functions.
14714         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
14716         * progmodes/etags.el (etags-tags-completion-table): Use progress
14717         reporter.
14718         (etags-tags-apropos): Likewise.
14720 2004-10-08  Alan Mackenzie  <acm@muc.de>
14722         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
14723         of current line.
14725 2004-10-08  Masatake YAMATO  <jet@gyve.org>
14727         * server.el (server-process-filter): Wrap `process-send-region'
14728         by `condition-case' to guard the case when the pipe to PROC is closed.
14730 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
14732         * xml.el (xml-substitute-special): Limit handling of external entities.
14734 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
14736         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
14738 2004-10-06  John Paul Wallington  <jpw@gnu.org>
14740         * xml.el (xml-parse-dtd): Fix `error' call.
14742 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
14744         * xml.el (xml-substitute-special): Return a single string instead
14745         of a list of strings if an entity substitution is made.
14747 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
14749         * calendar/icalendar.el: New file.
14751 2004-10-05  Juri Linkov  <juri@jurta.org>
14753         * isearch.el (isearch-done): Set mark after running hook.
14754         Reported by Drew Adams <drew.adams@oracle.com>.
14756         * info.el (Info-history, Info-toc): Fix Info headers.
14757         (Info-toc): Narrow buffer before Info-fontify-node.
14758         (Info-build-toc): Don't check for special Info file names.
14759         Set main-file to nil if Info-find-file returns a symbol.
14761 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
14763         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
14764         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
14765         * calendar/cal-menu.el (calendar-mode-map): Ditto.
14767 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
14769         * calendar/cal-iso.el (calendar-iso-read-args): New function,
14770         for old interactive spec from calendar-goto-iso-date.
14771         (calendar-goto-iso-date): Use it.
14772         (calendar-goto-iso-week): New function.  Suggested by Emilio
14773         C. Lopes <eclig@gmx.net>.
14775 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
14777         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
14778         `set-right-margin' bindings that follow the minor mode conventions.
14780 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14782         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
14783         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
14784         (latex-block-args-alist): Add minipage and picture.
14785         (latex-block-body-alist): Use reftex-label if enabled.
14786         (latex-insert-block): Don't insert a \n if not necessary.
14787         (tex-compile-commands): Make sure dvips doesn't send to printer.
14788         (tex-compile-default): Handle the case where no executable is found.
14789         (latex-noindent-environments): New var.
14790         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
14791         If tex-indent-allhanging is non-nil, make sure we only align for macros
14792         at beginning of line.
14794 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
14796         * newcomment.el (comment-beginning): Doc fix and don't choke on
14797         unset `comment-end-skip' when at beginning of comment.
14799 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
14801         * term.el (term-adjust-current-row-cache): Don't allow the current
14802         row to become negative.
14803         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
14804         the end of the line.  Fix scroll down.  Add comments.
14805         (term-handle-ansi-escape): Don't exceed terminal width when moving
14806         right.
14807         (term-scroll-region): Move the cursor after setting the scroll region.
14809 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
14811         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
14812         to `width' for consistency with docstring.  Doc fix.
14814 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
14816         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
14817         This is necessary for derived modes.
14819 2004-09-30  Kim F. Storm  <storm@cua.dk>
14821         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
14822         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
14824         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
14825         kmacro-extract-lambda functions.
14826         (edit-kbd-macro): Handle kmacro lambda forms.
14827         Include counter and counter format in edit buffer.
14828         (edmacro-finish-edit): Get counter and format from edit buffer and
14829         update kmacro bindings when found.
14831 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
14833         * textmodes/paragraphs.el (forward-paragraph):
14834         Avoid args-out-of-range error when point winds up at the beginning of
14835         the buffer and hard newlines are enabled.
14837         * newcomment.el (comment-multi-line): Doc fix.
14839 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14841         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
14842         (diff-fixup-modifs): Catch unified-diff file-headers.
14844 2004-09-29  Kim F. Storm  <storm@cua.dk>
14846         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
14847         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
14848         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
14850         * fringe.el (fringe-bitmap-p): New macro.
14851         (fringe-bitmaps): Add standard fringe bitmaps on load.
14853 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14855         * dired.el (dired-view-command-alist): Use more efficient regexps.
14856         Remove dubious arguments.
14857         (dired-align-file): New function.
14858         (dired-insert-directory): Use it.
14859         (dired-move-to-end-of-filename): Make the " -> " search more specific.
14860         (dired-buffers-for-dir): Remove unused var `pattern'.
14862 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
14864         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
14865         from diary display excursion.  Store diary buffer's point for
14866         `simple-diary-display'.
14867         (simple-diary-display): Set window point and start when
14868         displaying buffer, to preserve point.
14870 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
14872         * textmodes/enriched.el (enriched-translations): Replace defconst
14873         with defvar.
14875 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14877         * printing.el: Doc fix.
14878         (pr-version): New version number (6.8.1).
14879         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
14880         make-temp-name.
14881         (pr-delete-file): Check if file exists before deleting it.
14882         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
14884 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14886         * term.el (term-display-table): New variable.
14887         (term-mode): Use it.
14888         (term-exec-1): Set the coding system to binary.
14889         (term-emulate-terminal): Decode the string before inserting it.
14891 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
14893         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
14894         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
14895         (map): Bind S-prior, S-next and S-insert.
14896         (term-mode): Set `indent-tabs-mode' to nil.
14897         (term-paste): New function to be bound to S-insert.
14898         (term-send-del, term-send-backspace): Change the strings sent.
14899         (term-termcap-format): Synchronize with etc/e/eterm.ti.
14900         (term-handle-colors-array): Fix handling of underline and reverse.
14901         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
14902         (term-erase-in-line): Fix comparison.
14903         (term-emulate-terminal): Fix line wrap handling.
14904         (term-start-output-log): Rename from `term-set-output-log'.
14905         (term-stop-output-log): Rename from `term-stop-photo'.
14906         (term-switch-to-alternate-sub-buffer): Comment out, unused.
14908 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14910         * dired.el (dired-move-to-filename): Don't output a message if
14911         raise-error is non-nil.  Fix return position and value.
14913         * files.el (insert-directory): Obey --dired even with symlinks.
14915 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
14917         * ls-lisp.el (ls-lisp-format): Mark file names with property
14918         dired-filename.
14920 2004-09-25  Kim F. Storm  <storm@cua.dk>
14922         * ido.el (ido-max-directory-size): New defcustom.
14923         (ido-decorations): Add "too big" element.
14924         (ido-directory-too-big): New dynamic var.
14925         (ido-may-cache-directory): Don't cache big directories.
14926         (ido-directory-too-big-p): New defun.
14927         (ido-set-current-directory): Update ido-directory-too-big.
14928         (ido-read-internal): Make empty ido-cur-item if too-big.
14929         (ido-buffer-internal): Use ido-read-internal directly instead of
14930         ido-read-buffer.
14931         (ido-file-internal): Init ido-directory-too-big.
14932         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
14933         and redo completion with full list.
14934         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
14935         it, and show completions.
14936         (ido-all-completions): Let bind ido-directory-too-big to nil.
14937         (ido-exhibit): Handle ido-directory-too-big.
14938         (ido-read-buffer): Handle fallback to read-buffer.
14939         Init ido-directory-too-big.
14940         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
14941         Init ido-directory-too-big.
14943 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
14945         * subr.el (delay-mode-hooks): Doc fix.
14947 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
14949         * textmodes/enriched.el
14950         (enriched-default-text-properties-local-flag): New variable.
14951         (enriched-mode): Make sure that enabling and disabling the mode is
14952         a no-op.  Doc fix.
14954 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
14956         * calendar/holidays.el (holiday-advent): Report on a specified day
14957         offset from advent, not just advent.
14958         (holiday-easter-etc): Report on one specified day offset from
14959         easter, not all easter holidays.  Various Easter holidays moved to
14960         `christian-holidays' variable in calendar.el.
14961         * calendar/calendar.el (christian-holidays): Adapt for new
14962         behavior of `holiday-advent' and `holiday-easter-etc' functions.
14964 2004-09-23  Kim F. Storm  <storm@cua.dk>
14966         * image.el (insert-sliced-image): Add doc string.
14968         * ido.el (ido-choice-list): New dynamic var for `list' context.
14969         (ido-context-switch-command): New dynamic var.
14970         (ido-define-mode-map): Generalize switch between file/buffer contexts.
14971         (ido-read-internal): Handle new `list' context.
14972         Handle insert-buffer and insert-file ido-exit values.
14973         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
14974         ido-context-switch-command.  Handle insert-file ido-exit value.
14975         (ido-read-buffer): Set ido-context-switch-command to 'ignore
14976         unless it is already bound by caller.
14977         (ido-file-internal): New arg switch-cmd.  Use it to setup
14978         ido-context-switch-command.  Handle insert-buffer ido-exit value.
14979         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
14980         used for context switching.
14981         (ido-all-completions): Handle new `list' context.
14982         (ido-make-choice-list): Return choices for `list' context.
14983         (ido-find-file-in-dir, ido-display-file, ido-write-file)
14984         (ido-display-buffer, ido-kill-buffer): Disable context switching.
14985         (ido-insert-buffer, ido-insert-file): Setup context switching.
14986         (ido-exhibit): Handle `list' context.
14987         (ido-read-file-name): Disable context switching.  Handle fallback.
14988         (ido-read-directory-name): Disable context switching.
14989         (ido-completing-read): New defun like completing-read.  Setup and
14990         use new `list' context.
14992 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
14994         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
14996 2004-09-21  Jay Belanger  <belanger@truman.edu>
14998         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
14999         `calc-graph-set-styles' so the gnuplot buffer will appear in a
15000         separate window.
15002 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
15004         * subr.el (after-change-major-mode-hook): Doc fix.
15006 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15008         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
15009         of ghostscript for monochrome PostScript file in Windows.
15011 2004-09-21  Kenichi Handa  <handa@m17n.org>
15013         * descr-text.el (describe-char): Checking of quail activation fixed.
15015 2004-09-21  Jay Belanger  <belanger@truman.edu>
15017         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
15019 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
15021         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
15022         after the mode hooks instead of before.  Doc fix.
15024 2004-09-20  Jason Rumney  <jasonr@gnu.org>
15026         * startup.el (command-line) [windows-nt]: Try .emacs first, then
15027         _emacs, but revert to .emacs if neither exists in home directory.
15029 2004-09-20  John Paul Wallington  <jpw@gnu.org>
15031         * bindings.el (completion-ignored-extensions): Add .dfsl.
15033 2004-09-20  Richard M. Stallman  <rms@gnu.org>
15035         * bindings.el (scroll-left): Make it disabled.
15037         * files.el (enable-local-eval): Doc fix.
15039         * indent.el (move-to-left-margin): Special case for minibuffer.
15041         * term.el (term-emulate-terminal): Turn off undo for output.
15042         Use with-current-buffer and save-selected-window.
15044         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
15046         * progmodes/make-mode.el (makefile-fill-paragraph):
15047         Don't insist on spaces when looking for comments.  # is enough.
15049         * files.el (hack-local-variables): Copy the variables list
15050         to another buffer, strip prefixes and suffixes there, then read.
15051         (enable-local-eval): Doc fix.
15052         (ignored-local-variables): Initialize to nil.
15053         (risky-local-variable-p): Don't check ignored-local-variables here.
15054         (hack-one-local-variable): Ignore var if in ignored-local-variables.
15056 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
15058         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
15059         of = to "." (punctuation).
15061 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15063         * subr.el (event-basic-type): Fix mask (extend to 22bits).
15065 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
15067         * textmodes/enriched.el (enriched-rerun-flag): New variable.
15068         (enriched-before-change-major-mode): New function.
15069         Add it to `change-major-mode-hook'.
15070         (enriched-after-change-major-mode): New function.
15071         Add it to `after-change-major-mode-hook'.
15072         (enriched-mode): Make it work correctly if called from
15073         `after-change-major-mode-hook'.
15074         No longer set `indent-line-function'.
15076         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
15078         * subr.el (after-change-major-mode-hook): New variable.
15079         (run-mode-hooks): Implement it.
15081 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15083         * battery.el (battery-linux-proc-apm): Use string-to-number.
15084         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
15085         Use dolist (and less indentation).  Use erase-buffer.
15086         Pre-initialize `design-capacity', `warn', and `low'.
15087         (battery-format): Use replace-regexp-in-string.
15089 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
15091         * battery.el: Delete superfluous empty lines.
15092         (battery-linux-proc-acpi): Attempt to gather information from all
15093         battery subdirectories regardless of their file name.
15094         (battery-linux-proc-apm): Replace all occurrences of
15095         battery-hex-to-int-2 with string-to-int (base 16).
15096         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
15097         (battery-hex-map): Delete variable.
15099 2004-09-18  John Paul Wallington  <jpw@gnu.org>
15101         * calc/calc-units.el (calc-quick-units): Fix overzealous
15102         s/or/unless/.
15104 2004-09-17  Jay Belanger  <belanger@truman.edu>
15106         * calc/calc.el (calc-mode-var-list): Fix the value of
15107         `calc-matrix-brackets'.
15109 2004-09-17  Romain Francoise  <romain@orebokech.com>
15111         * ibuf-ext.el (define-ibuffer-filter filename):
15112         Expand dired-directory since buffer-file-name is absolute.
15114 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
15116         * ediff-init.el (ediff-current-diff-face-A)
15117         (ediff-current-diff-face-B, ediff-current-diff-face-C)
15118         (ediff-current-diff-face-Ancestor)
15119         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15120         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15121         (ediff-even-diff-face-A, ediff-even-diff-face-B)
15122         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15123         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15124         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15125         Use min-colors.
15127         * term.el (term-down): Perform vertical motion if DOWN is negative.
15128         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
15129         (term-termcap-format): Synchronize with the eterm terminfo entry
15130         in etc/e/eterm.ti.
15131         (term-handle-colors-array): If the current foreground or
15132         background are zero (i.e. unspecified), use the foreground and
15133         background of the default face for reverse video.
15134         (term-ansi-at-eval-string, term-ansi-default-fg)
15135         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
15136         (term-mem): Delete unused function.
15137         (term-protocol-version): Increment.
15138         (term-current-face): Set to default.
15140 2004-09-15  Jay Belanger  <belanger@truman.edu>
15142         * calc/calc.el (calc-mode-var-list): Define this variable.
15143         (calc-always-load-extensions, calc-line-numbering)
15144         (calc-line-breaking, calc-display-just, calc-display-origin)
15145         (calc-number-radix, calc-leading-zeros, calc-group-digits)
15146         (calc-group-char, calc-point-char, calc-frac-format)
15147         (calc-prefer-frac, calc-hms-format, calc-date-format)
15148         (calc-float-format, calc-full-float-format, calc-complex-format)
15149         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15150         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15151         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15152         (calc-matrix-brackets, calc-language, calc-language-option)
15153         (calc-left-label, calc-right-label, calc-word-size)
15154         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15155         (calc-display-raw, calc-internal-prec, calc-angle-mode)
15156         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15157         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15158         (calc-window-height, calc-display-trail, calc-show-selections)
15159         (calc-use-selections, calc-assoc-selections)
15160         (calc-display-working-message, calc-auto-why, calc-timing)
15161         (calc-mode-save-mode, calc-standard-date-formats)
15162         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
15163         (calc-user-parse-tables, calc-gnuplot-default-device)
15164         (calc-gnuplot-default-output, calc-gnuplot-print-device)
15165         (calc-gnuplot-print-output, calc-gnuplot-geometry)
15166         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15167         (calc-invocation-macro, calc-show-banner): Give these values as
15168         part of `calc-mode-var-list's initialization after the variables
15169         are declared with defvar.
15170         (calc-bug-address): Change email address to send bug reports to.
15171         Change the maintainer address at the top.
15172         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
15173         than "\\.emacs" to determine if it is the user-init-file.
15175         * calc/calc-embed.el (calc-embedded-set-modes): Use
15176         `calc-mode-var-list' correctly.
15178 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
15180         * vc.el (annotate-time): Document point handling.
15181         (vc-annotate-display-autoscale): Doc fix.
15183 2004-09-15  Miles Bader  <miles@gnu.org>
15185         * generic.el (generic-make-keywords-list): Use symbol rather than
15186         word anchors in regexp.
15188 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15190         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
15191         no file name consider `dired-directory'.
15193 2004-09-14  Kim F. Storm  <storm@cua.dk>
15195         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
15197 2004-09-14  Simon Josefsson  <jas@extundo.com>
15199         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
15201         * textmodes/dns-mode.el: Add.
15203 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15205         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
15206         (disabled-command-function): Make the ?\  char more obvious.
15208         * vc-arch.el (vc-arch-root, vc-arch-registered):
15209         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
15211 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
15213         * windmove.el (windmove-frame-edges): Report coordinates of
15214         outside edges of frame, not inside edges.
15215         (windmove-coordinates-of-position): Convert into wrapper to new
15216         function `windmove-coordinates-of-window-position';
15217         `compute-motion' always applies to selected window.
15218         (windmove-coordinates-of-position): Update documentation to refer
15219         to Emacs 21 Lisp Reference Manual.
15220         (windmove-find-other-window): Fix off-by-one errors for max x,y.
15222 2004-09-13  Kim F. Storm  <storm@cua.dk>
15224         * isearch.el (isearch-resume-in-command-history): Rename from
15225         isearch-resume-enabled and change default to nil.
15227 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15229         * vc-hooks.el (vc-ignore-dir-regexp): New var.
15230         (vc-registered): Use it.
15231         (vc-find-root): New fun.
15233         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15234         Don't tell to use \\{...} when it's already done.
15236         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
15237         Provide a sample complex default.
15238         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
15239         (bibtex-entry): Use mapc.
15241 2004-09-12  Kim F. Storm  <storm@cua.dk>
15243         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
15245         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
15246         inhibit-field-text-motion to t so rectangles work in comint buffers.
15248         * simple.el (choose-completion-string): Set buffer before running
15249         choose-completion-string-functions hook so it can be buffer-local.
15251 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
15253         * progmodes/compile.el (compilation-start): Parse command to see
15254         if it starts with a cd, and if so perform it for the *compilation*
15255         buffer.  Change the header to reflect this.
15257 2004-09-11  Kim F. Storm  <storm@cua.dk>
15259         * ido.el (ido-enable-dot-prefix): Doc fix.
15260         (ido-enable-dot-prefix): New defcustom.
15261         (ido-set-matches1): Use it.
15263 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15265         * textmodes/bibtex.el (bibtex-mark-active)
15266         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
15268 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15270         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
15271         used in a case insensitive environment.
15272         (bibtex-mode-map): Rearrange order of menus.
15273         (bibtex-quoted-string-re): Obsolete.
15274         (bibtex-complete-key-cleanup): Variable replaced by new function.
15275         (bibtex-font-lock-keywords): Use backquotes.
15276         (bibtex-font-lock-url-regexp): New internal variable.
15277         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
15278         "OPT" and "ALT".
15279         (bibtex-insert-current-kill, bibtex-make-field)
15280         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
15281         (bibtex-parse-field-text): Simplify.
15282         (bibtex-string=): New helper function.
15283         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
15284         (bibtex-map-entries): Use bibtex-string=.
15285         (bibtex-search-entry): Use not.
15286         (bibtex-enclosing-field): Fix docstring.
15287         (bibtex-assoc-regexp): Obsolete.
15288         (bibtex-format-entry): Use assoc-string and bibtex-string=.
15289         (bibtex-autokey-get-names): Handle empty name field.
15290         (bibtex-parse-strings): Use assoc-string and unless.
15291         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
15292         Use assoc-string.
15293         (bibtex-pop): Simplify.
15294         (bibtex-mode): Set font-lock-extra-managed-props.
15295         (bibtex-entry-update): Use assoc-string.
15296         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
15297         (bibtex-autofill-entry): Use bibtex-string=.
15298         (bibtex-print-help-message): Simplify.
15299         (bibtex-find-entry): New optional arg START.
15300         (bibtex-validate): Use bibtex-string= and assoc-string.
15301         Do not call obsolete function compilation-parse-errors.
15302         (bibtex-remove-delimiters): Only remove delimiters if present.
15303         (bibtex-copy-entry-as-kill): Add docstring.
15304         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
15305         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
15306         (bibtex-complete): Use bibtex-predefined-month-strings,
15307         bibtex-string=, and new function bibtex-complete-key-cleanup.
15308         (bibtex-generate-url-list): New variable.
15309         (bibtex-url): New command bound to C-c C-l and mouse-2.
15310         (bibtex-url-map): New local keymap for bibtex-url-mouse.
15311         (bibtex-font-lock-url): New function.
15313 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15315         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
15317 2004-09-09  Kim F. Storm  <storm@cua.dk>
15319         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
15320         counter and format with binding.
15321         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
15322         the declared macro uses own macro counter and format.  Give symbol
15323         kmacro property.
15324         (kmacro-keymap): Bind kmacro-name-last-macro to n.
15325         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
15326         (kmacro-end-and-call-macro): Doc fix.
15328 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
15330         * desktop.el (desktop-clear-preserve-buffers):
15331         Remove make-obsolete-variable.
15333 2004-09-08  Richard M. Stallman  <rms@gnu.org>
15335         * buff-menu.el (list-buffers-noselect): Call format-mode-line
15336         with the buffer as argument.
15338 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15340         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
15342 2004-09-08  Juri Linkov  <juri@jurta.org>
15344         * replace.el (perform-replace): Use `query-replace-descr'.
15346         * cus-start.el (history-delete-duplicates): Specify customization.
15348         * diff-mode.el (diff-mode-map):
15349         * progmodes/compile.el (compilation-mode-map):
15350         * progmodes/grep.el (grep-mode-map):
15351         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
15352         to `next-error-follow-minor-mode'.
15354 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15356         * isearch.el (isearch-lazy-highlight-update): Take into account
15357         the case of zero-length match at the search bound.
15359 2004-09-08  Kim F. Storm  <storm@cua.dk>
15361         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
15362         change.  Use zero width overlays when necessary.
15364 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15366         * subr.el (split-string): Docfix.
15368 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15370         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
15371         (display-call-tree): Ensure newline after caller/calls blocks.
15373 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15375         * startup.el (command-line-1): Make option
15376         --directory/-L modify `load-path' straight away.
15378 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15380         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
15382 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15384         * emacs-lisp/autoload.el (make-autoload):
15385         Handle `define-compilation-mode'.
15387         * emacs-lisp/lisp-mode.el (define-compilation-mode):
15388         Specify `doc-string-elt' property.
15390 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15392         * bs.el (bs-mode): Doc fix.
15394 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15396         * info.el (Info-insert-dir): Fix temp buffer leak bug.
15398 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15400         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
15402 2004-09-08  Kenichi Handa  <handa@m17n.org>
15404         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
15405         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
15406         ps-mule-next-point -> 1+).
15408         * composite.el (encode-composition-rule): Add autoload cookie.
15410 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
15412         * format.el (buffer-auto-save-file-format): Make it permanent local.
15414 2004-09-07  Kim F. Storm  <storm@cua.dk>
15416         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
15417         (authors-fixed-entries): Fix typo.
15418         (authors-canonical-author-name): Compact multiple spaces.
15419         Ignore trivial names (e.g. only first name).
15421         * term.el (term-window-width): Only use full window width on
15422         window system if overflow-newline-into-fringe is enabled.
15423         (term-mode): Don't disable overflow-newline-into-fringe.
15425 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15427         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
15428         motion as seen on my Mac OS X xterms.
15430         * newcomment.el (uncomment-region-default, comment-region-default):
15431         New functions extracted from uncomment-region and comment-region.
15432         (comment-region, comment-region-function, uncomment-region)
15433         (uncomment-region-function): Use them.
15435         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
15437         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
15438         It's not crucial but can make sense at times.
15440         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
15441         the first commit.
15443         * vc.el (vc-buffer-context, vc-restore-buffer-context):
15444         Disable obsolete code.
15446 2004-09-07  Juri Linkov  <juri@jurta.org>
15448         * progmodes/grep.el (grep-highlight-matches): Change default from
15449         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
15450         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
15451         if grep option `--color' is available, or to `nil' otherwise.
15452         (grep-process-setup): Call `grep-compute-defaults' if
15453         `grep-highlight-matches' is not computed.  Set env-vars only
15454         if `grep-highlight-matches' is `t'.
15455         (grep-use-null-device): Remove redundant type `boolean' (`choice'
15456         is already defined).
15458         * progmodes/compile.el (compilation-start): Use copy of
15459         `process-environment' created by `copy-sequence' to not
15460         modify env-vars in the global `process-environment'.
15462 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
15464         * simple.el (next-error-follow-minor-mode): Fix last change.
15466 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
15468         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
15469         permanent local.
15471 2004-09-04  Richard M. Stallman  <rms@gnu.org>
15473         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
15474         highlighting if the search string is empty.
15476 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
15478         * facemenu.el (facemenu-active-faces): Change condition of inner
15479         `while' loop to also check the first two elements of `face-atts'
15480         and `mask-atts'.
15482 2004-09-04  John Paul Wallington  <jpw@gnu.org>
15484         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15485         (thumbs-view-image-mode): Make buffer read-only.
15487 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
15489         * textmodes/ispell.el (ispell-really-aspell): New defvar.
15490         (ispell-check-version): Set it.
15491         (ispell-send-replacement): New function.
15492         (ispell-process-line): Call ispell-send-replacement.
15494 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15496         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
15497         Support choosing seconds with "s".
15499 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
15501         * terminal.el (te-escape): Show `?' in prompt for help key.
15503 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
15505         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
15507 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
15509         * simple.el (next-error-follow-minor-mode)
15510         (next-error-follow-mode-post-command-hook): New functions.
15511         (next-error-follow-last-line): New defvar.
15513         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
15514         * progmodes/compile.el (compilation-mode-map): Likewise.
15515         * progmodes/grep.el (grep-mode-map): Likewise.
15516         * replace.el (occur-mode-map): Likewise.
15518         * newcomment.el (uncomment-region): Bind comment-use-global-state
15519         to nil.
15521 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
15523         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
15524         locally around the call to `revert-buffer'.
15526 2004-09-03  Juri Linkov  <juri@jurta.org>
15528         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
15529         `isearch-adjusted' to `t'.
15530         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
15531         (isearch-message-prefix): Add "pending" for isearch-adjusted.
15532         (isearch-other-meta-char): Restore isearch-point unconditionally.
15533         (isearch-query-replace): Add new arg `regexp-flag' and use it.
15534         Set point to start of match if region is not active in transient
15535         mark mode (to include the current match to region boundaries).
15536         Push the search string to `query-replace-from-history-variable'.
15537         Add prompt "Query replace regexp" for isearch-regexp.
15538         Add region beginning/end as last arguments of `perform-replace.'
15539         (isearch-query-replace-regexp): Replace code by the call to
15540         `isearch-query-replace' with arg `t'.
15542 2004-09-03  Richard M. Stallman  <rms@gnu.org>
15544         * startup.el (normal-top-level): Undo previous TERM change.
15546 2004-09-03  Kim F. Storm  <storm@cua.dk>
15548         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
15549         highlight overlays; allow using RET when cursor is over a button.
15550         (cua--highlight-rectangle): Use it.
15551         (cua--rectangle-set-corners): Don't move backwards at eol.
15552         (cua--forward-line): Don't move into void after eob.
15554         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
15555         point is set (and displayed) inside rectangle.
15556         (cua--rectangle-operation): Fix for highlight of empty lines.
15557         (cua--highlight-rectangle): Fix highlight for tabs.
15558         Position cursor at left/right edge of rectangle using new `cursor'
15559         property on overlay strings.
15560         (cua--indent-rectangle): Don't tabify.
15561         (cua-rotate-rectangle): Ignore that point has moved.
15563 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15565         * term/mac-win.el: Add ASCII equivalents for some function keys.
15566         (mode-line-frame-identification): Sync with x-win.el.
15568 2004-09-02  Juri Linkov  <juri@jurta.org>
15570         * progmodes/compile.el (compilation-buffer-name): Compare major
15571         mode with second element of compilation-arguments instead of third
15572         to reflect latest changes in compilation-arguments structure.
15573         (recompile): Use global variable `compilation-directory' to get
15574         recent compilation directory only when `recompile' is invoked NOT
15575         in the compilation buffer.  Otherwise, use `default-directory' of
15576         the compilation buffer.
15577         (compilation-error-properties): Allow to funcall col and end-col.
15578         (compilation-mode-font-lock-keywords): Check col and end-col by
15579         `integerp'.
15580         (compilation-goto-locus): If end-mk is non-nil in transient mark
15581         mode don't activate the mark (and don't display message in
15582         push-mark), but highlight overlay between mk and end-mk.
15584         * progmodes/grep.el (grep-highlight-matches): New defcustom.
15585         (grep-regexp-alist): Add rule to highlight grep matches.
15586         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
15588         * info.el (Info-fontify-node): Don't compute other-tag
15589         if Info-hide-note-references=hide.
15591         * help.el (function-called-at-point):
15592         * help-fns.el (variable-at-point):
15593         Try `find-tag-default' when other methods failed.
15595         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15596         Do not push mark if inhibit-mark-movement is non-nil.
15598         * textmodes/ispell.el (ispell-html-skip-alists):
15599         Fix backslashes in docstring.
15601 2004-09-01  Juri Linkov  <juri@jurta.org>
15603         * isearch.el (isearch-wrap-function)
15604         (isearch-push-state-function): New defvars.
15605         (isearch-pop-fun-state): New defsubst.
15606         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
15607         (isearch-push-state): Set the result of calling
15608         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
15609         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
15610         restore the mode-specific starting point of terminated search.
15611         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
15612         (isearch-repeat): Call `isearch-wrap-function' if defined.
15613         (isearch-message-prefix): Don't add prefix "over" to the message
15614         for wrapped search if `isearch-wrap-function' is defined.
15615         (isearch-search): Call function saved in `isearch-pop-fun-state' to
15616         restore the mode-specific starting point of failed search.
15618         * info.el (Info-search-whitespace-regexp): Fix backslashes.
15619         (Info-search): Add new optional arguments for the sake of isearch.
15620         Replace whitespace in Info-search-whitespace-regexp literally.
15621         Add backward search.  Don't call `Info-select-node' if regexp is
15622         found in the same Info node.  Don't add node to Info-history for
15623         wrapped isearch.
15624         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
15625         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
15626         (Info-mode): Set local variables `isearch-search-fun-function',
15627         `isearch-wrap-function', `isearch-push-state-function',
15628         `search-whitespace-regexp'.
15630         * isearch.el: Remove ancient Change Log section.
15631         (isearch-string, isearch-message-string, isearch-point)
15632         (isearch-success, isearch-forward-flag, isearch-other-end)
15633         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15634         (isearch-barrier, isearch-within-brackets)
15635         (isearch-case-fold-search): Add suffix `-state' to state-related
15636         defsubsts to avoid name clashes with other function names.
15638         * simple.el (next-error): New defgroup and defface.
15639         (next-error-highlight, next-error-highlight-no-select):
15640         New defcustoms.
15641         (next-error-no-select): Let-bind next-error-highlight to the value
15642         of next-error-highlight-no-select before calling `next-error'.
15644         * progmodes/compile.el (compilation-goto-locus):
15645         Use `next-error' face instead of `region'.  Set 4-th argument of
15646         `move-overlay' to `current-buffer' to move overlay to different
15647         source buffers.  Use new variable `next-error-highlight'.
15649         * simple.el (next-error-find-buffer): Move the rule
15650         "if current buffer is a next-error capable buffer" after the
15651         rule "if next-error-last-buffer is set to a live buffer".
15652         Simplify to test all rules in one `or'.
15653         (next-error): Doc fix.
15654         (next-error, previous-error, first-error)
15655         (next-error-no-select, previous-error-no-select):
15656         Make arguments optional.
15658 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
15660         * macros.el (apply-macro-to-region-lines): Make it operate on all
15661         lines that begin in the region, rather than on all complete lines
15662         in the region.
15664 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15666         * x-dnd.el (x-dnd-protocol-alist): Document update.
15667         (x-dnd-known-types): Defcustom it.
15668         (x-dnd-handle-motif): Print message-atom in error message.
15670 2004-08-30  John Paul Wallington  <jpw@gnu.org>
15672         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
15673         strings rather than programatically constructing message.
15675 2004-08-30  Richard M. Stallman  <rms@gnu.org>
15677         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
15678         Don't return a string that would read as the wrong character code.
15680 2004-08-29  Kim F. Storm  <storm@cua.dk>
15682         * emulation/cua-base.el (cua-auto-expand-rectangles):
15683         Remove automatic rectangle padding feature; replace by non-destructive
15684         virtual rectangle edges feature.
15685         (cua-virtual-rectangle-edges): New defcustom.
15686         (cua-auto-tabify-rectangles): New defcustom.
15687         (cua-paste): If paste into a marked rectangle, insert rectangle at
15688         current column, even if virtual; also paste exactly as many lines
15689         as has been marked (ignore additional lines or add empty lines),
15690         but paste whole source if only one line is marked.
15691         (cua--update-indications): No longer use overwrite-cursor to
15692         indicate rectangle padding
15694         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
15695         (cua--rectangle-virtual-edges): New defun.
15696         (cua--rectangle-get-corners): Remove optional PAD arg.
15697         (cua--rectangle-set-corners): Never do padding.
15698         (cua--forward-line): Remove optional PAD arg.  Simplify.
15699         (cua-resize-rectangle-right, cua-resize-rectangle-left)
15700         (cua-resize-rectangle-down, cua-resize-rectangle-up):
15701         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
15702         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
15703         (cua--rectangle-move): Never do padding.  Simplify.
15704         (cua--tabify-start): New defun.
15705         (cua--rectangle-operation): Add tabify arg.  All callers changed.
15706         (cua--pad-rectangle): Remove.
15707         (cua--delete-rectangle): Handle delete with virtual edges.
15708         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
15709         (cua--insert-rectangle): Handle insert at virtual column.
15710         Perform auto-tabify if necessary.
15711         (cua--activate-rectangle): Remove optional FORCE arg.
15712         Never do padding.  Simplify.
15713         (cua--highlight-rectangle): Enhance for virtual edges.
15714         (cua-toggle-rectangle-padding): Remove command.
15715         (cua-toggle-rectangle-virtual-edges): New command.
15716         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
15717         (cua--rectangle-post-command): Don't force rectangle padding.
15718         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
15720 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
15722         * indent.el (edit-tab-stops-buffer): Doc fix.
15724 2004-08-28  Richard M. Stallman  <rms@gnu.org>
15726         * progmodes/grep.el (grep-default-command): Use find-tag-default.
15727         (grep-tag-default): Function deleted.
15729         * subr.el (find-tag-default): Move from etags.el.
15731         * progmodes/etags.el (find-tag-default): Move to subr.el.
15733         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
15734         into the basic character if it has an uppercase form.
15736 2004-08-27  Kenichi Handa  <handa@m17n.org>
15738         * international/utf-8.el (utf-8-post-read-conversion): If the
15739         buffer is unibyte, temporarily make it multibyte.
15741 2004-08-27  Masatake YAMATO  <jet@gyve.org>
15743         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
15745 2004-08-25  John Paul Wallington  <jpw@gnu.org>
15747         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
15748         0, 1, and many mismatches in message.
15749         (tex-start-shell): Use `set-process-query-on-exit-flag'.
15751         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
15752         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
15754 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15756         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
15757         vc-diff-switches differently.
15759 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
15761         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
15762         before and a real defvar after
15763         `speedbar-supported-extension-expressions'.  This is to silence
15764         the compiler without breaking bootstrapping.
15766 2004-08-22  Richard M. Stallman  <rms@gnu.org>
15768         * textmodes/flyspell.el (flyspell-word):
15769         Use set-process-query-on-exit-flag.
15770         (flyspell-highlight-duplicate-region): Take POSS as arg.
15771         (flyspell-word): Pass POSS as arg.
15773         * progmodes/ada-xref.el: Many doc and style fixes.
15774         (ada-find-any-references): Use compilation-start.
15775         (ada-get-ali-file-name): Improve error msg.
15776         (ada-get-ada-file-name): Likewise.
15778         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
15779         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
15781         * mail/mail-extr.el (mail-extr-all-top-level-domains):
15782         Add forward defvar.
15784         * whitespace.el (global-whitespace-mode): New alias
15785         for whitespace-global-mode.
15787         * speedbar.el (speedbar-file-regexp): Move definition up.
15788         (speedbar-mode, speedbar-set-mode-line-format):
15789         Use with-no-warnings.
15790         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
15792         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
15793         controls whether to display the error buffer.
15795         * ps-mule.el: Delete compatibility code for old Emacsen.
15796         (ps-mule-find-wrappoint): Don't use chars-in-region.
15798         * frame.el (display-mouse-p, display-selections-p):
15799         Use with-no-warnings.
15801         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
15803 2004-08-22  David Kastrup  <dak@gnu.org>
15805         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
15806         information.
15808         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
15810 2004-08-22  Andreas Schwab  <schwab@suse.de>
15812         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
15814 2004-08-22  Masatake YAMATO  <jet@gyve.org>
15816         * cvs-status.el (cvs-status-checkout): New function.
15817         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
15819 2004-08-21  David Kastrup  <dak@gnu.org>
15821         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
15822         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
15823         has been converted to use hashtables, the relation `nil=none' is
15824         no longer valid, as `nil' is not a hashtable.  This patch tries to
15825         reduce the number of resulting errors.
15827 2004-08-21  John Paul Wallington  <jpw@gnu.org>
15829         * subr.el (process-kill-without-query): Made obsolete in
15830         version 21.4, not 21.5.
15832         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
15833         (vc-previous-comment, vc-next-comment)
15834         (vc-comment-search-reverse, vc-comment-search-forward)
15835         (vc-comment-to-change-log): Likewise.
15837         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
15839 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
15841         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15842         Correct indentation of DEFMETHODS with non-standard method
15843         combinations (e.g., PROGN, MIN, MAX).
15845 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15847         * startup.el (normal-top-level-add-subdirs-to-load-path):
15848         Avoid unnecessarily checking system-type.
15849         (normal-top-level): Set TERM to "dumb".  Simplify.
15851         * avoid.el (mouse-avoidance-ignore-p): New fun.
15852         Also ignore switch-frame, select-window, double, and triple clicks.
15853         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
15854         (mouse-avoidance-fancy-hook): Use it.
15856 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
15858         * avoid.el (mouse-avoidance-nudge-mouse)
15859         (mouse-avoidance-banish-destination): Stay within the current window
15860         to avoid problems with mouse-autoselect-window.
15862 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15864         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
15865         the newer format of some messages in cvs-1.12.1.
15867 2004-08-19  Masatake YAMATO  <jet@gyve.org>
15869         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
15870         (elp-results-jump-to-definition-by-mouse)
15871         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
15872         (elp-output-result): Use elp-output-insert-symname.
15874 2004-08-18  Kenichi Handa  <handa@m17n.org>
15876         * language/cyrillic.el: Register koi8-r in
15877         ctext-non-standard-encodings-alist.
15878         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
15880 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
15882         * emacs-lisp/copyright.el (copyright-update-year): Delete code
15883         that replaces 20xy with xy.
15885 2004-08-17  John Paul Wallington  <jpw@gnu.org>
15887         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
15888         (reb-force-update): Doc fix.
15890 2004-08-16  Richard M. Stallman  <rms@gnu.org>
15892         * progmodes/which-func.el (which-func-update-1): Doc fix.
15894         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
15895         (sh-mode-abbrev-table): New variable.
15897         * progmodes/compile.el (compilation-mode): Doc fix.
15899         * emacs-lisp/lisp-mode.el (eval-last-sexp):
15900         Don't cons a new symbol each time.
15901         (eval-last-sexp-fake-value): New variable.
15903         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
15904         (copyright-update-year): Detect continuation of list of years.
15906         * term.el (term-default-fg-color, term-default-bg-color)
15907         (ansi-term-color-vector): Use `unspecified', not nil, as default.
15909         * imenu.el: Several doc fixes: don't say variables are buffer-local.
15911 2004-08-16  Davis Herring  <herring@lanl.gov>
15913         * isearch.el (isearch-string, isearch-message-string, isearch-point)
15914         (isearch-success, isearch-forward-flag, isearch-other-end)
15915         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15916         (isearch-barrier, isearch-within-brackets)
15917         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
15919 2004-08-16  Kenichi Handa  <handa@m17n.org>
15921         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
15923 2004-08-15  Kenichi Handa  <handa@m17n.org>
15925         * term/x-win.el (x-selection-value): If utf8 was successful but
15926         ctext was not, use utf8 string.
15928 2004-08-14  Davis Herring  <herring@lanl.gov>
15930         * isearch.el: Remove accidental changes of March 4.  Fix backing
15931         up when a regexp isearch is made more general.  Use symbolic
15932         accessor functions for isearch stack frames to make usage clearer.
15933         (search-whitespace-regexp): Made groups in documentation shy (as
15934         is the group in the default value).
15935         (isearch-fallback): New function, addresses problems with regexps
15936         liberalized by `\|', adds support for liberalization by `\}' (the
15937         general repetition construct), and incorporates behavior for
15938         `*'/`?'.
15939         (isearch-}-char): New command, calls `isearch-fallback' with
15940         arguments appropriate to a typed `}'.
15941         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15942         appropriately.
15943         (isearch-mode-map): Bind `}' to `isearch-}-char'.
15944         (isearch-string, isearch-message,string, isearch-point)
15945         (isearch-success, isearch-forward-flag, isearch-other-end)
15946         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15947         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
15948         New inline functions to read fields of a stack frame.
15950 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
15952         * battery.el (battery-linux-proc-acpi): Look into battery
15953         directories matching the literal string "CMB", too (required for
15954         Linux kernel version 2.6.7).
15956 2004-08-14  John Paul Wallington  <jpw@gnu.org>
15958         * cus-start.el (read-file-name-completion-ignore-case): Add.
15959         (blink-cursor-alist): Change version to "21.4".
15961         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
15963 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
15965         * speedbar.el (speedbar-scan-subdirs): New option.
15966         (speedbar-file-lists): Don't ignore file-name case on Unix and use
15967         dolist.
15968         (speedbar-insert-files-at-point): Take an extra argument and use
15969         it to optionally find out if a subdir is empty.  Also unreadable
15970         files don't get expand buttons.
15971         (speedbar-directory): New image (unused pixmap already existed).
15972         (speedbar-expand-image-button-alist): Use it.
15974 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
15976         CC Mode update to 5.30.9:
15978         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
15979         Move from cc-vars to cc-defs for dependency reasons.  Fix the
15980         POSIX char class test to check that it works in
15981         `skip-chars-(forward|backward)' too.
15983         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15984         first argument starts with a special brace list.
15986         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
15987         when `c-opt-type-concat-key' is used (i.e. in Pike).
15989         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
15990         Fix bug when the inner char pair doesn't have paren syntax,
15991         i.e. "(<>)".
15993         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
15994         whitespace safe.
15996         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
15997         position for `arglist-intro', `arglist-cont-nonempty' and
15998         `arglist-close' when there are two arglist open parens on the same
15999         line and there's nothing in front of the first.
16001         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
16002         locking of qualified names in Java, which previously could fontify
16003         common indexing expressions in many cases.  The standard Java
16004         naming conventions are used to tell them apart.
16006         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
16007         Fix inconsistency wrt opening parens on the first line inside a paren
16008         block.
16010         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
16011         compile time for the sake of `c-major-mode-is'.
16013         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
16014         `c-major-mode-is' in the event that this is used inside a
16015         `c-lang-defconst'.
16017         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
16018         `c-lang-defconst' so that it works better with fallback languages.
16020         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
16021         it to fail to record the base mode.
16023         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16024         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
16025         is used.  Reorder the syntax checks to get more efficient
16026         skipping in some situations.
16028         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
16029         continuation which might precede the newly inserted '{'.
16031         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16032         Fix cases where it could loop indefinitely.
16034         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
16035         size specs correctly.  Only fontify identifiers in front of '('
16036         with as functions - don't accept any paren char.  Tighten up
16037         initializer skipping to stop before function and class blocks.
16039         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16040         the point could be left directly after an open paren when finding
16041         the beginning of the first decl in the block.
16043         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
16044         table when filtering out legitimate open parens to be recorded.
16045         This could cause cache inconsistencies when e.g.
16046         `c++-template-syntax-table' was temporarily in use.
16048         * progmodes/cc-engine.el (c-on-identifier)
16049         (c-simple-skip-symbol-backward): Small fix for handling "-"
16050         correctly in `skip-chars-backward'.  Affected the operator lfun
16051         syntax in Pike.
16053         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
16054         Fix bug that could cause an error from `after-change-functions' when
16055         the changed region is at bob.
16057 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
16059         CC Mode update to 5.30.9:
16061         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
16062         to say that <TAB> doesn't insert WS into a CPP line.
16063         (c-indent-command, c-tab-always-indent): Amend doc strings.
16065         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
16066         checks for user errors, thus eliminating cryptic and unhelpful
16067         Emacs error messages.  (1) Check the arg to `c-set-style' is a
16068         string.  (2) Check that settings to `c-offsets-alist' are not
16069         spuriously quoted.
16071         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16072         which precedes the newly inserted `{'.
16074 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
16076         Sync with Tramp 2.0.44.
16078         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
16079         function "tramp_file_attributes".  Otherwise, file names
16080         containing spaces are misinterpreted.  Reported by Magnus Henoch
16081         <mange@freemail.hu>.
16082         (tramp-handle-file-truename): FILENAME must be expanded first.
16083         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
16084         obscure results.  Reported by D. Goel <deego@gnufans.org>.
16085         (tramp-handle-verify-visited-file-modtime): If file does not
16086         exist, say it is not modified if and only if that agrees with the
16087         buffer's record.  Check whether a file is visiting the buffer, or
16088         the buffer has no recorded last modification time.  Return t in
16089         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
16090         <teirllm@auburn.edu>.
16091         (tramp-handle-write-region): Pass modtime explicitly to
16092         `set-visited-file-modtime', because filename can be different
16093         from (buffer-file-name) if `file-precious-flag' is set.
16094         `set-visited-file-modtime' must be called always when `visit' is t
16095         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
16096         (tramp-handle-set-visited-file-modtime): If `time-list' is not
16097         nil, don't apply the whole body.  If the file doesn't exists, set
16098         modtime to '(-1 65535).  Suggested by Luc Teirlinck
16099         <teirllm@auburn.edu>.
16101 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
16103         * help.el (describe-bindings): Doc fix.
16105         * subr.el (kbd): Doc fix.
16107 2004-08-08  John Paul Wallington  <jpw@gnu.org>
16109         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
16110         instead of `string-to-int'.
16111         (define-ibuffer-column mode): Fix indentation.
16113 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
16115         * wid-edit.el (widget-sexp-validate): Allow whitespace after
16116         expression.
16118 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
16120         * subr.el (global-unset-key, local-unset-key): Doc fixes.
16122         * novice.el (disabled-command-function): New variable renamed from
16123         `disabled-command-hook'.
16124         (disabled-command-hook): Keep the _variable_ as alias for
16125         `disabled-command-function' and make obsolete.
16126         (disabled-command-function): Function renamed from
16127         `disabled-command-hook'.  Adapt code to name change of the variable.
16129 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
16131         * simple.el (completion-root-regexp): New defvar.
16132         (completion-setup-function): Use it instead of a literal string.
16134 2004-08-07  John Paul Wallington  <jpw@gnu.org>
16136         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
16137         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
16138         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
16139         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
16141 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
16143         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
16144         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
16146 2004-08-04  Kenichi Handa  <handa@m17n.org>
16148         * international/encoded-kb.el (encoded-kbd-setup-keymap):
16149         Fix previous change.
16151 2004-08-03  Kenichi Handa  <handa@m17n.org>
16153         * international/encoded-kb.el: The following changes are to
16154         utilize key-translation-map instead of minor mode map.
16155         (encoded-kbd-iso2022-non-ascii-map): Delete it.
16156         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
16157         (encoded-kbd-last-key): New function.
16158         (encoded-kbd-iso2022-single-shift): New function.
16159         (encoded-kbd-iso2022-designation)
16160         (encoded-kbd-self-insert-iso2022-7bit)
16161         (encoded-kbd-self-insert-iso2022-8bit)
16162         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
16163         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
16164         key-translation-map.
16165         (encoded-kbd-setup-keymap): Setup key-translation-map.
16166         (saved-key-translation-map): New variable.
16167         (encoded-kbd-mode): Save/restore key-translation-map.
16168         Adjust for the change of encoded-kbd-setup-keymap.
16170 2004-08-02  Kim F. Storm  <storm@cua.dk>
16172         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
16173         and call compute-motion with nil for topos and width to get proper
16174         usable width and height for both window and non-window systems.
16176         * windmove.el (windmove-coordinates-of-position): Let compute-motion
16177         calculate usable window width and height.
16179         * window.el (window-buffer-height): Call compute-motion with nil width.
16181 2004-08-01  David Kastrup  <dak@gnu.org>
16183         * replace.el (query-replace-read-from):
16184         Use `query-replace-compile-replacement'.
16185         (query-replace-compile-replacement): New function.
16186         (query-replace-read-to): Use `query-replace-compile-replacement'
16187         for repeating the last command.
16189 2004-08-01  John Paul Wallington  <jpw@gnu.org>
16191         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
16192         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
16193         (pr-switches): Remove period from end of error messages.
16195         * help-mode.el (help-go-back): Likewise.
16197         * abbrev.el (only-global-abbrevs): Doc fix.
16198         (edit-abbrevs-map): Define within defvar.
16199         (quietly-read-abbrev-file): Doc fix.
16201 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
16203         * novice.el (enable-command, disable-command): Doc fixes.
16205         * subr.el (event-modifiers, event-basic-type): Doc fixes.
16207 2004-07-30  Richard M. Stallman  <rms@gnu.org>
16209         * subr.el (with-local-quit): Doc fix.
16211 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
16213         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
16215 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
16217         * custom.el (defcustom): Doc fix.
16219 2004-07-28  Masatake YAMATO  <jet@gyve.org>
16221         * progmodes/etags.el (etags-tags-apropos): Show building progress.
16223 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16225         * imenu.el (imenu-prev-index-position-function)
16226         (imenu-extract-index-name-function, imenu-name-lookup-function)
16227         (imenu--index-alist): Docstring redundancy fix.
16229 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
16231         * wdired.el (wdired-finish-edit): Require dired-aux before locally
16232         binding dired-backup-overwrite.
16234 2004-07-25  John Paul Wallington  <jpw@gnu.org>
16236         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
16238 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
16240         * term/tty-colors.el (tty-color-approximate): Doc fix.
16242         * select.el (x-get-selection, x-set-selection): Doc fixes.
16244         * frame.el (make-frame): Doc fix.
16246 2004-07-24  Richard M. Stallman  <rms@gnu.org>
16248         * mail/rmail.el (rmail-mime-charset-pattern):
16249         Don't include semicolon in the charset value.
16251         * replace.el (occur-next-error): Call set-window-point.
16252         (occur-engine): Handle negative NLINES.
16254 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
16256         * frame.el (modify-all-frames-parameters): Minor doc fix.
16257         (set-frame-configuration): Doc fix.
16259 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
16261         * simple.el (completion-setup-function): Compute the common parts
16262         and the first difference place correctly when
16263         partial-completion-mode is on.
16265 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16267         * ps-print.el: Doc fix.
16268         (ps-print-version): New version 6.6.5.
16269         (ps-printing-region): Doc fix.
16270         (ps-generate-string-list): Comment fix.
16271         (ps-message-log-max): Code fix.
16273 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16275         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
16276         generated PostScript.
16278 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
16280         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
16281         with Gnus v5_10 branch.)
16283 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16285         * calendar/time-date.el (time-to-number-of-days): New function.
16286         Imported from Gnus.
16288 2004-07-22  Kim F. Storm  <storm@cua.dk>
16290         * progmodes/make-mode.el: Fix comments.
16292 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16294         * printing.el: Doc fix.
16296 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
16298         * frame.el (modify-all-frames-parameters): Minor doc fix.
16300 2004-07-20  Richard M. Stallman  <rms@gnu.org>
16302         * textmodes/fill.el (fill-nobreak-p): If this break point is
16303         at the end of the line, don't consider the newline which follows
16304         as a reason to return t.
16306 2004-07-19  John Paul Wallington  <jpw@gnu.org>
16308         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
16310 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
16312         * dired-aux.el (dired-do-kill-lines): Expand docstring.
16313         Delete irrelevant code.
16315 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
16317         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16318         New docstring.  From Luc Teirlinck.
16320 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
16322         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
16323         section.
16324         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
16325         non-file buffers.  We know it is nil.
16327 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
16329         Sync with Tramp 2.0.43.
16331         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16332         Remove outdated comment.
16333         (tramp-locked, tramp-locker): New variables for implementing a
16334         global lock.
16335         (tramp-sh-file-name-handler): Use them to implement the global lock.
16337 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
16339         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
16340         calls to respective `xxx` calls.
16341         (tramp-process-alive-regexp): Precise doc string.
16342         (tramp-multi-action-process-alive): New defun.
16343         (tramp-multi-actions): Use it.
16344         (tramp-handle-find-backup-file-name): `copy-tree' is available
16345         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
16346         in order to avoid this function.
16347         (tramp-handle-write-region): Set current buffer.  If connection
16348         wasn't open, `file-modes' has changed it accidentally.  Reported by
16349         David Kastrup <dak@gnu.org>.
16350         (tramp-enter-password, tramp-read-passwd): New arguments USER and
16351         HOST.
16352         (tramp-action-password, tramp-multi-action-password): Apply it.
16353         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
16354         name must still contain the port number.  Otherwise, we have two
16355         Tramp buffers, with all the confusion.  Reported by Myron Selby
16356         <myron@xytech.com> and Rolf Dubitzky
16357         <Dubitzky@physi.uni-heidelberg.de>.
16359         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
16360         HOST to `tramp-enter-passwd'.
16362         * net/tramp-vc.el (all): Code cleanup.  Change all
16363         `tramp-handle-xxx' calls to respective `xxx` calls.
16365 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
16367         * emacs-lisp/testcover.el: New category "potentially-1valued" for
16368         functions that are not erroneous if either 1-valued or
16369         multi-valued.  Detect functions in this class.
16370         (testcover-1value-functions, testcover-compose-functions)
16371         (testcover-progn-functions) Add some additional functions to lists.
16372         (testcover-mark): Bugfix when marking up the definition for an
16373         empty function.
16375 2004-07-17  Richard M. Stallman  <rms@gnu.org>
16377         * replace.el (occur-read-primary-args): Pass default to
16378         read-from-minibuffer.
16380         * mail/footnote.el (footnote-section-tag): Use defcustom.
16382         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
16383         Compile font-lock-keywords, not KEYWORDS.
16384         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
16385         Add warn, check-type.  Handle cerror like error.
16387 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
16389         * progmodes/which-func.el (which-func-keymap): New var.
16390         (which-func-face): New face.
16391         (which-func-format): Use them.
16393 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16395         * buff-menu.el (list-buffers-noselect): Append the buffer's
16396         process status to its mode name.
16398 2004-07-16  Kim F. Storm  <storm@cua.dk>
16400         * simple.el (inhibit-mark-movement): New defvar.
16401         (beginning-of-buffer, end-of-buffer): Do not push mark if
16402         inhibit-mark-movement is non-nil or C-u prefix is given.
16404         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
16405         Init to beginning-of-buffer and end-of-buffer.
16406         (cua--undo-push-mark): New defvar.
16407         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
16408         already active and command is in cua--preserve-mark-commands.
16409         Also fix check for shift modifier on non-window systems.
16410         (cua--post-command-handler): Clear inhibit-mark-movement if set.
16412 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
16414         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
16415         of two integers, instead of a cons.
16417         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16418         `visited-file-modtime' now returns a list of two integers, instead
16419         of a cons.
16421         * dired.el (dired-directory-changed-p): Ditto.
16423         * progmodes/grep.el (grep): Doc fix.
16425 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
16427         * autorevert.el (auto-revert-tail-mode)
16428         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
16429         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
16430         in both at the same time.
16431         (auto-revert-tail-mode): New command.
16432         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
16433         (auto-revert-handler): Revert only either tail or whole file.
16435         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
16436         add auto-revert-tail-mode.
16438 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16440         * printing.el: Doc fix.  Change name of some funs.
16441         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
16442         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
16443         (pr-standard-file-name): New fun.  Replace pr-standard-path.
16444         (pr-call-process): Code fix.
16446 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
16448         * subr.el (with-selected-window): Doc fix.
16450 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
16452         * subr.el (get-buffer-window-list): Doc fix.
16454 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
16456         * files.el (switch-to-buffer-other-window): Doc fix.
16458         * window.el (save-selected-window, one-window-p)
16459         (split-window-keep-point, split-window-vertically)
16460         (split-window-horizontally): Doc fixes.
16462 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16464         * printing.el: Doc fix.  Now it uses call-process instead of
16465         shell-command for low command execution.
16466         (pr-version): New version number (6.8).
16467         (pr-shell-file-name): Option removed.
16468         (pr-shell-command): Fun removed.
16469         (pr-call-process): New fun.  Replace pr-shell-command.
16470         (pr-standard-path, pr-remove-nil-from-list): New funs.
16471         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
16472         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
16473         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
16474         (pr-ps-utility-process, pr-txt-print): Code fix.
16476 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16478         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
16479         boolean.
16481 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
16483         * wid-edit.el (widget-field-buffer): Doc fix.
16485 2004-07-09  John Paul Wallington  <jpw@gnu.org>
16487         * emacs-lisp/re-builder.el (reb-update-overlays):
16488         Distinguish between one and several matches in message.
16490 2004-07-09  Richard M. Stallman  <rms@gnu.org>
16492         * mouse.el (mouse-set-region-1): If transient-mark-mode
16493         is `identity', change it to `only'.
16495         * simple.el (current-word): Doc fix.
16497 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
16499         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
16500         so that it is more understanding of whitespace.
16502         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
16503         (("ns" . "element") (attr-list) children) instead of
16504         ((:ns . "element") (attr-list) children) in order to reduce the
16505         number of symbols used.
16506         (xml-skip-dtd): Change to use xml-parse-dtd but set
16507         xml-validating-parsing to nil.
16508         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
16509         (xml-substitute-entity): Remove in favor of new entity substitution.
16510         (xml-substitute-special): Rewrite in to substitute complex
16511         entities from DOCTYPE declarations.
16512         (xml-parse-fragment): Parse fragments from entity declarations.
16513         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16514         (xml-parse-dtd, xml-substitute-special): Make validity checks
16515         conditioned on xml-validating-parser.  Add "Not Well Formed" to
16516         error messages about well-formedness.
16518 2004-07-08  Steven Tamm  <steventamm@mac.com>
16520         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
16521         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
16522         Do not treat double clicks and triple clicks specially in the
16523         scroll bar (preventing strange repositioning problems)
16525 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16527         * replace.el (query-replace-regexp-eval): Fix last change.
16529 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16531         * replace.el (query-replace-descr): New fun.
16532         (query-replace-read-from, query-replace-read-args): Default to the
16533         previous from&to.
16534         (query-replace-read-to): Quote the `from' string when displaying it.
16535         (query-replace-regexp-eval): Immediately check read-only status.
16536         Use query-replace-read-from to get the \n checking.
16537         Quote the `from' string when displaying it.
16538         (map-query-replace-regexp, occur-read-primary-args):
16539         Quote the `from' string when displaying it.
16541         * isearch.el (isearch-query-replace): Pass the regexp-ness and
16542         delimited-ness of the search to query-replace.
16544         * replace.el (query-replace-read-from, query-replace-read-to):
16545         New funs extracted from query-replace-read-args.
16546         (query-replace-read-args): Use them.
16548         * replace.el (query-replace-interactive, query-replace-read-args):
16549         Remove the `initial' special value.
16550         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
16551         (occur-engine): Remove unused var `matchend'.
16553         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
16554         Use the search string without prompting.
16556 2004-07-05  Kenichi Handa  <handa@m17n.org>
16558         * international/mule.el (decode-coding-inserted-region):
16559         Set last-coding-system-used only when coding is nil.
16561 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
16563         * progmodes/grep.el (grep-compute-defaults, grep-command)
16564         (grep-program, find-program, grep-find-use-xargs, grep-history)
16565         (grep-find-history, grep-tag-default, grep-find-command)
16566         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
16567         Add autoload cookies, for unbundled packages that load `compile'
16568         and expect all grep-related symbols to become defined.
16570 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
16572         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
16573         (iimage-mode-image-search-path): New user option to search the
16574         image file.
16575         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
16576         have locate-file.
16577         (iimage-mode-buffer): Use it.
16579 2004-07-03  Nick Roberts  <nickrob@gnu.org>
16581         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
16582         carefully.
16583         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
16585 2004-07-03  Juri Linkov  <juri@jurta.org>
16587         * replace.el (query-replace-read-args): Swallow space after 'foo,
16588         not after (quote foo).  Match space only immediately after symbol,
16589         not anywhere in the whole string.
16591 2004-07-02  Richard M. Stallman  <rms@gnu.org>
16593         * replace.el (query-replace-read-args): Swallow space after
16594         symbols, not after closeparens.  But avoid error if string ends there.
16596         * progmodes/python.el (python-beginning-of-statement):
16597         Exit the loop if backward-up-list gets error.
16599         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
16601 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
16603         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
16604         only if vc-consult-headers is non-nil.
16606 2004-07-02  Juri Linkov  <juri@jurta.org>
16608         * pcvs.el (cvs-mode-diff-repository): New command.
16610         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
16612 2004-07-01  Juri Linkov  <juri@jurta.org>
16614         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
16615         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
16616         C-M-% to isearch-query-replace-regexp.
16617         (minibuffer-local-isearch-map): Add arrow key bindings.
16618         Bind C-f to isearch-yank-char-in-minibuffer.
16619         (isearch-forward): Doc fix.
16620         (isearch-edit-string): Doc fix.
16621         (isearch-query-replace, isearch-query-replace-regexp): New funs.
16622         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
16623         (isearch-yank-char): Add optional arg.
16624         (isearch-yank-char-in-minibuffer): New fun.
16626         * replace.el (query-replace-interactive): Change type from boolean
16627         to choice.  Add value `initial'.
16628         (query-replace-read-args): Handle value `initial' of
16629         query-replace-interactive.
16631 2004-06-29  Kim F. Storm  <storm@cua.dk>
16633         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
16634         (breakpoint-disabled-bitmap-face): Add :group 'gud.
16636         * progmodes/ada-xref.el (ada-tight-gvd-integration):
16637         Add :group 'ada.
16639         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
16641 2004-06-29  Juri Linkov  <juri@jurta.org>
16643         * replace.el (query-replace-read-args): Swallow a space after
16644         everything except )]" which in most cases means after a symbol.
16646         * emacs-lisp/pp.el (pp-buffer): Add autoload.
16648 2004-06-28  Richard M. Stallman  <rms@gnu.org>
16650         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
16651         More changes to go with previous change in font-lock.el.
16653 2004-06-26  David Kastrup  <dak@gnu.org>
16655         * replace.el (perform-replace): Highlight the match even in
16656         non-query mode if there is potential replace string editing.
16658 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
16660         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
16661         agree with new return value of `file-remote-p'.
16662         This syncs with Tramp 2.0.42.
16664         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
16665         according to new documentation of `file-remote-p'.
16667         * files.el (file-remote-p): Fix doc to say that return value is
16668         identification of remote system, if not nil.
16669         (file-relative-name): Use new return value of `file-remote-p'.
16671 2004-06-26  Nick Roberts  <nickrob@gnu.org>
16673         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
16674         (gdb-goto-breakpoint): Fix breakage.
16676 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
16678         * man.el (Man-getpage-in-background): Add windows-nt to the list
16679         of systems where shell-file-name should be used instead of
16680         literal "sh".
16682 2004-06-25  Sam Steingold  <sds@gnu.org>
16684         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
16685         function names `(setf symbol)'.
16687 2004-06-24  Richard M. Stallman  <rms@gnu.org>
16689         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
16691         * font-lock.el (font-lock-keywords): Change format of compiled values.
16692         Document it.
16693         (font-lock-add-keywords): If font-lock-keywords is compiled,
16694         extract the uncompiled version, modify, then recompile.
16695         (font-lock-remove-keywords): Likewise.
16696         (font-lock-fontify-keywords-region): Handle changed format.
16697         (font-lock-compile-keywords): Handle changed format.
16698         (font-lock-set-defaults): Compile the keywords explicitly here.
16700 2004-06-24  David Kastrup  <dak@gnu.org>
16702         * replace.el (query-replace-read-args): Implement `\,' and `\#'
16703         replacements here.
16704         (query-replace-regexp): Doc string explaining this and the new
16705         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
16706         is better placed in `query-replace-read-args'.
16707         (replace-regexp): Explain `\,', `\#' and `\?'.
16708         (replace-match-data): New function for thorough reuse/destruction
16709         of old match-data.
16710         (replace-match-maybe-edit): Function for implementing `\?' editing.
16711         (perform-replace): Fix maintaining of the match stack including
16712         already matched regions, implement `\?', fix various problems
16713         with regions while editing and other stuff.
16714         (replace-highlight): Simplify.
16716 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
16718         * progmodes/grep.el (grep-error-screen-columns): New variable.
16719         (grep-regexp-alist): Give it the full functionality of gnu style
16720         compilation messages with line and column ranges.  Ask me for the
16721         perl script I'm working on, that uses these.
16723 2004-06-23  Nick Roberts  <nickrob@gnu.org>
16725         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
16726         Remove.
16727         (comint-insert-input, comint-mouse-insert-input): New functions
16728         based on comint-insert-clicked-input for two bindings but just
16729         one functionality.
16731 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
16733         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
16735 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
16737         * files.el (write-contents-functions): Doc fix.
16739 2004-06-21  Juanma Barranquero  <lektu@terra.es>
16741         * image.el (image-library-alist): Rewrite docstring in active voice.
16743 2004-06-20  Richard M. Stallman  <rms@gnu.org>
16745         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
16747         * isearch.el (isearch-repeat): Avoid testing old match data.
16748         (isearch-message): Display trailing space in special font
16749         when search is failing.
16750         (isearch-search-fun-function): Doc fix.
16752         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
16754 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
16756         * frame.el (show-trailing-whitespace): Doc fix.
16758         * cus-edit.el (custom-variable-documentation): New function.
16759         (custom-variable): Use it.
16761 2004-06-19  Nick Roberts  <nickrob@gnu.org>
16763         * man.el (Man-getpage-in-background): Revert previous change but
16764         make cygwin a special case.
16766 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
16768         * autorevert.el (global-auto-revert-non-file-buffers):
16769         Update docstring.
16771 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
16773         * progmodes/compile.el (compilation-error-properties): Store one
16774         more than end-col, if present, so that transient-mark-mode will
16775         highlight last char too.
16776         * progmodes/grep.el (grep-regexp-alist): Match columns and column
16777         ranges, if present.
16779 2004-06-18  Jason Rumney  <jasonr@gnu.org>
16781         * makefile.w32-in: Double percent signs in for loops.
16783 2004-06-17  David Kastrup  <dak@gnu.org>
16785         * replace.el (query-replace-read-args): Only warn about use of \n
16786         and \t when we are doing a regexp replacement and the actual
16787         escaped character is n or t.
16788         (query-replace-regexp): Add \, and \# interpretation to
16789         interactive call and document it.
16790         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
16791         as shortkey for replace-count.
16792         (replace-quote): New function for doubling backslashes.
16794 2004-06-17  Juanma Barranquero  <lektu@terra.es>
16796         * files.el (parse-colon-path, cd): Mention in docstring that the
16797         path separator is colon in GNU-like systems.
16799         * newcomment.el (comment-region-internal): Fix docstring.
16801         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
16802         (ewoc-invalidate, ewoc-collect): Doc fixes.
16803         (ewoc--create-node, ewoc--delete-node-internal):
16804         Fix typos in docstring.
16806 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
16808         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
16809         manual to docstring.
16811 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16813         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
16815 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
16817         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16818         Add hyperlink to emacs-xtra manual to docstring.
16820         * autorevert.el (global-auto-revert-non-file-buffers):
16821         Add hyperlink to emacs-xtra manual to docstring, as well as an
16822         info-link.
16824 2004-06-14  Juanma Barranquero  <lektu@terra.es>
16826         * image.el (image-library-alist): New variable to map image types
16827         to external libraries.  Initialized to nil, unless system-specific
16828         configs change it.
16829         (image-type-available-p): Determine whether an image type is
16830         available by calling `init-image-library'.
16832         * term/w32-win.el (image-library-alist): Initialize to a known set
16833         of probable library names.
16835 2004-06-14  Kenichi Handa  <handa@m17n.org>
16837         * international/code-pages.el (windows-1256, cp1125): Fix tables
16838         for several characters.
16840         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
16842 2004-06-13  Richard M. Stallman  <rms@gnu.org>
16844         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
16846         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
16847         not "`pc-selection-mode'".
16849         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
16851         * simple.el (previous-matching-history-element): Specify a default.
16853         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
16855         * cus-face.el (custom-declare-face): Simplify code.
16857         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
16859 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
16861         * files.el (before-save-hook): Add `time-stamp' to the options.
16863         * time-stamp.el (time-stamp): Recommend adding it to
16864         `before-save-hook', rather than `write-file-functions'.
16865         Make a similar change in `Commentary' section.
16867 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16869         * diff-mode.el (diff-current-defun): If at start of hunk, use
16870         position of first change.
16872 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
16874         * dired-x.el (dired-mark-omitted): Bind to "*O".
16876 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
16878         * bookmark.el (bookmark-bmenu-relocate): New function, as
16879         suggested by David J. Biesack <David.Biesack@sas.com>.
16880         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
16881         (bookmark-bmenu-mode): Describe binding in doc string.
16882         (bookmark-set-filename): Save the bookmark list if it's time.
16884 2004-06-13  Kenichi Handa  <handa@m17n.org>
16886         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
16887         (ccl-untranslated-to-ucs): Fix typo.
16889 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
16891         * progmodes/python.el (python-open-block-statement-p):
16892         Fix indentation after a block opening that contains a comment.
16894 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
16896         * bindings.el (completion-ignored-extensions): Add file extensions
16897         of Python byte-compiled files.
16899 2004-06-12  Juri Linkov  <juri@jurta.org>
16901         * info.el (Info-goto-node): Add autoload.
16902         (Info-toc): Add substring-no-properties on Info file name.
16903         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
16904         (Info-mode-map): Bind L to Info-history, T to Info-toc.
16906 2004-06-12  Kenichi Handa  <handa@m17n.org>
16908         * international/mule-cmds.el (set-language-environment):
16909         Load subst tables if necessary.
16911         * international/mule.el (decode-char): Load subst tables if necessary.
16912         (encode-char): Likewise.
16914         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
16915         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
16916         (utf-16le-decode-loop): Set r5 to -1 before loop.
16917         (utf-16be-decode-loop): Likewise.
16918         (ccl-decode-mule-utf-16le): Add EOF processing block.
16919         (ccl-decode-mule-utf-16be): Likewise.
16920         (ccl-decode-mule-utf-16le-with-signature): Likewise.
16921         (ccl-decode-mule-utf-16be-with-signature): Likewise.
16922         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
16923         (ccl-mule-utf-16-encode-untrans): New CCL.
16924         (utf-16-decode-to-ucs): Handle pre-read character.
16925         (utf-16le-encode-loop): Handle surrogate pair.
16926         (utf-16be-encode-loop): Likewise.
16927         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
16928         of utf-16le-encode-loop.
16929         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
16930         of utf-16be-encode-loop.
16931         (mule-utf-16-post-read-conversion):
16932         Call utf-8-post-read-conversion at first.
16933         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
16934         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
16935         Add post-read-conversion and pre-write-conversion.
16937         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
16938         (utf-translate-cjk-unicode-range): New variable.
16939         (utf-translate-cjk-load-tables): New function.
16940         (utf-lookup-subst-table-for-decode): New function.
16941         (utf-lookup-subst-table-for-encode): New function.
16942         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
16943         tables here.  Update safe-charsets of utf-* coding systems.
16944         (ccl-mule-utf-untrans): New CCL.
16945         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
16946         at end of each branch.
16947         (ccl-mule-utf-8-encode-untrans): New CCL.
16948         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
16949         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
16950         length of encoding.  Don't return r0.
16951         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
16952         (utf-8-post-read-conversion): Narrow to region properly.
16953         If utf-translate-cjk-mode is on, load tables if necessary.
16954         Call utf-8-compose with hash-table arg if necessary.
16955         Call XXX-compose-region instead of XXX-post-read-conversion.
16956         (utf-8-pre-write-conversion): New function.
16957         (mule-utf-8): Include CJK charsets in safe-charsets if
16958         utf-translate-cjk-mode is on.  Add pre-write-conversion.
16960         * international/characters.el: Temporarily set
16961         utf-translate-cjk-mode to nil.
16963         * language/devan-util.el (devanagari-compose-region):
16964         Add autoload cookie.
16966         * international/ccl.el (ccl-dump-call): Fix printing the
16967         subroutine name.
16969 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
16971         * dired.el (dired-revert): If buffer is marked unmodified before
16972         reverting, keep it marked unmodified.  Adapt to new conventions
16973         for commenting out code.
16974         (dired-make-relative): Adapt to new conventions for commenting out
16975         code.
16977 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
16979         * eshell/esh-module.el (eshell-load-defgroups):
16980         Bind `vc-handled-backends' to nil when opening files.
16982 2004-06-11  Juanma Barranquero  <lektu@terra.es>
16984         * files.el (parse-colon-path, cd): Doc fixes (refer to
16985         `path-separator', not colon).
16987 2004-06-10  Juanma Barranquero  <lektu@terra.es>
16989         * newcomment.el (comment-search-forward)
16990         (comment-search-backward): Fix typos in docstring.
16991         (comment-region): Doc fix.
16993 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
16995         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
16996         switch is no longer stored in `dired-switches-alist'.
16998         * dired-aux.el (dired-insert-subdir): Do not store R switch in
16999         `dired-switches-alist'.
17001 2004-06-10  Kim F. Storm  <storm@cua.dk>
17003         * pcvs.el (cvs-mode-diff-yesterday): New command.
17005         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
17007 2004-06-10  Juri Linkov  <juri@jurta.org>
17009         * emacs-lisp/edebug.el (edebug-eval-defun):
17010         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
17011         Fix docstring.
17013         * simple.el (eval-expression-print-format): Don't print additional
17014         information on the first call to `eval-print-last-sexp'.
17015         (next-error-find-buffer): Fix punctuation.
17016         (killing) <defgroup>: Fix punctuation.
17017         (yank-excluded-properties): Change group from editing to killing.
17019         * replace.el (perform-replace): Use `limit' to terminate the
17020         while-loop explicitly.
17022 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17024         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
17025         Use lc-*.xpm as prefix instead of *-locol.xpm.
17027         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
17028         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
17029         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
17030         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
17031         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
17032         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
17033         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
17034         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
17035         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
17036         * toolbar/lc-up_arrow.xpm:
17037         Rename from *-locol.xpm.
17039 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
17041         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
17042         include forms like &<str>; as valid url patterns.
17044 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
17046         * dired.el (dired-diff, dired-backup-diff)
17047         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
17048         (dired-do-chown, dired-do-touch, dired-do-print)
17049         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
17050         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
17051         (dired-create-directory, dired-do-copy, dired-do-symlink)
17052         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
17053         (dired-do-copy-regexp, dired-do-hardlink-regexp)
17054         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
17055         (dired-maybe-insert-subdir, dired-next-subdir)
17056         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
17057         (dired-kill-subdir, dired-tree-up, dired-tree-down)
17058         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
17059         (dired-run-shell-command, dired-query): Remove redundant,
17060         or incorrect, autoloads.
17062         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
17063         does not end in a slash.  Add optional argument KILL-ROOT.
17064         Update docstring.
17065         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
17066         (dired-query): Add autoloads.
17068 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
17070         * progmodes/compile.el (compilation-set-window-height): Rearrange
17071         the save-* functions because a buffer can have several current
17072         point in different windows.
17073         (compilation-error-regexp-alist-alist): Recognize {standard input}
17074         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
17076 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17078         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
17079         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
17080         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
17081         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
17082         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
17083         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
17084         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
17085         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
17086         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
17087         * toolbar/up_arrow-locol.xpm:
17088         New versions of icons that uses fewer colors.
17090         * toolbar/tool-bar.el (tool-bar-local-item)
17091         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
17092         if display-color-cells is 256 or less.
17094 2004-06-08  Kim F. Storm  <storm@cua.dk>
17096         * wid-edit.el (widget-specify-button): Use hand pointer rather
17097         than mouse-face as visible mouse-over effect.
17099 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
17101         * saveplace.el (save-place-alist-to-file): Bind `print-length'
17102         and `print-level' to nil when writing out `save-place-alist'.
17103         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
17105 2004-06-07  Juanma Barranquero  <lektu@terra.es>
17107         * completion.el (completion-kill-region): Doc fix.
17109         * format.el (format-insert-annotations)
17110         (format-annotate-location): Doc fixes.
17111         (format-subtract-regions): Make arguments match their use in docstring.
17113         * simple.el (kill-region): Doc fix.
17115         * subr.el (insert-buffer-substring-no-properties)
17116         (insert-buffer-substring-as-yank): Doc fixes.
17118 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
17120         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17121         Update docstring.
17122         (dired-reset-subdir-switches): New function.
17124         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
17125         Limit scope of `buffer-read-only' binding.
17127 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
17129         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
17130         eshell-explicit-command-char.
17132 2004-06-06  Juanma Barranquero  <lektu@terra.es>
17134         * help-fns.el (help-argument-name): Inherit from italic face only
17135         if the frame supports it.
17137 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17139         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
17140         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
17141         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
17142         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
17143         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
17144         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
17145         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
17146         New conversions from xpm files.
17148         * toolbar/README: New file.
17150 2004-06-06  Richard M. Stallman  <rms@gnu.org>
17152         * isearch.el (isearch-mode-map): Undo previous change.
17154 2004-06-05  Juri Linkov  <juri@jurta.org>
17156         * bindings.el (debug-ignored-errors): Add regexps for history
17157         related messages.  Remove $ from "No further undo information".
17158         Move Ediff's messages to ediff.el.
17160         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
17162         * cus-edit.el (custom-display): Add `min-colors'.
17164         * custom.el (defface): Add `supports' to docstring.
17166         * help-fns.el (help-argument-name): Add :group 'help.
17168 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
17170         * find-dired.el (find-ls-subdir-switches): New user option.
17171         (find-dired): No longer call `abbreviate-file-name' on DIR.
17172         Set `dired-subdir-switches' buffer-locally.
17174         * locate.el: Merge the two `Commentary' sections.
17175         (locate-ls-subdir-switches): New user option.
17176         (locate): Update for other changes.
17177         (locate-mode-map): Restore Dired binding for mouse-2.
17178         Bind `locate-mouse-view-file' to M-mouse-2.
17179         Bind `l' to `locate-do-redisplay'.
17180         (locate-main-listing-line-p, locate-do-redisplay): New functions.
17181         (locate-mouse-view-file, locate-tags, locate-find-directory):
17182         Print message if used outside main listing.
17183         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
17184         Various changes to support inserted subdirectories.
17185         (locate-insert-header): Change header of *Locate* buffer.
17187         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17188         Change interactive default switches.
17189         (dired-rename-subdir-2): Update `dired-switches-alist'.
17190         (dired-insert-subdir, dired-kill-subdir):
17191         Handle `dired-switches-alist'.  Do not mark buffer modified.
17192         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
17193         (dired-insert-subdir-doinsert): Omit messages.
17194         Handle `dired-subdir-switches'.
17195         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
17197         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
17198         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
17199         subdirs if -R switch is used for a subdir.
17200         (dired-mode): Set `dired-switches-alist'.
17201         (dired-build-subdir-alist): Only print number of directories in
17202         echo area when invoked interactively.
17204 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
17206         * dired-x.el (dired-omit-mode): Rename from
17207         dired-omit-files-p.  Use define-minor-mode to define it.
17208         (dired-omit-files-p): Add as alias for dired-omit-mode.
17209         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
17210         dired-mark-omitted.
17211         (dired-mark-omitted): Add.  Bind to M-O.
17213 2004-06-05  Kenichi Handa  <handa@m17n.org>
17215         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
17217 2004-06-05  Juanma Barranquero  <lektu@terra.es>
17219         * help-fns.el (help-argument-name): Reintroduce face.
17220         (help-default-arg-highlight): Use it, now that
17221         `face-differs-from-default-p' can be trusted.
17223 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
17225         * textmodes/table.el: Sentence commands added to Point Motion
17226         group; kill and backward-kill commands added to Extraction group.
17228 2004-06-04  Mario Lang  <mlang@delysid.org>
17230         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
17231         systems appear to use mW, make the code handle this.  Fix a
17232         division-by-zero bug while at it, and handle kernels with
17233         a slightly different layout in /proc/acpi.
17235 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
17237         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
17238         because the latter is a CL-ism.  This fixes the bug reported by
17239         Shawn Boyette <mdxi@collapsar.net> in
17240         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
17242 2004-06-04  Miles Bader  <miles@gnu.org>
17244         * faces.el (display-supports-face-attributes-p): Function moved to
17245         C code.  Previously only the tty-related portion of this function
17246         was done in C; however the previous attempt to do a halfway-proper
17247         job for non-tty displays in lisp didn't work properly because of
17248         funny conditions during Emacs startup.
17249         (face-differs-from-default-p): Simplify, now that
17250         display-supports-face-attributes-p works properly on all display
17251         types.  Remove :stipple from comparison; it doesn't really work
17252         in emacs anyway.
17254 2004-06-04  Miles Bader  <miles@gnu.org>
17256         * faces.el (face-differs-from-default-p): Use a different
17257         implementation, so we can really check whether FACE displays
17258         differently or not.
17260 2004-06-04  Miles Bader  <miles@gnu.org>
17262         * faces.el (display-supports-face-attributes-p): Implement a
17263         `different from default' check for non-tty displays.
17265 2004-06-03  David Kastrup  <dak@gnu.org>
17267         * woman.el (woman-mapcan): More concise code.
17268         (woman-topic-all-completions, woman-topic-all-completions-1)
17269         (woman-topic-all-completions-merge): Replace by a simpler and
17270         much faster implementation based on O(n log n) sort/merge instead
17271         of the old O(n^2) behavior.
17273 2004-06-03  Miles Bader  <miles@gnu.org>
17275         * subr.el (read-number): Use canonical format for default in prompt.
17277         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
17278         Add regexp for " [...]" style defaults.
17280 2004-06-02  Romain Francoise  <romain@orebokech.com>
17282         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
17283         groups: if the user asks for a hidden buffer, open the
17284         corresponding filter group to expose it.
17286         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
17287         `ibuffer-jump-to-buffer'.
17288         (ibuffer-jump-offer-only-visible-buffers): New user option.
17290 2004-06-02  Juanma Barranquero  <lektu@terra.es>
17292         * faces.el (frame-update-faces): Add empty docstring so the one
17293         for `ignore' doesn't show through.
17295         * subr.el (process-kill-without-query): Remove spurious "\n" on
17296         obsolescence string.
17297         (focus-frame, unfocus-frame): Add obsolescence declaration and
17298         empty docstring.
17300         * international/mule.el (register-char-codings): Make alias for
17301         `ignore'.  Move docstring to obsolescence info and remove redundancy.
17303 2004-06-02  Kim F. Storm  <storm@cua.dk>
17305         * frame.el (blink-cursor-start): Turn cursor off initially so blink
17306         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
17308 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17310         * comint.el (comint-replace-by-expanded-history-before-point):
17311         Obey `start' as the docstring says.
17312         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
17313         (comint-update-fence): Prevent font-lock from running unnecessarily.
17314         (comint-dynamic-list-completions): Use with-current-buffer.
17316 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17318         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
17319         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
17320         (bibtex-entry-update): Handle alternatives and optional fields.
17321         (bibtex-parse-entry): Bugfix, handle empty key.
17323 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17325         * vc-arch.el (vc-arch-state): Don't assume the file exists.
17327 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
17329         * desktop.el (desktop-save): Don't save minor modes without a
17330         known mode initialization function.
17332 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
17334         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
17336         * autorevert.el: Update `Commentary' section.
17338 2004-05-30  Juanma Barranquero  <lektu@terra.es>
17340         * dos-fns.el (convert-standard-filename):
17341         * files.el (convert-standard-filename):
17342         * w32-fns.el (convert-standard-filename):
17343         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
17345 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
17347         Sync with Tramp.
17349         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
17350         (tramp-let-maybe): Move to an earlier spot in the file.
17351         Patch by Andreas Schwab.
17353 2004-05-30  Andreas Schwab  <schwab@suse.de>
17355         * dired.el (dired-get-filename): Don't use dired-re-dot.
17357 2004-05-30  Richard M. Stallman  <rms@gnu.org>
17359         * files.el (find-file): Doc fix.
17361         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
17363 2004-05-30  Nick Roberts  <nickrob@gnu.org>
17365         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
17366         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
17367         modeline of the locals buffer.
17368         (gdb-goto-breakpoint): Handle gdbmi.
17369         (gdb-get-frame-number): Change for gdbmi.
17371 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
17373         * files.el (file-remote-p): Apply file name handler for operation
17374         `file-remote-p'.  It isn't a property any longer.
17375         (file-relative-name): `fh' and `fd' get the required value via
17376         `find-file-name-handler' already.
17378         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
17379         (top): Remove setting of `file-remote-p' property for
17380         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
17382 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
17384         Version 2.0.41 of Tramp released.
17386         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
17387         Throw away if process has died.
17388         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
17389         (tramp-out-of-band-prompt-regexp): Rename to
17390         `tramp-process-alive-regexp', because its usage is widen.
17391         (tramp-actions-copy-out-of-band): Apply it.
17392         (tramp-actions-before-shell, tramp-multi-actions):
17393         Add `tramp-action-process-alive' action.
17394         (tramp-action-process-alive): New defun.
17395         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17396         Add entry for `file-remote-p'.
17397         (tramp-handle-file-remote-p): New defun.
17398         (top): Remove setting of `file-remote-p'.  Don't set
17399         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
17401         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17402         `file-remote-p'.
17404         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
17405         counted for (last) line.  [They should or they shouldn't?  --Stef]
17406         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
17408 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
17410         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
17411         not really necessary but seems to keep the shell history smaller
17412         in some cases.  It is no substitute for setting HISTFILE and
17413         HISTSIZE from tramp-open-connection-setup-interactive-shell,
17414         though.  Suggested by Luc Teirlinck.
17415         (tramp-open-connection-setup-interactive-shell): Export variables
17416         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
17417         (tramp-set-process-query-on-exit-flag): New compat function.
17418         (tramp-open-connection-multi, tramp-open-connection-su)
17419         (tramp-open-connection-rsh, tramp-open-connection-telnet)
17420         (tramp-do-copy-or-rename-file-out-of-band): Use it.
17421         (tramp-let-maybe): New macro, let-binds a variable only if it
17422         isn't obsolete.
17423         (tramp-check-ls-commands, tramp-handle-expand-file-name)
17424         (tramp-handle-file-truename): Use it.
17425         (tramp-completion-file-name-regexp-unified): Avoid matching
17426         filenames starting with "/:" -- those are reserved for
17427         file-name-non-special.
17429         * tramp-smb.el (tramp-smb-open-connection):
17430         Use tramp-set-process-query-on-exit-flag compat function.
17432 2004-05-29  Richard M. Stallman  <rms@gnu.org>
17434         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
17436         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
17437         (eval-last-sexp-print-value): Print char equivalent regardless
17438         of standard-output value.
17440         * thumbs.el (thumbs-subst-char-in-string): Delete.
17441         (thumbs-thumbname): Use subst-char-in-string.
17442         (thumbs-resize-image): Use condition-case, not ignore-errors.
17443         (thumbs-kill-buffer): Likewise.
17445         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
17446         (thumbs-mode): Make buffer read-only.
17447         (thumbs-make-thumb): Unconditionally accept an existing file.
17448         (thumbs-insert-thumb): Add thumb-image-file property to the image.
17449         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
17450         (thumbs-show-thumbs-list): Error if images not supported.
17451         (thumbs-save-current-image): Improve prompt string.
17452         (thumbs-mode-map): Define u, R, x.
17453         (thumbs-unmark): New command.
17454         (thumbs-emboss-image): Minor cleanup.
17455         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
17456         (thumbs-rename-images): New command.
17457         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
17459         * thumbs.el (thumbs-current-image): New function.
17460         (thumbs-file-list, thumbs-file-alist): New functions.
17461         (thumbs-find-image): Delete arg L.
17462         Don't set up thumbs-fileL as buffer-local global var.
17463         (thumbs-find-image-at-point): Use thumbs-current-image.
17464         (thumbs-set-image-at-point-to-root-window): Likewise.
17465         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
17466         Record and warn about errors.  Update thumbs-markedL for deletions.
17467         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
17468         (thumbs-redraw-buffer): Use thumbs-file-list.
17469         (thumbs-mark): Use thumbs-current-image.
17470         (thumbs-show-name): Use thumbs-current-image.
17472         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
17473         and imenu--last-menubar-index-alist.
17475         * subr.el (with-selected-window): Undo previous change.
17477 2004-05-29  John Paul Wallington  <jpw@gnu.org>
17479         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
17480         (thumbs-mouse-find-image): New command.
17481         (thumbs-mode-map): Bind it to mouse-2.
17482         (thumbs-mode): Make mode-class special.
17483         (thumbs-view-image-mode): Likewise.
17485 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
17487         * flymake.el: New file.
17489 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
17491         * files.el (find-file-noselect-1): Do not bind
17492         `inhibit-read-only' to t during execution of
17493         `find-file-not-found-functions'.
17495 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17497         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
17498         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
17500 2004-05-28  Juri Linkov  <juri@jurta.org>
17502         * simple.el (eval-expression-print-format): New fun.
17504         * simple.el (eval-expression):
17505         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17506         * emacs-lisp/edebug.el (edebug-compute-previous-result)
17507         (edebug-eval-expression): Print additionally the value returned by
17508         `eval-expression-print-format'.
17510         * emacs-lisp/lisp.el (insert-pair-alist): New var.
17511         (insert-pair): Make arguments optional.  Find character pair
17512         from `insert-pair-alist' according to the last input event.
17513         (insert-parentheses): Make arguments optional.
17514         (raise-sexp, delete-pair): New funs.
17516         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
17517         (emacs-lisp-mode-map, lisp-interaction-mode-map):
17518         Bind C-M-q to `indent-pp-sexp'.
17520         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
17521         `pp-to-string' modified to be able to format text with newlines.
17522         (pp-to-string): Move the buffer-formatting part of the code to
17523         `pp-buffer'.  Call `pp-buffer'.
17525         * info.el (Info-desktop-buffer-misc-data): Don't save information
17526         about virtual files.
17527         (Info-restore-desktop-buffer): Restore Info buffers in prepared
17528         buffers with names obtained from the desktop file instead of the
17529         default *info* buffer.
17531 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17533         * subr.el (with-selected-window): Only save/restore the selected
17534         window.
17536         * progmodes/compile.el (compilation-error-regexp-alist):
17537         Use expand-file-name and data-directory.
17539         * progmodes/grep.el (grep-tree): Rework previous fix.
17541         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
17542         after the user marked text with the mouse.
17544         * startup.el (command-line): Keep the first regexp of
17545         auto-save-file-name-transforms intact.
17547 2004-05-28  Juanma Barranquero  <lektu@terra.es>
17549         * cus-edit.el (customize-face, customize-face-other-window)
17550         (custom-face-edit-delete): Make arguments match their use in
17551         docstring.
17552         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
17553         docstring.
17555         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
17556         not `cvs-butlast'.
17558         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
17559         `nbutlast' are in subr.el).
17561         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
17562         (set-w32-system-coding-system): Doc fixes.
17564         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
17565         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
17566         Make arguments match their use in docstring.
17567         (artist-draw-region-trim-line-endings)
17568         (artist-mouse-choose-operation): Fix typo in docstring.
17569         (artist-key-set-point-common): Doc fix.
17571 2004-05-28  Simon Josefsson  <jas@extundo.com>
17573         * mail/smtpmail.el (smtpmail-open-stream):
17574         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
17576 2004-05-26  Simon Josefsson  <jas@extundo.com>
17578         * starttls.el: Merge with my GNUTLS based starttls.el.
17579         (starttls-gnutls-program, starttls-use-gnutls)
17580         (starttls-extra-arguments, starttls-process-connection-type)
17581         (starttls-connect, starttls-failure, starttls-success): New variables.
17582         (starttls-program, starttls-extra-args): Doc fix.
17583         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
17584         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
17585         and pass on to corresponding *-gnutls function if it is set.
17587 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
17589         * autorevert.el (auto-revert-handler): Disable auto-reverting of
17590         remote files.
17592 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
17594         * files.el (file-name-non-special): There are more operations
17595         which need handling: `find-backup-file-name',
17596         `insert-file-contents', `verify-visited-file-modtime',
17597         `write-region'.  Rename t value of method to `add'.  Add new
17598         methods `quote' and `unquote-then-quote' to file-arg-indices.
17600 2004-05-25  Juri Linkov  <juri@jurta.org>
17602         * info.el (Info-toc): Call Info-mode on intermediate buffer.
17603         (Info-index-nodes): Enclose code in condition-case to catch errors.
17604         (Info-index-node): Don't search all index nodes if request is only
17605         for the current node and file is not in the cache of index nodes.
17606         (Info-mode-map): Bind Info-copy-current-node-name to `w'
17607         for consistency with dired-copy-filename-as-kill.
17608         Bind `S' to Info-search-case-sensitively.
17609         (Info-copy-current-node-name): New arg.  With zero prefix arg put
17610         the name inside a function call to `info'.  Display copied text in
17611         the echo area.
17613 2004-05-25  Sam Steingold  <sds@gnu.org>
17615         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
17616         strip the package prefix from the symbol name, if any.
17617         Make it the `find-tag-default-function' for `lisp-mode'.
17619 2004-05-25  John Paul Wallington  <jpw@gnu.org>
17621         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
17622         instead of obsolete `process-kill-without-query'.
17624         * textmodes/texinfmt.el (texinfo-indexvar-alist):
17625         Declare as variable, not constant.
17627 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
17629         * files.el (find-file-noselect-1): Fix bug introduced by
17630         Revision 1.694.  As a side effect, `inhibit-read-only'
17631         is again, by default, t during execution of
17632         `find-file-not-found-functions'.
17633         (insert-directory): Check that lines were really inserted by
17634         the --dired switch, before erasing them.
17636 2004-05-24  Nick Roberts  <nickrob@gnu.org>
17638         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
17639         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
17640         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
17641         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
17642         gud-minor-mode (gdbmi).
17644 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
17646         * net/browse-url.el (browse-url-interactive-arg): Enable user to
17647         explicitly select the text to be taken as URL.
17649 2004-05-23  Juri Linkov  <juri@jurta.org>
17651         * info.el (Info-index-nodes): New var and fun.
17652         (Info-goto-index, Info-index, info-apropos)
17653         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
17654         (Info-index): Fix docstring.  Store and restore Info-history-list.
17655         (Info-complete-nodes): New var.
17656         (Info-complete-menu-item): Use it.
17657         (Info-index-node): New fun.
17658         (Info-final-node, Info-forward-node, Info-backward-node)
17659         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
17660         Use Info-index-node.
17661         (Info-extract-menu-item, Info-extract-menu-counting): Set second
17662         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
17663         (Info-find-node-2): If a node with period in its name not found,
17664         try to find a node without the name part after period.
17665         (Info-select-node): Call Info-fontify-node only if
17666         Info-fontify-maximum-menu-size is not nil.
17667         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
17668         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
17669         Preserve Info-history-list.
17670         (Info-toc): Set Info-current-file.
17671         (Info-build-toc): Move point to the beginning of the buffer.
17672         Add main-file variable.
17673         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
17674         Use backslashed representation of the control character ^_.
17676         * textmodes/texinfmt.el (texinfo-print-index): Print index line
17677         numbers in the new Texinfo 4.7 format.
17679         * add-log.el (change-log-font-lock-keywords): Remove `:' from
17680         regexps for function and variable names.
17682         * descr-text.el (describe-property-list): Add [show] button for
17683         `syntax-table' property with action to pp to a separate buffer.
17684         (describe-char): Replace search-forward by re-search-forward with
17685         whitespace regexp after "character:" to not fail in too narrow windows.
17687         * simple.el (next-error-find-buffer): Add a rule to return
17688         next-error capable buffer if one window on the selected frame
17689         displays such buffer.
17691 2004-05-23  Nick Roberts  <nickrob@gnu.org>
17693         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
17694         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
17695         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
17696         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
17697         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
17698         Handle new value for gud-minor-mode (gdbmi).
17699         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
17700         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
17701         Change from local to global gdb variable set.
17702         (gdb-ann3): Initialize above gdb variable set.
17703         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
17704         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
17705         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
17706         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
17707         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
17708         (gdb-info-locals-handler, gdb-invalidate-assembler)
17709         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
17710         set as global variables.
17711         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
17712         Handle gdbmi.
17713         (gdb-info-breakpoints-custom): Fix regexp.
17714         (def-gdb-var): Delete.
17716         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
17717         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
17718         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
17719         a new mode.  The file (gdb-mi.el) for this mode will be included
17720         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
17721         primary interface.
17723 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
17725         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
17726         interpreted as a directory.
17728 2004-05-22  Richard M. Stallman  <rms@gnu.org>
17730         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
17731         as a close quote.
17733         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
17735         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
17736         Use assoc-string, not assoc-ignore-case.
17738         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
17740         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
17741         If moving back then fwd gets a defun that ends before point,
17742         try again moving fwd then back.
17744         * files.el (file-name-non-special): Allow t in file-arg-indices
17745         to mean requote the return value.  Use `identity' as an element
17746         rather than as the whole value.
17748         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
17750 2004-05-22  Juanma Barranquero  <lektu@terra.es>
17752         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
17753         `help-make-usage'.
17754         (help-highlight-arguments): Skip function name before searching
17755         for arguments.
17757 2004-05-21  Juanma Barranquero  <lektu@terra.es>
17759         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
17760         Don't mention in the docstring these arguments meant for
17761         internal (recursive) use only.
17762         (allout-char-spec): Comment out (it's not implemented).
17763         (allout-old-expose-topic, allout-exposure): Fix docstring and add
17764         obsolescence declaration.
17765         (allout-flatten-exposed-to-buffer)
17766         (allout-indented-exposed-to-buffer): Fix typos in docstring.
17767         (my-mark-marker): Doc fix.
17768         (produce-allout-mode-map, allout-sibling-index)
17769         (allout-isearch-expose, allout-distinctive-bullet)
17770         (allout-open-topic, allout-reindent-body)
17771         (allout-rebullet-heading, allout-process-exposed)
17772         (allout-insert-listified, allout-latex-verb-quote)
17773         (allout-insert-latex-header, allout-insert-latex-trailer):
17774         Make arguments match their use in docstring.
17775         (allout-primary-bullet, allout-old-style-prefixes)
17776         (allout-inhibit-protection, allout-init, allout-mode)
17777         (allout-before-change-protect, allout-flag-region):
17778         Use "Emacs" instead of "emacs" in docstrings.
17780 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
17782         * international/characters.el: Modify syntax of more characters.
17784 2004-05-21  Masatake YAMATO  <jet@gyve.org>
17786         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
17787         (etags-tags-completion-table): Show parsing progress.
17789 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
17791         * locate.el (locate-prompt-for-command): Shorten first line of
17792         docstring.
17793         (locate-mode): Expand docstring and include keymap summary.
17795         * files.el (find-file-noselect-1): Limit the scope of the
17796         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
17797         is, by default, nil during the execution of
17798         `find-file-not-found-functions' and `find-file-hook'.
17800 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
17802         * facemenu.el (facemenu-color-name-equal): New function.
17803         (list-colors-display): Use it to compare colors instead of
17804         facemenu-color-equal.
17806 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
17808         * compare-w.el (compare-windows-face): Use min-colors instead of
17809         checking for tty or pc types.
17811 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17813         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
17814         (completion-setup-function): Use with-current-buffer.
17815         Properly save excursion.  Simplify.
17816         Don't assume there is necessarily a `mouse-face' property somewhere.
17818         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
17820         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
17822         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
17823         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
17824         Use with-current-buffer.
17825         (byte-goto-log-buffer): Delete.
17826         (byte-compile-log-file): Call compilation-forget-errors.
17828 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
17830         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
17831         output messages into the search result.
17833 2004-05-19  Masatake YAMATO  <jet@gyve.org>
17835         * wid-edit.el (widget-radio-button-notify): Revert my last
17836         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17838 2004-05-19  Kenichi Handa  <handa@m17n.org>
17840         * international/characters.el: Fix syntax (open/close) of CJK chars.
17842 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
17844         * help-mode.el (help-go-back): Don't depend on position of back button.
17846 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17848         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
17849         files don't contain an accidental additional /.
17851         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
17852         in source buffer.
17854 2004-05-18  Masatake YAMATO  <jet@gyve.org>
17856         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
17857         to widget-apply.  :action method assumes 2 arguments, not 3.
17859 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
17861         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17862         New constants.
17863         (hs-special-modes-alist): Add an f90-mode entry.
17865 2004-05-17  Sam Steingold  <sds@gnu.org>
17867         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
17868         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
17870 2004-05-16  Kim F. Storm  <storm@cua.dk>
17872         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
17874 2004-05-15  John Wiegley  <johnw@newartisans.com>
17876         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
17877         (eshell-output-object-to-target): Improve output speed 20% by not
17878         calling `eshell-stringify' if something is already known to be a
17879         string.
17881 2004-05-15  Alex Ott  <ott@jet.msk.su>
17883         * textmodes/ispell.el (ispell-local-dictionary-alist):
17884         Add windows-1251 to the choice of coding systems.
17885         (ispell-dictionary-alist-6): Add support for "russianw.aff",
17886         encoded in cp1251.
17888 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
17890         * progmodes/compile.el (compilation-warning-face)
17891         (compilation-info-face): Use min-colors.
17893 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17895         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
17896         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
17897         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
17898         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
17899         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
17900         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
17901         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
17902         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
17903         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
17904         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
17905         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
17906         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
17907         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
17908         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
17910 2004-05-15  Kim F. Storm  <storm@cua.dk>
17912         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
17913         Use it to set triggered-p element of timer.
17914         (timer-event-handler): Set triggered-p element non-nil while running
17915         the timer function.
17917 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17919         * descr-text.el (describe-char-unicode-data)
17920         (describe-char-unicodedata-file): Re-enable the unicode code now that
17921         the licensing issues have been cleared in the unicode-4 license.
17922         (describe-text-properties-1): Remove unused `overlay' var.
17923         (describe-char): Remove unused var `buffer'.
17925 2004-05-14  David Ponce  <david@dponce.com>
17927         * tree-widget.el: New file.
17929 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
17931         * language/european.el ("Brazilian Portuguese"): Add support for
17932         Brazilian Portuguese.
17934 2004-05-13  John Wiegley  <johnw@newartisans.com>
17936         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
17937         `recentf-mode' if this variable has been customized to t.
17939         * eshell/esh-test.el (eshell-test): Call the function
17940         `emacs-version' rather than trying to build a custom version string.
17942 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17944         * net/telnet.el (telnet-mode): Use define-derived-mode.
17945         Don't modify the global value of comint-prompt-regexp.
17947 2004-05-13  John Paul Wallington  <jpw@gnu.org>
17949         * version.el (emacs-version): Check for `gtk' feature before
17950         `x-toolkit' feature.
17952 2004-05-13  Juanma Barranquero  <lektu@terra.es>
17954         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
17955         arguments in the docstring, they're used only in recursive calls.
17957         * help-fns.el (help-arg-highlighting-function)
17958         (help-argument-name): Delete.
17959         (help-default-arg-highlight): New function.
17960         (help-do-arg-highlighting): Use it.
17962 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
17964         * calendar/appt.el (appt-disp-window):
17965         Use `calendar-set-mode-line' for a centered mode-line.
17967 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
17969         * calendar/appt.el (appt-disp-window): Do not split window
17970         excessively when `split-height-threshold' is low.
17972 2004-05-12  Nick Roberts  <nickrob@gnu.org>
17974         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
17975         kill-buffer-hook here and make it local.
17976         (gud-kill-buffer-hook): Use kill-process for a sure kill.
17978 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
17980         * progmodes/compile.el (compilation-set-window-height):
17981         Use save-excursion to protect against misplaced marker.
17983 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17985         * custom.el (defface): Document that type can have value gtk.
17987         * faces.el (face-spec-set-match-display): Handle type gtk in display.
17989 2004-05-12  Kenichi Handa  <handa@m17n.org>
17991         * descr-text.el: Require quail at compile time.
17992         (describe-char): If an input method is on and it supports the
17993         character, show how to input it.
17995         * international/quail.el (quail-install-decode-map): Accept a
17996         char-table whose subtype is `quail-decode-map'.
17997         (quail-store-decode-map-key, quail-gen-decode-map1)
17998         (quail-gen-decode-map, quail-find-key1, quail-find-key)
17999         (quail-show-key): New functions.
18001 2004-05-12  Juanma Barranquero  <lektu@terra.es>
18003         * generic.el (define-generic-mode): Remove redundant arglist info.
18005         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
18006         Make arguments match their use in docstring.
18007         (help-arg-highlighting-function): New variable.
18008         (help-argument-name): Mention it in the docstring.
18009         (help-do-arg-highlight): Use it.  Expand regexp to accept also
18010         ARG-xxx and xxx-ARG references.
18012 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
18014         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
18015         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
18016         and "mailto:addr1?to=addr2" equal.
18018 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
18020         * man.el (Man-getpage-in-background): Use shell-file-name
18021         and shell-command-switch variables instead of hard-coded values.
18023 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
18025         * iimage.el: New file.
18027 2004-05-11  Juanma Barranquero  <lektu@terra.es>
18029         * custom.el (custom-initialize-default, defcustom):
18030         Fix typo in docstring.
18032         * files.el (set-visited-file-name, file-expand-wildcards):
18033         Fix docstring.
18035 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18037         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
18039         * subr.el (eventp): Be more discriminating with integers.
18041 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
18043         * progmodes/compile.el (compile): Add universal prefix arg.
18044         (compilation-error-regexp-alist-alist): Add edg patterns.
18046 2004-05-10  Sam Steingold  <sds@gnu.org>
18048         * textmodes/ispell.el (ispell-message):
18049         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
18051 2004-05-10  Dave Love  <fx@gnu.org>
18053         * progmodes/python.el (help-buffer): Autoload when compiling.
18054         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
18055         (run-python): Prepend to any existing PYTHONPATH.
18057 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
18059         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
18060         for pending breakpoints.
18062 2004-05-10  Richard M. Stallman  <rms@gnu.org>
18064         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
18065         directly without calling any functions in Rmail.
18066         (unrmail-unprune): Function deleted.
18068 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18070         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
18071         C-c C-z binding.
18073 2004-05-10  Kenichi Handa  <handa@m17n.org>
18075         * descr-text.el (describe-char): Fix previous change.  Don't make
18076         a unibyte character to multibyte in the *Help* buffer.
18078 2004-05-10  Miles Bader  <miles@gnu.org>
18080         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
18081         buffer an error if the debugger process is actually running.
18083 2004-05-10  Juanma Barranquero  <lektu@terra.es>
18085         * help-fns.el (help-argument-name): Default to italic.
18086         (help-highlight-arguments): Return always (usage . doc), even when
18087         usage is nil.
18089         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
18090         (define-ibuffer-filter): Add usage info.
18091         (define-ibuffer-op): Add usage info (but CL-style defaults for
18092         keyword args are not shown).
18094         * subr.el (remove-overlays, read-passwd): Fix docstring.
18095         (start-process-shell-command): Fix docstring.  Put usage info in a
18096         format usable by `describe-function'.
18097         (open-network-stream, open-network-stream-nowait)
18098         (open-network-stream-server): Fix docstring.
18100 2004-05-09  Jason Rumney  <jasonr@gnu.org>
18102         * international/code-pages (cp932, cp936, cp949, c950): Remove.
18103         Only define cp125* if windows-125* is already defined.
18105         * language/korean.el (cp949): Add alias.
18107         * language/chinese.el (cp936, cp950): Add aliases.
18109         * language/japanese.el (cp932): Add alias.
18111         * term/w32-win.el: Require code-pages.
18113         * international/mule-cmds.el (set-locale-environment):
18114         On MS-Windows use ansi code-page for default coding-systems.
18115         Set up paper sizes for Windows 3 letter languages.
18117         * international/code-pages.el (cp932, cp936, cp949, cp950):
18118         Add aliases.  Also add cp125* if not already defined.
18120 2004-05-09  Juanma Barranquero  <lektu@terra.es>
18122         * help-fns.el (help-highlight-arguments): Don't try to highlight
18123         missing or autoloaded arglists.  Accept structured arguments, like
18124         the first ones of `do' and `flet'.
18126         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
18127         (cvs-get-marked): Remove redundant arglist info.
18129         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
18130         Don't use CL-style default args.
18132 2004-05-08  Andreas Schwab  <schwab@suse.de>
18134         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
18136         * international/subst-ksc.el: Fix references to utf-translate-cjk
18137         into utf-translate-cjk-mode.
18138         * international/subst-big5.el: Likewise.
18139         * international/subst-gb2312.el: Likewise.
18140         * international/subst-jis.el: Likewise.
18141         * international/utf-16.el: Likewise.
18142         * international/utf-8.el: Likewise.
18144 2004-05-08  John Wiegley  <johnw@newartisans.com>
18146         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
18147         "virtual buffers" (off by default), which makes it possible to
18148         switch to the "virtual" buffers of recently visited files.  When a
18149         buffer name search fails, and this option is on, iswitchb will
18150         look at the list of recently visited files, and permit matching
18151         against those names.  When the user hits RET on a match, it will
18152         revisit that file.
18153         (iswitchb-read-buffer): Add two optional arguments, which makes
18154         isearchb.el possible.
18155         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
18156         (iswitchb-next-match): Add support for virtual buffers.
18158         * isearchb.el: This module extends iswitchb to provide "as you
18159         type" buffer selection.
18161         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
18162         Ignore the read-only property when flyspell highlighting is on.
18163         Not ignoring it leads to a series of confusing errors.
18164         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
18165         but also make sure to call flyspell-incorrect-hook.
18166         (flyspell-maybe-correct-transposition): Perform transposition test
18167         by bit twiddling a string, rather than using a temp buffer.
18168         (flyspell-maybe-correct-doubling): Use a string rather than a temp
18169         buffer.  This is also the original version of the code, which
18170         could not be checked in before due to a previous lack of
18171         assignment papers.  This version has seen heavy usage on my system
18172         for several years now.
18174         * calendar/cal-bahai.el: New file, which adds support for the
18175         Baha'i calendar to Emacs.  This calendar is based on a solar year
18176         of 19 months of 19 days, with 4 intercalary days.  Each year
18177         begins on March 21, with the calendar starting in 1844.
18179         * calendar/cal-menu.el, calendar/calendar.el
18180         * calendar/diary-lib.el, calendar/holidays.el:
18181         Added support for using cal-bahai.el.
18183         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
18184         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
18185         function can be used outside of eshell buffers.
18186         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
18188 2004-05-08  Juanma Barranquero  <lektu@terra.es>
18190         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
18191         word constituent so FOO-ARG is not recognized as an arg.
18192         (help-highlight-arguments): Don't skip lists in mandatory arguments.
18194         * simple.el (next-error): Fix typo in docstring.
18195         (open-line): Make argument names match their use in docstring.
18196         (split-line): Fix docstring.
18198         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
18199         usable by `describe-function'.
18200         (gensym, gentemp, typep, ignore-errors): Make argument names match
18201         their use in docstring.
18203         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
18204         argument to `help-setup-xref'.
18206 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
18208         Version 2.0.40 of Tramp released.
18210         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
18211         Use symbol-function to invoke functions only known on some Emacs
18212         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
18213         Scaldeferri <kevin@scaldeferri.com>.
18214         (tramp-do-copy-or-rename-file-via-buffer): Rename from
18215         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
18216         consistent with the other tramp-do-* functions.
18217         (tramp-do-copy-or-rename-file): Calls adjusted.
18218         (tramp-process-initial-commands): Avoid liveness check on shell --
18219         we know that it must be alive since we're opening a connection at
18220         this moment.
18221         (tramp-last-cmd): New internal variable.
18222         (tramp-process-echoes): New tunable.
18223         (tramp-send-command): Set tramp-last-cmd.
18224         (tramp-wait-for-output): Delete echo, if applicable.
18225         (tramp-read-passwd): Construct the key for the password cache in a
18226         way that works for multi methods, too.
18227         (tramp-bug): Add backup-directory-alist and
18228         bkup-backup-directory-info to bug reports, with Tramp counterparts.
18230 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
18232         * net/tramp*.el: Suppress byte-compiler warnings where possible.
18234         * net/tramp.el (tramp-out-of-band-prompt-regexp)
18235         (tramp-actions-copy-out-of-band): New defcustoms.
18236         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
18237         used instead of a synchronous one.  Allows password entering.
18238         (tramp-action-out-of-band): New defun.
18239         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
18240         Remove restriction with password from doc string.
18241         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
18242         `tramp-out-of-band-prompt-regexp',
18243         `tramp-actions-copy-out-of-band', `password-cache' and
18244         `password-cache-expiry'.
18245         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
18246         password caching.
18247         (tramp-touch): FILE can be a local file, too.
18248         (TODO): Remove items done.
18249         (tramp-handle-insert-directory): Properly quote file name also if
18250         not full-directory-p.  Handle wildcard case.  Reported by Andreas
18251         Schwab <schwab@suse.de>.
18252         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
18253         new file.
18254         (tramp-handle-file-local-copy, tramp-handle-write-region):
18255         The permissions of the temporary file are set if filename exists.
18256         Reported by Ted Stern <stern@cray.com>.
18257         (tramp-backup-directory-alist)
18258         (tramp-bkup-backup-directory-info): New defcustoms.
18259         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
18260         (tramp-handle-find-backup-file-name): New function.
18261         Implements Tramp's find-backup-file-name.
18263         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
18264         for `find-backup-file-name'.
18266         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
18267         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
18269 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
18271         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
18273 2004-05-07  Juanma Barranquero  <lektu@terra.es>
18275         * subr.el (lambda): Add arglist description to docstring.
18276         (declare): Fix typo in docstring.
18277         (open-network-stream): Fix docstring.
18278         (process-kill-without-query): Fix docstring and add obsolescence info.
18279         (last, butlast, nbutlast): Make arguments match their use in docstring.
18280         (insert-buffer-substring-no-properties): Likewise.
18281         (insert-buffer-substring-as-yank): Likewise.
18282         (split-string): Fix docstring.
18284         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18285         Make argument names match their use in docstring.
18287         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
18289 2004-05-06  Nick Roberts  <nickrob@gnu.org>
18291         * progmodes/gdb-ui.el: Improve/extend documentation strings.
18292         Fit first sentence on one line for apropos-command.
18294 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18296         Changes largely merged in from Dave Love's code.
18297         * progmodes/python.el: Doc fixes.
18298         (python-mode-map): Add python-complete-symbol.
18299         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
18300         (python-comment-indent, python-complete-symbol)
18301         (python-symbol-completions, python-partial-symbol)
18302         (python-try-complete): New.
18303         (python-indent-line): Remove optional arg.  Use python-block-end-p.
18304         (python-check): Bind compilation-error-regexp-alist.
18305         (inferior-python-mode): Use rx.  Move keybindings to top level.
18306         Set comint-input-filter.
18307         (python-preoutput-filter): Use rx.
18308         (python-input-filter): Re-introduce.
18309         (python-proc): Start new process if necessary.
18310         Check python-buffer non-nil.
18311         (view-return-to-alist): Defvar.
18312         (python-send-receive): New.
18313         (python-eldoc-function): Use it.
18314         (python-mode-running): Don't defvar.
18315         (python-mode): Set comment-indent-function.
18316         Maybe update hippie-expand-try-functions-list.
18317         (python-indentation-levels): Initialize differently.
18318         (python-block-end-p): New.
18319         (python-indent-line): Use it.
18320         (python-compilation-regexp-alist): Augment.
18321         (run-python): Import `emacs' module to Python rather than loading
18322         code directly.  Set python-buffer differently.
18323         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
18324         Use python-proc.
18325         (python-send-command): Go to end of comint buffer.
18326         (python-load-file): Use python-proc, emacs.eimport.
18327         (python-describe-symbol): Simplify interactive form.
18328         Use emacs.help.  Do use temp-buffer-show-hook.
18329         Call print-help-return-message.
18330         (hippie-exp): Require when compiling.
18331         (python-preoutput-continuation): Use rx.
18333         * diff-mode.el (diff-make-unified): Fix regexp.
18335 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
18337         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
18338         filter groups from the buffer when rebuilding the Ibuffer buffer
18339         and `ibuffer-show-empty-filter-groups' is nil.
18341 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18343         * ps-print.el (ps-print-quote): Call ps-value-string.
18344         (ps-setup): Call ps-comment-string.
18345         (ps-value-string, ps-comment-string): New funs.
18347 2004-05-06  Juanma Barranquero  <lektu@terra.es>
18349         * ehelp.el (electric-help-command-loop): Check whether the last
18350         character is visible, not (point-max).
18352         * help-fns.el (help-argument-name): Default to bold; don't inherit
18353         from font-lock-variable-name-face.
18354         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
18356 2004-05-05  Kenichi Handa  <handa@m17n.org>
18358         * descr-text.el (describe-char): Copy the character with text
18359         properties and overlays into the first line, and call
18360         describe-text-properties on it.
18362 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
18364         * iswitchb.el (iswitchb-global-map): Fix typo.
18365         Remove unwanted ###autoloads from source file.
18367 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
18369         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
18370         in run-hooks.  Use substitute-command-keys in message.
18371         (wdired-abort-changes): Add message.
18373 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
18375         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
18376         (sql-emacs20-p): Remove.
18377         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
18378         (sql-builtin-face, sql-doc-face): Remove.
18379         (sql-mode-ansi-font-lock-keywords)
18380         (sql-mode-oracle-font-lock-keywords)
18381         (sql-mode-postgres-font-lock-keywords)
18382         (sql-mode-linter-font-lock-keywords)
18383         (sql-mode-ms-font-lock-keywords)
18384         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
18385         (sql-product-font-lock): Fix font-lock reset when font rules change.
18386         (sql-highlight-product): Remove incorrect font-lock reset logic.
18388 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
18390         * ses.el (ses-set-parameter): Fix typo.
18392 2004-05-04  Kim F. Storm  <storm@cua.dk>
18394         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
18395         Must expand directory for completion to work; and don't mess with
18396         process-environment.
18397         (ido-read-file-name): If command has ido property, don't use ido
18398         if value is ignore, or read as directory if value is dir.
18399         Set ido ignore property for dired-do-rename command.
18401 2004-05-04  Juanma Barranquero  <lektu@terra.es>
18403         * ehelp.el (electric-help-command-loop, electric-help-undefined)
18404         (electric-help-help): Check against unmapped commands.
18406         * help-fns.el (help-argument-name): New face, inheriting from
18407         font-lock-variable-name-face, to highlight function arguments in
18408         `describe-function' and `describe-key'.
18409         (help-do-arg-highlight): Auxiliary function to highlight a given
18410         list of arguments in a string.
18411         (help-highlight-arguments): Highlight the function arguments and
18412         all uses of them in the docstring.
18413         (describe-function-1): Use it.  Do docstring output via `insert',
18414         not 'princ', so text attributes are preserved.
18416         * winner.el (winner-mode-map): Move `winner-undo' and
18417         `winner-redo' to C-c <left> and C-c <right>, respectively (the
18418         previous bindings conflict with `prev-buffer', `next-buffer').
18420 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18422         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
18423         (bibtex-entry-update): New command bound to C-c C-u.
18424         (bibtex-text-in-string): Fix regexp.
18425         (bibtex-assoc-of-regexp): Remove.
18426         (bibtex-progress-message): Fix docstring.
18427         (bibtex-inside-field): Use if.
18428         (bibtex-assoc-regexp): New function.
18429         (bibtex-format-entry): Make code more robust so that it formats
18430         also old entries.
18431         (bibtex-autokey-demangle-title): Merge with obsolete function
18432         bibtex-assoc-of-regexp.
18433         (bibtex-field-list): New function.
18434         (bibtex-entry): Use bibtex-field-list.
18435         (bibtex-parse-entry): Fix docstring.
18436         (bibtex-print-help-message): Use bibtex-field-list.
18437         (bibtex-make-field): Use bibtex-field-list.
18438         (bibtex-entry-index): Bugfix.  Return crossref key if required.
18439         (bibtex-lessp): Fix docstring.
18441 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
18443         * select.el (xselect-convert-to-string): Move comment to intended line.
18445 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18447         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
18448         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
18450 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18452         * term/x-win.el (x-clipboard-yank): Don't exit on error from
18453         x-get-selection.
18455 2004-05-03  Jason Rumney  <jasonr@gnu.org>
18457         * makefile.nt: Remove.
18459 2004-05-03  Kim F. Storm  <storm@cua.dk>
18461         * emulation/cua-base.el (cua--update-indications): Fix last change.
18462         (cua-mode): Deactivate mark when cua-mode is enabled.
18464 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
18466         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
18468 2004-05-03  Nick Roberts  <nickrob@gnu.org>
18470         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
18471         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
18472         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
18473         window over visible frames.
18474         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
18476 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18478         * progmodes/compile.el (compilation-gcpro): New var.
18479         (compilation-fake-loc): Use it.
18480         (compilation-forget-errors): Reset it.
18482 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
18484         * diff-mode.el (diff-header-face, diff-file-header-face):
18485         Use min-colors.
18487 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18489         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
18490         (bibtex-clean-entry): Disentangle code.
18491         (bibtex-realign): New function.
18492         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
18493         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
18494         Remove undocumented optional arg called-by-convert-alien.
18495         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
18496         for sorting instead of bibtex-sort-buffer.
18498 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
18500         * progmodes/compile.el (compilation-start): In the
18501         no-async-subprocesses branch, call sit-for to give redisplay a
18502         chance to show the updated process status in the mode line, and
18503         fontify the buffer explicitly after the process exits.
18505 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18507         * progmodes/python.el (python-compilation-line-number): Remove.
18508         (python-compilation-regexp-alist): Don't use it any more.
18509         (python-orig-start, python-input-filter): Remove.
18510         (inferior-python-mode): Don't set up comint-input-filter-functions.
18511         (python-send-region): Use compilation-fake-loc.
18513         * progmodes/compile.el (compilation-messages-start): New var.
18514         (compilation-mode): Don't setup next-error-function here.
18515         (compilation-setup): Set it up here instead (for minor modes as well).
18516         Make compilation-messages-start buffer local.
18517         (compilation-next-error-function): Use it.
18518         (compilation-forget-errors): Set compilation-messages-start.
18520 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18522         * ielm.el (ielm-prompt-read-only): Update docstring.
18524         * comint.el (comint-prompt-read-only): Update docstring.
18525         (comint-update-fence, comint-kill-whole-line)
18526         (comint-kill-region): New functions.
18528         * simple.el (kill-whole-line): Use "p" instead of "P" in
18529         interactive form.
18531 2004-05-01  Juanma Barranquero  <lektu@terra.es>
18533         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
18534         format arglist so default values in CL-style argument lists are
18535         correctly shown.
18537 2004-05-01  Jason Rumney  <jasonr@gnu.org>
18539         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
18541 2004-05-01  Kenichi Handa  <handa@m17n.org>
18543         * international/titdic-cnv.el (miscdic-convert): Don't generate a
18544         quail file if it is up to date.
18546 2004-04-30  Juri Linkov  <juri@jurta.org>
18548         * cus-edit.el (custom-mode-map):
18549         Add key binding `C-x C-s' to `Custom-save'.
18551         * outline.el (outline-blank-line): New var.
18552         (outline-next-preface, outline-show-heading)
18553         (outline-end-of-subtree): Use it.
18555         * dired-aux.el (dired-touch-initial): New fun.
18556         (dired-do-chxxx): Call it for op-symbol `touch'.
18557         (dired-diff): Use `dired-dwim-target-directory'
18558         if current dired buffer has no buffer mark.
18560         * bindings.el (propertized-buffer-identification):
18561         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
18562         Add C-M-arrow keys for consistency.
18564         * files.el (confirm-kill-emacs):
18565         Change group from top-level `emacs' to `convenience'.
18567         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
18568         Push mark on the first call of successive command calls.
18569         (insert-pair): New fun created from `insert-parentheses' with
18570         `open' and `close' arguments added.  Enclose active regions
18571         in paired characters.  Compare adjacent characters syntax with
18572         inserted characters syntax before inserting a space.
18573         (insert-parentheses): Call `insert-pair' with ?\( ?\).
18575         * delsel.el: Don't put `delete-selection' property
18576         on `insert-parentheses' symbol to take advantage of
18577         region handling in `insert-pair' function.
18578         Suggested by Stephan Stahl <stahl@eos.franken.de>.
18580 2004-04-30  Kim F. Storm  <storm@cua.dk>
18582         * emulation/cua-base.el: Add support for changing cursor types;
18583         based on patch from Michael Mauger.
18584         (cua-normal-cursor-color, cua-read-only-cursor-color)
18585         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
18586         Customization cursor type and/or cursor color.
18587         (cua--update-indications): Handle cursor type changes.
18588         (cua-mode): Update cursor indications if enabled.
18590         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
18592         * mouse.el (mouse-drag-copy-region): New defcustom.
18593         (mouse-set-region, mouse-drag-region-1): Use it.
18595         * simple.el (kill-ring-save): If region face background color is
18596         unspecified (if no highlighting), show extent of fully visible
18597         region even if transient-mark-mode is enabled.
18599         * emulation/cua-base.el (cua--standard-movement-commands):
18600         Add cua-scroll-up and cua-scroll-down.
18601         (cua-scroll-up, cua-scroll-down): New commands.
18602         (cua--init-keymaps): Remap scroll-up and scroll-down.
18604         * emulation/cua-rect.el (cua--convert-rectangle-as):
18605         New defmacro.
18606         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18607         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
18608         New commands (suggested by Jordan Breeding).
18610 2004-04-30  Juanma Barranquero  <lektu@terra.es>
18612         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
18614 2004-04-30  Mario Lang  <mlang@delysid.org>
18616         * diff.el (diff-switches): Fix typo in docstring.
18618 2004-04-30  Alex Schroeder  <alex@gnu.org>
18620         * xml.el (xml-debug-print-internal): Don't add newline and
18621         indentation to text nodes and write empty elements as empty tags
18622         instead of opening and closing tags.
18623         (xml-debug-print): Take optional indent-string argument.
18624         (xml-print): Alias for xml-debug-print.
18626 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18628         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
18629         than duplicate call to `line-beginning-position'.
18631         * progmodes/f90.el (f90-get-present-comment-type):
18632         Return whitespace, as well as comment chars, for consistent filling
18633         of comment blocks.  Use `match-string-no-properties'.
18634         (f90-break-line): Trim trailing whitespace when filling comments.
18636 2004-04-30  Dave Love  <fx@gnu.org>
18638         * calendar/diary-lib.el (diary-outlook-formats): New variable.
18639         (diary-from-outlook-internal, diary-from-outlook)
18640         (diary-from-outlook-gnus, diary-from-outlook-rmail):
18641         New functions to import diary entries from Outlook-format
18642         appointments in mail messages.
18644 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18646         * progmodes/python.el (python-send-command): New fun.
18647         (python-send-region, python-load-file): Use it.
18649         * progmodes/compile.el (compilation-last-buffer): Add var alias.
18651         * help-fns.el (help-C-file-name): Use new subr-name.
18652         Prepend `src/' to the file name.
18653         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
18654         (describe-function-1, describe-variable): Only find a C source file
18655         name if DOC is already loaded.
18657         * help-mode.el (help-function-def, help-variable-def):
18658         Use the new find-function-search-for-symbol functionality.
18659         Allow FILE to be `C-source'.
18661         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
18662         (find-function-C-source): New fun.
18663         (find-function-search-for-symbol): Use it.
18665 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
18667         * progmodes/sql.el (sql-product-alist): Rename variable
18668         `sql-product-support'.  Add Postgres login parameters.
18669         (sql-set-product, sql-product-feature): Update with renamed variable.
18670         (sql-connect-postgres): Add username prompt.
18671         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
18672         Make patterns less product specific.
18673         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
18674         (sql-mode-abbrev-table): Modify initialization.
18675         (sql-builtin-face): Add variable.
18676         (sql-keywords-re): Add macro.
18677         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
18678         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
18679         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
18680         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
18681         (sql-mode-linter-font-lock-keywords)
18682         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
18683         (sql-mode-sybase-font-lock-keywords)
18684         (sql-mode-informix-font-lock-keywords)
18685         (sql-mode-interbase-font-lock-keywords)
18686         (sql-mode-ingres-font-lock-keywords)
18687         (sql-mode-solid-font-lock-keywords)
18688         (sql-mode-sqlite-font-lock-keywords)
18689         (sql-mode-db2-font-lock-keywords): Default to nil.
18690         (sql-product-font-lock): Always highlight ANSI keywords.
18691         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
18692         (sql-send-string): Add function.
18694 2004-04-29  Dave Love  <fx@gnu.org>
18696         * progmodes/cfengine.el (cfengine-beginning-of-defun)
18697         (cfengine-end-of-defun): Ensure progress through buffer.
18699         * info-look.el (cfengine-mode): Accept a terminal ().
18701 2004-04-29  Juri Linkov  <juri@jurta.org>
18703         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
18704         instead of isearch-yank-word-or-char.  Add new key bindings for
18705         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
18706         (isearch-del-char): New fun.
18707         (isearch-forward, isearch-edit-string): Update docstring.
18708         (isearch-yank-char): Doc fix.
18709         (isearch-other-meta-char): Restore point after scrolling.
18711         * progmodes/compile.el (compilation-context-lines): Add nil option
18712         to disable compilation output window scrolling.
18713         (compilation-set-window): Use it.
18715         * outline.el (outline-next-preface, outline-show-heading):
18716         Don't leave unhidden blank line before heading.
18717         (outline-end-of-subtree): Include last newline into subtree.
18718         (hide-entry): Leave point at beginning of heading instead of end.
18719         (outline-up-heading): Push mark for the first call of successive
18720         command calls.
18722 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
18724         * comint.el (comint-prompt-read-only): New variable.
18725         (comint-output-filter): Implement it.
18727         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
18728         (ielm-prompt-internal): New variable.
18729         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
18730         (ielm-send-input): Delete unused variable `buf'.
18731         (ielm-eval-input): Use `ielm-prompt-internal'.
18732         (inferior-emacs-lisp-mode): Use new variables
18733         `comint-prompt-read-only' and `ielm-prompt-internal'.
18734         Get rid of obsolete variable `directory-sep-char'.
18735         (ielm): Use `zerop'.
18737 2004-04-29  John Paul Wallington  <jpw@gnu.org>
18739         * thumbs.el (toplevel): Require cl at compile time.
18740         Remove conditional definitions of `ignore-errors' and `caddar'
18741         because they occur at run time.
18743 2004-04-28  Nick Roberts  <nickrob@gnu.org>
18745         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
18746         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
18747         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
18748         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
18750         * progmodes/gud.el (gud-common-init): Throw an error if program is
18751         already running under gdb.
18753 2004-04-28  John Paul Wallington  <jpw@gnu.org>
18755         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
18756         (thumbs-show-image-num): Move assignment of
18757         `thumbs-current-image-filename' within scope of `i'.
18758         (thumbs-emboss-image): Don't use `evenp'.
18760 2004-04-28  Richard M. Stallman  <rms@gnu.org>
18762         * progmodes/compile.el (compilation-context-lines): Default now 0.
18764 2004-04-28  Juanma Barranquero  <lektu@terra.es>
18766         Use `time-less-p' from calendar/time-date.el instead of defining
18767         custom versions of it.
18769         * pcomplete.el (pcomplete-time-less-p): Remove.
18771         * thumbs.el (time-less-p): Remove.
18773         * calendar/timeclock.el (timeclock-time-less-p): Remove.
18774         (timeclock-generate-report): Use `time-less-p'.
18776         * emacs-lisp/autoload.el (autoload-before-p): Remove.
18777         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
18779 2004-04-28  Masatake YAMATO  <jet@gyve.org>
18781         * subr.el (remove-overlays): Make arguments optional.
18783         * wid-edit.el (widget-specify-button): Put evaporate to the
18784         overlay for sample.
18785         (widget-specify-sample): Put evaporate to the overlay for sample.
18786         (widget-specify-doc): Put evaporate to the overlay for documentation.
18788 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
18790         * info.el (info-apropos): Make it an index node.  Align node names
18791         like makeinfo.
18793 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
18795         * net/browse-url.el (browse-url-netscape-sentinel)
18796         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
18797         (browse-url-epiphany-sentinel, browse-url-mosaic):
18798         Use browse-url-*-program instead of a literal program name.
18800 2004-04-27  Kevin Ryde  <user42@zip.com.au>
18802         * eshell/em-alias.el:
18803         * eshell/em-dirs.el:
18804         * eshell/em-hist.el:
18805         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
18806         features when M-x customize-group loads modules before the main
18807         eshell.el.
18809 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
18811         * subr.el (momentary-string-display): Support EXIT-CHAR that is
18812         either a character representation of an event or an event
18813         description list.
18815         * type-break.el: Capitalize Emacs and Lisp.
18816         (type-break-good-break-interval, type-break-demo-boring-stats)
18817         (type-break-terse-messages, type-break-file-name): New defcustoms.
18818         (type-break-post-command-hook)
18819         (type-break-warning-countdown-string): Quote variable names in doc.
18820         (type-break-interval-start, type-break-auto-save-file-name): New vars.
18821         (type-break-mode): Document type-break-good-break-interval and the
18822         "session" file.  Schedule break according to the session file.
18823         Kill session file buffer on exit.  Organize for save-some-buffers
18824         to always save the session file.
18825         (type-break-mode-line-message-mode, type-break-query-mode):
18826         Uppercase arguments.
18827         (type-break-file-time, type-break-file-keystroke-count, timep)
18828         (type-break-choose-file, type-break-get-previous-time)
18829         (type-break-get-previous-count): New defuns.
18830         (type-break): Avoid break querying after a completed break in the
18831         case where the query was initiated during user invocation of the
18832         break.  Optional terse messages.
18833         Use type-break-good-break-interval if type-break-good-rest-interval is
18834         nil.  File the break time.
18835         (type-break-schedule): New optional args for overriding the use of
18836         the current time.
18837         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
18838         after a break.
18839         (type-break-check): File the keystroke count.
18840         (type-break-do-query): Prevent a second query when the break is
18841         interrupted.  Optional terse message.
18842         (type-break-keystroke-reset): Record the start of a typing interval.
18843         (type-break-demo-boring): Optional terse messages.  Display word
18844         per minute and keystroke counts according to
18845         type-break-demo-boring-stats.
18847 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
18849         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
18850         directories, make sure they exist under archive-tmpdir.
18852 2004-04-27  Juri Linkov  <juri@jurta.org>
18854         * help.el (view-emacs-news): With argument, display info for the
18855         selected version by finding it among different NEWS files, and
18856         narrowing the buffer to the selected version.
18858         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
18859         same-window-buffer-names.
18860         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
18861         non-numeric prefix argument, append the number to the buffer name
18862         for numeric prefix argument.
18863         (info-other-window): Bind same-window-regexps to nil.
18864         (Info-reference-name): Rename to Info-point-loc.
18865         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
18866         and Info-find-index-name for stringy Info-point-loc.
18867         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
18868         without middle `.', but with final `.' and optional line number
18869         for it.  Set Info-point-loc for index nodes.
18870         (Info-index): Remove middle `.' from index entry regexp.
18871         Modify line number regexp.
18872         (Info-index-next): Decrement line number.
18873         (info-apropos): Remove middle `.' from index entry regexp.
18874         Add optional line number regexp at the end.  Add matched value
18875         for line number to the result list and insert it to the buffer.
18876         Replace match-string by match-string-no-properties.
18877         Reorder result list.
18878         (Info-fontify-node): Hide index line numbers.
18879         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
18880         empty matches.
18881         (Info-follow-reference): Use `str' instead of
18882         Info-following-node-name-re.
18883         (Info-toc): Use full file names.  Set Info-current-node to "Top".
18884         (Info-fontify-node): Compare file names without directory name.
18885         (Info-try-follow-nearest-node): Don't set Info-reference-name.
18886         Set second arg of Info-extract-menu-node-name for index nodes.
18887         (info-xref-visited): Use magenta3 instead of magenta4.
18888         (Info-mode): Add info-apropos to docstring.
18890         * log-view.el (log-view-diff): Replace interactive code "r"
18891         by a list to allow to call it even if region is not active.
18893         * paren.el (show-paren-highlight-openparen): New var.
18894         (show-paren-function): Turn on openparen highlighting when
18895         matching forward if show-paren-highlight-openparen is non-nil.
18897         * simple.el (kill-ring-save): Use blink-matching-delay instead of
18898         the constant value 1.
18899         (completions-common-part): Expand docstring.
18901         * textmodes/picture.el (picture-mode-map): Add arrow keys.
18903 2004-04-27  Kim F. Storm  <storm@cua.dk>
18905         * image.el (insert-sliced-image): Use line-height instead of
18906         line-spacing property on newline.
18908 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
18910         * desktop.el (desktop-buffer-misc-data-function): Rename to
18911         desktop-save-buffer and change docstring.
18912         (desktop-buffer-modes-to-save): Delete.
18913         (desktop-save-buffer-p): Use desktop-save-buffer instead of
18914         desktop-buffer-modes-to-save.
18915         (desktop-save): Rename desktop-buffer-misc-data-function to
18916         desktop-save-buffer and allow non-function value.
18917         (desktop-missing-file-warning): Correct docstring.
18919         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
18920         to desktop-save-buffer.
18922         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
18923         desktop-save-buffer.
18925         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
18927         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
18929 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
18931         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
18933 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
18935         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
18936         (ielm): Only go to the end of the buffer when starting a new process.
18938 2004-04-25  Juanma Barranquero  <lektu@terra.es>
18940         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
18941         mode line.  Bind `inhibit-read-only' to t before modifying
18942         properties of text in the buffer.
18943         (ielm): Force point to the end of buffer, even when running ielm
18944         from inside itself.
18946 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18948         * info.el (info-apropos): Reset Info-complete-cache.
18950 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
18952         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18953         Also recognize severe Irix et al. messages.
18954         (compilation-normalize-filename, compile-abbreviate-directory):
18955         Delete functions.
18956         (compilation-get-file-structure): New function inherits
18957         functionality of the two preceding ones.
18958         (compilation-internal-error-properties, compilation-fake-loc):
18959         Use it so that different paths to the same file share the same
18960         markers.  Also optimize finding adjacent marker slightly.
18962 2004-04-25  Kim F. Storm  <storm@cua.dk>
18964         * image.el (insert-sliced-image): Add line-spacing t property
18965         to newlines separating image lines.
18967 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
18969         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
18971         * ielm.el (ielm-prompt-read-only): New user option.
18972         (ielm-prompt): Expand docstring to describe new behavior.
18973         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
18974         mention it in the docstring.
18976 2004-04-24  Andreas Schwab  <schwab@suse.de>
18978         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
18980         * diff.el (diff): Set default-directory in diff buffer.
18982 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
18984         * mail/sendmail.el (mail-bury): Don't delete the frame where the
18985         mail was being composed if the terminal cannot display more than
18986         one frame; instead, switch to previous frame.
18988         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
18989         (rmail-start-mail): Support rmail-mail-new-frame even on
18990         terminals that can display only one frame at a time.
18992 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18994         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
18995         (checkdoc-output-font-lock-keywords): Remove error regexp.
18996         (checkdoc-output-mode-map): Remove.
18997         (checkdoc-output-mode): Derive from compilation-mode.
18998         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
19000         * dired.el (dired-mode-map): Add a menu entry for wdired.
19002         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
19003         (rx-bracket, rx-check-any, rx-any): Clean up name space.
19005         * wdired.el (wdired-mode-map): Move init into declaration.
19006         Fix `return' binding.
19007         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
19008         Use force-mode-line-update.
19009         (wdired-get-filename): Use `unless'.
19010         (wdired-preprocess-files): Don't assume names have no \n and use / for
19011         dir separator.
19012         (wdired-normalize-filename): Use replace-regexp-in-string.
19013         (wdired-load-hooks): Remove.
19014         (wdired-mode-hooks): Rename to wdired-mode-hook.
19016         * info-look.el: Add support for cfengine-mode.
19017         (info-lookup-setup-mode): Use dolist.
19019 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
19021         * wdired.el: New file.
19023 2004-04-23  Juanma Barranquero  <lektu@terra.es>
19025         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
19027         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
19028         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
19029         (pcomplete--help, pcomplete--here): Doc fixes.
19031 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
19033         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
19034         handles wrong-number-of-arguments in backend call.
19036         * vc.el (vc-print-log): Likewise.
19038 2004-04-20  Dave Love  <fx@gnu.org>
19040         * emacs-lisp/rx.el: Doc fixes.
19041         (rx-constituents): Add/extend many forms.
19042         (rx-check): Check form is a list.
19043         (bracket): Defvar.
19044         (rx-check-any, rx-any, rx-check-not): Modify.
19045         (rx-not): Simplify.
19046         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
19047         (rx-kleene): Use rx-trans-forms.
19048         (rx-quote-for-set): Delete.
19049         (rx): Allow multiple args.
19051 2004-04-23  Kenichi Handa  <handa@m17n.org>
19053         * international/mule-util.el (char-displayable-p): Simplify by
19054         using internal-char-font.
19056 2004-04-23  Juanma Barranquero  <lektu@terra.es>
19058         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
19060 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19062         * diff-mode.el (diff-next-error): New fun.
19063         (diff-mode): Use it.
19065         * simple.el (next-error): Change arg name.
19066         Add support for the documented C-u C-x ` usage.
19068         * frame.el (special-display-popup-frame, next-multiframe-window)
19069         (previous-multiframe-window): Only consider frames on same display.
19071 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
19073         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
19074         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
19076 2004-04-22  Kim F. Storm  <storm@cua.dk>
19078         * net/telnet.el (telnet): Add optional port arg.
19080 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19082         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19083         Minor sanity check on the `hyperlink' slot.
19085         * Makefile.in (recompile): Compile new files.
19087         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
19088         Add byte-recompile-directory's optional `arg'.
19090         * cvs-status.el (cvs-tree-use-charset): New var.
19091         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
19092         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
19093         (cvs-status-cvstrees): Use it.
19095         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
19096         Make it a normal major mode.
19097         (checkdoc-buffer-label): Make sure the file name is meaningful.
19098         (checkdoc-output-to-error-buffer): Remove.
19099         (checkdoc-error, checkdoc-start-section): Rewrite.
19101         * info.el (info-node, info-menu-5, info-xref, info-header-node)
19102         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19103         (Info-title-4-face): Use new syntax.
19104         (info-xref-visited): Inherit from info-xref.
19106         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
19108 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19110         * simple.el (next-error-last-buffer, next-error-function):
19111         New variables for the next-error framework.
19112         (next-error-buffer-p): New function.
19113         (next-error-find-buffer): Generalize compilation-find-buffer.
19114         (next-error, previous-error, first-error, next-error-no-select)
19115         (previous-error-no-select): Move from compile.el.
19117         * replace.el (occur-next-error, occur-1): Hook into the next-error
19118         framework.
19120         * progmodes/compile.el (compilation-start):
19121         Set next-error-last-buffer so next-error knows where to jump.
19122         (compilation-setup): Set the buffer-local variable
19123         next-error-function to 'compilation-next-error-function.
19124         (compilation-buffer-p, compilation-buffer-internal-p): Use an
19125         alternate way to find if a buffer is a compilation buffer, for
19126         next-error convenience.
19127         (next-error-no-select, previous-error-no-select, next-error)
19128         (previous-error, first-error): Move to simple.el.
19129         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
19130         (compilation-last-buffer): Remove.
19131         (compilation-start, compilation-next-error, compilation-setup)
19132         (compilation-next-error-function, compilation-find-buffer):
19133         Remove compilation-last-buffer use.
19135 2004-04-21  Juanma Barranquero  <lektu@terra.es>
19137         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
19138         (font-lock-warning-face): Fix spacing.
19140         * makefile.w32-in (WINS): Add url/ directory.
19142 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
19144         * desktop.el (desktop-buffer-mode-handlers): New variable.
19145         Alist of major mode specific functions to restore a desktop buffer.
19146         (desktop-buffer-handlers): Make variable obsolete.
19147         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
19148         Catch errors signaled in handlers.  Update buffer count.
19149         Evaluate desktop-buffer-point.
19150         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
19151         move to dired.el.
19152         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
19153         move to info.el.
19154         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
19155         move to mail/rmail.el.
19156         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
19157         to mh-e/mh-e.el.
19158         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
19159         On fail, print message (to message buffer) even if
19160         desktop-missing-file-warning is nil.
19161         (desktop-buffer-misc-data-function): New buffer local variable.
19162         Function returning major mode specific data.
19163         (desktop-buffer-misc-functions): Make variable obsolete.
19164         (desktop-save): Use desktop-buffer-misc-data-function.
19165         (desktop-buffer-dired-misc-data): Rename to
19166         dired-desktop-buffer-misc-data and move to dired.el.
19167         (desktop-buffer-info-misc-data): Rename to
19168         Info-desktop-buffer-misc-data and move to info.el.
19169         (desktop-read): Add message about number of buffers restored/failed.
19171         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
19172         Add parameters.  Pause to display error only when
19173         desktop-missing-file-warning is non-nil.
19174         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
19175         (dired-mode): Bind desktop-buffer-misc-data-function.
19177         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
19178         Add Parameters.
19179         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
19180         (Info-mode): Bind desktop-buffer-misc-data-function.
19182         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
19183         Add Parameters.
19185         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
19186         Add Parameters.
19188 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
19190         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
19191         the case of letters in case-insensitive expansions when the
19192         abbrev is preceded by characters with letter syntax.
19194 2004-04-21  Richard M. Stallman  <rms@gnu.org>
19196         * progmodes/cperl-mode.el (cperl-putback-char):
19197         Delete Emacs 18 definition.
19199         * international/mule.el (ctext-post-read-conversion):
19200         Use assoc-string, not assoc-ignore-case.
19202         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
19204         * emacs-lisp/easymenu.el (easy-menu-add):
19205         Do call x-popup-menu, but only if it's defined.
19207         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
19209         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
19210         Handle multiple args: compile like progn.
19212         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
19213         take all args as &rest arg.
19215         * autoinsert.el (auto-insert-alist): Insert the user's name in
19216         copyright notice, rather than Free Software Foundation.
19218 2004-04-21  Kenichi Handa  <handa@m17n.org>
19220         * descr-text.el (describe-char): Make it work on *Help* buffer.
19222 2004-04-21  Kim F. Storm  <storm@cua.dk>
19224         * image.el (insert-image): Add optional SLICE arg.
19225         (insert-sliced-image): New defun.
19227 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19229         * subr.el (read-number): Check whether `default' is nil.
19231 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19233         * progmodes/compile.el (compilation-error-properties): Split into
19234         two.
19235         (compilation-internal-error-properties): New one.
19236         (compilation-compat-error-properties): Use it.  Fix the non-marker
19237         case.
19239 2004-04-20  Richard M. Stallman  <rms@gnu.org>
19241         * window.el (split-window-save-restore-data):
19242         Don't update the data if OLD-INFO is nil.
19244         * view.el (view-return-to-alist): Mark it permanent local.
19246         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
19248         * recentf.el (recentf-save-list): Catch and warn about errors.
19250         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
19251         so "Buffers" won't be pure.
19253         * help-mode.el (help-mode-finish): Set help-return-alist first
19254         thing, setting only the entry for the selected window.
19256         * help-fns.el (describe-function-1): If many non-control non-meta
19257         keys run the command, don't list all of them.
19259 2004-04-20  Juanma Barranquero  <lektu@terra.es>
19261         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
19262         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
19264         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
19266 2004-04-20  Kenichi Handa  <handa@m17n.org>
19268         * international/quail.el (quail-lookup-key): New optional arg
19269         NOT-RESET-INDICES.
19270         (quail-get-translations): Call quail-lookup-key with
19271         NOT-RESET-INDICES t.
19272         (quail-completion): Likewise.
19273         (quail-lookup-map-and-concat): Likewise.
19275 2004-04-20  Kenichi Handa  <handa@m17n.org>
19277         * international/quail.el (quail-update-translation): Don't insert
19278         such an unsupported multibyte char in a unibyte buffer.
19280 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
19282         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
19283         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
19284         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
19285         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
19286         (gdb-frame-assembler-buffer): Improve behavior with
19287         multiple frames.
19288         (gdb-display-buffer): Extend search to all visible frames.
19290 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
19292         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
19293         characters left after base64 decoding.
19294         (rmail-decode-region): Use -dos variety of `coding', to remove any
19295         ^M characters left after qp or base64 decoding.
19297 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19299         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
19300         messages.
19302 2004-04-19  Stephen Eglen  <stephen@gnu.org>
19304         * add-log.el (add-change-log-entry): Update doc string to mention
19305         add-log-full-name and add-log-mailing-address.
19307 2004-04-18  Juri Linkov  <juri@jurta.org>
19309         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
19310         (Info-find-node-2): Simplify error message.
19311         (Info-insert-dir): Use Info-following-node-name.
19312         (Info-goto-node): Remove *info-history* and *info-toc*.
19313         (Info-history): Create a node of the virtual history file.
19314         (Info-toc): Create a node of the virtual toc file.
19315         (Info-insert-toc): New arg `curr-file' for reference file names.
19316         (info-apropos): Remove redundant var binding for temp-file.
19317         (Info-index, Info-index-next, Info-mode): Doc fix.
19318         (Info-goto-emacs-command-node): Don't jump to *info* from
19319         non-*info* Info buffers.
19320         (Info-fontify-node): Don't show the file name of external
19321         references if `Info-hide-note-references' is `hide'.  Don't hide
19322         newlines at the end of paragraphs.
19324         * international/mule-diag.el (list-input-methods):
19325         Fix args to help-xref-button.
19327         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
19328         to put into effect local variables from TUTORIAL files.
19330         * textmodes/paragraphs.el (sentence-end) <function>: New fun
19331         with default value taken from the variable `sentence-end'.
19332         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
19333         Add nil const to :type.
19334         (sentence-end-without-period, sentence-end-double-space)
19335         (sentence-end-without-space): Doc fix.
19337         * textmodes/paragraphs.el (forward-sentence):
19338         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
19339         (fill-delete-newlines):
19340         * progmodes/cc-cmds.el (c-beginning-of-statement):
19341         Use function `sentence-end' instead of variable `sentence-end'.
19343 2004-04-18  Andreas Schwab  <schwab@suse.de>
19345         * progmodes/compile.el (compilation-start): Set window start to
19346         point-min if compilation-scroll-output is nil.
19348 2004-04-18  John Wiegley  <johnw@newartisans.com>
19350         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
19352 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
19354         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
19355         (gdb-info-breakpoints-custom): Revert previous change.
19356         (gdb-view-assembler): Update assembler if necessary.
19357         (gdb-frame-handler): Parse correctly for gdb-current-frame.
19358         (gdb-display-source-buffer): Update properly when both source and
19359         assembler are visible.
19361 2004-04-17  John Wiegley  <johnw@newartisans.com>
19363         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
19364         which limits the number of names shown in the minibuffer.  Off by
19365         default.
19366         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
19367         up iswitchb for users with a multitude of open buffers by showing
19368         only the first and last N/2 buffers in the completion list (which
19369         is enough to aid C-s/C-r, and to know that more characters are
19370         needed to refine the completion list).
19372 2004-04-17  Richard M. Stallman  <rms@gnu.org>
19374         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
19375         (file-truename): Expand all ~ constructs directly.
19376         (insert-directory): Delete any error msg output by the
19377         `insert-directory-program'.
19379         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
19380         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
19381         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
19382         (allout-init): Use find-file-hook, not find-file-hooks.
19383         (allout-mode): Eliminate Emacs 18 support.
19384         Use write-contents-functions, not local-write-file-hooks.
19386 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
19388         * progmodes/compile.el (compilation-error-properties): Fix for
19389         adding messages when there are already markers for their file.
19390         (compilation-fake-loc): New function.
19392 2004-04-16  Dave Love  <fx@gnu.org>
19394         * progmodes/python.el (python-compilation-line-number): Fix
19395         braindamage.
19396         (python-load-file): Fix python-orig-start setting.
19398         * progmodes/compile.el: Doc fixes.
19399         (compilation-error-regexp-alist-alist)
19400         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
19401         (compilation-assq): Wrap in eval-when-compile.
19402         (compilation-mode-font-lock-keywords): Don't use list*.
19403         (compilation-start): Avoid warning.
19404         (compilation-compat-error-properties)
19405         (compilation-directory-properties): Add keymap property.
19406         (compilation-parsing-end): Make it a marker for better compatibility.
19408         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
19410 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
19412         * xml.el: Doc fixes.
19413         (xml-get-children): Only looks at sub-tags and ignore strings.
19415         * xml.el (xml-parse-tag): Avoid overwriting node-name.
19417 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19419         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
19421 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
19423         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
19425         * vc.el (vc-print-log): Likewise.
19427 2004-04-16  Masatake YAMATO  <jet@gyve.org>
19429         * simple.el (completion-setup-function): Set an initial value to
19430         `element-common-end' before entering loop.  Set a value to
19431         `element-common-end' at the end of loop.  The bug is reported by
19432         Juri Linkov <juri@jurta.org> in emacs-devel list.
19433         (completions-common-part): Rename from completion-de-emphasis.
19434         (completions-first-difference): Rename from completion-emphasis.
19435         Suggested by RMS.
19437 2004-04-16  Juanma Barranquero  <lektu@terra.es>
19439         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
19440         (bookmark-edit-annotation-mode): Add mode name.
19442 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19444         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
19445         for nested conflict markers.
19446         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
19448 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
19450         * progmodes/gdb-ui.el (gdb-goto-info): New function.
19452         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
19454 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19456         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
19457         Give a backtrace if requested.
19459         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
19461         * progmodes/python.el (python-mouse-2-command, python-RET-command):
19462         Remove unused functions.
19463         (python-orig-start-line, python-orig-file): Remove.
19464         (python-orig-start): New var.
19465         (python-input-filter, python-compilation-line-number)
19466         (python-send-region, python-load-file): Use it.
19468         * info.el (info): Always jump to *info*.
19470         * subr.el (posn-set-point): New function.
19472         * mouse.el (mouse-set-point): Use it.
19474         * progmodes/compile.el (compile-goto-error): Use it.
19475         (compilation-button-map): New keymap.
19476         (compilation-error-properties): Use it.
19477         (compilation-shell-minor-mode-map): Don't bind mouse-2.
19479         * smerge-mode.el (smerge-popup-context-menu): Use it.
19481         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
19482         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
19483         mouse and non-mouse case.
19485         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
19486         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
19488         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
19489         Make it work for non-mouse events.
19491         * pcvs-info.el (cvs-status-map): Update binding name.
19493 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
19495         * xml.el (xml-maybe-do-ns): New function to handle namespace
19496         parsing of both attribute and element names.
19497         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19498         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
19499         (xml-parse-tag): Update assumed namespaces.  Clean up namespace
19500         parsing.
19501         (xml-parse-attlist): Make it do its own namespace parsing.
19503 2004-04-14  Dave Love  <fx@gnu.org>
19505         * progmodes/python.el (run-python): Fix use of \n.
19506         (python-load-file): Remove `try' from Python fragment.
19507         (python-describe-symbol): Fix message.
19509         * comint.el: Doc fixes.
19510         (comint-last-input-start, comint-last-input-end)
19511         (comint-last-output-start): Give them values.
19512         (comint-arguments): Avoid warning.
19513         (comint-skip-prompt): Use line-end-position.
19514         (comint-backward-matching-input): Rename arg to agree with doc.
19515         (comint-extract-string): Use syntax-ppss.
19516         (comint-dynamic-simple-complete): Delete useless list construction.
19517         (comint-redirect-subvert-readonly): New.
19518         (comint-redirect-preoutput-filter): Use it.
19520         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19521         Correctly handle negative arguments when calling hook functions.
19523 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
19525         * info.el (info-apropos): Don't clobber Info-history-list.
19527 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
19529         * progmodes/compile.el (compilation-setup):
19530         Localize overlay-arrow-position.
19531         (compilation-sentinel): Restructure code equivalently.
19532         (compilation-next-error): Find message on same line after point if
19533         not found before point.
19534         (compile-mouse-goto-error): Restore function so that compilation
19535         buffer need not be current and use compile-goto-error.
19536         (compile-goto-error): Restore function.
19537         (next-error): Set overlay-arrow-position.
19538         (compilation-forget-errors): Don't localize already local
19539         compilation-locs and remove FIXME about refontifying.
19541 2004-04-14  Kim F. Storm  <storm@cua.dk>
19543         * startup.el (emacs-quick-startup): New defvar (set by -Q).
19544         (command-line): New option -Q.  Like -q --no-site-file, but in
19545         addition it also disables menu-bar, tool-bar, scroll-bars,
19546         tool-tips, and the blinking cursor.
19547         (command-line-1): Skip startup screen if -Q.
19548         (fancy-splash-head): Use ":align-to center" prop to center splash
19549         image.
19551         * emulation/cua-base.el (cua-read-only-cursor-color)
19552         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
19554 2004-04-13  Dave Love  <fx@gnu.org>
19556         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
19557         (syntax): Don't require.
19558         (python) <defgroup>: Add :version.
19559         (python-quote-syntax): Re-written.
19560         (inferior-python-mode): Move stuff here from run-python and add
19561         some more.
19562         (python-preoutput-continuation, python-preoutput-result)
19563         (python-dotty-syntax-table): New.
19564         (python-describe-symbol): Use them.
19565         (run-python): Move stuff to inferior-python-mode.  Modify code
19566         loaded into Python.
19567         (python-send-region): Use python-proc, python-send-string.
19568         (python-send-string): Send newlines too.  Callers changed.
19569         (python-load-file): Re-written.
19570         (python-eldoc-function): New.
19571         (info-look): Don't require.
19572         (python-after-info-look): New.  A modified version of former
19573         top-level code for use with eval-after-load.
19574         (python-maybe-jython, python-guess-indent): Use widened buffer.
19575         (python-fill-paragraph): Re-written.
19576         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
19577         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
19579 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19581         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
19582         Set compilation-error-regexp-alist earlier.
19584         * progmodes/compile.el (compilation-minor-mode-map)
19585         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
19586         (compile-goto-error): Re-merge the mouse and non-mouse commands.
19588 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19590         * progmodes/compile.el (compile-goto-error): Select the buffer/window
19591         corresponding to the event.
19593 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
19595         * loadup.el: Add cygwin to system-type list, for unexec() support.
19597 2004-04-12  John Paul Wallington  <jpw@gnu.org>
19599         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
19600         (ibuffer-restore-window-config-on-quit): New variable to replace
19601         `ibuffer-delete-window-on-quit'.  Update all references.
19602         (ibuffer-prev-window-config): New variable.
19603         (ibuffer-quit): Restore previous window configuration instead of
19604         deleting window.
19605         (ibuffer): Save window configuration before showing Ibuffer buffer.
19607         * help.el (describe-mode): Doc fix.
19609 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19611         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
19612         not to treat nil as a function.
19614         * vc-arch.el (vc-arch-root): Be a bit more careful.
19615         (vc-arch-register): Save the buffer if we modified it.
19616         (vc-arch-delete-rej-if-obsolete): Save excursion.
19617         (vc-arch-find-file-hook): Use the simpler after-save-hook.
19618         (vc-arch-responsible-p, vc-arch-init-version): New functions.
19620         * net/ldap.el (ldap-search): Use list*.
19622 2004-04-12  Juri Linkov  <juri@jurta.org>
19624         * info.el (Info-follow-reference): Allow multiline reference name.
19626 2004-04-11  Dave Love  <fx@gnu.org>
19628         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
19630         * progmodes/python.el: New file.
19632 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
19634         * vc-hooks.el (vc-arg-list): Function removed.
19635         (vc-default-workfile-unchanged-p): Use condition-case to check for
19636         backward compatibility.
19638         * vc.el (vc-print-log): Use condition-case to check for backward
19639         compatibility.
19641 2004-04-11  Juri Linkov  <juri@jurta.org>
19643         * dired.el (dired-faces): New defgroup.
19644         (dired-header, dired-mark, dired-marked, dired-flagged)
19645         (dired-warning, dired-directory, dired-symlink, dired-ignored):
19646         New faces.
19647         (dired-header-face, dired-mark-face, dired-marked-face)
19648         (dired-flagged-face, dired-warning-face, dired-directory-face)
19649         (dired-symlink-face, dired-ignored-face): New face variables.
19650         (dired-font-lock-keywords): Use them instead of font-lock faces.
19651         Split the rule for dired marks into 3 separate rules: for marks,
19652         marked file names and flagged file names.
19654         * help-mode.el (help-make-xrefs): Add a final newline to the
19655         *Help* buffer.
19657 2004-04-11  John Paul Wallington  <jpw@gnu.org>
19659         * replace.el (occur-engine): Distinguish between one and several
19660         matches in the matches per buffer heading.
19662 2004-04-11  Kim F. Storm  <storm@cua.dk>
19664         * ido.el (ido-confirm-unique-completion): New defcustom.
19665         (ido-complete): Use it.
19666         (ido-write-file): Set it to t unconditionally.
19668 2004-04-10  Miles Bader  <miles@gnu.org>
19670         RCS keyword removal (only non-comment changes are enumerated here):
19672         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
19673         (byte-compile-insert-header): Don't use `byte-compile-version'.
19674         * forms.el (forms-version): Variable removed.
19675         (forms-mode): Don't use `forms-version'.
19676         * recentf.el (recentf-version): Variable removed.
19677         * progmodes/delphi.el (delphi-version): Variable removed.
19678         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
19680 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19682         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
19684 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
19686         * info.el (info-apropos): Improve menu item regexp.
19688 2004-04-09  Simon Josefsson  <jas@extundo.com>
19690         * mail/smtpmail.el: Add comment, based on report by
19691         kdc@rcn.com (Kevin D. Clark).
19693 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19695         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19696         Redo one more thing that I didn't notice Daniel had undone.
19698 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
19700         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
19701         (gdb-goto-breakpoint, gdb-display-buffer)
19702         (gdb-display-source-buffer, gdb-view-source-function)
19703         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
19704         (gdb-source-info, gdb-frame-handler): Don't specify a window
19705         for display.
19706         (gdb-info-breakpoints-custom): Remove superfluous update of
19707         assembler buffer.
19708         (gdb-many-windows): Make settable outside gdb.
19710 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
19712         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
19713         Derive from fundamental-mode rather than text-mode.
19715 2004-04-08  Juri Linkov  <juri@jurta.org>
19717         * info.el (Info-history): Doc fix.
19718         (Info-history-list): New var.
19719         (info-xref): Change magenta4 to blue, remove bold for dark and
19720         light backgrounds, change bold to underline for non-color classes.
19721         (info-xref-visited): New face.
19722         (Info-fontify-visited-nodes): New custom.
19723         (Info-hide-note-references): Add new value `hide'.  Doc fix.
19724         (Info-reference-name): New var.
19725         (Info-selection-hook): New custom.
19726         (Info-edit-mode-hook): New var.
19727         (Info-find-file): New fun.
19728         (Info-find-node): Move part of code to Info-find-file.
19729         (Info-find-node-2): Add anchors to Info-history-list.  Move point
19730         to the place with the reference name if name is defined.
19731         (Info-select-node): Add current node to Info-history-list.
19732         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
19733         (Info-search-whitespace-regexp): New custom.
19734         (Info-search-case-fold): New var.
19735         (Info-search): Add "case-sensitively" to the prompt.
19736         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
19737         (Info-search-case-sensitively, Info-search-next): New fun.
19738         (Info-up): Move point to the menu item of the current node.
19739         (Info-history): New fun.  Add *info-history* to
19740         same-window-buffer-names.
19741         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
19742         (Info-insert-toc): New fun.
19743         (Info-build-toc): New fun.
19744         (Info-follow-reference): Add new arg `fork'.  Doc fix.
19745         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
19746         with the same name prefer the reference closest to point.
19747         (Info-next-reference): Replace * by + in the *Note regexp.
19748         Add regexp for http:// and ftp://.  Skip the *Note prefix.
19749         (Info-prev-reference): Replace * by + in the *Note regexp.
19750         Add regexp for http:// and ftp://.  Skip the *Note prefix.
19751         (Info-follow-nearest-node): Add new arg `fork'.
19752         (Info-try-follow-nearest-node): Add new arg `fork'.
19753         Call browse-url for http:// and ftp:// references.
19754         Set Info-reference-name for index entries.
19755         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
19756         Info-search-next, Info-history, Info-toc, clone-buffer.
19757         (Info-menu-update): Replace * by + in the *Note regexp.
19758         (Info-mode): Add documentation for Info-history, Info-toc,
19759         Info-search-case-sensitively, Info-search-next, clone-buffer.
19760         (Info-fontify-menu-headers): Remove fun.  Move code to
19761         Info-fontify-node.
19762         (Info-fontify-node): Add docstring.  Add local vars
19763         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
19764         then fontify header line, titles, menu headers, http and ftp
19765         references, refill paragraphs.  If not-fontified-p is t or
19766         fontify-visited-p is t then fontify cross references, menu items.
19767         Fontify menu headers.  Fontify http and ftp references.
19768         Change regexp for cross references to require whitespace after *Note,
19769         add matching groups for file and node names.  Remove hack for quote.
19770         Use display property for Info-hide-note-references=t.  Use fifth
19771         or fourth match for help-echo.  Display visited nodes in a
19772         different face.  Unhide file names of external references.
19773         Unhide newlines.  Display visited menu items in a different face.
19775 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19777         * progmodes/compile.el: Require CL.
19778         (compilation-mode-font-lock-keywords): Re-install the "line as
19779         function" patch.
19781         * help-fns.el (help-C-source-directory): New var.
19782         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
19783         (describe-function-1, describe-variable): Use them.
19785         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
19786         to C source files specially.
19788 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
19790         * info.el (Info-hide-cookies-node): New function.
19791         (Info-select-node): Use it.
19792         (Info-display-images-node): Remove message with image file name.
19794 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
19796         * progmodes/compile.el (compilation-warning-face)
19797         (compilation-info-face, compilation-skip-threshold)
19798         (compilation-skip-visited, compilation-context-lines):
19799         Declare :version when added to Emacs.
19800         (compilation-error-regexp-alist-alist): Extend caml and irix.
19801         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
19802         (compilation-mode-font-lock-keywords): Temporarily undo line as
19803         function patch, which wasn't ready.
19805 2004-04-07  Kenichi Handa  <handa@m17n.org>
19807         * international/latin1-disp.el (latin1-display-setup): Check each
19808         character is displayable or not instead of calling
19809         latin1-display-check-font.
19811 2004-04-06  Kenichi Handa  <handa@m17n.org>
19813         * language/ethio-util.el (ethio-sera-being-called-by-w3):
19814         New variable.
19815         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
19816         instead of sera-being-called-by-w3.
19817         (ethio-fidel-to-sera-buffer): Likewise.
19818         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
19819         instead of sera-being-called-by-w3.
19820         (ethio-write-file): Likewise.
19822 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19824         * printing.el: Doc fix.
19826 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
19828         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
19829         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
19830         (gdb-setup-windows): Only use separate IO buffer if required.
19832 2004-04-06  Kim F. Storm  <storm@cua.dk>
19834         * term.el (term-is-xemacs): Remove.
19835         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
19836         (term-window-width): New function.
19837         (term-mode, term-check-size): Use it.
19838         (term-mode): Disable overflow-newline-into-fringe in term buffer.
19840 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19842         * cus-edit.el (custom-add-parent-links): Change unbound variable
19843         `symbol' to `name'.
19845 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
19846         * info.el (info-apropos): New function.
19847         (Info-mode-menu): Add it.
19848         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
19850         * help-mode.el (help-make-xrefs): Recognize aliased variable with
19851         inherited docstring.
19853         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
19855 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19857         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
19859         * progmodes/compile.el (font-lock): Don't require any more.
19860         (compilation-error-properties, compilation-start, compilation-sentinel)
19861         (compilation-filter, next-error): Use with-current-buffer.
19862         (compilation-skip-to-next-location, compilation-skip-threshold)
19863         (compilation-skip-visited): Move to silence the byte-compiler.
19864         (compilation-setup): Simplify.
19865         (compilation-next-error): Use line-(beginning|end)-position.
19866         Make sure `pt' is non-nil before using compilation-loop.
19867         (compile-goto-error): Add optional event arg.  Use it.
19868         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
19869         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
19870         Update the binding for mouse-2.
19871         (first-error): Set compilation-current-error to nil rather than bob.
19872         (compilation-parsing-end, compilation-parse-errors-function)
19873         (compilation-error-list, compilation-old-error-list):
19874         "New" compatibility variables.
19875         (compile-buffer-substring, compilation-compat-error-properties)
19876         (compilation-compat-parse-errors, compilation-forget-errors):
19877         New compatibility functions.
19878         (compilation-mode-font-lock-keywords): Use them.
19880 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
19882         * autorevert.el (auto-revert-handler): If point (or a window
19883         point) is at the end of the buffer, keep it there after
19884         reverting.  This allows to tail a file.
19885         Mention this in the `Commentary'.
19887         * format.el (format-write-file): Add optional argument CONFIRM
19888         and make it behave like the analogous argument to `write-file'.
19890 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19892         * progmodes/ebnf2ps.el: Doc fix.
19893         (ebnf-version): New version number (4.2).
19894         (ebnf-syntax): Customization and docstring fix.
19895         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
19896         Put autoloaded funs before first use.
19897         (ebnf-style-database): Add dtd entry.
19898         (ebnf-syntax-alist): Add dtd initialization.
19899         (ebnf-token-sequence): New fun.
19900         (ebnf-comment-table): Add new comment action character.
19901         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
19903         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
19904         Type Definition for XML).
19906         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
19907         * progmodes/ebnf-bnf.el (ebnf-sequence):
19908         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
19909         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
19910         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
19911         Code simplification: call ebnf-token-sequence.
19913 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
19915         * calendar/timeclock.el (timeclock-relative)
19916         (timeclock-get-project-function, timeclock-get-workday-function)
19917         (timeclock-query-out, timeclock-when-to-leave)
19918         (timeclock-when-to-leave-string, timeclock-log-data)
19919         (timeclock-generate-report, timeclock-in): Doc fixes.
19921 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19923         * url/: New dir.  Import the URL package from its repository.
19925 2004-04-03  Andreas Schwab  <schwab@suse.de>
19927         * diff-mode.el (diff-mode): Fix missing quote.
19929 2004-04-03  Juri Linkov  <juri@jurta.org>
19931         * descr-text.el (describe-property-list): Add `font-lock-face'.
19933         * dired.el (dired-font-lock-keywords): Fix permission regexps.
19935 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19937         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
19938         Use utf-16le on little endian machines and utf-16be otherwise.
19940 2004-04-02  David Kastrup  <dak@gnu.org>
19942         * net/browse-url.el (browse-url-generic): Use call-process
19943         instead of start-process to allow browsers that fork and detach.
19945 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
19947         * compile.el (compilation-current-error): New var.
19948         (compilation-setup, compile-mouse-goto-error)
19949         (compile-goto-error, next-error): Use it.
19950         (compilation-skip-to-next-location): Default to t, which gives
19951         contiguous skipping like old compile (where this was redundant).
19952         (compilation-next-error): Prevent previous-* commands from moving
19953         back to message at or just before point.
19955 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
19957         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
19958         (gdb-source-info): Don't display source at startup, if required.
19959         (gdb-show-main): New option.
19960         (gdba): Update documentation.
19961         (gdb-source): Cover case of auto-display output.
19963 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
19965         * autorevert.el: Delete obsolete autoloads and defvars.
19966         (auto-revert-check-vc-info): New user option.
19967         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19968         (auto-revert-handler-vc): Delete.
19969         (auto-revert-handler): Treat return value `fast' of
19970         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
19972         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
19973         return `fast'.
19975         * files.el (buffer-stale-function): Doc change.
19977 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19979         * printing.el: New tip on Tips section.
19980         (pr-version): New version number (6.7.4).
19981         (pr-shell-file-name): Initialization fix.
19983 2004-03-31  Juri Linkov  <juri@jurta.org>
19985         * dired.el: Add autoload for `dired-do-touch'.
19986         (dired-touch-program): New var.
19987         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
19988         (dired-no-confirm): Add `touch' to docstring.
19990         * dired-aux.el (dired-do-touch): New fun.
19991         (dired-do-chxxx): Add argument -t for touch operation.
19993         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
19994         `dired-move-to-filename-regexp'.
19996 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
19998         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
20000 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20002         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
20003         and only if the buffer was modified.
20005 2004-03-30  Kenichi Handa  <handa@m17n.org>
20007         * international/characters.el: Delete pairs for U+2308..U+230B.
20009 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
20011         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
20012         to detect the beginning of a level 2 or 3 annotation.
20014 2004-03-29  Kenichi Handa  <handa@m17n.org>
20016         * international/ucs-tables.el (ucs-insert): Fix the error message.
20018 2004-03-29  Kenichi Handa  <handa@m17n.org>
20020         * international/mule-util.el (char-displayable-p): Fix generation
20021         of XLFD file name.
20023         * Makefile.in (setwins, setwins_almost): Change directory to $wd
20024         before finding directories by `find'.
20026 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20028         * subr.el (interactive-form): Delete.  Now implemented in C.
20030         * pcvs.el (cvs-parse-process): Workaround for Darwin.
20032         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
20033         (vc-diff-label): New fun.
20034         (vc-diff-internal): Use it.
20036         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
20038 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20040         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
20042         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
20043         specify XML (EBNFX).
20045         * progmodes/ebnf2ps.el: Doc fix.
20046         (ebnf-version): New version number (4.1).
20047         (ebnf-syntax): Adjust customization.
20048         (ebnf-style-database): Add ebnfx entry.
20049         (ebnf-syntax-alist): Add ebnfx initialization.
20050         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
20052         * printing.el: Doc fix.
20053         (pr-version): New version number (6.7.3).
20054         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
20055         returns nil for mouse position.  Reported by Drew Adams
20056         <drew.adams@oracle.com>.
20057         (pr-update-menus): Modify interactive declaration.  Reported by Drew
20058         Adams <drew.adams@oracle.com>.
20060 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
20062         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
20063         (gud-gdba-marker-filter): Log the process input and output, if
20064         required.  From Stefan Monnier.
20065         (gdb-debug-log, gdb-enable-debug-log): New variables.
20066         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
20068 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20070         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
20071         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
20073 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
20075         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
20076         Call vc-find-file-hook here instead of in auto-revert-buffers.
20077         (auto-revert-buffers): Delete call to vc-find-file-hook.
20078         (auto-revert-verbose, global-auto-revert-non-file-buffers)
20079         (global-auto-revert-mode, auto-revert-set-timer)
20080         (auto-revert-handler, auto-revert-buffers): Doc fixes.
20082 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
20084         * woman.el (woman-change-fonts): Rename local variable
20085         woman-font-alist to font-alist to avoid a compiler warning.
20087 2004-03-27  Dave Love  <fx@gnu.org>
20089         * emacs-lisp/rx.el (rx): Doc fix.
20090         Fix copyright years.
20092         * strokes.el (strokes-global-set-stroke-string): New function.
20093         (strokes-list-strokes): Cope with strings, not just commands.
20094         Set foreground color of image.
20095         (strokes-global-set-stroke): Doc fix.
20097 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
20099         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
20100         Auto Revert mode.
20101         (Buffer-menu-files-only): New variable.
20102         (Buffer-menu-toggle-files-only): New function.
20103         (Buffer-menu-mode-map): Bind it to `T'.
20104         (Buffer-menu-mode): Mention `T' in docstring.
20105         Set buffer-stale-function.
20106         (list-buffers-noselect): Mark buffer non-modified and set
20107         Buffer-menu-files-only.
20109         * dired.el (buffer-stale-function): Remove no longer needed defvar.
20111         * autorevert.el (auto-revert-handler): Print revert message
20112         before, rather than after, reverting.
20113         (buffer-stale-function): Move to files.el.
20115         * files.el (buffer-stale-function): Move here from autorevert.el.
20117 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20119         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
20121         * calc/calc.el (calc-mode-map): Use mapc.
20123         * apropos.el (apropos-mode): Don't autoload.
20124         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
20125         (apropos): Use it.
20126         (apropos-print): Add optional `text' argument.
20127         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
20128         Don't assume point-min == 1.
20130         * bs.el (bs-buffer-list): Use buffer-local-value.
20131         (bs--set-toggle-to-show): Use with-current-buffer.
20133         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
20134         New funs.
20135         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
20137         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
20139         * dabbrev.el (dabbrev-expand): Fix regexp construction.
20140         (dabbrev--find-expansion): Use pop.
20141         (dabbrev--search): Use match-string-no-properties.
20143         * dired.el (dired-mode): Use run-mode-hooks.
20144         (dired-move-to-end-of-filename): Use match-string.
20146         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
20147         is bound before using it.
20148         (ediff-verbose-p): Make it into a var since it's not constant.
20150         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
20152         * faces.el (read-face-font): Don't cons up unnecessarily.
20153         (header-line, tool-bar): Share common parts.
20155         * files.el (file-relative-name): Use compare-strings.
20157         * finder.el (finder-mode): Follow coding convention.
20159         * subr.el (read-number): New function.
20161         * ses.el (ses-read-number): Move to subr.el.
20162         (ses-set-header-row): Use read-number.
20164 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
20166         * vc-hooks.el (vc-arg-list): New function, which handles both
20167         compiled and uncompiled code.
20168         (vc-default-workfile-unchanged-p): Use it.
20170         * vc.el (vc-print-log): Undo prev change, use new function
20171         vc-arg-list from vc-hooks.el.
20173 2004-03-26  Masatake YAMATO  <jet@gyve.org>
20175         * simple.el (completion-setup-function): Emphasize the
20176         first uncommon characters in the completions; and de-emphasize
20177         the common prefix substrings.
20178         (completion-emphasis): New face.
20179         (completion-de-emphasis): New face.
20181 2004-03-25  Juanma Barranquero  <lektu@terra.es>
20183         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
20184         Comment out (it's unused and unfinished code).
20186 2004-03-25  Sam Steingold  <sds@gnu.org>
20188         * vc.el (vc-print-log): Fix a bug in the last patch:
20189         backend-function may be a byte-compiled object, not a lambda.
20191 2004-03-25  Juri Linkov  <juri@jurta.org>
20193         * descr-text.el (describe-property-list): Add a button
20194         for `face' property that calls `describe-face'.
20195         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
20197         * international/mule.el (keyboard-coding-system):
20198         * kmacro.el (kmacro-call-macro): Fix docstring.
20200         * dired.el: Fix comments.
20202         * textmodes/fill.el (fill): Fix Info link.
20204         * font-lock.el (fast-lock, lazy-lock):
20205         * jit-lock.el (jit-lock): Remove links to removed Support Modes
20206         Info node.
20208         * eshell/eshell.el (eshell): Fix broken info-link.
20210         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
20211         * eshell/em-banner.el (eshell-banner):
20212         * eshell/em-smart.el (eshell-smart):
20213         * eshell/esh-cmd.el (eshell-cmd):
20214         Comment out broken info-links to incomplete Info manual.
20216         * info-xref.el: Fix commentary.
20218 2004-03-25  Kevin Ryde  <user42@zip.com.au>
20220         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
20221         Remove spurious node duplicate suppression, doesn't work, not wanted.
20222         (info-xref-output): Take format style args, add "sit-for 0" to let
20223         user see the results as they progress.
20224         (info-xref-check-all-custom): New function.
20226 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
20228         * gdb-ui.el: Moved to progmodes.
20230 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20232         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
20234 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
20236         * calendar/appt.el (appt-check): Remove superfluous progn.
20237         When finished with diary buffer: if it was not being displayed
20238         before, kill it; otherwise restore its original state.
20239         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
20241         * calendar/calendar.el (calendar-set-mode-line): Use total
20242         available mode-line width, rather than frame-width.
20244         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
20245         after mode change so effect not lost.
20247 2004-03-23  Dave Love  <fx@gnu.org>
20249         * dired.el (dired) <defgroup>: Add link to manual.
20250         (dired-font-lock-keywords): Add highlighting on unusual permissions.
20251         (dired-revert): Use dolist.
20252         (dired-mode-map): Add U binding.
20253         (dired-mode): Add font-lock-beginning-of-syntax-function.
20254         (dired-garbage-files-regexp): Make it a defcustom.
20256 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20258         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
20259         is equivalent to nil.
20260         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
20261         (vc-arch-mode-line-string): Accept `added' state.
20262         (vc-arch-state): Use inode-sigs if available.
20263         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
20264         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
20265         (vc-arch-tagline-re): New var.
20266         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
20267         New functions.
20268         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
20269         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
20271         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
20272         (vc-file-not-found-hook): Use it.
20274         * diff-mode.el (diff-default-read-only): Change default.
20275         (diff-mode-hook): Make it a defcustom.  Add some options.
20276         (diff-mode-map): Bind diff-refine-hook.
20277         (diff-yank-handler): New var.
20278         (diff-yank-function): New fun.
20279         (diff-font-lock-keywords): Use them.
20280         (diff-end-of-file): Handle case where file-header looks like diff text.
20281         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
20282         (diff-file-kill): Delete a subsequent empty line, if applicable.
20283         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
20284         (diff-find-file-name): Use it.
20285         (diff-tell-file-name): New command.
20286         (diff-mode): Be careful with view-mode.
20287         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
20288         New functions, for use in diff-mode-hook.
20289         (diff-find-source-location): Catch "regex too large" errors.
20290         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
20291         (diff-refine-hunk): New command.
20293         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
20294         (smerge-context-menu-map): Remove unused var.
20295         (smerge-keep-all): Preserve markers.
20296         (smerge-keep-n): New fun.
20297         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20298         (smerge-keep-current, smerge-ediff): Use it.
20299         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
20300         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
20301         (smerge-resolve): Resolve trivial 3-part conflicts.
20303 2004-03-23  Juri Linkov  <juri@jurta.org>
20305         * man.el (Man-width): New var.
20306         (Man-getpage-in-background): Use it.
20307         (Man-support-local-filenames): New var and fun.
20308         (Man-build-man-command): Don't add a second %s.
20309         (Man-fontify-manpage): Clean up message.
20310         (Man-mode): Set outline-regexp, outline-level,
20311         imenu-generic-expression.
20313         * woman.el (woman-fill-frame): Doc fix.
20314         (woman-decode-region): Use window-width instead of frame-width.
20316         * abbrevlist.el (list-one-abbrev-table):
20317         * descr-text.el (describe-char):
20318         * international/mule-diag.el (describe-current-coding-system):
20319         * international/quail.el (quail-insert-decode-map):
20320         Use window-width instead of frame-width.
20322         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
20323         (jka-compr-mode-alist-additions): Add tbz.
20324         (jka-compr-write-region, jka-compr-insert-file-contents):
20325         Add message for undefined compress-program.
20326         (jka-compr-write-region): Remove redundant var bindings.
20328         * dired-x.el (dired-guess-shell-alist-default): Add choices for
20329         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
20330         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
20331         (dired-man): Use dired-guess-shell-command.
20332         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
20333         Change default nil to t.
20335         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
20336         (dired-compare-directories): Add default value for empty input.
20338         * help-at-pt.el: Move suggestions for key bindings to Commentary.
20340         * time.el (display-time-string-forms): Fix help-echo date format.
20342 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
20344         * autorevert.el (global-auto-revert-non-file-buffers): Expand
20345         docstring.
20346         (buffer-stale-function): New variable.
20347         (auto-revert-list-diff, auto-revert-dired-file-list)
20348         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
20349         (auto-revert-handler): Take over some functionality of deleted
20350         functions.
20351         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
20353         * dired.el (dired-directory-changed-p): New fun, extracted from
20354         dired-internal-noselect.
20355         (dired-buffer-stale-p): New fun.
20356         (dired-internal-noselect): Use dired-directory-changed-p.
20357         Eliminate revert messages.
20358         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
20360 2004-03-23  Kenichi Handa  <handa@m17n.org>
20362         * international/characters.el: Setup syntaxes for more parentheses
20363         Unicode characters.
20365         * international/mule-cmds.el (select-safe-coding-system):
20366         Merge coding-system and auto-cs before comparing them.
20368 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20370         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
20372         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20373         normal-auto-fill-function and comment-indent-function.
20374         The default values now work just as well.
20375         Don't set font-lock-beginning-of-syntax-function since we already set
20376         syntax-begin-function.
20377         (lisp-outline-level): Put ;;;###autoload at same level as (.
20378         (prin1-char): Quote special chars.
20380         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
20381         than with-no-warnings.
20383         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
20384         if the source location can't be found.
20385         (edebug-compute-previous-result): Use prin1-char.
20387         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
20388         (debug-ignored-errors): Add an entry.
20390         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
20391         (byte-compile-file): Output warning when deleting a file.
20393         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
20394         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
20396         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
20397         (byte-compile-inline-expand): Use backquote.
20398         (byte-optimize-pure-func): Rename from byte-optimize-concat.
20399         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
20401         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
20403         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
20405 2004-03-22  Juri Linkov  <juri@jurta.org>
20407         * finder.el (finder-known-keywords): Fix data, tex, unix.
20409         * play/landmark.el: Fix keywords.
20411         * language/ethio-util.el (ethio-find-file): Doc fix.
20413         * emacs-lisp/warnings.el: Doc fix.
20415         * textmodes/ispell.el (ispell-help): Doc fix.
20417 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
20419         * format.el (format-insert-file): Always return a list of two
20420         elements, like insert-file-contents does.
20422 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
20424         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
20425         and vc-BACKEND-diff.
20426         (vc-print-log): If the print-log implementation supports it, use
20427         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
20428         (vc-version-diff, vc-diff-internal): Doc fixes.
20430         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
20431         implementation supports it, let diff output go to *vc*,
20432         not *vc-diff*, since this is an internal call.
20434         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
20436         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
20438         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
20440 2004-03-21  Dave Love  <fx@gnu.org>
20442         * progmodes/cfengine.el (cfengine-mode):
20443         Set parse-sexp-ignore-comments.
20445         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
20447 2004-03-21  Juanma Barranquero  <lektu@terra.es>
20449         * allout.el (allout-mode): Fix docstring.
20451 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
20453         * files.el (insert-directory): Fix bug if SWITCHES is a list.
20455         * autorevert.el (auto-revert-interval): Make new value take
20456         effect immediately when set through Custom.
20457         (auto-revert-set-timer): Add interactive declaration.
20459 2004-03-19  David Ponce  <david@dponce.com>
20461         * ruler-mode.el (ruler-mode-header-line-format-old):
20462         Don't `make-variable-buffer-local'.
20463         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
20464         (ruler-mode-header-line-format): Simply funcall the above.
20465         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
20466         to save/restore a previous header line format.
20467         (ruler-mode-space): Don't depend on a numeric WIDTH value.
20468         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
20469         fringes and margins width.
20470         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
20472 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20474         * log-edit.el (log-edit-font-lock-keywords): Typo.
20476         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
20477         (tex-send-tex-command): Rather than here.
20478         (tex-compilation-parse-errors): Simplify.
20480         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
20482         * time.el (display-time-string-forms): Add help-echo with date on time.
20484         * composite.el (compose-region): Use restore-buffer-modified-p.
20486         * disp-table.el (standard-display-8bit): Simplify.
20488         * server.el (server-process-filter): Delete temp frame.
20490         * add-log.el (add-change-log-entry): Simplify.
20492 2004-03-19  Kim F. Storm  <storm@cua.dk>
20494         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
20495         (hexl-follow-line): Don't require 'fringe.
20497         * progmodes/compile.el (compilation-start): Always set
20498         compilation-last-buffer and return it.
20500 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
20502         * simple.el (clone-buffer): Doc fix.
20504 2004-03-18  Juanma Barranquero  <lektu@terra.es>
20506         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
20508 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20510         * log-edit.el (log-edit-font-lock-keywords): New var.
20511         (log-edit-mode): Use it.
20513 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
20515         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
20516         properly for watching in speedbar.
20518 2004-03-17  Masatake YAMATO  <jet@gyve.org>
20520         * smerge-mode.el (smerge-popup-context-menu):
20521         Put `unwind-protect' around `overlay-put' and `popup-menu'.
20523 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20525         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
20526         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
20527         Take sealed revisions into account.
20528         (vc-arch-checkin): Extract a summary line from the message.
20530 2004-03-16  Masatake YAMATO  <jet@gyve.org>
20532         * register.el (register): Provide `register' feature.
20534 2004-03-15  Masatake YAMATO  <jet@gyve.org>
20536         Added context menu support in smerge mode.
20537         Most of the part is written by Stefan Monnier.
20539         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
20540         New keymap and menu.
20541         (smerge-text-properties): New function.
20542         (smerge-remove-props): New function.
20543         (smerge-popup-context-menu): New function.
20544         (smerge-resolve): Call `smerge-remove-props'.
20545         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
20546         (smerge-keep-current): Ditto.
20547         (smerge-kill-current): New function.
20548         (smerge-match-conflict): Put text properties.
20549         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
20551 2004-03-15  David Ponce  <david@dponce.com>
20553         * ruler-mode.el (ruler-mode-left-fringe-cols)
20554         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
20555         (ruler-mode-right-scroll-bar-cols): Remove.
20556         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
20557         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
20558         Use fringe-columns and scroll-bar-columns.
20560 2004-03-15  Masatake YAMATO  <jet@gyve.org>
20562         * hl-line.el (hl-line-range-function): New variable.
20563         (hl-line-move): New function.
20564         (global-hl-line-highlight): Use `hl-line-move'.
20565         (hl-line-highlight): Ditto.
20567         * scroll-bar.el (scroll-bar-columns):
20568         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
20570         * ruler-mode.el (top-level): Require scroll-bar and fringe.
20571         (ruler-mode-left-fringe-cols)
20572         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
20573         (ruler-mode-right-scroll-bar-cols)
20574         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
20575         (ruler-mode-ruler-function): New variable.
20576         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
20577         if the value for `ruler-mode-ruler-function' is given.
20579         * hexl.el (hexl-mode-hook): Make the hook customizable.
20580         (hexl-address-area, hexl-ascii-area): New customize variables.
20581         (hexlify-buffer): Put font-lock-faces on the address area and
20582         the ascii area.
20583         (hexl-activate-ruler): New function.
20584         (hexl-follow-line): New function.
20585         (hexl-highlight-line-range): New function.
20586         (hexl-mode-ruler): New function.
20588 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20590         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
20591         (vc-default-find-file-hook): New fun.
20592         (vc-find-file-hook): Call new find-file-hook operation.
20594         * vc-arch.el: New file.
20596 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
20598         * info-look.el (info-lookup): Reuse an existing Info window.
20600 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
20602         * woman.el (woman-preserve-ascii): Default value changed to t and
20603         doc string revised.
20605 2004-03-12  Richard M. Stallman  <rms@gnu.org>
20607         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20608         Fix minor bug.
20610         * replace.el (occur-engine): Change message for count of matches.
20612         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
20613         For strings, do compare text properties.
20615 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
20617         * progmodes/compile.el (compile-auto-highlight)
20618         (compilation-error-list, compilation-old-error-list)
20619         (compilation-parse-errors-function, compilation-parsing-end)
20620         (compilation-error-message, compilation-directory-stack)
20621         (compilation-enter-directory-regexp-alist)
20622         (compilation-leave-directory-regexp-alist)
20623         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
20624         (compilation-current-file, compilation-regexps): Remove vars.
20626         (compile-error-at-point, compilation-error-filedata)
20627         (compilation-error-filedata-file-name, compile-reinitialize-errors)
20628         (compilation-next-error-locus, compilation-forget-errors)
20629         (count-regexp-groupings, compilation-parse-errors)
20630         (compile-collect-regexps, compile-buffer-substring): Remove funs.
20632         (compile-internal): Make obsolete.
20634         (compilation-first-column, compilation-error)
20635         (compilation-directory-matcher, compilation-page-delimiter)
20636         (compilation-mode-font-lock-keywords, compilation-debug)
20637         (compilation-error-face, compilation-warning-face)
20638         (compilation-info-face, compilation-line-face)
20639         (compilation-column-face, compilation-enter-directory-face)
20640         (compilation-leave-directory-face, compilation-skip-threshold)
20641         (compilation-skip-visited, compilation-context-lines): New vars.
20643         (compilation-warning-face, compilation-info-face)
20644         (compilation-message-face): New faces.
20646         (compilation-error-regexp-alist-alist): New constant.
20648         (compilation-face, compilation-directory-properties)
20649         (compilation-assq, compilation-error-properties, compilation-start)
20650         (define-compilation-mode, compilation-loop)
20651         (compilation-set-window): New functions.
20653         (compile): Additional argument for interactive compiles like TeX.
20655         * progmodes/grep.el (kill-grep): Move here from compile.el
20656         (grep-error, grep-hit-face, grep-error-face)
20657         (grep-mode-font-lock-keywords): New variables.
20658         (grep-regexp-alist): Simplify regexp and add `binary' case.
20659         (grep-mode): New mode.
20660         (grep-process-setup): Simplify.
20662 2004-03-11  Jason Rumney  <jasonr@gnu.org>
20664         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
20665         letters on DOS/Windows.
20667 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20669         * server.el (server-name): New var.
20670         (server-socket-dir): New var to replace server-socket-name.
20671         (server-start): Use them.
20673 2004-03-11  Simon Josefsson  <jas@extundo.com>
20675         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
20676         died to avoid infloop.  Reported by Jonathan Glauner
20677         <jglauner@sbum.org>.
20679 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20681         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
20682         (smerge-mode-menu): Use it to deactivate menu entries.
20683         (smerge-keep-current): New fun.
20684         (smerge-keep-current): Use it.
20686 2004-03-10  John Paul Wallington  <jpw@gnu.org>
20688         * foldout.el (foldout-fold-list, foldout-modeline-string):
20689         Declare them as variables, not constants.
20691 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20693         * ps-print.el: Modification to print *Messages* buffer.
20694         (ps-print-version): New version 6.6.4.
20695         (ps-message-log-max): New fun.
20696         (ps-spool-without-faces, ps-spool-with-faces)
20697         (ps-count-lines-preprint): Code fix.
20699         * printing.el: New tips in Tips section.
20701 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20703         * delim-col.el: Doc fix.
20705         * printing.el: Doc fix.  New doc section (Tips).
20707 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20709         * type-break.el (type-break-emacs-variant): Remove.
20710         (type-break-run-at-time, type-break-cancel-function-timers):
20711         Use fboundp rather than version name and number.
20713 2004-03-09  Masatake YAMATO  <jet@gyve.org>
20715         * hexl.el (hexl-mode): Use `make-local-variable' instead of
20716         `make-variable-buffer-local'.
20718 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
20720         * find-dired.el (find-dired): Call `shell-command' instead of
20721         `start-process-shell-command'.  By this, Tramp takes over
20722         handling of remote directories.
20724 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20726         * newcomment.el (comment-use-global-state): New var.
20727         (comment-search-forward): Use it.
20729         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
20731         * cus-edit.el (fill) <defgroup>: Move to fill.el.
20733         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
20734         (enable-kinsoku): Make it a defcustom.
20735         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
20736         paragraph to same-comment-start-marker.
20738 2004-03-07  Dave Love  <fx@gnu.org>
20740         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
20741         (browse-url-mail): Use it.
20743         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
20744         (rfc2368-unhexify-string): Use replace-regexp-in-string.
20746 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
20748         * woman.el (woman-man.conf-path): Doc fix.
20749         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
20751 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
20753         * sort.el (sort-columns): Remove ms-dos from the list of systems
20754         where the external `sort' command is not used.
20756 2004-03-07  Kim F. Storm  <storm@cua.dk>
20758         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
20759         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
20760         from overlay-arrow-variable-list.
20761         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
20763 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
20765         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
20766         overlay arrow string properly for the assembler buffer.
20768 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20770         * mail/sendmail.el (mail-mode): Fix last change.
20772 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
20774         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
20775         for the assembler buffer.
20776         (gdb-assembler-custom): Position the overlay arrow.
20777         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
20779 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20781         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
20783         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
20784         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
20786         * mail/sendmail.el (mail-mode): Set comment-start-skip.
20788         * newcomment.el (uncomment-region): Allow non-terminated comment.
20789         (comment-normalize-vars): Check the user-specified comstart marker.
20791 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20793         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
20794         Otherwise, do use it if the region only contains font-lock text
20795         properties.
20797 2004-03-04  Masatake YAMATO  <jet@gyve.org>
20799         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
20800         as the callback function for eldoc.
20801         (hexl-print-current-point-info): New function.
20802         (hexl-current-address): Print the address in both decimal
20803         and hexadecimal format.
20805 2004-03-04  Richard M. Stallman  <rms@gnu.org>
20807         * mail/rmail.el (rmail-convert-to-babyl-format):
20808         Specify t for UNIBYTE when calling mail-unquote-printable-region.
20810         * mail/mail-utils.el (mail-unquote-printable-region):
20811         New arg UNIBYTE.
20813         * startup.el (command-switch-alist): Doc fix.
20815         * simple.el (undo): Temporarily set this-command to `undo-start',
20816         then set it to `undo' once undo-start returns without error.
20818         * simple.el (minibuffer-history-sexp-flag): Doc fix.
20820         * simple.el (kill-line): Don't disregard trailing whitespace
20821         in eol condition, if show-trailing-whitespace is set.
20823         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
20824         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
20825         When disabling, restore old values only if mouse-sel-has-been-enabled.
20827         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
20828         (isearch-{-char): New function.
20829         (isearch-mode-map): Bind { to isearch-{-char.
20831         * font-lock.el (lisp-font-lock-keywords-2):
20832         Turn off the CL with-... and do-... general patterns.
20833         Instead, recognize several specific with... and do... constructs.
20835         * files.el (switch-to-buffer-other-window):
20836         Bind same-window-buffer-names and same-window-regexps to nil.
20837         (switch-to-buffer-other-frame): Likewise.
20839 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20841         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
20842         recognizing leading comment on code line.
20844 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20846         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
20847         hidden files/directories.
20849 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20851         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
20852         only comment-start (in case the mode hasn't set it).
20854         * Makefile.in (AUTOGENEL): New var.
20855         (bootstrap-prepare): Rename from bootstrap-clean.
20856         Don't remove elc files.
20857         (maintainer-clean): New target.
20859         * xml.el (xml-get-attribute-or-nil): Simplify.
20861 2004-03-02  Juri Linkov  <juri@jurta.org>
20863         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
20864         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
20865         URL to prevent their substitution with the environment variable
20866         values by browsers.
20868 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20870         * ps-print.el: Doc fix.
20871         (ps-print-version): New version number (6.6.3).
20872         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
20873         Docstring fix.
20874         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
20875         before printing.
20876         (ps-time-stamp-yyyy-mm-dd): New fun.
20877         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
20879 2004-03-02  Kim F. Storm  <storm@cua.dk>
20881         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
20883 2004-03-01  Juanma Barranquero  <lektu@terra.es>
20885         * allout.el (allout-rebullet-heading): Fix typo in docstring.
20887         * desktop.el (desktop-file-version)
20888         (desktop-after-read-hook): Fix typos.
20889         (desktop-clear-preserve-buffers): Remove redundant info in
20890         docstring already shown by the obsolescence message.
20891         (desktop-truncate, desktop-internal-v2s)
20892         (desktop-value-to-string): Change argument name to match docstring.
20894         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
20896         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
20897         docstring.
20899 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20901         * printing.el: Replace "As Is..." in PostScript file print/preview by
20902         "No Preprocessing...".  Suggested by Colin Marquardt
20903         <_marquardt_@zmd.de>.
20904         (pr-insert-section-4): Adjust buffer interface.
20906 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
20908         Version 2.0.39 of Tramp released.
20910         * net/tramp.el (tramp-handle-file-local-copy)
20911         (tramp-handle-write-region, tramp-open-connection-rsh):
20912         Variable name typo.  Small change.  From Patrick Tullmann
20913         <tullmann@flux.utah.edu>.
20914         (tramp-process-connection-type): New variable.
20915         (tramp-maybe-open-connection): Use it.
20916         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
20917         (tramp-touch): Set last-modified time of a remote file.
20918         (tramp-handle-write-region): Say which function is used when encoding.
20920 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
20922         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
20923         case of non-existing filename, too.  Reported by Christoph Bauer
20924         <c_bauer@informatik.uni-kl.de>.
20925         (tramp-smb-get-file-entries): The directory in question should
20926         have permissions "drwxrwxrwx".  Just virtual, because we don't
20927         know the real permissions.  Don't we know?
20928         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
20929         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
20930         (tramp-smb-wait-for-output): Optimize algorithm getting pending
20931         output.  If it was received chunkwise, there have been problems.
20932         Remove the "prompt not found" error message; it is obvious.
20933         Simplify algorithm.
20934         (tramp-smb-process-running): Remove.  Since we acknowledge the
20935         virtual prompt for shares, there's no need for distinction of
20936         reading shares (process ends afterwards) and interactive mode of
20937         smblient.
20938         (tramp-smb-open-connection): Setting process sentinel removed.
20939         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
20940         "NT_STATUS_NETWORK_ACCESS_DENIED".
20941         (tramp-smb-maybe-open-connection): Set `process-connection-type'
20942         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
20943         (top-level): Setting default value in `tramp-default-method-alist'
20944         corrected.  Order of USER and HOST have been wrong.
20945         Nobody complained for months ...
20946         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
20947         (tramp-smb-open-connection): Clear password cache if login has failed.
20949         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
20950         `tramp-unified-filenames'.
20951         (tramp-completion-mode): Make test for XEmacs explicitly.
20952         `event-to-character' can exists in Emacs packages too.
20953         Reported by Matt Swift <swift@alum.mit.edu>.
20954         (tramp-buffer-name): Buffer name must contain the user if exists.
20955         Reported by Adrian Phillips <a.phillips@met.no>.
20956         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
20957         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
20958         (tramp-do-copy-or-rename-file-out-of-band): Rename from
20959         `tramp-do-copy-or-rename-file-one-local', because it handles also
20960         the case both files use the same out-of-band method.
20961         Implementation added.
20962         (tramp-handle-file-local-copy, tramp-handle-write-region):
20963         Out-of-band handling removed.  `copy-file' called instead, which
20964         calls `tramp-do-copy-or-rename-file-out-of-band'.
20965         (tramp-action-password): Check for out-of-band method removed.
20966         This function is used for 'login-program.
20967         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
20968         appropriate.
20969         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
20970         and `tramp-parse-sknownhosts'.
20971         (tramp-completion-function-alist): It's a defvar now, because we
20972         want to apply the optimized `tramp-set-completion-function'
20973         instead of a static list.
20974         (tramp-set-completion-function): Implementation tuned.
20975         Avoid double entries, and entries where the function or the
20976         file/directory doesn't exist.
20977         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
20978         for SSH2.
20979         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
20980         (tramp-handle-dired-compress-file): New function.
20981         (tramp-async-proc): New variable.
20982         (tramp-handle-shell-command): Adding asynchronous processes.
20983         They are far from being perfect, but it works at least for
20984         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
20985         (top-level): Require password.el if visible.  Should be mandatory
20986         once No Gnus has found its way into (X)Emacs.
20987         (tramp-read-passwd): Invoke `password-read' if available,
20988         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
20989         fallback any longer.
20990         (tramp-clear-passwd): New function.
20991         (tramp-process-actions, tramp-process-multi-actions):
20992         Clear password cache if login has failed.
20994         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
20995         its own module.
20996         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
20997         `ange-ftp-ftp-name-res'.  There could be incorrect values from
20998         previous calls in case the "ftp" method is used in the Tramp file
20999         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21001 2004-02-28  Richard M. Stallman  <rms@gnu.org>
21003         * term.el (term-mouse-paste): Call mouse-set-point.
21005         * thumbs.el: New file.
21007 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21009         * progmodes/ebnf-abn.el: Doc fix.
21011         * progmodes/ebnf-bnf.el: Doc fix.
21012         (ebnf-repeat): Code fix.
21014         * progmodes/ebnf2ps.el: Doc fix.
21015         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
21017 2004-02-28  Juri Linkov  <juri@jurta.org>
21019         * ffap.el (dired-at-point): Additional writability test for
21020         relative directory names.
21021         (dired-at-point-prompter): Treat directories as a directory, get
21022         the directory component from files.
21023         (ffap-string-at-point): Return string from region if region is active.
21024         (ffap-file-at-point): Remove redundant code.
21026 2004-02-28  Kim F. Storm  <storm@cua.dk>
21028         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
21029         Initialize margin area images to nil.
21030         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
21031         (breakpoint-enabled-bitmap-face)
21032         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
21033         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
21034         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
21035         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
21036         (gdb-reset): Use gdb-remove-breakpoint-icons.
21037         (gdb-put-string): Add dprop arg to specify alternative display
21038         property (for setting fringe bitmap).
21039         (gdb-remove-strings): Doc fix.
21040         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
21041         icon in fringe (if available), or else as icon or text in display
21042         margin.  Creates necessary icons in breakpoint-bitmap,
21043         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
21044         Also make left window margin if required.
21045         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
21046         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
21047         no longer needed.
21048         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
21049         gdb-put-breakpoint-icon.
21050         (gdb-assembler-mode): Don't set left-margin-width here.
21052 2004-02-27  Kevin Ryde  <user42@zip.com.au>
21054         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
21055         comma, so that it DTRT in macros.
21057 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21059         * progmodes/sh-script.el (sh-shell-arg)
21060         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
21061         (sh-leading-keywords, sh-other-keywords): Fix custom type.
21063 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
21065         * faces.el (face-spec-set-match-display): Add a new attribute,
21066         `min-colors'.
21067         (region, highlight, secondary-selection): Use `min-colors'.
21069         * custom.el (defface): Add documentation for `min-colors'.
21071         * font-lock.el (font-lock-comment-face, font-lock-string-face)
21072         (font-lock-keyword-face, font-lock-function-name-face)
21073         (font-lock-variable-name-face, font-lock-constant-face):
21074         Use `min-colors'.
21076         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
21078 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21080         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
21081         define assq-delete-all if it's not defined.
21082         (ebnf-generate-region): Code fix.
21084         * printing.el: Doc fix.
21085         (pr-version): New version number (6.7.2).
21086         (pr-command): Return empty string if command is an empty string.
21088 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21090         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
21092         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
21093         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
21094         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
21095         "tt" ["test"] ).  Reported by Markus Dreyer
21096         <mdreyer@ix.urz.uni-heidelberg.de>.
21097         (ebnf-version): New version number (4.0).
21098         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
21099         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
21100         (ebnf-delete-style): New commands.
21101         (ebnf-directory, ebnf-file): New funs.
21102         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
21103         (ebnf-production-name-p, ebnf-stop-on-error): New options.
21104         (ebnf-syntax-alist): New var.
21105         (ebnf-element-width): New fun replacing ebnf-list-width.
21106         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
21107         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
21108         (ebnf-prologue): Adjust vars.
21109         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
21110         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
21111         (ebnf-check-style-values, ebnf-generate-production)
21112         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
21113         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
21114         (ebnf-token-repeat): Code fix.
21116         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
21117         %right, %left and %prec.  Suggested by Matthew K. Junker
21118         <junker@alum.mit.edu>.
21119         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
21121         * progmodes/ebnf-iso.el: Doc fix.
21122         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
21123         (ebnf-iso-lex): Code fix.
21125         * progmodes/ebnf-bnf.el: Doc fix.
21126         (ebnf-bnf-lex): Code fix.
21128         * progmodes/ebnf-otz.el: Doc fix.
21130 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
21132         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
21133         (abbrev-prefix-mark): Doc fix.
21135 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
21137         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
21138         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
21139         (gdb-var-delete): Make interactive (really).
21140         (gdb-edit-value): Make non-interactive.
21142         * progmodes/gud.el (gud-speedbar-menu-items):
21143         Add gdb-var-delete and, indirectly, gdb-edit-value.
21144         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
21145         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
21146         (gud-gdb-marker-filter): Add comment for annotations.
21148 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
21150         * calendar/calendar.el (generate-calendar)
21151         (calendar-read-date): Prevent display of BC calendars once more -
21152         reverts 2003-10-01 change.
21153         (generate-calendar-month): Doc fix.
21155 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
21157         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
21158         return value of increment-calendar-month.
21160 2004-02-21  Stephen Compall  <s11@member.fsf.org>
21162         * saveplace.el (save-place-forget-unreadable-files)
21163         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
21164         (save-place-forget-unreadable-files): New function.
21165         (save-place-alist-to-file): Use it to filter out files that are
21166         no longer readable.
21168         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
21169         current Texinfo environment, using the same method as in
21170         `texinfo-insert-@end', and insert a space rather than a newline if
21171         point in a @table environment.
21173 2004-02-21  Juri Linkov  <juri@jurta.org>
21175         * ffap.el (ffap-file-at-point): Try parent directories.
21177 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
21179         * vcursor.el (vcursor-modifiers): New defcustom.
21180         (vcursor-cs-binding): Use vcursor-modifiers instead of a
21181         hard-coded list.
21183 2004-02-21  Masatake YAMATO  <jet@gyve.org>
21185         * play/animate.el (animate-birthday-present): Accept names other
21186         than `Sarah', too.
21188 2004-02-21  Juri Linkov  <juri@jurta.org>
21190         * startup.el: Remove table of command line arguments from the
21191         Commentary section.
21193 2004-02-20  John Wiegley  <johnw@newartisans.com>
21195         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
21196         again" modifier from 'e' to 'E', since 'e' is also used by the
21197         "file extension" modifier.
21199 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
21201         * help-fns.el (describe-categories): Doc fix.
21203 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21205         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
21206         temporary file for buffer already visiting one.  This change makes
21207         output likely to be directly usable by patch program.
21208         Suggested by Adrian Aichner  <adrian@xemacs.org>
21210 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
21212         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
21213         case of variables defined in compound statements.
21214         (gdb-setup-windows, gdb-source-info, gdb-source-info):
21215         Simplify constructions using switch-to-buffer.
21217 2004-02-19  Simon Josefsson  <jas@extundo.com>
21219         * play/morse.el: Fix typo.
21220         (morse-code): Add @.
21222 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
21224         * calendar/appt.el (appt-display-format): Change default to
21225         'ignore, for backwards compatibility.
21226         (appt-display-message): If appt-display-format is 'ignore,
21227         respect old vars appt-msg-window and appt-visible.
21228         (appt-activate): Don't depend on return value of cancel-timer.
21230         * calendar/calendar.el (calendar-holidays): Doc fix.
21232         * calendar/cal-coptic.el (coptic-prompt-for-date):
21233         Use assoc-string instead of assoc-ignore-case.
21234         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
21235         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
21236         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
21237         * calendar/cal-islam.el (calendar-goto-islamic-date)
21238         (mark-islamic-diary-entries): Ditto.
21239         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
21240         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
21241         (calendar-read-mayan-tzolkin-date): Ditto.
21242         * calendar/calendar.el (calendar-read-date): Ditto.
21243         * calendar/diary-lib.el (mark-diary-entries): Ditto.
21245 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21247         * progmodes/executable.el (executable-command-find-posix-p):
21248         Fix choice of the directory.
21250 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
21252         * simple.el (interprogram-cut-function)
21253         (interprogram-paste-function, kill-new, kill-append):
21254         Doc fixes.
21255         (kill-region): Make it return nil.  Doc fix.
21256         (yank-pop): Make its argument optional.
21257         (yank): Make ARG `-' equivalent to `-1'.
21259 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
21261         * mail/rmail.el (rmail-get-new-mail): Don't reference
21262         rmail-use-spam-filter if rmail-spam-filter is not loaded.
21264 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
21266         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
21267         if one of global-auto-revert-non-file-buffers or autorevert-mode
21268         is non-nil.
21270 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21272         * subr.el (delete-dups): A better implementation from Karl Heuer
21273         <kwzh@gnu.org>.
21275 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
21277         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
21278         correct place.
21279         * progmodes/icon.el (icon-indent-command): Ditto.
21280         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
21282 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21284         * progmodes/grep.el (grep-compute-defaults): Undo change from
21285         2004-01-29: don't use executable-command-find-posix-p.
21287 2004-02-16  Richard Sharman  <rsharman@pobox.com>
21289         * hilit-chg.el: Use require instead of eval-and-compile.
21290         (highlight-compare-buffers): New function.
21292 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
21294         * man.el (Man-fontify-manpage): Render section headings in
21295         `Man-overstrike-face' even when overstrike was not used by man
21296         formatter for section headings.
21298 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
21300         * rmail-spam-filter.el (vm-use-spam-filter)
21301         (rsf-min-region-length-added-to-spam-list): New variables.
21302         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
21303         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
21304         spam testing.  Don't delete spam message if automatic deletion
21305         after output via variable rmail-delete-after-output is turned on.
21306         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
21307         rsf-bbdb-dont-create-entries-for-spam.
21308         (check-field): New function, extracted from code in
21309         rmail-spam-filter to ease addition of header fields like content-type.
21310         (message-content-type): New variable to check the content-type:
21311         field added, also in defcustom of rsf-definitions-alist.
21312         (rmail-spam-filter): Replace repeated test code for header fields
21313         by calls to check-field; change the call to
21314         rmail-output-to-rmail-file such that rmail-current-message stays
21315         the same to avoid wrong deletion of unseen flags.
21316         (rsf-add-contents-type): New function to convert old format
21317         of rmail-spam-definitions-alist into new one.
21318         Change prefixes of all variables and functions from
21319         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
21321 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21323         * loadhist.el (unload-hook-features-list): New defvar.
21325 2004-02-16  Dave Love  <fx@gnu.org>
21327         * loadhist.el (unload-feature): Doc fix.  Rename flist to
21328         unload-hook-features-list.
21330 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
21332         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
21333         cookie.  Don't check if we are looking-at open-formula.
21335 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21337         * subr.el (match-string-no-properties): Use substring-no-properties.
21339 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21341         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
21342         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
21343         Use lower-case "rx" in all error message.
21345 2004-02-16  Dave Love  <fx@gnu.org>
21347         * emacs-lisp/rx.el (rx-or): Put group around result.
21348         (rx-constituents): Add backref.
21349         (rx-syntax): Add string-delimiter, comment-delimiter.
21350         (rx-categories): Add combining-diacritic.
21351         (rx-check-not, rx-greedy, rx): Doc fix.
21352         (rx-backref, rx-check-backref): New.
21354 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
21356         * newcomment.el (uncomment-region): Allow eob as comment end.
21358 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
21360         * filecache.el: All message and error commands now use prefix
21361         "Filecache:" to make it easy to read *Messages* buffer.
21363 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
21365         * autorevert.el: Add support to detect changed dired and VC buffers.
21366         (auto-revert-active-p, auto-revert-list-diff)
21367         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
21368         (auto-revert-handler, auto-revert-active-p): New functions.
21369         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
21370         and `auto-revert-active-p'.
21371         (eval-when-compile): Defvar dired-directory and vc-mode.
21372         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21373         (auto-revert-handler-vc): New functions.
21375 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21377         * progmodes/compile.el (compilation-directory): New defvar.
21378         (compile): Save current directory in compilation-directory.
21379         (recompile): Bind default-directory to compilation-directory if
21380         that is non-nil.
21382 2004-02-16  Dave Love  <fx@gnu.org>
21384         * newcomment.el (comment-insert-comment-function)
21385         (comment-region-function, uncomment-region-function): New.
21386         (comment-indent): Use comment-insert-comment-function.
21387         (uncomment-region): Use uncomment-region-function.
21388         (comment-region): Use comment-region-function.
21390         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
21392 2004-02-16  Richard Stallman  <rms@gnu.org>
21394         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
21395         loaddefs* and ldefs-boot*.
21397 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21399         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
21400         and email address at the beginning and end of the address.
21402         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
21403         anchored at the beginning of the email address.
21405 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
21407         * international/ccl.el (ccl-compile-write): Pass `left' to
21408         ccl-embed-code to generate correct code of write-expr-register.
21410 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
21412         * progmodes/grep.el (grep-compute-defaults): Fix typos.
21414 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21416         * x-dnd.el: Mention support for Motif in commentary.
21417         (x-dnd-handle-drag-n-drop-event): Ditto.
21419 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
21421         * ses.el: Use "ses--" prefixes for buffer-local variables.
21422         Use (point-min) instead of 1, even when we know the buffer
21423         is unnarrowed.
21424         (ses-build-load-map): Delete.  Distribute its content to defconsts for
21425         the three maps.
21426         (ses-menu, ses-header-line-menu): New menus.
21427         (ses-mode-map): Use them.
21428         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
21430 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
21432         * Makefile.in: Fix the CC Mode recompile kludge so it works
21433         when building in a different directory.
21435 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
21437         * simple.el (kill-new): Put yank-handler property on the entire string.
21439 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21441         * diff.el: Don't use compile any more, use diff-mode instead.
21442         (diff-regexp-alist, diff-old-file, diff-new-file)
21443         (diff-parse-differences, diff-process-setup): Remove.
21444         (diff-sentinel): New fun.
21445         (diff): Use it.  Run the process ourselves.
21446         Use diff-mode for the rest of the processing.
21448         * diff.el (diff): Simplify code handling `switch'.
21450 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21452         * pcvs-defs.el (cvs-menu): Add `tag'.
21454 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
21456         * simple.el (kill-append): Doc fix.
21458         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21459         Adapt outline-regexp to the new conventions for commenting out code.
21461 2004-02-11  John Paul Wallington  <jpw@gnu.org>
21463         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
21465 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21467         * diff.el (diff-switches): New fun.
21468         (diff, diff-backup): Use it.
21469         (diff): Clean up the args construction.  Use backquote.
21470         Use listp instead of consp to avoid putting a nil arg.
21471         (diff): Add a revert-buffer function.
21473 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21475         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
21476         handled by x-dnd-handle-file-name.
21477         (x-dnd-known-types): Add COMPOUND_TEXT.
21478         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
21479         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
21480         x-dnd-empty-state.
21481         (x-dnd-forget-drop): Ditto.
21482         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
21483         (x-dnd-handle-one-url): Return private when inserting text.
21484         (x-dnd-insert-ctext): New function.
21485         (x-dnd-handle-file-name): New function for FILE_NAME.
21486         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
21487         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
21488         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
21490 2004-02-10  Kenichi Handa  <handa@m17n.org>
21492         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
21493         instead of while loop.
21495 2004-02-10  Miles Bader  <miles@gnu.org>
21497         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
21499 2004-02-09  Kenichi Handa  <handa@m17n.org>
21501         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
21502         have end-of-line.
21504 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
21506         * Makefile.in: Added extra dependencies in the recompile target
21507         needed to cope with the compile time macro expansions in CC Mode.
21509 2004-02-09  Kim F. Storm  <storm@cua.dk>
21511         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
21512         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
21513         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
21514         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
21515         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
21516         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
21517         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
21518         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
21519         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
21520         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
21521         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
21523 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21525         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
21526         Don't allow shrink if there's a window on our right.
21528         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
21529         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
21530         Bring together declaration and initialization.
21531         (prolog-mode-variables): Don't set the syntax table.
21532         Don't set paragraph-start and comment-indent-function.
21533         Add /*..*/ to the comment regexps.
21534         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
21535         (prolog-mode-map): Don't bind TAB.
21536         (prolog-mode): Set the syntax table.
21537         (prolog-comment-indent): Remove.
21538         (inferior-prolog-mode-map): Initialize in the declaration.
21539         (inferior-prolog-mode-syntax-table)
21540         (inferior-prolog-mode-abbrev-table): New vars.
21541         (inferior-prolog-mode): Derive from comint-mode.
21542         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
21543         minibuffer windows.
21545         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
21546         in file names, as long as it is unambiguous.
21548 2004-02-08  Andreas Schwab  <schwab@suse.de>
21550         * textmodes/reftex-toc.el
21551         (reftex-toc-load-all-files-for-promotion): Remove useless use of
21552         format.  Doc fix.
21554         * textmodes/refer.el (refer-find-entry-internal): Remove extra
21555         format string arguments.
21557         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
21558         string argument.
21560         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
21562         * play/zone.el (zone-call): Fix format string.
21564         * net/webjump.el (webjump-builtin): Add missing format string argument.
21566         * midnight.el (midnight-delay-set): Remove extra format string
21567         argument.
21569         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
21571         * hexl.el (hexl-insert-char): Add missing format string argument.
21573         * format.el (format-decode): Fix format string.
21575         * emulation/vi.el (vi-mode): Remove extra format string argument.
21576         (vi-repeat-last-search): Likewise.
21577         (vi-reverse-last-search): Likewise.
21578         (vi-goto-mark): Likewise.
21579         (vi-reverse-last-find-char): Likewise.
21580         (vi-repeat-last-find-char): Likewise.
21581         (vi-locate-def): Likewise.
21583         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
21585         * ediff-util.el (ediff-toggle-read-only): Remove extra format
21586         string argument.
21587         (ediff-toggle-regexp-match): Likewise.
21589         * dired-aux.el (dired-do-query-replace-regexp): Add missing
21590         format string argument.
21592         * calc/calc-map.el (calc-get-operator): Remove extra format
21593         string argument.
21595         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
21597         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
21598         string argument.
21600         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
21602         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
21604         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
21606         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
21607         (cl-struct-setf-expander): Likewise.
21609         * vc.el (with-vc-file): Fix unsafe uses of error.
21610         (vc-cancel-version): Likewise.
21612 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
21614         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
21615         thousands separator; fixes <class>:<line-number> regexp for
21616         non-english locales.
21618 2004-02-08  Andreas Schwab  <schwab@suse.de>
21620         * view.el (view-mode-enable): Revert previous change.
21622 2004-02-07  Kim F. Storm  <storm@cua.dk>
21624         * simple.el (line-number-at-pos): Rename from line-at-pos.
21625         Uses changed (what-line and vc-annotate-warp-version).
21627 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21629         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
21630         (diff-mode): Remove aborted attempt at support for compile.el.
21631         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
21633 2004-02-06  Andreas Schwab  <schwab@suse.de>
21635         * view.el (view-mode-enable): Add view-mode-map to
21636         minor-mode-overriding-map-alist.
21638 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21640         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
21642 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21644         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
21645         with point inside rather than after the paragraph.
21647 2004-02-04  Sam Steingold  <sds@gnu.org>
21649         * mail/smtpmail.el (smtpmail-try-auth-methods):
21650         Do not try authentication when no mechanism is available.
21651         Pass port-name as defaultport to `netrc-machine'.
21653 2004-02-04  Stephen Eglen  <stephen@gnu.org>
21655         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
21656         to show how minibuffer height can be constrained.
21658 2004-02-04  John Paul Wallington  <jpw@gnu.org>
21660         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
21662 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21664         * x-dnd.el: New file for drag and drop.
21666         * term/x-win.el: require x-dnd, set after-make-frame-functions
21667         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
21668         drag-n-drop event.
21670         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
21671         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
21672         (dired-dnd-handle-file): New functions for drag and drop support.
21673         (dired-mode): Initialize drag and drop if x-dnd present.
21675 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21677         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
21678         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
21679         (cperl-mode): Set fill-paragraph-function.
21680         (cperl-fill-paragraph): Make it non-interactive.
21682 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
21684         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
21686 2004-02-02  David Kastrup  <dak@gnu.org>
21688         * replace.el (perform-replace): Allow 'literal argument in
21689         regexp-flag to indicate literal replacement.
21690         (query-replace-regexp-eval): Use it.
21692 2004-02-01  Andreas Schwab  <schwab@suse.de>
21694         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
21696 2004-02-01  Stephen Eglen  <stephen@gnu.org>
21698         * info-look.el: Add support for maxima-mode.  Update commentary
21699         because info-lookup-symbol is now bound to C-h S.
21701 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
21703         * simple.el (edit-and-eval-command): Bind print-level and
21704         minibuffer-history-sexp-flag around call to read-from-minibuffer.
21705         Correct initial position in command-history.
21707 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
21709         * files.el (read-directory-name): Adapt the docstring to recent
21710         change in Fread_file_name.
21712 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
21714         * ses.el (ses-print-cell): If print format too wide for column
21715         width, truncate decimal places if that helps to avoid "#####" fill.
21716         * ses.el (ses-initial-column-width): Revert previous change.
21718 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21720         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
21721         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
21722         Add edebug info.
21723         (jit-lock-mode): Setup/cancel the new timer.
21724         (jit-lock-context-fontify): New fun.  Extracted from
21725         context fontification code of jit-lock-stealth-fontify.
21726         (jit-lock-stealth-fontify): Don't do context fontification any more.
21728         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
21729         (jit-lock-fontify-now): Handle the `quit' case.
21730         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
21732 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
21734         * progmodes/executable.el (executable-command-find-posix-p):
21735         New.  Check if find handles arguments Posix-style.
21737         * progmodes/grep.el (grep-compute-defaults):
21738         Use executable-command-find-posix-p.
21739         (grep-find): Check `grep-find-command'.
21741         * filecache.el (file-cache-find-posix-p): Delete.
21742         (file-cache-add-directory-using-find):
21743         Use `executable-command-find-posix-p'.
21745 2004-01-29  Dave Love  <fx@gnu.org>
21747         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
21748         Iterate the hook function if arg is given.
21749         (mark-defun, narrow-to-defun): Change order of finding the limits.
21751         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
21752         (byte-compile-format-warn): New.
21753         (byte-compile-callargs-warn): Use it.
21754         (Format, message, error): Add byte-compile-format-like property.
21755         (byte-compile-maybe-guarded): New.
21756         (byte-compile-if, byte-compile-cond): Use it.
21757         (byte-compile-lambda): Compile interactive forms,
21758         just to make warnings about them.
21760 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
21762         * ses.el (ses-initial-column-width): Increase to 14, so it will
21763         work well with the default printer of "%.7g" for extreme values
21764         like "-1.234567e+07".
21766 2004-01-29  Kenichi Handa  <handa@m17n.org>
21768         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
21770 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
21772         * dos-w32.el: Added support for the `default-printer-name' function.
21774 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21776         * server.el (server-socket-name): Don't use the hostname in the
21777         socket name since /tmp is local to the host anyway.
21779         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
21780         robust check of widening and fix var-naming.
21782 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
21784         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
21785         or rmail-spam- to rsf- in all function and variable names.
21786         (rsf-min-region-to-spam-list): New variable.
21787         (rsf-bbdb-auto-delete-spam-entries): Rename from
21788         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
21789         scanned together with the recipients field for spam testing; Don't
21790         delete spam message if rmail-delete-after-output is non-nil;
21791         (rsf-check-field): New function, extracted from code in
21792         rmail-spam-filter to ease addition of header fields like
21793         content-type:;
21794         (message-content-type): New variable.  The content-type: field was
21795         added also in defcustom of rsf-definitions-alist;
21796         (rmail-spam-filter): Replace repeated test code for header fields
21797         by calls to check-field; change the call to
21798         rmail-output-to-rmail-file such that rmail-current-message stays
21799         the same to avoid wrong deletion of unseen flags.
21800         (rmail-use-spam-filter): Add autoload cookie.
21802 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
21804         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
21805         (file-cache-add-directory-using-find): Add Cygwin support.
21806         (file-cache-find-command-posix-flag): New user variable.
21808         * filecache.el (file-cache-add-directory): Check for
21809         directories an remove them from dir-files.
21811 2004-01-27  Richard M. Stallman  <rms@gnu.org>
21813         * man.el (Man-fontify-manpage): Clean up message.
21815 2004-01-27  Kenichi Handa  <handa@m17n.org>
21817         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
21818         (sentence-end): Define using sentence-end-without-space.
21820         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
21821         a sentence ends with one of a character in sentence-end-without-space.
21823 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21825         * font-lock.el (font-lock): Add jit-lock as explicit group member.
21826         (jit-lock): Group declaration moved to jit-lock.el.
21827         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
21828         when necessary.
21830         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
21831         (jit-lock-context-unfontify-pos): Rename from
21832         jit-lock-first-unfontify-pos.
21833         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
21835 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
21837         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
21838         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
21839         (fortran-fill): When filling a string, adjust re-search-backward
21840         argument for special case of string just on fill-column.
21841         When filling non-string, allow one extra char if
21842         fortran-break-before-delimiters is non-nil.
21843         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
21844         Use fortran-break-delimiters-re and fortran-no-break-re to
21845         correctly handle cases such as "**".
21847         * progmodes/f90.el (f90-break-delimiters): Doc fix.
21848         (f90-no-break-re): Add some extra tokens.  Doc fix.
21850 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
21852         * mail/rmail-spam-filter.el:
21853         Use two semicolons as Commentary line prefix.
21854         Add ";;; Code:" stylized comment.
21855         Delete end-of-line whitespace.
21856         Wrap (require 'cl) with `eval-when-compile'.
21858 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
21860         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
21861         at the top level of vc.el.
21863 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
21865         * vc.el (vc-current-line): Function removed.  This is now done by
21866         the new function line-at-pos in simple.el.
21867         (vc-annotate-warp-version): Use line-at-pos instead of
21868         vc-current-line.
21870 2004-01-22  Kim F. Storm  <storm@cua.dk>
21872         * simple.el (line-at-pos): New defun.
21873         (what-line): Use it.  Optimize by only counting lines in narrowed
21874         region once.
21876 2004-01-22  Kenichi Handa  <handa@m17n.org>
21878         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
21879         point (register r1) only for charset mule-unicode-0100-24ff.
21881 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21883         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
21884         trailing white space and ensure a final newline.
21886         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
21887         Add autoload cookie.
21889 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
21891         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
21892         activate view-mode explicitly.
21894 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21896         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
21897         menu-bar-enable-clipboard and make Paste use clipboard first.
21899 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21901         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
21902         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
21903         (vc-mcvs-cvs): Remove.
21904         (vc-mcvs-command): Remove use of assert.
21906         * outline.el (outline-insert-heading): Tighten up match.
21907         (outline-demote, outline-move-subtree-down): Don't assume anything
21908         about outline-regexp.
21910         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
21911         (texinfo-show-structure): Explicitly add ^, and simplify.
21913 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
21915         * calendar/appt.el (appt-check): Restore usage of
21916         appt-issue-message deleted in previous change.
21917         (top-level): Activate package when loaded (needed for backwards
21918         compatibility).
21920 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21922         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
21923         following previous change to smtpmail-send-data.
21925 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
21927         * vc.el (vc-default-previous-version): Doc enhancement.
21928         (vc-default-next-version): New function.
21929         (vc-print-log): New arg FOCUS-REV.
21930         (vc-annotate-mode): Derive from view-mode.
21931         (vc-annotate): New args REVISION, DISPLAY-MODE.
21932         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
21933         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
21934         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
21935         (vc-annotate-show-diff-revision-at-line, vc-current-line)
21936         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
21938         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
21940 2004-01-19  Karl Berry  <karl@gnu.org>
21942         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
21943         or "TexInfo".
21945 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
21947         * subr.el (delete-dups): New function.
21949 2004-01-19  Karl Berry  <karl@gnu.org>
21951         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
21952         with ^, since that's what texinfo-show-structure
21953         documentation says (plus it works much better in texinfo.txi).
21955 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
21957         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
21959 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
21961         * progmodes/which-func.el (which-function-mode): Don't cancel
21962         which-func-update-timer if not set.
21964 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
21966         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
21967         Remove spurious left square bracket in XX:XXam regexp.
21969 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
21971         * progmodes/cc-defs.el: Do not require cl at run time.
21973 2004-01-16  Richard M. Stallman  <rms@gnu.org>
21975         * emacs-lisp/cl.el (cl-cannot-unload): New function.
21976         (cl-unload-hook): Defvar this to run cl-cannot-unload.
21978         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
21979         Call rmail-spam-filter.  Delete and expunge spam.
21980         Print number of spam messages deleted.
21981         Save and restore the deletion status of old messages when reading
21982         new mail with spam filter, so that expunging spam does not expunge
21983         msgs deleted by the user.
21984         (rmail-only-expunge): Add an optional argument dont-show to
21985         prevent showing message after expunge.
21987 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
21989         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
21990         * subr.el (declare): New macro.
21992 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
21994         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
21996 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21998         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21999         Test window-system rather than system-type (for X11/Mac).
22001 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
22003         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
22005 2004-01-12  Richard M. Stallman  <rms@gnu.org>
22007         * mail/rmail.el (rmail-convert-to-babyl-format):
22008         Use mail-unquote-printable-region.
22009         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
22010         (rmail-hex-char-to-integer): Functions deleted.
22012         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
22013         (mail-unquote-printable-region): New arg NOERROR.
22014         For invalid encoding, either signal an error to just return nil.
22016 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
22018         * calendar/appt.el: Update copyright and commentary.
22019         (appt-issue-message): Make obsolete.
22020         (appt-visible, appt-msg-window): Make obsolete, in favor of
22021         appt-display-format.
22022         (appt-display-mode-line, appt-display-duration)
22023         (appt-display-diary, appt-time-msg-list, appt-mode-string)
22024         (appt-prev-comp-time, appt-display-count, appt-timer)
22025         (appt-convert-time): Doc change.
22026         (appt-disp-window-function, appt-delete-window-function):
22027         Use defcustom rather than defvar.
22028         (appt-display-format): New variable.
22029         (appt-display-message): New function with display code from appt-check.
22030         (appt-check): Add optional FORCE argument.  Doc change.
22031         Add appt-make-list to diary-hook if displaying diary.
22032         Remove checking of view-diary-entries-initially.
22033         Message display section removed to new function appt-display-message.
22034         (appt-display-window): Doc change.  Remove unused internal var
22035         this-buffer.  Do not beep, since appt-display-message does that.
22036         (appt-make-list): Doc change.  Use caar.
22037         (appt-sort-list): Simplify by using builtin sort function.
22038         (appt-update-list): New function for updating appts when diary is
22039         saved.
22040         (appt-activate): New autoloaded function to toggle package
22041         functionality.
22043         * calendar/cal-x.el: (calendar-one-frame-setup)
22044         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
22046         * calendar/calendar.el: Update copyright.
22047         (view-diary-entries-initially, european-calendar-style): Doc change.
22048         (calendar-setup): Make defcustom rather than defvar.
22049         (mark-visible-calendar-date): Initialize temp-face and faceinfo
22050         in let binding so local to function.
22052         * calendar/diary-lib.el: Update copyright.
22053         (diary, diary-entry-time): Doc change.
22054         (list-diary-entries): Doc change.  Trivial logic change.
22055         (fancy-diary-display): Restore make-face command mistakenly
22056         deleted 2003-05-08.
22057         (show-all-diary-entries): Allow to pop-up frame if needed.
22059 2004-01-09  John Paul Wallington  <jpw@gnu.org>
22061         * bindings.el (mode-line-change-eol): Add EVENT parameter.
22062         Temporarily select EVENT's window for changing eol type.
22064 2004-01-09  Deepak Goel  <deego@gnufans.org>
22066         * calendar/diary-lib.el (diary-entry-time):
22067         Also accept time in the form XX[.XX][am/pm/AM/PM].
22068         (fancy-diary-font-lock-keywords): Likewise.
22069         (diary-font-lock-keywords): Likewise.
22070         * calendar/appt.el (appt-add): Likewise.
22071         (appt-make-list): Likewise.
22072         (appt-convert-time): Likewise.
22074 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
22076         * gdb-ui.el (gdb-ann3): Revert previous change.
22077         (gdb-source-info): Allow for case of where compilation directory
22078         is not recorded.
22080 2004-01-08  John Paul Wallington  <jpw@gnu.org>
22082         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
22084 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
22086         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
22088         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
22089         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
22090         problems.
22091         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
22093 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
22095         * files.el (write-file-functions, write-contents-functions):
22096         Clarify docstrings.
22098 2004-01-07  Kenichi Handa  <handa@m17n.org>
22100         * international/mule.el (set-auto-coding): Fix for the case that
22101         end-of-line is only CR.
22103 2004-01-07  Kim F. Storm  <storm@cua.dk>
22105         * subr.el (event-start, event-end): Doc fix.
22106         (posn-string, posn-image): New defuns.
22107         (posn-object): Return either image or string object.
22108         (posn-object-x-y): Return 8th element of position.
22109         (posn-object-width-height): New defun.
22111 2004-01-06  Andreas Schwab  <schwab@suse.de>
22113         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
22114         output.
22116 2004-01-05  Karl Berry  <karl@gnu.org>
22118         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
22119         / and *, too.
22121 2003-12-31  Simon Josefsson  <jas@extundo.com>
22123         * files.el (before-save-hook): Add.
22124         (basic-save-buffer): Use before-save-hook.
22126         * emacs-lisp/copyright.el: Fix comment to recommend
22127         before-save-hook instead of write-file-functions.
22129 2004-01-05  Richard M. Stallman  <rms@gnu.org>
22131         * finder.el (finder-commentary): Call delete-other-windows.
22133         * net/ange-ftp.el (ange-ftp-file-attributes):
22134         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
22136 2004-01-04  Karl Berry  <karl@gnu.org>
22138         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
22139         comment characters % and # in the copyright year notice,
22140         as well as ;.
22142 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
22144         * wid-edit.el (default): Define dummy :value-delete.
22145         Reported by Jesper Harder <harder@ifa.au.dk>.
22147 2004-01-03  Richard M. Stallman  <rms@gnu.org>
22149         * progmodes/compile.el (compile-internal): Use point, not point-min,
22150         for set-window-point.
22152         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
22154         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
22156         * progmodes/grep.el (grep-mode-map):
22157         Don't remap next-line, previous-line.
22159 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
22161         * speedbar.el (speedbar-edit-line): Change regexp to position
22162         the cursor on the first character of this line's button.
22164 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
22166         * subr.el (functionp): Doc fix.
22168 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22170         * progmodes/idlwave.el (idlwave-make-tags):
22171         * textmodes/flyspell.el (flyspell-large-region):.
22172         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
22173         * emulation/viper-util.el (viper-glob-unix-files):
22174         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
22175         * man.el (Man-init-defvars):
22176         * jka-compr.el (jka-compr-call-process):
22177         * files.el (get-free-disk-space,insert-directory):
22178         * ediff-ptch.el (ediff-test-patch-utility):
22179         * ediff-diff.el (ediff-test-utility):
22180         * dired-aux.el (dired-check-process):
22181         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
22182         test the return value of call-process, because it can be a string.
22184 2003-12-31  John Paul Wallington  <jpw@gnu.org>
22186         * bindings.el (completion-ignored-extensions): Add .pfsl.
22188 2003-12-31  Kim F. Storm  <storm@cua.dk>
22190         * ido.el (ido-nonreadable-directory-p): New defun to check for
22191         nonreadable directory without activating tramp (to avoid problems
22192         with checking incomplete tramp paths).
22193         (ido-set-current-directory, ido-file-internal)
22194         (ido-file-name-all-completions1): Use it.
22196 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
22198         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
22199         documentation if the anchor (or node) name is preceded by `info
22200         anchor' or `Info anchor' in addition to earlier `info node' and
22201         `Info node'.
22202         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
22204 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
22206         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
22207         error in arguments to base64-decode-region.  Remove ^M characters
22208         after decoding base64.
22210 2003-12-30  Simon Josefsson  <jas@extundo.com>
22212         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
22213         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
22214         have only been distributed with Emacs for some years.
22215         (texinfo-mode-hook): Customize.
22217 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
22219         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
22220         cleaner (suggested by Richard Stallman).
22222         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
22223         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
22224         file-name clashes on 8+3 DOS filesystems.
22226         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
22227         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
22228         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
22229         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
22230         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
22231         file-name clashes on 8+3 filesystems.
22233         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
22234         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
22235         file-name clashes on 8+3 DOS filesystems.
22237 2003-12-29  Richard M. Stallman  <rms@gnu.org>
22239         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
22240         Upcase the character.
22242         * textmodes/flyspell.el (mail-mode-flyspell-verify):
22243         Search for header separator alone on a line, literally,
22244         and search for it backward, not forward.
22245         (flyspell-abbrev-table): Always use global-abbrev-table
22246         if there is no local one.
22248         * progmodes/sh-script.el (sh-get-indent-info):
22249         Don't move point back if at bob.
22251         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
22253         * play/handwrite.el (handwrite): Make the handwrite credit message
22254         a comment rather than an output command.
22256         * obsolete/sc.el: Display message that this file is obsolete.
22258         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
22260         * mail/rfc822.el (rfc822-address-start): Declare variable.
22261         Renamed from address-start.  All uses changed.
22263         * term.el (term-exec): Set up sentinel.
22264         (term-sentinel): New function.
22265         (term-handle-exit): New function.
22267         * subr.el (assoc-ignore-case, assoc-ignore-representation):
22268         Use assoc-string, and mark them obsolete.
22269         (delay-mode-hooks): Mark as permanent local.
22271         * simple.el (sendmail-user-agent-compose): Use assoc-string.
22273         * register.el (copy-rectangle-to-register): Doc fix.
22275         * info.el (Info-insert-dir): Use assoc-string.
22277         * info-look.el (info-lookup): Use assoc-string.
22279         * frame.el (pop-up-frame-function): Use quote, not `function'.
22280         (frame-notice-user-settings): Calculate ADJUSTED-TOP
22281         copying with lists as coordinate values.
22283         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
22285         * find-dired.el (kill-find): New command.
22286         (find-dired): Make buffer read-only.
22287         Set up a keymap with C-c C-k running kill-find.
22288         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
22290         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
22292         * filecache.el (file-cache-ignore-case): New variable.
22293         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
22295         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
22296         (comint-dynamic-complete-as-filename): Rename local vars.
22297         (comint-dynamic-list-filename-completions): Likewise.
22299         * comint.el (comint-dynamic-list-completions-config): New var.
22300         (comint-dynamic-list-completions): Handle both SPC and TAB right.
22302         * comint.el (comint-file-name-chars): Add [].
22303         (comint-word): Use skip-chars-backward, not search.
22305         * shell.el (shell-file-name-chars): Add [].
22307         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
22309         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
22311         * generic.el (define-generic-mode): Doc fix.
22313 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22315         * files.el (kill-some-buffers): Doc fix.
22317 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
22319         * comint.el (comint-watch-for-password-prompt): Pass `string' as
22320         arg to send-invisible
22321         (send-invisible): Doc fix.  The argument is now a prompt, not the
22322         string to send.
22323         (comint-read-noecho): Doc fix.
22325 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
22327         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
22328         "@", as required by some ISP hosting service.  Fix defcustom
22329         argument syntax errors that prevented use of customization.
22331 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22333         * xml.el (xml-get-attribute-or-nil): Doc fix.
22335 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
22337         * net/zone-mode.el (zone-mode): Use write-file-functions, not
22338         write-file-hooks.
22340 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22342         * autorevert.el (auto-revert-interval): Doc fix.
22344 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
22346         * xml.el (xml-get-attribute-or-nil): New function, like
22347         xml-get-attribute, but returns nil if the attribute was not found.
22348         (xml-get-attribute): Convert to defsubst, uses
22349         xml-get-attribute-or-nil.
22351 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22353         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
22355 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
22357         * custom.el (custom-declare-theme): Use `value' when putting
22358         properties on `theme'.
22360 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
22362         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
22363         for each yank-handler segment.
22364         (insert-for-yank-1): New function, with the body of the previous
22365         insert-for-yank.
22367         * textmodes/table.el (table-yank-handler): New defcustom.
22368         (table--put-cell-indicator-property): Put yank-handler property
22369         that indicates the yank handler for the table cell.
22371 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22373         * generic-x.el (etc-modules-conf-generic-mode): A more complete
22374         set of keywords.
22376 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22378         * international/mule-cmds.el (reset-language-environment)
22379         (set-language-environment): Don't invoke fontset-related functions
22380         if fontset-list is not fboundp.
22382 2003-12-29  Kenichi Handa  <handa@m17n.org>
22384         * international/mule-cmds.el (reset-language-environment):
22385         Call set-overriding-fontspec-internal with nil.
22386         (set-language-environment): Call set-overriding-fontspec-internal
22387         if the language environment specify `overriding-fontspec'.
22388         (language-info-alist): Doc added.
22390         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
22391         characters of mule-unicode-0100-24ff.
22392         (ccl-encode-windows-1251-font): New CCL program.
22393         ("Bulgarian"): Specify overriding-fontspec.
22394         ("Belarusian"): Likewise.
22396 2003-12-28  Sam Steingold  <sds@gnu.org>
22398         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
22399         parameter ID-FORMAT to conform with the 2003-11-30 patch.
22401 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
22403         * progmodes/gud.el (gud-gdb-command-name): Set default to
22404         "gdb --annotate=3".
22405         (gud-gdb-marker-filter): Look out for annotations.
22406         (gdb-first-pre-prompt): New variable.
22407         Remove trailing white space.
22409         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
22410         if necessary.
22411         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
22412         annotations are detected.
22413         (gud-gdba-marker-filter): Use global variable gud-marker-acc
22414         instead of a local one to allow transition from
22415         gud-gdb-marker-filter.
22416         Remove trailing white space.
22418 2003-12-27  Kim F. Storm  <storm@cua.dk>
22420         * ido.el: Handle non-readable directories.
22421         (ido-decorations): Add 9th element for non-readable directory.
22422         (ido-directory-nonreadable): New dynamic var.
22423         (ido-set-current-directory): Set it.
22424         (ido-read-buffer, ido-file-internal):
22425         (ido-read-file-name, ido-read-directory-name): Let-bind it.
22426         (ido-file-name-all-completions1): Return empty list for
22427         non-readable directory.
22428         (ido-exhibit): Print [Not readable] if directory is not readable.
22429         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
22430         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
22431         Use it.
22433 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
22435         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
22436         calls to directory-files-and-attributes and file-attributes.
22437         (ls-lisp-format): Remove system dependent handling of user and
22438         group id's.
22440 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
22442         * ffap.el (ffap-read-file-or-url): Revert previous change.
22444 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
22446         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
22447         new list of included files called `files-with-node-lines', that
22448         only have node lines.  This way @include commands can include any
22449         file, such as version and update files without node lines, not
22450         just files that are chapters.
22452 2003-12-25  Andreas Schwab  <schwab@suse.de>
22454         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
22455         file not found.
22457 2003-12-08  Miles Bader  <miles@gnu.org>
22459         * dired.el (dired-between-files): Always use dired-move-to-filename,
22460         which is more robust in non-english locales.
22462 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
22464         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
22466 2003-12-24  Andreas Schwab  <schwab@suse.de>
22468         * shell.el (shell-file-name-quote-list): Add backslash.
22470         * comint.el (comint-quote-filename): Correctly handle backslash
22471         in comint-file-name-quote-list.
22473 2003-12-24  Kenichi Handa  <handa@m17n.org>
22475         * international/mule-cmds.el (set-default-coding-systems):
22476         Call ucs-set-table-for-input for all buffers that don't have local
22477         value of buffer-file-coding-system.
22479         * international/ucs-tables.el (ucs-set-table-for-input):
22480         If translation-table-for-encode is a symbol, get its
22481         translation-table property.
22483 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
22485         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
22486         to `completing-read' on a recently fixed bug.
22488         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
22489         instead of SPACE, to get the list of possible fringe modes.
22490         SPACE only works if both `partial-completion-mode' and
22491         `completion-auto-help' are nil.
22493         * complete.el (PC-is-complete-p): Delete.
22494         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
22495         calls to `test-completion'.
22497 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
22499         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
22500         to edit values when there are no children.
22502         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
22503         a mode called "Assembler" already exists.
22504         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
22505         (gud-watch): Use format option.  Remove font properties from string.
22506         (gdb-var-create-handler, gdb-var-list-children-handler):
22507         Don't bother about properties as there are none.
22508         (gdb-var-create-handler, gdb-var-list-children-handler)
22509         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
22510         with two arguments.
22511         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
22512         Let speedbar show value changes with a different font.
22513         (gdb-edit-value): New defun.
22514         (gdb-clear-partial-output, gdb-clear-inferior-io)
22515         (def-gdb-auto-update-handler): Use erase-buffer.
22516         (gdb-frame-handler): Display watch expressions in
22517         FUNCTION::VARIABLE format if required.
22519 2003-12-23  John Paul Wallington  <jpw@gnu.org>
22521         * info.el (Info-unescape-quotes, Info-split-parameter-string)
22522         (Info-goto-emacs-command-node): Doc fixes.
22524 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
22526         * cus-edit.el (custom-add-parent-links): Define "many".
22528 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
22530         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
22531         (widget-child-validate, widget-type-value-create)
22532         (widget-type-default-get, widget-type-match): New functions.
22533         (lazy): New widget.
22534         (menu-choice, checklist, radio-button-choice, editable-list)
22535         (group, documentation-string): Remove redundant (per 2003-10-25
22536         change) calls to `widget-children-value-delete'.
22537         (widget-choice-value-get, widget-choice-value-inline): Remove.
22538         (menu-choice): Update widget.
22540 2003-12-03  Kenichi Handa  <handa@m17n.org>
22542         * language/cyrillic.el: Register "microsoft-cp1251" in
22543         ctext-non-standard-encodings-alist.
22544         ("Bulgarian"): Add ctext-non-standard-encodings.
22545         ("Belarusian"): Likewise.
22547         * international/mule-conf.el (compound-text-with-extensions):
22548         Change the type to 2 (iso-2022 base).
22550         * international/mule.el (ctext-non-standard-encodings-alist):
22551         Change the format.
22552         (ctext-non-standard-encodings): New variable.
22553         (ctext-post-read-conversion): Fully re-written.
22554         (ctext-non-standard-designations-alist): Delete it.
22555         (ctext-non-standard-encodings-table): New function.
22556         (ctext-pre-write-conversion): Fully re-written.
22558 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
22560         * cus-edit.el (custom-add-parent-links): Add documentation links
22561         for parent, if the item has none of its own.
22563 2003-11-30  Richard M. Stallman  <rms@gnu.org>
22565         * dired-aux.el (dired-do-query-replace-regexp):
22566         Report files visited read-only.
22568 2003-11-30  Juri Linkov  <juri@jurta.org>
22570         * dired-aux.el (dired-compare-directories): New command.
22571         (dired-file-set-difference, dired-files-attributes): New functions.
22573 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
22574         Version 2.0.38 of Tramp released.
22576         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
22577         Charles Curley <charlescurley@charlescurley.com>.
22578         (tramp-multi-connection-function-alist): Add ssht entry which adds
22579         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
22580         Aichner.
22581         (tramp-get-method-parameter): New function to retrieve a method
22582         parameter.  This allows for omission of method parameters.
22583         Callers adjusted.
22585 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
22587         * net/tramp.el: Add new optional parameter ID-FORMAT to
22588         `file-attributes'.  Calls of `file-attributes' won't use this
22589         parameter for backward compatibility reasons.
22590         (tramp-perl-file-attributes): Add a new parameter to Perl script
22591         in order to handle uid/gid as strings, if desired.
22592         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
22593         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
22594         order to make the function more general.
22595         (tramp-handle-file-attributes): Replace proprietary optional
22596         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
22597         (tramp-handle-file-attributes-with-perl): Handle parameter
22598         NONNUMERIC if set.  This wasn't done in the past.
22599         (tramp-post-connection): Apply second parameter "$2" if
22600         `tramp-remote-perl' is called.
22602         * net/tramp-smb.el (tramp-smb-handle-delete-file):
22603         Correct cut'n'waste error (`filename' instead of `directory').
22604         (tramp-smb-handle-directory-files-and-attributes)
22605         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
22606         introduced parameter ID-FORMAT.
22607         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
22608         error (`directory' instead of `ldir').
22610         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
22611         `file-attributes' has a second parameter.  If yes, apply it with
22612         value "'integer".  Otherwise, don't use that parameter (default is
22613         integer format).
22615 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
22617         * help.el (help-map): Bind `display-local-help' to `C-h .'.
22618         (help-for-help): Add `C-h .' to the listed Help options.
22619         Remove trailing whitespace.
22621         * help-at-pt.el: New file.
22623 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
22625         * subr.el (noreturn, 1value): New macros for test coverage.
22626         See `testcover.el'.
22628         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
22629         `1value'.
22631         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22632         for macro `1value'.
22633         (testcover-1value): New function.  Checks that a 1value form
22634         actually returns only one value.  Requested by RMS.
22636 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
22638         * gdb-ui.el (gud-watch, gdb-var-create-handler)
22639         (gdb-var-list-children, gdb-var-list-children-handler)
22640         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
22641         gdb commands that use mi to keep them out of the command history.
22643 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22645         * cus-start.el (all): Add use-file-dialog.
22647 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22649         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
22651 2003-11-27  Kim F. Storm  <storm@cua.dk>
22653         * subr.el (posn-object-x-y): New defun.
22655 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22657         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
22658         Don't use `space' for \\\n.
22659         Be more selective as to which # are comment-starters.
22661 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
22663         * subr.el (number-sequence): Improve handling of floating point
22664         arguments (suggested by Kim Storm).  Allow negative arguments.
22666 2003-11-26  Kenichi Handa  <handa@m17n.org>
22668         * international/mule-cmds.el (standard-display-european-internal):
22669         Cancel the standard-display-table setting for ` and '.
22671 2003-11-26  Kim F. Storm  <storm@cua.dk>
22673         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
22674         New defcustoms to add ffap-like functionality to ido.
22675         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
22676         (ido-no-final-slash): New defun.
22677         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
22678         (ido-read-file-name): ): Toggle VC checking via
22679         vc-handled-backends instead of vc-master-templates.
22680         (ido-file-internal): Handle ido-use-url-at-point and
22681         ido-use-filename-at-point via code borrowed from ffap-guesser.
22682         Handle new ido-exit code ffap.
22683         (ido-sort-list): Ignore final slash when sorting file names.
22685 2003-11-25  Kim F. Storm  <storm@cua.dk>
22687         * emulation/cua-base.el (cua--standard-movement-commands):
22688         Add forward-sentence and backward-sentence.
22690 2003-11-25  Stephen Eglen  <stephen@gnu.org>
22692         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
22693         iswitchb-exit is set to 'usefirst when user selects buffer at head
22694         of list using RET.  (Selecting buffers at the head of the list was
22695         broken if the substring was also a complete buffername.)
22697 2003-11-23  Kim F. Storm  <storm@cua.dk>
22699         * progmodes/compile.el (grep-command, grep-use-null-device)
22700         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
22701         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
22702         (grep-regexp-alist, grep-program, find-program)
22703         (grep-find-use-xargs, grep-history, grep-find-history)
22704         (grep-process-setup, grep-compute-defaults)
22705         (grep-default-command, grep, grep-tag-default, grep-find)
22706         (grep-expand-command-macros, grep-tree-last-regexp)
22707         (grep-tree-last-files, grep-tree): Move grep variables, functions
22708         and commands to new file grep.el.
22709         (compilation-mode-map): Remove grep commands from Compile sub-menu.
22710         (compilation-process-setup-function): Doc fix.
22711         (compilation-highlight-regexp, compilation-highlight-overlay): New
22712         defvars used for highlighting current compile error in source buffer.
22713         (compile-internal): New optional args HIGHLIGHT-REGEXP and
22714         LOCAL-MAP which overrides compilation-highlight-regexp and
22715         compilation-mode-map for this compilation.
22716         Delay calling compilation-set-window-height until after running
22717         compilation-process-setup-function so it can buffer-local override
22718         compilation-window-height.
22719         Check buffer-local value of compilation-scroll-output.
22720         (compilation-set-window-height): Use buffer-local value of
22721         compilation-window-height.
22722         (compilation-revert-buffer): Don't pass (undefined)
22723         preserve-modes arg to revert-buffer.
22724         (next-error-no-select, previous-error-no-select): New commands.
22725         (compilation-goto-locus): Temporarily highlight current match in
22726         source buffer using compilation-highlight-regexp.
22728         * progmodes/grep.el: New file with grep code from compile.el.
22729         (grep): New defcustom group.
22730         (grep-window-height): New defcustom, like compilation-window-height.
22731         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
22732         (grep-scroll-output): New defcustom, like compilation-scroll-output.
22733         (grep-command, grep-use-null-device, grep-find-command)
22734         (grep-tree-files-aliases, grep-tree-ignore-case)
22735         (grep-tree-ignore-CVS-directories): Move to grep custom group.
22736         (grep-setup-hook): New hook variable.
22737         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
22738         (grep-last-buffer): New defvar, override compilation-last-buffer.
22739         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
22740         Call compile-internal with args highlight-regexp and grep-mode-map.
22742 2003-11-23  Kim F. Storm  <storm@cua.dk>
22744         * subr.el (event-start, event-end): Doc fix.
22745         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
22746         (posn-area, posn-actual-col-row, posn-object): New defuns.
22747         (posn-col-row): Simplify doc.  Rewrite to use cond.
22748         (posn-point): Also return buffer position for events outside text
22749         area (that info is now present in the event position).
22751         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
22752         mouse-set-point so that hscroll still works now that clicks on
22753         fringes generate specific mouse events.
22754         (mouse-set-point): Note that it now works in fringes and margins
22755         too due to new semantics of posn-point in fringes and margins.
22757         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
22758         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
22760 2003-11-20  Kim F. Storm  <storm@cua.dk>
22762         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
22763         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
22764         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
22765         to 100 for icons to avoid increasing line height when shown.
22767 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22769         * newcomment.el (comment-normalize-vars): Initialize properly if
22770         comment-start was nil.
22772 2003-11-19  Andreas Schwab  <schwab@suse.de>
22774         * simple.el (set-variable): Fix indentation.
22776 2003-11-17  Kenichi Handa  <handa@m17n.org>
22778         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
22779         Fix docstring.
22781 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22783         * international/latin1-disp.el (latin1-display): Fix docstring.
22785 2003-11-16  John Wiegley  <johnw@newartisans.com>
22787         * eshell/em-ls.el (eshell-ls-file): There are times with
22788         size-width is nil and uncomputed (when directories are created in
22789         dired, for example); in this case, 4 is reasonable default value,
22790         although it may caused skewed new entries (which could be avoided
22791         by returning the original value of 8 in all cases, but 99% of the
22792         time this is a waste of whitespace).
22794 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
22796         * cc-engine.el (c-guess-continued-construct)
22797         (c-guess-basic-syntax): Check a little more carefully if it's a
22798         function declaration when an unknown construct followed by a block
22799         is found inside a statement context.  This avoids macros followed
22800         by blocks to be taken as function declarations.
22802         (c-guess-continued-construct): Change the analysis of a statement
22803         continuation with a brace open to `substatement-block', for
22804         consistency with recognized statements.
22806         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
22807         start is in a position so that `c-beginning-of-statement-1' jumped
22808         to the beginning of the same statement.
22810         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
22811         Don't accept binary operators in the arglist if we're in a function
22812         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
22813         template recognition in cases like "if (a < b || c > d)".
22815         (c-restricted-<>-arglists): New more appropriate name for
22816         `c-disallow-comma-in-<>-arglists'.
22818         Accessing functions updated for the variable name change.
22820         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
22821         match data could get clobbered if NOT-INSIDE-TOKEN is used.
22823         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
22824         labels.
22826         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
22827         instead of duplicating parts of it.  This fixes bogus label
22828         recognition.
22830         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
22831         of checking the context in which to apply the minimum indentation,
22832         so that it isn't enforced in e.g. namespace blocks.
22834         * cc-vars.el (c-inside-block-syms): New constant used by
22835         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
22836         to somewhat reduce the risk of becoming stale.
22838         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
22839         cc-cmds to cc-engine to allow use from cc-align.
22841         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
22842         qualified identifiers containing "::".
22844         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
22845         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
22847         * cc-vars.el (c-emacs-features): Use a space in front of the name
22848         of the temporary buffer.  That also avoids dumping problems in
22849         XEmacs due to undo info being left around after the buffer is killed.
22851         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
22852         arglist to see if it's a K&R style declaration.
22854         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
22855         before returning `knr-argdecl-intro'.
22857 2003-11-16  John Wiegley  <johnw@newartisans.com>
22859         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
22860         field in a long-listing always 8 characters, use `size-width',
22861         which has already been computed.
22863 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
22865         * subr.el (minor-mode-list): Add `hs-minor-mode'.
22867 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
22869         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
22870         Support operation while narrowed, with `diff-restrict-view'.
22872 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
22874         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22875         Take additional optional arg NARROWFUN.  For the generated functions:
22876         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
22877         include frags that arrange to check for and save narrowing state before
22878         the move and then conditionally call NARROWFUN after the move.
22880 2003-11-14  John Wiegley  <johnw@newartisans.com>
22882         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
22883         that was optional, but obviously missing based on surrounding code.
22885         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
22886         string arguments to numbers unless the whole argument was seen as
22887         a number.
22889 2003-11-14  Kenichi Handa  <handa@m17n.org>
22891         * international/mule.el (ctext-non-standard-encodings-alist):
22892         Fix coding systems.
22894 2003-11-10  Kenichi Handa  <handa@m17n.org>
22896         * language/kannada.el ("Kannada"): Add sample-text.
22898         * language/knd-util.el (kannada-compose-region)
22899         (kannada-compose-string, kannada-post-read-conversion):
22900         Add autoload cookie.
22902         * international/quail.el (quail-completion): Change the message
22903         "corresponding translations" to "corresponding characters".
22905 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
22907         * descr-text.el (describe-char): Fix typo.
22909 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
22911         These changes are to support Kannada language/script.
22913         * Makefile.in (DONTCOMPILE): Add kannada.el.
22915         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
22917         * loadup.el: Preload kannada.el.
22919         * language/ind-util.el (ucs-kannada-to-is13194-alist)
22920         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
22921         New variables.
22923         * language/kannada.el: New file.
22925         * language/knd-util.el: New file.
22927 2003-11-07  Andreas Schwab  <schwab@suse.de>
22929         * progmodes/autoconf.el (autoconf-font-lock-keywords):
22930         Also highlight AH_*.
22932         * xml.el (xml-parse-dtd): Fix misplaced paren.
22934 2003-11-07  Kenichi Handa  <handa@m17n.org>
22936         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
22938 2003-11-05  Juri Linkov  <juri@jurta.org>
22940         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
22941         (desktop-buffer-file): Use saved buffer-file-coding-system
22942         for file reading.  Set auto-insert to nil to prevent automatic
22943         insertion into restored empty files.
22945 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
22947         * files.el (risky-local-variable-p): Make second argument optional.
22949 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22951         * subr.el (add-hook): Fix last change.
22953 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
22955         * mail/rmail.el (rmail-convert-to-babyl-format):
22956         If base64-decode-region signals an error, catch it and silently
22957         ignore it.
22959 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
22961         * xml.el (xml-parse-region): Allow comments to appear after the
22962         topmost element has closed.
22963         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
22964         (xml-ns-expand-attr): New functions to do namespace handling.
22965         (xml-intern-attrlist): Back-compatible handling of attribute names.
22966         (xml-parse-tag): Move namespace handling to separate functions.
22967         Now produces elements in the form ((:ns . "element") (attr-list)
22968         children) instead of ('ns:element (attr-list) children).
22969         (xml-parse-attlist): Fix attribute parsing.
22970         (xml-parse-dtd): Change parsing so that it produces strings
22971         instead of interned symbols.
22973 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
22975         * dired.el (dired-ls-sorting-switches): Doc fix.
22977 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
22979         * emacs-lisp/rx.el (rx-or): Fix the case of
22980         "(rx (and ?a (or ?b ?c) ?d))".
22982 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
22984         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
22985         (texinfo-format-region): Use it.
22986         (texinfo-format-buffer-1): Ditto.
22988 2003-11-01  Alan Mackenzie  <acm@muc.de>
22990         Changes to allow scrolling whilst in isearch mode:
22991         * isearch.el (isearch-unread-key-sequence): New function,
22992         extracted from isearch-other-meta-char.
22993         (top level): (put 'foo 'isearch-scroll) on all Emacs's
22994         "scrollable" standard functions.
22995         (isearch-allow-scroll): New customizable variable.
22996         (isearch-string-out-of-window, isearch-back-into-window)
22997         (isearch-reread-key-sequence-naturally)
22998         (isearch-lookup-scroll-key): New functions.
22999         (isearch-other-meta-char): Doc string and functionality enhanced.
23000         Now accepts a prefix argument.
23001         (isearch-lazy-highlight-window-end): New variable.
23002         (isearch-lazy-highlight-new-loop): Pay attention to the window's
23003         end (thru isearch-lazy-highlight-window-end), not only its start.
23005         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
23006         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
23007         (universal-argument, universal-argument-more, negative-argument)
23008         (digit-argument, universal-argument-other-key): Minor changes.
23010 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
23012         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
23013         recursively if the last message is deleted, thus avoiding an
23014         infinite loop.
23016 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23018         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
23019         (tex-main-file): Don't add .tex if the extension is already present.
23020         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
23022 2003-10-29  Lute Kamstra  <lute@gnu.org>
23024         * progmodes/octave-inf.el (inferior-octave-prompt):
23025         Recognize version number in prompt.
23027 2003-10-28  Dave Love  <fx@gnu.org>
23029         * international/characters.el: Fix some Unicode ranges.
23031 2003-10-28  Kenichi Handa  <handa@m17n.org>
23033         * disp-table.el (standard-display-8bit)
23034         (standard-display-default, standard-display-ascii)
23035         (standard-display-g1, standard-display-graphic)
23036         (standard-display-underline): Assure that standard-display-table
23037         is a display table.
23039 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23041         * simple.el (reindent-then-newline-and-indent): Delete space *after*
23042         reindenting the first line.
23044 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
23046         * wid-edit.el (widget-default-delete): Always delete child widgets.
23048 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23050         * newcomment.el (comment-indent): Don't call indent-according-to-mode
23051         if the line has code.
23052         Don't try to line up with something that's too far left.
23054         * progmodes/octave-mod.el (octave-comment-start): Simplify.
23055         (octave-mode-syntax-table): Add % as a comment starter.
23056         (octave-point): Remove.
23057         (octave-in-comment-p, octave-in-string-p)
23058         (octave-not-in-string-or-comment-p, calculate-octave-indent)
23059         (octave-blink-matching-block-open, octave-auto-fill):
23060         Use line-(beginning|end)-position instead.
23062 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
23064         * emacs-lisp/authors.el (authors-aliases): Add correct realname
23065         for Francesco Potort\e,Al\e(B.
23067 2003-10-23  Dave Love  <fx@gnu.org>
23069         * international/mule-cmds.el (locale-charset-to-coding-system):
23070         Don't rely on nil being a coding system.
23072         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
23073         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
23074         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
23076 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
23078         * gdb-ui.el (gdb-current-language): New variable.
23079         (gdb-update-flag): Remove variable.
23080         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
23081         (gdb-take-last-elt): Remove function.
23082         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
23083         (gdb-post-prompt): Check for variable object changes here.
23085         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
23086         object changes in gdb-ui.el.
23088 2003-10-21  Richard M. Stallman  <rms@gnu.org>
23090         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
23092         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
23093         Don't check for foo*/ wildcard form here.
23094         (insert-directory): Recognize foo*/ as a wildcard.
23095         Separate wildcard-regexp variable from the arg, wildcard.
23097         * subr.el (add-hook): Correctly detect when make-local-hook was used.
23098         (remove-hook): Correctly handle strange cases about local hooks.
23100 2003-10-21  David Ponce  <david@dponce.com>
23102         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
23103         argument REAL, to return a real number instead of a rounded
23104         integer value.  Define as inline function.
23105         (ruler-mode-right-fringe-cols): Likewise.
23106         (ruler-mode-scroll-bar-cols): New function.
23107         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
23108         (ruler-mode-right-scroll-bar-cols): Likewise.
23109         (ruler-mode-space): New function.
23110         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
23111         scroll bar mode and margins in a more robust way.
23113 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
23115         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
23116         (antlr-c-init-language-vars): New function.
23117         (antlr-mode): Use it with cc-mode before v5.29.
23118         (antlr-c-common-init): Don't set some local vars here.
23119         (antlr-mode): Set them here.
23120         (antlr-c-forward-sws): New function alias.
23121         (antlr-mode): Redefine with cc-mode before v5.30.
23122         (antlr-skip-sexps): Use it.
23123         (antlr-skip-exception-part): Ditto.
23124         (antlr-skip-file-prelude): Ditto.
23125         (antlr-outside-rule-p): Ditto.
23126         (antlr-end-of-body): Ditto.
23127         (antlr-option-kind): Ditto.
23128         (antlr-insert-option-area): Ditto.
23129         (antlr-file-dependencies): Ditto.
23131 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23133         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
23134         Move backward only if point was not inside an entry.
23136 2003-10-21  Richard M. Stallman  <rms@gnu.org>
23138         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
23140 2003-10-21  Juri Linkov  <juri@jurta.org>
23142         * compare-w.el: Automatically skip non-matching text to resync.
23143         (compare-windows-whitespace): Doc fix.
23144         (compare-windows-sync, compare-windows-sync-string-size)
23145         (compare-windows-recenter, compare-ignore-whitespace)
23146         (compare-windows-highlight, compare-windows-face): New variables.
23147         (compare-windows): Use compare-windows-sync.
23148         (compare-windows-highlight, compare-windows-dehighlight)
23149         (compare-windows-sync-regexp)
23150         (compare-windows-sync-default-function): New functions.
23152 2003-10-21  Juri Linkov  <juri@jurta.org>
23154         * diff.el (diff-parse-differences): Don't visit the files now;
23155         instead, just record the error locus.
23157 2003-10-21  Dave Love  <fx@gnu.org>
23159         * progmodes/cfengine.el: New file.
23161 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23163         * complete.el (PC-do-completion): Do not forget to use `pred' as the
23164         default-directory when completing file names.
23166 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
23168         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
23169         followed by the word `face', it gets treated as a face, even if
23170         it is also defined as a variable or a function.
23172 2003-10-20  Dave Love  <fx@gnu.org>
23174         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23175         Avoid incf in macro expansion.
23177 2003-10-20  John Paul Wallington  <jpw@gnu.org>
23179         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
23180         `evenp' so we don't implicitly require cl library at runtime.
23182 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
23184         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
23185         (help-make-xrefs): Only make cross-references for faces if
23186         preceded or followed by the word `face'.  Do not make a
23187         cross-reference for variables without variable documentation,
23188         unless preceded by the word `variable' or `option'.  Update doc
23189         string accordingly.
23191 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
23193         * progmodes/hideshow.el: Rewrite one-armed `if'
23194         constructs using either `when' or `unless'.
23195         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
23197 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
23199         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
23200         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
23201         instead of 12x12.
23203 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
23205         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
23206         message while converting to Babyl.
23208 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
23210         * allout.el (allout-mode): Doc fix.
23212 2003-10-16  Lute Kamstra  <lute@gnu.org>
23214         * subr.el (force-mode-line-update): Fix docstring.
23216 2003-10-14  Dave Love  <fx@gnu.org>
23218         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
23219         (default-input-method): Add :link, improve :type.
23220         (locale-charset-language-names): Fix utf-8 pattern.
23221         (locale-charset-match-p, locale-charset-alist)
23222         (locale-charset-to-coding-system): New.
23223         (set-locale-environment): Deal with codeset part of locale specs.
23225 2003-10-14  Lute Kamstra  <lute@gnu.org>
23227         * fringe.el (fringe-mode): Use active voice in docstring.
23228         (set-fringe-style): Ditto.
23230 2003-10-13  Lute Kamstra  <lute@gnu.org>
23232         * fringe.el (fringe-mode): Fix docstring.
23233         (set-fringe-style): Ditto.
23235 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
23237         * ediff-mult.el (ediff-filegroup-action):
23238         Use ediff-default-filtering-regexp.
23240         * ediff-util.el (ediff-recenter): Don't call
23241         ediff-restore-highlighting twice.
23242         (ediff-select-difference): Set current difference.
23243         (ediff-unselect-and-select-difference): Add comment.
23245         * ediff.el (ediff-directories,ediff-directory-revisions)
23246         (ediff-directories3,ediff-merge-directories)
23247         (ediff-merge-directories-with-ancestor)
23248         (ediff-merge-directory-revisions)
23249         (ediff-merge-directory-revisions-with-ancestor):
23250         Use ediff-default-filtering-regexp.
23252 2003-10-12  Andreas Schwab  <schwab@suse.de>
23254         * international/mule-cmds.el (locale-charset-language-names):
23255         Simplify regex by removing unused grouping.
23257 2003-10-10  Dave Love  <fx@gnu.org>
23259         * bindings.el: Don't bind stop.
23261 2003-10-08  Miles Bader  <miles@gnu.org>
23263         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
23264         face instead of attempting to emulate it.
23266 2003-10-07  Kenichi Handa  <handa@m17n.org>
23268         * international/mule-diag.el (list-coding-systems-1): List coding
23269         systems that are loaded automatically.
23271         * international/code-pages.el (iso-8859-11): Add autoload cookie.
23273         * international/mule.el (autoload-coding-system): New function.
23275 2003-10-07  Andreas Schwab  <schwab@suse.de>
23277         * log-edit.el (log-edit-changelog-entries): Prefer local value of
23278         change-log-default-name in the buffer visiting the file.
23280 2003-10-06  Dave Love  <fx@gnu.org>
23282         * files.el (find-file-hook): Customize.
23283         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
23285         * bindings.el (completion-ignored-extensions): Remove .log.
23286         (global-map): Add again, open, stop keys.
23288 2003-10-05  Richard M. Stallman  <rms@gnu.org>
23290         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
23291         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
23292         Use sh-modify directly.
23293         (sh-select): Use sh-append, not eval.
23295         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
23297         * info.el (Info-following-node-name): New function.
23299         * loadhist.el (unload-feature-special-hooks):
23300         Rename from loadhist-hook-functions.
23301         (loadhist-hook-functions): Now an alias.
23303 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
23305         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
23306         file-name clashes on 8+3 filesystems.
23308         * Makefile.in (DONTCOMPILE, bootstrap-clean):
23309         Rename loaddefs-boot.el to ldefs-boot.el
23311         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
23312         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
23314 2003-10-03  Lute Kamstra  <lute@gnu.org>
23316         * info.el (Info-mode): Revert previous change.
23317         (Info-escape-percent): New function.
23318         (Info-fontify-node): Use it.
23320 2003-10-02  Andreas Schwab  <schwab@suse.de>
23322         * loaddefs-boot.el: Regenerated.
23324 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
23326         * ffap.el: Remove defadvice related code from CVS since `complete'
23327         provides a `PC-completion-as-file-name-predicate' variable that
23328         ffap can override.
23330 2003-10-02  Kenichi Handa  <handa@m17n.org>
23332         * international/utf-8.el (ccl-decode-mule-utf-8):
23333         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
23335         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
23336         * international/subst-big5.el: Likewise.
23337         * international/subst-gb2312.el: Likewise.
23338         * international/subst-ksc.el: Likewise.
23340 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
23342         * calendar/calendar.el (increment-calendar-month)
23343         (calendar-leap-year-p, calendar-absolute-from-gregorian)
23344         (generate-calendar, calendar-read-date, calendar-interval)
23345         (calendar-day-of-week): Handle years BC.
23346         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
23348 2003-10-01  Dave Love  <fx@gnu.org>
23350         * language/cyrillic.el (cp1251): Alias for windows-1251.
23352         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
23353         bootstrap.
23355 2003-10-01  Lute Kamstra  <lute@gnu.org>
23357         * files.el: Fix typo.
23358         * imenu.el (imenu--generic-function): Docstring fix.
23360 2003-09-30  Richard M. Stallman  <rms@gnu.org>
23362         * dired.el (dired-mode): Handle dired-directory as a list.
23364 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
23366         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
23368         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
23370         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
23371         Replace gud-display with gud-watch.
23372         (gud-speedbar-buttons): Add stuff for watching expressions
23373         in the speedbar when using M-x gdba.  Use dolist on old part
23374         of this function.
23376         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
23377         (gdb-update-flag): New variables.
23378         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
23379         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
23380         (gud-watch, gdb-var-create-handler) : New functions.
23381         (gdb-var-list-children, gdb-var-list-children-handler)
23382         (gdb-var-create-regexp, gdb-var-update-regexp)
23383         (gdb-var-list-children-regexp): New constants.
23384         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
23385         (gdb-annotation-rules): Reduce annotation set (level 3).
23386         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
23387         (gdb-post-prompt): Don't update GDB buffers every time speedbar
23388         updates.
23389         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
23390         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
23391         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
23392         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
23393         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
23394         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
23395         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
23396         (gud-display, gud-display1)
23397         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
23398         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
23399         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
23400         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
23401         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
23402         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
23403         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
23404         (gdb-display-display-buffer, gdb-toggle-display)
23405         (gdb-delete-display, gdb-expressions-popup-menu)
23406         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
23407         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
23408         to display buffer.
23410 2003-09-30  Richard M. Stallman  <rms@gnu.org>
23412         * progmodes/ada-mode.el (ada-mode): Don't use advice.
23413         Instead, set which-func-functions.
23415         * progmodes/which-func.el (which-func-modes): Add ada-mode.
23416         (which-func-functions): New variable.
23417         (which-function): Use that.
23419         * info.el (Info-mode): Double each `%' in header line.
23421         * emacs-lisp/lisp-mnt.el (lm-with-file):
23422         When FILE is nil, run BODY in current buffer.
23424         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
23426         * help.el (describe-mode): Start with a brief list of minor modes.
23427         Find them thru minor-mode-list so as to find them all.
23428         Show them in alphabetical order.
23430         * mail/sendmail.el (mail-aliases): Doc fix.
23432         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
23434 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
23436         * mail/rmailsum.el (rmail-make-summary-line-1):
23437         Change comma after last label to a space.
23438         (rmail-summary-font-lock-keywords): Adapt to that change.
23440 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
23442         * progmodes/scheme.el (scheme-mode-variables): When setting
23443         `font-lock-defaults', also specify that "#" should
23444         be interpreted with `word' syntax.
23445         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
23447 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
23449         * desktop.el: A lot of comments updated.
23450         (desktop-save-mode): Minor mode introduced.
23451         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
23452         (desktop-load-default): Function made obsolete.
23453         (desktop-locals-to-save): Variable made customizable.
23454         (desktop-read): Optional parameter `dirname' added.
23455         (desktop-change-dir, desktop-revert): Parameter `dirname' in
23456         `desktop-read' used.
23457         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
23459 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
23461         * whitespace.el (whitespace-clean-msg): Add user customizable message
23462         for displaying ``clean'' output.
23463         (whitespace-buffer): Use `whitespace-clean-msg'.
23464         (whitespace-global-mode): Fix typo.
23466 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
23468         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
23470 2003-09-29  Lute Kamstra  <lute@gnu.org>
23472         * bindings.el (mode-line-modes): Remove superfluous :propertize
23473         construct in initialization.
23474         (mode-line-position): Change cons cell into proper list in
23475         initialization.
23477 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
23479         * international/mule.el (decode-coding-inserted-region): Use car
23480         of the return value of find-operation-coding-system.
23482 2003-09-29  Kenichi Handa  <handa@m17n.org>
23484         * descr-text.el (describe-char): Fix previous change.
23486 2003-09-28  Kenichi Handa  <handa@m17n.org>
23488         * descr-text.el (describe-char-display): New function.
23489         (describe-char): Pay attention to display table on describing how
23490         a character is displayed.
23492         * international/mule-cmds.el (encoded-string-description):
23493         Prepend "0x" to each encoded byte.
23495 2003-09-28  Andreas Schwab  <schwab@suse.de>
23497         * find-file.el (ff-special-constructs): Add autoload cookie.
23499 2003-09-28  Kevin Ryde  <user42@zip.com.au>
23501         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
23502         makeinfo appends to duplicate index entries.
23504 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
23506         * dired-x.el (dired-clean-tex): Doc fix.
23508         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
23509         using a Chinese tutorial.
23511 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23513         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
23514         between "MAIL FROM:" and "RCPT TO:" and the following address.
23516 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23518         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
23520 2003-09-28  David Ponce  <david@dponce.com>
23522         * recentf.el (recentf-initialize-file-name-history): New defcustom.
23523         (recentf-load-list): When `recentf-initialize-file-name-history'
23524         is non-nil, initialize an empty `file-name-history' with the
23525         recent list.
23527 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
23529         * man.el (Man-default-man-entry): Remove the leading `*' from the
23530         word at point.
23532 2003-09-26  Lute Kamstra  <lute@gnu.org>
23534         * bindings.el (mode-line-position): Mention size indication in
23535         docstring.
23537 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
23539         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
23541         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
23542         because it's autoloaded now.
23544 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
23546         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
23547         (sh-font-lock-keywords, sh-feature): Fix previous change of
23548         sh-feature to avoid infloop with sh-font-lock-keywords.
23550 2003-09-25  Kim F. Storm  <storm@cua.dk>
23552         * frame.el (frame-current-scroll-bars): New defun.
23554         * window.el (window-current-scroll-bars): New defun.
23556 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23558         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
23559         cause errors when the state cache contains info on parts that have
23560         been narrowed out.
23562 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23564         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
23565         `c-setup-paragraph-variables' has to be used when this variable is
23566         changed; it doesn't work to reinitialize the mode since that
23567         typically clobbers the variable.
23569         * progmodes/cc-styles.el (c-setup-paragraph-variables):
23570         Make it interactive.
23572 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23574         * progmodes/cc-fonts.el (c-font-lock-declarations):
23575         Fix recognition of constructors and destructors for classes whose
23576         names are matched by `*-font-lock-extra-types'.
23578         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
23579         followed by an identifier in C++ then it's a type.
23581 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23583         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
23584         problem that primarily affected XEmacs.  Don't use faces to find
23585         unterminated strings since Emacs and XEmacs fontify strings
23586         differently - this function should now work better in XEmacs.
23588 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23590         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
23591         `expand-abbrev' workaround which caused braces to misbehave inside
23592         macros.
23594         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
23595         handling.  This bug could cause interactive font locking to bail out.
23597 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23599         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23600         Handle paren-style types in Pike.  Also fixed some cases of
23601         insufficient handling of unbalanced parens.
23603 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
23605         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
23606         common shell prompts that are not common filename or URL characters.
23607         (ffap-file-at-point): Use the new regexp to strip the prompts from
23608         the file names.  This is an issue mostly for user prompts that
23609         don't have a trailing space and find-file-at-point is invoked from
23610         within a shell inside Emacs.
23612 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
23614         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
23615         stamps numerically, rather than textually.
23617 2003-09-24  Kenichi Handa  <handa@m17n.org>
23619         * language/devan-util.el (devanagari-post-read-conversion):
23620         * language/mlm-util.el (malayalam-post-read-conversion):
23621         * language/tml-util.el (tamil-post-read-conversion):
23622         Add autoload cookie.
23624         * international/utf-8.el (utf-8-post-read-conversion):
23625         Call post-read-conversion functions for Devanagari, Malayalam,
23626         and Tamil.
23628 2003-09-23  Dave Love  <fx@gnu.org>
23630         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
23632 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
23634         * progmodes/gud.el (perldb): Add gud-until to list of commands.
23635         Update gud-remove.
23637 2003-09-22  Richard M. Stallman  <rms@gnu.org>
23639         * progmodes/sh-script.el (sh-mode-default-syntax-table):
23640         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
23641         (sh-mode-syntax-table-input): New variable.
23642         (sh-require-final-newline): Don't use eval.
23643         (sh-builtins, sh-leading-keywords, sh-other-keywords)
23644         (sh-variables, sh-font-lock-keywords): Don't use eval.
23645         (sh-set-shell): When setting require-final-newline,
23646         treat value = `require-final-newline' as don't change it.
23647         Set sh-mode-syntax-table locally based on
23648         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
23650         * progmodes/compile.el (compile-internal):
23651         Call compilation-set-window-height before setting window start.
23653 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
23655         * emacs-lisp/bytecomp.el (byte-compile-log-file):
23656         Clear out byte-compile-last-warned-form.
23658 2003-09-22  Richard M. Stallman  <rms@gnu.org>
23660         * woman.el (woman-file-name, woman-follow-word):
23661         If current-word returns nil, use "".
23663         * simple.el (eval-expression): Bind standard-output in to-buffer case.
23665 2003-09-22  Richard M. Stallman  <rms@gnu.org>
23667         * emacs-lisp/lisp-mnt.el (lm-with-file):
23668         Don't visit the file, just use insert-file-contents in temp buffer.
23670 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
23672         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
23673         Add surrounding \\( and \\) around the header, as in
23674         for lm-history-header 'Change Log\\|History'.
23676 2003-09-22  John Paul Wallington  <jpw@gnu.org>
23678         * progmodes/ld-script.el: Add Commentary section,
23679         minor cleanup of file header.
23680         (ld-script-font-lock-keywords): Doc fix.
23681         (toplevel): Provide `ld-script' feature.
23683 2003-09-21  Kim F. Storm  <storm@cua.dk>
23685         * scroll-bar.el (set-scroll-bar-mode): Initialize to
23686         new built-in variable default-frame-scroll-bars.
23687         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
23688         scroll-bar-mode; notably, use it instead of t when we toggle
23689         scroll-bars on.
23690         (toggle-scroll-bar): Use default-frame-scroll-bars.
23692 2003-09-19  Masatake YAMATO  <jet@gyve.org>
23694         * pcvs.el (cvs-do-removal): Change the prompt depending on
23695         `filter' value.
23697 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
23699         * startup.el (command-line-1): Stop startup-echo-area-message
23700         being hidden by "Loading image..." message.
23701         (use-fancy-splash-screens-p, display-splash-screen):
23702         Move display-graphic-p test from latter to former.
23704         * progmodes/sh-script.el (sh-font-lock-keywords):
23705         Highlight escaped EOLs differently from other backslash constructs.
23707 2003-09-19  Richard M. Stallman  <rms@gnu.org>
23709         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
23710         New functions.
23711         (edebug-enter, edebug-outside-excursion): Use them.
23713         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
23714         Fix the condition for whether to print "In WHERE".
23716 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
23718         * finder.el (finder-mode-hook): New variable.
23719         (finder-mode): Run hook finder-mode-hook
23721 2003-09-18  Masatake YAMATO  <jet@gyve.org>
23723         * progmodes/ebrowse.el: Fix broken magic autoload comments.
23725 2003-09-17  Mario Lang  <mlang@delysid.org>
23727         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
23728         "p %e" to actually print the value in the GUD buffer.
23730 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
23732         From David Ponce <david.ponce@wanadoo.fr>:
23733         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
23734         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
23735         from loaddefs-boot.el if necessary.
23737 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
23739         * progmodes/gud.el (gud-find-class): Make jdb work again since
23740         cc-mode changed the syntactic information.
23742 2003-09-15  David Ponce  <david@dponce.com>
23744         * recentf.el: (recentf-exclude): Accept predicates too.
23745         (recentf-file-readable-p): New function.
23746         (recentf-include-p): Handle predicates in recentf-exclude.
23747         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
23748         (recentf-cleanup): Likewise.
23749         (recentf-save-list): Use write-file to handle backup of
23750         recentf-save-file.
23752 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
23754         * loaddefs-boot.el: Renamed from `loaddefs.el'
23755         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
23756         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
23757         necessary.
23759 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
23761         * electric.el (Electric-pop-up-window): For the `one-window' case,
23762         no longer disconcertingly move point in the original buffer.
23764 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23766         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
23768 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
23770         * dired.el (dired-mode-map): Fix typo.
23772 2003-09-11  Richard M. Stallman  <rms@gnu.org>
23774         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
23776 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
23778         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
23779         the function is less noisy.  Now only `kill-buffer' can ask questions.
23781 2003-09-10  Mario Lang  <mlang@delysid.org>
23783         * battery.el: Update Commentary and Copyright.
23784         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
23785         appear due to wrong ordering of the expressions in `or'.
23787 2003-09-09  Lute Kamstra  <lute@gnu.org>
23789         * misc.el (upcase-char): Fix docstring.
23790         (zap-up-to-char): New command.
23792 2003-09-08  David Ponce  <david@dponce.com>
23794         Ensure that recentf correctly updates the menu bar.
23795         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
23796         (recentf-menu-bar): New function.
23797         (recentf-clear-data): Use it
23798         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
23799         of easy-menu-change.
23801 2003-09-08  Lute Kamstra  <lute@gnu.org>
23803         * simple.el (size-indication-mode): New.
23804         * bindings.el (mode-line-position): Add buffer size indicator.
23806 2003-09-04  Mario Lang  <mlang@delysid.org>
23808         * battery.el (battery-linux-proc-acpi): New function.
23809         (battery-status-function): Modify default value calculation to also
23810         check for availability of ACPI.
23811         (battery-echo-area-format): Ditto.
23812         (battery-mode-line-format): Ditto.
23814 2003-09-06  Dave Love  <fx@gnu.org>
23816         * ielm.el (ielm-mode-hook): Add :options.
23818         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
23819         (eldoc-print-current-symbol-info): Use it.
23821 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
23823         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
23824         being displayed in GUD buffer.
23825         (gdb-idle-input-queue): Remove var.  Use just one queue.
23826         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
23827         Remove functions.  Use just one queue.
23828         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
23829         (gdb-invalidate-assembler, gdb-get-current-frame):
23830         Modify functions.  Use just one queue.
23832 2003-09-04  Dave Love  <fx@gnu.org>
23834         * cus-start.el: Add blink-cursor-alist.
23836         * ruler-mode.el (ruler-mode-fill-column-char)
23837         (ruler-mode-current-column-char): Use char-displayable-p,
23838         not window-system.
23840         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
23842         * language/european.el (windows-1252): Move from code-pages.
23844         * language/cyrillic.el ("Windows-1251"): Delete.
23845         ("Bulgarian", "Belarusian"): Remove `features'.
23846         (windows-1251): Move from code-pages.
23848         * international/mule-diag.el (non-iso-charset-alist):
23849         Remove `codepage' stuff.
23850         (print-designation, list-coding-systems-1): Output fixes.
23852         * international/code-pages.el (cp-make-translation-table)
23853         (cp-valid-codes): Made defsubsts.
23854         (cp-fix-safe-chars): Delete.
23855         (mule-diag): Don't require.
23856         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
23857         (top-level): Check for defined coding system when defining
23858         cp... aliases.  Change w32-add-charset-info test to avoid warning.
23859         (non-iso-charset-alist): Defvar when compiling.
23860         (cp-make-coding-system): Doc fix.
23862 2003-09-02  Jason Rumney  <jasonr@gnu.org>
23864         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
23865         line-ends from CVS before doing conversion.
23867 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
23869         * calendar/diary-lib.el (diary-header-line-flag)
23870         (diary-header-line-format): New variables.
23871         (list-diary-entries): Use them to set header line in simple diary.
23873         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
23874         other than font-lock-string-face to highlight backslashes.
23876 2003-09-01  Jason Rumney  <jasonr@gnu.org>
23878         * international/titdic-cnv.el (tit-read-key-value): Include \r in
23879         regexp.
23881 2003-09-01  Dave Love  <fx@gnu.org>
23883         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
23885         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
23886         and :help; also line and column numbers labels.
23888         * international/mule-util.el (char-displayable-p): Move from
23889         latin1-disp, rename and autoload.
23891         * international/latin1-disp.el (latin1-char-displayable-p):
23892         Now obsolete alias.  Replace uses with char-displayable-p.
23893         (latin1-display-ucs-per-lynx): Fix last change.
23895         * international/mule-cmds.el (standard-display-european-internal):
23896         Don't use char code for Latin-1 NBSP.
23897         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
23898         U+2018, U+2019 for `'.
23899         (select-safe-coding-system): Message fix.
23901 2003-09-01  Kenichi Handa  <handa@m17n.org>
23903         * international/fontset.el (setup-default-fontset): For Thai
23904         font, specify "*" family.
23906 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
23908         * progmodes/compile.el (previous-error): Accept a prefix
23909         argument, similarly to next-error.
23911 2003-08-31  Masatake YAMATO  <jet@gyve.org>
23913         * pcvs.el (cvs-do-removal): Use = instead of eq to check
23914         the number of files.  Bind the number of files to a local
23915         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
23917 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
23919         * vc-hooks.el (vc-make-version-backup): Fix the change made on
23920         2003-07-26: msdos-long-file-names is a function, not a variable.
23922 2003-08-29  Richard M. Stallman  <rms@gnu.org>
23924         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
23925         Do nothing with mail-personal-alias-file if it is nil.
23927         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
23928         Do nothing if mail-personal-alias-file is nil.
23930         * term.el (term-exec-1): Bind coding-system-for-read.
23932         * dired.el (dired-mouse-find-file-other-window):
23933         Use dired-view-command-alist here, as in dired-view-file.
23934         (dired-view-command-alist): Use %s to substitute file name.
23935         Handle .ps_pages, .eps, .jpg, .gif, .png.
23937 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
23939         * info.el (Info-mode-map): Bind S-tab and <backtab> to
23940         `Info-prev-reference', instead of M-tab.
23942 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
23944         * simple.el (blink-matching-open): Work correctly on chars that
23945         are designated as parens through the syntax-table text property.
23947 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
23949         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
23950         line break position in the middle of a non-kinsoku (e.g. latin)
23951         word, making it skip until either a space or a character with
23952         category "|".
23953         (kinsoku-longer): Test for end of buffer.
23955 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
23957         * mail/rmail.el (rmail-convert-to-babyl-format):
23958         Detect quoted-printable- and base64-encoded messages and decode them
23959         automatically.  Set the message's encoding from the charset=
23960         header, if any.  Decode base64-encoded messages in Mail format as well.
23962 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
23964         * mail/smtpmail.el: Fix previous change.
23965         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
23966         calling smtpmail-via-smtp.
23967         (smtpmail-via-smtp): Add fall-back values for envelope-from.
23969 2003-08-26  John Paul Wallington  <jpw@gnu.org>
23971         * image.el (image-jpeg-p): Don't search beyond length of data.
23973 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23975         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
23976         misfeature in `expand-abbrev' which caused electric keywords like
23977         "else" to disappear if an open brace was typed directly afterwards.
23979 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23981         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
23982         mandatory in `define-widget'.
23984         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
23985         Don't align the operators "!=", "<=" and ">=" as assignment operators.
23987         (c-assignment-operators): New language constant that only contains
23988         the assignment operators.
23990         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
23992 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23994         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23995         Safeguard against unbalanced sexps.
23997 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
23999         * version.el (emacs-version): Check for gtk.  Include gtk version info.
24001 2003-08-25  John Paul Wallington  <jpw@gnu.org>
24003         * man.el (Man-default-man-entry): Don't whizz past the section
24004         number before looking for it.
24006 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
24008         * progmodes/gud.el (gud-display-line): Don't set window-point if
24009         source buffer is not visible.  (Only happens with M-x gdba.)
24011         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
24012         documentation.
24013         (gdb-source, gdb-source-info): Update to assembler unnecessary
24014         as its done after each GDB command anyway.
24015         (gdb-pre-prompt): Use with-current-buffer.
24016         (gdb-insert-field): Add help-echo text.
24017         (gdb-invalidate-assembler): Re-display of assembler now done in
24018         gdb-info-breakpoints-custom.
24019         (gdb-info-breakpoints-custom): Force re-display of assembler to
24020         happen *after* update of breakpoints buffer.
24021         (gdb-display-source-buffer): Don't choke if gdb-source-window
24022         isn't visible.
24023         (gdb-put-string, gdb-put-arrow): Remove free variables.
24025 2003-08-24  John Paul Wallington  <jpw@gnu.org>
24027         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
24029         * man.el (Man-default-man-entry): Strip text properties when
24030         snarfing parts of entry because `format' preserves properties.
24032 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
24034         * files.el (file-newest-backup): Use `expand-file-name'.
24036         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
24037         Allow the diary to pop up a new frame, if needed.
24039         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
24040         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
24041         (smtpmail-send-it): Make treatment of envelope-from consistent with
24042         sendmail.el.
24044         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
24045         (sh-leading-keywords): Add the bash `time' reserved word.
24046         (sh-variables): Add some bash variables.
24047         (sh-add-completer): Fix nil branch of case statement.
24049 2003-08-24  Masatake YAMATO  <jet@gyve.org>
24051         * progmodes/ld-script.el: New file.
24053 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
24055         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
24057 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
24059         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
24060         Better explain obsolescence, and what to use instead.
24062 2003-08-23  Masatake YAMATO  <jet@gyve.org>
24064         * pcvs.el (cvs-do-removal): Show the deleted file name
24065         on the prompt.
24067 2003-08-20  Dave Love  <fx@gnu.org>
24069         * international/mule.el (make-coding-system)
24070         (set-buffer-file-coding-system): Doc fix.
24072         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
24074         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
24076         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
24078         * international/utf-16.el: Add mime-text-unsuitable coding system
24079         properties.
24081         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
24083         * cus-edit.el: Add some :links.
24084         (bib): Remove.
24086         * textmodes/bib-mode.el (bib): Add :group external.
24088 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
24090         * wid-edit.el (widget-echo-help): Make it handle expressions that
24091         evaluate to strings.
24093 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
24095         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
24097         Simplify selection of SQL products to define highlighting and
24098         interactive mode.  Includes detailed instructions on adding
24099         support for new products.
24101         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
24102         product for use in highlighting and interactive mode.
24103         (sql-interactive-product): New variable.  SQL product for
24104         sql-interactive-mode.
24105         (sql-product-support): New variable.  Specifies product-specific
24106         parameters to drive highlighting and interactive mode.
24107         (sql-imenu-generic-expression): Add more object types.
24108         (sql-sqlite-options): Correct comment.
24109         (sql-ms-program): Use "osql" rather than "isql".
24110         (sql-prompt-regexp, sql-prompt-length): Update comment.
24111         (sql-mode-menu): Add "Start SQLi session" entry.
24112         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
24113         (sql-mode-abbrev-table): Add abbreviations.  Support of
24114         SYSTEM-FLAG on define-abbrev.  Support was removed with last
24115         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
24116         (sql-mode-font-lock-object-name): Add font-lock pattern for object
24117         names.
24118         (sql-mode-ansi-font-lock-keywords): Set as default value.
24119         (sql-mode-oracle-font-lock-keywords): Set as default value.
24120         Support Oracle 9i keywords.
24121         (sql-mode-postgres-font-lock-keywords): Set as default value.
24122         (sql-mode-linter-font-lock-keywords): Set as default value.
24123         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
24124         SQLServer 2000.
24125         (sql-mode-sybase-font-lock-keywords)
24126         (sql-mode-interbase-font-lock-keywords)
24127         (sql-mode-sqlite-font-lock-keywords)
24128         (sql-mode-strong-font-lock-keywords)
24129         (sql-mode-mysql-font-lock-keywords)
24130         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
24131         keywords.
24132         (sql-mode-font-lock-defaults): Update comment.
24133         (sql-product-feature): New function.  Returns feature associated
24134         with a product from `sql-product-support' alist.
24135         (sql-product-font-lock): New function.  Set font-lock support
24136         based on `sql-product'.
24137         (sql-add-product-keywords): New function.  Add font-lock rules to
24138         product-specific keyword variables.
24139         (sql-set-product): New function.  Set `sql-product' and apply
24140         appropriate font-lock highlighting.
24141         (sql-highlight-product): New function.  Set font-lock support
24142         based on a product.  Also set mode name to include product name.
24143         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
24144         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
24145         Use `sql-set-product'.
24146         (sql-highlight-ms-keywords)
24147         (sql-highlight-sybase-keywords)
24148         (sql-highlight-interbase-keywords)
24149         (sql-highlight-strong-keywords)
24150         (sql-highlight-mysql-keywords)
24151         (sql-highlight-sqlite-keywords)
24152         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
24153         (sql-get-login): Prompt in the same order as the tokens.
24154         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
24155         (sql-product-interactive): New function.  Common portions of
24156         product-specific interactive mode wrappers.
24157         (sql-interactive-mode): Rewritten to use product features.
24158         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
24159         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
24160         (sql-db2, sql-linter): Use `sql-product-interactive'.
24161         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
24162         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
24163         (sql-connect-ingres, sql-connect-postgres)
24164         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
24165         New functions.  Format command line parameters and invoke comint on
24166         the appropriate interpreter.  Code was in the corresponding
24167         `sql-xyz' function before.
24168         (sql-connect-ms): New function.  Support -E argument to use
24169         operating system credentials for authentication.
24171 2003-08-18  Kenichi Handa  <handa@m17n.org>
24173         * international/mule.el (encode-char): Fix for the ASCII case.
24175 2003-08-15  Kenichi Handa  <handa@m17n.org>
24177         * international/fontset.el (setup-default-fontset): Change "*" to
24178         nil in the specifications of font family.
24180 2003-08-18  Kim F. Storm  <storm@cua.dk>
24182         * kmacro.el (kmacro-keymap): Group related bindings in
24183         initialization for clarity.  Bind C-s to start macro.
24184         Remove C-r binding.
24185         (kmacro-initial-counter-value): New defvar to hold initial counter
24186         value in case we set the value before defining a macro.
24187         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
24188         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
24189         not defining or executing macro.  Doc fix.
24190         (kmacro-add-counter): Clear kmacro-initial-counter-value.
24191         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
24192         temporarily view older elements on the macro ring without cycling
24193         the ring.
24194         (kmacro-display): Doc fix.
24195         (kmacro-exec-ring-item): New helper function.
24196         (kmacro-call-ring-2nd): Use it.
24197         (kmacro-call-ring-2nd-repeat): Doc fix.
24198         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
24199         (kmacro-end-or-call-macro): Execute last viewed macro (using
24200         kmacro-exec-ring-item) from ring if this follows
24201         kmacro-view-macro.  This allows us to find a macro on the ring
24202         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
24203         the ring to bring it to the head of the ring.
24204         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
24205         Allow binding to reserved keys without specifying C-x C-k prefix.
24206         Ask for confirmation if entered key sequence is already bound to
24207         a non-macro command.
24208         (kmacro-view-macro): Repeating command will show older elements
24209         on the macro ring; C-k will execute the last viewed macro.
24210         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
24211         property from 'ring to 'head.
24213 2003-08-17  Alan Shutko  <ats@acm.org>
24215         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
24216         keeping December out of the alist.
24218 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
24220         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
24221         * calendar/calendar.el (calendar-mode-map): Bind it to key.
24222         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
24223         (calendar-flatten): New function.
24224         (calendar-mouse-view-other-diary-entries)
24225         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
24226         in the menu title and to show multi-line diary entries correctly
24227         in the menu.
24229 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
24231         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
24232         defcustom, because the default was recently changed.
24234 2003-08-16  Richard M. Stallman  <rms@gnu.org>
24236         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
24238         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
24239         New subroutine, broken out of eval-last-sexp-1.
24240         (eval-last-sexp-1): Use eval-last-sexp-print-value.
24242         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
24244         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
24246         * simple.el (eval-expression): Use eval-last-sexp-print-value.
24248 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
24250         * progmodes/compile.el (compilation-error-regexp-alist):
24251         Add Java ANt error detection as described in document
24252         http://ant.apache.org/faq.html
24254 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
24256         * simple.el (backward-word, forward-to-indentation)
24257         (backward-to-indentation): Argument changed to optional.
24258         (next-line, previous-line): Use `or' instead of `unless'.
24260 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24262         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
24263         instead of a constant.
24265 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
24267         * shell.el (shell): With prefix-arg, suggest a new buffer name.
24269 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
24271         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
24272         (vc-sccs-workfile-version): Search the entire delta table, rather
24273         than just the first entry, because that might be a deleted version.
24275 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
24277         * menu-bar.el (menu-bar-options-menu): Supply a body for the
24278         [save-place] binding in the Options menu.  Have it require
24279         'saveplace' and then toggle the variable manually, to avoid an
24280         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
24281         for the bug report.
24283 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
24285         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
24286         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
24287         (gdb-info-threads-custom): Add help-echo text.
24288         (gdb-display-back): Don't use purecopy.
24289         (gdb-info-breakpoints-custom, gdb-reset)
24290         (gdb-assembler-custom): Use display-images-p to test if breakpoint
24291         icons can be displayed.
24293 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
24295         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
24297 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
24299         * bookmark.el (bookmark-completing-read):
24300         Return a string, instead of a list of one string.
24301         Use a popup menu if activated from the mouse.
24302         (bookmark-edit-annotation): Remove unused vars.
24303         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
24304         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
24305         to bookmark-completing-read.
24306         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
24307         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
24308         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
24309         and erase-buffer.
24310         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
24311         (bookmark-menu-jump, bookmark-menu-insert)
24312         (bookmark-popup-menu-and-apply-function)
24313         (bookmark-menu-popup-paned-bookmark-menu): Remove.
24314         (bookmark-menu-build-paned-menu): Remove by folding it into
24315         bookmark-menu-popup-paned-menu.
24316         (menu-bar-bookmark-map): Move the define-key statements here.
24317         Use the "non-menu" commands since they now pop up a menu if needed.
24318         (bookmark-exit-hook-internal): Simplify.
24320 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
24322         * reftex-toc.el (reftex-toc-rename-label): New function.
24323         (reftex-toc-check-docstruct): New function.
24325         * reftex.el (reftex-region-active-p): New function.
24327         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
24328         regexp to find the \bibliography macro.
24330         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
24331         which does not exist in LaTeX.
24332         (reftex-cite-format-builtin): Added amsrefs support.
24333         (reftex-toc-confirm-promotion): New option
24335         * reftex-toc.el
24336         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
24337         (reftex-toc-demote, reftex-toc-promote)
24338         (reftex-toc-do-promote, reftex-toc-promote-prepare)
24339         (reftex-toc-promote-action, reftex-toc-extract-section-number)
24340         (reftex-toc-newhead-from-alist)
24341         (reftex-toc-load-all-files-for-promotion): New functions.
24342         (reftex-toc-help): Added description of new keys.
24343         (reftex-toc-split-windows-fraction): New option.
24344         (reftex-recenter-toc-when-idle): Search *toc* window on all
24345         visible frames.
24346         (reftex-toc): Additional parameter REUSE
24347         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
24348         with REUSE argument.
24349         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
24350         the call of `reftex-toc'.
24351         (reftex-make-separate-toc-frame): New function .
24352         (reftex-toc-recenter): When called with triple prefix arg, call
24353         `reftex-make-separate-toc-frame' first.
24354         (reftex-toc-toggle-dedicated-frame): New command.
24355         (reftex-toc-quit): Adapted to delete frame when called in
24356         dedicated frame.
24358         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
24359         all enclosing macros.
24362 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24364         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
24365         first use.
24367 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24369         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
24371 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
24373         * calendar/calendar.el (list-diary-entries-hook)
24374         (diary-display-hook, nongregorian-diary-listing-hook)
24375         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
24376         Add some customize options for these hooks.
24377         (calendar-abbrev-construct): Don't try to take a substring longer
24378         than the original string.
24380 2003-08-05  Richard M. Stallman  <rms@gnu.org>
24382         * emacs-lisp/testcover.el (noreturn): Report error if does return.
24383         (testcover-reinstrument-clauses): Doc fix.
24385         * emacs-lisp/warnings.el: Doc fixes, args renamed.
24386         (warning-type-format): Rename from warning-group-format.
24388         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
24389         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
24390         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
24391         to prevent warnings about defvar for an obsolete variable.
24393         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
24394         warning-group-format renamed to warning-type-format.
24396         * subr.el (read-passwd): Use clear-string instead of fillarray.
24398         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
24399         Use vconcat instead of concat.
24400         (edmacro-sanitize-for-string): New function.
24402 2003-08-05  Dave Love  <fx@gnu.org>
24404         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
24405         line-number-display-limit-width.
24407         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
24409 2003-08-05  Kenichi Handa  <handa@m17n.org>
24411         * international/code-pages.el: Don't require mule-diag.
24413         * international/mule-diag.el (non-iso-charset-alist):
24414         Add autoload cookie.
24416         * language/devan-util.el (dev-glyph-order): Add an entry for the
24417         glyph code #xC4.
24419 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
24421         * calendar/calendar.el (diary-file, diary-file-name-prefix)
24422         (european-calendar-style, diary-date-forms)
24423         (calendar-day-name-array, calendar-month-name-array): Doc change.
24424         (generate-calendar-month): Adapt for new behavior of
24425         `calendar-day-name' function.
24426         (calendar-abbrev-length, calendar-day-abbrev-array)
24427         (calendar-month-abbrev-array): New variables.
24428         (calendar-abbrev-construct): New function.
24429         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
24430         rather than fixing abbrevs at some width.  Calling syntax change.
24431         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
24432         (calendar-date-string): Adapt for new behaviors of
24433         `calendar-day-name' and `calendar-month-name' functions.
24435         * calendar/diary-lib.el (list-diary-entries): Adapt for new
24436         behavior of `calendar-day-name' and `calendar-month-name' functions.
24437         (diary-name-pattern): Use abbrev arrays, rather than fixing
24438         abbrevs at three chars.  Calling syntax change.
24439         (mark-diary-entries): Adapt for new behaviors of
24440         `diary-name-pattern' and `calendar-make-alist' functions.
24441         (fancy-diary-font-lock-keywords): Adapt for new behavior of
24442         `diary-name-pattern' function.
24443         (font-lock-diary-date-forms): Use abbrev arrays, rather than
24444         fixing abbrevs at three chars.  Calling syntax change.
24445         (cal-hebrew, cal-islam): Require when compiling.
24446         (diary-font-lock-keywords): Adapt for new behavior of
24447         `font-lock-diary-date-forms' function.
24449         * calendar/cal-hebrew.el: Reposition some code so defined before used.
24450         (calendar-hebrew-month-name-array-common-year)
24451         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
24452         (list-hebrew-diary-entries): Adapt for new behaviors of
24453         `calendar-day-name' and `add-to-diary-list' functions.
24454         (mark-hebrew-diary-entries): Adapt for new behaviors of
24455         `diary-name-pattern' and `calendar-make-alist' functions.
24457         * calendar/cal-islam.el (calendar-islamic-month-name-array):
24458         Add doc string.
24459         (list-islamic-diary-entries): Adapt for new behaviors of
24460         `calendar-day-name' and `add-to-diary-list' functions.
24461         (mark-islamic-diary-entries): Adapt for new behaviors of
24462         `diary-name-pattern' and `calendar-make-alist' functions.
24464         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
24465         `calendar-month-name' function.
24467         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
24469         * calendar/solar.el (solar-seasons-data): Move definition before use.
24471         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
24472         (cal-tex-LaTeX-hourbox): Move definition before use.
24474         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
24475         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
24476         * lunar.el, solar.el (displayed-month, displayed-year):
24477         Define for compiler.
24479 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
24481         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
24482         MODE.  Renamed from c-init-c-language-vars'.
24483         (c-initialize-cc-mode): Change accordingly.
24484         (c-common-init): Ditto.
24485         (c-mode): Ditto.
24486         (c++-mode): Use `c-init-language-vars-for'.
24487         (objc-mode): Ditto.
24488         (java-mode): Ditto.
24489         (idl-mode): Ditto.
24490         (pike-mode): Ditto.
24491         (awk-mode): Ditto.
24493 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
24495         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
24496         or not the point moved.
24498         (c-search-decl-header-end): Don't trip up on operator identifiers
24499         in C++ and operators like == in all languages.
24501         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
24502         Detect leading labels correctly.
24504 2003-08-02  Andreas Schwab  <schwab@suse.de>
24506         * textmodes/ispell.el: Don't redo key bindings on loading, put
24507         them only in loaddefs.el.
24508         * bookmark.el: Likewise.
24509         * dabbrev.el: Likewise.
24510         * emerge.el: Likewise.
24512         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
24513         has more than one member.
24515         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
24517 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24519         * lpr.el (printify-region): It was ending conversion before the
24520         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
24522 2003-07-31  John Paul Wallington  <jpw@gnu.org>
24524         * net/browse-url.el (browse-url-epiphany): Doc fix.
24526 2003-07-30  Kenichi Handa  <handa@m17n.org>
24528         * international/fontset.el (setup-default-fontset):
24529         Change registry names of Akurti fonts.
24531 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
24533         * comint.el (comint-read-noecho): Use `clear-string' instead of
24534         `fillarray'.
24536 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
24538         * outline.el (outline-mode-hook): Add defvar.
24540 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
24542         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
24543         Restore assembler in source window if that is what has been selected.
24544         (menu): Add gdb-restore-windows to menu.  Make gdba
24545         specific menus only visible from gdba.
24547 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
24549         * progmodes/compile.el (compilation-environment): New user variable.
24550         (compile-internal): Respect it.
24552 2003-07-23  Masatake YAMATO  <jet@gyve.org>
24554         * progmodes/gud.el (gdb-script-font-lock-keywords):
24555         Put `font-lock-function-name-face' on a symbol which includes
24556         `-' like `hook-run'.  Put font-lock-variable-name-face
24557         on a symbol starting with $.
24559 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
24561         * files.el (set-visited-file-name): Use truename for buffer-file-name.
24563 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
24565         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
24567 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
24569         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
24570         Use with-no-warnings.
24571         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
24572         rather than to find-file-not-found-hook, which doesn't exist.
24574 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
24576         * international/quail.el (quail-translate-key): Fix previous change.
24578 2003-07-25  John Paul Wallington  <jpw@gnu.org>
24580         * server.el (server-start): Check `server-process' is non-nil
24581         before killing it to avoid killing current buffer's process.
24583         * simple.el (choose-completion-string): Use `minibufferp';
24584         test `completion-reference-buffer' if `buffer' arg is nil.
24585         (push-mark): Use `when' and `unless'.
24586         (pop-mark): Use `when'.
24588         * mouse-sel.el (mouse-sel-get-selection-function):
24589         Check `x-last-selected-text-primary'.  Don't barf if it or
24590         `x-last-selected-text' aren't bound.
24592 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24594         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
24596 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
24598         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
24600 2003-07-23  John Paul Wallington  <jpw@gnu.org>
24602         * tooltip.el (defface tooltip): Inherit from variable-pitch.
24604 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
24606         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
24607         string.  Defvar the derived hook.
24609         * macros.el (insert-kbd-macro): Escape double quote character.
24610         From Thomas W Murphy <twm@andrew.cmu.edu>.
24612 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
24614         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
24615         to match the specific mark rather than reusing comment-start-skip.
24617 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
24619         * progmodes/hideshow.el (hs-special-modes-alist):
24620         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
24622 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
24624         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
24625         value using ?\s.
24627 2003-07-21  John Paul Wallington  <jpw@gnu.org>
24629         * subr.el (with-selected-window): Add closing paren.
24631 2003-07-21  Richard M. Stallman  <rms@gnu.org>
24633         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
24634         (lisp-mode): Likewise.
24636         * subr.el (with-selected-window): Copy code form save-selected-window
24637         so as to call select-window with norecord arg.
24638         (dynamic-completion-table): Doc fix.
24639         (lazy-completion-table): Doc fix.
24641         * international/mule-cmds.el (set-locale-environment):
24642         langinfo renamed to locale-info.
24644         * international/mule.el (auto-coding-functions): Doc fix.
24646 2003-07-21  Kenichi Handa  <handa@m17n.org>
24648         * international/quail.el (quail-translate-key):
24649         Update quail-current-str correctly.
24651 2003-07-21  Andreas Schwab  <schwab@suse.de>
24653         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
24654         ?, to "_".
24656 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
24657         Version 2.0.36 of Tramp released.
24659         * net/tramp.el (tramp-default-password-end-of-line): Rename from
24660         tramp-password-end-of-line.
24661         (tramp-password-end-of-line): New method parameter.
24662         (tramp-get-password-end-of-line): Function to access method
24663         parameter `tramp-password-end-of-line', or variable
24664         `tramp-default-password-end-of-line' (default value).
24665         (tramp-methods): Add entries for new parameter
24666         tramp-password-end-of-line.
24667         (tramp-enter-password): Use new function
24668         `tramp-get-password-end-of-line'.
24669         (tramp-handle-insert-file-contents): Do not
24670         unconditionally inhibit the file operation file-local-copy, only
24671         do that when the inhibit-file-name-operation is currently
24672         insert-file-contents.  This fixes finding remote CVS-controlled
24673         files.  (It would barf on inserting the CVS/Entries file
24674         literally, because the file-local-copy handler wasn't called.)
24675         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
24676         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
24677         (tramp-initial-commands): New variable.
24678         (tramp-process-initial-commands): New function, using the variable.
24679         (tramp-open-connection-setup-interactive-shell): Call the new function.
24680         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
24681         method into the buffer name, never use nil.  Reported by Hanak
24682         David <dhanak@inf.bme.hu>.
24683         (tramp-open-connection-setup-interactive-shell): Erase buffer
24684         before sending "stty -onlcr".
24686         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
24688 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
24690         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
24692 2003-07-19  John Paul Wallington  <jpw@gnu.org>
24694         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
24695         (artist-draw-rect, artist-draw-square): Doc fixes.
24697         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
24699         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
24701 2003-07-19  Kenichi Handa  <handa@m17n.org>
24703         * international/kkc.el (kkc-show-conversion-list-update):
24704         Highlight the correct candidate in the message.
24706 2003-07-18  John Paul Wallington  <jpw@gnu.org>
24708         * simple.el (current-word): Don't include punctuation char when
24709         `really-word' arg is non-nil.
24711 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
24713         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
24714         moved to the directory obsolete.
24716 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
24718         * info.el (Info-menu-entry-name-re): Allow newlines in
24719         menu entry names.
24721         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
24722         syntax-ppss-after-change-function.
24723         (syntax-ppss-after-change-function): New alias.  Update uses.
24724         (syntax-ppss): Catch the case where the buffer is narrowed.
24726 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
24728         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
24729         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
24731 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
24733         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
24734         since it might be modified.
24736         * progmodes/cc-langs.el (c++-make-template-syntax-table)
24737         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
24738         names to these language constants.
24740 2003-07-15  Kim F. Storm  <storm@cua.dk>
24742         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
24743         All uses changed.
24745 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
24747         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
24748         Namespace support.
24750 2003-07-13  Juanma Barranquero  <lektu@terra.es>
24752         * frame.el (modify-all-frames-parameters): Reinstall (copyright
24753         papers received).
24755 2003-07-13  Karl Eichwalder  <ke@suse.de>
24757         * textmodes/po.el (po-find-charset): White space at the start of the
24758         Content-Type field body is non-mandatory.
24760 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
24762         * textmodes/texinfo.el (texinfo-section-list):
24763         Append appendixsection; a synonym for appendixsec.
24765 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
24767         * man.el (Man-translate-cleanup): New.
24768         (Man-translate-references): Call `Man-translate-cleanup' to clean
24769         leading, trailing and middle spaces.
24771 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
24773         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
24774         Handle `dired-directory' being a list.
24776 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
24778         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
24779         it doesn't exist.
24781 2003-07-12  Richard M. Stallman  <rms@gnu.org>
24783         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
24785         * progmodes/cc-defs.el (c-make-keywords-re):
24786         Don't use delete-duplicates.
24787         (c-lang-const): Don't use mapcan.
24789         * apropos.el (apropos-show-scores): Make it customizable.
24790         Document new meaning.
24791         (apropos): Compute scores from symbols.
24792         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
24794 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24796         * ps-bdf.el: Fix copyright line.
24797         (bdf-directory-list): Fix initialization code.
24799 2003-07-11  John Paul Wallington  <jpw@gnu.org>
24801         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
24802         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
24803         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
24805 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
24807         * emacs-lisp/ring.el (ring-elements): Doc fix.
24809 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
24811         * calendar/timeclock.el (timeclock-relative)
24812         (timeclock-ask-before-exiting, timeclock-use-display-time):
24813         Doc changes.
24814         (timeclock-modeline-display): Give a message if
24815         `timeclock-use-display-time' is non-nil but `display-time-mode'
24816         is not active.
24818 2003-07-11  Kenichi Handa  <handa@m17n.org>
24820         * international/mule-cmds.el (set-language-environment):
24821         Set current-language-environment to the correct string.
24823 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24825         * ps-print.el: Print line number correctly in a region.  Reported by
24826         Tim Allen <timallen@ls83.fsnet.co.uk>.
24827         (ps-print-version): New version number (6.6.2).
24828         (ps-printing-region): Code fix.
24830 2003-07-10  John Paul Wallington  <jpw@gnu.org>
24832         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
24833         this function can be called from `add-completions-from-tags-table'.
24835 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
24837         * calendar/timeclock.el (timeclock-use-display-time)
24838         (timeclock-day-over-hook, timeclock-workday-remaining)
24839         (timeclock-status-string, timeclock-when-to-leave)
24840         (timeclock-when-to-leave-string, timeclock-log-data)
24841         (timeclock-find-discrep, timeclock-day-base)
24842         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
24843         (timeclock-modeline-display): Set the variable
24844         `timeclock-modeline-display'.
24845         (timeclock-update-modeline): Doc fix.  Respect value of
24846         `timeclock-relative'.
24848 2003-07-09  Richard M. Stallman  <rms@gnu.org>
24850         * textmodes/reftex-parse.el (reftex-all-document-files):
24851         Add autoload cookie.
24853         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
24854         (reftex-scanning-info-available-p): Add autoload cookie.
24856         * international/mule-cmds.el
24857         (set-display-table-and-terminal-coding-system): Delete duplicate
24858         aset on standard-display-table.
24860         * view.el (view-file): If existing buffer's major mode is special,
24861         don't go into view mode.
24863         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
24865 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
24867         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
24868         buffer changes; there's third party code that calls this function
24869         directly.
24871 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
24873         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
24874         (autodoc-font-lock-keywords): Don't byte compile on font lock
24875         initialization when running from byte compiled files.
24877 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
24879         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
24880         statement ends with auto-increment "++".
24882 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
24884         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24885         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24886         these are changed, so declare them as variables and not constants.
24888 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
24890         * subr.el (dolist, dotimes): Doc fix.
24892 2003-07-08  Kim F. Storm  <storm@cua.dk>
24894         * international/mule-cmds.el
24895         (set-display-table-and-terminal-coding-system): Don't break
24896         bootstrap if standard-display-table isn't setup yet.
24898 2003-07-07  Richard M. Stallman  <rms@gnu.org>
24900         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
24901         Give it a doc string, and autoload it.
24903         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
24904         Use with-no-warnings.
24906         * info.el (Info-search): If find invisible text, search again.
24908         * isearch.el (search-whitespace-regexp): Add a shy group around it.
24910         * man.el (Man-name-regexp): Match + as part of name.
24912         * simple.el (visible-mode): Rename from vis-mode.
24913         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
24915         * simple.el (current-word): New arg REALLY-WORD specifies
24916         don't include punctuation chars.
24918         * emacs-lisp/debug.el (debug, debugger-env-macro):
24919         Use with-no-warnings while accessing and binding unread-command-char.
24921         * international/mule-cmds.el
24922         (set-display-table-and-terminal-coding-system): Use explicit loop
24923         instead of calling standard-display-default.
24925         * net/ange-ftp.el (ange-ftp-file-symlink-p):
24926         Use condition-case to catch error in ange-ftp-get-files.
24928         * net/browse-url.el (browse-url-browser-function):
24929         Add alternative for Epiphany.
24930         (browse-url-epiphany-program, browse-url-epiphany-arguments)
24931         (browse-url-epiphany-startup-arguments)
24932         (browse-url-epiphany-new-window-is-tab): New variables.
24933         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
24935         * progmodes/compile.el (compile-auto-highlight): Default now t.
24936         (compile): Doc fix.
24937         (compilation-next-error): Fix previous change.
24939         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
24941         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
24943 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
24945         * gdb-ui.el (gdb-source-info): Display current frame when
24946         attaching to an existing process.
24947         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
24948         while laying out windows when attaching to an existing process.
24950 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
24952         * info.el (Info-menu): Use Info-menu-entry-name-re.
24954 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
24956         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
24957         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
24959         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
24960         to match the same text.
24962 2003-07-06  John Paul Wallington  <jpw@gnu.org>
24964         * vc.el (vc-annotate-offset): Move defvar up.
24966 2003-07-06  Kim F. Storm  <storm@cua.dk>
24968         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
24969         This should fix the infinite loop when extracting menu names.
24971 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
24973         * files.el (auto-mode-alist, interpreter-mode-alist):
24974         Remove entries to CC Mode modes to avoid duplicates; they are now added
24975         with autoload directives in cc-mode.el.
24977 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
24979         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24980         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24981         these are changed, so declare them as variables and not constants.
24983         * progmodes/cc-mode.el: Fix some autoload problems: Try to
24984         ensure that the entry for ".c" extension comes before the one for
24985         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
24986         Fix incorrect entries that were added to `interpreter-mode-alist'.
24987         Move the autoload directives for AWK to the top level since they
24988         aren't recognized anywhere else.  Do not use the new AWK mode doc
24989         in the autoload form for the old AWK mode.
24991 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24993         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
24994         (bibtex-sort-ignore-string-entries): Default value t.
24995         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
24996         erroneously in previous version.
24997         (bibtex-string-files): Docstring reflects new parsing scheme.
24998         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
24999         docstring, add # as one of the chars to crush
25000         (bibtex-autokey-prefix-string, bibtex-autokey-names)
25001         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
25002         (bibtex-autokey-name-change-strings)
25003         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
25004         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
25005         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
25006         (bibtex-autokey-title-terminators)
25007         (bibtex-autokey-titlewords-stretch)
25008         (bibtex-autokey-titleword-ignore)
25009         (bibtex-autokey-titleword-case-convert)
25010         (bibtex-autokey-titleword-abbrevs)
25011         (bibtex-autokey-titleword-abbrevs)
25012         (bibtex-autokey-titleword-change-strings)
25013         (bibtex-autokey-titleword-length)
25014         (bibtex-autokey-titleword-separator)
25015         (bibtex-autokey-name-year-separator)
25016         (bibtex-autokey-year-title-separator)
25017         (bibtex-autokey-before-presentation-function)
25018         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
25019         Fix docstring.
25020         (bibtex-strings, bibtex-reference-keys):
25021         Use lazy-completion-table and make-variable-buffer-local.
25022         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
25023         (bibtex-braced-string-syntax-table)
25024         (bibtex-quoted-string-syntax-table): New variables.
25025         (bibtex-parse-nested-braces): Remove.
25026         (bibtex-parse-field-string): Use syntax table and forward-sexp.
25027         (bibtex-parse-association): Simplify.
25028         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
25029         (bibtex-parse-field-text): Simplify.
25030         (bibtex-search-forward-field, bibtex-search-backward-field):
25031         argument BOUND can take value t.
25032         (bibtex-start-of-field, bibtex-start-of-name-in-field)
25033         (bibtex-end-of-name-in-field, bibtex-end-of-field)
25034         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25035         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
25036         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
25037         (bibtex-skip-to-valid-entry): Return buffer position of beginning
25038         and ending of entry.  Update for changes of bibtex-search-entry.
25039         Simplify.
25040         (bibtex-map-entries): FUN is called with three arguments.
25041         (bibtex-search-entry): Return a cons pair with buffer positions of
25042         beginning and end of entry.
25043         (bibtex-enclosing-field): Simplify.
25044         (bibtex-format-entry): Use booktitle to set a missing title.
25045         (bibtex-autokey-get-names): Fiddle with regexps.
25046         (bibtex-generate-autokey): Use identity.
25047         (bibtex-parse-keys): Use simplified parsing algorithm if
25048         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
25049         arguments.  Return alist of keys.
25050         (bibtex-parse-strings): Simplify.  Return alist of strings.
25051         (bibtex-complete-string-cleanup): Fix docstring.
25052         (bibtex-read-key): New function.
25053         (bibtex-mode): Fix docstring.  Do not parse for keys and
25054         strings when the mode is entered.  Set fill-paragraph-function to
25055         bibtex-fill-field.  Setup font-lock-mark-block-function the way
25056         font-lock intended.
25057         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
25058         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
25059         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
25060         (bibtex-Preamble): Avoid hard coded constants.
25061         (bibtex-make-field): Fix docstring.  Simplify.
25062         (bibtex-beginning-of-entry): Always return new position of point.
25063         (bibtex-end-of-entry): Rearrange cond clauses.
25064         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
25065         Update for changes of bibtex-map-entries.
25066         (bibtex-ispell-abstract): Do not move point.
25067         (bibtex-entry-index): Use downcase.  Simplify.
25068         (bibtex-lessp): Handle catch-all.
25069         (bibtex-find-crossref): Turn into a command.
25070         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
25071         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
25072         preamble entries.
25073         (bibtex-fill-field-bounds): New function.
25074         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
25075         (bibtex-fill-entry): Use bibtex-fill-field-bounds
25076         (bibtex-String): Use bibtex-strings.  Always obey
25077         bibtex-sort-ignore-string-entries.
25079 2003-07-05  John Paul Wallington  <jpw@gnu.org>
25081         * cus-theme.el (customize-create-theme):
25082         Call `customize-create-theme' in Reset widget's notify function.
25084         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
25085         (ibuffer-mark-interactive): Use `or' instead of `unless'.
25086         (define-ibuffer-column name): Add summarizer.
25087         (define-ibuffer-column size): Likewise.
25088         (define-ibuffer-column filename): Likewise.
25089         (define-ibuffer-column process): Likewise.  Change BODY's output too.
25090         (define-ibuffer-column filename-and-process): Likewise, likewise.
25091         (ibuffer): Remove local vars `already-in' and `need-update'.
25093         * ibuf-ext.el: Don't require `derived' at compile-time.
25095 2003-07-05  Kim F. Storm  <storm@cua.dk>
25097         * info.el: Disable paragraph refilling.
25098         (Info-refill-paragraphs): New defcustom.
25099         (Info-fontify-node): Use it.
25101 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
25103         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
25104         thingies from constructors created by defstruct.
25106         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
25107         the default value of the variable.
25108         (byte-code-meter): Move declaration to top level.
25110         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
25112         * info.el (Info-following-node-name-re): New fun.
25113         (Info-following-node-name): Remove.
25114         (Info-insert-dir): Use the new fun.
25115         (Info-extract-pointer): Don't save restriction; use new fun.
25116         (Info-menu-entry-name-re): New const.
25117         (Info-menu-entry-name-re): Use it along with new fun.
25118         (Info-node-spec-re): Use new fun.
25119         (Info-complete-menu-item, Info-fontify-node): Use new const.
25120         (Info-goto-node, Info-follow-reference, Info-menu-update):
25121         Use match-string.
25122         (Info-follow-reference): Use assoc-string.
25123         Use a list of strings for the completion table.
25124         (Info-fontify-node): Use match-string, line-end-position.
25125         Limit the search for `node:' to the first line.
25127         * newcomment.el (uncomment-region): Remove padding coming from
25128         comment-start rather than just from comment-padding.
25130         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
25131         (vc-cvs-stay-local-p): Use vc-stay-local-p.
25132         (vc-cvs-rename-file): Remove (use the default).
25133         (vc-cvs-register): Register parent dir if needed.
25134         (vc-cvs-could-register): Return non-nil if parent can be registered.
25135         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
25136         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
25138         * vc-svn.el (vc-svn-use-edit): Make it into a const.
25139         (vc-svn-update): Fix the arguments to `svn'.
25140         (vc-svn-diff-tree): Just use `vc-svn-diff'.
25141         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
25142         Simple implementations, assuming `name' is a URL.
25144         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
25145         set of chars allowed unquoted in a case pattern.
25147         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
25149         * font-lock.el (font-lock-extra-types-widget)
25150         (c-font-lock-extra-types, c++-font-lock-extra-types)
25151         (objc-font-lock-extra-types, java-font-lock-extra-types)
25152         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
25153         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
25154         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
25155         (font-lock-match-c++-structor-declaration)
25156         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
25157         (c++-font-lock-keywords-3, c++-font-lock-keywords)
25158         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
25159         (objc-font-lock-keywords-3, objc-font-lock-keywords)
25160         (java-font-lock-keywords-1, java-font-lock-keywords-2)
25161         (java-font-lock-keywords-3, java-font-lock-keywords)
25162         (java-font-lock-syntactic-face-function): Remove obsolete code
25163         and constants.  It's all in cc-fonts.el now.
25165 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
25167         * mail/sendmail.el (mail-specify-envelope-from)
25168         (mail-envelope-from): Doc fix.
25170 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
25172         * generic-x.el: Do away with the dependency on `c-emacs-features'
25173         when populating `rul-generic-mode-syntax-table'; we already know
25174         this isn't XEmacs.
25176 See ChangeLog.10 for earlier changes.
25178 ;; Local Variables:
25179 ;; coding: iso-2022-7bit
25180 ;; End:
25182     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
25183   Copying and distribution of this file, with or without modification,
25184   are permitted provided the copyright notice and this notice are preserved.
25186 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1