*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob784e665acfacb22a43dc89670ed25abc907d85b8
1 2005-09-08  Richard M. Stallman  <rms@gnu.org>
3         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4         (sh-mode): Locally set skeleton-pair-default-alist.
6         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
8         * progmodes/flymake.el: Require `compile' unconditionally.
10         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
12         * woman.el (woman-file-name): Provide a default, not initial input.
14         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
16         * font-lock.el (font-lock-support-mode): Doc fix.
18         * descr-text.el (describe-property-list): Handle non-symbol prop names.
20 2005-08-30  Richard M. Stallman  <rms@gnu.org>
22         * simple.el (blink-matching-open): Get rid of text props from
23         the string shown in echo area.  Don't permanently set point.
24         Some rearrangements.
26         * files.el (risky-local-variable-p):
27         Match `-predicates' and `-commands.
29         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
30         (custom-save-all): Visit the file if necessary;
31         kill the buffer if we created it.
32         (custom-save-delete): Don't visit file or kill buffer here.
34 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
36         * recentf.el (recentf-filename-handler): Add custom choice
37         `abbreviate-file-name'.
39         * msb.el (msb--very-many-menus): Fix typo.
41         * disp-table.el (standard-display-european): Don't set
42         enable-multibyte-characters to nil.
44 2005-09-08  David Ponce  <david@dponce.com>
46         * recentf.el (recentf-show-file-shortcuts-flag): New option.
47         (recentf-expand-file-name): Doc fix.
48         (recentf-dialog-mode-map): Define digit shortcuts.
49         (recentf--files-with-key): New variable.
50         (recentf-show-digit-shortcut-filter): New function.
51         (recentf-open-files-items): New function.
52         (recentf-open-files): Use it.
53         (recentf-open-file-with-key): New command.
55 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
57         * woman.el (top): Remap `man' command by `woman' in
58         `woman-mode-map'.
59         (Man-getpage-in-background-advice): Remove defadvice; it isn't
60         necessary any longer with the remapped command.
61         (Man-bgproc-sentinel-advice): Remove defadvice which counts
62         formatting time only.
64         * net/tramp.el (tramp-action-password)
65         (tramp-multi-action-password): Compile the password prompt from
66         `method', `user' and `host'.  Sometimes it isn't obvious which
67         password to enter, for example with remote files offered by
68         recentf.el, or with multiple steps.  Suggested by Robert Marshall
69         <robert@chezmarshall.freeserve.co.uk>.
71 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
73         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
74         Fix regexp for when "s///" is at the beginning of line.
76 2005-09-07  Jay Belanger  <belanger@truman.edu>
78         * calc/calc-poly.el (math-expand-term): Multiply out any powers
79         when in matrix mode.
81 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
83         * buff-menu.el (Buffer-menu-sort-by-column): New function.
84         Suggested by Kim F. Storm.
85         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
86         (Buffer-menu-make-sort-button): Use global keymap.
88 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
90         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
91         non-anonymous functions.
93 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
95         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
96         when using a header line.  Otherwise, use mouse-1-click-follows-link.
98         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
99         can't be moved; don't signal an error.
101 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
103         * cus-theme.el (custom-theme-write-faces): Save the current face
104         spec, not the defface spec.
106         * custom.el (custom-known-themes): Clarify meaning of "standard".
107         (custom-push-theme): Save old values in the standard theme.
108         (disable-theme): Correct typo.
109         (custom-face-theme-value) Deleted unused function.
110         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
112 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
114         * progmodes/compile.el (compilation-goto-locus): Take into account
115         iconified frames when determining whether the buffer is
116         already visible.
117         Don't reset window height if the window already existed.
119 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
121         * custom.el (load-theme): Rename from require-theme.
122         Add interactive spec.
123         (enable-theme): Rename from custom-enable-theme.
124         Add interactive spec.
125         (disable-theme): Rename from custom-disable-theme.
126         Add interactive spec.
127         (custom-make-theme-feature): Doc fix.
128         (custom-theme-directory): Doc fix.
129         (provide-theme): Call enable-theme.
131 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
133         * obsolete/lazy-lock.el (lazy-lock-mode):
134         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
135         font-lock-mode if it's off.  Print a warning instead.
137         * progmodes/compile.el (compilation-start): Ignore errors if the
138         process died before we get to send-eof.
140         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
141         Undo last change.  Enclosing the result in quotes broke things on Unix
142         since tex-send-command passes it through shell-quote-argument.
143         (tex-send-command): Pass `file' through convert-standard-filename
144         when possible.
145         (tex-uptodate-p): Handle the case where TeX hasn't put additional
146         info in a transcript.
148 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
150         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
151         fix compilation warning. Reorder the key definitions to group
152         together keys emitted by the current version of xterm.
154         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
155         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
156         Reorder predicates to correct min-color usage.
158 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
160         * longlines.el (longlines-mode): Inhibit read-only when encoding.
161         Kill local variables when longlines-mode is turned off.
163 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
165         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
167         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
169         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
171         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
172         (font-lock-lines-before): Change default to being inactive.
173         (font-lock-default-fontify-region): Obey font-lock-lines-before.
174         (font-lock-after-change-function): Don't handle f-l-lines-before here.
176 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
178         * net/tramp.el (tramp-handle-make-auto-save-file-name):
179         Deactivate temporarily advice if active (not needed for Emacs 22,
180         but for backwards compatibility).
181         (tramp-exists-file-name-handler): Rewrite.  First implementation
182         was too simple.
183         (tramp-advice-make-auto-save-file-name):
184         Call `tramp-handle-make-auto-save-file-name' (again, just for
185         backwards compatibility).
187 2005-08-31  Reto Zimmermann  <reto@gnu.org>
189         * progmodes/vhdl-mode.el
190         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
191         (vhdl-end-p): Fix indentation bug "else" after "-- when".
192         (vhdl-set-default-project): New function (easier setting of default).
193         (vhdl-port-copy): Handle extended identifiers for generics.
194         (vhdl-compiler-alist): Better description for error message regexp.
195         (vhdl-make): Query for target, use previous as default.
196         (vhdl-port-copy): Fix port copy for port names starting with "signal".
197         (vhdl-font-lock-keywords-2): Fix fontification for record
198         el. assign.
199         (vhdl-speedbar-make-subpack-line): Add package body link.
200         (vhdl-generate-makefile-1): Not include itself as dependency.
201         (vhdl-font-lock-init): Highlight c-preprocessor directives.
202         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
203         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
204         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
205         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
206         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
207         (vhdl-import-project): Add string argument for `error'.
208         (vhdl-compose-configuration)
209         (vhdl-compose-configuration-architecture): Add configuration
210         declaration generation.
211         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
212         (vhdl-trailer-re): Add "record" keyword (better indentation).
213         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
214         "[^ \t-\"]+".
215         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
216         (vhdl-testbench-entity-file-name)
217         (vhdl-testbench-architecture-file-name): Allow separate
218         customization of testbench file names.
219         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
220         (vhdl-get-visible-signals): Allow newline within alias declaration.
221         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
222         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
223         (member-ignore-case): Alias for missing function in XEmacs.
224         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
225         (vhdl-update-sensitivity-list): Ignore case on read signals.
226         (vhdl-replace-string): Adjust case only for file names.
227         (vhdl-update-sensitivity-list): Fix search for read signals.
228         (vhdl-update-sensitivity-list): Exclude formal parameters.
229         (vhdl-get-visible-signals): Include aliases of signals.
230         (vhdl-get-visible-signals): Fix signal name searching.
231         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
232         (vhdl-fixup-whitespace-region): Fix for character
233         literals (e.g. ':').
235 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
237         * ansi-color.el (comint-last-output-start):
238         * bs.el (font-lock-verbose):
239         * diff-mode.el (add-log-buffer-file-name-function):
240         * dired-x.el (vm-folder-directory):
241         * faces.el (help-xref-stack-item):
242         * files.el (font-lock-keywords):
243         * find-lisp.el (dired-buffers, dired-subdir-alist):
244         * ido.el (cua-inhibit-cua-keys):
245         * log-view.el (cvs-minor-wrap-function):
246         * outline.el (font-lock-warning-face):
247         * simple.el (compilation-current-error):
248         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
249         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
250         * tooltip.el (comint-prompt-regexp):
251         * w32-fns.el (explicit-shell-file-name):
252         * term/mac-win.el (mac-charset-info-alist)
253         (mac-services-selection, mac-system-script-code):
254         * term/tty-colors.el (msdos-color-values):
255         * term/w32-win.el (xlfd-regexp-registry-subnum):
256         * term/x-win.el (x-keysym-table, x-selection-timeout)
257         (x-session-id, x-session-previous-id):
258         * textmodes/ispell.el (mail-yank-prefix):
259         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
260         * textmodes/org.el (calc-embedded-close-formula)
261         (calc-embedded-open-formula)
262         (font-lock-unfontify-region-function):
263         * textmodes/reftex-global.el (isearch-next-buffer-function)
264         (TeX-master):
265         * textmodes/reftex.el (font-lock-keywords):
266         * textmodes/tex-mode.el (font-lock-comment-face)
267         (font-lock-doc-face):
268         * textmodes/texinfo.el (outline-heading-alist):
269         Add defvars.
271         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
272         (artist-spray-chars, artist-mode-init, artist-replace-string)
273         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
274         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
275         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
277         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
278         (conf-align-assignments): "?\ " -> "?\s".
280         * textmodes/reftex-index.el (TeX-master): Add defvar.
281         (reftex-index-phrases-marker): Move up defvar.
283         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
284         (reftex-toc-include-labels-indicator)
285         (reftex-toc-include-index-indicator)
286         (reftex-toc-max-level-indicator): Move up declarations.
288         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
289         of args to `tramp-run-real-handler', even if it's empty in this case.
291 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
293         * dired.el (dired-move-to-filename-regexp): Add date format for
294         Mac OS X 10.3 in East Asian locales.
296 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
298         * files.el (make-auto-save-file-name): Add file name handler call
299         if applicable.
301         * net/tramp.el (tramp-file-name-handler-alist)
302         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
303         (tramp-handle-make-auto-save-file-name): Rename from
304         `tramp-make-auto-save-file-name'.
305         (tramp-exists-file-name-handler): New defun.
306         (tramp-advice-make-auto-save-file-name): Make defadvice only when
307         `make-auto-save-file-name' is not a magic file name operation.
309 2005-08-30  Richard M. Stallman  <rms@gnu.org>
311         * files.el (risky-local-variable-p):
312         Match `-predicates' and `-commands.
314         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
315         (custom-save-all): Visit the file if necessary;
316         kill the buffer if we created it.
317         (custom-save-delete): Don't visit file or kill buffer here.
319 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
321         * textmodes/org.el (org-special-keyword): New face.
322         (org-table-copy-down, org-table-eval-formula)
323         (org-table-recalculate, org-init-section-numbers):
324         Use `string-to-number' instead of `string-to-int'.
325         (org-get-location): Use `insert-buffer-substring' instead of
326         `insert-buffer'.
327         (org-modify-diary-entry-string): New function.
328         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
329         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
330         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
331         active region.
332         (org-export-as-html): Handle QUOTE keyword.
333         (org-quote-string): New option.
334         (org-bookmark-jump-unhide): New function, used for
335         `bookmark-after-jump-hook'.
336         (org-diary-default-entry): Apply only when not called through
337         `org-agenda'.
339 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
341         * net/eudc.el (mode-popup-menu):
342         * play/handwrite.el (ps-printer-name, ps-lpr-command):
343         * progmodes/ada-mode.el (compile-auto-highlight)
344         (skeleton-further-elements):
345         * progmodes/autoconf.el (font-lock-syntactic-keywords):
346         * progmodes/cmacexp.el (msdos-shells):
347         * progmodes/compile.el (font-lock-extra-managed-props)
348         (font-lock-keywords, font-lock-maximum-size)
349         (font-lock-support-mode):
350         * progmodes/grep.el (font-lock-lines-before):
351         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
352         * progmodes/mixal-mode.el (compile-command):
353         * progmodes/perl-mode.el (font-lock-comment-face)
354         (font-lock-doc-face, font-lock-string-face):
355         * progmodes/prolog.el (comint-prompt-regexp):
356         * progmodes/sh-script.el (font-lock-comment-face)
357         (font-lock-set-defaults, font-lock-string-face):
358         * progmodes/sql.el (font-lock-keyword-face)
359         (font-lock-set-defaults, font-lock-string-face):
360         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
361         (itimer-version, lazy-lock-defer-contextually)
362         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
363         Add defvars.
365         * progmodes/cperl-mode.el (cperl-electric-lbrace)
366         (cperl-electric-keyword, cperl-electric-pod)
367         (cperl-electric-backspace, cperl-forward-re)
368         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
369         (vc-rcs-header, vc-sccs-header): Add defvars.
371         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
372         (font-lock-syntactic-keywords, gud-find-expr-function):
373         Add defvars.
375         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
376         (gdb-frame-parameters): Declare before use.
378         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
379         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
380         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
381         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
383         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
384         (idlwave-help-with-source): Use `insert-buffer-substring', not
385         `insert-buffer'.
387 2005-08-29  Juri Linkov  <juri@jurta.org>
389         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
390         Put outline-back-to-heading function call inside save-excursion.
392 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
394         * man.el (Man-init-defvars, Man-translate-references)
395         (Man-support-local-filenames, Man-highlight-references):
396         * progmodes/sql.el (sql-interactive-mode):
397         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
399         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
400         (compilation-mode-font-lock-keywords): Add defvars.
401         (checkdoc-interactive-loop): "?\ " -> "?\s".
403         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
404         (font-lock-doc-face, font-lock-string-face)
405         (font-lock-keywords-case-fold-search): Add defvars.
406         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
408         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
409         Don't pass X and Y (they are ignored anyway).
410         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
411         (mouse-delete-window): Make arguments optional.
413         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
414         (caesar-translate-table, minor-modes, news-buffer-save)
415         (news-group-name, news-minor-modes): Add defvars.
417         * emacs-lisp/lselect.el (mouse-highlight-priority)
418         (x-lost-selection-functions, zmacs-regions):
419         * emacs-lisp/pp.el (font-lock-verbose):
420         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
421         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
422         (ses-mode-map):
423         * emacs-lisp/tcover-unsafep.el (safe-functions):
424         * international/mule-cmds.el (mac-system-coding-system)
425         (mac-system-locale):
426         * language/ethio-util.el (rmail-current-message)
427         (rmail-message-vector):
428         * language/thai-util.el (thai-auto-composition-mode):
429         * mail/metamail.el (rmail-current-message, rmail-message-vector):
430         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
431         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
432         (vm-primary-inbox, vm-spool-files):
433         * mail/rmail.el (deleted-head, font-lock-fontified)
434         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
435         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
436         (total-messages):
437         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
438         (rmail-summary-mode-map):
439         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
440         (rmail-last-label, rmail-last-multi-labels)
441         (rmail-summary-vector, rmail-total-messages):
442         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
443         * mail/rmailsum.el (msgnum):
444         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
445         (rmail-current-message):
446         * obsolete/fast-lock.el (font-lock-face-list):
447         * obsolete/rnewspost.el (mail-reply-buffer):
448         * obsolete/scribe.el (compile-command):
449         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
451 2005-08-28  John Paul Wallington  <jpw@gnu.org>
453         * ibuf-ext.el (ibuffer-auto-update-changed):
454         Use `frame-or-buffer-changed-p' to check whether we need to update.
455         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
456         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
457         as a `frame-or-buffer-changed-p' state vector instead.
459 2005-08-27  Romain Francoise  <romain@orebokech.com>
461         * textmodes/makeinfo.el (makeinfo-compile):
462         Use `compilation-start'.  Set `next-error-function' according to
463         `disable-errors'.
464         (makeinfo-next-error): New function.
465         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
466         (makeinfo-buffer): Likewise.
468         * progmodes/compile.el (compilation-start): Add autoload cookie.
470         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
471         * textmodes/sgml-mode.el: Likewise.
472         * progmodes/python.el: Likewise.
474 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
476         * simple.el (blink-matching-paren-distance): Document the meaning
477         of nil value, and allow to customize to nil.
479         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
480         command.com, not command.exe.
482 2005-08-26  John Wiegley  <johnw@newartisans.com>
484         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
485         code around a bit so that an extraneous nil argument is not added
486         to a command when no args are given.
488         * eshell/esh-arg.el (eshell-parse-double-quote): If a
489         double-quoted argument resolves to nil, return it as an empty
490         string rather than as nil.  This made it impossible to pass "" to
491         a shell script as a null string argument.
493 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
495         * outline.el (outline-invent-heading): New fun.
496         (outline-promote, outline-demote): Use it.
497         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
498         (outline-end-of-subtree): Remove unused var `opoint'.
500 2005-08-26  David Reitter  <david.reitter@gmail.com>
502         * menu-bar.el (truncate-lines, write-file, print-buffer)
503         (ps-print-buffer-faces, ps-print-buffer, split-window):
504         Disable menu items when the frame they refer to is invisible, or when
505         they refer to a buffer and the minibuffer is selected.
507 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
509         * progmodes/flymake.el (flymake-highlight-err-lines):
510         Use save-excursion around flymake-highlight-line to preserve point.
512 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
514         * progmodes/octave-mod.el: Change Author and Maintainer address.
515         (octave-maintainer-address): Change Kurt's email address.
516         * progmodes/octave-inf.el: Change Author and Maintainer address.
517         * progmodes/octave-hlp.el: Change Author and Maintainer address.
519 2005-08-26  Kim F. Storm  <storm@cua.dk>
521         * subr.el (version-list-<, version-list-<=, version-list-=):
522         Renamed from integer-list-*.
523         (version-list-not-zero): Likewise.  Fix while loop.
524         (version=): Use version-list-= instead of string-equal.
526 2005-08-26  Richard M. Stallman  <rms@gnu.org>
528         * outline.el (outline-promote): Try shortening the heading.
529         As last resort, read the heading to use.
530         (outline-demote): As last resort, read the heading to use.
532 2005-08-26  Romain Francoise  <romain@orebokech.com>
534         * progmodes/compile.el (compilation-start): Doc fix.
536         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
537         (antlr-font-lock-additional-keywords): Fix reference to
538         `antlr-font-lock-literal-regexp' erroneously changed during the
539         mass face rename.
540         (antlr-run-tool): Use `compilation-start'.
542         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
543         instead of the obsolete `compile-internal'.
545 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
547         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
548         (number, original-date):
549         * calendar/cal-china.el (date):
550         * calendar/cal-coptic.el (date):
551         * calendar/cal-french.el (date):
552         * calendar/cal-hebrew.el (date, entry, number, original-date):
553         * calendar/cal-islam.el (date, number, original-date):
554         * calendar/cal-iso.el (date):
555         * calendar/cal-julian.el (date):
556         * calendar/cal-mayan.el (date):
557         * calendar/cal-menu.el (date, event):
558         * calendar/cal-persia.el (date):
559         * calendar/lunar.el (date):
560         * calendar/solar.el (date): Add defvars.
562         * emerge.el:
563         * ibuffer.el:
564         * info-xref.el:
565         * obsolete/bg-mouse.el:
566         * obsolete/sun-curs.el:
567         * obsolete/swedish.el: Move the `defvar's to the top level.
569         * smerge-mode.el (smerge-refined-change): Add :group.
571 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
573         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
574         (smerge-keep-n): Remove props.
575         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
576         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
577         now that it's done in smerge-keep-n.
578         (smerge-refined-change): New face.
579         (smerge-refine-chopup-region, smerge-refine-highlight-change)
580         (smerge-refine): New funs.
581         (smerge-basic-map): Bind smerge-refine.
583 2005-08-25  Juri Linkov  <juri@jurta.org>
585         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
586         compilation-process-setup-function and compilation-disable-input
587         in grep-mode instead of let-bindings in grep.
589         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
590         Delete "Automatic File De/compression" (auto-compression-mode).
592 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
594         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
595         Silence warning about non-existent variable.
597 2005-08-25  Richard M. Stallman  <rms@gnu.org>
599         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
600         Rename "Describe Key" to "Describe Key or Mouse Operation".
602         * mail/mailalias.el (build-mail-aliases): Delete comments
603         from the contents before processing them.
605         * isearch.el (isearch-edit-string): Erase the Search prompt
606         if user enters an empty string and there is no default.
608         * comint.el (comint-file-name-prefix): Add autoload.
610 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
612         * subr.el (play-sound): Rearrange to avoid warning.
614 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
616         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
617         New hook.
618         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
620 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
622         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
624         * custom.el (custom-theme-set-variables): Sort minor modes last.
626 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
628         * subr.el (version-separator, version-regexp-alist): New vars used by
629         version comparison funs.
630         (integer-list-<, integer-list-=, integer-list-<=)
631         (integer-list-not-zero): New funs for integer list comparison.
632         (version-to-list, version=, version<, version<=): New funs for version
633         comparison.
635 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
637         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
638         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
639         time to silence the byte-compiler.
641         * ibuffer.el (ibuffer-compile-make-eliding-form)
642         (ibuffer-check-formats): Use `with-no-warnings' to hide references
643         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
644         so it's silly to get warnings for it).
645         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
646         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
647         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
648         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
649         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
650         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
651         Defvar at compile time.
652         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
653         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
654         Declare them before use.
656         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
657         (info-xref-good, info-xref-bad): Defvar at compile time.
659         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
660         Use `let*' instead of `let'.
662         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
663         (*mouse-y*, menu, char): Defvar at compile time.
664         (sc::menu): Declare it before use.
665         (sc::pack-one-line): Use `let', not `let*'.
667         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
668         (mail-send-hook): Defvar at compile time.
670         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
671         Defvar at compile time.
673         * term/sun-mouse.el (current-global-mousemap)
674         (current-local-mousemap): Declare them before use.
676 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
678         * bookmark.el (bookmark-after-jump-hook): New hook.
679         (bookmark-jump): Run `bookmark-after-jump-hook'.
681 2005-08-23  Juri Linkov  <juri@jurta.org>
683         * faces.el (minibuffer-prompt): Doc fix.
685 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
687         * progmodes/xscheme.el: Trivial changes to silence warnings.
688         (xscheme-previous-mode, xscheme-previous-process-state):
689         Add defvars.
690         (xscheme-last-input-end, xscheme-process-command-line)
691         (xscheme-process-name, xscheme-buffer-name)
692         (xscheme-expressions-ring-max, xscheme-expressions-ring)
693         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
694         (xscheme-control-g-synchronization-p)
695         (xscheme-control-g-disabled-p, xscheme-string-receiver)
696         (default-xscheme-runlight, xscheme-runlight)
697         (xscheme-runlight-string, xscheme-process-filter-state)
698         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
699         Move to beginning of file.
700         (scheme-interaction-mode-commands-alist)
701         (scheme-interaction-mode-map, scheme-debugger-mode-map):
702         Declare them before use.  Note: the initialization code for the variables
703         has not been moved because it uses functions that reference the variables.
704         (xscheme-control-g-message-string, xscheme-process-filter-alist)
705         (xscheme-prompt-for-expression-map): Declare them before use.
706         (scheme-debugger-mode-commands): "?\ " -> "?\s".
708 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
710         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
712 2005-08-22  Juri Linkov  <juri@jurta.org>
714         * faces.el (set-face-underline): Delete this duplicate function
715         and make an obsolete alias to set-face-underline-p.
716         (set-face-underline-p): Use docstring of set-face-underline.
717         (describe-face): Create hyperlink to parent face.
719         * info.el (Info-insert-dir): Use save-excursion around
720         insert-buffer-substring.
721         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
722         (Info-escape-percent): Delete function.
723         (Info-fontify-node): Replace Info-escape-percent by
724         replace-regexp-in-string with REP arg set to lambda that
725         duplicates `%' and preserves text properties.
727         * progmodes/compile.el (compilation-disable-input): Doc fix.
728         (define-compilation-mode): Doc fix and refill.
729         (kill-compilation): Use `mode-name' in the error message.
730         (compilation-find-file): Use `compilation-error' in the
731         read-file-name's prompt.
733 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
735         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
736         (smerge-auto-leave): Make undo re-enable the mode.
737         (debug-ignored-errors): Add the user-error of impossible resolution.
738         (smerge-resolve): Move things around a bit, in preparation for later.
739         (smerge-diff): Don't fail if the buffer has no associated file.
740         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
741         (smerge-conflict-overlay): New function.
742         (smerge-match-conflict): Don't add text properties here.
743         (smerge-find-conflict): Instead, add an overlay here.
744         Also check for the case where we're inside a conflict already, so as to
745         obviate the need for font-lock-multiline, which is unbearably slow with
746         large conflicts and ciomplex font-lock patterns.
747         (smerge-remove-props): Remove overlay rather than text-properties.
748         (smerge-mode): Don't set font-lock-multiline.
749         Remove overlays when turned off.
751 2005-08-21  Kim F. Storm  <storm@cua.dk>
753         * ido.el (ido-ignore-item-p): Use save-match-data.
754         Bind case-fold-search to ido-case-fold locally.
756 2005-08-20  Richard M. Stallman  <rms@gnu.org>
758         * files.el (normal-mode): If font lock is on, turn it off and on.
760         * subr.el (replace-regexp-in-string): Doc fix.
762         * startup.el (command-line-1): Don't suppress startup screen
763         due to existing processes.
765         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
767         * progmodes/compile.el (compilation-disable-input): Default to nil.
769 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
771         * progmodes/compile.el (compilation-disable-input): New defcustom.
772         (compilation-start): If compilation-disable-input is non-nil, send
773         EOF to the compilation process.
775 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
777         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
778         Run the argument of tex-shell-cd-command through
779         convert-standard-filename, to get the correct style of slashes on
780         Windows, and enclose the result in quotes, in case the file name
781         includes whitespace or other special characters.
783 2005-08-19  Andreas Schwab  <schwab@suse.de>
785         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
786         process.
788 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
790         * cus-start.el (minibuffer-prompt-properties): Correct typo.
792 2005-08-18  Kim F. Storm  <storm@cua.dk>
794         * scroll-lock.el: Fix errors due to incorrect line wrapping.
796 2005-08-18  Richard M. Stallman  <rms@gnu.org>
798         * scroll-lock.el: New file.
800 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
802         * dired.el (dired-move-to-end-of-filename):
803         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
805 2005-08-18  Kim F. Storm  <storm@cua.dk>
807         * ido.el (ido-everywhere): Fix defcustom :set function to disable
808         rather than toggle mode when custom value is nil.
809         (ido-everywhere): Fix defun doc string.
811 2005-08-17  Richard M. Stallman  <rms@gnu.org>
813         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
814         as tag instead of "Inviolable".
816 2005-08-17  Kim F. Storm  <storm@cua.dk>
818         * windmove.el (windmove-coordinates-of-position): Remove.
819         (windmove-coordinates-of-window-position): Remove.
820         (windmove-reference-loc): Use posn-at-point instead.
822         * subr.el (insert-for-yank-1): Doc fix.
824         * ido.el (ido-enter-matching-directory): Rename from
825         ido-enter-single-matching-directory.  Change 'slash choice to
826         'only.  Add 'first choice.
827         (ido-exhibit): Adapt to above changes.
829 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
831         * Makefile.in: Expand comment about building loaddefs.el.
833 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
835         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
836         Comment use of defadvice.
838         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
840 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
842         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
843         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
844         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
845         * progmodes/idlw-shell.el, progmodes/ld-script.el,
846         * progmodes/which-func.el, ruler-mode.el, strokes.el,
847         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
848         for backward compatibility for faces that did not appear in the
849         previous Emacs release.
851         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
853 2005-08-15  Kim F. Storm  <storm@cua.dk>
855         * emulation/cua-base.el (cua-delete-region): Return t if
856         deleted region was non-empty.
857         (cua-replace-region): Inhibit overwrite-mode for
858         self-insert-command if replaced region was non-empty.
859         (cua--explicit-region-start, cua--status-string): Make them
860         buffer-local at top-level...
861         (cua-mode): ...rather than when mode is enabled.
863 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
865         * progmodes/vhdl-mode.el (vhdl-emacs-21):
866         Set t for Emacs 21, 22, and so on.
868 2005-08-15  David Ponce  <david@dponce.com>
870         * tree-widget.el Update Commentary header.
871         (tree-widget-theme): Doc fix.
872         (tree-widget-space-width): New option.
873         (tree-widget-image-properties): Look up in the default theme too.
874         (tree-widget--cursors): Only for images with arrow pointer shape.
875         (tree-widget-lookup-image): Pointer shape is hand by default.
876         (tree-widget-icon): Rename generic icon widget from
877         `tree-widget-control'.
878         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
879         derive from `tree-widget-icon'.
880         (tree-widget-handle): Improve default look and feel of the text
881         representation.
882         (tree-widget): Rename :*-control properties to :*-icon properties.
883         Add :action and :help-echo properties.
884         (tree-widget-after-toggle-functions): Move.
885         (tree-widget-close-node, tree-widget-open-node): Remove.
886         (tree-widget-before-create-icon-functions): New hook.
887         (tree-widget-value-create): Update to allow customization of icons
888         and nodes at run-time via that new hook.
889         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
890         (tree-widget-icon-action, tree-widget-icon-help-echo)
891         (tree-widget-action, tree-widget-help-echo): New functions.
893 2005-08-15  Kim F. Storm  <storm@cua.dk>
895         * ido.el (ido-buffer-internal): Use with-no-warnings.
896         (ido-make-merged-file-list): Use while-no-input.
898 2005-08-15  Richard M. Stallman  <rms@gnu.org>
900         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
901         (flyspell-large-region): Fix doc and custom type.
903 2005-08-14  Richard M. Stallman  <rms@gnu.org>
905         * files.el (interpreter-mode-alist): Doc fix.
907         * mail/rmail.el (rmail-nonignored-headers): New variable.
908         (rmail-clear-headers): Use it.
909         (rmail-reply): Better handling of mail-followup-to header.
911         * progmodes/sh-script.el (sh-font-lock-keywords-var):
912         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
913         don't try to refer to executable-font-lock-keywords.
914         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
915         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
916         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
917         (sh-mode): Set comment-start-skip, local-abbrev-table,
918         imenu-case-fold-search.
919         (sh-set-shell): Don't set them here.
920         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
921         Don't cache the results in the original alist; don't ever modify
922         that alist.
924         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
926         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
927         empty.
929 2005-08-15  Andreas Schwab  <schwab@suse.de>
931         * desktop.el: Put autoload cookie at risky-local-variable declarations.
933         * dired.el, info.el, mail/rmail.el: Revert last change.
935 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
937         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
938         modification in `eval-after-load' form.
939         * info.el: Likewise.
940         * mail/rmail.el: Likewise.
942 2005-08-14  Juri Linkov  <juri@jurta.org>
944         * progmodes/compile.el (compilation-mode-font-lock-keywords):
945         Remove highlighting of "Compilation started".  Highlight only
946         the word "finished" in "Compilation finished".  Add highlighting
947         of "interrupt", "killed", "terminated" and the exit code.
948         (compilation-start): Add newline after header.  Use exactly the
949         same time stamp format as the finishing message.
950         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
952         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
953         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
954         Add highlighting of "interrupt", "killed", "terminated".
956         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
957         enabled and the current command is self-insert-command, call it
958         explicitly with overwrite-mode bound to nil, to not allow it
959         to delete the character after the selected region.
961 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
963         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
964         move-end-of-line, end-of-line, and beginning-of-line to the list
965         of commands after which the echo area is updated.
967 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
969         * cus-edit.el (custom-save-all, custom-save-delete):
970         Bind recentf-exclude to exclude custom-file.
972 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
974         * mail/rmailsum.el (rmail-summary-end-of-message): New command
975         to go to the bottom of the mail message.  Added to
976         `rmail-summary-mode-map' with key "/".
977         (rmail-summary-show-message): New (internal) function for use by
978         both `rmail-summary-beginning/end-of-message'.
979         (rmail-summary-beginning-of-message): Change to use
980         rmail-summary-show-message.
982         * mail/rmail.el (rmail-end-of-message): New command to go to the
983         end of the current message.  Added to `rmail-mode-map' with key "/".
984         (rmail-beginning-of-message): Fix to work as documented.
985         (rmail-mode): Change documentation.
987         * progmodes/compile.el (compilation-start): Add the line
988         "Compilation started" with compilation start time.
989         (compilation-mode-font-lock-keywords): Add `started' to keywords.
991 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
993         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
994         of menu items.
996 2005-08-11  Richard M. Stallman  <rms@gnu.org>
998         * simple.el (pop-global-mark): Reverse test of widen-automatically.
1000         * battery.el (battery-status-function): Don't use ignore-errors.
1002 2005-08-11  Lute Kamstra  <lute@gnu.org>
1004         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
1005         define-obsolete-variable-alias.
1007 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1009         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
1010         (ange-ftp-send-cmd): Revert last change, and expand
1011         the comment explaining the problem.
1013 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
1015         * ldefs-boot.el: Update.
1017         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
1018         item to "Time, Load and Mail".  Change help echo text.
1020         * time.el (display-time-use-mail-icon, display-time-format)
1021         (display-time-string-forms): Shorten first line of docstrings.
1023 2005-08-10  Lars Hansen  <larsh@soem.dk>
1025         * desktop.el (desktop-buffer-mode-handlers):
1026         Make non-customizable. Add autoload cookie.  Change initial value to
1027         nil; add elements in respective modules instead.  Fix doc string.
1028         (desktop-load-file): New function.
1029         (desktop-minor-mode-handlers): New autoloaded variable.
1030         (desktop-create-buffer): Call minor mode handlers.
1031         Use desktop-load-file to load major and minor mode modules prior to
1032         checking for a handler.
1033         (desktop-save): Don't add nil to desktop-minor-modes for minor
1034         modes with nil function in desktop-minor-mode-table.  Don't delete
1035         desktop file before rewriting it.
1036         (desktop-locals-to-save): Add autoload cookie.  Don't make
1037         automatically buffer-local.  Add variables column-number-mode,
1038         size-indication-mode, indent-tabs-mode,
1039         indicate-buffer-boundaries, indicate-empty-lines and
1040         show-trailing-whitespace.
1041         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
1042         regexps. Don't use desktop-clear-preserve-buffers-regexp.
1043         (desktop-clear-preserve-buffers-regexp): Delete.
1044         (desktop-clear-preserve-buffers): Update initial value and docstring.
1045         (desktop-save-buffer): Fix doc string.
1047         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
1048         (hilit-chg-desktop-restore): New function.
1049         (highlight-changes-mode): Add highlight-changes-mode to
1050         desktop-locals-to-save.
1052         * dired.el: Add handler to desktop-buffer-mode-handlers.
1053         (dired-restore-desktop-buffer): Remove autoload cookie.
1054         (dired-mode): Add autoload cookie.
1056         * info.el: Add handler to desktop-buffer-mode-handlers.
1057         (Info-restore-desktop-buffer): Remove autoload cookie.
1058         (Info-mode): Add autoload cookie.
1060         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
1061         (mh-restore-desktop-buffer): Remove autoload cookie.
1062         (mh-folder-mode): Add autoload cookie.
1064         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
1065         (rmail-restore-desktop-buffer): Remove autoload cookie.
1067 2005-08-11  Masatake YAMATO  <jet@gyve.org>
1069         * hexl.el (hexl-address-region):
1070         (hexl-ascii-region, hexl-font-lock-keywords):
1071         (hexl-highlight-line-range): Use the term "region"
1072         instead of "area" for consistency with the other symbols
1073         defined in hexl.el.
1075 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
1077         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
1078         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
1079         out by Juri Linkov).  Add `display-battery-mode'.
1081 2005-08-09  Juri Linkov  <juri@jurta.org>
1083         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1084         Remove `-text' from face variable names.
1085         (compilation-error-file-name, compilation-warning-file-name)
1086         (compilation-info-file-name): Delete faces.
1087         (compilation-line-number, compilation-column-number):
1088         Remove face underlining.
1089         (compilation-message-face): Set to `underline' value by default.
1090         (compilation-error-face, compilation-warning-face)
1091         (compilation-info-face): Remove `-file-name' from face names.
1092         (compilation-error-text-face, compilation-warning-text-face)
1093         (compilation-info-text-face): Delete face variables.
1094         (compilation-text-face): Delete function.
1096         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
1097         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
1098         (grep-error-face): Set to `compilation-error' instead of
1099         `compilation-error-face' (which is redefined to `grep-hit-face' in
1100         grep buffers).
1101         (grep-mode-font-lock-keywords): Remove `-text' from face variable
1102         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
1104         * dired-aux.el (dired-do-query-replace-regexp):
1105         Use `query-replace-read-args'.
1107         * replace.el (query-replace-read-from, query-replace-read-to)
1108         (query-replace-read-args): Rename arg `string' to `prompt'.
1110         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
1112 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
1114         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
1115         uploading files.
1116         (ange-ftp-canonize-filename): Handle file names beginning with ~
1117         correctly.
1119 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
1121         * textmodes/fill.el (canonically-space-region)
1122         (fill-context-prefix, fill-french-nobreak-p)
1123         (fill-delete-newlines, fill-comment-paragraph)
1124         (justify-current-line): "?\ " -> "?\s".
1126 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
1128         * textmodes/fill.el (fill-nonuniform-paragraphs):
1129         Improve argument/docstring consistency.
1131 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1133         * textmodes/ispell.el (ispell-word): More fboundp checks.
1135         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
1136         (find-file-noselect-1): Call it here, only if RAWFILE.
1137         (normal-mode): Always set some major mode.
1138         (save-some-buffers-action-alist): Change some explanation strings.
1139         (file-name-non-special): In the `quote' method, use unwind-protect.
1141 2005-08-09  Magnus Henoch  <mange@freemail.hu>
1143         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
1144         (ispell-have-aspell-dictionaries): New variable.
1145         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
1146         (ispell-get-aspell-config-value): New function.
1147         (ispell-aspell-find-dictionary): New function.
1148         (ispell-aspell-add-aliases): New function.
1149         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
1150         appropriate.  Don't look for ispell dictionaries if we use aspell.
1151         (ispell-menu-map): Don't build a submenu of dictionaries.
1153 2005-08-09  Richard M. Stallman  <rms@gnu.org>
1155         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
1156         (sql-read-passwd): Use read-passwd.
1158         * progmodes/idlw-toolbar.el (idlwave-toolbar)
1159         (idlwave-toolbar-is-possible): Add defvars.
1161         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
1162         Avoid warnings.
1164         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
1165         (idlwave-system-class-info, idlwave-executive-commands-alist):
1166         Use defvar.
1168         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
1170         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
1171         Avoid warnings.
1173         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
1174         and content-type: headers.
1176         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
1178         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
1179         and rename some of them to be more self-explanatory.
1181         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
1183         * startup.el (command-line-1): Implement -scriptload.
1185         * replace.el (occur-engine): Initial *Occur* output not undoable.
1187         * menu-bar.el (menu-bar-file-menu): Rename some menu items
1188         and improve help strings.
1190         * isearch.el (isearch-repeat): When changing direction,
1191         mark search successful.
1193         * ediff-init.el: Use (featurep 'xemacs).
1195         * comint.el (send-invisible): Identify buffer, if not selected.
1197         * align.el: Delete autoload for c-guess-basic-syntax.
1199 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
1201         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
1202         Improve argument/docstring consistency.  Doc fixes.
1203         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
1204         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
1205         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
1206         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
1207         (r2bv-organization, r2bv-pages, r2bv-primary-author)
1208         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
1209         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
1210         Defvar at compile time.
1212 2005-08-09  Juri Linkov  <juri@jurta.org>
1214         * info.el: Replace `info' with upper-case `Info' where appropriate.
1215         (info-title-1, info-title-2, info-title-3, info-title-4)
1216         (info-menu-header): Move up face definitions.
1217         (info-menu-star): Rename from `info-menu-5'.
1218         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
1219         (Info-fontify-visited-nodes): Fix docstring.
1220         (Info-hide-note-references): Fix docstring.
1221         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
1222         menu items in the same way as on cross-references.
1223         (info-apropos): Fix sorting order and formatting to be like in the
1224         stand-alone Info browser.  Display error messages for 1 sec.
1225         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
1226         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
1227         from the menu bar.
1228         (Info-insert-dir): Restore point after calling
1229         `insert-buffer-substring'.
1231 2005-08-08  Richard M. Stallman  <rms@gnu.org>
1233         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
1234         (recompute-lucid-menubar): Add defvars.
1236         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
1238         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
1240         * net/net-utils.el (run-dig): Rename from `dig'.
1242         * play/gametree.el (gametree-mode): Use make-local-variable,
1243         not make-variable-buffer-local.
1245         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
1247         * ansi-color.el (ansi-color-make-extent)
1248         (ansi-color-set-extent-face): Use fboundp, not functionp.
1250         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
1251         not make-variable-buffer-local.
1253         * bookmark.el (Info-current-file): Add defvar.
1254         (bookmark-jump-noselect): Use with-no-warnings.
1256         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
1258         * ebuff-menu.el (Helper-return-blurb): Add defvar.
1260         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
1262         * find-file.el (ada-procedure-start-regexp)
1263         (ada-package-start-regexp): Add defvars.
1265         * info.el (Info-insert-dir): Use insert-buffer-substring.
1267         * xml.el (xml-att-def-re): Add defvar.
1269         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
1270         calling convention.
1272         * subr.el (while-no-input): Return t if there is input.
1274 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
1276         * cus-start.el (all): Add `overflow-newline-into-fringe'.
1278 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
1280         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
1281         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
1283 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
1285         * cmuscheme.el (scheme-start-file): Replace reference to
1286         `user-emacs-directory' by "~/.emacs.d/".
1288 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
1290         * info.el (Info-dir-remove-duplicates): Avoid case folding
1291         in loop; instead, keep downcased strings for comparison.
1292         Suggested by Helmut Eller.
1294 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
1296         Sync with Tramp 2.0.50.
1298         * tramp.el: Remove defvar of `last-coding-system-used' in the
1299         XEmacs case; not necessary anymore.
1300         (tramp-user-regexp): Allow "@" as part of user name.
1301         (tramp-handle-set-visited-file-modtime)
1302         (tramp-handle-insert-file-contents)
1303         (tramp-handle-write-region): No special handling for
1304         `last-coding-system-used, because this is done in
1305         `tramp-accept-process-output' now.
1306         (tramp-accept-process-output): New defun.
1307         (tramp-process-one-action, tramp-process-one-multi-action)
1308         (tramp-wait-for-regexp, tramp-wait-for-output)
1309         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
1310         Howells <dhowells@redhat.com>.
1311         (clear-visited-file-modtime): Defadvice removed.  The check for
1312         unset buffer's modtime does not need to be based on
1313         `tramp-buffer-file-attributes'.  Suggested by RMS.
1314         (tramp-message): Insert "\n" if not being at beginning of line.
1315         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
1316         sequence with same logic.
1317         (tramp-completion-handle-expand-file-name): Discard call of
1318         `tramp-drop-volume-letter'.  It is not necessary, and there have
1319         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
1320         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1321         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
1322         should always be visible.
1323         (tramp-handle-insert-directory, tramp-setup-complete)
1324         (tramp-set-process-query-on-exit-flag)
1325         (tramp-append-tramp-buffers): Pacify byte-compiler.
1326         (tramp-bug): Delete non-existing variables from list.
1327         Apply `tramp-load-report-modules' as pre-hook.
1328         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
1329         `shell-prompt-pattern' because of non-7bit characters.
1330         Reported by Sebastian Luque <sluque@mun.ca>.
1331         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
1332         (tramp-match-string-list): Remove function.
1333         (tramp-wait-for-regexp): Remove call of that function.
1334         Suggested by Kim F. Storm <storm@cua.dk>.
1335         (tramp-set-auto-save-file-modes): Use octal integer code #o600
1336         instead of octal character code ?\600.  The latter resulted in a
1337         syntax error with XEmacs.
1339         * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
1340         XEmacs case; not necessary anymore.
1341         (tramp-smb-handle-write-region): No special handling for
1342         `last-coding-system-used, because this is done in
1343         `tramp-accept-process-output' now.
1344         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
1346 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
1348         * wid-edit.el (widget-choice-value-create):
1349         Unconditionally respect user choice.  Set :explicit-choice back to nil
1350         when no longer needed.
1351         (widget-choice-action): Unconditionally respect user choice.
1352         Eliminate :explicit-choice-value.
1354         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
1356         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
1357         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
1358         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
1359         running new function `toggle-indicate-empty-lines'.
1360         Rename "Customize" item to "Customize fringe".
1361         Rename "Indicators" item to "Buffer boundaries" and change help echo.
1362         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
1363         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
1364         Delete "Empty lines only" item.
1365         (menu-bar-showhide-fringe-ind-customize): New function.
1366         (menu-bar-showhide-fringe-ind-mixed)
1367         (menu-bar-showhide-fringe-ind-box)
1368         (menu-bar-showhide-fringe-ind-right)
1369         (menu-bar-showhide-fringe-ind-left)
1370         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
1371         instead of `fringe-indicators'.
1373 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
1375         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
1376         Change the date of last update.
1378 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
1380         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
1381         (viper-exec-yank, viper-put-back): Don't display modification msg
1382         if in the minibuffer.
1384         * viper-init.el (viper-replace-overlay-cursor-color)
1385         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
1386         Make variables frame local.
1388         * viper-util.el (viper-append-filter-alist): Use append instead of
1389         nconc.
1391         * viper.el (viper-vi-state-mode-list)
1392         (viper-emacs-state-mode-list): Move help-mode and
1393         completion-list-mode from the first list to the second.
1394         (viper-mode): Docstring.
1395         (viper-go-away, viper-non-hook-settings): Don't localize
1396         minor-mode-alist in newer Emacsen.  Add advice to
1397         set-cursor-color.  Don't bind "\C-c\\".
1399 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
1401         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
1402         (scheme-macro-expand-command): New user options.
1403         (scheme-trace-procedure, scheme-expand-current-form): New commands.
1404         (scheme-form-at-point, scheme-start-file)
1405         (scheme-interactively-start-process): New functions.
1406         (scheme-get-process): New function, extracted from `scheme-proc'.
1407         (run-scheme): Call `scheme-start-file' to get start file, and pass
1408         it to `make-comint'.
1409         (switch-to-scheme, scheme-proc):
1410         Call `scheme-interactively-start-process' if no Scheme buffer/process
1411         is available.
1413 2005-08-06  Juri Linkov  <juri@jurta.org>
1415         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1416         Use `compilation-text-face', `compilation-info-text-face' and
1417         `compilation-error-text-face' instead of `font-lock-keyword-face'.
1418         (compilation-error): New face.
1419         (compilation-error-file-name): Inherit from
1420         `compilation-error' instead of `font-lock-warning-face'.
1421         (compilation-warning-file-name): Inherit from
1422         `compilation-warning' instead of `font-lock-warning-face'.
1423         (compilation-info, compilation-error-file-name)
1424         (compilation-warning-file-name, compilation-info-file-name)
1425         (compilation-line-number, compilation-column-number): Doc fix.
1426         (compilation-error-text-face, compilation-warning-text-face)
1427         (compilation-info-text-face): New face variables.
1428         (compilation-line-face, compilation-column-face)
1429         (compilation-enter-directory-face)
1430         (compilation-leave-directory-face): Doc fix.
1431         (compilation-text-face): New function.
1433         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
1434         instead of 1 to display binary file names as info file links.
1435         (grep-error-face): Use `compilation-error-face' instead of
1436         `font-lock-keyword-face'.
1437         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
1438         and `compilation-warning-text-face' instead of
1439         `font-lock-keyword-face'.  Use `compilation-error-text-face'
1440         instead of `grep-error-face'.
1442 2005-08-05  Kenichi Handa  <handa@m17n.org>
1444         * international/code-pages.el: Add autoload cookies for all coding
1445         systems.
1447 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
1449         * cus-start.el (all): Put undo.c where it alphabetically belongs.
1451 2005-08-04  Juri Linkov  <juri@jurta.org>
1453         * progmodes/compile.el (compilation-mode-map):
1454         * progmodes/grep.el (grep-mode-map):
1455         Bind TAB to `compilation-next-error' and [backtab] to
1456         `compilation-previous-error'.
1458         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
1459         matching line numbers, column numbers and their ranges with regexp
1460         matching only line numbers.
1461         (grep-context-face): New face variable.
1462         (grep-mode-font-lock-keywords): Use it.
1464         * faces.el (read-face-name): Delete duplicate faces.
1466 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
1468         * thumbs.el (thumbs-find-image): Don't make variables
1469         automatically buffer local.
1470         (thumbs-current-tmp-filename, thumbs-current-image-filename)
1471         (thumbs-image-num): Make automatically buffer local.
1472         (thumbs-show-thumbs-list): Use `make-local-variable', not
1473         `make-variable-buffer-local'.
1474         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
1476         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
1477         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
1478         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
1479         (bother, bye, canyou, chatlst, continue, deathlst, describe)
1480         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
1481         (feelings-about, foullst, found, hello, history, howareyoulst)
1482         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
1483         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
1484         (neglst, obj, object, owner, please, problems, qlist)
1485         (random-adjective, relation, remlst, repetitive-shortness)
1486         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
1487         (shortlst, something, sportslst, stallmanlst, states, subj)
1488         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
1489         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
1490         Defvar at compile time.
1492         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
1493         not `make-variable-buffer-local'.
1495 2005-08-02  Kim F. Storm  <storm@cua.dk>
1497         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
1498         rectangle overlay in selected window.
1500 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
1502         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
1503         instead of display group.  Make `indicate-buffer-boundaries'
1504         customizable through Custom.
1506 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
1508         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
1509         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
1510         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
1511         (gdb-put-string): Fix typos in docstrings.
1513 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
1515         Update copyright notices of files in progmodes directory for
1516         release of Emacs 22.1.
1518         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
1520         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
1521         Don't barf if the GUD buffer has been killed.
1523 2005-08-01  Kim F. Storm  <storm@cua.dk>
1525         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
1527 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1529         * simple.el (next-error-follow-minor-mode):
1530         make-variable-buffer-local -> make-local-variable.
1532         * emacs-lisp/cl-extra.el: Require CL also when compiling.
1534         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
1535         (byte-compile-form-make-variable-buffer-local): New functions to warn
1536         about misuses of make-variable-buffer-local where make-local-variable
1537         was meant.
1539 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
1541         * bs.el (bs-attributes-list): Doc fix.
1542         (bs): Update url-link.
1544         * desktop.el (desktop-save-buffer): Fix typos in docstring.
1545         (desktop-load-default): Simplify.
1547         * ibuffer.el (ibuffer-columnize-and-insert-list)
1548         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
1549         (ibuffer-unmark-all, ibuffer-toggle-marks)
1550         (ibuffer-unmark-forward, ibuffer-unmark-backward)
1551         (ibuffer-compile-make-format-form, ibuffer-format-column)
1552         (ibuffer-current-buffers-with-marks)
1553         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
1554         (ibuffer): Doc fix.
1555         (ibuffer-mode): Fix typo in docstring.
1556         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
1557         with `define-obsolete-variable-alias'.
1558         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
1560 2005-07-29  Kenichi Handa  <handa@m17n.org>
1562         * international/mule-cmds.el (select-message-coding-system):
1563         Be sure to use LF for end-of-line.  If no coding system is decided,
1564         return iso-8859-1-unix.
1566 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1568         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
1569         (ange-ftp-pending-error-line): New vars.
1570         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
1571         to handle the non-fatal no-route-to-host messages.
1572         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
1574 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
1576         * isearch.el (isearch-mode-map, isearch-other-meta-char)
1577         (isearch-quote-char, isearch-printing-char)
1578         (isearch-text-char-description): "?\ " -> "?\s".
1579         (isearch-lazy-highlight-cleanup)
1580         (isearch-lazy-highlight-initial-delay)
1581         (isearch-lazy-highlight-interval)
1582         (isearch-lazy-highlight-max-at-a-time)
1583         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
1584         Declare with define-obsolete-*-alias macros.
1585         (isearch-forward): Fix typo in docstring.
1586         (search-invisible, search-ring-yank-pointer)
1587         (regexp-search-ring-yank-pointer): Doc fixes.
1589         * recentf.el (recentf-menu-append-commands-p): Declare with
1590         `define-obsolete-variable-alias'.
1591         (recentf-max-saved-items, recentf-menu-filter)
1592         (recentf-arrange-by-rule-subfilter): Doc fixes.
1593         (recentf-menu-append-commands-flag)
1594         (recentf-initialize-file-name-history, recentf-expand-file-name)
1595         (recentf-clear-data): Fix typos in docstrings.
1597 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
1599         * progmodes/gdb-ui.el: Smarten comments.
1600         (gdb-info-breakpoints-custom): Use nowarn when finding file.
1602 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1604         * term/apollo.el (terminal-init-apollo): New function containing
1605         all former top level forms in the file.
1606         * term/bobcat.el (terminal-init-bobcat):
1607         * term/cygwin.el (terminal-init-cygwin):
1608         * term/iris-ansi.el (terminal-init-iris-ansi):
1609         * term/linux.el (terminal-init-linux):
1610         * term/news.el (terminal-init-news):
1611         * term/rxvt.el (terminal-init-rxvt):
1612         * term/sun.el (terminal-init-sun):
1613         * term/tvi970.el (terminal-init-tvi970):
1614         * term/vt100.el (terminal-init-vt100):
1615         * term/vt102.el (terminal-init-vt102):
1616         * term/vt125.el (terminal-init-vt125):
1617         * term/vt200.el (terminal-init-vt200):
1618         * term/vt201.el (terminal-init-vt201):
1619         * term/vt220.el (terminal-init-vt220):
1620         * term/vt240.el (terminal-init-vt240):
1621         * term/vt300.el (terminal-init-vt300):
1622         * term/vt320.el (terminal-init-vt320):
1623         * term/vt400.el (terminal-init-vt400):
1624         * term/vt420.el (terminal-init-vt420):
1625         * term/wyse50.el (terminal-init-wyse50):
1626         * term/xterm.el (terminal-init-xterm): Likewise.
1628         * term/README: Describe the terminal-init-* functionality.
1630         * startup.el (command-line): After loading the terminal initialization
1631         file call the corresponding terminal initialization function.
1633 2005-07-27  Kenichi Handa  <handa@m17n.org>
1635         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
1636         negative.
1638         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
1639         (ps-mule-composition-prologue): Fix for the case that
1640         RelativeCompose is false.
1642 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1644         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
1646         * descr-text.el (describe-char): Handle the case where the list of
1647         chars is displayed in a separate frame.
1648         Be a bit more discriminating when looking for the char.
1650 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
1652         * bookmark.el (bookmark-automatically-show-annotations)
1653         (bookmark-read-annotation-text-func): Doc fixes.
1654         (bookmark-save): Improve argument/docstring consistency.
1655         (bookmark-get-bookmark, bookmark-get-bookmark-record)
1656         (bookmark-alist-from-buffer)
1657         (bookmark-upgrade-file-format-from-0)
1658         (bookmark-grok-file-format-version)
1659         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
1660         (bookmark-read-annotation-mode)
1661         (bookmark-insert-current-bookmark, bookmark-jump)
1662         (bookmark-exit-hook): Fix typos in docstrings.
1663         (bookmark-exit-hooks): Define as obsolete alias.
1664         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
1665         not `bookmark-exit-hooks'.  Fix docstring.
1666         (bookmark-bmenu-select): "?\ " -> "?\s".
1668 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
1670         * startup.el (command-line): Fix typo.
1672 2005-07-24  Richard M. Stallman  <rms@gnu.org>
1674         * tooltip.el (tooltip-mode): Test emacs-basic-display,
1675         not emacs-quick-startup.
1677 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
1679         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
1680         (reb-next-match, reb-show-subexp): Use `with-selected-window'
1681         instead of `reb-with-current-window'.
1682         (reb-prev-match): Likewise.  Also, don't move left if the search
1683         was unsuccessful.
1684         (reb-initialize-buffer): New function.
1685         (re-builder, reb-change-syntax): Use it.
1687         * man.el (Man-goto-page): Make second argument NOERROR optional.
1689 2005-07-23  Richard M. Stallman  <rms@gnu.org>
1691         * man.el (Man-bgproc-sentinel): Check here for failure to find
1692         any man page in the output, and report the error here.
1693         (Man-arguments): Make it permanent local.
1694         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
1695         (Man-mode): Pass t for NOERROR.
1697         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
1698         (grep-mode-font-lock-keywords):
1699         Don't use compilation-...-face for messages that are not file names.
1701         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1702         Don't use compilation-...-face for messages that are not file names.
1704 2005-07-22  Juri Linkov  <juri@jurta.org>
1706         * startup.el (normal-splash-screen): Update menu name.
1708         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
1710 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1712         * term/xterm.el: Load term/rxvt if the terminal is actually an
1713         rxvt terminal.
1714         (xterm-rxvt-set-background-mode): Remove, not used anymore.
1716         * term/rxvt.el (function-key-map): Use substitute-key-definition
1717         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
1719         * term/cygwin.el: New file.
1721 2005-07-22  Kim F. Storm  <storm@cua.dk>
1723         * image-file.el (insert-image-file, image-file-yank-handler):
1724         Fix last change to maintain a (unique) yank-handler on yanked images.
1726 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
1728         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
1729         of the file size (as in "177B" for 177 bytes).  This happens with
1730         "ls -lh" on FreeBSD.
1732 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
1734         * hilit-chg.el (highlight-changes-global-initial-state)
1735         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
1736         (hilit-chg-fixup, highlight-changes-mode):
1737         Fix typos in docstrings.
1738         (highlight-changes-global-modes, highlight-changes-rotate-faces):
1739         Doc fixes.
1741 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
1743         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
1744         mode function using `eval-after-load'.
1746 2005-07-21  Kim F. Storm  <storm@cua.dk>
1748         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
1749         included when reporting an emacs crash, and tell about the DEBUG file.
1751         * image-file.el (insert-image-file): Add yank-handler.
1752         (image-file-yank-handler): Yank handler to make unique copies of
1753         images when they are yanked into a buffer next to each other.
1755 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
1757         * comint.el (comint-use-prompt-regexp, comint-send-input)
1758         (comint-source-default, comint-extract-string)
1759         (comint-get-source, comint-word, comint-completion)
1760         (comint-source, comint-prompt-read-only, comint-update-fence):
1761         Fix typos in docstrings.
1762         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
1763         Declare with define-obsolete-*-alias macros.
1764         (comint-previous-matching-input-from-input)
1765         (comint-next-matching-input-from-input)
1766         (comint-previous-matching-input, comint-next-matching-input)
1767         (comint-forward-matching-input):
1768         Improve argument/docstring consistency.
1770         * desktop.el (desktop-clear-preserve-buffers-regexp):
1771         Also preserve the *server* buffer.
1773         * simple.el (clone-indirect-buffer): Doc fix.
1774         (fixup-whitespace, just-one-space)
1775         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
1776         (next-error, next-error-highlight)
1777         (next-error-highlight-no-select, next-error-last-buffer)
1778         (next-error-buffer-p, next-error-find-buffer, next-error)
1779         (previous-error, next-error-no-select, previous-error-no-select)
1780         (open-line, split-line, minibuffer-prompt-width, kill-new)
1781         (binary-overwrite-mode): Fix typos in docstrings.
1782         (set-fill-column): Fix typo in message.
1784         * skeleton.el (skeleton-proxy-new): Doc fix.
1786         * strokes.el (strokes-load-hook): Doc fix.
1787         (strokes-grid-resolution, strokes-get-grid-position)
1788         (strokes-renormalize-to-grid, strokes-read-stroke)
1789         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
1790         (strokes-global-map): Fix typos in docstrings.
1791         (strokes-help): Doc fix.  Fix help message and pass it through
1792         `substitute-command-keys'.
1794         * tempo.el (tempo-insert-prompt, tempo-interactive)
1795         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
1796         (tempo-insert-string-functions, tempo-local-tags)
1797         (tempo-define-template, tempo-insert-template)
1798         (tempo-insert-prompt-compat, tempo-is-user-element)
1799         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
1800         Fix typos in docstrings.
1802         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
1803         (vcursor-key-bindings, vcursor-use-vcursor-map)
1804         (vcursor-find-window, vcursor-scroll-down)
1805         (vcursor-disable, vcursor-beginning-of-buffer)
1806         (vcursor-end-of-buffer): Fix typos in docstrings.
1807         (vcursor-relative-move, vcursor-get-char-count):
1808         Improve argument/docstring consistency.
1810         * version.el: "?\ " -> "?\s".
1812         * wid-edit.el (widget-default-create, widget-after-change)
1813         (widget-default-format-handler, widget-checklist-add-item)
1814         (widget-radio-add-item, widget-choose, widget-specify-secret)
1815         (widget-field-value-create, widget-field-value-get)
1816         (widget-editable-list-format-handler)
1817         (widget-editable-list-entry-create, widget-group-value-create)
1818         (widget-documentation-link-add)
1819         (widget-documentation-string-value-create): "?\ " -> "?\s".
1820         (widget-convert-text): Doc fix.
1821         (widget-narrow-to-field, widget-field-find)
1822         (widget-url-link-action, widget-emacs-library-link-action)
1823         (widget-color-notify): Fix typos in docstrings.
1825         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
1826         (x-select-text, set-w32-system-coding-system)
1827         (w32-add-charset-info): Fix typos in docstrings.
1829         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
1830         (cua-enable-cua-keys, cua-use-hyper-key)
1831         (cua-virtual-rectangle-edges): Fix typos in docstrings.
1832         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
1834         * net/tramp.el (tramp-handle-load): Fix typo in error message.
1836         * emacs-lisp/re-builder.el (regexp-builder): Declare with
1837         `defalias' instead of faking it.
1839         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
1840         (eshell-ls-missing, eshell-ls-dired-initial-args)
1841         (eshell-ls-use-in-dired): Fix typos in docstrings.
1843 2005-07-20  Kim F. Storm  <storm@cua.dk>
1845         * emulation/cua-base.el (cua-mode): Improve doc string.
1847 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
1849         * abbrev.el (expand-region-abbrevs): Doc fix.
1850         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
1851         Improve argument/docstring consistency.
1853         * arc-mode.el (archive-get-descr, archive-alternate-display):
1854         Doc fixes.
1855         (archive-l-e): Improve argument/docstring consistency.
1856         (archive-tmpdir, archive-unixdate, archive-unixtime)
1857         (archive-chmod-entry): Fix typos in docstrings.
1858         (archive-unflag, archive-unflag-backwards)
1859         (archive-unmark-all-files): "?\ " -> "?\s".
1861         * buff-menu.el (Buffer-menu-unmark): Doc fix.
1862         (Buffer-menu-not-modified, Buffer-menu-execute)
1863         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
1864         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
1866         * composite.el (compose-string, encode-composition-rule)
1867         (compose-last-chars): Fix typos in docstrings.
1869         * desktop.el (desktop-enable, desktop-basefilename):
1870         Declare with `define-obsolete-variable-alias'.
1871         (desktop-internal-v2s): Don't quote keywords.
1872         (desktop-clear): "?\ " -> "?\s".
1874         * dired.el (dired-align-file, dired-flag-backup-files)
1875         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
1876         (dired-listing-switches, dired-ls-F-marks-symlinks)
1877         (dired-dwim-target, dired-load-hook, dired-mode-hook)
1878         (dired-directory, dired-faces, dired, dired-revert)
1879         (dired-mode, dired-summary, dired-view-file)
1880         (dired-copy-filename-as-kill, dired-delete-file)
1881         (dired-no-confirm, dired-unmark-all-marks)
1882         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
1883         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
1884         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
1885         Fix typos in message strings.
1887         * dired-x.el (virtual-dired): Declare with `defalias'.
1888         (dired-mark-unmarked-files, dired-local-variables-file)
1889         (dired-omit-here-always): Doc fix.
1890         (dired-omit-mode, dired-find-subdir)
1891         (dired-enable-local-variables, dired-clean-up-buffers-too)
1892         (dired-extra-startup, dired-mark-extension, dired-jump)
1893         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
1894         (dired-smart-shell-command, dired-guess-shell-alist-user)
1895         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
1896         (dired-x-bind-find-file, dired-x-submit-report):
1897         Fix typos in docstrings.
1898         (dired-mark-unmarked-files): "?\ " -> "?\s".
1900         * dirtrack.el (dirtrack-list): Fix typos in docstring.
1902         * faces.el (describe-face): "?\ " -> "?\s".
1903         (read-all-face-attributes, read-face-font, modify-face)
1904         (face-attr-construct, italic): Fix typos in docstrings.
1905         (frame-update-face-colors): Declare with
1906         `define-obsolete-function-alias'.
1908         * files.el (find-file-noselect, recode-file-name): Doc fixes.
1909         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
1910         (magic-mode-alist, buffer-file-numbers-unique)
1911         (write-file-functions, get-free-disk-space):
1912         Fix typos in docstrings.
1913         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
1914         (write-contents-hooks, write-file-hooks):
1915         Declare with `define-obsolete-variable-alias'.
1917         * forms-d2.el (arch-rj): Fix typo in docstrings.
1918         (arch-tocol): Likewise.  "?\ " -> "?\s".
1920         * frame.el (set-frame-font, cursor-in-non-selected-windows):
1921         Fix typo in docstring.
1922         (set-screen-width, set-screen-height): Delete redundant info in
1923         doctrings.
1924         (new-frame, screen-height, screen-width): Declare with
1925         `define-obsolete-function-alias'.
1926         (delete-frame-hook, blink-cursor): Declare with
1927         `define-obsolete-variable-alias'.
1929         * paths.el (prune-directory-list): Fix typos in docstring.
1931         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
1932         (cvs-prefix-get): Fix typos in docstrings.
1934         * ps-print.el (ps-extend-face-list, ps-extend-face)
1935         (ps-print-background-image): Fix typos in docstrings.
1936         (ps-default-fg, ps-default-bg): Doc fixes.
1938         * s-region.el (s-region-bind): Doc fix.
1939         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
1941         * textmodes/org.el (org-table-formula-substitute-names)
1942         (org-table-get-vertical-vector): Doc fixes.
1943         (org-table-recalculate): Remove unused argument to `message'.
1945 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
1947         * textmodes/org.el (org-table-column-names)
1948         (org-table-column-name-regexp)
1949         (org-table-named-field-locations): New variables.
1950         (org-archive-subtree): Protect `this-command' when calling
1951         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
1952         the kill buffer.
1953         (org-complete): Remove fixed-formula completion.
1954         (org-edit-formulas-map): New variable.
1955         (org-table-edit-formulas): New command.
1956         (org-finish-edit-formulas, org-abort-edit-formulas)
1957         (org-show-variable, org-table-get-vertical-vector): New functions.
1958         (org-table-maybe-eval-formula): Handle `:=' fields.
1959         (org-table-get-stored-formulas, org-table-store-formulas)
1960         (org-table-get-formula, org-table-modify-formulas)
1961         (org-table-replace-in-formulas): Handle named field formulas.
1962         (org-table-get-specials): Store locations of named fields.
1964 2005-07-19  Juri Linkov  <juri@jurta.org>
1966         * progmodes/grep.el (grep-regexp-alist)
1967         (grep-mode-font-lock-keywords, grep-process-setup):
1968         Use default GNU grep match color "01;31m" instead of "01;41m".
1969         (grep-regexp-alist, grep-mode-font-lock-keywords):
1970         Use `\\[[0-9]*m' instead of `\\[00m'.
1971         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
1972         sgr_start where its handling is more important.  Use the real
1973         length of sgr_start instead of constant 8.
1974         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
1975         specially.  Delete all remaining escape sequences.
1976         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
1977         (grep-regexp-alist): Make hyperlink only for binary file name
1978         instead of the whole line.
1979         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
1980         (grep-mode): Add autoload.
1982         * emacs-lisp/find-func.el (find-function-regexp):
1983         Add `define-compilation-mode'.
1985 2005-07-19  Juri Linkov  <juri@jurta.org>
1987         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
1988         (compare-windows-sync-string-size, compare-windows-recenter)
1989         (compare-windows-highlight, compare-windows): Add version 22.1.
1990         (compare-windows) <defface>: Inherit from lazy-highlight instead
1991         of duplicating its default value.
1993         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
1994         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
1996         * descr-text.el (describe-char): Create link buttons for `charset'
1997         and `code point'.  Add the current input method name with a link
1998         button to `to input' field.  Print face names of display table
1999         characters in `The display table entry is displayed by' section
2000         instead of printing face-id in the `display' field.
2001         Guess hardcoded faces and create a link button for them.
2002         Skip empty fields when calculating max-width.
2003         Treat `widget-create' specially while inserting strings from the
2004         collected field list.
2005         (describe-char-after): Made obsolete in version 22.1, not 21.5.
2007         * diff-mode.el (diff-file-header): Change foreground color from
2008         yellow to green on light backgrounds.
2009         (diff-context): Inherit from `shadow' only for color/grayscale
2010         with more than 88 colors.
2011         (diff-indicator-removed, diff-indicator-added)
2012         (diff-indicator-changed): New faces.
2013         (diff-font-lock-keywords): Use new faces.  Regroup rules.
2014         Add "^---$" for `normal' diff format.  Fontify `#' lines with
2015         font-lock-comment-delimiter-face and font-lock-comment-face.
2016         Add `#' to ^[^...] in the rule for `diff-context-face'.
2018         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
2019         a button-like box.  Inherit from `highlight' on low colors.
2020         (shadow): Use shades of gray only for color/grayscale with
2021         more than 88 colors.  Use green for light backgrounds with
2022         8 colors, and yellow for dark backgrounds with 8 colors.
2024         * font-lock.el (font-lock-regexp-grouping-backslash):
2025         Don't inherit from escape-glyph (use bold for all cases).
2027         * info.el (info-xref-visited): Use light foreground color `violet'
2028         for dark backgrounds instead of dark color `magenta3'.
2029         (info-title-1): Use `yellow' color for dark backgrounds.
2031         * isearch.el (isearch): Use not-too-dark magenta3 instead of
2032         too-light magenta2.
2034         * replace.el (match): Use slightly more light RoyalBlue3 instead
2035         of dark RoyalBlue4.
2037         * wid-edit.el (widget-inactive): Inherit from `shadow'.
2039 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
2041         * novice.el (disabled-command-hook): Declare it with
2042         `define-obsolete-variable-alias'.
2044         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
2045         (desktop-buffer-misc-functions, desktop-buffer-handlers)
2046         (desktop-load-default): Add release to obsolescence info.
2047         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
2048         (desktop-append-buffer-args, desktop-read):
2049         Fix typos in docstrings.
2050         (desktop-kill): Fix typo in message.
2051         (desktop-save): Doc fix.
2053 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
2055         * viper-cmd.el (viper-escape-to-state): Bug fix.
2056         (viper-envelop-ESC-key): Change the definition of fast
2057         keysequence so it'll work with keyboard macros.
2059         * ediff.el (ediff-patch-buffer): Change the docstring.
2061 2005-07-19  Kenichi Handa  <handa@m17n.org>
2063         * international/mule-cmds.el (select-safe-coding-system): Try to
2064         use an auto-coding (if any) before anything else.  If the found
2065         auto-coding is invalid, show a warning message.
2067         * international/mule.el (find-auto-coding): New function created
2068         by modifying the body of set-auto-coding.
2069         (set-auto-coding): Use find-auto-coding to find a coding.
2071 2005-07-18  Richard M. Stallman  <rms@gnu.org>
2073         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
2074         not isearch-mode-end-hook-error.
2075         (allout-before-change-protect): Fix error message.
2077 2005-07-18  Juri Linkov  <juri@jurta.org>
2079         * allout.el (allout-mode):
2080         * calculator.el (calculator-copy):
2081         * custom.el (custom-known-themes):
2082         * dired.el (dired-desktop-buffer-misc-data)
2083         (dired-restore-desktop-buffer):
2084         * dired-x.el (dired-omit-marker-char):
2085         * files.el (basic-save-buffer):
2086         * font-core.el (font-lock-mode):
2087         * calendar/calendar.el (calendar-goto-hebrew-date)
2088         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
2089         (calendar-goto-persian-date):
2090         * language/ethio-util.el (ethio-sera-to-fidel-region):
2091         * textmodes/picture.el (picture-mode):
2092         Delete duplicate duplicate words.
2094 2005-07-18  Juri Linkov  <juri@jurta.org>
2096         * isearch.el (isearch-mode-map): Remove key bindings for regexp
2097         chars * ? } |.
2098         (isearch-fallback): Don't call `isearch-process-search-char'.
2099         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
2100         (isearch-process-search-char): Call `isearch-fallback' for regexp
2101         chars * ? } |.
2102         (isearch-return-char): Make obsolete with `make-obsolete' instead
2103         of simply documenting it as obsolete in the docstring.
2104         (isearch-fallback): Refill docstring.
2106         * international/isearch-x.el
2107         (isearch-process-search-multibyte-characters): Remove unneeded
2108         `concat'.  Add intermediate values to `junk-hist' instead of
2109         `minibuffer-history'.  Test the length of `str'.
2111 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
2113         * allout.el (allout-resolve-xref): Fix typos in error strings.
2114         (allout-before-change-protect): Remove unneeded `concat'.
2116         * array.el (array-mode, array-reconfigure-rows)
2117         (untabify-backward): Fix typos in docstrings.
2118         (array-reconfigure-rows): Use `insert-buffer-substring', not
2119         `insert-buffer'.
2121         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
2122         * progmodes/ada-mode.el (ada-make-body):
2123         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
2125         * dired.el (dired-log):
2126         * tar-mode.el (tar-subfile-save-buffer):
2127         * play/zone.el (zone-pgm-stress-destress):
2128         Use `insert-buffer-substring', not `insert-buffer'.
2130 2005-07-17  Simon Josefsson  <jas@extundo.com>
2132         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
2134 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
2136         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
2137         Add plain auth method.
2138         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
2140 2005-07-17  Kim F. Storm  <storm@cua.dk>
2142         * ido.el (dired-other-window): Add ido property.
2144 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
2146         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2147         Fix typo in docstring.
2148         (byte-compile-interactive-only-functions): Add `insert-buffer' and
2149         `insert-file-literally'.
2151         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
2152         info and delete redundant message.  Doc fix.
2153         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
2154         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
2156 2005-07-16  Richard M. Stallman  <rms@gnu.org>
2158         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
2159         (byte-compile-and): Use byte-compile-and-recursion.
2160         (byte-compile-or-recursion): New function.
2161         (byte-compile-or): Use that.
2162         (byte-compile-if): Guard the else-clause too.
2163         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
2165         * isearch.el (isearch-mode-end-hook-quit): New variable.
2166         (isearch-done): Bind it.
2167         (isearch-mode-end-hook): Doc fix.
2169         * allout.el (allout-isearch-did-quit): Variable deleted.
2170         (allout-real-isearch-abort): Function name no longer used.
2171         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
2172         (allout-isearch-rectification): isearch-mode always exists.
2173         Don't set allout-isearch-did-quit.
2174         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
2175         allout-isearch-did-quit.
2176         (allout-enwrap-isearch): Just add the hook.
2177         (allout-isearch-abort): Function deleted.
2178         (allout-pre-command-business): Avoid warning.
2180         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
2181         Correctly avoid warnings.
2182         (pascal-outline): Likewise.
2184         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
2186         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
2188         * play/tetris.el (tetris-mode): Avoid warning.
2190         * play/snake.el (snake-mode): Avoid warning.
2192         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
2193         (gamegrid-set-display-table): Avoid warning.
2194         (gamegrid-set-timer): Likewise.
2195         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
2196         (gamegrid-add-score-with-update-game-score-1): Take FILE
2197         as argument.
2198         (gamegrid-add-score-with-update-game-score): Pass that argument.
2199         Rename have-shared-game-dir to gamegrid-shared-game-dir.
2201         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
2203         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
2204         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
2206         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
2207         and insert-file.
2209         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
2210         (sc-ask): Avoid warnings.
2212         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
2213         (eshell-hist-initialize): Use that var the natural way.
2215         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
2217         * emacs-lisp/re-builder.el (reb-cook-regexp):
2218         Avoid warning calling lre-compile-string.
2219         (reb-color-display-p): Avoid warning.
2221         * calculator.el (calculator-last-input): Guard uses
2222         of event-key and key-press-event-p.
2223         (event-key, key-press-event-p): Delete definitions.
2225         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
2226         (find-gc-source-directory, find-gc-subrs-callers)
2227         (find-gc-noreturn-list, find-gc-source-files)
2228         (find-gc-subrs-called): Vars renamed and defvar'd.
2230         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
2231         (checkdoc-overlay-put, checkdoc-delete-overlay)
2232         (checkdoc-overlay-start, checkdoc-overlay-end)
2233         (checkdoc-mode-line-update, checkdoc-char=):
2234         Define such that compiler knows they are defined.
2235         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
2236         (checkdoc-read-event): Delete.  Use read-event directly.
2238         * whitespace.el (whitespace-make-overlay)
2239         (whitespace-overlay-put, whitespace-delete-overlay)
2240         (whitespace-overlay-start, whitespace-overlay-end):
2241         Define such that compiler knows they are defined.
2242         (whitespace): Move conditional inside.
2244         * tempo.el (tempo-insert-template): Suppress warning.
2246         * ediff-diff.el (longlines-mode): Add defvar.
2248 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
2250         * server.el: Bind "C-x #" in a way that works even if C-x is
2251         redefined to a command key, not a prefix key.
2253 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
2255         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
2256         cl-make-type-test till execution time.
2258 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
2260         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
2261         arg ARG and use it.
2263 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
2265         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
2267 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
2269         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
2270         a defcustom with two :set or :type keywords.
2272 2005-07-15  Richard M. Stallman  <rms@gnu.org>
2274         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2275         Don't give ^M comment-end syntax.
2277 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
2279         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
2280         Don't consider gdbmi (gdb-mi.el has its own update functions).
2281         (gdb-var-delete): Make it work for gdbmi as well.
2282         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
2284         * progmodes/gud.el (etags, sdb): Only require etags when needed.
2285         (gud-speedbar-menu-items): Correct logic for enabling items.
2287 2005-07-15  Kim F. Storm  <storm@cua.dk>
2289         * ido.el: Fix commentary.
2290         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
2291         Use with-no-warnings around ffap-guesser.
2292         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
2293         Let bind minibuffer-completing-file-name to t.
2295 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
2297         * startup.el (site-run-file, keyboard-type): Doc fixes.
2298         (command-line): Check for "--basic-display" argument; also for
2299         "--quick", not "--bare-bones" (which was renamed).
2300         (fancy-splash-text): Add missing item "Getting New Versions".
2301         (normal-splash-screen): Fix typos and improve consistency with
2302         `fancy-splash-text'.  Update copyright year.
2304         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
2305         valid binding for `help-char'.
2307         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
2309 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
2311         * term.el (term-mode): Disable cua-mode for term buffers.
2313 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
2315         * add-log.el (add-log-mailing-address, change-log-merge):
2316         Doc fixes.
2317         (change-log-get-method-definition): Fix typo in docstring.
2319 2005-07-14  Kim F. Storm  <storm@cua.dk>
2321         * emulation/cua-base.el:
2322         (cua--pre-command-handler-1, cua--pre-command-handler)
2323         (cua--post-command-handler-1, cua--post-command-handler):
2324         Split in two.  Check (buffer local) value of cua-mode.
2325         (cua-selection-mode): New command.
2327 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
2329         * custom.el (custom-initialize-safe-set)
2330         (custom-initialize-safe-default): Doc fixes.
2332         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
2333         and simplify :init-value again.
2335         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
2336         and simplify :init-value again.  Delete autoload.
2338         * startup.el (command-line): Use `custom-reevaluate-setting' again
2339         for tooltip-mode.
2341         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
2342         a defcustom with two :initialize keywords.
2344 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
2346         * allout.el (my-mark-marker, allout-isearch-prior-pos)
2347         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
2348         (allout-post-command-business, allout-flag-region)
2349         (isearch-reenable-font-lock, allout-yank)
2350         (allout-insert-latex-header, allout-insert-latex-trailer)
2351         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
2352         (allout-latex-verb-quote): Fix typos in docstrings.
2353         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
2354         (allout-unprotected, allout-prefix-data):
2355         Improve argument/docstring consistency.
2356         (allout-chart-subtree): Fix argument spec.
2357         (allout-open-topic): Rename `use_sib_bullet' argument to
2358         `use-sib-bullet'.  Doc fix.
2360         * whitespace.el (whitespace-check-buffer-leading)
2361         (whitespace-check-buffer-trailing)
2362         (whitespace-check-buffer-indent)
2363         (whitespace-check-buffer-spacetab)
2364         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
2365         (whitespace-check-leading-whitespace)
2366         (whitespace-check-trailing-whitespace)
2367         (whitespace-check-spacetab-whitespace)
2368         (whitespace-check-indent-whitespace)
2369         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
2370         (whitespace-modes): Fix typos in docstrings.
2371         (defgroup, defcustom): Doc fixes.
2373         * winner.el (winner-mode, winner-boring-buffers)
2374         (winner-pending-undo-ring): Doc fixes.
2375         (winner-ring): Remove unneeded `progn'.
2376         (winner-equal): `defsubst' it.
2377         (winner-redo): Fix message.
2379 2005-07-13  Kim F. Storm  <storm@cua.dk>
2381         * simple.el (line-move-1): Always use vertical-motion to
2382         do the last (or only) line move to ensure some movement.
2383         Undo 2005-06-23 change--don't check for overlays.
2385 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2387         * term/mac-win.el (ccl-encode-mac-roman-font)
2388         (ccl-encode-mac-centraleurroman-font)
2389         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
2390         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
2391         Change charset-id boundary of dimension to ?\xef.
2392         (mac-char-fontspec-list): New constant.
2393         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
2394         argument.  Nil uses itself as family in font-spec.  Previous
2395         behavior for nil is now provided by non-nil non-string argument.
2396         All callers changed.  Add font-specs for Mac fonts to
2397         "fontset-default" unless iso8859-1 fonts are installed.
2399 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2401         * progmodes/sh-script.el (sh-get-indent-info): Only indent
2402         a continuation line if the \ is preceded by SPC or TAB.
2403         (sh-get-indent-info): Simplify.
2404         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
2405         Use with-current-buffer.
2407         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
2408         when the matched text is empty.
2410 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
2412         * startup.el (command-line): Revert to previous handling of
2413         tooltip-mode.  Explain in comment why the complexity is needed.
2415         * tooltip.el (tooltip-mode): Revert to previous implementation of
2416         its defcustom.
2418         * frame.el (blink-cursor-mode): Revert to previous implementation
2419         of its defcustom.  Update comment.
2421 2005-07-12  Lars Hansen  <larsh@soem.dk>
2423         * desktop.el: Update e-mail address.
2425 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2427         * term/mac-win.el (mac-services-mail-selection)
2428         (mac-services-mail-to): New functions.
2429         (mac-application-menu-map): Bind them.
2431 2005-07-12  wulei <milton@wulei.net>  (tiny change)
2433         * progmodes/gdb-ui.el: Add note about buffering with Windows.
2435 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
2437         * custom.el (custom-reevaluate-setting): Doc fix.
2439 2005-07-11  Jay Belanger  <belanger@truman.edu>
2441         * calc/calc.el (calc-embedded-announce-formula-alist)
2442         (calc-embedded-open-close-plain-alist)
2443         (calc-embedded-open-close-mode-alist): Add checks for additional
2444         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
2446 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
2448         * custom.el (custom-enable-theme): Don't add theme to
2449         `custom-enabled-themes' with `push' because there is no
2450         setf-method for `delq'.
2452 2005-07-11  Richard M. Stallman  <rms@gnu.org>
2454         * custom.el (custom-declare-variable): Doc fix.
2456         * dired-aux.el (dired-compare-directories): Remove "." and ".."
2457         from the alists.
2459         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
2460         Do nothing if edebug-active.
2462         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
2463         (edebug-display): Do it here instead.
2465 2005-07-10  Richard M. Stallman  <rms@gnu.org>
2467         * cus-face.el (custom-theme-set-faces): Make it work.
2468         (custom-reset-faces): Doc fix.
2469         (custom-theme-reset-internal-face, custom-theme-face-value):
2470         Functions deleted.
2472         * custom.el (custom-push-theme): Maintain list of the settings
2473         of a given theme in its theme-settings property.
2474         Maintain position of old settings in the theme-value
2475         or theme-face property.
2476         (custom-enabled-themes): New variable.
2477         (custom-theme-enabled-p): New function.
2478         (provide-theme): Update custom-enabled-themes.
2479         Disable and reenable the `user' theme.
2480         (require-theme): Doc fix.
2481         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
2482         (custom-theme-value, custom-theme-variable-value): Likewise.
2483         (custom-theme-reset-internal): Likewise.
2484         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
2485         (custom-enable-theme, custom-disable-theme): New functions.
2486         (custom-variable-theme-value, custom-face-theme-value): Likewise.
2487         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
2488         (custom-theme-reset-variables): Simplify.
2489         (deftheme, custom-declare-theme, custom-make-theme-feature):
2490         Definitions moved.
2492 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
2494         * longlines.el (longlines-show-region)
2495         (longlines-unshow-hard-newlines): Recognize hard newlines by
2496         non-nil hard property, instead of t.
2498 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
2500         * viper-cmd.el (viper--key-maps): New variable.
2501         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
2502         emulation-mode-map-alists.
2503         (viper-envelop-ESC-key): Use viper-subseq.
2504         (viper-search-forward/backward/next): Disable debug-on-error.
2506         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2507         (viper-ESC-key): New defcustoms.
2509         * viper-macs.el (ex-map-read-args): Use viper-subseq.
2511         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
2512         (viper-subseq): Copy of subseq from cl.el.
2514         * viper.el (viper-go-away, viper-set-hooks): Use
2515         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
2517         * viper-mous.el (viper-current-frame-saved): Use defvar.
2519         * viper-init.el: Get rid of -face in face names.
2521         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2522         Make it work with longlines mode
2524         * ediff-mult.el (ediff-meta-mode-hook): New variable.
2526         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
2528         * ediff-init: Get rid of -face in face names.
2530 2005-07-10  Richard M. Stallman  <rms@gnu.org>
2532         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
2533         and with-timeout-unsuspend.
2535         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
2536         and with-timeout-unsuspend.
2538         * emacs-lisp/timer.el (with-timeout-timers): New variable.
2539         (with-timeout): Bind that variable to record timers.
2540         (with-timeout-suspend, with-timeout-unsuspend): New functions.
2542         * emacs-lisp/debug.el (debug-help-follow): New function.
2543         (debugger-mode-map): Use that instead of help-follow.
2544         (debugger-setup-buffer): Use eval-buffer-list
2545         to handle eval-buffer frames.
2547 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
2549         * timezone.el (timezone-parse-date): Change first regexp
2550         so it will not mistakenly match dates with no time zone.
2552 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
2554         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
2556 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
2558         * custom.el (custom-initialize-safe-set)
2559         (custom-initialize-safe-default): New functions.
2561         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
2562         and simplify :init-value.
2564         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
2565         and simplify :init-value.  Delete obsolete comment.
2567         * startup.el (command-line): Use `custom-reevaluate-setting' to
2568         handle `tooltip-mode'.  Delete obsolete comment.
2570         * files.el (set-visited-file-name): Avoid calling
2571         `file-name-nondirectory' with a nil argument.
2573 2005-07-09  Richard M. Stallman  <rms@gnu.org>
2575         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
2576         was called with nil for the buffer, handle the read position right.
2577         Handle read position for eval-region, too.
2579 2005-07-09  Juri Linkov  <juri@jurta.org>
2581         * fringe.el (fringe-mode): Add period in docstring.
2582         (fringe-query-style): Build prompt depending on `all-frames' arg.
2584         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
2585         to not create links to unrelated functions in the Help buffer.
2587         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
2588         Doc fix.
2590         * simple.el (next-error-hook): New variable.
2591         (next-error): Use it.  Doc fix.
2593         * textmodes/ispell.el (ispell-command-loop): Add current
2594         dictionary name and program name to mode-line-format.
2595         (ispell-region, ispell-process-line): Add current dictionary name
2596         and program name to messages.
2598 2005-07-08  Jay Belanger  <belanger@truman.edu>
2600         * calc/calc.el (calc-embedded-announce-formula-alist)
2601         (calc-embedded-open-close-formula-alist)
2602         (calc-embedded-open-close-word-alist)
2603         (calc-embedded-open-close-plain-alist)
2604         (calc-embedded-open-close-new-formula-alist)
2605         (calc-embedded-open-close-mode-alist)
2606         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
2607         (calc-embedded-mode-hook): New variables.
2609         * calc/calc-embed.el (calc-embedded-firsttime)
2610         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
2611         New variables.
2612         (calc-do-embedded): Use calc-embedded-firsttime,
2613         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
2614         determine whether or not to run hooks.
2615         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
2616         calc-embedded-firsttime-formula appropriately.
2617         Set calc-embedded delimiter variables according to mode.
2619 2005-07-08  Richard M. Stallman  <rms@gnu.org>
2621         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
2622         Check for "emacs", etc., as entire symbol, not just as word.
2623         (checkdoc-file-comments-engine): Use regexp-quote on FN.
2625         * files.el (set-visited-file-name): Report the error
2626         for "empty filename" earlier.
2627         (kill-some-buffers): Ignore buffers already dead.
2629         * fringe.el (fringe-mode): Doc fix.
2631         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2632         Check for (featurep 'xemacs) and turn off warnings in what it guards.
2633         Use unwind-protect to ensure byte-compile-unresolved-functions
2634         is updated.
2636         * whitespace.el (whitespace-buffer-leading-cleanup):
2637         Simplify w/ skip-chars-forward.
2638         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
2640         * mail/rmail.el (rmail-only-expunge): Fix paren error.
2641         Unconditionally try to leave point at the same old place.
2643 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
2645         * comint.el (comint-postoutput-scroll-to-bottom)
2646         (comint-show-maximum-output): Take scroll-margin into consideration.
2648 2005-07-08  Kim F. Storm  <storm@cua.dk>
2650         * ido.el (ido-use-filename-at-point): New choice `guess'.
2651         (ido-file-internal): Try ffap-guesser if selected.
2653         * ido.el (ido-before-fallback-functions): New hook.
2654         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
2655         (ido-read-file-name): Run it.
2657 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2659         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
2660         strings rather than a list of symbols to the completion function.
2662 2005-07-07  Jay Belanger  <belanger@truman.edu>
2664         * calc/calc-units.el (math-apply-units): Change the places in
2665         which units are simplified.
2667 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
2669         * cus-edit.el (customize-option, customize-option-other-window):
2670         Make them handle aliases.
2672         * custom.el (custom-variable-p): Make it recursively follow
2673         aliases.  Mention that in the docstring.
2675 2005-07-07  Richard M. Stallman  <rms@gnu.org>
2677         * cus-start.el (exec-path): Use `directory' instead of `file'.
2678         Fix tag for nil.
2680 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
2682         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
2683         when called non-interactively.  Doc fix.
2685 2005-07-07  Lute Kamstra  <lute@gnu.org>
2687         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
2688         new address as well.
2690 2005-07-07  Kenichi Handa  <handa@m17n.org>
2692         * international/mule.el (make-coding-system):
2693         Describe `ascii-incompatible' property in the docstring.
2694         (set-file-name-coding-system): Signal an error if coding-system is
2695         ascii-incompatible.
2696         (set-keyboard-coding-system): Likewise.
2698         * international/mule-cmds.el (set-default-coding-systems):
2699         Don't set default-file-name-coding-system and
2700         default-keyboard-coding-system if coding-system is ASCII-incompatible.
2702         * international/utf-16.el: Declare that all UTF-16-based coding
2703         systems are ASCII-incompatible.
2705 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
2707         * progmodes/gud.el: Require font-lock for displaying errors.
2708         Used by gdb-ui.el.
2710 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
2712         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
2713         values for the pattern lists which are `read'able but not
2714         `append'able (like symbols).
2716 2005-07-06  Richard M. Stallman  <rms@gnu.org>
2718         * progmodes/flymake.el (flymake-float-time): Instead of
2719         with-no-warnings, test for xemacs.
2720         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
2721         to avoid warning.
2723 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
2725         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
2727 2005-07-05  Lute Kamstra  <lute@gnu.org>
2729         * battery.el: Add support for Darwin (with much debugging help
2730         from Samuel Lauber <sam124@operamail.com>).
2731         (battery-status-function, battery-echo-area-format)
2732         (battery-mode-line-format): Add support for pmset on Darwin.
2733         (battery-load-low, battery-load-critical): New user options.
2734         (battery-pmset): New function.
2736 2005-07-05  Lute Kamstra  <lute@gnu.org>
2738         Update FSF's address in GPL notices.
2740         * textmodes/page-ext.el: Update FSF's address.
2742 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2744         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
2745         filling from using prefix when filling a single-line docstring.
2747         * progmodes/flymake.el: Remove useless eval-when-compile.
2749         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
2751 2005-07-04  Richard M. Stallman  <rms@gnu.org>
2753         * textmodes/org.el (org-file-apps-defaults-gnu):
2754         Rename from org-file-apps-defaults-linux.
2755         (org-default-apps): Don't test system-type for `linux'.
2756         (org-file-apps): Doc fix.
2758 2005-07-04  David Ponce  <david@dponce.com>
2760         * tree-widget.el: Improve header Commentary section.
2761         (tree-widget) [defgroup]
2762         (tree-widget-image-enable, tree-widget-themes-directory)
2763         (tree-widget-theme, tree-widget-image-properties-emacs)
2764         (tree-widget-image-properties-xemacs, tree-widget-create-image)
2765         (tree-widget-image-formats, tree-widget-control)
2766         (tree-widget-empty-control, tree-widget-leaf-control
2767         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
2768         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
2769         (tree-widget-keep, tree-widget-after-toggle-functions)
2770         (tree-widget-open-node, tree-widget-close-node): Doc fix.
2771         (tree-widget-open-control, tree-widget-close-control): Fix doc and
2772         :help-echo message.
2773         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
2774         (tree-widget-image-properties): Doc fix.  Clearer implementation.
2775         (tree-widget--cursors): New constant.
2776         (tree-widget-lookup-image): New function split from
2777         `tree-widget-find-image'.  Clearer implementation.
2778         (tree-widget-find-image): Use it.
2779         (tree-widget-button-keymap): Use `set-keymap-parent'.
2780         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
2781         Define the sub-widgets here.
2782         (tree-widget-node): Check that :node is not a tree-widget.
2783         (tree-widget-get-super, tree-widget-open-control)
2784         (tree-widget-close-control, tree-widget-empty-control)
2785         (tree-widget-leaf-control, tree-widget-guide)
2786         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
2787         (tree-widget-no-handle, tree-widget-value-delete)
2788         (tree-widget-map): Remove.
2789         (tree-widget-children-value-save): Doc fix.  Simplified.
2790         (tree-widget-value-create): Update according to previous changes.
2792 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
2794         * textmodes/org.el: Leading space replaced by TABS.
2795         (org-recalc-marks, org-table-rotate-recalc-marks)
2796         (org-table-get-specials): Treat "^" and "_" marks.
2797         (org-table-justify-field-maybe): Optional argument NEW.
2798         (org-table-eval-formula): Parsing of the format simplified.
2799         New modes C,I.  Honor the %= parameter in the current table.
2800         Avoid unnecessary re-align by using the NEW argument to
2801         `org-table-justify-field-maybe'.
2802         (org-calc-default-modes): Default for date-format mimicks org-mode.
2803         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
2805 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
2807         * cus-face.el (custom-theme-set-faces): Make it handle face
2808         aliases whose alias declarations are pre- or autoloaded.
2810 2005-07-04  Juri Linkov  <juri@jurta.org>
2812         * faces.el (read-face-name): Put the code for getting a face name
2813         from the buffer before adding the faces from the `face' property.
2814         Use `completing-read-multiple' instead of `completing-read'.
2815         Require `crm'.  Add default value and post-process the returned
2816         list of faces.
2818         * emacs-lisp/crm.el (crm-find-current-element)
2819         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
2821         * emacs-lisp/lisp-mode.el (eval-defun-1):
2822         * emacs-lisp/edebug.el (edebug-eval-defun):
2823         Remove unnecessary quotes.
2825 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
2827         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
2828         (prolog-indent-level): Fix typo in docstring.
2830         * info.el (Info-history, Info-history-forward)
2831         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
2833         * add-log.el (add-change-log-entry):
2834         * comint.el (comint-dynamic-list-input-ring)
2835         (comint-dynamic-list-completions):
2836         * dabbrev.el (dabbrev-expand):
2837         * delim-col.el (delimit-columns-rectangle-line):
2838         * diff-mode.el (diff-context->unified, diff-reverse-direction)
2839         (diff-unified->context):
2840         * ediff-init.el (ediff-abbrev-jobname):
2841         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
2842         (ediff-replace-session-activity-marker-in-meta-buffer):
2843         * info.el (Info-summary):
2844         * lpr.el (printify-region):
2845         * printing.el (pr-create-interface):
2846         * ps-print.el (ps-print-quote):
2847         * ses.el (ses-column-widths, ses-print-cell)
2848         (ses-adjust-print-width, ses-center):
2849         * shell.el (shell-file-name-quote-list):
2850         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
2851         (strokes-fill-current-buffer-with-whitespace)
2852         (strokes-xpm-for-stroke, strokes-list-strokes)
2853         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
2854         * term.el (term-dynamic-list-input-ring)
2855         (term-dynamic-list-completions):
2856         * calc/calc.el (math-format-stack-value):
2857         * emacs-lisp/edebug.el (edebug-display-freq-count):
2858         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
2859         (delphi-new-comment-line):
2860         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
2861         * progmodes/executable.el (executable-set-magic):
2862         * progmodes/python.el (inferior-python-mode):
2863         * progmodes/scheme.el (scheme-mode-syntax-table):
2864         * progmodes/sh-script.el (sh-maybe-here-document):
2865         * progmodes/sql.el (sql-copy-column):
2866         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
2867         * textmodes/bibtex.el (bibtex-mode):
2868         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
2869         (sgml-auto-attributes):
2870         * textmodes/table.el (table-insert, table-shorten-cell)
2871         (table--generate-source-scan-lines, table-delete-row)
2872         (*table--cell-delete-char, table--spacify-frame)
2873         (table--horizontally-shift-above-and-below)
2874         (table--cell-insert-char, table--cell-blank-str)
2875         (table--fill-region-strictly):
2876         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
2877         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
2879         * add-log.el (change-log):
2880         * apropos.el (apropos):
2881         * comint.el (comint-completion, comint-source):
2882         * dabbrev.el (dabbrev):
2883         * delim-col.el (columns):
2884         * diff-mode.el (diff-mode):
2885         * ediff.el (ediff):
2886         * ediff-diff.el (ediff-diff):
2887         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
2888         * ediff-mult.el (ediff-mult):
2889         * ediff-ptch.el (ediff-ptch):
2890         * ediff-wind.el (ediff-window):
2891         * facemenu.el (facemenu):
2892         * indent.el (indent):
2893         * info.el (info):
2894         * jka-cmpr-hook.el (compression, jka-compr):
2895         * lpr.el (lpr):
2896         * outline.el (outlines):
2897         * pcmpl-cvs.el (pcmpl-cvs):
2898         * pcmpl-rpm.el (pcmpl-rpm):
2899         * printing.el (printing):
2900         * ps-print.el (postscript, ps-print, ps-print-horizontal)
2901         (ps-print-vertical, ps-print-headers, ps-print-font)
2902         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
2903         (ps-print-background, ps-print-printer, ps-print-page)
2904         (ps-print-miscellany):
2905         * ses.el (ses):
2906         * shell.el (shell, shell-directories, shell-faces):
2907         * startup.el (initialization):
2908         * strokes.el (strokes):
2909         * term.el (term):
2910         * uniquify.el (uniquify):
2911         * w32-vars.el (w32):
2912         * calc/calc.el (calc):
2913         * emacs-lisp/bytecomp.el (bytecomp):
2914         * emacs-lisp/cl-indent.el (lisp-indent):
2915         * emacs-lisp/edebug.el (edebug):
2916         * emacs-lisp/elp.el (elp):
2917         * emacs-lisp/testcover.el (testcover):
2918         * emacs-lisp/trace.el (trace):
2919         * emulation/viper-ex.el (viper-ex):
2920         * emulation/viper-mous.el (viper-mouse):
2921         * mail/mailalias.el (mailalias):
2922         * mail/supercite.el (supercite, supercite-frames)
2923         (supercite-attr, supercite-cite, supercite-hooks):
2924         * net/rcompile.el (remote-compile):
2925         * net/rlogin.el (rlogin):
2926         * obsolete/ooutline.el (outlines):
2927         * progmodes/delphi.el (delphi):
2928         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
2929         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
2930         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
2931         (ebnf-optimization):
2932         * progmodes/etags.el (etags):
2933         * progmodes/executable.el (executable):
2934         * progmodes/idlwave.el (idlwave):
2935         * progmodes/pascal.el (pascal):
2936         * progmodes/prolog.el (prolog):
2937         * progmodes/python.el (python):
2938         * progmodes/scheme.el (scheme):
2939         * progmodes/sh-script.el (sh, sh-script):
2940         * progmodes/sql.el (SQL):
2941         * progmodes/tcl.el (tcl):
2942         * textmodes/bibtex.el (bibtex, bibtex-autokey):
2943         * textmodes/enriched.el (enriched):
2944         * textmodes/makeinfo.el (makeinfo):
2945         * textmodes/sgml-mode.el (sgml):
2946         * textmodes/table.el (table-hooks):
2947         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
2948         * textmodes/texinfo.el (texinfo):
2949         * textmodes/two-column.el (two-column):
2950         Finish `defgroup' description with period.
2952         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
2953         * eshell/esh-var.el (eshell-var):
2954         * progmodes/vhdl-mode.el (vhdl-testbench):
2955         * textmodes/org.el (org): Fix typos in docstrings.
2957         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
2958         consistency.
2960         * progmodes/flymake.el (flymake-find-file): Remove.
2961         (flymake-float-time): Use `with-no-warnings'.
2962         (flymake-check-start-time, flymake-check-was-interrupted)
2963         (flymake-err-info, flymake-is-running, flymake-last-change-time)
2964         (flymake-new-err-info): `defvar' at compile time.
2966 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
2968         * replace.el (occur-hook): Doc fix.
2969         (occur-1): Don't call `occur-hook' if there are no matches.
2971 2005-07-03  Richard M. Stallman  <rms@gnu.org>
2973         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
2974         global-map, save the same map.
2975         (global-map): Don't alter it at top level.
2976         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
2977         Then alter it here instead.
2978         (tpu-edt-off): Set global-map to the saved one.
2980         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
2981         All references simplified.
2982         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
2983         (zmacs-regions): Add defvar.
2984         (repeat-complex-command-map): Everything about that deleted.
2986         * textmodes/artist.el (artist-key-is-drawing)
2987         (artist-key-endpoint1, artist-key-poly-point-list)
2988         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
2989         (artist-key-compl-table, artist-rb-save-data)
2990         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
2991         Don't put them in eval-when-compile.
2992         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
2994         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
2995         Use with-no-warnings.
2997         * net/browse-url.el (dos-windows-version): Add defvar.
2999         * mail/supercite.el (filladapt-prefix-table): Add defvar.
3001         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
3002         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
3003         (rmail-new-summary-line-count): Rename from new-summary-line-count.
3004         Add defvar.
3005         (rmail-summary-beginning-of-message): Use with-no-warnings.
3006         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
3008         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
3009         Use with-no-warnings.
3011         * emulation/vi.el (vi-mark-region): Use c-mark-function.
3012         (c-mark-function): Add point-moving-unit property.
3013         (vi-goto-line): Use with-no-warnings.
3015         * emulation/edt.el (edt-last-copied-word): Add defvar.
3016         (zmacs-region-stays): Likewise.
3017         (edt-mark-section-wisely): Use c-mark-function for C.
3018         Use makr-defun for Fortran.
3019         (time-string): defvar deleted.
3020         (edt-display-the-time): Don't set time-string.
3022         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
3024         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3025         Don't warn when name is not constant
3026         or for defining the group `emacs'.
3028         * tooltip.el (gud-tooltip-mode): Add defvar.
3030         * startup.el (default-frame-background-mode): Add defvar.
3032         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
3034         * info.el (tool-bar-map): Add defvar.
3036         * dired.el (dnd-protocol-alist): Add defvar.
3038         * dired-aux.el (dired-query): Display question with answer, when
3039         the user answers.
3041         * custom.el (custom-add-option): Doc fix.
3043         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
3045 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
3047         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
3048         bogus name from the last change.
3050 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
3052         * custom.el (custom-declare-variable): Fix typos in comment.
3053         (custom-known-themes): Doc fix.
3054         (custom-theme-directory): New defcustom.
3055         (require-theme): Make it check `custom-theme-directory'.
3057         * cus-theme.el (custom-new-theme-mode): New function.
3058         (custom-theme-name, custom-theme-variables, custom-theme-faces)
3059         (custom-theme-description): Add compiler defvars.
3060         (customize-create-theme): Add doc to the "*New Custom Theme*"
3061         buffer.  Use `custom-new-theme-mode'.
3062         (custom-theme-write): Put the created buffer in emacs-lisp-mode
3063         and save it to the `custom-theme-directory'.  Make this the
3064         default directory of the buffer.
3066 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
3068         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
3069         Fix unbalanced parentheses.
3071 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3073         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
3074         into flymake-mode and delegate to flymake-mode.
3076         * find-file.el (ff-which-function-are-we-in): Clean up.
3078 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
3080         * replace.el (occur-rename-buffer): Fix docstring.
3082         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
3083         (edt-last-copied-word, edt-learn-macro-count)
3084         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
3085         (edt-rect-start-point, edt-user-global-map, rect-start-point)
3086         (time-string, zmacs-region-stays):
3087         * emulation/edt-mapper.el (edt-save-function-key-map)
3088         (EDT-key-name): `defvar' to silence the byte-compiler.
3090 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3092         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
3093         font-lock-regexp-backslash.  Doc fix.
3094         (font-lock-regexp-backslash-grouping-construct): Rename from
3095         font-lock-regexp-backslash-construct.  Doc fix.
3096         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
3097         grouping constructs.
3099 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
3101         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
3102         updating all the prerequisites.
3104 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
3106         * textmodes/org.el (org-agenda-start-on-weekday)
3107         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
3108         (org-agenda-use-time-grid, org-archive-location)
3109         (org-allow-space-in-links, org-usenet-links-prefer-google)
3110         (org-enable-table-editor, org-export-default-language)
3111         (org-export-html-show-new-buffer, org-fill-paragraph)
3112         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
3113         (org-goto-quit, org-occur, org-eval-in-calendar)
3114         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
3115         (org-agenda-diary-entry, org-remember-help)
3116         (org-table-convert-region, org-at-table-p)
3117         (org-table-move-row-down, org-table-move-row-up)
3118         (org-table-copy-region, org-table-toggle-vline-visibility)
3119         (org-table-get-stored-formulas, org-table-get-specials)
3120         (org-recalc-commands, org-table-eval-formula)
3121         (org-table-formula-substitute-names, orgtbl-make-binding)
3122         (org-format-org-table-html, org-format-table-table-html)
3123         (org-format-table-table-html-using-table-generate-source)
3124         (org-customize): Fix typos in docstrings.
3125         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
3126         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
3127         (org-back-to-heading): Doc fixes.
3128         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
3129         (org-agenda-change-all-lines, org-get-header):
3130         Improve argument/docstring consistency.
3131         (orgtbl-error): Fix error message.
3133         * progmodes/flymake.el (flymake-find-possible-master-files)
3134         (flymake-master-file-compare, flymake-get-line-err-count)
3135         (flymake-highlight-line, flymake-gui-warnings-enabled):
3136         Fix typos in docstrings.
3137         (flymake-parse-line, flymake-get-project-include-dirs-function)
3138         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
3139         Doc fixes.
3140         (flymake-get-project-include-dirs-function)
3141         (flymake-make-err-menu-data):
3142         Improve argument/docstring consistency.
3144 2005-07-01  Lute Kamstra  <lute@gnu.org>
3146         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
3147         Catch errors with ignore-errors.  Use temporary buffer.
3148         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
3150         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
3151         background color faces.
3152         (facemenu-set-foreground, facemenu-set-background):
3153         Use facemenu-set-face-from-menu.
3154         (facemenu-set-face-from-menu): Treat face names that start with
3155         "fg:" or "bg:" as special.
3156         (facemenu-add-new-color): Don't create faces.  Simplify.
3158 2005-06-30  Richard M. Stallman  <rms@gnu.org>
3160         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
3161         (crm-find-current-element): Likewise.
3163 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
3165         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
3167 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3169         * arc-mode.el (archive-extract): Make it work as a mouse binding.
3170         (archive-mouse-extract): Make it an obsolete alias.
3171         (archive-mode-map): Don't use archive-mouse-extract any more.
3172         (archive-mode, archive-extract): write-contents-hooks ->
3173         write-contents-functions.
3174         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
3175         first arg.
3176         (archive-rename-entry): Update the call.
3177         (archive-zip-summarize): Remove unused var `method'.
3178         (archive-lzh-summarize): Remove unused var `creator'.
3180         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
3181         dedicated frame upon exit.
3183         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
3184         (archive-zip-extract, archive-zip-expunge)
3185         (archive-zip-update, archive-zip-update-case): Use executable-find.
3186         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
3187         Use restore-buffer-modified-p.
3188         (archive-extract, archive-add-new-member, archive-write-file-member):
3189         Use with-current-buffer.
3190         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
3192 2005-06-30  Andreas Schwab  <schwab@suse.de>
3194         * progmodes/gud.el (gud-filter): Remove unneeded progn.
3196 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
3198         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
3200 2005-06-30  Juri Linkov  <juri@jurta.org>
3202         * faces.el (vertical-border): Inherit from mode-line-inactive
3203         only on tty.
3205 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
3207         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
3208         example, -NLINES in the `occur' docstring).
3210         * replace.el (occur-1): When no matches are found, do not set the
3211         `buffer-read-only' and modified flags for the occur buffer,
3212         because it is deleted.
3214         * emulation/cua-base.el (cua-check-pending-input)
3215         (cua-repeat-replace-region, cua-mode, cua-debug)
3216         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
3217         Fix typos in docstrings.
3219         * emulation/cua-gmrk.el (cua-toggle-global-mark)
3220         (cua-cut-region-to-global-mark)
3221         (cua--cut-rectangle-to-global-mark):
3222         Remove period from end of messages.
3224         * emulation/cua-rect.el (cua-do-rectangle-padding):
3225         Remove period from end of messages.
3226         (cua--rectangle-seq-format): Fix typo in docstring.
3227         (cua-sequence-rectangle, cua-fill-char-rectangle):
3228         Improve argument/docstring consistency.
3230 2005-06-29  Juri Linkov  <juri@jurta.org>
3232         * faces.el (default-frame-background-mode): New internal variable.
3233         (frame-set-background-mode): Use it.
3235         * startup.el (normal-top-level): Set default-frame-background-mode
3236         instead of frame-background-mode.  Before setting it, test for its
3237         nil value.  Remove tests for frame-background-mode and frame
3238         parameter `reverse'.  Add test for "unspecified-fg".
3240         * term/xterm.el (xterm-rxvt-set-background-mode):
3241         * term/rxvt.el (rxvt-set-background-mode):
3242         Set default-frame-background-mode instead of frame-background-mode.
3244 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
3246         * simple.el (set-variable): Warn about obsolete user variables.
3248         * imenu.el (imenu--completion-buffer):
3249         * mouse.el (mouse-buffer-menu-alist):
3250         * msb.el (msb-invisible-buffer-p):
3251         * calendar/diary-lib.el (diary-header-line-format):
3252         * emacs-lisp/pp.el (pp-buffer):
3253         * progmodes/cperl-mode.el (cperl-do-auto-fill):
3254         * textmodes/picture.el (picture-replace-match):
3255         Change space constants followed by a sexp to "?\s ".
3257         * play/decipher.el (decipher-loop-with-breaks):
3258         * textmodes/texinfo.el (texinfo-insert-@item): Change space
3259         constants "protected" from end of line by a comment to "?\s".
3261 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3263         * font-lock.el (save-buffer-state): Use `declare'.
3265         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
3266         reset the syntax-table to cperl-mode-syntax-table.
3267         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
3268         "foo_print_bar" is not matched as a reserved keyword.
3270 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
3272         * textmodes/org.el (orgtbl-setup): New function, for delayed
3273         setup for the orgtbl commands.
3274         (org-calc-default-modes): New option.
3275         (orgtbl-make-binding): Use `defun' to get better help display.
3276         (org-diary): Call `org-compile-prefix-format'.
3277         (org-table-formula-substitute-names): New function.
3278         (org-agenda-day-view, org-agenda-week-view): New commands.
3279         (org-agenda-toggle-week-view): Command removed.
3280         (org-tbl-menu): Split off from org-org-menu.
3281         (org-mode): Move removal of outline-mode menus to here.
3282         (org-table-formula-debug): New option.
3283         (org-table-insert-row): Keep first field if just "#" or "*".
3284         (org-mode): Paragraph regexps fixed.
3285         (org-table-recalculate-regexp): New constant.
3286         (org-table-justify-field-maybe): Avoid replace if not necessary.
3287         (org-copy-special, org-cut-special): Use `call-interactively'.
3288         (org-table-copy-region): Take region from `interactive' call.
3289         (org-trim): Return string even if no match.
3290         (org-formula): New face.
3291         (org-set-font-lock-defaults): No longer highlight "FIXME".
3292         But highlight formula-related fields in table.
3293         (org-table-p): Use regexp, not fontification.
3294         (org-table-align): Handle white space at end of line.
3295         (org-table-formula-evaluate-inline): New option.
3296         (org-mode): Auto-wrapping in comment lines turned off.
3297         (org-table-copy-down): Evaluate only in copied field, not in
3298         destination.
3299         (org-table-current-formula): Variable removed.
3300         (org-table-store-formulas, org-table-get-stored-formulas)
3301         (org-table-modify-formulas, org-table-replace-in-formulas)
3302         (org-table-maybe-eval-formula): New functions.
3303         (org-table-get-formula): Modify to use stored formulas.
3304         (org-table-insert-column, org-table-delete-column)
3305         (org-table-move-column): Call `org-table-modify-formulas'.
3306         (org-complete): Add completion for keyword formulas.
3307         (orgtbl-mode): Pull orgtbl-mode-map to start of
3308         minor-mode-map-alist.
3310 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3312         * progmodes/python.el (python-check): Require `compile' before
3313         modifying its variables.
3315         * newcomment.el (comment-indent-default): Don't get fooled by an early
3316         end of buffer.
3318 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3320         * ps-print.el (ps-print-version): Fix version number.
3322 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
3324         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
3326 2005-06-28  Richard M. Stallman  <rms@gnu.org>
3328         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
3329         (flyspell-local-mouse-map): Declaration deleted.
3330         (flyspell-mouse-map): Bind only mouse-2.
3331         (flyspell-mode-map): Don't test flyspell-use-local-map.
3332         (flyspell-overlay-keymap-property-name): Var deleted.
3333         (flyspell-mode-on): Don't make local bindings for
3334         flyspell-mouse-map and flyspell-mode-map.
3335         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
3337         * textmodes/ispell.el (ispell-word): Do not ignore short words.
3339         * progmodes/compile.el (compilation-next-error-function):
3340         Don't switch buffers; operate on the current buffer.
3342         * progmodes/compile.el (compilation-error-file-name)
3343         (compilation-warning-file-name, compilation-info-file-name)
3344         (compilation-line-number, compilation-column-number): New faces.
3345         (compilation-error-face, compilation-warning-face)
3346         (compilation-info-face, compilation-line-face)
3347         (compilation-column-face): Use them.
3349         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
3351         * comint.el (comint-password-prompt-regexp): Accept ", try again".
3353         * bindings.el (global-map): Bind insertchar and its variants.
3355 2005-06-27  Richard M. Stallman  <rms@gnu.org>
3357         * textmodes/artist.el (artist-text-overwrite)
3358         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
3360 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3362         * ps-print.el: It was not working the page selection for printing.
3363         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
3364         (ps-print-version): New version 6.6.7.
3365         (ps-end-sheet): New fun.
3366         (ps-header-sheet, ps-end-job): Call it.
3368 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
3370         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
3372 2005-06-27  Lute Kamstra  <lute@gnu.org>
3374         * facemenu.el (facemenu-unlisted-faces): Add foreground and
3375         background color faces.
3376         (facemenu-get-face): Delete function.
3377         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
3378         (facemenu-add-new-color): Make second argument mandatory.
3379         Create the appropriate face and return it.  Simplify.
3380         (facemenu-set-foreground, facemenu-set-background): Don't check if
3381         color is defined.  Use return value of facemenu-add-new-color.
3383 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
3385         * progmodes/gud.el (gud-filter): Add missing argument to
3386         with-selected-window.
3388 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3390         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
3391         a :require to the defcustom.
3393         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
3394         defcustoms corresponding to minor modes.
3396 2005-06-26  David Ponce  <david@dponce.com>
3398         * recentf.el: Require tree-widget instead of wid-edit.
3399         (recentf-filename-handler): Fix widget :type.
3400         (recentf-cancel-dialog, recentf-open-more-files)
3401         (recentf-open-files-action): Doc fix.
3402         (recentf-dialog-goto-first): New function.
3403         (recentf-dialog-mode-map): Set parent keymap first.
3404         (recentf-dialog-mode): Define with define-derived-mode.
3405         Don't display continuation lines in dialogs.
3406         (recentf-edit-list): Rename from recentf-edit-selected-items.
3407         (recentf-edit-list-select): Rename from recentf-edit-list-action.
3408         Simplify.
3409         (recentf-edit-list-validate): New function.
3410         (recentf-edit-list): Update accordingly.
3411         (recentf-open-files-item-shift): Remove.
3412         (recentf-open-files-item): Convert menu elements into tree and
3413         link widgets.  Don't create the widgets.
3414         (recentf-open-files): Update accordingly.
3415         (recentf-save-list): Untabify.
3417 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
3419         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
3420         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
3421         partially contained in the active region.  Do not take active
3422         region into account when called from Lisp, unless INTERACTIVE arg
3423         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
3424         avoid trouble with fields.  Make marker point nowhere when no
3425         longer used.  Always return nil.  Doc fix.
3426         (flush-lines): Add INTERACTIVE arg.  Do not take active region
3427         into account when called from Lisp, unless INTERACTIVE arg is
3428         non-nil.  Use `forward-line' instead of `beginning-of-line' to
3429         avoid trouble with fields.  Make marker point nowhere when no
3430         longer used.  Always return nil.  Doc fix.
3431         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
3432         interchangeable.  Do not take active region into account when
3433         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
3434         message in echo area when called from Lisp, unless INTERACTIVE arg
3435         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
3436         Return the number of matches.  Doc fix.
3437         (occur): Doc fix.
3438         (perform-replace): Make comment follow double space convention for
3439         the sake of `outline-minor-mode'.
3441         * faces.el (facep): Doc fix.
3443 2005-06-25  Richard M. Stallman  <rms@gnu.org>
3445         * facemenu.el (facemenu-enable-faces-p): New function.
3446         (facemenu-background-menu, facemenu-foreground-menu)
3447         (facemenu-face-menu): Add menu-enable property.
3449         * jka-compr.el (jka-compr-insert-file-contents):
3450         Special handling if cannot find the uncompression program.
3452         * cus-face.el (custom-face-attributes): Add autoload.
3454         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3455         Bind comment-indent-function locally.
3457         * window.el (save-selected-window): Use save-current-buffer.
3459         * subr.el (with-selected-window): Use save-current-buffer.
3461         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
3462         and with-current-buffer.
3464 2005-06-24  Richard M. Stallman  <rms@gnu.org>
3466         * simple.el (line-move-1): Fix previous change.
3468 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3470         * replace.el (occur-1): Set `buffer-read-only' and the
3471         buffer-modified flag before running `occur-hook' to protect
3472         against unintentional buffer switches that can lead to data loss.
3474 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
3476         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
3477         (gud-gdb-marker-filter): Use font-lock-warning-face for any
3478         initial error.
3480         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
3481         after fresh input.
3482         (gdb-var-create-handler): Put name of expression in quotes.
3484 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3486         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
3487         elements of RING in order, and without bogus nil elements.
3489 2005-06-23  Richard M. Stallman  <rms@gnu.org>
3491         * simple.el (set-variable): Args renamed; doc fix.
3492         (line-move-1): When there are overlays around, use vertical-motion.
3494         * faces.el (escape-glyph): Use brown against light background.
3495         (nobreak-space): Rename from no-break-space.
3496         Fix previous change.
3498         * dired-aux.el (dired-do-copy): Fix arg prompt.
3500         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
3502 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3504         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
3505         rather than "Distributor".
3507 2005-06-23  Lute Kamstra  <lute@gnu.org>
3509         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
3510         (debug-on-entry): Use it.  New interactive declaration that uses
3511         function-called-at-point.
3513 2005-06-23  Kim F. Storm  <storm@cua.dk>
3515         * subr.el (save-match-data): Add comment about using evaporate arg
3516         to set-match-data.
3518 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
3520         * cus-edit.el (customize-face)
3521         (customize-face-other-window): Handle face aliases.
3523         * faces.el (face-documentation, set-face-attribute)
3524         (face-spec-set): Handle face aliases.
3526 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
3528         * help-mode.el (help-make-xrefs): If a symbol representing a face
3529         name is not followed by the word "face", it could still be a
3530         function or variable name, so don't bypass other checks.
3532 2005-06-22  Juri Linkov  <juri@jurta.org>
3534         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
3535         Replace aliased functions with calls where second arg `inherit' is t.
3537 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
3539         * progmodes/gdb-ui.el (gdb-error): New variable.
3540         (gdb-error): New function.
3541         (gdb-annotation-rules): Act on error-begin and error annotations.
3542         (gdb-concat-output): Use font-lock-warning-face for errors.
3544 2005-06-22  Miles Bader  <miles@gnu.org>
3546         * bindings.el (propertized-buffer-identification): Use renamed
3547         `Buffer-menu-buffer' face.
3549         * faces.el (vertical-border): Rename from `vertical-divider'.
3550         (escape-glyph): Change dark-background color back to `cyan'.
3552 2005-06-21  Juri Linkov  <juri@jurta.org>
3554         * faces.el (face-user-default-spec): Try getting `customized-face'
3555         prior to `saved-face'.
3556         (frame-background-mode): Refill docstring.
3558         * emacs-lisp/lisp-mode.el (eval-defun-1):
3559         * emacs-lisp/edebug.el (edebug-eval-defun):
3560         Set `saved-face' temporarily to nil before calling form.
3561         Set `customized-face' to the new spec after that.
3563 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3565         * subr.el (1value, lambda, key-substitution-in-progress):
3566         Doc fixes.
3568         * autoinsert.el (auto-insert-alist):
3569         * ses.el (ses-call-printer):
3570         * subr.el (noreturn):
3571         * emacs-lisp/lisp.el (check-parens):
3572         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
3573         * net/browse-url.el (browse-url-mosaic):
3574         * progmodes/cc-defs.el (c-safe-scan-lists):
3575         * progmodes/ebnf-abn.el (ebnf-abn-lex):
3576         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
3577         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
3578         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
3579         * progmodes/ebnf-iso.el (ebnf-iso-lex):
3580         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
3582 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
3584         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
3586 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
3588         * calendar/appt.el (appt-make-list): Activate the package, if
3589         not already active (for backwards compatibility).
3591 2005-06-20  Kim F. Storm  <storm@cua.dk>
3593         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
3595 2005-06-20  Miles Bader  <miles@gnu.org>
3597         * faces.el (vertical-divider): New face.
3599 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
3601         * simple.el (kill-whole-line): Doc fix.
3602         (next-error-buffer-p, next-error-find-buffer)
3603         (clone-indirect-buffer): Fix typos in docstrings.
3604         (comment-line-break-function): Doc fix: don't say variable
3605         is automatically buffer-local (it isn't).
3607 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
3609         * net/tramp-ftp.el (top):
3610         * net/tramp-smb.el (top):
3611         * net/tramp-util.el (top):
3612         * net/tramp-uu.el (top):
3613         * net/tramp-vc.el (top):
3614         * net/tramp.el (top): Revert copyright years back to original
3615         ones.  Tramp has a life outside GNU Emacs.
3617 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
3619         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
3621 2005-06-18  Juri Linkov  <juri@jurta.org>
3623         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
3624         end of first regexp to limit the match to the position between
3625         line number and source line with same separator character as used
3626         between file name and line number.  In the second regexp limit
3627         mouse-face area to file name and line number by adding new group
3628         for them and referring it in HYPERLINK arg.
3629         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
3630         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
3631         previous line where grep markers may be already removed.
3633 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
3635         * progmodes/ps-mode.el: Update version and maintainer's email address.
3637 2005-06-18  Steve Youngs  <steve@xemacs.org>
3639         * net/browse-url.el (browse-url-browser-function)
3640         (browse-url-default-browser): Add firefox.
3641         (browse-url-firefox-program, browse-url-firefox-arguments)
3642         (browse-url-firefox-startup-arguments)
3643         (browse-url-firefox-new-window-is-tab): New defcustoms.
3644         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
3646 2005-06-17  Richard M. Stallman  <rms@gnu.org>
3648         * startup.el (command-line): Warn if specified user name has
3649         no home directory.
3651         * term.el (term-get-old-input, term-input-filter, term-input-sender)
3652         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
3654         * longlines.el (longlines-mode, longlines-show-hard-newlines):
3655         Doc fixes.
3657         * faces.el (underline): Try bold if terminal doesn't support underline.
3659         * mail/sendmail.el (mail-setup-with-from): New variable.
3660         (mail-insert-from-field): New function.
3661         (sendmail-send-it): Call it.
3662         (mail-setup): Optionally call it here.
3664         * term/linux.el: Call tty-no-underline.
3666 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
3668         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
3670 2005-06-17  Miles Bader  <miles@gnu.org>
3672         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
3673         (ediff-current-diff-C, ediff-current-diff-Ancestor)
3674         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
3675         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
3676         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
3677         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
3678         Remove "-face" suffix from face names.
3679         (ediff-current-diff-face-A, ediff-current-diff-face-B)
3680         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3681         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3682         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3683         (ediff-even-diff-face-A, ediff-even-diff-face-B)
3684         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3685         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3686         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3687         New backward-compatibility aliases for renamed faces.
3688         (ediff-current-diff-face-A, ediff-current-diff-face-B)
3689         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3690         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3691         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3692         (ediff-even-diff-face-A, ediff-even-diff-face-B)
3693         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3694         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3695         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3696         Use renamed ediff faces.
3698         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
3699         Remove "-face" suffix from face names.
3700         (eshell-test-ok-face, eshell-test-failed-face):
3701         New backward-compatibility aliases for renamed faces.
3702         (eshell-run-test): Use renamed eshell-test faces.
3704         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
3705         face name.
3706         (eshell-prompt-face): New backward-compatibility alias for renamed
3707         face.
3708         (eshell-emit-prompt): Use renamed eshell-prompt face.
3710         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
3711         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
3712         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
3713         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
3714         Remove "-face" suffix from face names.
3715         (eshell-ls-directory-face, eshell-ls-symlink-face)
3716         (eshell-ls-executable-face, eshell-ls-readonly-face)
3717         (eshell-ls-unreadable-face, eshell-ls-special-face)
3718         (eshell-ls-missing-face, eshell-ls-archive-face)
3719         (eshell-ls-backup-face, eshell-ls-product-face)
3720         (eshell-ls-clutter-face):
3721         New backward-compatibility aliases for renamed faces.
3722         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
3724         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
3725         Remove "-face" suffix from face name.
3726         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
3727         instead of literal face.
3729 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
3731         * emacs-lisp/warnings.el (display-warning, lwarn)
3732         (warning-minimum-log-level): Doc fixes.
3733         (warning-minimum-level, warning-minimum-log-level):
3734         Add :debug to :type choices.
3736         * progmodes/ada-mode.el (ada-format-paramlist)
3737         (ada-get-indent-case, ada-check-matching-start)
3738         (ada-check-defun-name, ada-goto-matching-decl-start)
3739         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
3740         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
3741         (ada-make-subprogram-body): Follow error conventions.
3742         (ada-case-exception-file, ada-indent-comment-as-code)
3743         (ada-indent-handle-comment-special, ada-indent-renames)
3744         (ada-indent-return, ada-search-directories-internal)
3745         (ada-tab-policy, ada-case-exception-substring)
3746         (ada-other-file-alist, ada-matching-start-re)
3747         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
3748         (ada-imenu-generic-expression, ada-compile-goto-error)
3749         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
3750         (ada-popup-menu, ada-add-extensions, ada-mode)
3751         (ada-region-selected, ada-create-case-exception)
3752         (ada-create-case-exception-substring, ada-after-keyword-p)
3753         (ada-activate-keys-for-case, ada-adjust-case-region)
3754         (ada-adjust-case-buffer, ada-format-paramlist)
3755         (ada-scan-paramlist, ada-insert-paramlist)
3756         (ada-indent-newline-indent)
3757         (ada-indent-newline-indent-conditional)
3758         (ada-justified-indent-current, ada-goto-previous-word)
3759         (ada-indent-current, ada-get-indent-open-paren)
3760         (ada-get-indent-paramlist, ada-get-indent-end)
3761         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
3762         (ada-get-indent-block-start, ada-get-indent-subprog)
3763         (ada-get-indent-noindent, ada-get-indent-label)
3764         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
3765         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
3766         (ada-goto-stmt-end, ada-goto-next-word)
3767         (ada-check-matching-start, ada-check-defun-name)
3768         (ada-goto-matching-decl-start, ada-goto-matching-start)
3769         (ada-goto-matching-end, ada-search-ignore-string-comment)
3770         (ada-in-decl-p, ada-looking-at-semi-or)
3771         (ada-looking-at-semi-private, ada-in-paramlist-p)
3772         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
3773         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
3774         (ada-next-procedure, ada-previous-procedure, ada-next-package)
3775         (ada-previous-package, ada-create-menu)
3776         (ada-fill-comment-paragraph-justify)
3777         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
3778         (ada-other-file-name, ada-last-which-function-line)
3779         (ada-last-which-function-subprog, ada-which-function)
3780         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
3781         (ada-gen-treat-proc, ada-check-emacs-version)
3782         (ada-continuation-indent, ada-align-region-separate):
3783         Fix typos in docstrings.
3784         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
3786 2005-06-16  Lute Kamstra  <lute@gnu.org>
3788         * simple.el (fundamental-mode): Run after-change-major-mode-hook
3789         conditionally.
3791 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3793         * comint.el (comint-replace-by-expanded-filename)
3794         (comint-prompt-regexp, comint-delimiter-argument-list)
3795         (comint-preinput-scroll-to-bottom):
3796         * info.el (Info-hide-cookies-node):
3797         * ls-lisp.el (ls-lisp-classify):
3798         * find-file.el (ff-search-directories, ff-special-constructs)
3799         (ff-find-other-file):
3800         * font-lock.el (font-lock-keywords):
3801         * shell.el (shell-prompt-pattern)
3802         (shell-dynamic-complete-functions, shell-mode)
3803         (shell-delimiter-argument-list):
3804         * term.el (term-replace-by-expanded-filename)
3805         (term-prompt-regexp, term-delimiter-argument-list):
3806         * woman.el (woman-ignore, woman0-if):
3807         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
3808         * emacs-lisp/elint.el (elint-init-env):
3809         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
3810         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
3811         * language/ethio-util.el (ethio-tilde-escape)
3812         (ethio-use-three-dot-question):
3813         * net/zone-mode.el (zone-mode-load-time-setup):
3814         * progmodes/cc-align.el (c-lineup-argcont):
3815         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
3816         * progmodes/cperl-mode.el (cperl-set-style-back):
3817         * progmodes/inf-lisp.el (inferior-lisp-prompt):
3818         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
3819         Fix spellings in docstrings.
3821         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
3822         * progmodes/modula2.el (m2-for): Fix spellings.
3824         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
3826         * simple.el (undo-more): Don't use `format' on `error' arguments.
3827         Improve argument/docstring consistency.
3828         (pending-undo-list): Doc fix.
3830         * smerge-mode.el (smerge-ensure-match):
3831         * emulation/vip.el (vip-ex):
3832         * net/zone-mode.el (zone-mode-update-serial):
3833         * progmodes/idlwave.el (idlwave-complete):
3834         * progmodes/vhdl-mode.el (vhdl-visit-file)
3835         (vhdl-compose-wire-components):
3836         Don't use `format' on `error' arguments.
3838         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
3839         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
3840         (tooltip-help-tips): Fix typos in docstrings.
3842 2005-06-16  David Ponce  <david@dponce.com>
3844         * tree-widget.el (tree-widget-value-create): Simplify last change.
3846 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
3848         * ido.el (ido-incomplete-regexp): New variable.
3849         (ido-set-matches-1): Handle invalid-regexp error and set
3850         ido-incomplete-regexp.
3851         (ido-incomplete-regexp): New face.
3852         (ido-completions): Use it.
3853         (ido-complete, ido-exit-minibuffer, ido-completions):
3854         Handle incomplete regexps.
3855         (ido-completions): Add check for complete match when entering a regexp.
3857 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3859         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
3861 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3863         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
3864         by field delimiters.
3866 2005-06-15  David Ponce  <david@dponce.com>
3868         * tree-widget.el: eval-and-compile inlined functions so they will
3869         be available at run-time too.
3870         (tree-widget-super-format-handler)
3871         (tree-widget-format-handler): Remove.
3872         (tree-widget-value-create): Handle the :indent property.
3874 2005-06-15  Miles Bader  <miles@gnu.org>
3876         * progmodes/which-func.el (which-func): Only inherit
3877         `font-lock-function-name-face' when that makes sense against the
3878         default mode-line face, otherwise set the face color explicitly.
3880         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
3881         faces instead of (non-existent) variables.
3883 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3885         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
3886         (iswitchb-get-matched-buffers): Likewise.  Simplify.
3888 2005-06-14  Miles Bader  <miles@gnu.org>
3890         * progmodes/ld-script.el (ld-script-location-counter):
3891         Remove "-face" suffix from face name.
3892         (ld-script-location-counter-face):
3893         New backward-compatibility alias for renamed face.
3894         (ld-script-location-counter-face): Use renamed face.
3896         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
3897         (cperl-hash): Remove "-face" suffix from face names.
3898         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
3899         New backward-compatibility aliases for renamed faces.
3900         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
3901         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
3903         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
3904         name.
3905         (which-func-face): New backward-compatibility alias for renamed face.
3906         (which-func-format): Use renamed which-func face.
3908         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
3909         (vhdl-function, vhdl-directive, vhdl-reserved-word)
3910         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
3911         names.
3912         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
3913         (vhdl-speedbar-configuration, vhdl-speedbar-package)
3914         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
3915         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
3916         (vhdl-speedbar-architecture-selected)
3917         (vhdl-speedbar-configuration-selected)
3918         (vhdl-speedbar-package-selected)
3919         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
3920         names.
3921         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
3922         Use renamed faces.
3923         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
3924         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
3925         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
3926         Use renamed faces.
3927         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
3928         names.
3929         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
3930         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
3931         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
3932         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
3933         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
3934         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
3936         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
3937         face name.
3938         (sh-heredoc-face): New backward-compatibility alias for renamed face.
3939         (sh-heredoc-face): Use renamed sh-heredoc face.
3941         * progmodes/idlw-help.el (idlwave-help-link):
3942         Remove "-face" suffix from face name.
3943         (idlwave-help-link-face):
3944         New backward-compatibility alias for renamed face.
3945         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
3947         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
3948         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
3949         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
3950         New backward-compatibility aliases for renamed faces.
3951         (idlwave-shell-disabled-breakpoint-face)
3952         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
3954         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3955         Remove "-face" suffix from face names.
3956         (flymake-errline-face, flymake-warnline-face):
3957         New backward-compatibility aliases for renamed faces.
3958         (flymake-highlight-line): Use renamed flymake faces.
3960         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3961         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
3962         (ebrowse-member-class, ebrowse-progress):
3963         Remove "-face" suffix from face names.
3964         (ebrowse-tree-mark-face, ebrowse-root-class-face)
3965         (ebrowse-file-name-face, ebrowse-default-face)
3966         (ebrowse-member-attribute-face, ebrowse-member-class-face)
3967         (ebrowse-progress-face):
3968         New backward-compatibility aliases for renamed faces.
3969         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
3970         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
3971         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
3972         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
3974         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
3975         antlr-syntax)
3976         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
3977         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
3978         names.
3979         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
3980         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
3981         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
3982         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
3983         backward-compatibility aliases for renamed faces.
3984         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
3985         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
3986         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
3987         remove "font-lock-".  Use renamed antlr-mode faces.
3988         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
3989         literal face-names with face variable references.
3991         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
3992         face name.
3993         (Buffer-menu-buffer-face): New backward-compatibility alias for
3994         renamed face.
3995         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
3997 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
3999         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
4000         Eliminate "-face" suffix.
4001         (makefile-targets): Inherit from font-lock-function-name-face and
4002         eliminate "-face" suffix.
4003         (makefile-shell): Remove attributes and eliminate "-face" suffix.
4004         (makefile-*-font-lock-keywords): Append makefile-targets in rule
4005         actions, instead of prepending, to make it less visible.
4006         (makefile-previous-dependency, makefile-match-dependency):
4007         Don't match a target on a continuation line.
4009         * files.el (auto-mode-alist): Put Makefile in gmake mode.
4011 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
4013         * progmodes/gdb-ui.el (menu): Re-order menu items.
4014         (gdb-tooltip-print): Respect tooltip-use-echo-area.
4016         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
4017         Define in tooltip.el.
4018         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
4019         (gud-tooltip-tips): Respect tooltip-use-echo-area and
4020         gud-tooltip-echo-area.
4022         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
4023         backward compatibility and make obsolete.
4024         (tooltip-help-tips): Use tooltip-use-echo-area.
4025         (tooltip-show-help-function): Rename to...
4026         (tooltip-show-help): ...this, because it is a function.
4027         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
4029 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
4031         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
4032         (edebug-print-length, edebug-print-level, edebug-print-circle)
4033         (edebug-modify-breakpoint, edebug-eval-last-sexp)
4034         (edebug-eval-print-last-sexp): Doc fixes.
4036 2005-06-14  Kim F. Storm  <storm@cua.dk>
4038         * ido.el (ido-mode): Make a new keymap every time we enable ido,
4039         as the coverage buffer/file/both may change.
4041 2005-06-14  Lute Kamstra  <lute@gnu.org>
4043         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
4044         and run-mode-hooks.  Simplify.
4046         * mail/rmailedit.el (rmail-edit-mode):
4047         * progmodes/octave-inf.el (inferior-octave-mode):
4048         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
4050         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
4051         and run-mode-hooks.
4052         (recentf-edit-list, recentf-open-files): Don't call
4053         kill-all-local-variables directly.
4055         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
4057 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4059         * emacs-lisp/byte-run.el (make-obsolete)
4060         (define-obsolete-function-alias): Rename arguments FUNCTION and
4061         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
4062         (make-obsolete-variable, define-obsolete-variable-alias):
4063         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
4064         respectively.
4066         * isearchb.el (isearchb-activate):
4067         * pcvs.el (cvs-mode):
4068         * ses.el (ses-load):
4069         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
4070         * net/tramp.el (tramp-find-file-exists-command)
4071         (tramp-find-shell):
4072         * progmodes/ada-mode.el (ada-create-case-exception)
4073         (ada-create-case-exception-substring, ada-make-subprogram-body):
4074         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
4075         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
4076         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
4077         * textmodes/org.el (org-promote, org-evaluate-time-range)
4078         (org-agenda-next-date-line, org-agenda-previous-date-line)
4079         (org-agenda-error, org-open-at-point, org-table-move-row)
4080         (org-format-table-table-html-using-table-generate-source)
4081         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
4082         * textmodes/reftex.el (reftex-access-scan-info):
4083         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
4084         (reftex-toc-promote-prepare): Follow error conventions.
4086         * diff-mode.el (diff-mode): Fix typo in docstring.
4088         * forms.el (forms--intuit-from-file): Fix reference to
4089         `forms-number-of-fields' in error message.
4090         (forms-print): Fix quoting in error message.
4092         * forms.el (forms-mode):
4093         * emulation/vi.el (vi-goto-insert-state):
4094         * progmodes/flymake.el (flymake-new-err-info)
4095         (flymake-start-syntax-check-for-current-buffer)
4096         (flymake-simple-cleanup):
4097         * eshell/esh-var.el (eshell/export):
4098         * progmodes/gud.el (xdb):
4099         * textmodes/flyspell.el (flyspell-incorrect-hook)
4100         (flyspell-maybe-correct-transposition)
4101         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
4103 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
4105         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
4106         minibuffer prompt.
4108 2005-06-13  Kim F. Storm  <storm@cua.dk>
4110         * subr.el (add-to-ordered-list): New defun.
4112         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
4113         add cua--keymap-alist to emulation-mode-map-alists.
4115 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4117         * subr.el (complete-in-turn): New macro.
4118         (dynamic-completion-table, lazy-completion-table): Add debug info.
4120         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
4121         in preference to face aliases.
4123         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
4124         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
4125         Remove unused vars `start' and `firstline'.
4126         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
4127         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
4129 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
4131         * cus-start.el (all): Don't complain about missing GTK-related
4132         variables, unless either `gtk' is boundp or this isn't a
4133         `windows-nt' build.
4135 2005-06-13  Lute Kamstra  <lute@gnu.org>
4137         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
4138         run-mode-hooks.
4140         * ediff-mult.el (ediff-meta-mode):
4141         * ediff-util.el (ediff-mode): Use run-mode-hooks.
4143         * ledit.el (ledit-mode): Use delay-mode-hooks.
4145         * woman.el (woman-mode-line-format): Delete constant.
4146         (woman-mode-map): Initialize it properly.
4147         (woman-mode): Set mode-class property to special.
4148         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
4149         Set major-mode and mode-name.  Don't set mode-line-format directly.
4150         (Man-getpage-in-background): Don't reference woman-mode-line-format.
4152         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
4153         string argument obsolete.
4155 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
4157         * textmodes/org.el (org-CUA-compatible): New option.
4158         (org-disputed-keys): New variable.
4159         (org-key): New function.
4160         (orgtbl-make-binding): Add docstring to the created function.
4161         (org-mode): Set paragraph start/separate regexps.
4162         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
4163         (org-archive-location, org-archive-mark-done)
4164         (org-archive-stamp-time): New options.
4165         (org-archive-subtree): New command.
4166         (org-fill-paragraph): New function.
4167         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
4168         (org-fake-empty-table-line): Function removed.
4169         (org-format-org-table-html): Do not create empty table lines at
4170         separator lines.  Improved table header treatment.
4171         (org-link-format): New option.
4172         (org-make-link): New function.
4173         (org-insert-link, org-store-link): Use org-make-link.
4174         (org-open-file): Quote file name for shell command, to allow
4175         spaces in file names.
4176         (org-link-regexp): Fix bug with mailto link.
4177         (org-link-maybe-angles-regexp, org-protected-link-regexp):
4178         New constants.
4179         (org-export-as-html): Deal with the optional angles around a link.
4180         Better treatment of file: links.
4181         (org-open-at-point): Replace @{ and @} with < and >.
4182         (org-run-mode-hooks): Function removed.
4183         (org-agenda-mode): No longer use `org-run-mode-hooks'.
4185 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
4187         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
4188         MI command -data-list-register-values.
4189         (gdb-post-prompt): Indent properly.
4191 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
4193         * hilit-chg.el (highlight-changes-colors): Rename from
4194         `highlight-changes-colours'.
4195         (highlight-changes-colours): Keep as obsolete alias.
4196         (highlight-changes-face-list): Doc fix.
4197         (hilit-chg-make-list): Use `highlight-changes-colors'.
4199 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
4201         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
4202         defun-prompt-regexp.
4204 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
4206         * loadup.el: Don't say we are dumping under 2 names on windows-nt
4207         and cygwin.
4209         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4210         Don't use an old loaddefs.el, as in Makefile.in.
4212 2005-06-12  Lute Kamstra  <lute@gnu.org>
4214         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
4216         * man.el (Man-mode-map): Initialize it properly.
4217         (Man-mode): Set mode-class property to special.
4219         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
4221 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
4223         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
4224         A newline is needed in the docstring there.
4226         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
4227         Doc fixes.
4229 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4231         * printing.el: Doc fix.  The menubar is no more changed when printing
4232         is loaded, it only changes when pr-menu-bind or pr-update-menus is
4233         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
4234         (pr-version): New version number (6.8.4).
4235         (pr-menu-bind): New command.
4236         (pr-update-menus): Docstring and code fix.
4237         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
4238         Docstring fix.
4239         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
4240         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
4242 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
4244         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
4245         "Returns" to "return", document useful return values, etc.
4247 2005-06-11  Alan Mackenzie  <acm@muc.de>
4249         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
4250         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
4251         (adaptive-file-function): Minor amendment to doc-string.
4253 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4255         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
4256         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
4257         Fix :type--it is `integer', not `string'.
4259         * faces.el (modeline-highlight): Rename from (the erroneous)
4260         `modeline-higilight'.
4262 2005-06-11  Lute Kamstra  <lute@gnu.org>
4264         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
4265         lisp-interaction-mode-map but make it the parent.
4266         (edebug-eval-mode): Use define-derived-mode.
4268 2005-06-11  Andreas Schwab  <schwab@suse.de>
4270         * bindings.el: Add binding of `ESC functionkey' for every
4271         `M-functionkey'.
4272         * hexl.el (hexl-mode-map): Likewise.
4274 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
4276         * progmodes/compile.el (compilation-error-regexp-alist-alist)
4277         [msft]: update regexp for newer msft compilers.
4279 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
4281         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
4282         ATTLIST portions of included DTDs.
4283         (xml-parse-dtd): Eliminate use of inefficient match-data.
4285 2005-06-10  Miles Bader  <miles@gnu.org>
4287         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4288         (mpuz-text): Remove "-face" suffix from face names.
4289         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
4290         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
4291         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
4293         * play/gomoku.el (gomoku-O, gomoku-X):
4294         Remove "-face" suffix from face names.
4295         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
4296         New backward-compatibility aliases for renamed faces.
4297         (gomoku-font-lock-keywords): Use renamed gomoku faces.
4299 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
4301         * thumbs.el: Fixes for changes of 2005-06-09.
4302         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
4303         as a directory.
4304         (thumbs-thumbname): Remove directory separator from format string;
4305         `thumbs-thumbsdir' now returns a valid directory name.
4306         (thumbs-temp-dir): New defsubst.
4307         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
4308         Use it.
4310         * cus-edit.el (minibuffer):
4311         * files.el (make-backup-file-name-function):
4312         * filesets.el (filesets-external-viewers):
4313         * hilit-chg.el (highlight-changes-colours)
4314         (highlight-changes-face-list, highlight-changes-rotate-faces):
4315         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
4316         * kmacro.el (kmacro-call-macro):
4317         * log-edit.el (log-edit-changelog-full-paragraphs):
4318         * mouse.el (mouse-1-click-follows-link):
4319         * skeleton.el (skeleton-autowrap):
4320         * subr.el (insert-for-yank-1):
4321         * tempo.el (tempo-insert-region):
4322         * terminal.el (terminal-emulator):
4323         * time.el (display-time-mail-face):
4324         * vc.el (vc-annotate):
4325         * vcursor.el (vcursor-copy-line):
4326         * woman.el (woman-bold-headings, woman-ignore)
4327         (woman-default-faces, woman-monochrome-faces):
4328         * calendar/todo-mode.el (todo-insert-threshold):
4329         * emulation/pc-select.el (pc-select-selection-keys-only)
4330         (pc-selection-mode):
4331         * emulation/vip.el (vip-find-char-forward):
4332         * emulation/viper-cmd.el (viper-find-char-forward):
4333         * international/mule-cmds.el
4334         (select-safe-coding-system-accept-default-p)
4335         (input-method-exit-on-invalid-key):
4336         * international/mule-diag.el (describe-coding-system):
4337         * international/ucs-tables.el (unify-8859-on-encoding-mode):
4338         * net/browse-url.el (browse-url-xterm-program):
4339         * obsolete/lazy-lock.el (lazy-lock-mode):
4340         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
4341         (cperl-mode):
4342         * progmodes/cpp.el (cpp-face-light-name-list)
4343         (cpp-face-dark-name-list):
4344         * progmodes/delphi.el (delphi-newline-always-indents):
4345         Fix spellings in docstrings.
4347         * ido.el (ido-mode, ido-file-extensions-order)
4348         (ido-default-file-method, ido-default-buffer-method)
4349         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
4350         (ido-decorations, ido-read-file-name-as-directory-commands)
4351         (ido-read-file-name-non-ido, ido-work-directory-list)
4352         (ido-ignore-item-temp-list, ido-current-directory)
4353         (ido-magic-forward-char, ido-enter-find-file)
4354         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
4355         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
4357 2005-06-10  Lute Kamstra  <lute@gnu.org>
4359         * play/dunnet.el (dun-mode): Use define-derived-mode.
4360         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
4361         obsolete alias.
4363         * play/doctor.el (doctor-mode-map): Remove defvar.
4364         (doctor-mode): Use define-derived-mode.
4366         * mail/mspools.el (mspools-mode):
4367         * net/eudc-hotlist.el (eudc-hotlist-mode):
4368         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
4370 2005-06-10  Miles Bader  <miles@gnu.org>
4372         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4373         Remove "-face" suffix from face names.
4374         (flyspell-incorrect-face, flyspell-duplicate-face):
4375         New backward-compatibility aliases for renamed faces.
4376         (flyspell-mode-on, make-flyspell-overlay)
4377         (flyspell-highlight-incorrect-region)
4378         (flyspell-highlight-duplicate-region)
4379         (flyspell-display-next-corrections)
4380         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
4382         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
4383         from face name.
4384         (texinfo-heading-face): New backward-compatibility alias for
4385         renamed face.
4386         (texinfo-heading-face): Use renamed texinfo-heading face.
4388         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
4389         suffix from face names.
4390         (tex-math-face, tex-verbatim-face):
4391         New backward-compatibility aliases for renamed faces.
4392         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
4393         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
4394         literal face name.
4396         * textmodes/table.el (table-cell): Remove "-face" suffix from face
4397         name.
4398         (table-cell-face): New backward-compatibility alias for renamed face.
4399         (table--put-cell-face-property, table--update-cell-face):
4400         Use renamed table-cell face.
4402         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
4403         from face name.
4404         (sgml-namespace-face): New backward-compatibility alias for
4405         renamed face.
4406         (sgml-namespace-face): Use renamed sgml-namespace face.
4408         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
4409         (org-level-4, org-level-5, org-level-6, org-level-7)
4410         (org-level-8, org-warning, org-headline-done)
4411         (org-deadline-announce, org-scheduled-today)
4412         (org-scheduled-previously, org-link, org-done, org-table)
4413         (org-time-grid): Remove "-face" suffix from face names.
4414         (org-level-1-face, org-level-2-face, org-level-3-face)
4415         (org-level-4-face, org-level-5-face, org-level-6-face)
4416         (org-level-7-face, org-level-8-face, org-warning-face)
4417         (org-headline-done-face, org-deadline-announce-face)
4418         (org-scheduled-today-face, org-scheduled-previously-face)
4419         (org-link-face, org-done-face, org-table-face)
4420         (org-time-grid-face):
4421         New backward-compatibility aliases for renamed faces.
4422         (org-level-faces, org-set-font-lock-defaults, org-timeline)
4423         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
4424         (org-agenda-get-timestamps, org-agenda-get-scheduled)
4425         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
4427         * emulation/viper-init.el (viper-search, viper-replace-overlay)
4428         (viper-minibuffer-emacs, viper-minibuffer-insert)
4429         (viper-minibuffer-vi): Remove "-face" suffix from face names.
4430         (viper-search-face, viper-replace-overlay-face)
4431         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
4432         (viper-minibuffer-vi-face):
4433         New backward-compatibility aliases for renamed faces.
4434         (viper-search-face, viper-replace-overlay-face)
4435         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
4436         (viper-minibuffer-vi-face): Use renamed viper faces.
4438         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
4439         Remove "-face" suffix from face names.
4440         (testcover-nohits-face, testcover-1value-face):
4441         New backward-compatibility aliases for renamed faces.
4442         (testcover-mark): Use renamed testcover faces.
4444         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
4445         face name.
4446         (diary-button-face): New backward-compatibility alias for renamed face.
4447         (diary-entry): Use renamed diary-button face.
4449         * calendar/calendar.el (diary, calendar-today, holiday)
4450         (mark-visible-calendar-date): Remove "-face" suffix from face names.
4451         (diary-face, calendar-today-face, holiday-face):
4452         New backward-compatibility aliases for renamed faces.
4453         (eval-after-load "facemenu", diary-entry-marker)
4454         (calendar-today-marker, calendar-holiday-marker, diary-face):
4455         Use renamed calendar faces.
4457         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
4458         (compare-windows-face): New backward-compatibility alias for
4459         renamed face.
4460         (compare-windows-highlight): Use renamed compare-windows face.
4462         * strokes.el (strokes-char): Remove "-face" suffix from face name.
4463         (strokes-char-face): New backward-compatibility alias for renamed face.
4464         (strokes-encode-buffer): Use renamed strokes-char face.
4466         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
4467         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
4468         Remove "-face" suffix from face names.
4469         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4470         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4471         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
4472         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
4473         Use renamed pcvs faces.
4474         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
4475         * pcvs-defs.el (cvs-mode-map): Likewise.
4476         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
4478         * info.el (info-title-1, info-title-2, info-title-3)
4479         (info-title-4): Remove "-face" suffix from and downcase face names.
4480         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4481         (Info-title-4-face):
4482         New backward-compatibility aliases for renamed faces.
4483         (Info-fontify-node): Use renamed info faces.
4485         * hilit-chg.el (highlight-changes, highlight-changes-delete):
4486         Remove "-face" suffix from face names.
4487         (highlight-changes-face, highlight-changes-delete-face):
4488         New backward-compatibility aliases for renamed faces.
4489         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
4490         (hilit-chg-make-list): Use renamed highlight-changes faces.
4492         * generic-x.el (show-tabs-tab, show-tabs-space):
4493         Remove "-face" suffix from face names.
4494         (show-tabs-tab-face, show-tabs-space-face):
4495         New backward-compatibility aliases for renamed faces.
4496         (show-tabs-generic-mode-font-lock-defaults-1)
4497         (show-tabs-generic-mode-font-lock-defaults-2):
4498         Use renamed show-tabs faces.
4500         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
4501         (smerge-markers): Remove "-face" suffix from face names.
4502         (smerge-mine-face, smerge-other-face, smerge-base-face)
4503         (smerge-markers-face):
4504         New backward-compatibility aliases for renamed faces.
4505         (smerge-mine-face, smerge-other-face, smerge-base-face)
4506         (smerge-markers-face): Use renamed smerge faces.
4508         * log-view.el (log-view-file, log-view-message): Remove "-face"
4509         suffix from face names.
4510         (log-view-file-face, log-view-message-face): New
4511         backward-compatibility aliases for renamed faces.
4512         (log-view-file-face, log-view-message-face): Use renamed log-view
4513         faces.
4515         * paren.el (show-paren-match, show-paren-mismatch):
4516         Remove "-face" suffix from face names.
4517         (show-paren-match-face, show-paren-mismatch-face):
4518         New backward-compatibility aliases for renamed faces.
4519         (show-paren-function): Use renamed show-paren faces.
4521         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
4522         (ruler-mode-margins, ruler-mode-fringes)
4523         (ruler-mode-column-number, ruler-mode-fill-column)
4524         (ruler-mode-comment-column, ruler-mode-goal-column)
4525         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
4526         suffix from face names.
4527         (ruler-mode-default-face, ruler-mode-pad-face)
4528         (ruler-mode-margins-face, ruler-mode-fringes-face)
4529         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
4530         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
4531         (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
4532         backward-compatibility aliases for renamed faces.
4533         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
4534         (ruler-mode-column-number, ruler-mode-fill-column)
4535         (ruler-mode-comment-column, ruler-mode-goal-column)
4536         (ruler-mode-tab-stop, ruler-mode-current-column)
4537         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
4538         faces.
4540         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
4541         face name.
4542         (whitespace-highlight-the-space): Use renamed face.
4543         (whitespace-highlight-face): New backward-compatibility alias for
4544         renamed face.
4546         * woman.el (woman-italic, woman-bold, woman-unknown)
4547         (woman-addition, woman-symbol-face):
4548         Remove "-face" suffix from face names.
4549         (woman-italic-face, woman-bold-face, woman-unknown-face)
4550         (woman-addition-face):
4551         New backward-compatibility aliases for renamed faces.
4552         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
4553         (woman-decode-region, woman-replace-match)
4554         (woman-display-extended-fonts, woman-special-characters)
4555         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
4556         Use renamed woman faces.
4558         * longlines.el (longlines-visible-face): Face removed.
4560         * diff-mode.el (diff-header, diff-file-header, diff-index)
4561         (diff-hunk-header, diff-removed, diff-added, diff-changed)
4562         (diff-function, diff-context, diff-nonexistent): Remove "-face"
4563         suffix from face names.
4564         (diff-header-face, diff-file-header-face, diff-index-face)
4565         (diff-hunk-header-face, diff-removed-face, diff-added-face)
4566         (diff-changed-face, diff-function-face, diff-context-face)
4567         (diff-nonexistent-face): New backward-compatibility aliases for
4568         renamed faces.
4569         (diff-header-face, diff-file-header-face)
4570         (diff-index, diff-index-face, diff-hunk-header)
4571         (diff-hunk-header-face, diff-removed, diff-removed-face)
4572         (diff-added, diff-added-face, diff-changed-face, diff-function)
4573         (diff-function-face, diff-context-face, diff-nonexistent)
4574         (diff-nonexistent-face): Use renamed diff-mode faces.
4576         * progmodes/compile.el (compilation-warning-face)
4577         (compilation-info-face): Remove "-face" suffix from face names.
4578         (compilation-warning-face, compilation-info-face):
4579         New backward-compatibility aliases for renamed faces.
4580         (compilation-warning-face, compilation-info-face):
4581         Use renamed compilation faces.
4583         * add-log.el (change-log-date, change-log-name)
4584         (change-log-email, change-log-file, change-log-list)
4585         (change-log-conditionals, change-log-function)
4586         (change-log-acknowledgement): Remove "-face" suffix from face names.
4587         (change-log-date-face, change-log-name-face)
4588         (change-log-email-face, change-log-file-face)
4589         (change-log-list-face, change-log-conditionals-face)
4590         (change-log-function-face, change-log-acknowledgement-face):
4591         New backward-compatibility aliases for renamed faces.
4592         (change-log-font-lock-keywords): Use renamed change-log faces.
4594         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
4595         (custom-set, custom-changed, custom-saved, custom-button)
4596         (custom-button-pressed, custom-documentation, custom-state)
4597         (custom-comment, custom-comment-tag, custom-variable-tag)
4598         (custom-variable-button, custom-face-tag, custom-group-tag-1)
4599         (custom-group-tag): Remove "-face" suffix from face names.
4600         (custom-magic-alist, custom-magic-value-create)
4601         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
4602         (custom-invalid-face, custom-rogue-face, custom-modified-face)
4603         (custom-set-face, custom-changed-face, custom-saved-face)
4604         (custom-button-face, custom-button-pressed-face)
4605         (custom-documentation-face, custom-state-face)
4606         (custom-comment-face, custom-comment-tag-face)
4607         (custom-variable-tag-face, custom-variable-button-face)
4608         (custom-face-tag-face, custom-group-tag-face-1)
4609         (custom-group-tag-face):
4610         New backward-compatibility aliases for renamed faces.
4612         * wid-edit.el (widget-documentation, widget-button)
4613         (widget-field, widget-single-line-field, widget-inactive)
4614         (widget-button-pressed): "-face" suffix removed from face names.
4615         (widget-documentation-face, widget-button-face)
4616         (widget-field-face, widget-single-line-field-face)
4617         (widget-inactive-face, widget-button-pressed-face):
4618         New backward-compatibility aliases for renamed faces.
4619         (widget-documentation-face, widget-button-face)
4620         (widget-button-pressed-face, widget-specify-field)
4621         (widget-specify-inactive): Use renamed widget faces.
4623 2005-06-10  Kenichi Handa  <handa@m17n.org>
4625         * term/x-win.el (x-clipboard-yank): Remove condition-case
4626         wrapping.
4628 2005-06-11  Kenichi Handa  <handa@m17n.org>
4630         * add-log.el (change-log-font-lock-keywords): Make the regexp for
4631         date lines stricter.
4633 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
4635         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
4636         of x-get-selection.
4638 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
4640         * comint.el (comint-mode, comint-snapshot-last-prompt):
4641         * frame.el (frame-current-scroll-bars):
4642         * term.el (term-mode, term-check-proc, term-input-sender)
4643         (term-simple-send, term-extract-string, term-word)
4644         (term-match-partial-filename):
4645         * window.el (window-current-scroll-bars):
4646         * emulation/cua-base.el (cua-normal-cursor-color)
4647         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
4648         (cua-global-mark-cursor-color):
4649         * mail/undigest.el (rmail-forward-separator-regex):
4650         Fix typos in docstrings.
4652         * comint.el (comint-check-proc, make-comint-in-buffer)
4653         (comint-source-default): Doc fixes.
4655         * term.el (term-send-string): Improve argument/docstring
4656         consistency.
4658 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
4660         * comint.el (comint-send-input): Bind `inhibit-read-only' around
4661         call to `delete-region'.
4662         (comint-mode-hook): Do not enable Font Lock by default.
4664 2005-06-09  Lute Kamstra  <lute@gnu.org>
4666         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
4667         could be void.
4669 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4671         * emacs-lisp/debug.el (debugger-will-be-back): New var.
4672         (debug): Use it.
4673         (debugger-step-through, debugger-continue, debugger-jump)
4674         (debugger-return-value): Set it when needed.
4675         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
4676         Use inhibit-read-only.
4678 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
4680         * window.el (shrink-window-if-larger-than-buffer)
4681         (window-size-fixed): Fix typo in docstring.
4683         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
4684         thumbnails directory on loading.
4685         (thumbs-conversion-program): Use `eq' to check the system type,
4686         not `equal'.
4687         (thumbs-temp-dir): Initialize to `temporary-file-directory',
4688         not "/tmp".  Fix docstring.
4689         (thumbs-thumbsdir): New function to return the thumbnails
4690         directory, creating it if needed.
4691         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
4692         (thumbs-temp-file): Delete variable and make it into a function.
4693         (thumbs-resize-image, thumbs-modify-image): Use it.
4694         (thumbs-kill-buffer): Simplify.
4695         (thumbs-gensym): Defalias or duplicate CL `gensym'.
4696         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
4697         docstrings.
4699 2005-06-09  Kim F. Storm  <storm@cua.dk>
4701         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
4702         set-match-data to free markers in match-data.
4704         * replace.el (replace-match-data): Pass RESEAT arg `t' to
4705         match-data to unchain markers in match-data.
4707 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4709         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
4710         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
4711         unnecessary now.
4713 2005-06-08  Richard M. Stallman  <rms@gnu.org>
4715         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
4716         give the variable a doc string that doesn't say don't set it directly.
4718         * textmodes/ispell.el (ispell-check-version):
4719         Use match-string-no-properties.
4720         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
4721         (ispell-buffer-local-words): Likewise.
4723         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
4724         except on terminals with enough colors to really display it.
4725         (makefile-dependency-regex): Delete spurious `bb'.
4727         * faces.el (escape-glyph): Use blue once again in last case.
4728         (no-break-space): Redefine so that it isn't invisible on a tty.
4730 2005-06-08  Kim F. Storm  <storm@cua.dk>
4732         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
4733         also when reading directory name.
4735 2005-06-08  Lute Kamstra  <lute@gnu.org>
4737         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
4738         (flyspell-mode-line-string): Remove autoload cookie.
4739         (flyspell-mode): Remove defvar.
4741 2005-06-07  Lute Kamstra  <lute@gnu.org>
4743         * textmodes/org.el (org-run-mode-hooks): New function.
4744         (org-agenda-mode): Use it.
4746 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
4748         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
4750 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4752         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
4754 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
4756         * font-lock.el (font-lock-add-keywords): Doc fix.
4758 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
4761         (tex-compile-default): In the absence of any history, use the order in
4762         tex-compile-alist to choose the preferred command.
4763         (tex-compile-commands): Reorder a bit.
4765         * textmodes/flyspell.el (flyspell-auto-correct-binding)
4766         (flyspell-incorrect-face, flyspell-duplicate-face):
4767         Use (X)Emacs-agnostic code.
4768         (flyspell-mode-map): Don't overwrite at each load.  Remove code
4769         redundant with the subsequent add-minor-mode.  Merge Emacs and
4770         XEmacs code.
4771         (flyspell-word): Minor simplification.
4772         (flyspell-math-tex-command-p): Quieten the byte-compiler.
4773         (flyspell-external-point-words): Remove unused vars `size' and
4774         `start'.
4775         (flyspell-do-correct): Rename from flyspell-xemacs-correct.  Merge
4776         the corresponding Emacs code.
4777         (flyspell-correct-word, flyspell-xemacs-popup): Use
4778         flyspell-do-correct.
4780         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
4781         a dedicated window.
4783         * international/latexenc.el (latexenc-find-file-coding-system):
4784         Undo part of last patch, to turn off a compiler warning.
4786 2005-06-06  Juri Linkov  <juri@jurta.org>
4788         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
4789         Rename `tmm-inactive-face' to `tmm-inactive'.
4791 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
4793         * iswitchb.el: Rename faces.
4795 2005-06-06  Kim F. Storm  <storm@cua.dk>
4797         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
4798         (cua-global-mark): Remove -face suffix from face names.
4800         * emulation/cua-gmrk.el (cua--init-global-mark):
4801         Remove cua-global-mark face setup.
4803 2005-06-06  Richard M. Stallman  <rms@gnu.org>
4805         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
4806         just like other allowed characters.
4807         (makefile-match-dependency): Exclude leading and training whitespace
4808         from the range of regexp subexp 1.
4809         (makefile-macroassign-regex): Don't try to match the body,
4810         just the name of the macro being defined.
4812         * info.el (Info-read-node-name-2): New function.
4813         (Info-read-node-name-1): Use that.
4814         Add a completion-base-size-function property.
4816         * simple.el (completion-setup-function): Look for
4817         completion-base-size-function property of
4818         minibuffer-completion-table.
4820         * files.el (locate-file-completion): Doc fix.
4822         * printing.el: Don't call pr-update-menus; user must do that.
4824         * emacs-lisp/debug.el (debugger-window): New variable.
4825         (debug): Use debugger-window if it is set and still alive.
4826         Record debugger-window for next entry.
4828         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
4830 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
4832         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
4833         (hack-one-local-variable, hack-local-variables)
4834         (hack-local-variables-prop-line): Pass that arg.
4836 2005-06-06  Kim F. Storm  <storm@cua.dk>
4838         * ido.el (ido-first-match, ido-only-match, ido-subdir)
4839         (ido-indicator): Remove -face suffix from face names.
4841 2005-06-06  Juri Linkov  <juri@jurta.org>
4843         * font-lock.el (font-lock-regexp-backslash)
4844         (font-lock-regexp-backslash-construct): New faces.
4845         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
4846         after `('.  Add `while-no-input' to control structures.
4848         * faces.el (no-break-space, shadow): New faces.
4849         (escape-glyph): Use less loud colors pink2 and red4.
4851         * diff-mode.el (diff-context-face)
4852         * dired.el (dired-ignored)
4853         * rfn-eshadow.el (file-name-shadow)
4854         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
4856         * info.el (Info-title-1-face): Use green instead of yellow because
4857         bold yellow is not readable on light backgrounds.
4859         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
4860         before selecting the desired mode to not spend time fontifying
4861         old contents.
4863 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
4865         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
4866         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
4868         * ps-print.el (ps-default-fg, ps-default-bg):
4869         Fix typos in docstrings.
4871         * isearchb.el (isearchb): Don't pass a spurious second argument to
4872         `iswitchb-completions'.
4874 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
4876         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
4877         to preserve point.
4878         (gdb-find-file-hook): Add doc string.
4880         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
4881         C dereferenced pointer expression.
4882         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
4884         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
4886         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
4887         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
4888         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
4889         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
4890         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
4891         Make background transparent.
4893 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4895         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
4896         (font-lock-remove-keywords): Doc fix.
4897         (font-lock-mode-major-mode): Compiler defvar.
4898         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
4900         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
4901         (font-lock-mode): Update `font-lock-mode-major-mode'.
4902         (font-lock-set-defaults): Compiler defvar.
4903         (font-lock-default-function): Take `font-lock-mode-major-mode'
4904         into account.
4906         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
4907         keep track of which major mode it enabled the minor mode for.
4908         Use find-file-hook again.  Update docstring.
4910         * simple.el (eval-expression-print-level)
4911         (eval-expression-print-length, eval-expression-debug-on-error):
4912         Doc fixes.
4914 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
4916         * iswitchb.el (iswitchb-single-match-face)
4917         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
4918         (iswitchb-invalid-regexp-face): New faces.
4919         (iswitchb-completions): Use them.
4920         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
4921         now marked as an obsolete alias.
4922         (iswitchb-read-buffer): Remove check for bound font variables.
4923         (iswitchb-invalid-regexp): New free variable.
4924         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
4925         set iswitchb-invalid-regexp.
4926         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
4927         invalid regexps.
4928         (iswitchb-completions): Add check for complete match when entering
4929         a regexp.
4930         (iswitchb-completions): Remove require-match argument.
4931         (iswitchb-exhibit): Fix caller.
4932         (iswitchb-common-match-inserted): New variable.
4933         (iswitchb-complete, iswitchb-completion-help): Use it.
4935 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
4937         * url-http.el (url-http-chunked-encoding-after-change-function):
4938         Use `url-http-debug' instead of `message'.
4940 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
4942         * url-http.el (url-http-parse-headers): Pass redirected URL as a
4943         callback argument.
4945 2005-06-04  Kim F. Storm  <storm@cua.dk>
4947         * simple.el (line-move): Only call sit-for when moving backwards.
4949         * ido.el (ido-make-merged-file-list-1): New defun split from
4950         ido-make-merged-file-list.
4951         (ido-make-merged-file-list): Bind throw-on-input around call to
4952         ido-make-merged-file-list-1.  Return input-pending-p if
4953         interrupted by more input available.
4954         (ido-read-internal): Handle input-pending-p return value from
4955         ido-make-merged-file-list.
4957 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4959         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
4960         compatibility code.
4962         * international/latexenc.el (latexenc-find-file-coding-system):
4963         Don't inherit the EOL part of the coding-system from the
4964         tex-main buffer.  Fit within 80 columns.
4966 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
4968         * tmm.el (tmm-inactive-face): New face.
4969         (tmm-remove-inactive-mouse-face): New function.
4970         (tmm-prompt, tmm-add-one-shortcut)
4971         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
4972         but not selectable.
4974 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
4976         * faces.el (face-equal): Improve argument/docstring consistency.
4978 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
4980         * progmodes/make-mode.el (makefile-targets-face)
4981         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
4982         (makefile-bsdmake-dependency-regex)
4983         (makefile-makepp-rule-action-regex)
4984         (makefile-bsdmake-rule-action-regex): New constants.
4985         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
4987         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4988         Allow (...) within `...' for makepp messages.
4990 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
4992         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
4994         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
4995         "." files are deleted from all file lists before comparison.
4997         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4998         (viper-ESC-key): Made them customizable.
5000         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
5002 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
5004         * autorevert.el (auto-revert-buffers): Use save-match-data.
5006 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5008         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
5009         menu items with a nil command binding.
5011 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
5013         * emacs-lisp/cl-macs.el (defsetf):
5014         Improve argument/docstring consistency.
5016         * faces.el (list-faces-display): Improve the formatting by
5017         computing the maximum length required for any face-name (reworked
5018         patch of 1999-01-11, accidentally deleted on 1999-07-21).
5019         (internal-find-face): Remove redundant info in docstring.
5021 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
5023         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
5024         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
5025         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
5026         (gdb-assembler-custom): Improve regexps.
5027         (def-gdb-auto-update-handler): Use window point to preserve point.
5029 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5031         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
5033 2005-05-31  Jay Belanger  <belanger@truman.edu>
5035         * calc/calc-embed.el (calc-embedded-word): Change argument passed
5036         to calc-embedded.
5037         (calc-embedded-make-info): Have plain prefix argument select
5038         entire line.
5040 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
5042         * faces.el (list-faces-display): Signal error if passed a regexp
5043         that matches no face name.
5045         * simple.el (filter-buffer-substring): Fix typo in docstring.
5047 2005-05-31  Richard M. Stallman  <rms@gnu.org>
5049         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
5050         (vhdl-emacs-21): Doc fix.
5051         (vhdl-mode): Unconditionally set comment-padding.
5052         (vhdl-fixup-whitespace-region): Insert spaces only where
5053         there are none.
5054         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
5056 2005-05-30  John Wiegley  <johnw@newartisans.com>
5058         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
5059         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
5060         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
5061         `directory-sep-char' to ?/, and all uses of `string-to-int' to
5062         `string-to-number'.
5064 2005-05-30  Jay Belanger  <belanger@truman.edu>
5066         * calc/calc.el (calc-bug-address): Fix docstring.
5067         (calc-window-hook, calc-trail-window-hook): New variables.
5068         (calc-trail-display): Restore use of calc-trail-window-hook.
5069         (calc): Restore use of calc-window-hook.
5071 2005-05-31  Masatake YAMATO  <jet@gyve.org>
5073         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
5075         * help-fns.el (help-C-file-name): Add autoload mark for
5076         `find-function-noselect'.
5078 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5080         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
5081         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
5083 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
5085         * calendar/diary-lib.el (mark-included-diary-files): Only kill
5086         included diary buffer if it was not already being visited.
5087         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
5089         * calendar/icalendar.el (top-level): Do not require 'appt.
5091         * mail/supercite.el (sc-select-attribution): Only use a list
5092         element from sc-attrib-selection-list if it returns a string.
5093         Reported by Davide G. M. Salvetti <salve@debian.org>.
5095 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
5097         * thumbs.el (thumbs-thumbname): The resulting thumbname now
5098         includes a hash value to improve its uniqueness, and has a ".jpg"
5099         extension.  Also, it is now a valid filename on all systems.
5100         (thumbs-make-thumb): Use `let', not `let*'.
5101         (thumbs-show-thumbs-list): Check for JPEG availability.
5103 2005-05-30  Richard M. Stallman  <rms@gnu.org>
5105         * filesets.el (filesets-menu-ensure-use-cached):
5106         Prevent warning when emacs-version>= is undefined.
5108         * printing.el (pr-interactive-n-up): Use string-to-number.
5110         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
5112         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5113         Warn only when name to be defined is quoted.
5115 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
5117         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
5118         Make regexp more robust.
5119         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
5120         Force regeneration of disassembly.
5122 2005-05-29  Jay Belanger  <belanger@truman.edu>
5124         * calc/calc.el (calc-user-invocation): Check if
5125         calc-invocation-macro is non-nil.
5127 2005-05-29  Juri Linkov  <juri@jurta.org>
5129         * add-log.el (change-log-font-lock-keywords):
5130         Add `+' to e-mail regexp to accept mail address with keywords.
5132         * man.el (Man-name-regexp): Add `:' to accept qualified names.
5134 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5136         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
5138         * ielm.el (inferior-emacs-lisp-mode): Ditto.
5140 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5142         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
5143         Undo the change that moves to end of the current word.
5145 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
5147         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
5148         Throw error when count <= 0 to ensure input is a number.
5149         (gdb-read-memory-custom): Pick up address from buffer.
5150         (gdb-memory-mode): Allow user to increment and decrement
5151         memory address from header line.
5153 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5155         * flyspell.el (flyspell-version): Function deleted.
5156         (flyspell-auto-correct-previous-hook): Doc fix.
5158         * jit-lock.el (jit-lock-function, jit-lock-after-change):
5159         Do nothing if memory is full.
5161         * font-lock.el (font-lock-fontify-syntactically-region):
5162         Pass t for GREEDY to looking-back.
5164         * saveplace.el (save-place-alist-to-file): Write the file
5165         using write-region.
5167         * subr.el (looking-back): New argument GREEDY.
5169         * progmodes/compile.el (compilation-start): Set the mode
5170         before inserting the initial text.
5172         * progmodes/which-func.el (which-func-update-1): Turn the mode
5173         off in case of error by setting which-func-mode.
5175 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
5177         * flyspell.el (flyspell-auto-correct-previous-word):
5178         Narrow down to what's on the screen, and recenter overlays
5179         at the end of the next word.
5181 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
5183         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
5184         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
5185         (flyspell-abbrev-p): Default to nil.
5186         (flyspell-use-global-abbrev-table-p): Doc fix.
5187         (flyspell-large-region): Allow nil as value.
5188         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
5190         (mail-mode-flyspell-verify): More robust handling
5191         of `mail-header-separator'.  More efficient signature detection.
5192         Allow for regexp metacharacters in message-header-separator.
5193         Adding `To' not to be checked in mail-mode-flyspell-verify.
5195         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
5196         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
5197         Bind flyspell-auto-correct-binding.
5198         Bind C-. and C-, .
5199         (flyspell-mode-map): Likewise.
5200         (flyspell-mode): Doc fix.
5201         (flyspell-accept-buffer-local-defs): Preserve current buffer.
5202         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
5203         (flyspell-word-cache-result): New var, always local.
5204         (flyspell-check-pre-word-p): Doc fix.
5205         (flyspell-check-changed-word-p): Handle spc like newline.
5206         (flyspell-post-command-hook): Set flyspell-word-cache-result.
5207         (flyspell-word-search-backward, flyspell-word-search-forward):
5208         New functions.
5209         (flyspell-word): Return t if nothing to check.
5210         When parsing TeX code, check for after } or \.
5211         Use flyspell-word-search-backward to find previous word.
5212         Return nil if duplicated word.
5213         For word already checked, return same value as last time.
5214         Set flyspell-word-cache-result after checking.
5215         Don't clobber the return value.
5216         (flyspell-get-word): Major rewrite.
5217         (flyspell-external-point-words): New locals pword, pcount.
5218         Fix size used in progress message.
5219         Find the proper corresponding word in flyspell-large-region-buffer.
5220         (flyspell-region): Check for flyspell-large-region = nil.
5221         (flyspell-highlight-incorrect-region): Clean up overlays in region.
5222         (flyspell-auto-correct-word): Check that WORD is a cons.
5223         (flyspell-correct-word): Likewise.
5225 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
5227         * progmodes/make-mode.el (makefile-rule-action-regex)
5228         (makefile-macroassign-regex, makefile-makepp-mode)
5229         (makefile-bsdmake-mode): Continuation lines may be empty.
5230         Reported by Joshua Varner.
5231         (makefile-makepp-font-lock-keywords): Add $(stem).
5233 2005-05-28  Karl Berry  <karl@gnu.org>
5235         * textmodes/tex-mode.el: Now that tex-send-command calls
5236         shell-quote-argument (2005-03-31 change), remove all calls to
5237         shell-quote-argument; they all end up invoking tex-send-command.
5238         The double quoting loses on filenames with non-safe characters,
5239         such as "@".  Reported by Frederik Fouvry.
5241 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
5243         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
5244         about preserving point.
5246 2005-05-27  Jay Belanger  <belanger@truman.edu>
5248         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
5249         Info-goto-node.
5251         * calc/calc-embed.el (calc-embed-arg): New variable.
5252         (calc-do-embedded-activate, calc-embedded-activate-formula)
5253         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
5254         variable by new variable.
5255         (calc-embedded-make-info): Replace undeclared variable by new
5256         variable.  When selecting region with positive prefix
5257         argument, use end of previous line instead of beginning of line.
5259         * calc/calc-aent.el (calc-arg-values): Declare it.
5261         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
5262         Declare them.
5264         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
5266         * calc/calc.el (calc-alg-map): Declare it.
5268         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
5270 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
5272         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
5273         (gdb-registers-buffer, toggle-gdb-all-registers):
5274         Toggle display of floating point registers.
5275         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
5277         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
5278         (toggle-gud-tooltip-dereference):
5279         Rename from gud-toggle-tooltip-dereference.
5281 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5283         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
5285 2005-05-27  Jay Belanger  <belanger@truman.edu>
5287         * calc/calc-prog.el (calc-kbd-report): Remove.
5288         (calc-kbd-query): Rewrite.
5290 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
5292         * image.el (image-library-alist): Move to image.c.
5293         (image-type-available-p): Doc fix.
5295 2005-05-27  Lute Kamstra  <lute@gnu.org>
5297         * calc/calc.el (calc):
5298         * outline.el (outline-1, outline-2, outline-3, outline-4)
5299         (outline-5, outline-6, outline-7, outline-8):
5300         * textmodes/dns-mode.el (dns-mode):
5301         * textmodes/sgml-mode.el (sgml-namespace-face):
5302         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
5303         (tex-verbatim-face, tex-use-reftex):
5304         * textmodes/texinfo.el (texinfo-heading-face):
5305         Specify customization group.
5307         * longlines.el: Don't require easy-mmode.
5308         (longlines-visible-face): Specify customization group.
5310 2005-05-27  Kenichi Handa  <handa@m17n.org>
5312         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
5313         encoding table of windows-1251.
5315         * international/ucs-tables.el (ucs-set-table-for-input):
5316         If translation-table-for-input of a coding system is a symbol, get
5317         its translation-table property.
5319         * international/code-pages.el: Don't register a coding system into
5320         non-iso-charset-alist more than once.
5321         (cp-make-coding-system): Likewise.
5323 2005-05-26  John Wiegley  <johnw@newartisans.com>
5325         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
5326         `eshell-resume-eval' is wrapped in a list, it indicates that the
5327         command was run asynchronously.  In that case, unwrap the value
5328         before checking the delimiter value.
5330         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
5331         character before a space at the end of a line is \, assume the space
5332         is part of the last argument rather than a final argument separator.
5334         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
5335         is in use, and the target is `t' or `nil' (which are the most common
5336         values), don't assume that the symbol target is a buffer.
5338 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5340         * calendar/calendar.el (calendar-mode-line-format):
5341         Use mode-line-highlight as mouse-face.
5343         * time.el (display-time-string-forms, display-time-update):
5344         Use mode-line-highlight as mouse-face.
5346 2005-05-26  Jay Belanger  <belanger@truman.edu>
5348         * calc/calc.el (calc-language-alist): Remove extra defvar.
5350 2005-05-26  Lute Kamstra  <lute@gnu.org>
5352         * arc-mode.el (archive-mode):
5353         * bookmark.el (bookmark-read-annotation-mode)
5354         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
5355         * bs.el (bs-mode):
5356         * calc/calc-yank.el (calc-edit-mode):
5357         * calc/calc.el (calc-mode, calc-trail-mode):
5358         * calculator.el (calculator-mode):
5359         * chistory.el (command-history-mode):
5360         * comint.el:
5361         * cus-edit.el (custom-mode):
5362         * descr-text.el (describe-text-mode):
5363         * ebuff-menu.el (Electric-buffer-menu-mode):
5364         * ediff-util.el (ediff-mode):
5365         * emacs-lisp/re-builder.el (reb-mode):
5366         * emulation/vi.el (vi-mode-setup):
5367         * emulation/ws-mode.el (wordstar-mode):
5368         * eshell/esh-mode.el (eshell-mode):
5369         * forms.el (forms-mode):
5370         * help-mode.el (help-mode):
5371         * hexl.el (hexl-mode):
5372         * ibuffer.el (ibuffer-mode):
5373         * ielm.el (inferior-emacs-lisp-mode):
5374         * info.el (Info-mode, Info-edit-mode):
5375         * international/swedish.el:
5376         * ledit.el (ledit-from-lisp-mode):
5377         * locate.el (locate-mode):
5378         * mail/rmail.el (rmail-mode):
5379         * mail/rmailedit.el (rmail-edit-mode):
5380         * mail/rmailsum.el (rmail-summary-mode):
5381         * mail/supercite.el (sc-electric-mode):
5382         * net/eudc.el (eudc-mode):
5383         * net/quickurl.el (quickurl-list-mode):
5384         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
5385         * obsolete/ooutline.el (outline-mode):
5386         * obsolete/options.el (Edit-options-mode):
5387         * obsolete/rnews.el (news-mode):
5388         * obsolete/rnewspost.el (news-reply-mode):
5389         * play/5x5.el (5x5-mode):
5390         * play/decipher.el (decipher-mode, decipher-stats-mode):
5391         * play/gomoku.el (gomoku-mode):
5392         * play/snake.el (snake-mode):
5393         * play/solitaire.el (solitaire-mode):
5394         * play/tetris.el (tetris-mode):
5395         * progmodes/ada-mode.el (ada-mode):
5396         * progmodes/antlr-mode.el (antlr-mode):
5397         * progmodes/autoconf.el (autoconf-mode):
5398         * progmodes/dcl-mode.el (dcl-mode):
5399         * progmodes/delphi.el (delphi-mode):
5400         * progmodes/ebrowse.el (ebrowse-tree-mode)
5401         (ebrowse-electric-list-mode, ebrowse-member-mode)
5402         (ebrowse-electric-position-mode):
5403         * progmodes/f90.el (f90-mode):
5404         * progmodes/fortran.el (fortran-mode):
5405         * progmodes/icon.el (icon-mode):
5406         * progmodes/idlw-help.el (idlwave-help-mode):
5407         * progmodes/idlw-shell.el (idlwave-shell-mode):
5408         * progmodes/idlwave.el (idlwave-mode):
5409         * progmodes/inf-lisp.el (inferior-lisp-mode):
5410         * progmodes/m4-mode.el (m4-mode):
5411         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
5412         * progmodes/modula2.el (modula-2-mode):
5413         * progmodes/octave-inf.el (inferior-octave-mode):
5414         * progmodes/octave-mod.el (octave-mode):
5415         * progmodes/pascal.el (pascal-mode):
5416         * progmodes/sh-script.el (sh-mode):
5417         * progmodes/sql.el (sql-mode, sql-interactive-mode):
5418         * progmodes/vhdl-mode.el (vhdl-mode):
5419         * progmodes/xscheme.el (scheme-interaction-mode):
5420         * replace.el (occur-mode):
5421         * ses.el (ses-mode):
5422         * simple.el (completion-list-mode):
5423         * skeleton.el:
5424         * speedbar.el (speedbar-mode):
5425         * term.el (term-mode):
5426         * terminal.el (terminal-edit-mode):
5427         * textmodes/reftex-index.el (reftex-index-mode)
5428         (reftex-index-phrases-mode):
5429         * textmodes/reftex-sel.el (reftex-select-label-mode)
5430         (reftex-select-bib-mode):
5431         * textmodes/reftex-toc.el (reftex-toc-mode):
5432         * wdired.el (wdired-change-to-wdired-mode):
5433         * wid-browse.el (widget-browse-mode):
5434         Use run-mode-hooks.
5436         * array.el (array-mode):
5437         * calendar/todo-mode.el (todo-mode):
5438         * man.el (Man-mode):
5439         * play/landmark.el (lm-mode):
5440         * play/mpuz.el (mpuz-mode):
5441         Use kill-all-local-variables and run-mode-hooks.
5443         * subr.el (delay-mode-hooks): Specify indentation.
5445 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
5447         * xml.el (xml-substitute-special): Don't die for undefined xml
5448         entities.
5450 2005-05-26  Jay Belanger  <belanger@truman.edu>
5452         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
5453         of nil.
5455 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
5457         * progmodes/gdb-ui.el (gdb-frame-address):
5458         Rename from gdb-current-address.
5459         (gdb-previous-frame-address): Rename from gdb-previous-address.
5460         (gdb-selected-frame): Rename from gdb-current-frame.
5461         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
5462         (gdb-frame-number): Rename from gdb-current-stack-level.
5463         (gdb-ann3): Match new mode-name for disassembly buffer.
5464         Extend initialization of variables.
5465         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
5466         (gdb-memory-mode): Use mouse-face in header line.
5467         (gdb-assembler-buffer-name): Call it disassembly and give frame
5468         in mode line.
5469         (gdb-source-spec-regexp, gdb-assembler-custom)
5470         (gdb-invalidate-assembler, gdb-frame-handler):
5471         Make robust to leading zeroes in address format.
5473 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
5475         * textmodes/org.el (org-mode): Use `define-derived-mode' to
5476         define `org-mode'.
5477         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
5479 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5481         * log-edit.el (log-edit-changelog-entries): Distinguish between
5482         filenames like xfns.c and fns.c.
5484 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
5486         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
5487         point after reverting.
5488         (Buffer-menu-make-sort-button): Handle the case where
5489         `Buffer-menu-use-header-line' is nil.
5491 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5493         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
5494         New funcs.  In minibuffer-local-completion-map bind `]', `/'
5495         and `:' to them.
5497 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5499         * startup.el (normal-top-level): Allow modification of load-path while
5500         we're iterating over it.
5502 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
5504         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
5505         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
5506         (thumbs-resize-interactive, thumbs-insert-image)
5507         (thumbs-insert-thumb, thumbs-dired-show-marked)
5508         (thumbs-find-image-at-point, thumbs-delete-images)
5509         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
5510         (thumbs-increment-image-size, thumbs-decrement-image-size):
5511         Fix typos in docstrings.
5513 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
5515         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
5516         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
5517         (cperl-mode): Use them.
5519 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
5521         * window.el (quit-window, shrink-window-if-larger-than-buffer):
5522         Doc fixes.
5524 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
5526         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
5527         Bind C-d to gdb-inferior-io-eof.
5529         * dired.el (dired-dnd-popup-notice): Use message-box.
5531 2005-05-23  Masatake YAMATO  <jet@gyve.org>
5533         * bindings.el (mode-line-major-mode-keymap):
5534         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
5536         * faces.el (mode-line-highlight): New face.
5538         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
5539         as mouse-face.
5541         * bindings.el (top-level, help-echo, mode-line-modified)
5542         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
5543         as mouse-face.
5545 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
5547         * progmodes/cc-engine.el (c-guess-basic-syntax):
5548         Remove spurious call to `zerop'.
5550         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
5552 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
5554         CC Mode update to 5.30.10:
5556         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
5557         could go past the limit in decoration level 2, thereby causing
5558         errors during interactive fontification.
5560         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
5561         the file is evaluated interactively.
5563         * cc-engine.el (c-guess-basic-syntax): Handle operator
5564         declarations somewhat better in C++.
5566         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
5567         make use of `run-mode-hooks' which has been added in Emacs 21.1.
5568         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
5569         (awk-mode): Use it.
5570         (make-local-hook): Suppress warning about obsoleteness.
5572         * cc-engine.el, cc-align.el, cc-cmds.el
5573         (c-append-backslashes-forward, c-delete-backslashes-forward)
5574         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
5575         Compensate for return value from `forward-line' when it has moved
5576         but not to a different line due to eob.
5578         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
5579         `objc-method-intro' and `objc-method-args-cont'.
5581 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
5583         CC Mode update to 5.30.10:
5585         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
5586         in the copyright statement.  Incidentally, change "along with GNU
5587         Emacs" to "along with this program" where it occurs.
5589         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
5590         so that it is interactive, hence can be found by M-x awk-mode
5591         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
5592         <gmorris+emacs@ast.cam.ac.uk>.
5594         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
5595         Mode's regexps.
5597 2005-05-23  Kevin Ryde  <user42@zip.com.au>
5599         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
5600         c-parse-state, to avoid a lisp error (on bad code).
5602 2005-05-23  Lute Kamstra  <lute@gnu.org>
5604         * subr.el (font-lock-defaults): Remove defvar as it's already
5605         defined in font-core.el.
5607         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
5609 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
5611         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
5612         more general and work when GDB variable "print pretty" is on,
5613         as with Emacs, for example.
5615 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
5617         * font-core.el: Update comment.
5619         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5620         Use `after-change-major-mode-hook' instead of `find-file-hook'.
5622         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
5624 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
5626         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
5627         and `yank-handler' in the doc strings.
5629 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5631         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
5633 2005-05-22  Richard M. Stallman  <rms@gnu.org>
5635         * help.el (describe-key): Move print-help-return-message call
5636         out of conditional.
5638         * progmodes/etags.el (list-tags): Use with-no-warnings.
5640         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
5641         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
5642         (starttls-extra-args, starttls-extra-arguments): Add defvars.
5644         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
5646         * language/viet-util.el (viet-viscii-nonascii-translation-table):
5647         Add defvar.
5649         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
5650         Use defvar, not defconst.
5652         * hexl.el (hexl-follow-line): Use with-no-warnings.
5654         * emulation/tpu-extras.el: Use write-file-functions instead of
5655         write-file-hooks.
5657         * dired.el (dired-font-lock-keywords): Fontify files with junk
5658         extensions even if marked by -F.
5660 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
5662         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
5663         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
5664         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
5665         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
5666         (concatenate, list-length, get*, getf, cl-remprop):
5667         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
5668         (etypecase, progv, lexical-let, lexical-let*)
5669         (multiple-value-bind, multiple-value-setq, shiftf):
5670         Improve argument/docstring consistency.
5672         * subr.el (focus-frame, unfocus-frame):
5673         Revert deletion on 2005-05-01.
5675 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
5677         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
5678         doesn't exist.
5680         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
5681         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
5683 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
5685         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
5686         already deleted variables: auto-fill-hook, blink-paren-hook,
5687         lisp-indent-hook, inhibit-local-variables, unread-command-event,
5688         suspend-hooks, comment-indent-hook, meta-flag,
5689         before-change-function, after-change-function,
5690         font-lock-doc-string-face.
5692 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
5694         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5696 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
5698         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
5699         rmail-dont-reply-to.
5701 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
5703         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
5704         literal blank when splitting new-header-values.
5706 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
5708         * calendar/cal-menu.el (cal-menu-update): Add separator as a
5709         string so that tmm doesn't create a completion entry for it.
5711         * textmodes/table.el (table-disable-menu): Ditto.
5713 2005-05-21  Richard M. Stallman  <rms@gnu.org>
5715         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
5717         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
5719         * net/rcompile.el (remote-compile): Use compilation-start.
5721         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
5723 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
5725         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
5726         Default to makefile-bsdmake-mode on BSD systems.
5728         * imenu.el (imenu-generic-expression, imenu--generic-function'):
5729         REGEXP may also be a search function now.  The part of doc-string
5730         for describing the structure was 95% identical to that of
5731         `imenu--generic-function'.  Unify it there.
5733         * progmodes/make-mode.el (makefile-imenu-generic-expression):
5734         Use function to find dependencies, because regexp alone is so complex,
5735         it easily goes into an endless loop.
5736         (makefile-makepp-mode): Also add submenu for Perl functions
5737         defined in the makefile.
5738         (makefile-bsdmake-mode): Special imenu-generic-expression no
5739         longer needed, due to function call.
5740         (makefile-match-dependency): Take BOUND into account when checking
5741         if we're through.
5743 2005-05-20  Jay Belanger  <belanger@truman.edu>
5745         * calc/calc-units.el (calc-invalidate-units-table):
5746         Use inhibit-read-only.
5747         (math-build-units-table-buffer): Use view-mode.
5749 2005-05-20  David Kastrup  <dak@gnu.org>
5751         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
5752         easy-menu-add is not a nop on Emacs; and clarify when to call it.
5754 2005-05-20  Lute Kamstra  <lute@gnu.org>
5756         * diff-mode.el (diff-header-face, diff-file-header-face)
5757         (diff-index-face, diff-hunk-header-face, diff-removed-face)
5758         (diff-added-face, diff-changed-face, diff-function-face)
5759         (diff-context-face, diff-nonexistent-face): Put them in the
5760         diff-mode customization group.
5762 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5764         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
5766         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
5768         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
5769         Minor regexp-optimization.
5771 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
5773         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
5774         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
5775         (org-agenda-add-time-grid-maybe): New function.
5776         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
5777         (org-table-create): `dotimes' instead of `mapcar'.
5778         (org-xor): Simplify implementation.
5779         (org-agenda): `inhibit-redisplay' turned on.
5780         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
5781         a consistent line after a state change.
5782         (org-agenda-remove-times-when-in-prefix): New option.
5783         (org-prefix-has-time): New variable.
5784         (org-parse-time-string): Optional argument NODEFAULT.
5785         (org-format-agenda-item): Parse items for time-of-day
5786         specifications and move these into the prefix if possible.
5787         (org-agenda-priority): Get current heading, not previous heading
5788         during agenda remote editing.
5790 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
5792         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
5793         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
5794         (remove-duplicates, delete-duplicates, substitute)
5795         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
5796         (nsubstitute-if-not, find, find-if, find-if-not, position)
5797         (position-if, position-if-not, count, count-if, count-if-not)
5798         (mismatch, search, sort*, stable-sort, merge, member*)
5799         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
5800         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
5801         (intersection, nintersection, set-difference, nset-difference)
5802         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
5803         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
5804         (nsublis, tree-equal): Improve argument/docstring consistency.
5806         * subr.el (send-string, send-region):
5807         Remove obsolescence declaration.
5808         (window-dot, set-window-dot, read-input, show-buffer)
5809         (eval-current-buffer, string-to-int):
5810         Add release number to obsolescence declarations.
5812 2005-05-19  Kim F. Storm  <storm@cua.dk>
5814         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
5815         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
5817 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
5819         * faces.el (list-faces-display): Make back button respect optional
5820         regexp arg.
5822 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
5824         * calculator.el (calculator-radix-grouping-mode)
5825         (calculator-radix-grouping-digits, calculator-displayer)
5826         (calculator-radix-grouping-separator, calculator-copy-displayer):
5827         * dabbrev.el (dabbrev-search-these-buffers-only):
5828         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
5829         (diff-advance-after-apply-hunk, diff-mode-hook)
5830         (diff-minor-mode-prefix):
5831         * imenu.el (imenu-use-popup-menu):
5832         * jit-lock.el (jit-lock-context-time):
5833         * newcomment.el (comment-fill-column, comment-column)
5834         (comment-style, comment-padding, comment-multi-line)
5835         (comment-empty-lines, comment-auto-fill-only-comments):
5836         * reveal.el (reveal-around-mark):
5837         * uniquify.el (uniquify-buffer-name-style)
5838         (uniquify-after-kill-buffer-p)
5839         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
5840         (uniquify-min-dir-content, uniquify-separator)
5841         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
5842         * w32-vars.el (w32-fixed-font-alist):
5843         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5844         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
5845         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
5846         * progmodes/perl-mode.el (perl-indent-level)
5847         (perl-continued-statement-offset, perl-continued-brace-offset)
5848         (perl-brace-offset, perl-brace-imaginary-offset)
5849         (perl-label-offset, perl-indent-continued-arguments)
5850         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
5851         * progmodes/tcl.el (tcl-indent-level)
5852         (tcl-continued-indent-level, tcl-auto-newline)
5853         (tcl-tab-always-indent, tcl-electric-hash-style)
5854         (tcl-help-directory-list, tcl-use-smart-word-finder)
5855         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
5856         (inferior-tcl-source-command):
5857         * textmodes/fill.el (enable-kinsoku):
5858         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
5859         * textmodes/table.el (table-yank-handler):
5860         Specify missing group (and type, if simple) in defcustom.
5862 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5864         * progmodes/compile.el (compilation-finish-function): Fix defvar.
5866 2005-05-19  Richard M. Stallman  <rms@gnu.org>
5868         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
5870         * subr.el (event-basic-type): Don't get an error.
5871         (left-fringe-p): Function deleted.
5873         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
5874         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
5876         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
5877         in recursive copy.
5879         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
5881         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
5883         * emacs-lisp/bytecomp.el
5884         (byte-compile-file-form-custom-declare-variable): Call
5885         byte-compile-nogroup-warn if appropriate.
5887         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
5888         (compilation-set-window): Don't call left-fringe-p; do it directly.
5890 2005-05-19  Jay Belanger  <belanger@truman.edu>
5892         * calc/calc-graph.el (calc-graph-format-data): Make sure
5893         var-PlotRejects is bound before trying to check its value.
5895 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
5897         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
5898         definition of this variable from reftex-global.el to reftex.el,
5899         because it is needed in the menu.
5901 2005-05-19  Lute Kamstra  <lute@gnu.org>
5903         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
5904         years are fixed.  Don't insert a space after a dash.
5906 2005-05-19  Kim F. Storm  <storm@cua.dk>
5908         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
5910 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
5912         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
5913         strings, because (eq ... ?\\) is fairly frequent.
5915         * progmodes/make-mode.el (makefile-add-this-line-targets):
5916         Simplify and integrate into `makefile-pickup-targets'.
5917         (makefile-add-this-line-macro): Simplify and integrate into
5918         `makefile-pickup-macros.
5919         (makefile-pickup-filenames-as-targets): Simplify.
5920         (makefile-previous-dependency, makefile-match-dependency):
5921         Don't stumble over `::'.
5923 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
5925         * subr.el (post-command-idle-hook, post-command-idle-delay):
5926         Remove obsoletion of post-command-idle-hook and
5927         post-command-idle-delay.
5929         * faces.el (list-faces-display): Provide button when describe-face
5930         is called to take user back to the list of faces.
5932         * help-fns.el (describe-variable): Remove hyperlinks in a
5933         variable's value as these are quite frequently inappropriate.
5935         * follow.el (follow-submit-feedback, follow-mode):
5936         Remove references to post-command-idle-hook.
5938 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
5940         * progmodes/make-mode.el (makefile-previous-dependency)
5941         (makefile-match-dependency): Check for := (and in bsd mode also
5942         !=) to give a better result, even when font-lock is not on.
5944 2005-05-18  Jay Belanger  <belanger@truman.edu>
5946         * calc/calc-help.el (calc-s-prefix-help):
5947         Add `calc-copy-special-constant' to help string.
5949 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
5951         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5953 2005-05-18  Jay Belanger  <belanger@truman.edu>
5955         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
5956         in linear factors are in proper order.
5958 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
5960         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5961         Support for jurabib.
5963         * textmodes/reftex.el (featurep): Define aliases for overlay
5964         commands, for XEmacs compatibility, and use these aliases in
5965         overlay initializations.
5966         (reftex-highlight): Use `reftex-move-overlay'.
5967         (reftex-unhighlight): Use `reftex-delete-overlay'.
5968         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
5969         (reftex-access-search-path): Use `reftex-uniquify' instead of
5970         `reftex-uniq'
5972         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
5973         `before-string' property modification enables for Emacs as well.
5974         (reftex-select-item): Use `reftex-delete-overlay'.
5975         (reftex-select-mark): Use `reftex-make-overlay' and
5976         `reftex-overlay-put'.
5977         (reftex-select-unmark): Use `reftex-delete-overlay' and
5978         `reftex-overlay-put'.
5980 2005-05-18  Lute Kamstra  <lute@gnu.org>
5982         * emacs-lisp/lisp.el (check-parens): Fix docstring.
5984 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
5986         * add-log.el (add-change-log-entry):
5987         * array.el (array-make-template, array-reconfigure-rows)
5988         (array-init-max-row, array-init-max-column)
5989         (array-init-columns-per-line, array-init-field-width):
5990         * replace.el (replace-match-maybe-edit, perform-replace):
5991         * textmodes/spell.el (spell-region):
5992         Replace `read-input' by `read-string'.
5994         * forms.el (forms-mode):
5995         * finder.el (finder-compile-keywords):
5996         * shadowfile.el (shadow-read-files):
5997         Replace `eval-current-buffer' by `eval-buffer'.
5999         * terminal.el (te-pass-through):
6000         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
6001         (ange-ftp-raw-send-cmd):
6002         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
6003         (send-process-next-char, telnet-initial-filter, telnet):
6004         Replace `send-string' by `process-send-string'.
6006         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
6007         (prolog-consult-region): Replace `send-string' by
6008         `process-send-string'; replace `send-region' by `process-send-region'.
6010         * progmodes/delphi.el (delphi-log-msg):
6011         Replace `set-window-dot' by `set-window-point'.
6013         * subr.el (window-dot, set-window-dot, read-input, send-string)
6014         (send-region, show-buffer, eval-current-buffer):
6015         Make really obsolete, as the comment says.
6017 2005-05-17  Kim F. Storm  <storm@cua.dk>
6019         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
6020         (cua--init-keymaps): Bind C-return instead of S-return to set
6021         rectangle mark.
6023         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
6024         instead of S-return to toggle/clear rectangle mark.
6026 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
6028         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
6029         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
6030         Also fontify plain strings assigned to variables, mostly so that a
6031         colon has a face and is thus not taken as a dependency separator.
6032         (makefile-previous-dependency): Inline the new matcher, because it
6033         is too complex to work in both directions.
6034         (makefile-match-dependency): Eliminate `backward' arg (see above).
6035         Completely reimplemented so as to not sometimes go into an endless
6036         loop.  It should also be more efficient, because first it only
6037         searches for `:', instead of applying the very complex regexp.
6038         (makefile-mode): Cancel `font-lock-support-mode', because blocks
6039         to be fontified in one piece can be too long for JIT.
6040         Makefiles are never *that* big.
6042 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
6044         * dired.el (dired-mode): Simplify.
6046 2005-05-17  Lute Kamstra  <lute@gnu.org>
6048         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
6049         defcustom for the mode hook variable.
6051         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
6052         Emacs Lisp Reference Manual.
6054 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
6056         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
6057         (evenp, list*):
6058         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
6059         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
6061         * net/tramp-smb.el (tramp-smb-open-connection):
6062         Pass `tramp-chunksize' as fifth (required) argument.
6064 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
6066         * font-lock.el (lisp-font-lock-keywords-1):
6067         Set `font-lock-negation-char-face' for [^...] char group.
6068         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
6070         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
6071         a var, and refine it to mask one more level of nested vars.
6072         (makefile-rule-action-regex): Turn it into a var, and refine it so
6073         it recognizes backslashed continuation lines as belonging to the
6074         same command.
6075         (makefile-macroassign-regex): Refine it so it recognizes
6076         backslashed continuation lines as belonging to the same command.
6077         (makefile-var-use-regex): Don't look at the next char, because it
6078         might be the same one to be skipped by the initial [^$], leading
6079         to an overlooked variable use.
6080         (makefile-make-font-lock-keywords): Remove two parameters, which
6081         are now variables that some of the modes set locally.
6082         Handle dependency and rule action matching through functions, because
6083         regexps alone match too often.  Dependency matching now comes
6084         last, so it can check, whether a colon already matched something else.
6085         (makefile-mode): Inform that font-lock improves makefile parsing
6086         capabilities.
6087         (makefile-match-dependency, makefile-match-action): New functions.
6089 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
6091         * emacs-lisp/cl-extra.el (equalp): Doc fix.
6093         * align.el (align-regexp):
6094         * ansi-color.el (ansi-color-get-face):
6095         * array.el (array-reconfigure-rows, array-init-max-row)
6096         (array-init-max-column, array-init-columns-per-line)
6097         (array-init-field-width):
6098         * dired-aux.el (dired-trample-file-versions):
6099         * dired-x.el (dired-mark-sexp):
6100         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
6101         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
6102         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
6103         * faces.el (face-read-integer):
6104         * files.el (backup-extract-version, insert-directory):
6105         * hexl.el (hexl-insert-decimal-char):
6106         * server.el (server-process-filter):
6107         * shell.el (shell-extract-num):
6108         * startup.el (command-line-1):
6109         * term.el (term-command-hook):
6110         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
6111         (time-stamp-do-number):
6112         * time.el (display-time-update):
6113         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
6114         (timezone-fix-time):
6115         * vms-patch.el (vms-suspend-resume-hook):
6116         * calendar/appt.el (appt-convert-time):
6117         * calendar/cal-bahai.el (mark-bahai-diary-entries):
6118         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
6119         * calendar/cal-islam.el (mark-islamic-diary-entries):
6120         * calendar/calendar.el (calendar-cursor-to-date)
6121         (calendar-star-date):
6122         * calendar/diary-lib.el (diary-attrtype-convert)
6123         (mark-diary-entries, diary-entry-time):
6124         * calendar/solar.el (solar-get-number):
6125         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
6126         * emacs-lisp/re-builder.el (reb-display-subexp):
6127         * emulation/edt.el (edt-set-scroll-margins):
6128         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6129         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
6130         (vip-get-ex-count):
6131         * emulation/viper-ex.el (viper-get-ex-token)
6132         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
6133         * international/fontset.el (fontset-plain-name):
6134         * mail/feedmail.el (feedmail-look-at-queue-directory):
6135         * mail/mailalias.el (mail-get-names):
6136         * mail/rmail.el (rmail-convert-to-babyl-format):
6137         * mail/rmailsum.el (rmail-make-basic-summary-line)
6138         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
6139         (rmail-summary-goto-msg):
6140         * mail/smtpmail.el (smtpmail-read-response):
6141         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
6142         (ange-ftp-vms-add-file-entry):
6143         * play/gametree.el (gametree-looking-at-ply)
6144         (gametree-current-branch-score):
6145         * progmodes/ada-xref.el (ada-prj-find-prj-file)
6146         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
6147         * progmodes/cperl-mode.el (condition-case):
6148         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
6149         (ebrowse-set-member-buffer-column-width)
6150         (ebrowse-select-1st-to-9nth):
6151         * progmodes/etags.el (etags-snarf-tag):
6152         * progmodes/flymake.el (flymake-parse-line):
6153         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
6154         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
6155         (idlwave-shell-menu-def):
6156         * progmodes/ps-mode.el (ps-run-goto-error):
6157         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
6158         (vhdl-speedbar-contract-level):
6159         * term/mac-win.el (x-handle-numeric-switch):
6160         * term/sun-mouse.el (sun-get-frame-data):
6161         * term/w32-win.el (x-handle-numeric-switch):
6162         * term/x-win.el (x-handle-numeric-switch):
6163         * textmodes/ispell.el (ispell-parse-output):
6164         * textmodes/nroff-mode.el (nroff-outline-level):
6165         * textmodes/reftex-cite.el (reftex-bib-sort-year)
6166         (reftex-bib-sort-year-reverse, reftex-format-citation):
6167         * textmodes/reftex-parse.el (reftex-init-section-numbers)
6168         (reftex-section-number):
6169         * textmodes/texinfmt.el (texinfo-paragraphindent):
6170         Replace `string-to-int' by `string-to-number'.
6172         * international/latexenc.el: Add page marker to force the "Local
6173         Variables:" string out of the last page.
6175 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
6177         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
6178         tooltip-change-major-mode.
6179         (gud-tooltip-print-command): Remove case where gud-minor-mode
6180         is gdb ("--fullname").
6181         (gud-tooltip-tips): Turn GUD tooltips off for this case and
6182         explain to user.
6184 2005-05-16  Jay Belanger  <belanger@truman.edu>
6186         * calc/calc-store.el (calc-copy-special-constant): New function.
6188         * calc/calc-ext.el (calc-init-extensions): Add binding for
6189         `calc-copy-special-constant'.
6191         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
6192         for the `calc-copy-special-constant' command.
6194 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
6196         * subr.el (left-fringe-p): New function.
6198         * progmodes/compile.el (compilation-setup): Set local value of
6199         overlay-arrow-string to "" always.
6200         (compilation-set-window): Left fringe then don't scroll.
6201         No left fringe then no arrow and scroll message to top.
6202         (compilation-context-lines): Adjust doc string accordingly.
6204 2005-05-16  Kim F. Storm  <storm@cua.dk>
6206         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
6207         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
6208         (ido-wide-find-dir-or-delete-dir): New command for M-d.
6209         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
6210         (ido-read-file-name): Handle commands with ido property value
6211         equal to find-file as reading a file name, to allow C-d to enter dired.
6212         (ibuffer-find-file): Add ido property with value find-file.
6214 2005-05-15  Kim F. Storm  <storm@cua.dk>
6216         * subr.el (open-network-stream-nowait): Remove.
6217         (open-network-stream-server): Remove.
6219 2005-05-15  Richard M. Stallman  <rms@gnu.org>
6221         * faces.el (describe-face): Output a definition link button.
6223         * help-mode.el (help-face-def): New button type.
6225         * emacs-lisp/copyright.el (copyright-fix-years):
6226         Match properly if the first year is 2-digit.
6227         Don't mess up the whitespace after the years by filling.
6229         * dired-aux.el (dired-mark-confirm):
6230         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
6232         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
6233         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
6234         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
6236         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6237         Set font-lock-comment-start-skip.
6239         * font-lock.el (font-lock-comment-start-skip): New variable.
6240         (font-lock-comment-end-skip): New variable.
6241         (font-lock-fontify-syntactically-region): Use them if non-nil.
6243 2005-05-15  Jay Belanger  <belanger@truman.edu>
6245         * calc/calc-store.el (calc-store-value): Return a string rather
6246         than display it as a message.
6247         Use calc-var-name for variable name.
6248         (calc-store-into): Add the result of calc-store-value to message.
6249         (calc-copy-variable): Add a message.
6250         (calc-store-exchange): Improve error messages.
6251         (calc-store-binary, calc-store-map): Don't reset the values of
6252         special constants.
6254 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
6256         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
6257         manual to docstring.
6259         * files.el (hack-local-variables-confirm): Add STRING argument.
6260         Make the function handle non file visiting buffers correctly.
6261         (hack-local-variables-prop-line, hack-local-variables)
6262         (hack-one-local-variable): Use STRING arg of
6263         `hack-local-variables-confirm'.
6265 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
6267         Sync with Tramp 2.0.49.
6269         * tramp.el (tramp-handle-dired-call-process)
6270         (tramp-handle-insert-directory):`insert-buffer' cannot be used
6271         because the contents of the Tramp buffer is changed before
6272         insertion (`expand-file' and alike).
6273         (tramp-handle-insert-directory): If `localname' has an empty
6274         nondirectory name, it must not be quoted.
6275         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
6276         variable `tramp-chunksize'.  Change callees.
6277         (tramp-open-connection-setup-interactive-shell): Check remote host
6278         for buggy `send-process-string' implementation.
6279         Set `tramp-chunksize' if found.  Reported by Michael Kifer
6280         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
6281         (tramp-handle-shell-command): `insert-buffer' cannot be used
6282         because the contents of the Tramp buffer is changed before
6283         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
6284         <frederic.bothamy@free.fr>.
6285         (tramp-set-auto-save): Actions should be done for Tramp file name
6286         handler only.  Ange-FTP has its own auto-save mechanism.
6287         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
6288         (tramp-set-auto-save-file-modes): Set file modes of
6289         `buffer-auto-save-file-name' to ?\600 as fallback solution.
6290         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
6291         (tramp-bug): Remove obsolete variable.
6292         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
6293         for presence of `mml-mode'.  Make it running for older Emacsen as well.
6295 2005-05-14  John Paul Wallington  <jpw@pobox.com>
6297         * ibuf-ext.el (define-ibuffer-filter filename):
6298         If `dired-directory' is a list, use its car.
6300 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
6302         * ibuffer.el (define-ibuffer-column filename):
6303         If `dired-directory' is a list, use its car.
6305 2005-05-14  Richard M. Stallman  <rms@gnu.org>
6307         * subr.el (symbol-file): Doc fix.
6309         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
6310         (byte-compile-form): Call byte-compile-nogroup-warn.
6311         (byte-compile-warning-types): Doc fix.
6313         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
6315         * progmodes/cc-engine.el (c-literal-faces):
6316         Add font-lock-comment-delimiter-face.
6318         * net/net-utils.el (dig): Use with-no-warnings.
6320         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
6321         (sc-recite-frame-alist, sc-default-cite-frame)
6322         (sc-default-uncite-frame, sc-default-recite-frame)
6323         (sc-attrib-selection-list, sc-rewrite-header-list):
6324         Mark as risky-local-variable.
6326         * international/ogonek.el (ogonek-jak, ogonek-how):
6327         Don't use beginning-of-buffer.
6329         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
6331         * calendar/solar.el (solar-data-list): Move definition up.
6333         * dnd.el (dnd-protocol-alist): Add autoload.
6335         * progmodes/sh-script.el: Many doc usage fixes.
6336         (sh-indent-after-do): Change default to match common styles.
6338 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
6340         * files.el (interpreter-mode-alist)
6341         (auto-mode-interpreter-regexp): Doc fixes.
6343 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
6345         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
6347         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
6349 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6351         * dired.el (dired-mode): make-variable-buffer-local =>
6352         make-local-variable.
6354 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6356         * term/mac-win.el (mac-select-convert-to-string): Try coding
6357         systems in mac-script-code-coding-systems if specified one cannot
6358         encode string for `com.apple.traditional-mac-plain-text'.
6360 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
6362         * progmodes/make-mode.el (makefile-targets-face)
6363         (makefile-shell-face, makefile-makepp-perl-face): New faces.
6364         (makefile-dependency-regex): Fix it to not make the colon in
6365         $(var:a=b) special.
6366         (makefile-rule-action-regex): New regexp for highlighting embedded
6367         Shell strings.
6368         (makefile-macroassign-regex): Handle != for highlighting as
6369         embedded Shell strings.
6370         (makefile-var-use-regex): New const.
6371         (makefile-statements, makefile-automake-statements)
6372         (makefile-gmake-statements, makefile-makepp-statements)
6373         (makefile-bsdmake-statements): New consts.
6374         (makefile-make-font-lock-keywords): New function.
6375         (makefile-automake-font-lock-keywords)
6376         (makefile-gmake-font-lock-keywords)
6377         (makefile-makepp-font-lock-keywords)
6378         (makefile-bsdmake-font-lock-keywords): New consts.
6379         (makefile-mode-map): Add switchers between the various submodes.
6380         (makefile-mode): Document the availability of the variants.
6381         (makefile-automake-mode, makefile-gmake-mode)
6382         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
6384         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
6385         new variants of makefile-mode.
6387 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6389         * font-lock.el (font-lock-comment-delimiter-face): Fix up
6390         the inheritance.
6392 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
6394         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
6395         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
6397         * files.el (normal-mode): Extend the scope of the
6398         `enable-local-variables' binding to include the `set-auto-mode' call.
6399         (magic-mode-alist): Doc fix.
6401 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6403         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
6404         font-lock-comment-face rather than copying its setting.
6406 2005-05-12  Andreas Schwab  <schwab@suse.de>
6408         * eshell/esh-mode.el (eshell-send-input): Doc fix.
6410 2005-05-12  Lute Kamstra  <lute@gnu.org>
6412         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
6413         defcustom for the mode hook variable.  Delete the last argument.
6414         * generic-x.el: Fix callers of define-generic-mode.
6415         (generic-x-modes): Delete group.
6416         (show-tabs-tab-face, show-tabs-space-face): Put them in the
6417         generic-x customization group.
6419 2005-05-12  Kim F. Storm  <storm@cua.dk>
6421         * font-lock.el (font-lock-negation-char-face): Default to "off".
6423         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
6424         font-lock-negation-char-face to ! in !=.
6426 2005-05-12  Masatake YAMATO  <jet@gyve.org>
6428         * add-log.el (find-change-log): Fix typos in the docstring
6429         of function.
6431 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6433         * international/latexenc.el (latexenc-find-file-coding-system):
6434         Avoid `re-search-forward' when looking for input encoding because
6435         of speed and safety.  Better regular expressions for recognizing
6436         input encoding.  Limit a search for TeX-master/tex-main-file to
6437         the local variable section.
6439 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
6441         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
6442         syntax of $ to "'" (quote).
6444 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
6446         * dnd.el (dnd-protocol-alist): Improve custom type.
6448         * dired.el (dired-dnd-protocol-alist): New variable.
6449         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
6450         `dired-mode-hook' to the end.
6452 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6454         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
6455         comment-end if comment-start-skip is not set.
6456         Obey the font-lock-comment-delimiter-face variables.
6458 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6460         * files.el (executable-find): Move from executable.el.  Use
6461         locate-file.
6462         * progmodes/executable.el (executable-find): Move to files.el.
6464         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
6465         when trying to ensure forward progress.
6467 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
6469         * mouse-sel.el (mouse-sel-follow-link-p): New function.
6470         (mouse-select, mouse-select-internal, mouse-extend-internal):
6471         Use it to implement mouse-1-click-follows-link functionality.
6473 2005-05-11  Richard M. Stallman  <rms@gnu.org>
6475         * font-lock.el (font-lock-fontify-syntactically-region):
6476         Use font-lock-comment-delimiter-face for comment delimiters.
6478 2005-05-10  Jay Belanger  <belanger@truman.edu>
6480         * calc/calc-help.el (calc-m-prefix-help): Add mention of
6481         preserving embedded modes.
6483 2005-05-10  Richard M. Stallman  <rms@gnu.org>
6485         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
6487         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
6488         Move from ada-stmt.el.
6489         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
6491         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
6492         Move to ada-mode.el.
6493         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
6495         * cus-edit.el (custom-file): Call file-chase-links.
6497         * files.el (read-directory-name): Fix previous change.
6498         (hack-local-variables-confirm): New function.
6499         (hack-local-variables-prop-line, hack-local-variables)
6500         (hack-one-local-variable): Use it.
6502 2005-05-10  Lute Kamstra  <lute@gnu.org>
6504         * font-lock.el (font-lock-keywords-alist)
6505         (font-lock-removed-keywords-alist): Clarify docstrings.
6507 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
6509         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
6510         (gdb-source-info): Check for preprocessor info.
6511         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
6512         a macro for a function.
6513         (gdb-info-breakpoints-custom): Try to find file again if not already
6514         found (user might have used GDB dir command).
6515         (gdb-get-location): Update gdb-location-alist correctly for change
6516         to gdb-info-breakpoints-custom.
6518         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
6519         (gud-tooltip-print-command): Add gdbmi case.
6520         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
6521         preprocessor info.
6523 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
6525         * startup.el (fancy-splash-insert): Fix typo in doc string.
6527 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
6529         * obsolete/float.el (string-to-float):
6530         * obsolete/hilit19.el (hilit-add-pattern):
6531         * obsolete/rnews.el (news-parse-range, news-select-message)
6532         (news-get-pruned-list-of-files): Replace `string-to-int' by
6533         `string-to-number'.
6535         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
6536         `find-file-not-found-hooks'; use `add-hook'.
6537         (uncompress-while-visiting): Set `write-file-functions', not
6538         `write-file-hooks'; use `add-hook'.
6540 2005-05-09  Kim F. Storm  <storm@cua.dk>
6542         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
6543         (cua-paste): Handle clipboard action.
6544         (cua--init-keymaps): Remap clipboard-kill-region and
6545         clipboard-kill-ring-save.
6547 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
6549         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6550         Improve commentary.
6552         * simple.el (next-error-overlay-arrow-position): Revert the change
6553         made on 2005-04-30.
6555 2005-05-07  Jay Belanger  <belanger@truman.edu>
6557         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
6558         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
6559         `calc-sel-reselect'.
6561         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
6562         Calc is in embedded mode.
6564 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
6566         * progmodes/compile.el (compilation-setup):
6567         Set overlay-arrow-string to an empty string on text terminals.
6569         * textmodes/ispell.el (ispell-program-name): Try looking for
6570         "aspell" along exec-path, and if found, use it as the default
6571         speller program.
6573 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
6575         * international/mule.el (sgml-xml-auto-coding-function):
6576         Recognize encoding='FOO' in single quotes as well as in double quotes.
6578 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6580         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
6581         as well as `interactive', so that defmacro* would recognize
6582         `declare' forms.
6584 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
6586         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6587         Explain more about the LIGHTER arg's usage in the doc string.
6588         Add commentary to clarify what the code does.  Fix the regexp that
6589         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
6590         since it could have characters special to regular expressions.
6592 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
6594         * replace.el (occur-1): Bind inhibit-read-only so that
6595         erase-buffer doesn't barf on read-only text properties (likewise
6596         for add-text-properties in occur-engine).  Mark buffer as unmodified.
6597         (occur-engine): Don't set buffer-read-only here.
6599 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6601         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
6602         list-buffers-directory.  This caused the *cvs-commit* buffer to be
6603         sometimes mistakenly reused as a *cvs* buffer.
6605 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
6607         * tooltip.el: Move code for GUD tooltips into gud.el.
6608         (require): CL no longer needed to compile case.
6609         (tooltip-mode): Do not toggle functions for GUD tooltips.
6610         (tooltip-gud-tips-p): Remove.  Replace with minor mode
6611         gud-tooltip-mode in gud.el.
6612         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
6613         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
6614         tooltip-gud prefix with gud-tooltip and obsolete.
6615         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
6616         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
6617         (tooltip-mouse-motion): Mouse movement functions/variable.
6618         Rename in gud.el by adding gud prefix.
6619         (tooltip-gud-original-filter, tooltip-gud-dereference)
6620         (tooltip-gud-event, tooltip-toggle-gud-tips)
6621         (tooltip-gud-process-output, tooltip-gud-print-command)
6622         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
6623         gud.el by replacing tooltip-gud prefix with gud-tooltip.
6624         (gdb-tooltip-print): Move to gdb-ui.el.
6626         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
6627         (require): CL needed to compile case.
6628         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
6629         tooltip-gud-tips-p.  Make it a minor-mode.
6630         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
6631         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
6632         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
6633         (gud-tooltip-change-major-mode)
6634         (gud-tooltip-activate-mouse-motions-if-enabled)
6635         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
6636         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
6637         (gud-tooltip-original-filter, gud-tooltip-dereference)
6638         (gud-tooltip-event, tooltip-toggle-gud-tips)
6639         (gud-tooltip-process-output, gud-tooltip-print-command)
6640         (gud-tooltip-tips): Move from tooltip.el.
6642         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
6643         (gdb-cpp-define-alist-flags): Doc fix.
6644         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
6645         gud-tooltip-mode is t.
6647 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6649         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
6650         evaporate if their text is deleted.
6651         (goto-address-at-point): Make it work as a mouse binding as well.
6652         (goto-address-at-mouse): Obsolete it.  Update users.
6654 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
6656         * calendar/appt.el (top-level): No longer activate on load.
6658 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
6660         * calendar/cal-bahai.el (mark-bahai-diary-entries):
6661         * net/webjump.el (webjump):
6662         * progmodes/idlw-help.el (idlwave-do-context-help1)
6663         (idlwave-highlight-linked-completions):
6664         * textmodes/po.el (po-find-file-coding-system-guts):
6665         Replace `assoc-ignore-case' by `assoc-string'.
6667 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
6669         * files.el (locate-file): Doc fix.
6671         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
6672         Remove the redundant test for ms-dos.
6674         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
6675         look for the preprocessor with exec-suffixes.  If not found in
6676         standard places, look in exec-path.  Remove most of the tests that
6677         used system-type.
6679         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
6681         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
6683         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
6684         file-name clash with jka-compr.el on 8+3 filesystems.
6686 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6688         * term/mac-win.el: Don't define or bind scroll bar functions if
6689         x-toolkit-scroll-bars is t.
6690         (x-select-text, x-get-selection-value): Clear
6691         x-last-selected-text-clipboard if x-select-enable-clipboard is
6692         nil.
6693         (PRIMARY): Put mac-scrap-name property.
6694         (mac-select-convert-to-file-url): New function.
6695         (public.file-url): New selection target type.  Add to
6696         selection-converter-alist.
6697         (x-get-selection, x-selection-value): Handle it.
6698         (x-cut-buffer-or-selection-value): New alias.
6700 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6702         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
6703         entry to avoid calling bibtex-find-entry with arg global
6704         being t.  Remove arg key.
6705         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
6706         (bibtex-copy-summary-as-kill): Change accordingly.
6708 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6710         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
6711         (org-agenda-date-later): Use with-current-buffer.
6713 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
6715         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
6716         (define-obsolete-variable-alias): Doc Fixes.
6718 2005-05-06  Kim F. Storm  <storm@cua.dk>
6720         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
6721         vertical-motion when selective-display is active.
6723         * ido.el (ido-setup-hook): New hook.
6724         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
6725         (ido-input-stack): New var.
6726         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
6727         ido-next-work-file binding to M-O.
6728         Bind M-f to ido-wide-find-file-or-pop-dir.
6729         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
6730         (ido-read-internal): Run ido-setup-hook.
6731         Catch quit in read-file-name and read-string to cancel edit.
6732         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
6733         Automatically pop-all when completing a directory name (RET).
6734         (ido-file-internal): Add with-no-warnings around ffap and dired code.
6735         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
6736         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
6737         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
6738         New functions for M-b/M-f to move among the directory components.
6739         (ido-make-merged-file-list): Catch quit to cancel merge.
6740         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
6741         (ido-completion-help): No warnings for ido-completion-buffer-full.
6743 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
6745         * font-lock.el (font-lock-negation-char-face): New face and variable.
6746         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
6747         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
6748         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
6749         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
6751 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
6753         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
6754         Fix typo in docstring.
6756         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
6757         (ebrowse-print-statistics-line)
6758         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
6760         * term/w32-win.el (image-library-alist): Add additional name for
6761         Xpm library.
6763 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
6765         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
6766         use gcc instead of cpp.
6768         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
6769         (gdb-create-define-alist): Use it.
6770         (gdb-cpp-define-alist-program): Update for MS-DOS.
6772 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
6774         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
6776 2005-05-04  Richard M. Stallman  <rms@gnu.org>
6778         * help.el (describe-key): No error when UNTRANSLATED is nil.
6780         * simple.el (line-move-1): Fix previous change to signal errors
6781         appropriately.
6783 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
6785         * calendar/icalendar.el (icalendar-version): Now at 0.12.
6786         (icalendar-duration-correction): Remove.
6787         (icalendar--get-event-properties): Split result at commas.
6788         (icalendar--decode-isoduration): New optional argument
6789         DURATION-CORRECTION.
6790         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
6791         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
6792         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
6793         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
6794         (icalendar--convert-anniversary-to-ical): New functions, extracted
6795         from icalendar-export-region, with bug fixes.
6796         (icalendar-export-region): Use the above functions.
6797         (icalendar-import-buffer): Check before saving diary file.
6798         (icalendar--convert-recurring-to-diary)
6799         (icalendar--convert-non-recurring-all-day-to-diary)
6800         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
6801         extracted from icalendar--convert-ical-to-diary, with bug fixes.
6802         (icalendar--convert-ical-to-diary): Use the above functions.
6804 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
6806         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
6807         Remove these recent additions.
6808         (c-mode): Restore to before 2005-04-28.
6810         * progmodes/cc-vars.el (cc-define-list-program): Remove this
6811         recent addition.
6813         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
6814         (gdb-define-alist): New variables.
6815         (gdb-create-define-alist): New function.
6816         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
6817         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
6818         with string-to-number.
6819         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
6821         * progmodes/gud.el: Replace string-to-int with string-to-number.
6822         (gud-find-file): Handle gdb-define-alist.
6824         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
6826 2005-05-02  Jay Belanger  <belanger@truman.edu>
6828         * calc/calc-aent.el (math-read-token):
6829         * calc/calc-bin.el (calc-word-size):
6830         * calc/calc-ext.el (calc-read-number-fancy):
6831         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
6832         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
6833         * calc/calc-frac.el (calc-over-notation):
6834         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
6835         (calc-graph-num-points, calc-graph-init):
6836         * calc/calc-prog.el (calc-read-parse-table-part)
6837         (calc-edit-macro-repeats):
6838         * calc/calc-yank.el (calc-do-grab-rectangle):
6839         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
6840         Replace `string-to-int' by `string-to-number'.
6842 2005-05-02  Kim F. Storm  <storm@cua.dk>
6844         * kmacro.el: Use executing-kbd-macro-index variable.
6846 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
6848         * net/rlogin.el (rlogin-parse-words): Delete func.
6849         (rlogin): Use split-string, not rlogin-parse-words.
6850         Also, if there are option-like elements in the parsed args,
6851         take the host to be the first arg immediately following them.
6852         Suggested by Michael Mauger.
6854 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6856         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
6858 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
6860         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
6861         (cc-mode-cpp-program): Rename to cc-define-list-program and
6862         move to cc-vars.el.
6864         * progmodes/cc-vars.el (cc-define-list-program):
6865         Change to "gcc -E -dM -".  Make customizable.
6867 2005-05-02  Kim F. Storm  <storm@cua.dk>
6869         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
6871 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
6873         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
6875         * international/mule-util.el (truncate-string): Remove alias and
6876         obsolete declaration.
6878         * international/mule-cmds.el (update-iso-coding-systems):
6879         Remove alias and obsolete declaration.
6881         * international/mule.el (coding-system-parent): Remove alias and
6882         obsolete declaration.
6884         * subr.el (define-function, sref): Remove aliases and obsolete
6885         declarations.
6886         (chars-in-region): Remove obsolete declaration.
6888 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6890         * info.el (Info-mode): Set widen-automatically to nil, locally.
6892         * simple.el (widen-automatically): New variable.
6893         (pop-global-mark): Obey widen-automatically.
6895 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
6897         * term/xterm.el (function-key-map): Call substitute-key-definition
6898         before the keymap size is increased by a lot of define-key calls.
6900 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6902         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
6903         Rename ARG to ELEMENT.  Doc fix.
6905 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
6907         * allout.el (allout-exposure): Remove macro and obsolete declaration.
6908         Remove references to allout-exposure/change to allout-new-exposure.
6910         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
6911         bytecode symbols.
6913         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
6914         (compiled-function-p, focus-frame, unfocus-frame):
6915         Remove aliases and obsolete declarations.
6916         Back out inadvertent changes from previous commit.
6918 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6920         * files.el (require-final-newline): Make Custom tags consistent
6921         with mode-require-final-newline.
6922         (mode-require-final-newline): Doc fix.
6924 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
6926         * international/latexenc.el (latexenc-find-file-coding-system):
6927         Fix regular expressions.
6929 2005-05-01  David Kastrup <dak@gnu.org>
6931         * international/latexenc.el (latexenc-find-file-coding-system):
6932         Fix regular expressions.
6934 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
6936         * subr.el (string-to-int): Make obsolete.
6938 2005-04-30  Richard M. Stallman  <rms@gnu.org>
6940         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
6942         * loadup.el: load jka-comp-hook.
6944         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
6945         (jka-compr-handler): Add autoload.  `put' calls moved
6946         to jka-comp-hook.el.
6947         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
6948         (jka-compr-inhibit): Autoload.
6950         * jka-comp-hook.el: New file.
6951         Enable the mode by default.
6953         * files.el (backup-buffer-copy): Use copy-file instead
6954         of write-region, and put back the 'excl.
6956 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
6958         * progmodes/flymake.el (flymake-split-string)
6959         (flymake-split-string, flymake-log, flymake-pid-to-names)
6960         (flymake-reg-names, flymake-get-source-buffer-name)
6961         (flymake-unreg-names, flymake-add-line-err-info)
6962         (flymake-add-err-info): Clarify docstrings.
6963         (flymake-popup-menu, flymake-make-emacs-menu)
6964         (flymake-make-xemacs-menu): Add docstrings.
6965         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
6966         Set variables directly throughout.
6968 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
6970         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
6971         exists.  Initialize cc-define-alist.
6972         (c-mode): Add cc-create-define-alist locally to after-save-hook.
6973         If there is no file (Macroexpansion) don't create an alist.
6975 2005-04-29  Sam Steingold  <sds@gnu.org>
6977         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
6978         (cc-create-define-alist): Use it instead of the hard-coded string.
6980 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6982         * international/mule-conf.el (file-coding-system-alist): Fix regexp
6983         for latexenc.
6985 2005-04-29  Lute Kamstra  <lute@gnu.org>
6987         * emacs-lisp/generic.el: Improve commentary section.
6988         (define-generic-mode): Improve docstring.
6990 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
6992         * textmodes/org.el (many places): Change to quiet the byte compiler.
6993         (org-prefix-format-compiled): New variable.
6994         (org-compile-prefix-format): New function.
6995         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
6996         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
6997         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
6998         (org-get-entries-from-diary): Use `org-get-time-of-day' for
6999         consistency with entries from `org-mode' files.
7000         (org-get-time-of-day): Fix bug with partial matches early in a line.
7001         (org-non-link-chars): New constant.
7002         (org-link-regexp): Respect `org-non-link-chars'.
7003         (org-agenda-day-view): Remove command.
7004         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
7005         (org-follow-bbdb-link, org-store-link): Search also company field.
7006         (org-highlight-overlay): New variable.
7007         (org-highlight, org-unhighlight): New functions.
7008         (org-agenda-mode): Add pre-command-hook to remove highlight.
7009         (org-evaluate-time-range): Behavior depends upon whether time stamp
7010         contains a time or not.
7011         (org-show-subtree, org-show-entry): New functions.
7012         (org-agenda-cleanup-fancy-diary): Remove empty lines.
7014 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
7016         * comint.el (comint-output-filter-functions): Add autoload cookie.
7018 2005-04-28  Kim F. Storm  <storm@cua.dk>
7020         * ido.el (ido-everywhere): Fix last change.
7022 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7024         * international/latexenc.el: New file.
7025         * international/mule-conf.el (file-coding-system-alist): For .tex,
7026         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
7028 2005-04-28  Lute Kamstra  <lute@gnu.org>
7030         * font-lock.el (font-lock-add-keywords)
7031         (font-lock-remove-keywords): Clarify docstring.
7032         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
7033         Don't start docstrings with a `*'.
7034         (font-lock-update-removed-keyword-alist): Give it a docstring.
7036         * generic-x.el: Update commentary section.
7037         Only require font-lock when compiling.
7038         Define all modes conditionally.
7039         Place all generic modes in the generic-x-modes customization group.
7040         (generic-x-modes): New customization group.
7041         (generic-default-modes, generic-mswindows-modes)
7042         (generic-unix-modes, generic-other-modes): New constants.
7043         (generic-define-mswindows-modes, generic-define-unix-modes):
7044         Update docstrings.  Make them obsolete.
7045         (generic-extras-enable-list): New default value.  Update docstring.
7046         Improve :type.  Change :set function.
7047         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
7048         Fix docstring.
7050         * emacs-lisp/generic.el (generic-mode-internal):
7051         Simplify font-lock-defaults.
7052         (define-generic-mode): Fix docstring.
7054 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7056         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
7057         font-lock-face property to highlight matches.
7059 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
7061         * progmodes/cc-mode.el (cc-create-define-alist): New function.
7062         (cc-define-alist): New variable.
7063         (c-mode): Make it local and initialize it.
7065         * progmodes/gdb-ui.el (gdb-active-process): New variable.
7066         (gdb-exited): New function.
7067         (gdb-annotation-rules): Use it.
7068         (gdb-starting): Set gdb-active-process to t.
7069         (gdb-stopping): Amend doc string.
7070         (gdb-reset): Set gdb-active-process to nil.
7072         * tooltip.el (tooltip-gud-tips): Show the associated #define
7073         directives when a C program under GDB is not executing.
7075 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7077         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
7078         font-lock-fontify-syntactic-keywords.
7080         * font-lock.el (font-lock-default-fontify-region): Don't force
7081         parse-sexp-lookup-properties to nil.
7083 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
7085         * man.el (man-mode-syntax-table): Set up `:' to have
7086         word-constituent syntax.
7088 2005-04-27  Lute Kamstra  <lute@gnu.org>
7090         * novice.el (disable-command): Don't add spurious newlines to the
7091         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
7093 2005-04-26  Jay Belanger  <belanger@truman.edu>
7095         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
7096         than one window before deleting window.
7098 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
7100         * shell.el (shell-prompt-pattern): Doc fix.
7101         (shell-mode): Set paragraph-separate buffer locally to "\\'".
7103         * comint.el (comint-prompt-regexp, comint-get-old-input)
7104         (comint-use-prompt-regexp)
7105         (comint-use-prompt-regexp-instead-of-fields)
7106         (comint-replace-by-expanded-history, comint-send-input)
7107         (comint-output-filter, comint-get-old-input-default)
7108         (comint-line-beginning-position, comint-bol, comint-show-output)
7109         (comint-backward-matching-input, comint-forward-matching-input)
7110         (comint-next-prompt, comint-previous-prompt):
7111         Rename `comint-use-prompt-regexp-instead-of-fields' to
7112         `comint-use-prompt-regexp'.  Keep old name as alias and declare
7113         obsolete.
7114         (comint-use-prompt-regexp): Shorten first line of doc string.
7116         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
7117         Set paragraph-separate buffer locally to "\\'".
7119         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
7120         Adapt to above name change.
7122         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7123         (smbclient-prompt-regexp): Ditto.
7125         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
7127 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
7129         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
7130         gdb-location-list.
7131         Break lines that are over 80 characters wide.
7133 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7135         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
7136         New fun and var, to preserve compatibility.
7138         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
7140 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
7142         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
7143         name to file-newer-than-file-p.
7145 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7147         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
7149         * progmodes/python.el (python-mode):
7150         Use new name eldoc-documentation-function.
7152         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
7154         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7155         (eldoc-documentation-function):
7156         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
7158 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
7160         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
7162 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
7164         * term/xterm.el (function-key-map): Fix strings for
7165         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
7166         {C,S,A,C-S}-{f1-f12}.
7168 2005-04-26  Kenichi Handa  <handa@m17n.org>
7170         * international/mule-cmds.el (select-safe-coding-system):
7171         Fix previous change.
7173 2005-04-26  Lute Kamstra  <lute@gnu.org>
7175         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
7177         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
7178         (font-lock-comment-delimiter-face): Ditto.
7180         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
7182 2005-04-25  Jay Belanger  <belanger@truman.edu>
7184         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
7185         to t while inserting information; use help-mode.
7187 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
7189         * term.el (ansi-term-color-vector): Use the xterm colors.
7190         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
7192 2005-04-25  Lute Kamstra  <lute@gnu.org>
7194         * font-core.el (font-lock-defaults): Fix docstring.
7196         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
7198 2005-04-25  Kenichi Handa  <handa@m17n.org>
7200         * international/mule-cmds.el (select-safe-coding-system):
7201         Don't check consistency with coding: spec, etc if raw-text or
7202         no-conversion was found to be safe.
7204 2005-04-24  Richard M. Stallman  <rms@gnu.org>
7206         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
7207         citation markers at start of each line.
7209         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
7210         citation markers at start of each line.
7212         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
7214         * files.el (mode-require-final-newline): Fix previous change.
7215         (require-final-newline): Fix type label.
7217 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7219         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
7220         statement in buffer (broken by 2004-11-24 change).
7222 2005-04-24  Kim F. Storm  <storm@cua.dk>
7224         * ido.el (ido-everywhere): Save and restore old read-buffer-function
7225         and read-file-name-function values.  Don't overwrite existing
7226         non-nil values if ido-mode is enabled without ido-everywhere.
7228 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
7230         * files.el (mode-require-final-newline): Minor doc fix.
7232 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
7234         * subr.el (syntax-after): Doc fix.
7235         (syntax-class): If argument is nil, return nil.  Mask off upper 16
7236         bits, not 8 bits.
7238         * files.el (mode-require-final-newline): Doc fix.
7239         (backup-buffer-copy): Fix last change.
7241 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7243         * term/mac-win.el: Require select.  Set selection-coding-system to
7244         mac-system-coding-system.  Call menu-bar-enable-clipboard.
7245         (x-last-selected-text-clipboard, x-last-selected-text-primary)
7246         (x-select-enable-clipboard): New variables.
7247         (x-select-text, x-get-selection, x-selection-value)
7248         (x-get-selection-value, mac-select-convert-to-string)
7249         (mac-services-open-file, mac-services-open-selection)
7250         (mac-services-insert-text): New functions.
7251         (CLIPBOARD, FIND): Put mac-scrap-name property.
7252         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
7253         (public.tiff): Put mac-ostype property.
7254         (selection-converter-alist): Add entries for them.
7255         (mac-application-menu-map): New keymap.
7256         (interprogram-cut-function, interprogram-paste-function): Set to
7257         x-select-text and x-get-selection-value, respectively.
7258         (split-window-keep-point): Set to t.
7260 2005-04-23  Richard M. Stallman  <rms@gnu.org>
7262         * files.el (read-directory-name): Always pass non-nil
7263         DEFAULT-FILENAME arg to read-file-name.
7264         (backup-buffer-copy, basic-save-buffer-2): Take care against
7265         writing thru an unexpected existing symlink.
7266         (revert-buffer): In indirect buffer, revert the base buffer.
7267         (magic-mode-alist): Doc fix.
7268         (buffer-stale-function): Doc fix.
7269         (minibuffer-with-setup-hook): Avoid warning.
7270         (mode-require-final-newline): Doc and custom fix.
7272         * follow.el (follow-end-of-buffer): Use with-no-warnings.
7274         * font-lock.el (font-lock-comment-face): On terminals with few colors,
7275         use the default appearance.
7276         (font-lock-comment-delimiter-face): New face, new variable.
7278         * imenu.el (imenu--generic-function): The official position of a
7279         definition is the start of the line that BEG is in.
7281         * midnight.el (midnight-timer): Move defvar up.
7283         * mouse.el (mouse-drag-region-1): Delete some debugging code.
7285         * saveplace.el (save-place-to-alist): Use with-no-warnings.
7287         * startup.el (command-line): Use with-no-warnings.
7289         * window.el (window-size-fixed): New defvar.
7291         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
7293         * mail/rmail.el (rmail-font-lock-keywords):
7294         Use font-lock-comment-delimiter-face.
7296         * mail/sendmail.el (mail-font-lock-keywords):
7297         Use font-lock-comment-delimiter-face.
7299         * progmodes/compile.el (next-error-highlight-timer): New defvar.
7301 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
7303         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7304         Specify t for LAXMATCH when matching directories.
7305         Save match data around compilation-compat-error-properties form.
7307 2005-04-23  David Kastrup  <dak@gnu.org>
7309         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
7310         Mention that the autoloaded aliases should be kept for AUCTeX.
7312 2005-04-23  Andreas Schwab  <schwab@suse.de>
7314         * isearch.el (isearch-forward): Doc fix.
7316 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
7318         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
7319         (jit-lock-stealth-nice): Change default value to 0.5.
7321 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7323         * abbrev.el (write-abbrev-file): Write table entries in
7324         alphabetical order by table name.
7326 2005-04-22  Kim F. Storm  <storm@cua.dk>
7328         * ido.el (ido-read-internal): Fix `list' completion.
7330 2005-04-22  Kenichi Handa  <handa@m17n.org>
7332         * recentf.el (recentf-save-file-coding-system): New variable.
7333         (recentf-save-list): Encode the file by
7334         recentf-save-file-coding-system and add coding: tag.
7336 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7338         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
7340 2005-04-21  Lute Kamstra  <lute@gnu.org>
7342         * loadhist.el (unload-feature): Don't remove a function from hooks
7343         if it is about to be restored to an autoload .  Remove functions
7344         that will become unbound from auto-mode-alist.  Simplify the code.
7346         * subr.el (assq-delete-all): New implementation that is linear,
7347         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
7348         (rassq-delete-all): New function.
7350         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
7351         Add size-indication-mode.
7353 2005-04-21  Kenichi Handa  <handa@m17n.org>
7355         * international/mule-cmds.el: Add autoload for widget-value in
7356         eval-when-compile.
7358 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
7360         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
7361         Add tooltip-mode.
7363         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
7365 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
7367         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
7368         (inferior-lisp-filter-regexp, inferior-lisp-program)
7369         (inferior-lisp-load-command, inferior-lisp-prompt)
7370         (inferior-lisp-mode-hook, lisp-source-modes)
7371         (inferior-lisp-load-hook): defvar->defcustom.
7372         (inferior-lisp-program, inferior-lisp-prompt)
7373         (inferior-lisp-load-hook): Doc fixes.
7374         (inferior-lisp-install-letter-bindings): Small change in
7375         introductory comment.
7377 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
7379         * vc.el (vc-annotate-color-map): Change some colors so that text
7380         using them as foreground is readable on both white and black
7381         backgrounds.
7383 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7385         * international/mule-conf.el (translation-table-for-input):
7386         Remove redundant declaration.
7388 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
7390         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
7392         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
7393         (tooltip-toggle-gud-tips): New function.
7395 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7397         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
7398         right angle brackets.
7400 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
7402         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
7404 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7406         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
7407         Remove.  Update callers to use expand-file-name instead.
7409         * subr.el (syntax-class): New function.
7411         * simple.el (blink-matching-open): Use it.
7413         * paren.el (show-paren-function): Use it to recognize parens that are
7414         also used in 2-char comment markers.
7416 2005-04-19  Lute Kamstra  <lute@gnu.org>
7418         * loadhist.el (unload-feature): Update for new format of
7419         load-history.  Simplify the code.
7421 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7423         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
7424         (mac-add-charset-info): New function.  Initialize variable
7425         mac-charset-info-alist using it.
7426         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
7427         for translation.
7428         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
7429         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
7430         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
7431         New CCL programs.
7433 2005-04-19  Kim F. Storm  <storm@cua.dk>
7435         * simple.el (next-buffer, prev-buffer, next-error)
7436         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
7437         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
7439         * bindings.el (next-buffer, prev-buffer, next-error)
7440         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
7441         (clone-indirect-buffer-other-window): Move bindings from simple.el.
7442         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
7443         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
7445 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7447         * isearch.el (isearch-edit-string): Make the search-ring available for
7448         minibuffer history commands.
7449         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
7450         the default history commands now work just as well.
7451         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
7453 2005-04-18  Kim F. Storm  <storm@cua.dk>
7455         * emulation/cua-base.el (cua--pre-command-handler): Add more
7456         elaborate check for shift modifier on non-window systems.
7458 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
7460         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
7462 2005-04-18  Kim F. Storm  <storm@cua.dk>
7464         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
7465         and make it optional.  Don't test tooltip-gud-echo-area here.
7466         (tooltip-gud-process-output, gdb-tooltip-print):
7467         Pass tooltip-gud-echo-area to tooltip-show.
7468         (tooltip-help-tips): Remove second optional arg to tooltip-show.
7470 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7472         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
7473         `display-graphic-p' may not be bound yet.
7475 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
7477         * startup.el (command-line): No longer enable Xterm Mouse mode by
7478         default in terminals compatible with xterm.
7480         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
7482 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
7484         * tooltip.el (tooltip-gud-echo-area): Rename from
7485         tooltip-use-echo-area.
7486         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
7487         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
7488         area independently of where help tooltips are displayed.
7490 2005-04-17  David Kastrup  <dak@gnu.org>
7492         * cus-theme.el (custom-theme-write-variables): Quote variables
7493         where necessary.
7495 2005-04-17  Richard M. Stallman  <rms@gnu.org>
7497         * simple.el (yank-excluded-properties): Add follow-link to value.
7499         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
7501         * startup.el (fancy-splash-max-time): Just 30 seconds.
7502         (fancy-splash-delay): Just 7.
7503         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
7505         * loadhist.el (unload-feature): Update for new format of load-history.
7506         Simplify the code.
7508         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
7509         (rmail-font-lock-keywords): Don't fontify the text of a citation.
7511         * mail/sendmail.el (mail-font-lock-keywords):
7512         Don't fontify subject text.
7513         Don't fontify the text of a citation.
7515 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
7517         * comint.el (comint-output-filter): Run comint-output-filter-functions
7518         with point where the user had it.
7520 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7522         * international/ucs-tables.el (ucs-set-table-for-input):
7523         Disable when using unify-on-decoding.
7525 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
7527         * emulation/cua-base.el (cua-global-mark-face): Add special case
7528         for displays supporting a high number of colors.
7530 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
7532         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
7534 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
7536         * filesets.el (filesets-add-buffer): If user supplies a name of a
7537         non-existing fileset, create a new fileset.
7539 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
7541         * textmodes/org.el (org-up-heading-all): Fix bug with
7542         `outline-up-heading-all'.
7544 2005-04-16  Andreas Schwab  <schwab@suse.de>
7546         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
7547         /etc/permissions.d/* and /etc/aliases.d/*.
7549 2005-04-16  Kenichi Handa  <handa@m17n.org>
7551         * international/code-pages.el (cp-make-coding-system):
7552         Set `translation-table-for-input' property value to the symbol
7553         ucs-mule-to-mule-unicode, not to that value.
7554         (pt154): Escape guillemet by `\'.
7556 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
7558         * loadup.el: Load tooltip if x-show-tip is fboundp.
7560         * startup.el (command-line): Add comment.
7562         * tooltip.el (tooltip-mode): Specify correct standard value for
7563         Custom in init-value.
7565 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
7567         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
7568         possible.
7570 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
7572         * textmodes/org.el (org-agenda-date-prompt): Rename from
7573         `org-agenda-date-today'.
7574         (org-evaluate-time-range): Insert at point instead of directly
7575         after time range.
7576         (org-first-headline-recenter, org-subtree-end-visible-p)
7577         (org-optimize-window-after-visibility-change): New functions
7578         (org-agenda-post-command-hook): Don't allow point at end of line,
7579         to make sure it always hits the text properties.
7580         (org-agenda-next-date-line, org-agenda-previous-date-line):
7581         New commands.
7582         (org-set-regexps-and-options): Category may contain white space.
7583         (org-agenda-get-deadlines, org-agenda-get-scheduled):
7584         Improve marker positions.
7585         (org-agenda-new-marker): Argument POS made optional.
7586         (org-agenda-get-timestamps): Deadlines which are done are listed
7587         in org-done-face now.
7588         (org-agenda-get-todos, org-agenda-get-timestamps)
7589         (org-agenda-get-deadlines, org-agenda-get-scheduled):
7590         Set `undone-face' and `done-face' properties.
7591         (org-last-todo-state-is-todo): New variable.
7592         (org-todo): Set `org-last-todo-state-is-todo'.
7593         (org-agenda-todo): Change face according to
7594         `org-last-todo-state-is-todo'.  And change other lines referring to
7595         the same entry.
7596         (org-calendar-goto-agenda): New command.
7597         (org-calendar-to-agenda-key): New option.
7598         (org-startup-folded): New allowed value `content'.
7599         (org-set-regexps-and-options): Accept new value `content' for
7600         `org-startup-folded'.
7601         (org-get-current-options): Handle new value `content' for
7602         `org-startup-folded'.
7603         (org-insert-todo-heading): New command.
7604         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
7605         interactively in empty file and option
7606         `org-insert-mode-line-in-empty-file' has been set.
7607         (org-agenda-todo,org-agenda-priority): Modify to use
7608         `org-agenda-change-all-lines'.
7609         (org-warning-face): Change color on dark background
7611 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7613         * international/mule-cmds.el (set-locale-environment): On Mac OS,
7614         use preferences AppleLocale and AppleLanguages, and variable
7615         mac-system-locale for default locale.  On Mac OS Classic, use
7616         mac-system-coding-system for default coding systems.
7618         * term/mac-win.el: Don't set file-name-coding-system.
7619         Decode variables system-name, emacs-build-system, user-login-name, and
7620         user-full-name by mac-system-coding-system on Mac OS Classic.
7621         (mac-system-coding-system): New variable.
7623 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
7625         * startup.el (command-line): Handle `xterm-mouse-mode' before
7626         reading init file.
7628         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
7630 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
7632         * progmodes/sh-script.el (sh-here-document-word): Make it a
7633         defcustom.  Doc fix.
7634         (sh-add): Bash uses $(( )) for arithmetic.
7635         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
7636         (sh-maybe-here-document): Remove quotes and leading whitespace
7637         from heredoc word when closing.  Indent heredoc with tabs if word
7638         starts with "-".
7640 2005-04-13  Richard M. Stallman  <rms@gnu.org>
7642         * simple.el (undo): Fix previous change.
7644         * custom.el (defface): Doc fix.
7646 2005-04-13  Lute Kamstra  <lute@gnu.org>
7648         * Makefile.in (DONTCOMPILE): Remove list.
7649         (compile, compile-always): Don't use DONTCOMPILE.
7650         (update-authors): Load the library in which batch-update-authors
7651         is defined.
7652         * makefile.w32-in (DONTCOMPILE): Remove list.
7653         (compile, compile-always): Fix comments.
7654         (update-authors): Load the library in which batch-update-authors
7655         is defined.
7657         * generic-x.el (generic-mode-ini-file-find-file-hook):
7658         Rename to ini-generic-mode-find-file-hook.
7659         Keep generic-mode-ini-file-find-file-hook as an alias.
7660         (ini-generic-mode-find-file-hook): Rename from
7661         generic-mode-ini-file-find-file-hook.  Fix docstring.
7662         (ini-generic-mode): Docstring change.
7663         (bat-generic-mode-run-as-comint): Silence the byte compiler.
7665         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
7666         called from lisp.
7668         * generic.el: Move to the emacs-lisp subdir.
7670 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
7672         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
7673         and C-S- function and cursor motion keys.
7675 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
7677         * startup.el (command-line): Enable Xterm Mouse mode by default.
7678         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
7679         for Custom.  No longer show "Mouse" in mode line when enabled.
7680         Doc fix.
7682 2005-04-12  Kim F. Storm  <storm@cua.dk>
7684         * emulation/cua-base.el (cua-rectangle-face)
7685         (cua-rectangle-noselect-face): Define face attributes here.
7687         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
7689 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7691         * startup.el (command-line): Turn off blinking cursor if
7692         cursorBlink in resources is off or false.
7694 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7696         * term/mac-win.el (dnd): Require dnd.
7697         (mac-drag-n-drop): Call dnd-handle-one-url.
7698         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
7699         (kTextEncodingISOLatin2): Remove constants.
7700         (mac-script-code-coding-systems): New constant.
7701         (mac-handle-language-change): New function.
7702         (special-event-map): Bind it to `language-change' event.
7703         (mac-centraleurroman, mac-cyrillic): New coding systems.
7704         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
7705         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
7706         and mac-cyrillic-encoder to encode-mac-centraleurroman and
7707         encode-mac-cyrillic, respectively.
7709 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
7711         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
7712         Don't set overlay-arrow-string to "=>" as this is done
7713         globally in C now.
7715 2005-04-12  Lute Kamstra  <lute@gnu.org>
7717         * generic-x.el (rc-generic-mode, rul-generic-mode):
7718         Fix auto-mode-alist entries.
7719         (etc-fstab-generic-mode): Tweak fontification.
7721         * generic.el (generic-make-keywords-list): Fix docstring.
7722         (generic-mode-internal): Simplify generic-font-lock-keywords.
7724 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
7726         * whitespace.el (whitespace-buffer-leading)
7727         (whitespace-buffer-trailing): Revert the incorrect test inversion.
7728         However, fix the highlight area for the leading and
7729         trailing whitespaces to show space.
7731 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
7733         * whitespace.el (whitespace-version): Bump to 3.5
7735         (whitespace-buffer-leading, whitespace-buffer-trailing):
7736         Invert sense of the test to highlight the whitespace.
7738 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
7740         * progmodes/gud.el (gud-display-line): GUD uses its own
7741         overlay arrow now so don't set overlay-arrow-string.
7742         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
7744 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
7746         * term.el (term-ansi-current-bold, term-ansi-current-underline)
7747         (term-ansi-current-reverse, term-ansi-current-invisible)
7748         (term-ansi-face-already-done): Change to boolean.
7749         (term-reset-terminal, term-handle-colors-array): Handle the above
7750         vars accordingly.
7751         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
7752         (term-emulate-terminal): Use the new name.
7754         * faces.el (secondary-selection): Use yellow1, not yellow.
7755         (trailing-whitespace): Use red1, not red.
7757 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7759         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
7760         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
7761         (dired-dnd-handle-file): Call dnd-get-local-file-uri
7763         * cus-edit.el (dnd): New group.
7765         * term/w32-win.el (dnd): Require dnd
7766         (w32-drag-n-drop): Call dnd-handle-one-url.
7768         * x-dnd.el: Require dnd.
7769         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
7770         Call dnd-handle-one-url.
7771         (x-dnd-types-alist, x-dnd-insert-utf8-text)
7772         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
7773         to dnd-insert-text.
7774         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
7775         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
7776         (x-dnd-get-local-file-name, x-dnd-open-local-file)
7777         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
7779         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
7781 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7783         * wdired.el: Doc fixes.
7784         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
7785         (wdired-use-dired-vertical-movement): Rename from
7786         wdired-always-move-to-filename-beginning.
7787         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
7788         (wdired-change-to-wdired-mode): Change mode name.
7789         (wdired-newline): Delete.
7791 2005-04-11  Richard M. Stallman  <rms@gnu.org>
7793         * whitespace.el (whitespace-highlight-the-space):
7794         Don't call whitespace-unhighlight-the-space here.
7796         * simple.el (undo): Record t in undo-equiv-table
7797         for the redo record made by an undo-in-region.
7799 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
7801         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
7802         (gdb-frame-inferior-io-buffer): New Functions to control
7803         display of separate IO buffer.
7804         (menu): Add them to menu-bar.
7805         (gdb-display-buffer): Check for buffer another frame.
7806         Protect GUD buffer.
7807         (gdb-setup-windows): Create IO buffer if not already there.
7808         (gdb-memory-mode): Remove purecopy noops.
7810 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7812         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
7813         and pass to self-insert-command.
7815 2005-04-11  Lute Kamstra  <lute@gnu.org>
7817         * generic.el: Commentary section cleanup.
7818         (generic): Delete.
7819         (generic-use-find-file-hook, generic-lines-to-scan)
7820         (generic-find-file-regexp, generic-ignore-files-regexp)
7821         (default-generic-mode, generic-mode-find-file-hook)
7822         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
7823         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
7824         (generic-use-find-file-hook, generic-lines-to-scan)
7825         (generic-find-file-regexp, generic-ignore-files-regexp)
7826         (default-generic-mode, generic-mode-find-file-hook)
7827         (generic-mode-ini-file-find-file-hook): Move from generic.el.
7829 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
7831         * bookmark.el (bookmark-write-file): Catch errors writing file.
7832         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
7834 2005-04-10  Richard M. Stallman  <rms@gnu.org>
7836         * startup.el (fancy-splash-tail): Update copyright year.
7837         (command-line): Split part of -Q into -D.
7838         (emacs-basic-display): New defvar.
7839         (fancy-splash-text): Correct name of menu item.
7841         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
7843         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
7844         lines in one node.
7846         * comint.el (comint-send-input): New arg ARTIFICIAL.
7847         Callers in this file changed.
7849         * abbrev.el (define-abbrevs): Read system abbrevs properly.
7851         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
7853 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
7855         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
7856         `ldap-search-internal'.
7858 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7860         * files.el (set-auto-mode-1): Use line-end-position.
7862         * international/latin-1.el:
7863         * international/latin-2.el:
7864         * international/latin-3.el:
7865         * international/latin-4.el:
7866         * international/latin-5.el:
7867         * international/latin-8.el:
7868         * international/latin-9.el: Give punctuation syntax to NBSP.
7870         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
7871         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
7872         Use char-classes to accept non-ascii letters, accepted in some recent
7873         bibtex implementations.
7875 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
7877         * custom.el (custom-set-minor-mode): Any non-nil value for the
7878         variable should enable the mode when set through Custom.
7880 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7882         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
7883         TAB binding so tab-always-indent is obeyed.
7884         (vhdl-minibuffer-local-map): Move initialization into declaration.
7885         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
7886         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
7887         (vhdl-hooked-abbrev): Avoid test for XEmacs.
7888         (vhdl-current-line): Use line-beginning-position.
7889         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
7890         with-output-to-temp-buffer, so the current position can be recorded.
7892 2005-04-10  Masatake YAMATO  <jet@gyve.org>
7894         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7895         Add regexp for gcov.
7897 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7899         * calendar/time-date.el (time-to-seconds, seconds-to-time)
7900         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
7901         syntax which Emacs 20 doesn't support.
7903 2005-04-09  Richard M. Stallman  <rms@gnu.org>
7905         * help.el (describe-key-briefly, describe-key):
7906         Replace strings as event types with "(any string)".
7908 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7910         * arc-mode.el (archive-mode-map): Move initialization into
7911         the declaration.  Override *all* bindings of `undo'.
7912         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
7914 2005-04-09  Jay Belanger  <belanger@truman.edu>
7916         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
7918 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
7920         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
7921         (xterm-register-default-colors): Update color values computation
7922         to match xterm-200.
7924 2005-04-09  Kenichi Handa  <handa@m17n.org>
7926         * international/code-pages.el (iso-latin-7): Fix the map.
7928 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
7930         * emacs-lisp/lisp.el (defun-prompt-regexp)
7931         (parens-require-spaces, buffer-end, end-of-defun)
7932         (insert-parentheses): Doc fixes.
7934 2005-04-08  Kim F. Storm  <storm@cua.dk>
7936         * comint.el (comint-highlight-prompt): Fix face spec.
7937         * hi-lock.el (hi-green): Likewise.
7939 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
7941         * cus-edit.el (custom-modified-face):
7942         * comint.el (comint-highlight-input): Fix previous changes.
7943         * term.el (term-handle-ansi-escape): Add a comment.
7945 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7947         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
7948         in the buffer and in whitespace-highlighted-space.
7949         (whitespace-unhighlight-the-space): Simplify.
7950         (whitespace-buffer): Simplify.
7952 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
7954         * textmodes/table.el (table-cell-face): Add special case for
7955         displays supporting a high number of colors.
7956         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7957         (vhdl-font-lock-reserved-words-face)
7958         (vhdl-speedbar-architecture-face)
7959         (vhdl-speedbar-instantiation-face)
7960         (vhdl-speedbar-architecture-selected-face)
7961         (vhdl-speedbar-instantiation-selected-face): Likewise.
7962         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
7963         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
7964         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7965         (ebrowse-root-class-face, ebrowse-member-attribute-face)
7966         (ebrowse-progress-face): Likewise.
7967         * progmodes/compile.el (compilation-info-face): Likewise.
7968         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
7969         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
7970         * calendar/calendar.el (diary-face): Likewise.
7971         * woman.el (woman-italic-face, woman-bold-face)
7972         (woman-unknown-face): Likewise.
7973         * wid-edit.el (widget-button-pressed-face): Likewise.
7974         * whitespace.el (whitespace-highlight-face): Likewise.
7975         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
7976         * pcvs-info.el (cvs-marked-face): Likewise.
7977         * info.el (info-xref): Likewise.
7978         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
7979         * hilit-chg.el (highlight-changes-face)
7980         (highlight-changes-delete-face): Likewise.
7981         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
7982         (hi-red-b): Likewise.
7983         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
7984         * font-lock.el (font-lock-keyword-face)
7985         (font-lock-function-name-face, font-lock-warning-face): Likewise.
7986         * cus-edit.el (custom-invalid-face, custom-modified-face)
7987         (custom-set-face, custom-changed-face, custom-variable-tag-face)
7988         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
7989         * comint.el (comint-highlight-prompt): Likewise.
7991 2005-04-08  Lute Kamstra  <lute@gnu.org>
7993         * font-lock.el (font-lock-keywords): Docstring fixes.
7995 2005-04-08  Kenichi Handa  <handa@m17n.org>
7997         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
7998         chars are more than a limit, print " and more..." at the tail.
8000 2005-04-08  Kim F. Storm  <storm@cua.dk>
8002         * emacs-lisp/authors.el (authors-aliases): Update list.
8003         (authors-ignored-files): New list.
8004         (authors-fixed-entries): Fix typo.
8005         (authors-renamed-files-alist): Update list.
8006         (authors-add): Check authors-ignored-files.
8008 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
8010         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
8011         optional, to ensure backward compatibility.
8013 2005-04-08  Stephen Eglen  <stephen@gnu.org>
8015         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
8017 2005-04-08  Kim F. Storm  <storm@cua.dk>
8019         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
8021         * mouse.el (mouse-on-link-p): Doc fix.
8023 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
8025         * ielm.el (ielm-prompt-read-only): Doc fix.
8027         * comint.el (comint-prompt-read-only): Doc fix.
8029 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
8031         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
8032         ensure dired always handles wildcards passed to ffap.
8033         (find-file-at-point): Use it.
8034         (ffap-dired-wildcards): Doc fix.
8036 2005-04-07  Juri Linkov  <juri@jurta.org>
8038         * simple.el (next-error-overlay-arrow-position): New defvar.
8039         Put "=>" on its property `overlay-arrow-string'.  Add it to
8040         `overlay-arrow-variable-list'.
8042         * progmodes/compile.el (compilation-setup):
8043         Set `next-error-overlay-arrow-position' to nil.  Also set it to
8044         nil in the local hook `kill-buffer-hook'.  Make local variable
8045         `overlay-arrow-string' and set it to "=>".
8046         (compilation-goto-locus): Set BOL position to
8047         `next-error-overlay-arrow-position' instead of
8048         `overlay-arrow-position'.
8050         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
8051         locally instead of adding it to the global hook.
8052         (Info-kill-buffer): Move up.
8054 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
8056         * term/xterm.el (xterm-standard-colors): Update color values from
8057         xterm-200.
8059 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8061         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
8063         * fast-lock.el:
8064         * lazy-lock.el: Move them to the obsolete subdir.
8066 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
8068         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
8069         (wdired-add-replace-advice): Remove.
8070         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
8072 2005-04-06  Kim F. Storm  <storm@cua.dk>
8074         * startup.el (command-line): Add --bare-bones alias for -Q.
8076 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8078         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
8079         create the startup fontset if a font specification ends with
8080         `mac-roman'.
8082 2005-04-06  Lute Kamstra  <lute@gnu.org>
8084         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
8085         change.
8087         * emacs-lisp/copyright.el (copyright-update-year): Replace the
8088         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
8090 2005-04-05  Lute Kamstra  <lute@gnu.org>
8092         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
8093         (define-generic-mode): Ditto.  Fix debug declaration.
8095         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8096         Put them in the generic-x group.
8098         * calendar/timeclock.el (timeclock): Doc fix.
8100         * generic.el (define-generic-mode): Don't use custom-current-group.
8101         Document default :group value.
8102         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
8103         (define-global-minor-mode): Don't use custom-current-group.
8105 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
8107         * startup.el (command-line-1): Display startup-echo-area-message
8108         when fancy splash screen is in use.
8110         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
8111         (sh-escaped-newline): New face.
8112         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
8113         newline, and use sh-escaped-newline face.
8115         * progmodes/tcl.el (tcl-escaped-newline): New face.
8116         (tcl-builtin-list): New variable.
8117         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
8118         newlines.  Fix keywords subexpression number.
8120 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
8122         * textmodes/org.el (org-diary-default-entry): Fix call to
8123         `add-to-diary-entry'.
8125 2005-04-05  Kim F. Storm  <storm@cua.dk>
8127         * ediff-init.el: Use (featurep 'xemacs).
8129 2005-04-05  David Ponce  <david@dponce.com>
8131         * cus-edit.el (face): Derive from symbol widget.  Display sample
8132         of the current face on the fly.
8133         (widget-face-sample-face-get, widget-face-notify): New functions.
8134         (widget-face-value-create): Remove.
8136         * wid-edit.el (widget-field-end): Temporarily remove field
8137         narrowing before to call `get-char-property'.
8139 2005-04-04  Jay Belanger  <belanger@truman.edu>
8141         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
8142         (math-read-subscripts): New variable.
8143         (math-read-preprocess-string): Process subscripts.
8145 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8147         * comint.el (comint-prompt-read-only): Doc fix.
8149         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
8150         `-1'.  Doc fix.
8152 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
8154         * textmodes/org.el (org-insert-mode-line-in-empty-file):
8155         Change default value to nil.
8157 2005-04-04  Lute Kamstra  <lute@gnu.org>
8159         * autorevert.el (auto-revert-mode): Specify :group.
8160         * battery.el (display-battery-mode): Specify :group.
8161         * diff-mode.el (diff-minor-mode): Specify :group.
8162         * font-core.el (font-lock-mode): Specify :group.
8163         * hl-line.el (hl-line-mode): Specify :group.
8164         * iimage.el (iimage): New customization group.
8165         (iimage-mode): Specify :group.
8166         * longlines.el (longlines-mode): Specify :group.
8167         * master.el: Don't require easy-mmode.
8168         (master): New customization group.
8169         (master-mode): Specify :group.
8170         * msb.el (msb-mode): Specify :group.
8171         * reveal.el (reveal-mode): Specify :group.
8172         * simple.el (next-error-follow-minor-mode): Specify :group.
8173         * smerge-mode.el (smerge-mode): Specify :group.
8174         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
8175         * emulation/cua-base.el (cua-mode): Specify :group.
8176         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
8177         * language/thai-util.el (thai-auto-composition-mode)
8178         (thai-word-mode): Specify :group.
8179         * mail/supercite.el (sc-minor-mode): Specify :group.
8180         * progmodes/cwarn.el (cwarn-mode): Specify :group.
8181         * progmodes/flymake.el (flymake-mode): Specify :group.
8182         * progmodes/glasses.el (glasses-mode): Specify :group.
8183         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
8184         * textmodes/enriched.el (enriched-mode): Specify :group.
8185         * textmodes/refill.el (refill-mode): Specify :group.
8187         * add-log.el (change-log-font-lock-keywords): Names in
8188         parenthesized lists can contain spaces.
8190 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
8192         * startup.el (fancy-splash-text): Shorten default text of
8193         "Emacs Tutorial" line.  Also, if the current language env
8194         indicates an available tutorial file other than TUTORIAL,
8195         extract its title and append it to the line in parentheses.
8196         (fancy-splash-insert): If arg is a thunk, funcall it.
8198 2005-04-04  Jay Belanger  <belanger@truman.edu>
8200         * calc.el (calc-language-alist): Add tags to customization type.
8202 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
8204         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
8205         Doc fix.
8207 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
8209         * add-log.el (change-log-font-lock-keywords): The manual
8210         describing a Change Log entry, says: (...) "Aside from these
8211         header lines, every line in the change log starts with a space or
8212         a tab.".  The font-lock was not highlighting lines started with
8213         spaces, added support for it.
8215 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8217         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
8218         (bibtex-generate-url-list): Update docstring accordingly.  Put the
8219         complex example in the docstring.
8220         (bibtex-font-lock-url): Use pop.
8222 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8224         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
8226         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
8228 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
8230         * filesets.el (filesets-set-default): Doc fix.
8232 2005-04-03  Lute Kamstra  <lute@gnu.org>
8234         * generic.el (define-generic-mode): Add argument to specify
8235         keywords for defcustom.
8236         (default-generic-mode): Specify :group.
8238         * generic-x.el: Specify :group for all generic modes.
8240         * desktop.el (desktop-no-desktop-file-hook)
8241         (desktop-after-read-hook): Doc fix.
8243 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
8245         * simple.el (visible-mode): Use explicit :group keyword.
8246         This changes the group of `visible-mode-hook' from paren-blinking
8247         to editing-basics.
8249 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
8251         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
8252         mailbox specifications as well as URLs.
8253         (rmail-insert-inbox-text): Remove unused conditional branches.
8255 2005-04-01  Jay Belanger  <belanger@truman.edu>
8257         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8258         (calc-gnuplot-print-command): Move definitions to calc.el.
8260         * calc/calc-embed.el (calc-embedded-announce-formula)
8261         (calc-embedded-open-formula, calc-embedded-close-formula)
8262         (calc-embedded-open-word, calc-embedded-close-word)
8263         (calc-embedded-open-plain, calc-embedded-close-plain)
8264         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
8265         (calc-embedded-open-mode, calc-embedded-close-mode):
8266         Move definitions to calc.el.
8268         * calc/calc.el (calc-settings-file, calc-language-alist):
8269         Make customizable.
8270         (calc-embedded-announce-formula, calc-embedded-open-formula)
8271         (calc-embedded-close-formula, calc-embedded-open-word)
8272         (calc-embedded-close-word, calc-embedded-open-plain)
8273         (calc-embedded-close-plain, calc-embedded-open-new-formula)
8274         (calc-embedded-close-new-formula, calc-embedded-open-mode)
8275         (calc-embedded-close-mode, calc-gnuplot-name)
8276         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
8277         from other files and make customizable.
8279 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8281         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
8282         Use buffer-live-p.
8283         (cvs-mode-run): Don't call cvs-update-header here.
8284         (cvs-run-process): Call cvs-update-header.
8285         Use process properties for cvs-postprocess and cvs-buffer so that
8286         the sentinel can behave better if the temp buffer is killed.
8287         Use a pipe rather than a tty, to better handle unexpected prompts.
8288         (cvs-sentinel): Rewrite.  Call cvs-update-header.
8290 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
8292         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
8293         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
8295 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8297         * generic.el (define-generic-mode): Add indentation rule.
8299 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
8301         * files.el (mode-require-final-newline): Make Custom correctly
8302         report a nil value and allow to set it to nil via Custom.
8303         Doc fix.
8305 2005-04-01  Kenichi Handa  <handa@m17n.org>
8307         * international/characters.el: Enable the correct case setting for
8308         dotless-i and dotted-I.
8310 2005-04-01  Kim F. Storm  <storm@cua.dk>
8312         * ido.el (ido-file-internal): Fall back to non-ido command if
8313         initial directory is on slow ftp (or tramp) host.
8315 2005-03-31  Richard M. Stallman  <rms@gnu.org>
8317         * emacs-lisp/autoload.el (make-autoload):
8318         Handle define-global-minor-mode.
8320         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
8321         Rename from easy-mmode-define-global-mode.
8322         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
8324         * progmodes/scheme.el (scheme-mode-syntax-table):
8325         Update syntax of | and # for two-character comment syntax.
8327 2005-03-31  Lute Kamstra  <lute@gnu.org>
8329         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
8330         (define-minor-mode): Call custom-current-group at load-time.
8332         * generic.el (define-generic-mode): Add debug declaration.
8333         Add defcustom for the mode hook.
8334         (generic-mode-internal): Use run-mode-hooks.
8336 2005-03-31  Kim F. Storm  <storm@cua.dk>
8338         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
8339         (mouse-fixup-help-message): New defun called by show_help_echo
8340         to fixup mouse-2 prefix in help messages when applicable.
8342         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
8344 2005-03-31  Kenichi Handa  <handa@m17n.org>
8346         * language/thai-word.el (thai-find-word-ends): Pay attention to
8347         the case that we reach the end of buffer.
8349         * textmodes/fill.el (fill-text-properties-at): New function.
8350         (fill-newline): Use fill-text-properties-at instead of
8351         text-properties-at.
8353 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
8355         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
8356         not comint-quote-filename.
8358 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
8360         * help-fns.el (help-with-tutorial): Revert last change.
8362 2005-03-31  Kim F. Storm  <storm@cua.dk>
8364         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
8366 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
8368         * calendar/cal-china.el: Update reference to "Calendrical
8369         Calculations" book; there's a new edition.
8370         * calendar/cal-coptic.el: Likewise.
8371         * calendar/cal-french.el: Likewise.
8372         * calendar/cal-hebrew.el: Likewise.
8373         * calendar/cal-islam.el: Likewise.
8374         * calendar/cal-iso.el: Likewise.
8375         * calendar/cal-julian.el: Likewise.
8376         * calendar/cal-mayan.el: Likewise.
8377         * calendar/cal-persia.el: Likewise.
8378         * calendar/calendar.el: Likewise.
8379         * calendar/holidays.el: Likewise.
8380         * calendar/lunar.el: Likewise.
8381         * calendar/solar.el: Likewise.
8383         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
8384         white space from doc string.
8386 2005-03-30  Jay Belanger  <belanger@truman.edu>
8388         * calc/calc-help.el (calc-full-help): Remove email address.
8390 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
8392         * help-fns.el (help-with-tutorial): Delete title line.
8394 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
8396         * calendar/cal-x.el (calendar-one-frame-setup)
8397         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
8398         rather than 'symbol for set-window-dedicated-p.
8400         * calendar/appt.el (appt-buffer-name): Make it a constant.
8401         (appt-add): Doc fix.
8403         * filesets.el (filesets-menu-path, filesets-menu-before)
8404         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
8405         (filesets-menu-cache-file): Use directory ~/.emacs.d.
8406         (filesets-add-submenu): Delete and use add-submenu instead.
8408 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
8410         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
8411         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
8412         (org-diary-default-entry): New function.
8413         (org-get-entries-from-diary): Better parsing of diary entries.
8414         (org-agenda-check-no-diary): New function.
8415         ("diary-lib"): Advice to function `add-to-diary-list', to allow
8416         linking to diary entries.
8417         (org-agenda-execute-calendar-command): New function.
8418         (org-agenda): Improve visible section in window.
8419         Use `org-fit-agenda-window'.
8420         (org-fit-agenda-window): New option.
8421         (org-move-subtree-down): Better handling of empty lines
8422         at end of subtree.
8423         (org-cycle): Numeric prefix is interpreted now as show-subtree N
8424         levels up.
8425         (org-fontify-done-headline): New option.
8426         (org-headline-done-face): New face.
8427         (org-set-font-lock-defaults): Use `org-headline-done-face'.
8428         (org-table-copy-down): Rename from `org-table-copy-from-above'.
8429         When current field is non-empty, it is copied to next row.
8430         (org-table-copy-from-above): Fix bug which made it
8431         impossible to copy fields containing only a single non-white character.
8433 2005-03-30  Kim F. Storm  <storm@cua.dk>
8435         * kmacro.el (kmacro-end-macro): Isearch may store this command
8436         into the macro -- so ignore it when executing keyboard macro.
8438 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
8440         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
8442 2005-03-29  Kenichi Handa  <handa@m17n.org>
8444         * language/thai.el ("Thai"): Set setup-function and exit-function
8445         for Thai language environment.
8447         * language/thai-util.el: Require thai-word.
8448         (thai-word-mode-map): New variable.
8449         (thai-word-mode): New minor mode.
8450         (setup-thai-language-environment-internal): New function.
8451         (exit-thai-language-environment-internal): New function.
8453         * language/thai-word.el (thai-word-table): Declare it by defvar,
8454         use dolist to initialize it.
8455         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
8456         (thai-fill-find-break-point): New functions.
8458 2005-03-29  Richard M. Stallman  <rms@gnu.org>
8460         * simple.el (idle-update-delay): Move definition up.
8461         (set-mark): Doc fix.
8463 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
8465         * longlines.el: New file.
8467         * simple.el (buffer-substring-filters): New variable.
8468         (filter-buffer-substring): New function.
8469         (kill-region, copy-region-as-kill): Use it.
8471         * register.el (copy-to-register, append-to-register)
8472         (prepend-to-register): Use filter-buffer-substring.
8474 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
8476         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
8477         (gud-filter-pending-text): Move in front of gdb.
8478         (gud-overlay-arrow-position): New variable.
8479         (gud-sentinel, gud-display-line): Use it in place of
8480         overlay-arrow-position.
8482 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
8484         * progmodes/fortran.el (fortran-if-indent): Doc fix.
8485         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
8486         (fortran-font-lock-keywords-4): New variable.
8487         (fortran-blocks-re, fortran-end-block-re)
8488         (fortran-start-block-re): New constants, for hideshow.
8489         (hs-special-modes-alist): Add a Fortran entry.
8490         (fortran-mode-map): Bind fortran-end-of-block,
8491         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
8492         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
8493         (fortran-looking-at-if-then, fortran-end-of-block)
8494         (fortran-beginning-of-block): New functions, for hideshow.
8496         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8497         Doc fix.  Tweak regexp.
8498         (f90-beginning-of-block): Push mark first.
8500 2005-03-29  Jay Belanger  <belanger@truman.edu>
8502         * calc/calc.el: Update copyright date.
8503         (calc-version): Increase to 2.1.
8504         (calc-version-date): Remove.
8506         * calc/calc-help.el: Update copyright date.
8507         (calc-full-help): Remove reference to calc-version-date.
8508         Update copyright date.
8510 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8512         * vc.el (vc-do-command): Use a pipe for async processes, so password
8513         prompts don't show up at places where the user can't reply.
8515 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
8517         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
8518         on the file name we pass to the inferior shell.
8520 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8522         * progmodes/which-func.el (which-function): Be robust in the face of an
8523         imenu--make-index-alist failure.
8525 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8527         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
8529         * progmodes/python.el (python-preoutput-filter): Fix last change.
8531 2005-03-29  Lute Kamstra  <lute@gnu.org>
8533         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
8534         functions and compiled macros.
8535         (debug-convert-byte-code): Handle macros too.
8536         (debug-on-entry-1): Don't signal an error when trying to clear a
8537         function that is not set to debug on entry.
8539 2005-03-29  Jay Belanger  <belanger@truman.edu>
8541         * calc/calc-lang.el: Add functions to math-function-table
8542         properties of tex and math.
8544 2005-03-29  Kenichi Handa  <handa@m17n.org>
8546         * ps-mule.el (ps-mule-plot-string): Translate characters by
8547         ps-print-translation-table.
8548         (ps-mule-begin-job): Call find-charset-region/string with
8549         ps-print-translation-table.
8550         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
8552         * ps-print.el (ps-print-translation-table): New variable.
8553         (ps-plot-region): Translate characters by ps-print-translation-table.
8555 2005-03-29  Juri Linkov  <juri@jurta.org>
8557         * simple.el (next-error-highlight-timer): New variable.
8559         * progmodes/compile.el (compilation-goto-locus):
8560         Use `next-error-highlight-timer' instead of `sit-for'.
8562 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8564         * mail/supercite.el (sc-mail-field): Use assoc-string.
8565         (sc-get-address): Simplify regexps.
8567         * files.el (minibuffer-with-setup-hook): New macro.
8568         (find-file-read-args): Use it to avoid let-binding
8569         minibuffer-with-setup-hook (which breaks turning on/off
8570         file-name-shadow-mode while in the prompt).
8572         * complete.el (PC-read-include-file-name-internal): Use
8573         test-completion.
8575 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
8577         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
8579 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8581         * window.el (window-buffer-height): Use count-screen-lines.
8583         * progmodes/python.el (python-preoutput-leftover): New var.
8584         (python-preoutput-filter): Use it.
8585         (python-send-receive): Loop until all the result has been received.
8587 2005-03-28  Juri Linkov  <juri@jurta.org>
8589         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
8591         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
8592         "Recover Crashed Session".
8593         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
8594         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
8595         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
8596         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
8597         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
8598         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
8599         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
8600         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
8602         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
8603         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
8604         Ediff Sessions", "Toggle use of separate control buffer frame",
8605         "Use separate frame for Ediff control buffer".
8607         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
8608         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
8609         "Rename Bookmark", "Delete Bookmark".
8611         * info.el (Info-mode-menu): Remove ellipsis from "Index".
8612         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
8613         Add `:active Info-index-alternatives' to "Next Matching Item".
8615         * wdired.el (wdired-change-to-wdired-mode):
8616         Mention `wdired-abort-changes' key in the initial message.
8618         * international/mule.el (auto-coding-alist): Associate non-ascii
8619         image filename extensions with `no-conversion'.
8621 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8623         * international/iso-acc.el:
8624         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
8626 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
8628         * textmodes/sgml-mode.el (html-mode): Doc update.
8630         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
8632 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
8634         * term.el (term-move-columns): Fix face after extending a line.
8635         (term-insert-spaces): Likewise.
8636         (term-reset-terminal): Fix off by one error.
8638 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
8640         * international/mule.el (auto-coding-alist): Add .xpi files.
8642         * files.el (auto-mode-alist): Add .xpi files.
8644 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
8646         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
8648 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
8650         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
8652 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
8654         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
8655         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
8657         * calendar/cal-move.el (calendar-beginning-of-year): Move the
8658         cursor to Jan 1 when needed.
8659         (calendar-end-of-year): Fix -/+ typo.
8660         Reported by Chong Yidong <cyd@stupidchicken.com>.
8662 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8664         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
8666         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
8667         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
8669 2005-03-25  Richard M. Stallman  <rms@gnu.org>
8671         * filesets.el (filesets-init): Add autoload.
8673         * mail/mailalias.el (mail-directory): Doc fix.
8675 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8677         * mail/mailalias.el (mail-directory-process): Do nothing if
8678         mail-directory-process is an atom.
8679         (mail-get-names): Ignore mail-directory-names if it is an atom.
8680         (mail-directory-process defvar): Doc fix.
8681         (mail-names): Doc fix.
8683 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
8685         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
8687 2005-03-26  Kenichi Handa  <handa@m17n.org>
8689         * international/mule-util.el (detect-coding-with-priority):
8690         Call update-coding-systems-internal before detect-coding-region.
8692 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
8694         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8695         (gdb-frames-mode-map): Add follow-link property.
8697 2005-03-25  Jay Belanger  <belanger@truman.edu>
8699         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
8700         for variables.
8702 2005-03-25  Juri Linkov  <juri@jurta.org>
8704         * image-mode.el: Optimize image filename extension regexps in
8705         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
8706         in `auto-mode-alist'.
8707         (image-mode): Add `image-toggle-display-text' to local hook
8708         `change-major-mode-hook'.  Display the image as an image by
8709         default.  Set `cursor-type' and `truncate-lines' if the image
8710         is already displayed.  Take into account the current mode (image
8711         or text) in message.
8712         (image-minor-mode): New minor mode.
8713         (image-mode-maybe, image-toggle-display-text): New functions.
8714         (image-toggle-display): Use called-interactively-p.
8715         Let-bind `inhibit-read-only' to t.
8717         * image-mode.el (image-minor-mode): Set `cursor-type' and
8718         `truncate-lines' if the image is already displayed.  Add turning
8719         image-minor-mode off to `change-major-mode-hook'.  Add message.
8720         Call `image-toggle-display-text' after turning image-minor-mode off.
8722 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8724         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
8725         Terminal.app, use utf-8.
8726         (set-display-table-and-terminal-coding-system): Add coding-system arg.
8727         (set-locale-environment): Use it.
8729         * term/xterm.el: Undo last change, better done in mule-cmds.el.
8731         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
8733         * progmodes/python.el (python-close-block-statement-p)
8734         (python-outdent-p, python-current-defun): Use symbol-end.
8736 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
8738         * files.el (save-some-buffers): Doc fix.
8740 2005-03-25  Werner Lemberg  <wl@gnu.org>
8742         * complete.el, thumbs.el: Replace `legal' with `valid'.
8743         * calendar/calendar.el: Replace `legal' with `valid'.
8744         * emacs-lisp/advice.el: Replace `legal' with `valid'.
8745         * mail/supercite.el: Replace `legal' with `valid'.
8746         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
8747         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
8748         Replace `legal' with `valid'.
8749         * textmodes/reftex-vars.el, textmodes/reftex.el:
8750         Replace `legal' with `valid'.
8752 2005-03-25  Werner Lemberg  <wl@gnu.org>
8754         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
8755         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
8756         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
8757         * emulation/vip.el: Replace `illegal' with `invalid'.
8758         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
8759         `invalid'.
8760         * mail/supercite.el: Replace `illegal' with `invalid'.
8761         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
8762         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
8763         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
8764         * progmodes/sh-script.el, progmodes/xscheme.el:
8765         Replace `illegal' with `invalid'.
8766         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
8767         * textmodes/reftex-index.el, textmodes/reftex-parse.el
8768         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
8769         * textmodes/reftex.el, textmodes/org.el:
8770         Replace `illegal' with `invalid'.
8772 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8774         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
8775         (flymake-find-buildfile, flymake-find-possible-master-files)
8776         (flymake-check-include, flymake-parse-line): Replace loops over the
8777         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
8779         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
8780         Substitute file-name-as-directory in the rest of the file.
8781         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
8782         (flymake-replace-region): Remove unused arg `buffer'.
8783         (flymake-check-patch-master-file-buffer): Update calls to it.
8784         (flymake-add-err-info): Remove unused var `count'.
8785         (flymake-mode): Use define-minor-mode.
8787         * progmodes/flymake.el: Use with-current-buffer.
8788         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
8789         flymake-replace-regexp-in-string, flymake-line-beginning-position)
8790         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
8791         Avoid testing for `xemacs'.
8792         (flymake-nop): Move.
8793         (flymake-region-has-flymake-overlays): Return the computed value.
8794         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
8795         Remove unused var `endline'.
8796         (flymake-get-line-count): Remove unused function.
8797         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
8799         * emulation/vi.el:
8800         * generic.el:
8801         * hilit-chg.el (global-highlight-changes):
8802         * hi-lock.el (hi-lock-mode):
8803         * follow.el: find-file-hooks -> find-file-hook.
8805         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
8807 2005-03-24  Juri Linkov  <juri@jurta.org>
8809         * dired.el (dired-mode-map): Add menu item "Compare directories"
8810         for dired-compare-directories.
8812         * dired-aux.el (dired-compare-directories): Add autoload cookie.
8813         Doc fix.  Replace `read-file-name' with `read-directory-name'.
8815 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8817         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
8819 2005-03-24  Jay Belanger  <belanger@truman.edu>
8821         * calc/calc-embed.el (calc-embedded-mode-change): Save all
8822         relevant mode settings in calc-embedded-original-modes when modes
8823         are permanently changed.
8825 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8827         * autoinsert.el: find-file-hooks -> find-file-hook.
8829 2005-03-24  Lute Kamstra  <lute@gnu.org>
8831         * generic.el (generic-font-lock-defaults): Make it obsolete.
8832         (generic-font-lock-keywords): New variable to replace
8833         generic-font-lock-defaults.
8834         (generic-mode-set-font-lock): Delete it.
8835         (generic-mode-internal): Don't call generic-mode-set-font-lock.
8836         (generic-bracket-support): Add docstring.
8838         * generic-x.el: Rename generic-font-lock-defaults to
8839         generic-font-lock-keywords throughout.
8840         (mailagent-rules-setup-function): Delete it.
8841         (mailagent-rules-generic-mode): Use anonymous function instead.
8842         (show-tabs-generic-mode-font-lock-defaults-1)
8843         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
8844         Quote faces.
8845         (show-tabs-tab-face, show-tabs-space-face): Specify background,
8846         not foreground.
8848         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8849         Recognize define-generic-mode.
8851 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8853         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
8854         if there's no completion table.
8856 2005-03-23  Miles Bader  <miles@gnu.org>
8858         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8859         Remove tty-specific variants, as they're no longer needed.
8861 2005-03-23  Lute Kamstra  <lute@gnu.org>
8863         * generic-x.el: Code cleanup: make args constant whenever possible.
8864         (installshield-statement-keyword-list)
8865         (installshield-system-functions-list)
8866         (installshield-system-variables-list, installshield-types-list)
8867         (installshield-funarg-constants-list): Make them constants.
8869         * generic.el (generic-make-keywords-list): Add autoload cookie.
8871         * calendar/time-date.el: Add comment on time value formats.
8872         Don't require parse-time.
8873         (with-decoded-time-value): New macro.
8874         (encode-time-value): New function.
8875         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8876         (days-to-time): Return a valid time value when arg is huge.
8877         (time-since): Use time-subtract.
8878         (time-to-number-of-days): Use time-to-seconds.
8880 2005-03-23  David Ponce  <david@dponce.com>
8882         * recentf.el: (recentf-keep): New option.
8883         (recentf-menu-action): Default to `find-file'.
8884         (recentf-keep-non-readable-files-flag)
8885         (recentf-keep-non-readable-files-p)
8886         (recentf-file-readable-p, recentf-find-file)
8887         (recentf-cleanup-remote): Remove.
8888         (recentf-include-p): More robust.
8889         (recentf-keep-p): New function.
8890         (recentf-remove-if-non-kept): Rename from
8891         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
8892         All callers updated.
8893         (recentf-menu-items-for-commands): Fix help string.
8894         (recentf-track-closed-file): Update.  Doc fix.
8895         (recentf-cleanup): Update.  Count removed files.  Doc fix.
8897 2005-03-23  Kim F. Storm  <storm@cua.dk>
8899         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8900         Don't inherit from fringe face (now happens automatically).
8902 2005-03-22  Kim F. Storm  <storm@cua.dk>
8904         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
8905         position values.
8907 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8909         * menu-bar.el (showhide-date-time): Remove.
8910         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
8911         (menu-bar-make-mm-toggle): Simplify.
8913 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
8915         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
8916         Accept qualified variable and function names.
8918 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
8920         * bindings.el (completion-ignored-extensions):
8921         Remove ".lis" for `vax-vms'.
8923 2005-03-22  Andreas Schwab  <schwab@suse.de>
8925         * generic-x.el: Revert last change.
8926         * ldefs-boot.el: Update.
8928 2005-03-22  Jay Belanger  <belanger@truman.edu>
8930         * calc/calc-embed (calc-embedded-original-modes): New variable.
8931         (calc-embedded-save-original-modes)
8932         (calc-embedded-restore-original-modes): New functions.
8933         (calc-do-embedded): Save original modes when entering embedded mode
8934         and restore when leaving embedded mode.
8935         (calc-embedded-modes-change): Change the value of
8936         calc-embedded-original-modes to reflect permanent changes.
8938 2005-03-22  Lute Kamstra  <lute@gnu.org>
8940         * generic-x.el: Require generic again.
8942 2005-03-22  Miles Bader  <miles@gnu.org>
8944         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8945         Tweak details to look good on both ttys and bitmap displays, light
8946         or dark background, etc.
8948 2005-03-21  Kim F. Storm  <storm@cua.dk>
8950         * tooltip.el (tooltip-show-help-function): Check car and cdr of
8951         mouse position.
8953 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8955         * icomplete.el: Don't forcibly turn on the mode upon load.
8956         (icomplete-mode): Use define-minor-mode.
8957         (icomplete-eoinput): Default to nil.
8958         (icomplete-minibuffer-setup): Remove autoload.
8959         (icomplete-tidy): Simplify.
8960         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
8961         in the initial state or if the user has modified the field.
8962         Fix handling of icomplete-max-delay-chars.
8963         Remove code that handles the oddball case where
8964         minibuffer-completion-table is an integer.
8965         Wrap icomplete-completions in while-no-input in case building
8966         completions takes more time than expected.
8967         (icomplete-completions): Simplify.
8969 2005-03-21  Richard M. Stallman  <rms@gnu.org>
8971         * jka-compr.el (jka-compr-really-do-compress):
8972         Make variable buffer-local.
8974         * image-mode.el: Handle .xpm files too.
8975         (image-toggle-display): Preserve modification flag.
8977         * help.el (where-is): Don't mention aliases with no key bindings.
8979 2005-03-21  Lute Kamstra  <lute@gnu.org>
8981         * generic.el: Fix commentary section.  Don't require cl for
8982         compilation.
8983         (generic-mode-list): Add autoload cookie.
8984         (generic-use-find-file-hook, generic-lines-to-scan)
8985         (generic-find-file-regexp, generic-ignore-files-regexp)
8986         (generic-mode, generic-mode-find-file-hook)
8987         (generic-mode-ini-file-find-file-hook): Fix docstrings.
8988         (define-generic-mode): Make it a defmacro.  Fix docstring.
8989         (generic-mode-internal): Code cleanup.  Add autoload cookie.
8990         (generic-mode-set-comments): Code cleanup.
8991         * generic-x.el: Don't prevent compilation.  Don't require generic.
8992         Follow coding conventions.  Minor code cleanup.
8993         (etc-fstab-generic-mode): Add some keywords.
8994         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
8995         define-generic-mode like a function declaration.
8997 2005-03-21  Jay Belanger  <belanger@truman.edu>
8999         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
9000         changing modes.
9002 2005-03-21  Sam Steingold  <sds@gnu.org>
9004         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
9006 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
9008         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
9009         Add underscore to "f$ lexicals" regexp.
9011 2005-03-20  Juri Linkov  <juri@jurta.org>
9013         * subr.el (progress-reporter-do-update): When `min-value' is equal
9014         to `max-value', set `percentage' to 0 and prevent division by zero.
9016 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
9018         Sync with Tramp 2.0.48.
9020         * tramp.el (all): Change all addresses to .gnu.org.
9021         (tramp-append-tramp-buffers): New defun.
9022         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
9023         Catch `dont-send' signal.
9024         (tramp-set-auto-save-file-modes): Set always permissions, because
9025         there might be an old auto-saved file belonging to another
9026         original file.  This could be a security threat.  Reported by
9027         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
9028         Check for Emacs 21.3.50 removed.
9030         * tramp-smb.el (all): Remove debug construct for
9031         `with-parsed-tramp-file-name'.
9032         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
9033         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
9034         No error message if DIRECTORY or FILENAME doesn't exist.
9035         (tramp-smb-open-connection): Check existence of
9036         `tramp-smb-program'.
9038 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9040         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
9041         Properly handle the case where the `m' or `s' command's argument is not
9042         yet terminated.
9043         (perl-indent-new-calculate): New function.
9044         (perl-indent-line): Use it.
9046 2005-03-20  Miles Bader  <miles@gnu.org>
9048         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
9049         in text-mode too.  Change to new face names.
9050         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
9051         Add `:weight bold' attribute.
9052         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
9054 2005-03-19  Juri Linkov  <juri@jurta.org>
9056         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
9058         * international/mule.el (auto-coding-alist): Sync with
9059         `auto-mode-alist' by adding upper case archive file extensions
9060         and adding ear/war to jar extension.
9062 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
9064         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
9065         running, restart it.
9067 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
9069         * finder.el (finder-current-item): Throw an error on an empty line.
9071         * man.el (Man-follow-manual-reference): If current-word returns
9072         nil, use "".
9074 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
9076         * simple.el (goto-line): Doc fix.
9078 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
9080         * files.el (save-buffer): Doc fix.
9082 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
9084         * recentf.el (recentf-cleanup-remote): New variable.
9085         (recentf-cleanup): Use it to conditionally check availability of
9086         remote files.
9088 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
9090         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
9091         function names.
9093 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
9095         * language/thai-word.el: New file.
9097 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
9099         * files.el (backup-buffer): If the file's directory is not
9100         writable, use copy instead of move to backup the file.
9102 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
9104         * obsolete/keyswap.el: Moved to obsolete/ from term/.
9106 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9108         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
9109         Use functionp instead of symbolp and fboundp.  Reported by Drkm
9110         <darkman_spam@yahoo.fr>.
9111         (ps-print-version): New version 6.6.6.
9113 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
9115         * textmodes/table.el (table--line-column-position): New idiom.
9116         (table--row-column-insertion-point-p): New function to test
9117         validity of row and column insertion operation at a location.
9118         (table-global-menu, table-cell-menu): Use above functions for
9119         deterministic test operation.
9120         (table--editable-cell-p): Behave in deterministic fashion.
9122 2005-03-18  Juri Linkov  <juri@jurta.org>
9124         * isearch.el (isearch-lazy-highlight-new-loop):
9125         Make arguments beg and end optional.
9126         (isearch-update): Remove optional arguments nil from
9127         isearch-lazy-highlight-new-loop.
9128         (isearch-lazy-highlight-search): Let-bind case-fold-search to
9129         isearch-lazy-highlight-case-fold-search instead of
9130         isearch-case-fold-search, and let-bind isearch-regexp to
9131         isearch-lazy-highlight-regexp.
9132         Use isearch-lazy-highlight-last-string instead of isearch-string.
9134         * replace.el (perform-replace): Remove bindings of global
9135         variables isearch-string, isearch-regexp, isearch-case-fold-search.
9136         Add three new arguments to `replace-highlight'.
9137         (replace-highlight): Add arguments string, regexp, case-fold.
9138         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
9139         to allow isearch-lazy-highlight-new-loop to use these values
9140         to set corresponding isearch-lazy-highlight-* internal
9141         variables whose values lazy highlighting will use regardless of
9142         changes to global variables isearch-string, isearch-regexp,
9143         isearch-case-fold-search during lazy highlighting loop.
9144         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
9145         to `lazy-highlight-cleanup'.
9147         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
9148         (ispell-highlight-face): Set default face to `isearch' when
9149         lazy highlighting is enabled.
9150         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
9151         priority to 1.  Add lazy highlighting.
9152         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
9153         from `isearch-dehighlight'.
9155 2005-03-18  David Ponce  <david@dponce.com>
9157         * files.el (hack-local-variables): Do a case-insensitive search
9158         for End.
9160 2005-03-18  Juri Linkov  <juri@jurta.org>
9162         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
9163         `isearch-lazy-highlight-cleanup', add alias to old name and
9164         declare obsolete.  Add release numbers to other obsolete vars.
9165         (isearch-done, isearch-lazy-highlight-new-loop):
9166         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
9167         (lazy-highlight-cleanup) <variable>: Doc fix.
9168         (isearch-lazy-highlight-update): Rename obsolete
9169         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
9171 2005-03-18  Kenichi Handa  <handa@m17n.org>
9173         * language/thai-util.el: Fix categorization of Thai characters in
9174         thai-category-table.
9175         (thai-composition-pattern): Adjust it for the above change.
9176         (thai-self-insert-command, thai-compose-syllable): New functions.
9177         (thai-compose-region): Use thai-compose-syllable.
9178         (thai-compose-string): Likewise.
9179         (thai-composition-function): Likewise.
9180         (thai-auto-composition): New function.
9181         (thai-auto-composition-mode): New minor mode.
9183         * language/thai.el: Fix patterns to be registered in
9184         composition-function-table.
9186         * international/quail.el (quail-input-method): Locally bind
9187         inhibit-modification-hooks to t.
9189 2005-03-17  Richard M. Stallman  <rms@gnu.org>
9191         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
9192         (perl-mode): Use run-mode-hooks.
9194         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
9195         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
9196         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
9198         * mail/sendmail.el (sendmail-send-it): Reenable the code
9199         to compute resend-to-address and use it.
9201         * tar-mode.el (tar-mode): Turn off undo unconditionally.
9203         * image-mode.el: New file.
9205         * image.el (insert-sliced-image): Add autoload cookie.
9207         * font-lock.el (font-lock-lines-before): New user option.
9208         (font-lock-after-change-function): Obey it.
9210         * bindings.el (esc-map): Make M-g a prefix.
9211         Bind M-g g and M-g M-g to goto-line.
9213         * faces.el (face-id): Doc fix.
9215 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9217         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
9218         (rmail-show-message): Use rmail-unknown-mail-followup-to.
9219         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
9221         * mail/sendmail.el (mail-yank-ignored-headers)
9222         (mail-font-lock-keywords, mail-mode-fill-paragraph):
9223         Add Mail-Followup-To and Mail-Reply-To headers.
9224         (mail-citation-hook): Add autoload cookie.
9225         (mail-mode): Doc fix.
9226         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
9227         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
9228         (mail-mode-fill-paragraph): Handle those headers.
9229         (mail-mailing-lists): New variable.
9230         (mail-mail-reply-to, mail-mail-followup-to): New functions.
9232 2005-03-17  Juri Linkov  <juri@jurta.org>
9234         * isearch.el (isearch-fallback): Check for `(car previous)'
9235         before calling `isearch-other-end-state'.
9237 2005-03-17  Kim F. Storm  <storm@cua.dk>
9239         * simple.el (move-beginning-of-line): Move to beginning of buffer
9240         line, as well as beginning of screen line.
9242 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
9244         * calendar/diary-lib.el (mark-diary-entries): Use new optional
9245         argument REDRAW rather than calendar-redrawing variable.
9246         * calendar/calendar.el (calendar-redrawing): Delete.
9247         (redraw-calendar): Do not bind calendar-redrawing.
9249 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
9251         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
9252         diary-file buffer.
9254 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9256         * help.el (describe-mode): Allow a :minor-mode-function property to
9257         specify a different minor mode toggle function than the variable.
9258         * simple.el (auto-fill-function):
9259         * subr.el (add-minor-mode): Use it.
9261 2005-03-16  Kenichi Handa  <handa@m17n.org>
9263         * language/ethio-util.el (sera-being-called-by-w3): New variable.
9264         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
9265         (ethio-fidel-to-sera-buffer): Likewise.
9267 2005-03-16  Juri Linkov  <juri@jurta.org>
9269         * emacs-lisp/find-func.el (find-function-regexp):
9270         Add defun-emitting macro `menu-bar-make-toggle'.
9272         * isearch.el: Put `isearch-scroll' property to
9273         `split-window-horizontally'.
9275         * info.el: Update error messages for `debug-ignored-errors'.
9276         (Info-isearch-search): Doc fix.
9277         (Info-find-node): Move up code to go into info buffer before
9278         recording the node to the history.
9279         (Info-fontify-node): Fontify titles only if the next line
9280         has two or more `*', `=', `-', `.'.
9281         Display "go to this node" for empty (match-string 3).
9283 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9285         * term/mac-win.el: Add mouse pointer shape constants.
9287 2005-03-15  Kim F. Storm  <storm@cua.dk>
9289         * simple.el (move-beginning-of-line): Use vertical-motion.
9291 2005-03-15  Juri Linkov  <juri@jurta.org>
9293         * isearch.el (isearch-error): New variable.
9294         (isearch-invalid-regexp, isearch-within-brackets): Remove.
9295         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
9296         (isearch-within-brackets-state): Remove.
9297         (isearch-case-fold-search-state, isearch-pop-fun-state):
9298         Decrease frame index.
9299         (isearch-mode, isearch-top-state, isearch-push-state)
9300         (isearch-edit-string, isearch-abort, isearch-search-and-update)
9301         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
9302         (isearch-search, isearch-lazy-highlight-new-loop):
9303         Replace `isearch-invalid-regexp' with `isearch-error'.
9304         Remove `isearch-within-brackets'.
9305         (isearch-search): Add `search-failed' handler to `condition-case'.
9306         (isearch-lazy-highlight-search): Add `condition-case' to catch
9307         errors and allow `isearch-lazy-highlight-update' to try
9308         highlighting from the beginning of the window.
9309         (isearch-repeat): Move up code to set isearch-wrapped to t
9310         before calling isearch-wrap-function.
9312         * info.el (Info-isearch-initial-node): New internal variable.
9313         (Info-search): Signal an error in isearch mode when search leaves
9314         the initial node.  Signal an error when `bound' is non-nil and
9315         nothing was found in the current subfile.
9316         (Info-isearch-search): Remove `condition-case'.
9317         (Info-isearch-wrap): Don't wrap when search failed during leaving
9318         the initial node.  If `Info-isearch-search' is nil, wrap around
9319         the current node.
9320         (Info-isearch-start): New fun.
9321         (Info-mode): Add buffer-local hook `Info-isearch-start' to
9322         `isearch-mode-hook'.
9324 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9326         * simple.el (normal-erase-is-backspace): Set default to t if
9327         running on Mac.
9329         * term/mac-win.el (function-key-map): Sync with x-win.el.
9331 2005-03-15  Kenichi Handa  <handa@m17n.org>
9333         * international/mule-cmds.el (locale-language-names): Modify the
9334         format of elements and add more entries.
9335         (locale-preferred-coding-systems): Add more entries.
9336         (set-locale-environment): Adjust for the change of
9337         locale-language-names.
9339 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9341         * pcvs.el (smerge-ediff): Remove bogus autoload.
9343 2005-03-14  Lute Kamstra  <lute@gnu.org>
9345         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
9346         Ignore a `*' at the beginning of a line.
9348         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
9349         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
9350         subr.el.
9351         (dont-compile, eval-when-compile, eval-and-compile): Use declare
9352         to specify indentation.
9354         * generic.el (define-generic-mode): Let generic-mode-list be a
9355         list of strings; test membership with equal.
9357 2005-03-14  Kim F. Storm  <storm@cua.dk>
9359         * simple.el (next-line, previous-line): Add optional try-vscroll
9360         arg to recognize interactive use.  Pass it on to line-move.
9361         (line-move): Don't perform auto-window-vscroll when defining or
9362         executing keyboard macro to ensure consistent behavior.
9364 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9366         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
9368 2005-03-13  Lute Kamstra  <lute@gnu.org>
9370         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
9371         debugger-setup-buffer so that backtrace marks the frames set to
9372         debug-on-exit and we don't have to do it manually.  Set an extra
9373         debug-on-exit for macro's.
9374         (debugger-setup-buffer): Don't mark the top frame manually.
9376 2005-03-12  Lute Kamstra  <lute@gnu.org>
9378         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
9379         lisp-indent-function throughout.
9380         (with-no-warnings): Set lisp-indent-function property.
9382 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
9384         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
9385         Add entry for backslash.
9387 2005-03-12  Juri Linkov  <juri@jurta.org>
9389         * info.el (Info-search): Four fixes for backward search.
9391 2005-03-11  Jay Belanger  <belanger@truman.edu>
9393         * calc/calc.el (calc-language-alist): New variable.
9394         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
9395         (calc-embedded-find-modes): Use calc-language-alist instead of
9396         calc-embedded-language-alist.
9398 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
9400         * calendar/calendar.el (calendar-redrawing): New internal
9401         variable.
9402         (redraw-calendar): Remove bogus save-excursion from previous
9403         change.  Bind calendar-redrawing to t for mark-diary-entries.
9404         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
9405         calendar if that is why we were called.
9407 2005-03-11  Kenichi Handa  <handa@m17n.org>
9409         * international/mule.el (make-coding-system): Set property
9410         coding-system-define-form to nil.
9411         (define-coding-system-alias): Likewise.
9413 2005-03-11  Kenichi Handa  <handa@m17n.org>
9415         These changes are suggested by Dave Love <fx@gnu.org>.
9417         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
9418         coding: tag.
9419         (adaptive-fill-regexp): Add more bullets.
9420         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
9421         regexps.
9423 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9425         * help.el (describe-mode): Properly handle non-trivial lighters.
9426         Don't ignore minor modes that are not listed in minor-mode-list.
9428         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
9429         feature ON when the user requests to turn it OFF.
9431 2005-03-10  Lute Kamstra  <lute@gnu.org>
9433         * emacs-lisp/debug.el (debug-entry-code): Delete it.
9434         (implement-debug-on-entry): New function to replace debug-entry-code.
9435         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
9436         second argument as the 2005-03-07 change makes it obsolete.
9437         (debug-on-entry, cancel-debug-on-entry): Update call to
9438         debug-on-entry-1.
9439         (debug, debugger-setup-buffer): Comment update.
9440         (debugger-frame-number): Update to work with implement-debug-on-entry.
9442 2005-03-10  Jay Belanger  <belanger@truman.edu>
9444         * calc/calc-embed.el (math-ms-args): Declare it.
9445         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
9446         math-ms-args.
9447         (calc-embedded-subst): Use math-multi-subst-rec to substitute
9448         variables.
9450 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
9452         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
9453         Use message-box.
9455         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
9456         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
9457         (tooltip-gud-tips): Simplify.
9458         (tooltip-gud-tips-p): Remove superfluous :set.
9459         (tooltip-gud-modes): Add fortran-mode.
9460         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
9462         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
9464 2005-03-09  Kim F. Storm  <storm@cua.dk>
9466         * play/animate.el (animate-place-char): Use forward-line instead
9467         of next-line to improve performance.
9469 2005-03-09  Simon Josefsson  <jas@extundo.com>
9471         * net/browse-url.el (browse-url-default-browser): Doc fix.
9473 2005-03-09  Miles Bader  <miles@gnu.org>
9475         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
9476         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
9478 2005-03-09  Kenichi Handa  <handa@m17n.org>
9480         * international/latin-1.el: Set case and syntax for 255 only if
9481         set-case-syntax-set-multibyte is nil.
9483         * textmodes/ispell.el (ispell-insert-word): New function.
9484         (ispell-word): Use ispell-insert-word to insert a new word.
9485         (ispell-process-line): Likewise.
9486         (ispell-complete-word): Likewise.
9488 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
9490         * calendar/calendar.el (redraw-calendar): Preserve point.
9491         Reported by Matt Hodges <MPHodges@member.fsf.org>.
9492         (calendar-week-start-day): Move after definition of
9493         redraw-calendar.  Delete buffer test, since redraw-calendar has
9494         that now.
9496         * calendar/diary-lib.el (mark-diary-entries): Only call
9497         redraw-calendar in the first of any recursive calls.
9498         Reported by Alan Shutko <ats@acm.org>.
9500 2005-03-08  Juri Linkov  <juri@jurta.org>
9502         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
9503         (html-horizontal-rule, html-line, html-image, html-checkboxes)
9504         (html-radio-buttons): Add a space before the trailing `/>' where
9505         sgml-xml-mode is non-nil.
9506         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
9507         the subsequent tag of the empty XML tag.
9508         (html-href-anchor): Don't set initial input to "http:".
9509         (html-image): Ask for the image URL and set point inside alt="".
9510         (html-name-anchor): Duplicate the name in the `id' attribute when
9511         sgml-xml-mode is non-nil.
9512         (html-paragraph): Remove \n before <p>.
9513         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
9514         instead of `checked' when sgml-xml-mode is non-nil.
9516         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
9517         Remove 1 space before #RRGGBB to not truncate it on terminal
9518         windows w/o fringes.  Remove 1 space between bg and fg examples
9519         to get more space.
9520         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
9521         avoid byte-compile warnings.
9523         * image-file.el (image-file-handler): Put `safe-magic' property to
9524         `image-file-handler'.
9526         * info.el (Info-isearch-search): Emulate word search in
9527         isearching through multiple Info nodes with Info-search.
9528         (Info-isearch-wrap): Allow isearch-word.
9530 2005-03-08  Lute Kamstra  <lute@gnu.org>
9532         * emacs-lisp/debug.el (debugger-step-through): Make sure that
9533         stepping into the debugger's code is not possible.
9534         (debugger-jumping-flag): Docstring update.
9536 2005-03-08  Jay Belanger  <belanger@truman.edu>
9538         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
9539         embedded mode begins.
9540         (calc-embedded-language-alist): New variable.
9541         (calc-embedded-find-modes): Use calc-embedded-language-alist to
9542         set default language mode.
9544 2005-03-08  Kenichi Handa  <handa@m17n.org>
9546         * international/ccl.el (define-ccl-program): Fix docstring about
9547         extra 256 bytes assured for the output buffer.
9549         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9550         Fix BUFFER_MAGNIFICATION to 2.
9551         (ccl-encode-mule-utf-16be-with-signature): Likewise.
9553 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
9555         * align.el (align-rules-list): Added an alignment rule for CSS
9556         declarations (applies to css-mode and html-mode buffers).
9558 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9560         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
9562 2005-03-07  Kim F. Storm  <storm@cua.dk>
9564         * simple.el (move-beginning-of-line): New command.
9566         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
9568         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
9570         * emulation/cua-base.el: Put CUA move property on move-end-of-line
9571         and move-beginning-of-line.
9573         * apropos.el (apropos-print): Omit command from M-x ... RET.
9575 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
9577         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
9578         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
9580 2005-03-06  Richard M. Stallman  <rms@gnu.org>
9582         * bindings.el (esc-map): Bind M-g to goto-line.
9584         * facemenu.el (global-map): Bind M-o, not M-g.
9586 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9588         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
9589         "Open Directory" as for "Open File".
9591 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
9593         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
9594         (push-mark-command): Run activate-mark-hook.
9596 2005-03-06  Richard M. Stallman  <rms@gnu.org>
9598         * help-mode.el (help-mode-finish): Don't alter the element
9599         in view-return-to-alist if there already is one.
9601         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
9602         make sure the current buffer is the expected one.
9604         * novice.el (disabled-command-function): Output in *Disabled Command*.
9605         Explicitly ignore non-keyboard events, and explicitly handle C-g.
9607         * textmodes/flyspell.el (flyspell-large-region):
9608         Pass args differently for aspell.
9610         * files.el (mode-require-final-newline): Doc fix.
9612 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
9614         * progmodes/which-func.el (which-function):
9615         Specify NOERROR when calling imenu--make-index-alist.
9617 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9619         * simple.el (normal-erase-is-backspace): Define default value.
9621         * custom.el (custom-theme-set-variables): Remove unused var
9622         `immediate'.
9623         (custom-reevaluate-setting): Simple function to handle variables
9624         that are defined before their default value can really be
9625         computed.
9627         * startup.el (command-line): Use it for temporary-file-directory,
9628         small-emporary-file-directory, auto-save-file-name-transforms,
9629         blink-cursor-mode, and normal-erase-is-backspace.
9631         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
9632         progress, even with buggy anchored keywords.
9634 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
9636         * simple.el (goto-line): Remove unbalanced final parenthesis.
9638 2005-03-05  Richard M. Stallman  <rms@gnu.org>
9640         * simple.el (goto-line): Use a number at point as the default.
9641         With C-u as arg, switch buffers.
9643 2005-03-05  Juri Linkov  <juri@jurta.org>
9645         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
9646         with `no-blinking-cursor'.
9648         * startup.el (no-blinking-cursor): New defvar.
9649         (command-line): Add `--no-blinking-cursor' to longopts.
9650         Set `no-blinking-cursor' to t for command line arguments
9651         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
9652         with `no-blinking-cursor' in the condition for calling
9653         `blink-cursor-mode'.
9655 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
9657         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
9658         (menu-bar-options-save): Add blink-cursor-mode.
9659         (menu-bar-options-menu): Add blink-cursor-mode.
9661 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
9663         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
9664         (icalendar-export-file, icalendar-export-region)
9665         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
9666         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
9668 2005-03-04  Lute Kamstra  <lute@gnu.org>
9670         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
9671         (debug-function-list): Ditto.
9673 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
9675         * textmodes/texinfmt.el (texinfo-append-refill):
9676         Redefine the types of line to which @refill
9677         is not appended by replacing a search for `@refill\\|@bye' with
9678         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
9679         itemize@refill' bug and the unfilled long lines bug.
9680         (texinfmt-version): Update number and date.
9682 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9684         * international/code-pages.el (windows-1250, windows-125[2-8])
9685         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
9687 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9689         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
9690         bound yet.
9692 2005-03-02  Romain Francoise  <romain@orebokech.com>
9694         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
9695         buffer after removing limits.
9696         (ibuffer-pop-filter): Ditto.
9697         Update copyright.
9699 2005-03-02  Miles Bader  <miles@gnu.org>
9701         * button.el (make-text-button): If the user doesn't specify a
9702         type, use the default.  Rewrite to use `add-text-properties' and
9703         plist functions.
9705 2005-03-01  Lute Kamstra  <lute@gnu.org>
9707         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
9708         (debugger-jumping-flag): New var.
9709         (debug-entry-code): Use it.
9710         (debugger-jump): Use debugger-jumping-flag and add
9711         debugger-reenable to post-command-hook.
9712         (debugger-reenable): Use debugger-jumping-flag and remove itself
9713         from post-command-hook.
9714         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
9715         debugger-reenable.
9717 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
9719         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
9720         inclusion of "itemize\\|", which may be unnecessary, is certainly
9721         inelegant, and stops refilling in itemize lists when formatting
9722         Japanese Texinfo files to Info.
9723         Update copyright to 2005.
9725 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
9727         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
9728         of an error if GDB can't find the source file.
9730 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
9732         * calendar/calendar.el (redraw-calendar): Work from any buffer,
9733         not just the calendar.
9735         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
9736         first.
9737         (diary-redraw-calendar): New function.
9738         (make-diary-entry): Add diary-redraw-calendar to local
9739         write-contents-functions.  Turn off selective display before
9740         inserting in diary.
9742 2005-03-01  Kim F. Storm  <storm@cua.dk>
9744         * emacs-lisp/copyright.el (copyright-fix-years): New command.
9746 2005-03-01  Lute Kamstra  <lute@gnu.org>
9748         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
9749         that debug-entry-code can be safely removed from a function while
9750         this code is being evaluated.  Revert the 2005-02-27 change as the
9751         new implementation no longer requires it.  Make sure that a
9752         function body containing just a string is not mistaken for a docstring.
9753         (debug): Skip one more frame in case of debug on entry.
9754         (debugger-setup-buffer): Delete one more frame line in case of
9755         debug on entry.
9756         (debugger-frame-number): Update to use the new text introduced by
9757         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
9759 2005-02-28  Kim F. Storm  <storm@cua.dk>
9761         * double.el (double-translate-key): Call force-window-update after
9762         read-event to avoid crash in redisplay.
9764 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9766         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
9767         (debug): Use it.  Move the inhibit-trace earlier.
9768         (debug-entry-code): New const.
9769         (debug-on-entry-1): Use it.
9771 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
9773         * international/utf-16.el (ccl-encode-mule-utf-16le):
9774         Fix BUFFER_MAGNIFICATION to 2.
9775         (ccl-encode-mule-utf-16be): Likewise.
9777 2005-02-28  Kenichi Handa  <handa@m17n.org>
9779         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9780         Fix BUFFER_MAGNIFICATION to 4.
9781         (ccl-encode-mule-utf-16be-with-signature): Likewise.
9783 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
9785         * speedbar.el (speedbar-update-flag): Doc fix.
9786         (speedbar-show-info-under-mouse): Give set-mouse-position the right
9787         argument.
9789 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9791         * reveal.el (reveal-post-command): Don't try to reveal overlays which
9792         have a non-nil `invisible' property but are actually visible.
9794         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
9795         for perldoc sections.
9796         (perl-outline-regexp, perl-outline-level): New var and function.
9797         (perl-mode): Use them.
9799 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
9801         * calendar/diary-lib.el (diary-remind): Discard any mark portion
9802         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
9804 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
9806         * cus-edit.el: Comment change.
9807         (custom-buffer-create-internal): Slightly reword text at top of
9808         Custom buffers.  Mention there that saving an option edits the
9809         init file.  Add link to Emacs manual node on `custom-file'.
9810         (custom-magic-alist): Rewrite individual State messages to use
9811         capitalized keywords.  Doc fix.
9813 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
9815         * calendar/calendar.el (calendar-buffer): Move above
9816         calendar-week-start-day.
9817         (calendar-week-start-day): Doc fix.  Add :set function.
9818         (calendar-minimum-window-height): New variable.
9819         (generate-calendar-window): Only resize window if selected-window
9820         is displaying the calendar buffer.  Use new variable
9821         calendar-minimum-window-height.
9822         (generate-calendar): Reword error message.
9823         (calendar-mode-map): Bind DEL to scroll-other-window-down.
9825 2005-02-27  Andreas Schwab  <schwab@suse.de>
9827         * vc.el (vc-do-command): Don't run command asynchronously when
9828         operating in a remote directory.
9830         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
9831         change from sync with Tramp 2.0.47.
9833 2005-02-27  Richard M. Stallman  <rms@gnu.org>
9835         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9837         * textmodes/flyspell.el (flyspell-mode-on):
9838         Call ispell-change-dictionary only if necessary.
9840         * emacs-lisp/re-builder.el (regexp-builder): New function.
9842         * register.el (describe-register-1): Explicitly handle
9843         yank-excluded-properties = t.
9845         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
9846         (custom-magic-alist): Change the status descriptions again.
9847         (face widget-type): Total rewrite based on `restricted-sexp'
9848         to eliminate the confusing double hiding levels.
9850         * emacs-lisp/debug.el (debug-on-entry-1):
9851         If function body is empty, add nil as body form.
9853 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9855         * emacs-lisp/trace.el (inhibit-trace): New var.
9856         (trace-make-advice): Use it.
9858         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
9860 2005-02-26  Kim F. Storm  <storm@cua.dk>
9862         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
9863         (mouse-on-link-p, mouse-drag-region-1): Use it.
9865 2005-02-25  Lute Kamstra  <lute@gnu.org>
9867         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
9869 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
9871         * frame.el (blink-cursor-mode): Add :group keyword.
9873 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
9875         * calendar/icalendar.el (icalendar--decode-isodatetime):
9876         New optional argument DAY-SHIFT.
9877         (icalendar-export-region): Fix coding-system-for-write.
9878         (icalendar--convert-ical-to-diary): Shift end-day of all-day
9879         events by one.
9881 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9883         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
9885 2005-02-24  Kim F. Storm  <storm@cua.dk>
9887         * international/iso-acc.el (iso-accents-compose): Fix crash
9888         during redisplay.  Call force-window-update after read-event
9889         and delete-region to signal that window is not accurate.
9891 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9893         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
9894         Remove unused and inexistent var `inhibit-trace'.
9895         (debugger-mode): Use run-mode-hooks.
9896         (debugger-list-functions): Add buttons; setup xref stack.
9898 2005-02-23  Richard M. Stallman  <rms@gnu.org>
9900         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
9901         appointment says it was explicitly made.
9902         (appt-add): Set the 3rd element.
9903         (appt-make-list): Preserve explicit appointments.
9905         * subr.el (find-tag-default): Catch errors in forward-sexp.
9907 2005-02-23  Juri Linkov  <juri@jurta.org>
9909         * info.el (Info-isearch-search): New defcustom.
9910         (Info-isearch-search): Call the default isearch function
9911         when Info-isearch-search is nil.
9912         (Info-isearch-wrap): Use variable Info-isearch-search.
9914 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
9916         * cus-edit.el: Comment change.
9918 2005-02-22  Kim F. Storm  <storm@cua.dk>
9920         * progmodes/hideif.el (hide-ifdef-use-define-alist):
9921         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
9923 2005-02-22  Simon Josefsson  <jas@extundo.com>
9925         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
9926         New variable.
9927         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
9928         Oskarsson" <myrkraverk@users.sourceforget.net>.
9930 2005-02-22  Kim F. Storm  <storm@cua.dk>
9932         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
9933         check that window of that event is the selected window.
9934         (mouse-drag-region-1): Compare mouse event window to selected
9935         window before setting point.
9937         * tooltip.el (tooltip-show-help-function): Pass event to
9938         mouse-on-link-p so it can check selected window.
9940 2005-02-22  Kenichi Handa  <handa@m17n.org>
9942         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
9943         (ps-mule-show-warning): New function.
9944         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
9945         characters are found.
9947         * ps-print.el (ps-header-footer-string): Return a list of header
9948         and footer strings.
9950 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9952         * pcvs.el (cvs-retrieve-revision): Fix thinko.
9954 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9956         * frame.el (blink-cursor-mode): Use define-minor-mode.
9958         * term/mac-win.el (function-key-map): Use char-names more consistently.
9959         (file-name-coding-system): Only set it for MacOS-9.  The other case is
9960         already handled in mule-cmds.el (where it also works when mac-win.el
9961         is not used).
9963 2005-02-21  Kenichi Handa  <handa@m17n.org>
9965         * international/mule.el (ctext-pre-write-conversion): Always use
9966         " *code-converting-work*" buffer for work.
9968         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
9970 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
9972         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
9974 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
9976         * ses.el (undo-more): Restore defadvice, but only the part that
9977         allows changes outside the restricted area of the buffer.
9979 2005-02-20  Kim F. Storm  <storm@cua.dk>
9981         * simple.el (line-move): Add fourth optional arg try-vscroll which
9982         must be set to perform auto-window-vscroll.
9983         When moving backwards and doing auto-window-vscroll, automatically
9984         vscroll to the last part of lines which are taller than the window.
9985         (next-line, previous-line): Set try-vscroll arg on line-move.
9987 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
9989         * replace.el (query-replace, query-replace-regexp)
9990         (replace-string, replace-regexp): When operating on region, make
9991         the minibuffer prompt say so.
9993         * isearch.el (isearch-forward): Document isearch-query-replace and
9994         isearch-query-replace-regexp keybindings.
9996 2005-02-19  Jay Belanger  <belanger@truman.edu>
9998         * calc/calc-aent.el (math-read-token): Add local variable.
10000         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
10001         (calc-edit-top): Move declaration to earlier in file.
10002         (calc-edit-macro-repeats): Add local variables.
10004         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
10005         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
10006         calcFunc-tanh.
10007         Adjust integration rule for calcFunc-tan.
10009 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10011         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
10012         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
10013         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
10014         (viper-skip-separators): Bug fix.
10015         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
10016         particular major mode.
10017         (viper-del-backward-char-in-replace): Don't put deleted char on the
10018         kill ring.
10020         * viper-ex.el (viper-color-display-p): New function.
10021         (viper-has-face-support-p): Use viper-color-display-p.
10023         * viper-keym.el (viper-gnus-modifier-map): New keymap.
10025         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
10027         * viper-util.el (viper-glob-unix-files): Fix shell status check.
10028         (viper-file-remote-p): Make equivalent to file-remote-p.
10030         * viper.el (viper-major-mode-modifier-list):
10031         Use viper-gnus-modifier-map.
10033 2005-02-19  David Kastrup  <dak@gnu.org>
10035         * subr.el (subregexp-context-p): Fix garbled doc string by adding
10036         quoting.
10038 2005-02-19  Jay Belanger  <belanger@truman.edu>
10040         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
10041         Remove extra definitions.
10042         (calc-coth): New function.
10043         (calcFunc-cot): Fix `let'.
10045 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
10047         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
10048         the reasons we use "type pc" in these faces.
10050         * button.el (button): Ditto.
10052 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
10054         * replace.el (query-replace-read-from): Set the value of
10055         query-replace-from-history-variable to handle the case of an empty
10056         string entered to accept the suggested default.
10058         * net/tramp.el (tramp-file-name-for-operation):
10059         Use dired-call-process instead of dired-call-process-command.
10061 2005-02-19  Jay Belanger  <belanger@truman.edu>
10063         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
10064         (math-div-non-trig): New variables.
10065         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
10066         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
10067         (math-combine-prod, math-div-symb-fancy): Add simplifications for
10068         trig expressions.
10070 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
10072         * progmodes/gdb-ui.el (gdb-var-update-handler)
10073         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
10074         for watch expressions,
10075         (gdb-var-create-handler): Don't set speedbar-update-flag.
10076         (gdb-post-prompt): Simplify test for speedbar.
10078 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10080         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
10081         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
10082         we use the syntax table of the correct buffer.
10083         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
10084         Felix Gatzemeier.
10086         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
10087         (ediff-file-remote-p): Make synonymous with file-remote-p.
10088         In all deffaces ediff-*-face-*, use min-colors.
10090         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
10091         ediff-recurse-to-subdirectories.
10092         (ediff-mark-if-equal): Check that the arguments are strings, use
10093         ediff-same-contents (after to Felix Gatzemeier).
10095         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
10096         nil.
10098 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10100         * log-view.el (log-view-message-re): Fix up Subversion regexp.
10102 2005-02-18  David Kastrup  <dak@gnu.org>
10104         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
10105         use `mark-active' when defined.
10107 2005-02-18  Kenichi Handa  <handa@m17n.org>
10109         * ps-print.el (ps-font-info-database): New entry
10110         ZapfChancery-MediumItalic with correct font name.  Fix font name
10111         of the entry Zapf-Chancery-MediumItalic.
10113 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
10115         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
10117 2005-02-16  Kim F. Storm  <storm@cua.dk>
10119         * ido.el (ido-fallback-command): Pass user input to fallback command.
10121 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
10123         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10124         (gdb-find-file-hook): Add server prefix.
10126 2005-02-16  Richard M. Stallman  <rms@gnu.org>
10128         * replace.el (perform-replace): Pass new args to replace-highlight.
10129         (replace-highlight): Take region args,
10130         and pass them to isearch-lazy-highlight-new-loop.
10132         * novice.el (disabled-command-hook): Autoload the defalias
10133         and the make-obsolete-variable call.
10135         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
10137         * isearch.el (isearch-lazy-highlight-start-limit)
10138         (isearch-lazy-highlight-end-limit): New variables limit
10139         the region for highlighting.
10140         (isearch-lazy-highlight-new-loop): New args BEG and END.
10141         (isearch-lazy-highlight-search): Use the new vars.
10142         (isearch-lazy-highlight-update): Likewise.
10144         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
10146         * cus-start.el (all): Use default-boundp.
10148 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
10150         * menu-bar.el (menu-bar-select-frame): Handle current frame.
10152 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
10154         * autorevert.el (auto-revert-stop-on-user-input)
10155         (auto-revert-verbose): Doc fixes.
10157 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
10159         * international/mule-cmds.el (set-locale-environment): Remove call
10160         to set-selection-coding-system on Windows.
10162 2005-02-15  Jay Belanger  <belanger@truman.edu>
10164         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
10165         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
10166         calcFunc-coth.
10167         (math-simplify-sqrt): Add simplifications.
10169         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
10170         to list.
10172         * calc/calc-ext.el: Add functions to autoloads.
10174         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
10175         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
10176         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
10177         (math-csc-raw, math-cot-raw): New functions.
10179         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
10181         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
10182         the variable name in a message.
10184         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
10185         calcFunc-csc, calcFunc-cot.
10187         * calc/calcalg2.el: Add derivative and integration rules for
10188         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
10189         calcFunc-csch, calcFunc-coth.
10190         (math-do-integral-methods): Add to checks for when to use
10191         substitutions.
10193         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
10195 2005-02-15  Lute Kamstra  <lute@gnu.org>
10197         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10198         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
10199         <monnier@iro.umontreal.ca>
10200         (lisp-outline-level): Improve efficiency.  Suggested by David
10201         Kastrup <dak@gnu.org>.
10203 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
10205         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
10206         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
10207         (gdb-set-gud-minor-mode-existing-buffers): New functions.
10208         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
10209         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
10211 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
10213         * cus-start.el (all): Comment change.
10215 2005-02-14  Lute Kamstra  <lute@gnu.org>
10217         * cus-start.el (all): Check if symbol is void.
10219 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
10221         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
10222         optional argument to \cite.
10224 2005-02-14  Richard M. Stallman  <rms@gnu.org>
10226         * cus-edit.el (custom-buffer-create-internal): Update help message.
10227         (custom-magic-alist): Update help messages.
10229         * cus-start.el (all): Allow a var to specify a standard value.
10231 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
10233         * custom.el (custom-theme-set-variables): Handle variable aliases.
10235         * frame.el (blink-cursor-timer): Doc fix.
10236         (blink-cursor): Make it an alias for `blink-cursor-mode' and
10237         declare obsolete.
10238         (blink-cursor-mode): Define with defcustom and use correct
10239         standard expression in that defcustom.
10240         * startup.el (command-line): Adapt to above changes in frame.el.
10242 2005-02-11  Lute Kamstra  <lute@gnu.org>
10244         * apropos.el (apropos-score-doc): Prevent division by zero.
10246 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
10248         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
10249         (icalendar--get-event-property-attributes)
10250         (icalendar--get-event-properties)
10251         (icalendar--datetime-to-diary-date): New functions.
10252         (icalendar--split-value): Doc fix.
10253         (icalendar--datetime-to-noneuropean-date)
10254         (icalendar--datetime-to-european-date): New optional argument
10255         SEPARATOR.  Return result as a string instead of a list.
10256         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
10257         (icalendar--convert-string-for-export): Rename arg S to STRING.
10258         (icalendar-export-region): Doc fix.  Change name of error buffer.
10259         Save output buffer.
10260         (icalendar-import-file): Add blank at end of prompt.
10261         (icalendar-import-buffer): Doc fix.  Do not switch to error
10262         buffer.  Indicate status in return value.
10263         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
10264         buffer.  Save output buffer.  Handle exception from recurrence
10265         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
10266         events.  Fix problems with weekly all-day events.
10268 2005-02-10  Richard M. Stallman  <rms@gnu.org>
10270         * simple.el (eval-expression-print-format):
10271         Avoid warning about edebug-active.
10273         * help.el (help-for-help-internal): Rename from help-for-help.
10274         (help-for-help): Define with defalias.
10276         * font-core.el (font-lock-default-function): Use with-no-warnings.
10278         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
10280         * custom.el (defface): Doc fix.
10282 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
10284         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
10285         width 0" to prevent word wrapping problems.
10287 2005-02-09  Kim F. Storm  <storm@cua.dk>
10289         * ido.el (ido-file-extensions-order): New defcustom.
10290         (ido-file-extension-lessp, ido-file-extension-aux)
10291         (ido-file-extension-order): New advanced file ordering.
10292         (ido-file-lessp): New simple file ordering.
10293         (ido-sort-list): Remove.
10294         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
10295         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
10297 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
10299         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
10300         that some versions of grep produce.
10301         (grep-mode-font-lock-keywords): Likewise.
10303 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
10305         * progmodes/gdb-ui.el (gdb-location-list): New variable.
10306         (gdb-cdir): Delete.
10307         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
10308         (gdb-source-info): Treat case when source file is in another
10309         directory properly.
10310         (gdb-get-location): New function.
10312 2005-02-07  Jay Belanger  <belanger@truman.edu>
10314         * calc/calc-prog.el (calc-write-parse-table-part)
10315         (calc-fix-token-name): Fix a check for language type.
10317         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
10319 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
10321         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
10322         as directory not writable.
10324 2005-02-07  Kim F. Storm  <storm@cua.dk>
10326         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
10327         (cua--standard-movement-commands): Remove list.
10328         Instead, set CUA property value to move for movement commands.
10329         (cua-movement-commands): Remove.  Users must set CUA prop instead.
10330         (cua--pre-command-handler): Check CUA property.
10331         (cua--init-keymaps): Don't remap undo commands.
10332         (cua-mode): Don't call cua--rectangle-on-off.
10334         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
10335         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
10336         (cua--rect-undo-set-point): New var.
10337         (cua--rectangle-undo-boundary): Setup undo apply entry.
10338         (cua--rect-undo-handler): New function for rectangle undo.
10339         (cua--rect-start-position, cua--rect-end-position): Add.
10340         (cua--rectangle-post-command): Call cua--rectangle-set-corners
10341         for restored rectangle.  Set point if cua--rect-undo-set-point.
10343 2005-02-06  Jay Belanger  <belanger@truman.edu>
10345         * calc/calc-lang.el (calc-tex-language): Display more information
10346         in messages.
10348         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
10349         in TeX mode.
10351 2005-02-06  Richard M. Stallman  <rms@gnu.org>
10353         * emacs-lisp/lisp.el (buffer-end): Doc fix.
10355 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
10357         * net/ldap.el (ldap-search-internal): Support attributes with
10358         optional descriptions separated by a semi-colon, as in
10359         "userCertificate;binary".
10361 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10363         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
10364         isn't a cons (i.e. the version is 0).
10366 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
10368         * help.el (help-for-help): Doc fix.
10370 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
10372         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
10373         GDB-Windows on the menu-bar as this works better.
10375 2005-02-04  Jay Belanger  <belanger@truman.edu>
10377         * calc/calc-embed.el (calc-embedded-update): Don't put in
10378         unnecessary newlines.  Adjust the end of formula marker.
10380         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
10381         (math-latex-parse-two-args): New function.
10383 2005-02-03  Lute Kamstra  <lute@gnu.org>
10385         * help-fns.el (help-with-tutorial): Make sure that users cannot
10386         remove the entire text of the tutorial by means of `undo'.
10388 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10390         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
10391         in recent changes, where the ispell process was repeatedly
10392         killed & restarted.
10394         * international/mule-cmds.el (set-locale-environment): Set file-name
10395         coding system to utf-8 on Darwin systems.
10396         (set-default-coding-systems): Don't set default-file-name-coding-system
10397         on Darwin systems.
10399 2005-02-03  Richard M. Stallman  <rms@gnu.org>
10401         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
10403 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
10405         * faces.el (list-faces-display): Add optional argument.
10407 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10409         * font-core.el (font-lock-default-function): Handle the rare case where
10410         only font-lock-keywords is set.
10412 2005-02-02  Kenichi Handa  <handa@m17n.org>
10414         * international/characters.el: Cancel previous change for
10415         I-WITH-DOT-ABOVE and DOTLESS-i.
10417         * international/latin-5.el: Cancel previous change.
10419 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
10421         * progmodes/gud.el: Correction to syntax in gud-menu-map.
10423 2005-02-02  Kenichi Handa  <handa@m17n.org>
10425         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
10426         DOTLESS-i.
10428         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
10429         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
10431         * case-table.el (get-upcase-table): New function.
10432         (copy-case-table): Copy upcaes table too if non-nil.
10433         (set-case-syntax-delims): Maintain upcase table too.
10434         (set-case-syntax-pair): Likewise.
10435         (set-upcase-syntax, set-downcase-syntax): New functions.
10436         (set-case-syntax): Maintain upcase table too.
10438 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
10440         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
10442         * progmodes/gud.el (gud-goto-info): New function.
10443         (gud-tool-bar-map): Use correct icon.
10445 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
10447         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
10448         When delegating, order args in the funcall correctly.
10450 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
10452         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
10454 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
10456         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
10457         buffer not visiting a file.
10459 2005-01-31  Jay Belanger  <belanger@truman.edu>
10461         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
10462         bound on the line with the formula.
10464 2005-01-31  Kim F. Storm  <storm@cua.dk>
10466         * ses.el (ses-create-cell-variable-range)
10467         (ses-destroy-cell-variable-range, ses-reset-header-string)
10468         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
10469         (ses-insert-row): Fix format of apply undo entries.
10471 2005-01-31  Jay Belanger  <belanger@truman.edu>
10473         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
10474         parts.
10476         * calc/calc-embed.el (calc-embedded-open-formula)
10477         (calc-embedded-close-formula): Ignore matrix environments.
10479         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
10480         TeX mode.
10482         * calc/calc-lang.el (math-function-table, math-oper-table)
10483         (math-variable-table): Adjust the LaTeX portions.
10485         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
10486         (math-latex-ignore-words): New constant.
10488 2005-01-31  Richard M. Stallman  <rms@gnu.org>
10490         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
10491         (ispell-local-dictionary): Doc fix.
10492         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
10493         Don't reinitialize at run time.  Don't defcustom.
10494         All uses changed to append ispell-local-dictionary-alist,
10495         or check it first.
10496         (ispell-current-dictionary): New variable for dictionary in use.
10497         (ispell-dictionary): Now used only for global default.
10498         (ispell-start-process): Set ispell-current-dictionary,
10499         not ispell-dictionary.
10500         (ispell-change-dictionary): Use this only for setting
10501         user preferences.
10502         (ispell-internal-change-dictionary): New function
10503         to change the current dictionary in use.
10504         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
10505         Use ispell-current-dictionary.
10506         Handle ispell-local-dictionary-overridden.
10507         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
10509 2005-01-31  Jay Belanger  <belanger@truman.edu>
10511         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
10513         * calc/calc-ext.el: Add calc-latex-language to autoloads.
10514         (calc-mode-map): Add calc-latex-language.
10516         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
10517         (math-latex-print-frac): New functions.
10518         (math-oper-table, math-function-table, math-variable-table)
10519         (math-complex-format, math-input-filter): Add latex properties.
10520         (calc-set-language): Set math-expr-special-function-mapping.
10522         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
10523         (calc-write-parse-table-part): Add LaTeX support.
10525         * calc/calc.el (calc-language): Adjust docstring.
10526         (calc-set-mode-line): Add LaTeX support.
10527         (math-expr-special-function-mapping): New variable.
10528         (math-tex-ignore-words): Add to list.
10530         * calc/calccomp.el (math-compose-expr, math-compose-rows):
10531         Add LaTeX support.
10532         (math-compose-expr): Add support for special functions.
10534         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
10536 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
10538         * progmodes/gdb-ui.el (gdb-memory-address)
10539         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
10540         (gdb-memory-mode-map, gdb-memory-format-keymap)
10541         (gdb-memory-format-menu, gdb-memory-unit-keymap)
10542         (gdb-memory-unit-menu): New variables for a buffer
10543         that lets the user examine program memory.
10544         (gdb-memory-set-address, gdb-memory-set-repeat-count)
10545         (gdb-memory-format-binary, gdb-memory-format-octal)
10546         (gdb-memory-format-unsigned, gdb-memory-format-signed)
10547         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
10548         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
10549         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10550         (gdb-memory-unit-byte, gdb-memory-unit-menu)
10551         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
10552         (gdb-memory-mode, gdb-memory-buffer-name)
10553         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
10554         New functions for above buffer.
10556 2005-01-30  Richard M. Stallman  <rms@gnu.org>
10558         * cus-edit.el (custom-bury-buffer): Function deleted.
10559         (custom-buffer-done-function): Option deleted.
10560         (custom-buffer-done-kill): New (replacement option.
10561         (Custom-buffer-done): Call quit-window.
10562         (custom-buffer-create-internal): Update for above changes.
10564 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
10566         * simple.el (undo-ask-before-discard): New var.
10567         (undo-outer-limit-truncate): Implement it.
10568         (undo-extra-outer-limit): Doc update.
10570 2005-01-29  Richard M. Stallman  <rms@gnu.org>
10572         * ses.el (undo-more): Delete defadvice.
10573         (ses-begin-change): Doc fix.
10575         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
10576         instead of rebinding C-x u and C-_.
10578         * files.el (normal-backup-enable-predicate): Return nil for files
10579         in /tmp, regardless of temporary-file-directory.
10581         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
10583         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
10584         (open-rectangle, delete-whitespace-rectangle-line)
10585         (clear-rectangle-line): If FILL, pass t instead of FILL
10586         for move-to-column's 2nd arg.
10588         * simple.el (undo): Fix the test for continuing a series of undos.
10589         (undo-more): Set pending-undo-list to t when we reach end.
10590         (pending-undo-list): Move up defvar.
10592         * wid-edit.el (widget-button-click):
10593         Shorten the range of the track-mouse binding.
10595         * comint.el (comint-insert-input): Undo previous changes;
10596         use last-input-event in interactive spec.
10598 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
10600         * progmodes/compile.el (compilation-start): Bind buffer-read-only
10601         to nil before invoking call-process.  Reset buffer's modified flag
10602         after fontifying it in the no-async branch.
10604         * wid-edit.el (widget-specify-button): If mouse pointer shape
10605         cannot be changed, use mouse face instead.
10607 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
10609         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10610         (gdb-goto-breakpoint): Make breakpoint handling work on template
10611         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
10612         (gdb-assembler-custom): Update to recognize breakpoint information
10613         added on 2005-01-19.
10615 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10617         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
10618         (dsssl-mode): Use define-derived-mode.
10619         (scheme-mode-initialize): Remove.
10620         (scheme-mode): Use run-mode-hooks.
10622         * cus-edit.el (customize-group-other-window)
10623         (custom-buffer-create-other-window): Don't override special-display-*.
10624         (custom-mode-map): Make it dense.
10626         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
10627         sets the default value.
10629 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
10631         * descr-text.el: Add more keywords.
10633 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10635         * speedbar.el: Avoid unnecessary use of locate-library.
10637         * international/mule-cmds.el (standard-display-european-internal):
10638         Don't fiddle with latin-1 non-break space any more since it's now
10639         special cased in the C code.
10640         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
10642 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
10644         * cus-start.el (all): Add `undo-outer-limit'.
10646 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10648         * textmodes/bibtex.el (bibtex-format-entry):
10649         Use `bibtex-empty-field-re' only on the text of fields, not on entire
10650         field lines.
10651         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
10652         not on part of a buffer.
10654 2005-01-25  Lute Kamstra  <lute@gnu.org>
10656         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
10657         nonempty field text strings like "{letters\\macro{}more letters}".
10658         Clarify docstring.
10659         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
10660         (bibtex-entry-offset, bibtex-parse-association)
10661         (bibtex-parse-field-name): Fix typos in docstrings.
10662         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
10664 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
10666         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
10667         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
10668         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
10669         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
10671         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
10672         isearch minor mode.
10674 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
10676         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
10678 2005-01-24  Lute Kamstra  <lute@gnu.org>
10680         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
10681         CASECHARS and NOT-CASECHARS regular expressions of the
10682         "nederlands" and "nederlands8" dictionaries to prevent a "Range
10683         striding over charsets" error.
10685 2005-01-24  Jay Belanger  <belanger@truman.edu>
10687         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
10688         display variable name.
10690 2005-01-24  Kenichi Handa  <handa@m17n.org>
10692         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
10693         Fix setting of the element of encoded-kbd-iso2022-invocations.
10695 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
10697         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10698         (gdb-threads-select): Change to also accept mouse events.
10699         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
10700         (gdb-threads-mouse-select): Delete.
10702 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
10704         * files.el (insert-directory): Take care of empty directory,
10705         listed without -a switch.
10707 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10709         * textmodes/refill.el (refill-post-command-function):
10710         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
10711         to the list of functions that we should be careful not to undo.
10712         (refill-late-fill-paragraph-function): Remove.
10713         (refill-saved-state): New var.
10714         (refill-mode): Use it to save fill-paragraph-function.
10715         Save also the value of auto-fill-function.
10717         * term/w32-win.el: Simplify code.
10719 2005-01-23  Kim F. Storm  <storm@cua.dk>
10721         * simple.el (line-move): Adapt to new return value from
10722         pos-visible-in-window-p.
10724         * simple.el (line-move): Fix last change.  Check partial
10725         visibility at point rather than at window-start.
10727 2005-01-22  Jason Rumney  <jasonr@gnu.org>
10729         * term/w32-win.el (xw-defined-colors): Remove debug-message.
10731 2005-01-22  David Kastrup  <dak@gnu.org>
10733         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
10735 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
10737         * type-break.el (type-break-mode): Add a test for
10738         type-break-file-name being non-nil.
10740 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
10742         * net/eudc.el (top level): Call (message "") via progn, so that
10743         eudc-options-file is loaded.
10745 2005-01-22  Kim F. Storm  <storm@cua.dk>
10747         * simple.el (line-move-1): Rename from line-move.
10748         (line-move): New function that adjusts vscroll for partially
10749         visible rows, and calls line-move-1 otherwise.
10751 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
10753         * pcomplete.el: Define pcomplete-read-event instead of read-event,
10754         since it's not a complete read-event implementation
10756 2005-01-20  Jay Belanger  <belanger@truman.edu>
10758         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
10759         for called function.
10761 2005-01-20  Steven Tamm  <steventamm@mac.com>
10763         * term/mac-win.el (process-connection-type): Remove.
10764         Controlled now by s/darwin.h:PTY_ITERATION.
10766 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10768         * window.el (handle-select-window): Don't switch window when we're
10769         in the minibuffer.
10771 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
10773         * subr.el (dotimes-with-progress-reporter): New macro.
10775         * ses.el (ses-dotimes-msg): Remove macro.
10776         Use `dotimes-with-progress-reporter' instead.
10778 2005-01-19  Steven Tamm  <steventamm@mac.com>
10780         * term/mac-win.el (process-connection-type): Use new
10781         operating-system-release variable to use ptys on Darwin 7 (OS X
10782         10.3) when using carbon build.
10784 2005-01-19  Jay Belanger  <belanger@truman.edu>
10786         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
10787         flags if the last command was a tab or M-tab.
10789         * calc/calc-prog.el (calc-user-define-edit): Put original formula
10790         in formula editing buffer.
10792 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
10794         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
10795         breakpoint image symbol in margin.
10797 2005-01-19  Jay Belanger  <belanger@truman.edu>
10799         * calc/calc-prog.el (calc-execute-kbd-macro):
10800         Ignore calc-keep-arg-flag.
10802 2005-01-19  Kenichi Handa  <handa@m17n.org>
10804         * textmodes/ispell.el (ispell-looking-at): New function.
10805         (ispell-process-line): Use ispell-looking-at to compare the ispell
10806         output and the buffer contents.
10808 2005-01-18  Jay Belanger  <belanger@truman.edu>
10810         * calc/calc.el (calc-display-raw): Fix docstring.
10812 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10814         * simple.el (blink-matching-open): Strip extra info from syntax.
10816         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
10817         funny chars in the end-of-here-doc marker.
10819 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
10821         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
10822         that enable/disabled state of breakpoints is shown correctly in
10823         fringe and on ttys.
10824         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
10825         Add breakpoint information as text properties.
10826         (gdb-mouse-toggle-breakpoint):
10827         Rename to gdb-mouse-set-clear-breakpoint.
10828         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
10829         breakpoints in the margin.
10830         (gdb-remove-strings): Simplify.
10832 2005-01-17  Jay Belanger  <belanger@truman.edu>
10834         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
10835         erasing buffer.
10837 2005-01-17  Richard M. Stallman  <rms@gnu.org>
10839         * progmodes/grep.el (grep-find): Copy from `grep' the condition
10840         for calling grep-compute-defaults.
10842         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
10843         if buffer is empty.
10845         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
10847 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10849         * hilit-chg.el (highlight-changes-mode): Don't autoload.
10851         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
10852         non-preloaded variables.
10854 2005-01-17  Steven Tamm  <steventamm@mac.com>
10856         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
10857         tex-shell cause to force interactivity when using pipes.
10859 2005-01-17  Kim F. Storm  <storm@cua.dk>
10861         * simple.el (just-one-space): Make arg optional.
10863 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
10865         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
10866         posn-at-x-y to t to access left-margin.
10868 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
10870         Sync with Tramp 2.0.47.
10872         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
10873         catching keep-date problems in cp/scp operations.
10874         (tramp-handle-copy-file): Don't call `set-file-modes'
10875         unconditionally.  Specialized functions should know better what is
10876         necessary.  This improves performance a little bit, and the
10877         functions could catch errors with `cp -p' and `scp -p'.
10878         (tramp-do-copy-or-rename-file-via-buffer)
10879         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
10880         when appropriate.
10881         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
10882         Call `set-file-modes' when appropriate.
10883         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
10884         Johnsson <isak@hypergene.com>
10885         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
10886         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
10887         <joakim@verona.se>
10888         (tramp-file-name-for-operation): Mark `shell-command' as magic for
10889         Emacs only.
10891         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
10892         `find-file-hooks' and `dired-mode-hook'.
10893         (tramp-minor-mode-map): Respective map.  Add remapping for
10894         `compile' and `recompile'.
10895         (tramp-remap-command, tramp-recompile): New defuns.
10896         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
10897         in buffer "*Compilation*".  Call the commands asynchronously.
10899         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
10900         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
10901         `shell-command', because it isn't magic in XEmacs.  Reported by
10902         Adrian Aichner <adrian@xemacs.org>.
10904         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10905         `substitute-in-file-name.
10906         (tramp-smb-handle-substitute-in-file-name): New defun.
10907         (tramp-smb-advice-PC-do-completion): Delete advice.
10909 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
10911         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
10912         Fix error in deleting region.
10914 2005-01-15  Richard M. Stallman  <rms@gnu.org>
10916         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
10917         In non-temp buffer, switch syntax table temporarily.
10919         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
10921         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
10923         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
10925         * imenu.el (imenu--split-menu): Copy menulist before sorting.
10926         (imenu--generic-function): Use START, not BEG, as pos of definition.
10928         * simple.el (just-one-space): Argument specifies number of spaces.
10930         * simple.el (eval-expression-print-format): Avoid warning
10931         about edebug-active.
10933 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
10935         * progmodes/sh-script.el: Code copied from make-mode.el
10936         with small changes,
10937         (sh-mode-map): Bind C-c C-\.
10938         (sh-backslash-column, sh-backslash-align): New variables.
10939         (sh-backslash-region, sh-append-backslash): New functions.
10941 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10943         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
10944         (rmail-pop-password, rmail-pop-password-required): Move to
10945         rmail-obsolete group.
10946         (rmail-set-pop-password): Rename to rmail-set-remote-password.
10947         All callers updated.
10948         (rmail-get-pop-password): Rename to rmail-get-remote-password.
10949         Take an argument specifying whether it is POP or IMAP mailbox we
10950         are using.  All callers updated.
10951         (rmail-pop-password-error): Rename to
10952         rmail-remote-password-error.  Added mailutils-specific error message.
10953         (rmail-movemail-search-path)
10954         (rmail-movemail-variant-in-use): New variables.
10955         (rmail-remote-password, rmail-remote-password-required):
10956         New customization variables.
10957         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
10958         (rmail-parse-url): New function.
10959         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
10960         with GNU mailutils movemail.
10962 2005-01-15  Kevin Ryde  <user42@zip.com.au>
10964         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
10965         suffix to space, $ or '$, to correctly position point when going
10966         to @table style constants like DBL_MAX.
10968 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
10970         * type-break.el (type-break-mode, type-break-file-time)
10971         (type-break-file-keystroke-count, type-break-choose-file):
10972         Don't store data in or load data from the file if type-break-file-name
10973         is nil.
10974         (type-break-file-name): Doc update as per the above.
10976 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
10978         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
10979         lookup-key might return nil; handle that.
10981 2005-01-15  Alan Mackenzie  <acm@muc.de>
10983         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
10984         rather than the element found, thus enabling the tree to be setcar'd.
10986 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
10988         * textmodes/org.el (org-show-following-heading): New option.
10989         (org-show-hierarchy-above): Use `org-show-following-heading'.
10990         (org-cycle): Documentation fix.
10992         * textmodes/org.el (orgtbl-optimized): New option
10993         (orgtbl-mode): New command, a minor mode.
10994         (orgtbl-mode-map): New variable.
10995         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
10996         (orgtbl-error, orgtbl-self-insert-command)
10997         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
10999         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
11000         a local variable in each org-mode buffer.
11002         * textmodes/org.el (org-set-regexps-and-options): Rename from
11003         `org-set-regexps'.  Added checking for STARTUP keyword.
11004         (org-get-current-options): Add STARTUP options.
11005         (org-table-insert-row): Make mode intelligent about when
11006         realignment is needed.
11007         (org-self-insert-command, org-delete-backward-char, org-delete-char):
11008         New commands.
11009         (org-enable-table-editor): New default value `optimized'.
11010         (org-table-blank-field): Support blanking regions if active.
11012 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
11014         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
11015         if the year is not given.
11017         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
11018         Add new escapes %m and %M, fixed bug with %F by adding
11019         save-match-data.
11020         (reftex-reference): Remove ?. from list of spaces.
11021         (reftex-label-info): Add automatic label prefix recognition.
11023         * textmodes/reftex-index.el (reftex-index-next-phrase):
11024         Add slave parameter to call of `reftex-index-this-phrase'.
11025         (reftex-index-this-phrase): New optional argument.
11026         (reftex-index-region-phrases): Add slave parameter to call of
11027         `reftex-index-this-phrase'.
11028         (reftex-display-index): New argument redo.
11029         (reftex-index-rescan): Add 'redo to arguments of
11030         `reftex-display-index'.
11031         (reftex-index-Rescan, reftex-index-revert)
11032         (reftex-index-switch-index-tag): Add 'redo to arguments of
11033         `reftex-display-index'.
11034         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
11035         indexing.  Fix bug with matching is there is a quote before or
11036         after the word.
11038         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
11039         Fix bug when collecting citation keys in lines with comments.
11040         (reftex-citation): Prefix argument no longer rescans the document,
11041         but forces prompting for optional arguments of cite macros.
11042         (reftex-do-citation): Prompting for optional arguments implemented.
11044         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11045         Add optional arguments to most cite commands.
11046         (reftex-cite-cleanup-optional-args): New option
11047         (reftex-cite-prompt-optional-args): New option.
11048         (reftex-trust-label-prefix): New option.
11050         * textmodes/reftex-toc.el (reftex-toc-find-section):
11051         Add push-mark before changing the position in the buffer.
11053         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
11054         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
11056 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
11058         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
11059         more carefully.
11061 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11063         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
11064         (sgml-mode): Use it.
11065         (sgml-get-context): Better keep track of implicitly closed tags.
11067 2005-01-13  Kenichi Handa  <handa@m17n.org>
11069         * textmodes/ispell.el: These changes are to fix misalignment error
11070         caused by equivalent characters of different Emacs charsets.
11071         (ispell-unified-chars-table): New variable.
11072         (ispell-get-decoded-string): New function.
11073         (ispell-get-casechars, ispell-get-not-casechars)
11074         (ispell-get-otherchars): Call ispell-get-decoded-string.
11076 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
11078         * custom.el (custom-declare-variable): Just put symbol instead
11079         of (defvar . symbol) in `current-load-list'.
11081 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11083         * emacs-lisp/elint.el: Fixed typo in Commentary section.
11085 2005-01-12  Jay Belanger  <belanger@truman.edu>
11087         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
11088         to create a Calc summary.
11090 2005-01-12  Kim F. Storm  <storm@cua.dk>
11092         * mouse.el (mouse-on-link-p): Change functionality and doc
11093         string to comply with latest description in lisp ref.
11095 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
11097         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
11098         Enable mouse clicks on mode-line, header-line and margin.
11099         (event-type): Give mouse event symbols an 'event-kind property
11100         with value 'mouse-click.
11102 2005-01-12  Juri Linkov  <juri@jurta.org>
11104         * facemenu.el (list-colors-display): Add new arg buffer-name.
11105         Use it.  Fix docstring.  Replace code for identifying duplicate
11106         colors by the name with call to `list-colors-duplicates' which
11107         identifies duplicate colors by the value unless the color
11108         is one of special Windows colors.  Set truncate-lines to t.
11109         Print sorted duplicate color names on each line.  Indent to 22
11110         \(the longest color name in rgb.txt) instead of 20.  Optimize.
11111         (list-colors-duplicates): New function.
11112         (facemenu-color-name-equal): Delete function.
11114         * facemenu.el (list-colors-print): New function created from code
11115         in list-colors-display.  Print #RRGGBB at the window right edge.
11116         (list-colors-display): When temp-buffer-show-function is not
11117         defined, call list-colors-print from temp-buffer-show-hook
11118         to get the right value of window-width in list-colors-print
11119         after the buffer is displayed.
11121         * simple.el (pop-mark): Move deactivate-mark out of conditional
11122         part to deactivate the active mark regardless of the state of the
11123         mark ring.
11125         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
11126         variables line in desktop files.
11128 2005-01-12  Juri Linkov  <juri@jurta.org>
11130         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
11131         Bring together isearch highlight related options.
11132         (lazy-highlight): Replace group `replace' by `matching'.
11133         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
11134         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
11135         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
11136         and declare them obsolete.
11137         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
11138         (isearch-faces): Remove defgroup.
11139         (isearch-overlay, isearch-highlight, isearch-dehighlight):
11140         Move isearch highlighting code closer to lazy highlighting code.
11142         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
11143         (query-replace-highlight, query-replace-lazy-highlight)
11144         (query-replace): Move definitions to the beginning of the file.
11146 2005-01-11  Juri Linkov  <juri@jurta.org>
11148         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
11149         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
11150         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
11152         * info.el (Info-history-forward): New variable.
11153         (Info-select-node): Reset Info-history-forward to nil.
11154         (Info-last): Turn into defalias.
11155         (Info-history-back): Rename from Info-last.
11156         Add current node to Info-history-forward.
11157         (Info-history-forward): New fun.
11158         (Info-mode-map): Replace Info-last by Info-history-back.
11159         Bind Info-history-forward to "r".
11160         (Info-mode-menu): Replace Info-last by Info-history-back.
11161         Fix menu item text.  Add menu item for Info-history-forward.
11162         (info-tool-bar-map): Replace Info-last by Info-history-back.
11163         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
11164         for Info-history-forward.
11165         (Info-mode): Replace Info-last by Info-history-back in docstring.
11166         Add local variable Info-history-forward.
11167         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
11169 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11171         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
11172         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
11173         Ignore select-window events rather than fiddle with
11174         mouse-autoselect-window.
11176 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
11178         * type-break.el (type-break-mode): Fix previous change.
11180 2005-01-10  Jay Belanger  <belanger@truman.edu>
11182         * calc/calc-ext.el (calc-reset): Reset when inside embedded
11183         calculator; only reset when point is inside a calculator.
11184         Don't adjust the window height if the window takes up the whole height
11185         of the frame.
11187 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
11189         * ebuff-menu.el (Electric-buffer-menu-mode):
11190         Preserve value of buffer-local var header-line-format.
11192 2005-01-09  Jay Belanger  <belanger@truman.edu>
11194         * calc/calc.el (calc-mode-var-list-restore-saved-values):
11195         Make sure settings file exists before accessing it.
11197         * calc/calc-embed.el (calc-embedded-subst):
11198         Replace math-multi-subst-rec, which is only supposed to be called
11199         by math-multi-subst, by math-multi-subst.
11201 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
11203         * vc.el (vc-allow-async-revert): New user option.
11204         (vc-disable-async-diff): New internal variable.
11205         (vc-revert-buffer): Use them to disable asynchronous diff.
11207         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
11208         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
11209         asynchronously if vc-disable-async-diff is t.
11211 2005-01-09  Jay Belanger  <belanger@truman.edu>
11213         * calc/calc.el (defcalcmodevar): New macro.
11214         (calc-mode-var-list-restore-default-values)
11215         (calc-mode-var-list-restore-saved-values): New functions.
11216         (calc-mode-var-list): Use defcalcmodevar to define it.
11217         (calc-always-load-extensions, calc-line-numbering)
11218         (calc-line-breaking, calc-display-just, calc-display-origin)
11219         (calc-number-radix, calc-leading-zeros, calc-group-digits)
11220         (calc-group-char, calc-point-char, calc-frac-format)
11221         (calc-prefer-frac, calc-hms-format, calc-date-format)
11222         (calc-float-format, calc-full-float-format, calc-complex-format)
11223         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11224         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11225         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11226         (calc-matrix-brackets, calc-language, calc-language-option)
11227         (calc-left-label, calc-right-label, calc-word-size)
11228         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11229         (calc-display-raw, calc-internal-prec, calc-angle-mode)
11230         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11231         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11232         (calc-window-height, calc-display-trail, calc-show-selections)
11233         (calc-use-selections, calc-assoc-selections)
11234         (calc-display-working-message, calc-auto-why, calc-timing)
11235         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
11236         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
11237         (calc-gnuplot-default-device, calc-gnuplot-default-output)
11238         (calc-gnuplot-print-device, calc-gnuplot-print-output)
11239         (calc-gnuplot-geometry, calc-graph-default-resolution)
11240         (calc-graph-default-resolution-3d, calc-invocation-macro)
11241         (calc-show-banner): Use defcalcmodevar to declare them and set
11242         their default values.
11244         * calc/calc-ext.el (calc-reset): Restore saved values of variables
11245         instead of default values (but restore default values if there is
11246         an argument of 0).
11248 2005-01-09  David Kastrup  <dak@gnu.org>
11250         * desktop.el (desktop-restore-eager): Fix typo in type.
11252 2005-01-08  Richard M. Stallman  <rms@gnu.org>
11254         * cus-edit.el (customize): Delete :link.
11256 2005-01-08  Jay Belanger  <belanger@truman.edu>
11258         * calc/calc.el (calc-mode): Remove the extension from the
11259         `calc-settings-file' file name when loading it.
11261 2005-01-08  Kim F. Storm  <storm@cua.dk>
11263         * info.el (Info-mode-map, Info-next-link-keymap)
11264         (Info-prev-link-keymap, Info-up-link-keymap):
11265         Map follow-link to mouse-face.
11266         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
11268 2005-01-08  Jay Belanger  <belanger@truman.edu>
11270         * calc/calc.el (calc-settings-file): Change default value.
11271         Suggested by cgw in a comment in calc-mode.el.
11273         * calc/calc-mode.el (calc-settings-file-name):
11274         Compare calc-settings-file to user-init-file instead of ~/.emacs.
11275         Replace ~/.emacs in a prompt by calc-settings-file.
11277 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
11279         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
11280         (desktop-lazy-idle-delay): New customizable variables.
11281         (desktop-buffer-args-list): New variable.
11282         (desktop-append-buffer-args): New function.
11283         (desktop-save): Call desktop-append-buffer-args for some buffers.
11284         (desktop-lazy-create-buffer): New function.
11285         (desktop-idle-create-buffers): New function.
11286         (desktop-read): Add message about buffers to restore lazily.
11287         (desktop-lazy-abort): New command.
11288         (desktop-clear): Call desktop-lazy-abort.
11289         (desktop-lazy-complete): New command.
11291 2005-01-06  Richard M. Stallman  <rms@gnu.org>
11293         * emacs-lisp/find-func.el (find-face-definition):
11294         Rename from find-face.
11296 2005-01-06  Kim F. Storm  <storm@cua.dk>
11298         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
11300         * man.el (Man-xref-man-page, Man-xref-header-file)
11301         (Man-xref-normal-file): Add follow-link property.
11303 2005-01-06  Jay Belanger  <belanger@truman.edu>
11305         * calc/calc-units.el: Make sure the proper macro definitions are
11306         available when compiling.
11308 2005-01-06  Juri Linkov  <juri@jurta.org>
11310         * isearch.el (isearch-lazy-highlight-update):
11311         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
11313 2005-01-06  Miles Bader  <miles@gnu.org>
11315         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
11316         (isearch-lazy-highlight-face): Use new name.
11318 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11320         * uniquify.el (uniquify-rationalize-file-buffer-names):
11321         Re-add an interactive spec.
11322         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
11323         to the same name.
11325         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
11326         (isearch-update, isearch-done): Adjust calls accordingly.
11328 2005-01-05  Richard M. Stallman  <rms@gnu.org>
11330         * custom.el (custom-set-variables, custom-theme-set-variables):
11331         Clarify documentation.
11333         * emacs-lisp/find-func.el (find-variable)
11334         (find-variable-other-window, find-variable-other-frame):
11335         Fix the TYPE args to find-function-read and find-function-do-it.
11336         (find-function): Doc fix.
11337         (find-function-at-point): Replace function-at-point alias.
11339 2005-01-04  Richard M. Stallman  <rms@gnu.org>
11341         * cus-face.el (custom-declare-face):
11342         Record defface in current-load-list.
11344         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
11346         * emacs-lisp/find-func.el: Doc fixes.
11347         (find-face-regexp): New variable.
11348         (find-function-regexp-alist): New variable.
11349         (find-function-C-source): Third arg is now TYPE.
11350         (find-function-search-for-symbol): Handle general TYPE.
11351         (find-function-read, find-function-do-it): Handle general TYPE.
11352         (find-definition-noselect, find-face): New functions.
11353         (function-at-point): Alias deleted.
11355 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11357         * battery.el (display-battery-mode): Rename from display-battery.
11358         Handle the case where it gets turned off.
11360 2005-01-04  Richard M. Stallman  <rms@gnu.org>
11362         * cus-edit.el (customize): Make :link point to user doc.
11364         * man.el (Man-fontify-manpage): Turn off undo generation.
11366         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
11368 2005-01-04  Andreas Schwab  <schwab@suse.de>
11370         * files.el (insert-directory): Only look for error lines in
11371         inserted text.  Don't move too far after processing --dired markers.
11373 2005-01-04  Richard M. Stallman  <rms@gnu.org>
11375         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
11376         Don't expand if the character is @, period, dash, etc.
11377         (define-mail-abbrev): Quote names that contain problem characters.
11379 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
11381         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
11383 2005-01-03  Richard M. Stallman  <rms@gnu.org>
11385         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
11386         (query-replace-highlight, query-replace-lazy-highlight)
11387         (query-replace): Definitions moved up.  Doc fix.
11389 2005-01-03  Richard M. Stallman  <rms@gnu.org>
11391         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
11392         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
11393         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
11394         (lazy-highlight-face): Rename from isearch-lazy-...
11395         Change all references to them.
11397 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
11399         * cus-edit.el (custom-file): Doc fix for defcustom.
11400         (custom-file): The function no longer sets the variable
11401         `custom-file' to its return value.
11403         * startup.el (command-line): No longer load `custom-file'.
11405 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11407         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
11409         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
11410         Don't confuse module-prefixed identifiers for labels.
11411         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
11413 2005-01-02  Richard M. Stallman  <rms@gnu.org>
11415         * files.el (basic-save-buffer-1): Fix previous change.
11417         * loadhist.el (file-loadhist-lookup): New function.
11418         (file-provides, file-requires): Use it.
11420         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
11421         instead of calculating the right size.
11423 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
11425         * vc-svn.el (vc-svn-diff): Stay local if possible.
11427 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11429         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
11431         * files.el (hack-local-variables): Fix last change.
11433 2005-01-02  Jay Belanger  <belanger@truman.edu>
11435         * calc/calc-yank.el (calc-edit-top): New variable.
11436         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
11437         object.  Change header properties.
11438         (calc-edit-finish, calc-edit-finish-stack-object)
11439         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
11440         edited object.
11441         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
11442         for the beginning of the edited object.
11443         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
11444         for the beginning of the edited object.
11445         * calc/calc-prog.el (calc-edit-macro-finish-edit)
11446         (calc-finish-formula-edit, calc-macro-repeats)
11447         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
11448         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
11449         beginning of the edited object.
11450         (calc-user-define-edit): Change the header for editing macros.
11451         Remove unnecessary variable.
11453 2005-01-01  Jay Belanger  <belanger@truman.edu>
11455         * calc/calc-yank.el (calc-edit-mode): Change default header.
11456         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
11457         * calc/calc-store.el (calc-edit-variable): Change title to match new
11458         header.
11459         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
11460         mode to match new header.
11461         (calc-user-define-edit): Change titles to include names of commands.
11462         (calc-finish-formula-edit): Adjust to handle new header.
11463         (calc-finish-macro-edit): Remove.
11464         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
11465         (calc-edit-macro-command, calc-edit-macro-command-type)
11466         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
11467         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
11468         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
11469         (calc-edit-macro-finish-edit): New functions.
11470         (calc-user-define-edit): Use new functions to edit named calc macros.
11472 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
11474         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
11476         * ses.el (copy-region-as-kill): Deactivate mark.
11478 2005-01-01  Richard M. Stallman  <rms@gnu.org>
11480         * replace.el (occur-1): If the output buffer is also an input,
11481         don't kill it, rename it.
11483         * faces.el (set-face-background, set-face-foreground): Doc fix.
11485         * cus-face.el (custom-face-attributes): Fix :help-echo strings
11486         for :foreground and :background.
11488         * dired.el (dired-view-command-alist): Variable deleted.
11489         (dired-view-file, dired-mouse-find-file-other-window):
11490         Delete the code to use it.
11492 2005-01-01  Kim F. Storm  <storm@cua.dk>
11494         * image.el (insert-sliced-image): Use t for line-height property.
11496 2004-12-31  Jay Belanger  <belanger@truman.edu>
11498         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
11499         for "var-" at the beginning of the minibuffer.
11501 2004-12-31  Richard M. Stallman  <rms@gnu.org>
11503         * faces.el (read-face-name):
11504         Don't treat an attribute spec as a list of faces.
11506         * simple.el (undo): Use undo-equiv-table to detect
11507         unexpected changes since previous undo.
11508         (undo-list-saved): Variable deleted.
11509         (buffer-disable-undo): Don't alter undo-list-saved.
11511         * files.el (require-final-newline): Allow `visit' and `visit-save'.
11512         (mode-require-final-newline): New option.
11513         (after-find-file): Handle require-final-newline with new values.
11514         (basic-save-buffer): Handle new values of require-final-newline.
11516         * progmodes/sh-script.el (sh-require-final-newline):
11517         Alist value now controls whether to use mode-require-final-newline.
11518         (sh-set-shell): Implement that new meaning.
11520         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
11521         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
11522         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
11523         Delete old-Emacs compatibility code.
11524         (antlr-c-common-init): Function deleted.
11526         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
11527         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
11528         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
11529         * progmodes/python.el (python-mode): Use mode-require-final-newline.
11530         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
11531         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
11532         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
11533         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
11534         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
11535         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
11536         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
11537         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
11538         * progmodes/cfengine.el (cfengine-mode): Use
11539         mode-require-final-newline.
11540         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
11541         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
11542         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
11544 2004-12-31  Jay Belanger  <belanger@truman.edu>
11546         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
11547         way to return to Calc.
11549         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
11550         finish, C-xk as the way to cancel the edit.  Add cancel routine to
11551         kill-buffer-hook.
11553         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
11554         MacEdit code.
11556         * calc/calc-prog.el: Remove obsolete MacEdit code.
11557         (calc-macro-edit-algebraic, calc-macro-edit-variable)
11558         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
11560 2004-12-31  Kenichi Handa  <handa@m17n.org>
11562         * international/mule.el (buffer-file-coding-system-explicit):
11563         Rename for explicit-buffer-file-coding-system.
11564         (after-insert-file-set-coding): Adjust for the above change.
11566         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
11567         to buffer-file-coding-system-explicit.
11568         (basic-save-buffer-1): Likewise.
11570 2004-12-30  Richard M. Stallman  <rms@gnu.org>
11572         * textmodes/artist.el (artist-butlast-fn): Var deleted.
11573         (artist-butlast, artist-last): Functions deleted.
11574         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
11575         (artist-compute-key-compl-table): Call remq directly.
11576         (artist-remove-nulls): Function deleted.
11577         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
11578         (artist-push, artist-pop): Macro deleted.
11580 2004-12-30  Andreas Leue  <al@sphenon.de>
11582         * textmodes/artist.el (artist-version): 1.2.6
11583         (artist-prev-next-op-alist): New variable.
11584         (artist-select-next-op-in-list): New function.
11585         (artist-select-prev-op-in-list): New function.
11586         (artist-make-prev-next-op-alist): New function.
11587         (artist-is-in-op-list-p): New function.
11588         (artist-get-first-non-nil-op): New function.
11589         (artist-get-last-non-nil-op): New function.
11590         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
11591         artist-prev-next-op-alist.
11592         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
11593         change drawing operation.
11595 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
11597         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
11599 2004-12-31  Masatake YAMATO  <jet@gyve.org>
11601         * server.el (server-process-filter): Suppress `error', too.
11603 2004-12-30  Jay Belanger  <belanger@truman.edu>
11605         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
11606         Change the way a variable is displayed in a message.
11608         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
11609         (calc-user-define-permanent, calc-execute-kbd-macro):
11610         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
11612 2004-12-30  Kenichi Handa  <handa@m17n.org>
11614         * files.el (basic-save-buffer-1):
11615         Set explicit-buffer-file-coding-system to last-coding-system-used.
11616         (revert-buffer): Pay attention to
11617         explicit-buffer-file-coding-system (not buffer-file-coding-system)
11618         on bind coding-system-for-read.
11620         * international/mule.el (explicit-buffer-file-coding-system):
11621         New buffer local variable.
11622         (after-insert-file-set-coding): Set it to coding-system-for-read.
11624 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
11626         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
11628 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
11630         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
11631         that include line numbers.
11633 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
11635         * files.el (hack-local-variables): If no PREFIX, set it to "^".
11636         Redundant variable PREFIXLEN removed.
11638 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
11640         * eshell/em-hist.el (eshell-previous-matching-input):
11641         Start the deletion from the end of the output.
11643 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11645         * term/mac-win.el: Require x-dnd.
11646         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
11648 2004-12-29  David Kastrup  <dak@gnu.org>
11650         * international/mule.el (decode-coding-inserted-region):
11651         Don't barf if `buffer-undo-list' is already set to `t'.
11653 2004-12-29  Jay Belanger  <belanger@truman.edu>
11655         * calc/calc-prog.el (calc-user-define-formula): Put default values
11656         for function names in prompts.
11657         (calc-user-define-permanent, calc-user-define-composition)
11658         (calc-user-define-formula): Remove the need for "calcFunc-" in the
11659         default input for algebraic functions.
11661 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
11663         * vc-rcs.el (vc-rcs-annotate-command):
11664         Fix omission bug: Call `vc-setup-buffer'.
11666 2004-12-29  Kenichi Handa  <handa@m17n.org>
11668         * international/mule.el (recode-region): New function.
11670 2004-12-28  Richard M. Stallman  <rms@gnu.org>
11672         * simple.el (undo-extra-outer-limit): New variable.
11673         (undo-outer-limit-truncate): Test and set it.
11675         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
11676         enables the feature to extend the existing region.
11678         * simple.el (mark-word): New arg ALLOW-EXTEND
11679         enables the feature to extend the existing region.
11681         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
11682         enables the feature to extend the existing region.
11684         * startup.el (site-run-file): Don't allow setting it with Custom.
11686         * simple.el (buffer-disable-undo): Fix previous change.
11688 2004-12-27  Masatake YAMATO  <jet@gyve.org>
11690         * hexl.el (hexlify-buffer): Remove fontification here.
11691         Use font lock mechanism instead.
11692         (hexl-font-lock-keywords): New font lock kewords.
11693         (hexl-mode-old-font-lock-keywords): New variable.
11694         (hexl-mode): Store the old font lock keywords.
11695         (hexl-mode-exit): Restore the old font lock keywords.
11697 2004-12-27  Richard M. Stallman  <rms@gnu.org>
11699         * simple.el (undo): Fix previous change.
11701 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11703         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
11704         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
11705         Call x-open-connection on Mac OS X.
11707 2004-12-27  Richard M. Stallman  <rms@gnu.org>
11709         * files.el (buffer-save-without-query): New var (buffer-local).
11710         (save-some-buffers): Save those buffers first, w/o asking.
11712         * files.el (insert-directory-ls-version): New variable.
11713         (insert-directory): When ls returns an error, test the version
11714         number to decide what the return code means.
11715         With --dired output format, detect and distinguish lines
11716         that are really error messages.
11717         (insert-directory-adj-pos): New function.
11719         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
11721         * battery.el (battery-mode-line-format): Remove initial spaces.
11723         * uniquify.el (uniquify-rationalize-file-buffer-names):
11724         Delete interactive spec.
11726         * type-break.el (type-break-mode): Set buffer-save-without-query.
11727         Remove code that tried to set save-some-buffers-always.
11728         (type-break-file-keystroke-count): Bind deactivate-mark.
11730         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
11732         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
11733         Test that the buffer is live, and maybe reject current buffer too.
11734         Clarify.
11735         (next-error-find-buffer): Rewrite for clarity.
11737         * loadup.el: Don't use buffer-disable-undo; do it directly.
11739         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
11740         (describe-variable): Call symbol-file with `defvar'.
11742         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
11743         (symbol-file): Rewritten to handle new load-history format.
11744         Now takes an arg TYPE to specify looking for a particular
11745         type of definition only.
11747         * emacs-lisp/debug.el (debugger-make-xrefs):
11748         Call symbol-file with `defun'.
11750         * emacs-lisp/find-func.el (find-function-noselect):
11751         Call symbol-file with `defun'.
11752         (find-variable-noselect): Call symbol-file with `defvar'.
11754         * eshell/esh-cmd.el (eshell-find-alias-function):
11755         Call symbol-file with `defun'.
11757         * eshell/esh-test.el (eshell-test-goto-func):
11758         Call symbol-file with `defun'.
11760         * mail/rmail.el (rmail-resend):
11761         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
11763         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
11765         * progmodes/compile.el (compilation-find-buffer): Rename arg.
11767         * textmodes/texinfmt.el (texinfo-format-buffer-1):
11768         Call buffer-disable-undo.
11770         * simple.el (undo-list-saved): New variable (buffer-local).
11771         (undo): Set and test it.
11772         (buffer-disable-undo): Move here from buffer.c.
11773         Clear out undo-list-saved.
11775         * international/mule.el (decode-coding-inserted-region):
11776         Set buffer-undo-list in a correct and optimal way.
11778         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
11779         (cperl-font-lock-unfontify-region-function): No need to save and
11780         restore info, since font-lock.el does it for us.
11782         * ansi-color.el (save-buffer-state): Definition deleted.
11783         (ansi-color-unfontify-region): Don't use save-buffer-state.
11785 2004-12-27  Dave Love  <fx@gnu.org>
11787         * wid-edit.el (function): Use restricted-sexp as parent.
11789 2004-12-27  Kevin Ryde  <user42@zip.com.au>
11791         * simple.el (next-matching-history-element): Use same
11792         `interactive' form as previous-matching-history-element.
11794         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
11795         it can appear unencoded and has been seen from yahoo.
11797 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
11799         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
11800         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
11802 2004-12-27  Kenichi Handa  <handa@m17n.org>
11804         * international/utf-8.el (utf-translate-cjk-load-tables):
11805         Bind coding-system-for-read to nil while loading subst-*.
11807 2004-12-26  Jay Belanger  <belanger@truman.edu>
11809         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
11810         default input.
11812 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
11814         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
11815         before reverting and disable undo recording while reverting.
11817 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
11819         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
11820         (hs-make-overlay): New function.
11821         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
11822         (hs-flag-region): Delete function.
11823         (hs-hide-comment-region): No longer use `hs-flag-region'.
11824         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
11825         (hs-hide-block-at-point): Likewise.
11826         (hs-hide-level-recursive): Use `hs-discard-overlays'.
11827         (hs-hide-all, hs-show-all): Likewise.
11828         (hs-show-block): Likewise.
11829         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
11831 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
11833         * progmodes/hideshow.el: Require `cl' when compiling.
11834         Remove XEmacs and Emacs 19 compatibility.
11835         Use `dolist' and `add-to-list' for load-time actions.
11836         (hs-discard-overlays): Use `dolist'.
11837         (hs-show-block): Likewise.
11839 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
11841         * faces.el (mode-line, mode-line-inactive): Use min-colors.
11843 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
11845         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
11846         When extending backwards, move outside the current comment first.
11848 2004-12-22  Kenichi Handa  <handa@m17n.org>
11850         * international/quail.el (quail-start-translation): Fix prompt
11851         string for the case if input-method-use-echo-area being non-nil.
11852         (quail-start-conversion): Likewise.
11853         (quail-show-guidance): Don't show guidance if
11854         input-method-use-echo-area is non-nil.
11856 2004-12-21  Richard M. Stallman  <rms@gnu.org>
11858         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
11860 2004-12-21  Markus Rost  <rost@ias.edu>
11862         * calendar/diary-lib.el (mark-diary-entries):
11863         Set mark-diary-entries-in-calendar only after checking for diary-file.
11865 2004-12-21  Richard M. Stallman  <rms@gnu.org>
11867         * faces.el (escape-glyph): Use blue against light foreground.
11869         * simple.el (undo-outer-limit-truncate): New function.
11870         (undo-outer-limit-function): Use undo-outer-limit-truncate.
11872 2004-12-21  Eli Barzilay  <eli@barzilay.org>
11874         * calculator.el (calculator-radix-grouping-mode)
11875         (calculator-radix-grouping-digits)
11876         (calculator-radix-grouping-separator):
11877         New defcustoms for the new radix grouping mode functionality.
11878         (calculator-mode-hook): Now used in electric mode too,
11879         (calculator): Call it.
11880         (calculator-mode-map): Some new keys.
11881         (calculator-message): New function.  Some new calls.
11882         (calculator-op, calculator-set-register): Use it.
11883         (calculator-string-to-number): New function, mostly moved and
11884         updated code from calculator-curnum-value.
11885         (calculator-curnum-value): Use it.
11886         (calculator-paste): Use it, and update grabbing the current-kill.
11887         (calculator-rotate-displayer)
11888         (calculator-rotate-displayer-back): Toggle digit grouping when
11889         in radix mode, use calculator-message.
11890         (calculator-displayer-prev, calculator-displayer-next):
11891         Change digit group size when in radix mode.
11892         (calculator-number-to-string): Rename from
11893         calculator-num-to-string.  Now deals with digit grouping in
11894         radix mode.
11895         (calculator-update-display, calculator-put-value): Use the new name.
11896         (calculator-fact): Return a floating point number.
11897         (calculator-mode): Doc fix.
11899 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
11901         * calendar/calendar.el (view-other-diary-entries): Add autoload.
11902         * calendar/diary-lib.el (view-other-diary-entries):
11903         Use current-prefix-arg in interactive spec.
11905 2004-12-19  Jay Belanger  <belanger@truman.edu>
11907         * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
11908         adjust the syntax of both delimiters of half-open intervals.
11910 2004-12-19  Kim F. Storm  <storm@cua.dk>
11912         * mouse.el (mouse-1-click-follows-link): Doc fix.
11914 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11916         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
11917         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
11918         instead of centraleuropean as the name
11920 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
11922         Sync with Tramp 2.0.46.
11924         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
11925         parameters wrt Tramp convention.
11926         (tramp-handle-file-attributes-with-perl)
11927         (tramp-handle-directory-files-and-attributes): Apply it.
11928         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
11929         `copy-program'.  Reported by Zack Weinberg
11930         <zack@codesourcery.com>.
11931         (top): Set `edebug-form-spec' property directly rather than
11932         calling `def-edebug-spec'.
11934         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
11935         advice less fragile.  Surround temporary redefinition of
11936         `substitute-in-file-name' with `unwind-protect'.  Suggested by
11937         Matt Hodges <MPHodges@member.fsf.org>.
11939 2004-12-17  Juri Linkov  <juri@jurta.org>
11941         * replace.el (occur-accumulate-lines, occur-engine):
11942         Make forcing deferred font-lock fontification jit-specific.
11944 2004-12-17  Kim F. Storm  <storm@cua.dk>
11946         * mouse.el (mouse-1-click-follows-link): New defcustom.
11947         (mouse-on-link-p): New function.
11948         (mouse-drag-region-1): Implement mouse-1-click-follows-link
11949         functionality.  Map a mouse-1 click event into a mouse-2 (or
11950         other) event when position is inside a link.
11952         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
11953         prefix in tooltip text with "mouse-1" when this is a link
11954         recognized by mouse-1-click-follows-link functionality.
11956         * help.el (describe-key): Report effective and original binding
11957         for mouse-1 when clicked on a link.
11958         (describe-mode): Add follow-link property to "minor-mode" button.
11960         * help-fns.el (describe-variable): Add follow-link property to
11961         "below" button.
11963         * help-mode.el (help-xref): Add follow-link property.
11965         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
11966         (apropos-command, apropos-variable, apropos-face, apropos-group)
11967         (apropos-widget, apropos-plist): Add follow-link property.
11969         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
11970         checks if position is in a filename, rather than some other
11971         clickable item.  Function looks for cvs-filename-face at position.
11973         * wid-edit.el (widget-specify-field, widget-specify-button):
11974         Map a :follow-link keyword into a follow-link property.
11975         (link): Add :follow-link keyword, map to RET binding.
11977         * dired.el (dired-mode-map): Map follow-link to mouse-face.
11979         * progmodes/compile.el (compilation-minor-mode-map)
11980         (compilation-button-map, compilation-mode-map): Likewise.
11982 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
11984         * play/zone.el (zone): Init `line-spacing' from orig buffer.
11985         (zone-replace-char): Take `count' and `del-count'
11986         instead of `direction'.  Update callers.  When `del-count' is
11987         non-nil, delete that many characters, otherwise `count' characters
11988         backwards.  Insert the newly-replaced string `count' times.
11989         (zone-fret): Handle chars w/ width greater than one.
11990         (zone-fall-through-ws): No longer take window width `ww'.
11991         Update callers.  Add handling for `char-width' greater than one.
11992         (zone-pgm-drip): Update var holding window-end position every cycle.
11994 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
11996         * vc.el (vc-default-update-changelog): Use insert-file-contents,
11997         rather than insert-file.
11999 2004-12-16  Jay Belanger  <belanger@truman.edu>
12001         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
12002         (math-init-random-base, math-random-digit): Check to see if
12003         var-RandSeed is bound.
12004         (math-random-last): Declare it.
12005         (math-random-digit): Don't make math-random-last local.
12007 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
12009         * play/zone.el (zone): Fix omission bug: Use a self-disabling
12010         one-shot thunk for uniform (error, quit, normal) recovery.
12011         Reported by John Paul Wallington.
12012         (zone-pgm-random-life): Fix bug:
12013         Recognize empty initial field by lack of "@" chars.
12015 2004-12-16  Juri Linkov  <juri@jurta.org>
12017         * help.el (function-called-at-point):
12018         * help-fns.el (variable-at-point): As a last resort try stripping
12019         non-word prefixes and suffixes.
12021         * descr-text.el (describe-property-list): Don't treat syntax-table
12022         specially.  Use describe-text-sexp which inserts [show] button
12023         for large objects and handles printing errors.  Sort properties
12024         by names in alphabetical order instead of by value sizes.
12025         Add `mouse-face' to list of properties for `describe-face' widget.
12026         (describe-char): Mask out face-id from 19 bits of character.
12027         Print face-id separately.
12029         * replace.el (occur-accumulate-lines, occur-engine):
12030         Fontify unfontified matching lines in the source buffer
12031         before copying them.
12032         (occur-engine): Don't put mouse-face on context lines.
12033         (occur-next-error): Set point to line beginning/end
12034         before searching for prev/next property to skip multiple
12035         matches on a line (not supported by occur engine).
12036         Remove redundant prefix-numeric-value.
12038 2004-12-15  Juri Linkov  <juri@jurta.org>
12040         * replace.el (match): New face.
12041         (list-matching-lines-face): Change default from `bold' to `match'.
12043         * progmodes/grep.el (grep-match-face): New defvar.
12044         (grep-mode-font-lock-keywords): Use grep-match-face instead of
12045         compilation-column-face to highlight grep matches.
12047         * apropos.el (apropos-match-face): Change default from
12048         `secondary-selection' to `match'.
12050         * info-look.el (info-lookup-highlight-face): Change default from
12051         `highlight' to `match'.
12053 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
12055         * progmodes/executable.el (executable-interpret): Eliminate
12056         obsolete compile-internal, and switch to comint for interaction.
12058 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
12060         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
12061         `&&' when skipping multiple statements on a line.
12063 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
12065         * play/zone.el (zone): Set `truncate-lines'.
12066         Also, init `tab-width' with value from original buffer.
12067         (zone-shift-up): Rewrite for speed.
12068         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
12069         (zone-pgm-jitter): Remove redundant entries from ops vector.
12070         (zone-exploding-remove): Reduce iteration count.
12071         (zone-cpos): Convert to defsubst.
12072         (zone-replace-char): New defsubst.
12073         (zone-park/sit-for): Likewise.
12074         (zone-fret): Take window-start arg.
12075         Update callers.  Use `zone-park/sit-for'.
12076         (zone-fill-out-screen): Rewrite.
12077         (zone-fall-through-ws): Likewise.  Update callers.
12078         (zone-pgm-drip): Use `zone-replace-char'.
12079         Move var inits before while-loop.  Use `zone-park/sit-for'.
12080         (zone-pgm-random-life): Handle empty initial field.
12081         Use `zone-replace-char' and `zone-park/sit-for'.
12083 2004-12-15  Juri Linkov  <juri@jurta.org>
12085         * isearch.el (isearch-update): Test isearch-lazy-highlight
12086         before calling isearch-lazy-highlight-new-loop.
12087         (isearch-lazy-highlight-new-loop):
12088         Don't test isearch-lazy-highlight.
12090         * replace.el (perform-replace): Add isearch-case-fold-search.
12091         Use delimited-flag for isearch-regexp.
12092         Reset isearch-lazy-highlight-last-string to force lazy
12093         highlighting when called from isearch mode.
12094         (query-replace-highlight): Revert defcustom type to boolean.
12095         (query-replace-lazy-highlight): New defcustom.
12096         (query-replace): New face.
12097         (perform-replace, replace-highlight, replace-dehighlight):
12098         Test query-replace-lazy-highlight instead of special value
12099         `isearch' of query-replace-highlight.
12100         (replace-dehighlight): Don't call isearch-dehighlight.
12101         (replace-highlight): Don't call isearch-highlight.
12102         Use face `query-replace' unconditionally.
12104 2004-12-14  Kim F. Storm  <storm@cua.dk>
12106         * simple.el (inhibit-mark-movement): Remove defvar.
12107         (beginning-of-buffer, end-of-buffer): Don't use it.
12109         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12110         Don't use inhibit-mark-movement.
12112         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
12113         (cua--undo-push-mark): Remove.
12114         (cua--pre-command-handler, cua--post-command-handler):
12115         Don't fiddle with inhibit-mark-movement.
12117 2004-12-14  Juri Linkov  <juri@jurta.org>
12119         * buff-menu.el (list-buffers-noselect): Collect internal info
12120         for every buffer in BUFFER-LIST arg too.
12121         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
12122         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
12123         Bind same-window-buffer-names and same-window-regexps to nil.
12125 2004-12-13  Juri Linkov  <juri@jurta.org>
12127         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
12129         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
12130         (sc-cite-region, sc-uncite-region, sc-recite-region):
12131         Fix previous change to handle not alist as a symbol, but
12132         a citation frame as a symbol that represents a variable name.
12134 2004-12-13  Richard M. Stallman  <rms@gnu.org>
12136         * filecache.el (file-cache-add-directory-using-find):
12137         Only set up file-cache-find-command-posix-flag if we will use it.
12139         * bindings.el (mode-line-buffer-identification-keymap):
12140         Don't cancel the mode-line's usual down-mouse-1 binding.
12142         * cus-edit.el (custom-face-selected): Handle `default' specs.
12143         (custom-face-edit): Increase extra-offset.
12144         (custom-display): Handle `default' specs.
12146         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
12148         * emacs-lisp/elint.el (elint-standard-variables)
12149         (elint-unknown-builtin-args): Move definitions up.
12151         * net/browse-url.el (browse-url-url-at-point): Add autoload.
12153         * info.el (info-xref-visited): Use `default' instead of t.
12154         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
12156         * faces.el (header-line, mode-line-inactive, tool-bar):
12157         Use `default' instead of t for setting the defaults.
12158         (face-spec-choose): Separate `t' from `default'.
12160         * subr.el (while-no-input): New macro.
12162 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
12164         * filecache.el (file-cache-add-directory-using-find):
12165         Only test file-cache-find-command-posix-flag on some systems.
12167 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12169         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
12170         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
12171         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
12172         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
12173         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
12174         annotate.
12176 2004-12-12  Juri Linkov  <juri@jurta.org>
12178         * files.el (find-file-other-window, find-file-other-frame):
12179         Add the first buffer to the returned value to return the complete
12180         list of all visited buffers.
12181         (find-file-read-only, find-file-read-only-other-window)
12182         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
12183         `find-file-read-args'.  Signal an error about non-existent file
12184         only if file name doesn't contain wildcards.  Toggle read-only in
12185         all visited buffers.
12186         (find-alternate-file, find-alternate-file-other-window):
12187         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
12188         called interactively.  Pass arg `wildcards' to other functions.
12189         (find-file-noselect): Doc fix.
12191         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
12192         Doc fix.
12193         (ffap-directory-finder): New variable.
12194         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
12195         (ffap-file-at-point): Add /* to immediately rejected names.
12196         Return absolute file names matching ffap-dired-wildcards.
12197         (ffap-read-file-or-url): Set default value for `completing-read'
12198         to `buffer-file-name'.
12199         (find-file-at-point): When filename matches ffap-dired-wildcards,
12200         call ffap-file-finder with t arg `wildcards', instead of dired.
12201         (ffap-other-window, ffap-other-frame): Return visited buffers.
12202         (ffap-read-only, ffap-read-only-other-window)
12203         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
12204         (dired-at-point): Call ffap-directory-finder instead of dired.
12205         (ffap-dired-other-window, ffap-dired-other-frame)
12206         (ffap-list-directory): New commands.
12207         (ffap-bindings): New keybindings for new commands.
12209 2004-12-12  Juri Linkov  <juri@jurta.org>
12211         * simple.el (beginning-of-buffer, end-of-buffer):
12212         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12213         Do not push mark when mark is active in transient-mark-mode.
12215         * simple.el (mark-word):
12216         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
12217         * textmodes/paragraphs.el (mark-paragraph):
12218         Extend the region when mark is active in transient-mark-mode,
12219         regardless of the last command.  Doc fix.
12221         * simple.el (mark-word): Preserve direction when repeating.
12222         Make arg optional.  Interactive "p" -> "P".
12223         (transient-mark-mode, inhibit-mark-movement): Doc fix.
12225         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
12226         preserving direction, to mark forward instead of backward when mark
12227         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
12229 2004-12-12  Juri Linkov  <juri@jurta.org>
12231         * isearch.el (isearch-edit-string): Set 7th arg of
12232         `read-from-minibuffer' to `t' to inherit the current input
12233         method (whose name is indicated by [IM] in the minibuffer prompt)
12234         from the current buffer to the minibuffer.
12235         (isearch-lazy-highlight-update): Put body to `with-local-quit'
12236         to allow C-g quitting for lazy highlighting looping inside the
12237         search with nested repetition operators.  Add overlay to the list
12238         before setting its face and other properties to avoid the case of
12239         code quitting after placing the new overlay but before it's
12240         recorded on the list.  Select the window where isearch was
12241         activated, to highlight matches in the right window when isearch
12242         switches the current window to the minibuffer.
12244         * international/isearch-x.el
12245         (isearch-process-search-multibyte-characters):
12246         Use `isearch-message' as initial input for `read-string' instead
12247         of adding it to the minibuffer prompt.  After reading a string
12248         remove the initial value of `isearch-message' from the string.
12250         * replace.el (replace-match-maybe-edit): Doc fix.
12251         (perform-replace): Don't call `replace-highlight' when automatic
12252         replacement is requested in literal mode, since it is intended
12253         only to highlight words during entering a new replacement string
12254         for \? in non-literal mode.
12256         * replace.el (query-replace-highlight): Add new value `isearch'
12257         that allows query replacement to use isearch highlighting.
12258         Change type from `boolean' to `choice'.  Doc fix.
12259         (replace-highlight, replace-dehighlight, perform-replace):
12260         Use isearch highlighting if query-replace-highlight eq `isearch'.
12262 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12264         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12265         (checkdoc-message-text, checkdoc-defun): Fix format messages for
12266         `error'.
12268         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
12269         case of \end{verbatim}.
12271 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
12273         * term.el (term-termcap-format): Synchronize with terminfo.
12274         (term-emulate-terminal): Handle reset.
12275         (term-reset-terminal): New function.
12277 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
12279         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
12280         (zone-fill-out-screen): New func.
12281         (zone-pgm-drip): Use `zone-fill-out-screen'.
12282         Also, no longer go to point-min on every cycle.
12283         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
12284         (zone-pgm-random-life-wait): New user var.
12285         (zone-pgm-random-life): New func.
12287 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
12289         * files.el (auto-mode-alist): Map .com to DCL mode.
12291 2004-12-09  Richard M. Stallman  <rms@gnu.org>
12293         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
12295 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
12297         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
12298         buffer with a display margin.
12300 2004-12-08  Jay Belanger  <belanger@truman.edu>
12302         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
12303         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
12305 2004-12-08  Richard M. Stallman  <rms@gnu.org>
12307         * faces.el: Delete code to set display table.
12308         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
12310 2004-12-08  Jay Belanger  <belanger@truman.edu>
12312         * calc/calc.el: Add math-read-preprocess-string to autoloads.
12314         * calc/calc-ext.el (math-read-replacement-list)
12315         (math-read-superscripts, math-read-preprocess-string): Move to
12316         calc-aent.el.
12318         * calc/calc-aent.el (math-read-replacement-list)
12319         (math-read-superscripts, math-read-preprocess-string): Move from
12320         calc-ext.el.
12322 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12324         * isearch.el (isearch-quote-char): Fix up typo in last change.
12326 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
12328         * mouse.el (mouse-set-font): Handle the case where the command was
12329         not invoked using the mouse.
12331         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
12332         (edmacro-finish-edit): Further update for keyboard macros that are
12333         lambda forms.
12334         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
12336 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12338         * font-lock.el (font-lock-unfontify-region): Save buffer state.
12339         (font-lock-default-unfontify-region): Don't save buffer state any more.
12341 2004-12-07  Jay Belanger  <belanger@truman.edu>
12343         * calc/calc-help.el (calc-describe-key):
12344         Set calc-summary-indentation even when Calc Summary buffer exists.
12346 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
12348         * calendar/holidays.el (holiday-easter-etc): Make arguments
12349         optional for backwards compatibility.  Doc fix.
12350         Remove un-necessary local vars mandatory, output-list.
12351         (holiday-advent): Make arguments optional for backwards
12352         compatibility.  Doc fix.
12354 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12356         * paren.el (show-paren-function): Fix last change (2004-12-02).
12358         * international/mule-util.el (char-displayable-p): Return nil for
12359         unibyte mode.
12361         * subr.el (subregexp-context-p): New function.
12363         * isearch.el (isearch-quote-char): Use it.
12365         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
12366         (regexp-opt-not-groupie*-re): Remove.
12367         (regexp-opt): Properly handle inputs with duplicate entries.
12369 2004-12-06  Richard M. Stallman  <rms@gnu.org>
12371         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
12373         * cus-edit.el (custom-file): Doc fix.
12375         * textmodes/org.el: New file.
12377 2004-12-06  Kenichi Handa  <handa@m17n.org>
12379         * ldefs-boot.el: Update international/mule-util.el section.
12381 2004-12-05  Sam Steingold  <sds@gnu.org>
12383         * net/tramp.el (tramp-handle-file-accessible-directory-p):
12384         Fix `tramp-time-diff' comparison logic.
12386 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
12388         * progmodes/which-func.el (which-function):
12389         Use `run-hook-with-args-until-success' instead of a custom loop.
12390         Fixes bug with local hooks.
12392 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12394         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
12395         Use delete-dups when calculating the initial value.
12396         (bibtex-autokey-get-title): Use <=.
12397         (bibtex-goto-line): New function.
12398         (bibtex-reposition-window): Use line numbers instead of point
12399         positions.  Use window-body-height.
12400         (bibtex-find-crossref): Use bibtex-reposition-window.
12401         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
12402         position of entry if key is found or nil if not found.
12404 2004-12-05  Richard M. Stallman  <rms@gnu.org>
12406         * cus-edit.el (custom-file): Doc fix.
12408         * progmodes/sh-script.el (sh-indent-for-then): Change default.
12410 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12412         * simple.el (blink-matching-open):
12413         * textmodes/tex-mode.el (tex-validate-region):
12414         Obey syntax-table text properties.
12416 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
12418         * wid-edit.el (widget-specify-field): Add `real-field' property to
12419         boundary.
12420         (widget-field-at): Use it.
12422 2004-12-02  Richard M. Stallman  <rms@gnu.org>
12424         * progmodes/cc-mode.el (awk-mode autoload):
12425         Supply t meaning interactive function.
12427         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
12428         (isearch-mode-map): No special definition for space.
12429         (isearch-whitespace-chars): Command deleted.
12430         (isearch-forward-regexp): Doc fix.
12431         (isearch-quote-char): When a space is not inside brackets,
12432         use `[ ]' instead of just space.
12433         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
12435         * imenu.el (imenu--generic-function): Delete code to exclude
12436         matches in comments.
12438         * man.el (Man-reverse-face): Change default to `highlight'.
12440         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
12441         (occur-engine): Use `face' prop rather than `font-lock-face'
12442         when specifying use of `match-face'.
12443         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
12445         * emacs-lisp/elint.el (elint-standard-variables): Update list.
12447         * add-log.el (add-log-current-defun): Handle the case where point
12448         is in the header part of a DEFUN construct.
12450 2004-12-02  Dave Love  <fx@gnu.org>
12452         * progmodes/python.el (python-font-lock-syntactic-keywords):
12453         Fix previous change.
12455 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
12457         * paren.el (show-paren-function): Check for matching chars
12458         specified by text props.
12460 2004-12-02  Jay Belanger  <belanger@truman.edu>
12462         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
12463         when reading a new key sequence.
12465 2004-12-02  Kim F. Storm  <storm@cua.dk>
12467         * faces.el (escape-glyph): Rename from glyph.
12468         (standard-display-table): Set it here.  Add escape-glyph face to
12469         extra slot characters.
12471         * disp-table.el: Undo 2004-12-01 change.  Display table is now
12472         setup in faces.el.
12474 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
12476         * xml.el (xml-parse-dtd): Don't show validity messages when
12477         xml-validating-parser is nil.
12478         (xml-substitute-special): Fix validity error messages to
12479         actually show the unexpandable entity.  Added validity error if &
12480         isn't followed by an entity.
12481         (xml-parse-tag): Concatenate any string following the a
12482         <![CDATA[]]> section to the parsed CDATA.
12483         (xml-parse-dtd): Skip parameter entity declarations and use of
12484         parameter entities.
12486 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
12488         * kmacro.el (kmacro-default-counter-format): New var.
12489         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
12490         (kmacro-display): Remove `nil' from `and' form.  Delete call to
12491         `format' inside `message'.
12492         (kmacro-start-macro): Use `kmacro-default-counter-format'.
12494 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12496         * pcvs.el (cvs-header-msg): New function.
12497         (cvs-update-header): Use it.  Change calling convention.
12498         Correctly handle the case of having simultaneous active processes.
12499         (cvs-sentinel): Don't call cvs-update-header any more.
12500         (cvs-mode-run): Update call and add cvs-update-header to postproc.
12502 2004-12-01  Jay Belanger  <belanger@truman.edu>
12504         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
12505         Change message.
12507 2004-12-01  Juri Linkov  <juri@jurta.org>
12509         * progmodes/prolog.el (prolog-mode-variables):
12510         Fix imenu-generic-expression.
12512 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
12514         * faces.el (glyph): New face.
12516         * disp-table.el: Add an autoloaded table, that doesn't require
12517         this library, with glyph face.
12519         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
12520         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
12521         (conf-quote-normal): Allow normalizing only ' or ".
12522         (conf-mode): Regexp-quote constructed comment-start and don't
12523         match section {} where "name" contains braces.
12525         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
12526         files.
12528 2004-12-01  Kenichi Handa  <handa@m17n.org>
12530         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
12531         (x-select-text): Don't treat eight-bit-control/graphic chars
12532         specially.  Store the encoded text in the X cut buffer.
12533         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
12534         with x-last-selected-text-cut-encoded.
12536 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12538         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
12540 2004-11-30  Markus Rost  <rost@ias.edu>
12542         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
12543         AUCTeX.
12545 2004-11-30  Jay Belanger  <belanger@truman.edu>
12547         * calc/calc-arith.el (math-possible-signs): Made stronger checks
12548         on signs of intervals.
12549         (math-pow-of-zero): Strengthen checks for positive and negative
12550         exponents.
12552         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
12553         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
12554         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
12555         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
12556         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
12557         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
12558         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
12559         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
12560         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
12561         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
12562         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
12563         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
12564         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
12565         functions with provide statements.
12567         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
12569         * calc/calc-embed.el (calc-do-embedded-activate): Remove from
12570         autoloads.
12572         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
12573         (calc-load-everything, math-defsimplify): Replace dummy autoloading
12574         functions by require statements.
12575         (math-defsimplify): Move to calc-alg.el, add to autoloads.
12577         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12578         (calc-gnuplot-print): Give them values.
12580         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
12581         autoloads.
12582         Add calc-do-embedded-activate to autoloads.
12583         (calc-gnuplot-name, calc-gnuplot-plot-command)
12584         (calc-gnuplot-print-command): Move them to calc-graph.el.
12586 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12588         * term/mac-win.el (ccl-encode-mac-roman-font)
12589         (ccl-encode-mac-cyrillic-font)
12590         (ccl-encode-mac-centraleuropean-font, encoder-list)
12591         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
12592         Support Cyrillic, CentralEuropean, and Dingbat font display
12594 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
12596         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
12598         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
12599         still nil.
12601 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
12603         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
12604         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
12606 2004-11-29  Jay Belanger  <belanger@truman.edu>
12608         * calc/calc-arith.el (math-pow-of-zero): Take into account different
12609         cases of the base and exponent.
12611 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12613         * simple.el (next-error-buffer-p): Allow for inclusive and
12614         exclusive tests for finding a buffer.
12615         (next-error-find-buffer): Pass the exclusive and inclusive tests
12616         to next-error-buffer-p.
12618         * replace.el (occur-next-error): Switch to the Occur buffer when
12619         appropriate, use the exclusive filter to next-error-find-buffer to
12620         do it.  Use the absolute value of the motion amount.
12622 2004-11-29  Kenichi Handa  <handa@m17n.org>
12624         * startup.el (command-line): Decode all default-directory by
12625         locale-coding-system.
12627 2004-11-29  Jay Belanger  <belanger@truman.edu>
12629         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
12630         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
12631         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
12632         Replace calls to calc-extensions by appropriate require, replace
12633         calc-extensions-loaded by appropriate featurep.
12635         * calc/calc-ext.el: Move require to end of file.  Remove redundant
12636         loading of calc.el.
12637         (calc-extensions-loaded): Remove unnecessary variable.
12638         (calc-extensions): Remove unnecessary function.
12639         (calc-load-everything): Replace calc-need-macros by appropriate
12640         require.
12642         * calc/calc-macs.el: Move provide to end of file.
12643         (calc-need-macros): Remove unnecessary function.
12645         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
12646         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
12647         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
12648         Replace calc-extensions by appropriate require.
12649         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
12651         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
12652         Replace calc-need-macros by appropriate require.
12654         * calc/calc.el: Move require to end of file.
12655         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
12656         Remove unnecessary variable.
12657         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
12658         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
12659         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
12660         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
12661         (math-stack-value-offset, math-format-value, math-format-flat-expr)
12662         (math-format-number, math-format-bignum, math-read-number)
12663         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
12664         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
12665         by appropriate require.
12666         (calc-check-defines): Replace calc-need-macros by appropriate require.
12668 2004-11-29  Kim F. Storm  <storm@cua.dk>
12670         * macros.el (insert-kbd-macro): Handle kmacro functions.
12672 2004-11-28  Juri Linkov  <juri@jurta.org>
12674         * compare-w.el (compare-windows-highlight): Attach each overlay
12675         to its window to properly highlight differences while comparing
12676         two windows of the same buffer.  Fix arguments.
12677         (compare-windows-sync-default-function): Fix arguments of
12678         `compare-windows-highlight'.
12680         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
12681         Use `read-expression-history'.  Set initial contents only if
12682         `edebug-global-break-condition' is non-nil.  Set histpos to 1
12683         if initial contents is equal to the last history element.
12684         (edebug-set-conditional-breakpoint): Instead of temporarily
12685         prepending the current condition to the history, set initial
12686         contents to the current condition.  Set histpos to 1 if initial
12687         contents is equal to the last history element.
12689         * info.el (Info-search-whitespace-regexp): Remove shy group.
12690         (Info-search): Forward line if search is on the header line.
12691         Use search-whitespace-regexp in two other places.
12693 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
12695         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
12696         warning.  Delay real definition, which uses
12697         `set-fringe-indicators-1' till after the definition of that function.
12699 2004-11-28  Kim F. Storm  <storm@cua.dk>
12701         * fringe.el (fringe): New defgroup.
12702         (fringe-mode): Move to fringe group.
12703         (fringe-indicators): New defcustom.
12704         (set-fringe-indicators-1): New defun.
12706         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
12707         (menu-bar-showhide-fringe-ind-menu): New keymap.
12708         (menu-bar-showhide-fringe-ind-empty)
12709         (menu-bar-showhide-fringe-ind-mixed)
12710         (menu-bar-showhide-fringe-ind-box)
12711         (menu-bar-showhide-fringe-ind-right)
12712         (menu-bar-showhide-fringe-ind-left)
12713         (menu-bar-showhide-fringe-ind-none): New defuns.
12714         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
12716 2004-11-27  Richard M. Stallman  <rms@gnu.org>
12718         * comint.el (comint-read-noecho): Add trivial compatibility definition.
12720         * generic.el (define-generic-mode): Doc fix.
12722         * menu-bar.el (menu-bar-options-save): For the options
12723         that are toggled with menu-bar-make-mm-toggle, don't check
12724         for customized-value prop.
12726 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
12728         * mail/supercite.el (sc-cite-region): Handle the case where
12729         sc-cite-frame-alist is a symbol.
12730         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
12731         a symbol.
12732         (sc-recite-region): Handle the case where sc-recite-frame-alist is
12733         a symbol.
12735 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
12737         * wid-edit.el (widget-narrow-to-field): New function.
12738         (widget-complete): Use it.
12740 2004-11-27  Jay Belanger  <belanger@truman.edu>
12742         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
12743         variable.
12744         (calc-eval-error): Don't check if the variable calc-eval-error is
12745         bound.
12746         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
12747         (math-alg-inequalities): Move declaration to earlier in the file.
12749         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
12750         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
12751         Declare them.
12753         * calc/calc-lang.el (math-expr-data, math-expr-token)
12754         (math-exp-old-pos): Declare them.
12756         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
12757         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
12759 2004-11-27  Kim F. Storm  <storm@cua.dk>
12761         * progmodes/flymake.el: Use (featurep 'xemacs).
12762         (flymake-makehash): Change to defsubst.  Use fboundp.
12763         (flymake-time-to-float): Remove.
12764         (flymake-float-time): Merge code from flymake-time-to-float here.
12765         (flymake-replace-regexp-in-string): Change to defsubst.
12766         (flymake-split-string-remove-empty-edges):
12767         Rename to flymake-split-string.
12768         (flymake-split-string): Remove previous defalias.
12769         (flymake-get-temp-dir): Change to defsubst.
12770         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
12771         Define for xemacs only.
12772         (flymake-master-file-count-limit): Change into compiler defvar only.
12773         (flymake-find-possible-master-files): Let-bind it dynamically while
12774         sorting files using flymake-master-file-compare.
12776 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12778         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
12779         of defun-prompt-regexp matches inside a comment/string but the
12780         beginning is correctly outside everything.
12782         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
12783         appears within a string or a comment.
12785         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
12786         rather than make-symbol for symbols which are used in
12787         a symbol-macrolet or equivalent.
12789 2004-11-26  Jay Belanger  <belanger@truman.edu>
12791         * calc-misc.el (calc-last-why-command): Declare it.
12793         * calc-vec.el (math-grade-vec): New variable.
12794         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
12795         Replace variable grade-vec by declared variable.
12796         (math-rb-close): New variable.
12797         (math-read-brackets, math-read-vector): Replace variable close by
12798         declared variable.
12800         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
12801         (calc-one-window, calc-edit-handler, calc-restore-trail)
12802         (calc-allow-ret): Declare them.
12804         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
12805         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
12806         (math-radix-float-cache-tag, math-random-cache)
12807         (math-max-digits-cache, math-integral-cache, math-units-table)
12808         (math-format-date-cache, math-holidays-cache-tag): Declare them.
12809         (math-moc-func): New variable.
12810         (math-map-over-constants, math-map-over-constants-rec):
12811         Replace variable func by declared variable.
12813         * calc/calc-store.el (calc-given-value, calc-store-opers):
12814         Declare them.
12815         (calc-var-name-map): Move declaration to earlier in the file.
12816         (calc-pv-pos): New variable.
12817         (calc-permanent-variable, calc-insert-permanent-variable):
12818         Replace variable pos by declared variable.
12820         * calc/calc-mtx.el (calc-det-lu): New variable.
12821         (math-det-raw, math-det-step): Replace variable lu by declared
12822         variable.
12824         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
12825         (math-multi-subst, math-multi-subst-rec): Replace variables temp
12826         and arg by declared variables.
12827         (calcFunc-reducer): Fix incorrect variable.
12828         (math-inner-mul-func, math-inner-add-func): New variables.
12829         (calcFunc-inner, math-inner-mats): Replace variables mul-func
12830         and add-func by declared variables.
12832         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
12833         (calc-digit-value): Declare them.
12835         * calc/calc-help.el (Info-history): Declare it.
12836         (calc-describe-key): Make calc-summary-indentation a local variable.
12837         (calc-help-long-names): Move declaration to earlier in file.
12839         * calc/calc-embed.el (calc-original-buffer): Declare it.
12840         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
12841         (calc-embed-bot): New variables.
12842         (calc-do-embedded, calc-embedded-mark-formula)
12843         (calc-embedded-find-bounds, calc-embedded-duplicate)
12844         (calc-embedded-new-formula, calc-embedded-make-info):
12845         Replace vars outer-top, outer-bot, bot and top by declared variables.
12846         (calc-embed-prev-modes): New variable.
12847         (calc-embedded-set-modes, calc-embedded-update): Replace variable
12848         prev-modes with declared variable.
12849         (calc-embed-vars-used): New variable.
12850         (calc-embedded-make-info, calc-embedded-evaluate-expr)
12851         (calc-embedded-update, calc-embedded-find-vars): Replace variable
12852         vars-used by declared variable.
12854         * calc/calc-bin.el (math-format-radix-float): Make pos a local
12855         variable.
12856         (math-format-radix-float): Remove unnecessary setq.
12857         (math-radix-float-cache): Declare it.
12859         * calc/calcsel2.el (calc-keep-selection): Declare it.
12861         * calc/calc-maint.el: Remove file.
12863 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12865         * textmodes/bibtex.el (bibtex-sort-entry-class)
12866         (bibtex-comment-start): Use defcustom.
12867         (bibtex-entry-field-alist): Use nil if initial content of the
12868         field is undefined.  Fix docstring.
12869         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
12870         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
12871         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
12872         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
12873         Fix docstring.
12874         (bibtex-autokey-title-terminators): Use only one regexp.
12875         (bibtex-string-maybe-empty-head): New variable.
12876         (bibtex-remove-delimiters-string): New function.
12877         (bibtex-text-in-field-bounds, bibtex-text-in-string):
12878         Use bibtex-remove-delimiters-string.
12879         (bibtex-progress-message, bibtex-field-left-delimiter)
12880         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
12881         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
12882         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
12883         Simplify.
12884         (bibtex-format-entry): Use save-excursion for inherited booktitle.
12885         Use eq and bibtex-remove-delimiters-string.  For end markers use
12886         insertion type so that marker stays after inserted text.
12887         (bibtex-autokey-get-names): Return empty string if name is missing.
12888         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
12889         calling bibtex-autokey-name-case-convert.
12890         (bibtex-autokey-demangle-title):
12891         Call bibtex-autokey-titleword-case-convert.  Remove call to
12892         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
12893         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
12894         (bibtex-read-key): New optional arg global.
12895         (bibtex-files-expand): New optional arg force.
12896         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
12897         (bibtex-complete-crossref-cleanup): Rename from
12898         bibtex-complete-key-cleanup.  Simplify code.
12899         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
12900         Operate on current entry.
12901         (bibtex-button): Add docstring.
12902         (bibtex-entry): Simplify.
12903         (bibtex-make-field): Replace optional arg called-by-yank with more
12904         specific args move and interactive.
12905         (bibtex-end-of-entry): Use forward-sexp.
12906         (bibtex-find-entry-globally): Remove.
12907         (bibtex-find-crossref): Allow for crossref key located in other buffer.
12908         Bound to C-c C-x.
12909         (bibtex-find-entry): New optional args global and display.
12910         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
12911         (bibtex-validate): Use arg force of bibtex-files-expand.
12912         (bibtex-clean-entry): Bugfix, clean string entries properly.
12913         Always keep point at beginning of entry.
12914         (bibtex-complete): Bugfix.  Handle string entries properly.
12915         Call cleanup functions only if needed.
12916         (bibtex-String): Use bibtex-read-string-key.
12917         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
12918         case of replacement text.
12920 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
12922         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
12923         (tramp-perl-directory-files-and-attributes): New constant.
12924         (tramp-file-name-handler-alist): Delete file-directory-files, add
12925         directory-files-and-attributes.
12926         (tramp-perl-file-attributes): Surround uid and gid by double
12927         quotes.  Change parameter id-format from nonnumeric.
12928         (tramp-convert-file-attributes): New function.
12929         (tramp-handle-file-attributes): Use it.
12930         (tramp-maybe-send-perl-script): New function.
12931         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
12932         file mode.  Change parameter id-format from nonnumeric.
12933         (tramp-handle-file-attributes-with-ls): Change parameter id-format
12934         from nonnumeric.
12935         (tramp-post-connection): Don't send tramp-perl-file-attributes
12936         script.  Reset connection property "perl-scripts".
12937         (tramp-handle-insert-directory): Run real handler when ls-lisp is
12938         in use.
12940 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
12942         * desktop.el (desktop-read): Replace mapcar with mapc.
12943         (desktop-create-buffer): Replace mapcar with mapc.
12944         Remove redundant piece of code.
12946 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
12948         * progmodes/gud.el (gud-display-line): Use display-buffer
12949         for GDB-UI as for GUD.
12951         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
12952         Delete variables.
12953         (gdb-ann3): Don't make GUD buffer dedicated.
12954         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
12955         (gdb-display-source-buffer): Delete function.
12956         (gdb-view-source-function, gdb-view-assembler): Delete functions.
12957         (menu): Delete menu bindings for viewing source/assembler.
12958         (gdb-setup-windows, gdb-restore-windows):
12959         Don't dedicate GUD.  No assembler now.
12960         (gdb-reset): No need to undedicate source buffers now.
12961         (gdb-source-info): No assembler now.
12963 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
12965         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
12966         width to those for special frames.
12967         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
12968         Use display-buffer.
12969         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
12970         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12971         (gdb-frame-assembler-buffer): Rework like
12972         gdb-frame-breakpoints-buffer.
12974 2004-11-25  Richard M. Stallman  <rms@gnu.org>
12976         * progmodes/flymake.el: Reindent.
12977         (flymake-split-string): Turn into defalias.
12978         (flymake-fix-file-name): Rename from flymake-fix-path-name.
12979         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
12980         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
12981         (flymake-build-relative-filename): Rename from ...path.
12982         Fix error message.
12984 2004-11-25  Cheng Gao  <chenggao@gmail.com>
12986         * progmodes/flymake.el: Much whitespace and capitalization change.
12987         Move `provide' to end.  Require `compile' only when compiling.
12989 2004-11-24  Jay Belanger  <belanger@truman.edu>
12991         * calc/calc-alg.el: Added comment.
12992         (math-polynomial-base): Replace variable mpb-top-expr by
12993         math-poly-base-top-expr.
12995         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
12996         (math-polynomial-p1): Replace variable mpb-top-expr by declared
12997         variable.
12998         (math-poly-base-total-base): New variable.
12999         (math-total-polynomial-base, math-polynomial-p1): Replace variable
13000         mpb-total-base by declared variable.
13001         (math-factored-vars, math-to-list): Declare it.
13002         (math-fact-expr): New variable.
13003         (calcFunc-factors, calcFunc-factor, math-factor-expr)
13004         (math-factor-expr-try, math-factor-expr-part): Replace variable
13005         expr by declared variable.
13006         (math-fet-x): New variable.
13007         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
13008         by declared variable.
13009         (math-factor-poly-coefs): Make temp a local variable.
13011         * calc/calc-units.el (calc-convert-units): Make units a local
13012         variable.
13013         (calc-num-units, calc-den-units): New variables.
13014         (calc-explain-units, calc-explain-units-rec): Replace variables
13015         num-units and den-units by declared variables.
13016         (math-cu-unit-list): New variable.
13017         (math-build-units-table, math-compare-unit-names)
13018         (math-convert-units, math-convert-units-rec): Replace variable
13019         unit-list by declared variable.
13020         (math-fbu-base, math-fbu-entry): New variables.
13021         (math-find-base-units, math-find-base-units-rec): Replace variables
13022         base and entry by declared variables.
13023         (math-which-standard): New variable.
13024         (math-to-standard-units, math-to-standard-rec): Replace variable
13025         which-standard by declared variable.
13026         (math-fcu-u): New variable.
13027         (math-find-compatible-unit, math-find-compatible-unit-rec):
13028         Replace variable u by declared variable.
13029         (math-cu-new-units, math-cu-pure): New variables.
13030         (math-convert-units, math-convert-units-rec): Replace variables
13031         new-units and pure by declared variables.
13032         (math-try-cancel-units): New variable.
13033         (math-simplify-units-quotient): Replace variable try-cancel-units by
13034         declared variable.
13036 2004-11-24  Richard M. Stallman  <rms@gnu.org>
13038         * textmodes/ispell.el (ispell-check-version):
13039         If default-directory is nonexistent, use home dir.
13041         * progmodes/grep.el (grep-regexp-alist):
13042         Don't match parens around line numbers.
13044         * progmodes/cperl-mode.el (cperl-indent-region)
13045         (cperl-imenu--create-perl-index, cperl-xsub-scan):
13046         Don't print progress messages.
13048         * progmodes/compile.el (compilation-mode-map):
13049         Don't inherit from compilation-minor-mode-map;
13050         copy its bindings instead.  But the menu bar Compile
13051         entry now does inherit from compilation-menu-map.
13053         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13054         Use with-no-warnings around compiler-macroexpand.
13056         * imenu.el: Don't always require newcomment.
13057         (imenu--generic-function): Call comment-normalize-vars
13058         if we have a comment syntax.
13059         Exit the loop if REGEXP matches the null string.
13060         Test comment-start as well as comment-start-skip
13061         when deciding whether to check for comments.
13063         * tooltip.el (tooltip-mode): Doc fix.
13065         * term.el (term-escape-char, term-mode): Doc fixes.
13067 2004-11-24  Dave Love  <fx@gnu.org>
13069         * progmodes/python.el (python-font-lock-syntactic-keywords):
13070         Check for escapes in the regexp.
13071         (python-quote-syntax): Don't do it here.
13073 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
13075         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
13076         (gdb-frames-mode-map, gdb-threads-mode-map)
13077         (gdb-registers-mode-map, gdb-locals-mode-map)
13078         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
13079         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
13081         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
13082         (dedicated-switch-to-buffer): Rework.
13083         (gdb-var-evaluate-expression-handler, gdb-put-string):
13084         Remove unused variable bindings.
13085         (gdb-setup-windows, gdb-display-buffer):
13086         Simplify.  Use pop-to-buffer.
13087         (gdb-view-source-function): Simplify.
13088         (gdb-frame-breakpoints-buffer):
13089         Use pop-to-buffer, special-display-regexps.
13091 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
13093         * progmodes/f90.el (f90-smart-end)
13094         (f90-previous-statement, f90-beginning-of-block): Doc fix.
13095         (f90-calculate-indent): Handle un-named PROGRAM blocks.
13096         (f90-end-of-block): Doc fix.  Make check of outermost block
13097         conditional on value of `f90-smart-end'.
13098         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
13099         Handle case where END-BLOCK is nil.
13100         (f90-match-end): Handle un-named PROGRAM blocks.
13101         (f90-backslash-not-special): New function.
13103 2004-11-24  Jay Belanger  <belanger@truman.edu>
13105         * calc/calc.el (calc-embedded-active): Removed unnecessary
13106         declaration.
13107         (calc-show-banner): Removed redundant declaration.
13109         * calc/calc-graph.el (calc-gnuplot-default-device)
13110         (calc-gnuplot-default-output, calc-gnuplot-print-device)
13111         (calc-gnuplot-print-output, calc-gnuplot-geometry)
13112         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
13113         Remove redundant initial values.
13115         * calc/calc-arith.el (math-scalar-functions)
13116         (math-nonscalar-functions, math-scalar-if-args-functions)
13117         (math-real-functions, math-positive-functions)
13118         (math-nonnegative-functions, math-real-scalar-functions)
13119         (math-real-if-arg-functions, math-integer-functions)
13120         (math-num-integer-functions, math-rounding-functions)
13121         (math-float-rounding-functions, math-integer-if-args-functions)
13122         (math-super-types): Move declarations to earlier in file.
13123         (math-unit-prefixes): Declared it.
13124         (math-floor-prec, math-trunc-prec): New variables.
13125         (math-trunc-fancy): Replace variable prec by declared variable.
13126         (math-floor-fancy): Replace variable prec by declared variable.
13127         (math-com-bterms): New variable.
13128         (math-commutative-equal, math-commutative-collect):
13129         Replace variable bterms by declared variable.
13131         * calc/calc-misc.el (math-trunc): Replace variable prec by
13132         math-trunc-prec.
13133         (math-floor): Replace variable prec by math-floor-prec.
13135         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
13136         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
13137         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
13138         (math-format-date, math-format-date-part): Replace variables
13139         date, dt, year, month, day, weekday, hour, minute, second and
13140         bc-flag by declared variables.
13141         (math-pd-str): New variable.
13142         (math-parse-date, math-parse-date-word, math-parse-standard-date):
13143         Replace variable str by declared variable.
13144         (math-daylight-savings-hook, math-tzone-names): Move definitions
13145         to earlier in the file.
13146         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
13147         (math-sh-year): New variable.
13148         (math-setup-add-holidays, math-setup-holidays)
13149         (math-setup-year-holidays): Replace variable `year' by declared
13150         variable.
13152         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
13153         New variables.
13154         (math-nth-root-float, math-nth-root-float-iter): Replace variables
13155         n, nf and nfm1 by declared variables.
13156         (math-nri-n): New variable.
13157         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
13158         n by declared variable.
13159         (calcFunc-log): Removed misplaced condition.
13161 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13163         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
13165 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
13167         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
13168         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
13169         Dedicate gdb-related windows.
13170         (gdb-display-buffer): Dedicate gdb-related windows.
13171         Don't grab other frames.
13172         (gdb-reset): Remove dedicated property after debugging.
13174 2004-11-24  Jay Belanger  <belanger@truman.edu>
13176         * calc/calc-sel.el: Add comment.
13178         * calc/calc.el (math-stack-value-offset): Replace variables c,
13179         wid and off with math-svo-c, math-svo-wid and math-svo-off.
13181         * calc/calccomp.el (math-comp-sel-tag): Declare it.
13182         (math-svo-c, math-svo-wid, math-svo-off): New variables.
13183         (math-stack-value-offset-fancy): Replace variables c, wid and off
13184         by declared variables.
13185         (math-comp-just, math-comp-comma-spc): New variables.
13186         (math-compose-expr, math-compose-matrix): Replace variables `just'
13187         and comma-spc by declared variable.
13188         (math-comp-vector-prec): New variable.
13189         (math-compose-expr, math-compose-matrix, math-compose-rows):
13190         Replace variable vector-prec by declared variable.
13191         (math-comp-left-bracket, math-comp-right-bracket)
13192         (math-comp-comma): New variables.
13193         (math-compose-expr, math-compose-rows): Replace variables
13194         left-bracket, right-bracket and comma by declared variables.
13195         (math-comp-full-width): New variable.
13196         (math-comp-to-string-flat, math-comp-to-string-flat-term):
13197         Replace variable full-width by declared variable.
13198         (math-comp-highlight, math-comp-word, math-comp-level)
13199         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
13200         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
13201         New variables.
13202         (math-comp-to-string-flat, math-comp-to-string-flat-term)
13203         (math-comp-sel-flat-term): Replace variables comp-highlight,
13204         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
13205         declared variables.
13206         (math-comp-simplify, math-comp-simplify-term)
13207         (math-comp-add-string, math-comp-add-string-sel):
13208         Replace variables comp-highlight, comp-buf, comp-base,
13209         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
13211 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13213         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
13215         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
13216         and x-server-version may throw.
13218 2004-11-23  Kim F. Storm  <storm@cua.dk>
13220         * subr.el (substitute-key-definition-key): Optimize.
13221         Don't call indirect-function for nil defn (always signals error).
13223         * ido.el (ido-read-internal): Fix require-match check when
13224         ido-directory-too-big is set.
13226 2004-11-23  Jay Belanger  <belanger@truman.edu>
13228         * calc/calc-ext.el (math-read-replacement-list)
13229         (math-read-superscripts): New variables.
13230         (math-read-preprocess-string): New function.
13231         (math-read-expr): Filter input through math-read-preprocess-string.
13233         * calc/calc-aent.el (math-read-exprs): Filter input through
13234         math-read-preprocess-string.
13236 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
13238         * progmodes/compile.el (compilation-start): In cd command use
13239         substitute-env-vars -- not quite shell compatible but better than
13240         nothing.
13241         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
13242         handle the newer versions messages, which are more parseable.
13244 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13246         * reveal.el (reveal-mode-map): New var.
13247         (reveal-mode): Use it.
13249 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
13251         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
13252         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
13254 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13256         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
13257         header-line when needed.
13258         Use fixed-pitch only in the header-line.
13259         Build the underline automatically.  Use emdash if available.
13261 2004-11-22  Richard M. Stallman  <rms@gnu.org>
13263         * dired.el (dired-recursive-copies): Move from dired-aux.el.
13264         * dired-aux.el (dired-recursive-copies): Move to dired.el.
13266 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
13268         * progmodes/gdb-ui.el (gdb-resync): New function.
13269         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
13270         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
13271         Use it to fail more gracefully.
13272         (gdb-variables): Delete variable.
13273         Re-order variables to reduce byte-compiler warnings.
13275 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13277         * descr-text.el (describe-char):
13278         * paren.el (show-paren-function):
13279         * subr.el (syntax-after): Undo last change.
13281         * progmodes/python.el (run-python): Don't hard code *Python*.
13282         Don't modify global process-environment.
13283         (python-send-region, python-load-file): Don't assume that
13284         python-buffer == (process-buffer (python-proc)).
13285         (python-switch-to-python): Simplify.
13287         * dired.el (dired-align-file): Don't assume line starts with spaces.
13289 2004-11-21  Jay Belanger  <belanger@truman.edu>
13291         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
13292         Replace variable `lines' by math-read-big-lines.
13293         (math-read-big-expr): Replace variables the-baseline, the-h2
13294         and err-msg by math-read-big-baseline, math-read-big-h2 and
13295         math-read-err-msg.
13296         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
13298         * calc/calc-lang.el (math-read-big-rec): Fix typo.
13299         (math-read-big-balance): Replace unbound variable by value.
13300         (math-read-big-lines): New variable.
13301         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
13302         (math-read-big-error, math-read-big-balance): Replace variable
13303         `lines' by declared variable.
13304         (math-read-big-baseline, math-read-big-h2): New variables.
13305         (math-read-big-rec): Replace variables the-baseline and the-h2
13306         by declared variables.
13307         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
13308         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
13309         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
13310         declared variables.
13311         (math-read-big-err-msg): New variable.
13312         (math-read-big-error): Replace variable err-msg by declared variable.
13314 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13316         * ses.el: Add coding cookie.
13317         Fix up docstrings, follow new commenting conventions.
13318         (ses-header-line-menu): Fix missing variable rename for header-row.
13319         (ses-cell-size): Remove.
13320         (ses-make-cell): New function.
13321         (ses-cell, ses-insert-row, ses-insert-column): Use it.
13322         (ses-calculate-cell): Remove unused var `symbol'.
13323         (ses-narrowed-p): New function.
13324         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
13325         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
13326         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
13327         (ses-setup): Use restore-buffer-modified-p.
13328         (ses-cleanup): Remove unused var `end'.
13329         (ses-header-string-left-offset): Remove.
13330         (ses-create-header-string): Adjust to new behavior of `align-to'.
13331         Truncate excessively large fields to preserve alignment.
13332         (ses-reconstruct-all): Remove unused var `refs'.
13333         (ses-read-cell-printer): Remove unused var `prompt'.
13334         (ses-delete-row): Remove unused var `pos'.
13335         (ses-delete-column): Remove unused var `new'.
13337 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13339         * ps-print.el: Insert :version tag into all defgroup and defcustom.
13340         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
13341         Eliminate eval-and-compile usage.
13342         (ps-insert-file): Use insert-file-contents instead of insert-file.
13343         (ps-setup): Code fix.
13345         * printing.el (pr-setup, lpr-setup): Code fix.
13347 2004-11-21  Jay Belanger  <belanger@truman.edu>
13349         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
13350         (calc-original-buffer): Declare them.
13351         (calc-user-formula-alist): New variable.
13352         (calc-user-define-formula, calc-fix-user-formula)
13353         (calc-user-define-composition, calc-finish-formula-edit):
13354         Replace variable `alist' by declared variable.
13355         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
13356         (var-q7, var-q7, var-q8, var-q9): Declare them.
13357         (calc-kbd-push): Don't check to see if var-q0 through var-q9
13358         are bound.
13359         (calcFunc-typeof): Replace undeclared variable by expression.
13360         (math-exp-env): New variable.
13361         (math-define-body, math-define-exp): Replace exp-env by declared var.
13362         (math-define-exp): Replace misplaced variable by expression.
13364         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
13365         (calc-curve-model, calc-curve-coefnames): New variables.
13366         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
13367         varnames, model and coefnames by declared variables.
13368         (math-root-widen): New variable.
13369         (math-search-root, math-find-root): Replace variable root-widen by
13370         declared variable.
13371         (var-DUMMY): Declare it.
13372         (math-root-vars, math-min-vars): Move the declarations to earlier in
13373         the file.
13374         (math-brent-min): Make d a local variable.
13375         (math-find-minimum): Replace non-existent variable.
13376         (math-ninteg-romberg): Remove unnecessary variable.
13377         (math-ninteg-temp): New variable.
13378         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
13379         integ-temp by declared variable.
13380         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
13381         New variables.
13382         (math-general-fit): Replace variables first-var, first-coef and
13383         new-coefs by declared variables.
13384         (calcFunc-fitvar): Replace variable first-var by declared variable.
13385         (calcFunc-fitparam): Replace variable first-coef by declared variable.
13386         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
13387         (math-all-vars-vars, math-all-vars-found): New variables.
13388         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
13389         found by declared variable math-all-vars-vars.
13391 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
13393         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
13394         of `defconst'.
13396 2004-11-20  Richard M. Stallman  <rms@gnu.org>
13398         * isearch.el (isearch-mode-map): Don't bind SPC.
13399         (isearch-whitespace-chars): Function deleted.
13400         (isearch-search): Bind search-spaces-regexp.
13401         (isearch-lazy-highlight-search): Likewise.
13402         (search-whitespace-regexp): Doc fix.
13403         (isearch-forward-regexp): Doc fix.
13405         * emacs-lisp/bytecomp.el (byte-compile-form):
13406         Move the calls to byte-compile-set-symbol-position,
13407         to avoid having two for the same symbol occurrence.
13409         * comint.el (comint-input-ring-size): Increase to 150.
13411         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
13412         New variables.
13413         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
13414         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
13416         * imenu.el (imenu--generic-function):
13417         Ensure we keep moving backward even if BEG isn't further back.
13419         * replace.el (query-replace-read-to, query-replace-read-from):
13420         Specify t for KEEP-ALL in read-from-minibuffer.
13422         * progmodes/python.el (python-switch-to-python):
13423         If Python isn't running, start it.
13424         Don't alter debug-ignored-errors.
13426         * progmodes/cperl-mode.el (cperl-indent-region):
13427         Don't mind imenu-scanning-message.
13429         * bindings.el (global-map): Bind C-e to move-end-of-line.
13431         * simple.el (line-move-finish): New arg FORWARD.
13432         Ignore invisible newlines, not intangible ones.
13433         Conditions for acceptable stopping positions depend on FORWARD.
13434         (line-move): Pass FORWARD arg to line-move-finish.
13436         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
13437         of HEADER.  Compensate for this change in the code to add display
13438         properties.  Don't make the first line intangible.
13440         * info.el (Info-search): Fix previous change.
13442 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
13444         * Makefile.in (recompile): Revert 2004-11-19 change.
13445         (compile): Likewise.
13447 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
13449         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
13451 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13453         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
13454         defgroup and defcustom.  Eliminate eval-and-compile usage.
13456         * progmodes/ebnf-otz.el: Fix typos.
13458 2004-11-19  Jay Belanger  <belanger@truman.edu>
13460         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
13461         (calc-edit-finish, calc-finish-stack-edit): Replace variable
13462         disp-trail by declared variable.
13464         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
13465         (calc-finish-selection-edit): Replace variable disp-trail by
13466         declared variable.
13467         (calc-selection-cache-entry): Move declaration to earlier in the file.
13468         (calc-selection-cache-num, calc-selection-cache-comp)
13469         (calc-selection-cache-offset, calc-selection-true-num)
13470         (calc-final-point-line, calc-final-point-column)
13471         (calc-original-buffer): Declare them.
13472         (calc-fnp-op, calc-fnp-num): New variables.
13473         (calc-find-nth-part, calc-find-nth-part-rec)
13474         (calc-select-previous): Replace op and num by declared variables.
13475         (calc-rsf-old, calc-rsf-new): New variables.
13476         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
13477         Replace variables old and new by declared variables.
13478         (calc-sel-reselect): New variable.
13479         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
13480         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
13481         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
13482         reselect with declared variable.
13484         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
13485         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
13486         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
13487         (math-import-list, math-rewrite-phase): Declare them.
13488         (math-rewrite): Use let* to declare variables.
13489         (calc-rewrite-selection): Make rules a local variable.
13490         (calc-rewr-sel): New variable.
13491         (calc-rewrite-selection, calc-locate-selection-marker)
13492         (calc-rewrite): Use the declared variable calc-rewr-sel instead
13493         of sel.
13494         (math-rewrite-whole-expr): New variable.
13495         (math-rewrite, math-rewrite-phase): Replace variable expr by
13496         declared variable.
13497         (math-rewrite-heads-heads, math-rewrite-heads-skips)
13498         (math-rewrite-heads-blanks ): New variables.
13499         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
13500         heads, skips and blanks by declared variables.
13501         (math-rwcomp-subst-old, math-rwcomp-subst-new)
13502         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
13503         New variables.
13504         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
13505         old, new, old-func and new-func by declared variables.
13506         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
13507         Remove unnecessary variable.
13508         (math-apply-rw-regs): New variable.
13509         (math-apply-rewrites, math-rwapply-replace-regs)
13510         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
13511         (math-apply-rw-ruleset): New variable.
13512         (math-apply-rewrites, math-rwapply-remember): Replace variable
13513         ruleset by declared variable.
13515 2004-11-19  Richard M. Stallman  <rms@gnu.org>
13517         * info.el (Info-search): Use search-whitespace-regexp.
13519 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
13521         * vc-rcs.el (vc-rcs-parse): New function.
13522         (vc-rcs-annotate-command): Likewise.
13523         (vc-rcs-annotate-current-time): Likewise.
13524         (vc-rcs-annotate-time): Likewise.
13525         (vc-rcs-annotate-extract-revision-at-line): Likewise.
13527 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
13529         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
13531 2004-11-18  Jay Belanger  <belanger@truman.edu>
13533         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
13535 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13537         * printing.el: Eliminate use of interactive-p and eval-and-compile.
13538         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
13539         Use make-temp-file to generate PostScript files in any situation.
13540         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
13541         (pr-interactive-p): Eliminate var.
13542         (pr-save-interactive): Eliminate macro.
13543         (pr-interface, pr-ps-directory-preview)
13544         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13545         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13546         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13547         (pr-ps-buffer-ps-print, pr-ps-region-preview)
13548         (pr-ps-region-using-ghostscript, pr-ps-region-print)
13549         (pr-ps-region-ps-print, pr-ps-mode-preview)
13550         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13551         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13552         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
13553         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13554         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13555         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13556         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13557         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13558         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13559         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13560         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13561         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
13562         Eliminate pr-save-interactive usage.
13563         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
13564         Eliminate pr-interactive-p usage.
13565         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
13566         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
13567         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
13568         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
13569         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
13570         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
13571         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
13572         New funs.
13573         (pr-ps-file): Use make-temp-file to generate a temporary file.
13575 2004-11-17  Jay Belanger  <belanger@truman.edu>
13577         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
13578         a local variable.
13579         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
13580         (math-top-only): New variable.
13581         (math-simplify, math-simplify-step): Replace variable top-only by
13582         declared variable math-top-only.
13583         (math-simplify-expr): Declare it.
13584         Replace argument expr in all calls of math-defsimplify by
13585         math-simplify-expr.
13586         (math-simplify-plus, math-simplify-times, math-simplify-divide)
13587         (math-simplify-divisor, math-simplify-one-divisor)
13588         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
13589         (math-simplify-pow): Replace variable expr by declared variable
13590         math-simplify-expr.
13591         (math-simplify-divisor): Remove local variables temp and op.
13592         (math-simplify-one-divisor): Make temp and op local variables.
13593         (math-simplify-divisor-nover, math-simplify-divisor-dover):
13594         New variables.
13595         (math-simplify-divisor, math-simplify-one-divisor):
13596         Replace variables nover and dover by declared variables.
13597         (math-expr-subst-new, math-expr-subst-old): New variables.
13598         (math-expr-subst, math-expr-subst-rec): Replace variables new
13599         and old by declared variables.
13600         (math-is-poly-degree, math-is-poly-loose): New variables.
13601         (math-is-polynomial, math-is-poly-rec): Replace variables degree
13602         and loose by declared variables.
13603         (math-poly-base-const-ok, math-poly-base-pred): New variables.
13604         (math-polynomial-base, math-polynomial-base-rec):
13605         Replace variables const-ok and mpb-pred by declared variables.
13607         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
13609         * calc/calc-ext.el (math-defsimplify): Change the argument in
13610         the created function to math-simplify-expr.
13612         * calc/calc-units.el (math-simplify-expr): Declare it.
13613         Replace argument expr in all calls of math-defsimplify by
13614         math-simplify-expr.
13615         (math-simplify-units-prod): Replace variable expr by declared
13616         variable math-simplify-expr.
13618 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13620         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
13621         Replace mapcar->dolist, format->string.
13623 2004-11-17  Miles Bader  <miles@gnu.org>
13625         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
13626         * progmodes/idlwave.el: Remove RCS keywords.
13628 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
13630         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
13631         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
13632         Update to IDLWAVE version 5.5.  Too many changes to list them here.
13633         * progmodes/idlw-help.el: New file.
13635 2004-11-16  Richard M. Stallman  <rms@gnu.org>
13637         * international/iso-cvt.el (iso-tex2iso-trans-tab):
13638         Discard spaces after \i according to TeX rules.
13640         * international/mule.el (set-buffer-file-coding-system):
13641         New arg NOMODIFY.
13642         (after-insert-file-set-coding): Pass that new arg.
13643         Prevent set-buffer-multibyte from trying to lock the file.
13645         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
13647         * saveplace.el (save-place): Doc fix.
13649         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
13650         temporarily widen before finding the following word to copy.
13652         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
13653         (cl-map-keymap): Definition deleted.
13655         * subr.el (map-keymap-internal): New function.
13657 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13659         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
13660         when pressing rather than when releasing mouse-2.  Simplify.
13662 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13664         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
13665         (compilation-mode): Set it here instead.
13667         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
13669         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
13670         (loop, cl-parse-loop-clause, defsetf): Use backquote.
13672 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13674         * progmodes/compile.el (compilation-internal-error-properties):
13675         Fix up a transposition-typo.  Check end-col before using it.
13677 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
13679         * international/iso-cvt.el (iso-tex2iso-trans-tab):
13680         Discard whitespace after macro \i when converting it.
13682 2004-11-16  Juri Linkov  <juri@jurta.org>
13684         * emacs-lisp/find-func.el (find-function-regexp):
13685         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
13686         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
13687         Remove invalid `\W' from [^cgv\W].  Doc fix.
13688         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
13690 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
13692         * play/life.el: Maintainer is now FSF.
13693         (life-patterns, life-neighbor-deltas, life-window-start)
13694         (life-current-generation, life-generation-string): Use defvar
13695         instead of defconst.
13697 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13699         * progmodes/compile.el (compilation-move-to-column): New fun.
13700         (compilation-internal-error-properties)
13701         (compilation-next-error-function): Use it to make sure we don't go past
13702         the end of line.
13704 2004-11-15  John Paul Wallington  <jpw@gnu.org>
13706         * autoinsert.el (auto-insert-alist): Insert the user's name in
13707         copyright notice, rather than Free Software Foundation, for the
13708         Emacs Lisp header case too.
13710 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13712         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
13713         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13714         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
13715         return the list of string in a string.
13716         (pr-call-process): Message if calling process returns an error, that
13717         is, the exit status is different of zero.
13719 2004-11-15  Jay Belanger  <belanger@truman.edu>
13721         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
13722         variable var-thing.
13723         (math-integ-depth, math-integ-level, math-integral-limit)
13724         (math-enable-subst, math-any-substs, math-integ-msg)
13725         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
13726         (math-int-threshold, math-int-factors, math-double-roots)
13727         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
13728         (var-GenCount): Declare these variables.
13729         (calcFunc-integ): Don't check if var-IntegLimit is bound.
13730         (math-integral-cache, math-integral-cache-state):
13731         Move declarations to earlier in the file.
13732         (math-deriv-var, math-deriv-total, math-deriv-symb)
13733         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
13734         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
13735         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
13736         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
13737         (math-solve-res): New variables
13738         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
13739         (math-integral, math-replace-integral-parts)
13740         (math-integrate-by-parts, calc-dump-integral-cache)
13741         (math-try-integral, math-do-integral, math-do-integral)
13742         (math-do-integral-methods, math-try-solve-for)
13743         (math-try-solve-prod, math-solve-poly-funny-powers)
13744         (math-solve-crunch-poly, math-decompose-poly)
13745         (math-solve-find-root-term, math-find-root-in-prod)
13746         (math-integ-try-linear-substitutions)
13747         (math-integ-try-substitutions, math-expr-rational-in)
13748         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
13749         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
13750         (math-solve-for, math-solve-system, math-solve-system-rec)
13751         (math-solve-get-sign, math-solve-get-int)
13752         (math-solve-system-subst): Replace undeclared variables with newly
13753         declared variables.
13755 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13757         * winner.el (winner-active-region, winner-edges, winner-window-list):
13758         Define at toplevel.
13759         (winner-mode-map): Move init inside declaration.
13761 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
13763         * files.el (convert-standard-filename): Doc fix.
13765 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
13767         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
13768         passwd, group, shadow, default/* and pam.d/*.
13770 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13772         * printing.el (pr-menu-spec): Adjust menu specification.
13774 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13776         * printing.el: Doc fix.  Insert :version tag into all defcustom.
13777         Handle interactive-p as is recommended in Emacs Lisp Reference.
13778         Set the file permission bits for newly created files.
13779         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13780         The printing menu specification (in `pr-menu-spec') was merged.
13781         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13782         (pr-version): New version number (6.8.3).
13783         (pr-file-modes): New option.
13784         (pr-interactive-p): New var.
13785         (pr-save-interactive, pr-save-file-modes): New macros.
13786         (pr-setup): Code fix.
13787         (pr-menu-spec): Menu specification merged.
13788         (pr-call-process, pr-text2ps): Set file permission bits.
13789         (pr-despool-print): Set file permission bits.  Handle interactive-p as
13790         is recommended.
13791         (pr-interface, pr-ps-directory-preview)
13792         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13793         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13794         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13795         (pr-ps-buffer-ps-print, pr-ps-region-preview)
13796         (pr-ps-region-using-ghostscript, pr-ps-region-print)
13797         (pr-ps-region-ps-print, pr-ps-mode-preview)
13798         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13799         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13800         (pr-despool-using-ghostscript, pr-despool-ps-print)
13801         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13802         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13803         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13804         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13805         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13806         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13807         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13808         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13809         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
13810         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
13811         Handle interactive-p as is recommended.
13813 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13815         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
13816         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
13818         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
13819         so it doesn't forget to highlight the beginning of the region either.
13821 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
13823         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
13824         (c-font-lock-init): Eliminate obsolete make-local-hook.
13825         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13826         (awk-mode): Use run-mode-hooks.
13828         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
13830 2004-11-13  Kim F. Storm  <storm@cua.dk>
13832         * mouse.el (mouse-drag-copy-region): Add :version.
13833         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
13834         while dragging mode line, so mode line can be dragged downwards.
13835         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
13836         while pressing mouse button so window doesn't scroll until we
13837         release the mouse if clicking on partially visible line.
13839 2004-11-12  Jay Belanger  <belanger@truman.edu>
13841         * calc/calc-graph.el (calc-dumb-map): Declare it.
13842         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
13843         than unbound.
13844         (calc-graph-name): Made `end' a local variable.
13845         (calc-graph-lookup): Made `varname' a local variable.
13846         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
13847         Declare them.
13848         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
13849         (calc-graph-plot, calc-graph-compute-3d): Remove references to
13850         the unused variable y3vec.
13851         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
13852         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
13853         calc-graph-prev-kill-hook.
13854         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
13855         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
13856         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
13857         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
13858         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
13859         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
13860         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
13861         (calc-graph-y3value, calc-graph-y3name)
13862         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
13863         (calc-graph-stepcount, calc-graph-is-splot)
13864         (calc-graph-surprise-splot, calc-graph-blank)
13865         (calc-graph-non-blank, calc-graph-curve-num): New variables.
13866         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
13867         (calc-graph-recompute-2d, calc-graph-compute-3d)
13868         (calc-graph-format-data): Replace undeclared variables with the
13869         above newly declared variables.
13871 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
13873         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
13874         `rsf-beep' and `rsf-sleep-after-message'.
13876         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
13877         list if `message-sender' is non-nil.
13879 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13881         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
13882         consing by using mapc instead of mapcar.
13884 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
13886         * tooltip.el (require): Explain why CL is needed.
13888 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13890         * printing.el: Insert :version into defgroup (printing).  All reference
13891         to Files option in menubar were changed to File.
13892         (pr-version): New version number (6.8.2).
13893         (pr-get-symbol): Call easy-menu-intern.
13894         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
13895         compilation gripes.
13897 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13899         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
13900         new byte-compile-function-environment binding to t.
13902         * font-lock.el (font-lock-fontify-syntactically-region):
13903         Don't forget to highlight the last char when we hit `end'.
13905         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
13906         (mwheel-scroll): Adjust accordingly.
13908         * cvs-status.el: Reduce spurious warnings.
13909         (cvs-status-checkout): Remove.
13910         (cvs-status-mode-map): Use cvs-mode-checkout instead.
13912         * pcvs.el (cvs-mode-checkout): New command.
13914         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
13916         * tooltip.el: Require CL.
13918         * emacs-lisp/bytecomp.el: Use push.
13919         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
13920         (defalias): Remove the `byte-compile' property and add
13921         a `byte-hunk-handler'.
13923 2004-11-11  Juri Linkov  <juri@jurta.org>
13925         * info.el (Info-search): Save match data for isearch.
13926         Skip Tag Table node.
13928         * descr-text.el (describe-char): Replace syntax-after with code
13929         from its previous version.
13931         * files.el (magic-mode-alist): Use optimization for SGML mode too.
13932         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
13934         * international/mule.el (sgml-html-meta-auto-coding-function):
13935         Remove > after <html to allow HTML attributes.
13937 2004-11-11  Jay Belanger  <belanger@truman.edu>
13939         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
13940         a variable.
13941         (calcFunc-dfac): Replace unbound max by n.
13942         (math-stirling-local-cache): New variable.
13943         (math-stirling-number, math-stirling-1, math-stirling-2):
13944         Replace the variable `cache' by the declared variable
13945         math-stirling-local-cache.
13946         (var-RandSeed): Declare it as a variable.
13947         (math-init-random-base, math-random-digit): Don't check to see if
13948         var-RandSeed is bound.
13949         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
13950         Declare them instead of just setting them.
13951         (math-init-random-base): Made i a local variable.
13952         (math-random-digit): Made math-random-last a local variable.
13953         (math-prime-test-cache): Move declaration to before it is used.
13954         (math-prime-test-cache-k, math-prime-test-cache-q)
13955         (math-prime-test-cache-nm1, math-prime-factors-finished):
13956         Declare them as variables.
13958 2004-11-11  Jay Belanger  <belanger@truman.edu>
13960         * calc/calc-ext.el (math-defcache): Use defvar for the new
13961         variables it creates.
13963 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
13965         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
13966         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
13967         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
13968         (desktop-save): Add :version.
13970 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13972         * printing.el (pr-get-symbol): Don't downcase.
13974 2004-11-10  Jay Belanger  <belanger@truman.edu>
13976         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
13977         string to kill-ring.
13979         * calc/calc-aent.el (calc-alg-exp, math-toks)
13980         (math-exp-pos,math-exp-old-pos, math-exp-token)
13981         (math-exp-keep-spaces, math-exp-str): New variables.
13982         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
13983         (calcAlg-enter): Use declared variable calc-alg-exp.
13984         (math-build-parse-table, math-find-user-token): Use declared
13985         variable math-toks.
13986         (math-read-exprs, math-read-token, calc-check-user-syntax)
13987         (calc-match-user-syntax, match-factor-after, math-read-factor):
13988         Use declared variables math-exp-pos math-exp-old-pos.
13989         (math-read-exprs, math-read-token, math-read-expr-level)
13990         (calc-check-user-syntax, calc-match-user-syntax)
13991         (match-factor-after, math-read-factor): Use declared variable
13992         math-exp-token.
13993         (math-read-exprs, math-read-expr-list, math-read-token)
13994         (math-read-factor): Use declared variable math-exp-keep-spaces.
13995         (math-read-exprs, math-read-token): Use declared variable
13996         math-exp-str.
13997         (calc-match-user-syntax): Make m a local variable.
13999         * calc/calc-ext.el (math-read-expr): Use declared variables
14000         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
14001         math-exp-keep-spaces.
14003         * calc/calc-forms.el (math-read-angle-bracket): Use declared
14004         variables math-exp-pos, math-exp-str.
14006         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
14007         math-exp-old-pos.
14008         (math-parse-fortran-vector, math-parse-fortran-vector-end)
14009         (math-parse-eqn-prime): Use declared variable math-exp-token.
14011         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
14012         Use declared variable math-exp-pos.
14013         (math-check-for-commas): Use declared variable math-exp-str.
14014         (math-read-brackets): Use declared variables math-exp-old-pos,
14015         math-exp-keep-spaces.
14016         (math-read-brackets, math-read-vector, math-read-matrix):
14017         Use declared variable math-exp-token.
14019 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14021         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
14022         where the keymap is a symbol.
14023         (easy-menu-add-item): Use keymap-prompt.  Simplify.
14025         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
14027         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
14028         (sgml-parse-tag-backward): Use it to skip spurious < or >.
14030 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
14032         * ebuff-menu.el: Doc fixes throughout.
14033         (electric-buffer-menu-mode-hook): New defvar.
14035 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
14037         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
14038         The resulting compiler warnings appear to be harmless.
14040 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
14042         * textmodes/conf-mode.el: New file.
14044         * files.el (auto-mode-alist, magic-mode-alist): Use it.
14046 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14048         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
14050 2004-11-09  Jay Belanger  <belanger@truman.edu>
14052         * calc/calc-ext.el (calc-init-extensions): Remove old code.
14054         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
14055         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
14056         (calc-z-prefix-help, calc-user-function-list): Use declared
14057         variables calc-z-prefix-buf, calc-z-prefix-msgs.
14058         (math-map-tree, math-map-tree-rec): Use declared variables
14059         math-mt-many, math-mt-func.
14060         (math-read-expression, math-read-string): Use declared variable
14061         math-expr-data.
14063         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
14064         variable math-normalize-a.
14066         * calc/calc.el (math-normalize-a): New variable.
14067         (math-normalize): Use declared variable math-normalize-a.
14069         * calc/calc-poly.el (math-expand-form): Use declared variable
14070         math-mt-many.
14072         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14073         Use declared variable math-mt-many.
14074         (math-rewrite): Use declared variable math-mt-func.
14076         * calc/calc-vec.el (math-read-brackets, math-read-vector)
14077         (math-read-matrix): Use declared variable math-expr-data.
14079         * calc/calc-lang.el (math-parse-fortran-vector)
14080         (math-parse-fortran-vector-end, math-parse-tex-sum)
14081         (math-parse-eqn-matrix, math-parse-eqn-prime)
14082         (math-read-math-subscr): Use declared variable math-expr-data.
14084         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
14085         (math-read-expr-level, math-read-token, calc-check-user-syntax)
14086         (calc-match-user-syntax, math-read-if, math-factor-after)
14087         (math-read-factor): Use declared variable math-expr-data.
14089 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
14091         * calendar/diary-lib.el (diary-from-outlook)
14092         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
14093         interactive-p; but rather new optional argument NOCONFIRM.
14095 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14097         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
14098         (easy-menu-name-match): Revert correspondingly.
14100 2004-11-09  Richard M. Stallman  <rms@gnu.org>
14102         * emacs-lisp/bytecomp.el (byte-compile-defalias):
14103         Turn off warnings for the new function even if definition not constant.
14104         If the definition isn't a quoted symbol, record (FUNCTION . t).
14105         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
14106         (byte-compile-callargs-warn): Handle (FUNCTION . t).
14107         (display-call-tree, byte-compile-arglist-warn):
14108         Handle t returned by byte-compile-fdefinition.
14110 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14112         * Makefile.in (maintainer-clean): Depend on distclean.
14114         * help-fns.el (help-C-file-name): File name must be in build-files
14115         to be returned.
14117 2004-11-09  Jay Belanger  <belanger@truman.edu>
14119         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
14120         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
14122         * calc/calc.el (calc, calc-trail-display, calc-mode):
14123         Remove obsolete sections.
14125         * calc/calc.el (calc-x-paste-text): Remove.
14127         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
14128         mouse-2.
14130 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
14132         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
14133         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
14134         current frame (in case of recursive calls).
14135         (gdb-show-changed-values): Add :version keyword.
14137 2004-11-09  Kenichi Handa  <handa@m17n.org>
14139         * international/mule-cmds.el: Change coding: tag back to
14140         iso-2022-7bit.
14142 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14144         * international/mule-cmds.el: Change coding-system to utf-8.
14145         (select-safe-coding-system-interactively):
14146         New function extracted from select-safe-coding-system.
14147         (select-safe-coding-system): Use it.
14149 2004-11-08  Richard M. Stallman  <rms@gnu.org>
14151         * subr.el (syntax-after): Doc fix.
14153         * paren.el (show-paren-function): Change calls to syntax-after
14154         for new way of returning the value.
14156         * menu-bar.el (menu-bar-file-menu): Make this the real name
14157         and menu-bar-files-menu the alias.  Use the former.
14158         (global-map): Use `file', not `files', as the symbol.
14160         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
14162         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
14163         Don't use beginning-of-buffer.
14164         (filesets-cmd-show-result): Use with-no-warnings.
14166 2004-11-08  Juri Linkov  <juri@jurta.org>
14168         * progmodes/compile.el (compile): Don't overwrite last command in
14169         minibuffer history with default command if they are not equal.
14171 2004-11-08  Jay Belanger  <belanger@truman.edu>
14173         * calc/calcalg2.el (math-do-integral-methods): Try linear then
14174         non-linear substitutions.
14176 2004-11-08  Jay Belanger  <belanger@truman.edu>
14178         * calc/calcalg2.el (math-linear-subst-tried): New variable.
14179         (math-do-integral): Set `math-linear-subst-tried' to nil.
14180         (math-do-integral-methods): Use `math-linear-subst-tried' to
14181         determine what type of substitution to try.
14182         (math-integ-try-linear-substituion):
14183         Set `math-linear-subst-tried' to t.
14185 2004-11-08  Kim F. Storm  <storm@cua.dk>
14187         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
14189 2004-11-07  Juri Linkov  <juri@jurta.org>
14191         * info-look.el (info-lookup): Allow reusing in the current buffer
14192         not only *info* buffer, but all (even renamed) Info buffers
14193         by checking for major-mode instead of *info* buffer name.
14194         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
14195         (octave-mode, maxima-mode) <doc-spec>:
14196         Allow long dashes generated by Texinfo 4.7 before definitions.
14197         (texinfo-mode) <doc-spec>: Add space to suffix to find command
14198         definitions with argument separated by space.
14200 2004-11-06  Richard M. Stallman  <rms@gnu.org>
14202         * simple.el (next-error group, face): Move before first use.
14203         (next-error-highlight, next-error-highlight-no-select): Likewise.
14205         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
14206         (line-move): New args NOERROR and TO-END.
14207         Return t if succeed in moving specified number of lines.
14208         (move-end-of-line): New function.
14210         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
14211         (end-of-buffer-other-window): Likewise.
14213         * simple.el (line-move-ignore-invisible): Default to t.
14215         * subr.el (syntax-after): Return the syntax letter, not the raw code.
14217         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
14219         * international/iso-cvt.el (iso-cvt-define-menu):
14220         Rename menu-bar-files-menu to menu-bar-file-menu.
14222         * net/browse-url.el (browse-url-gnome-moz-program)
14223         (browse-url-gnome-moz-arguments): Move up before first use.
14225         * net/tramp.el (tramp group): Add :version.
14227         * progmodes/ada-xref.el (ada-gdb-application):
14228         Use goto-char instead of beginning-of-buffer.
14230         * progmodes/cperl-mode.el (cperl-info-on-command):
14231         Use goto-char instead of beginning-of-buffer.
14233         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
14234         Move up before first use.
14235         (idlwave-shell-temp-pro-file): Likewise.
14236         (idlwave-shell-temp-rinfo-save-file): Likewise.
14237         (idlwave-shell-temp-file): Minor doc fix.
14239         * textmodes/flyspell.el (flyspell-external-point-words):
14240         Use goto-char instead of beginning-of-buffer.
14242 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
14244         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
14245         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
14246         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
14248 2004-11-06  David Ponce  <david@dponce.com>
14250         * recentf.el (recentf-menu-path): Use menu item name.
14252 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
14254         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
14255         display doesn't support images.
14257 2004-11-06  Andreas Schwab  <schwab@suse.de>
14259         * tempo.el (tempo-match-finder): Doc fix.
14261         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
14263 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14265         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
14266         (easy-menu-lookup-name): New fun to replace it.
14267         (easy-menu-get-map): Use it to obey menu item names (rather than just
14268         keys) when looking up `path'.
14269         (easy-menu-always-true-p): Rename from easy-menu-always-true.
14270         (easy-menu-convert-item-1): Adjust to new name.
14272 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
14274         * outline.el (hide-body): Don't hide lines at the top of the file
14275         that precede the first header line.
14277 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
14279         * align.el (align-areas): Delete whitespace before reindenting, so
14280         that tabs are never placed after spaces.
14282 2004-11-06  Alan Shutko  <ats@acm.org>
14284         * macros.el (insert-kbd-macro): Do completions based on macros,
14285         rather than all commands.
14287 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
14289         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
14290         to solve a bug whereby tags with 'b' don't match.
14292 2004-11-05  Juri Linkov  <juri@jurta.org>
14294         * info.el (Info-search): Don't search in node header lines
14295         and file headers.
14297         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
14298         symbol-constituent characters after dot, not only digits.
14300 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
14302         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
14304 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14306         * dired.el (dired-read-dir-and-switches): Call read-directory-name
14307         if a dialog will be used, read-file-name otherwise.
14309 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14311         * textmodes/table.el (table group): Add :version.
14313         * textmodes/ispell.el (ispell-word):
14314         Don't alter args; set them only thru `interactive' spec.
14316         * textmodes/flyspell.el (flyspell-word):
14317         Don't alter FOLLOWING; set it only thru `interactive' spec.
14319         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
14321         * net/browse-url.el (browse-url-maybe-new-window):
14322         Use called-interactively-p.
14324         * mail/supercite.el (sc-cite-region):
14325         Don't use interactive-p.  Add arg INTERACTIVE.
14326         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
14328         * international/mule-cmds.el (set-input-method, toggle-input-method):
14329         Don't use interactive-p.  Add arg INTERACTIVE.
14331         * eshell/esh-mode.el (eshell-show-maximum-output):
14332         Don't use interactive-p.
14333         (eshell-truncate-buffer): Just message, no error, if buffer is short.
14335         * mouse.el (mouse-show-mark): Get positions to delete from mark
14336         and point, not from mouse-drag-overlay.
14338         * imenu.el (imenu-eager-completion-buffer): Add :version.
14340         * filesets.el (filesets group): Add :version.
14342 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
14344         * files.el (xml-based-modes): Delete var.
14345         (magic-mode-alist): New more general var.
14346         (set-auto-mode): Use it.
14348         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
14349         when clicking from another window.
14351 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
14353         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
14354         (vc-cvs-annotate-time): Incorporate value of deleted var.
14355         Remove special-case handling of beginning-of-buffer cruft.
14356         Cache ending position (point) and return value in text property
14357         `vc-cvs-annotate-time', and consult it on subsequent invocations.
14359         * vc-cvs.el (vc-cvs-annotate-command):
14360         Delete extraneous lines from beginning of buffer.
14361         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
14363         * progmodes/grep.el (grep-default-command): Take empty string
14364         for tag if all other methods yield nil.  Shell-quote the tag.
14366         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
14367         spec in `interactive' form, and mention it in the docstring.
14368         Also, make sure point is at bol after calling `annotate-time'.
14370 2004-11-02  Richard M. Stallman  <rms@gnu.org>
14372         * cus-edit.el (customize-group-other-window):
14373         Select the window that displays the custom buffer.
14374         (custom-buffer-create-other-window): Likewise.
14376         * comint.el (comint-insert-input): Fix previous change.
14378         * emacs-lisp/elp.el (elp-instrument-function):
14379         Use called-interactively-p.
14381         * emacs-lisp/easymenu.el (easy-menu-intern):
14382         Don't downcase; rather, case-flip the first letter of each word.
14384         * emacs-lisp/easy-mmode.el (define-minor-mode):
14385         Use called-interactively-p.
14387         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
14388         Add interactive-only.
14389         (byte-compile-warnings): Add interactive-only as option.
14390         (byte-compile-interactive-only-functions): New variable.
14391         (byte-compile-form): Warn about calls to functions
14392         in byte-compile-interactive-only-functions.
14394         * emacs-lisp/autoload.el (update-file-autoloads):
14395         Don't use interactive-p; take new arg SAVE-AFTER.
14397         * emacs-lisp/advice.el (ad-make-advised-definition):
14398         Use called-interactively-p.
14400 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14402         * files.el (find-file-existing): New function.
14404         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
14405         find-file-existing.  Add "New File..." that calls find-file.
14407         * diropen.pbm, diropen.xpm: New files.
14409         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
14410         icon diropen.  New tool bar item find-file-existing uses icon open.
14412         * dired.el (dired-read-dir-and-switches): Call read-directory-name
14413         instead of read-file-name.
14415 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
14417         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
14418         (icalendar--split-value): Change name of work buffer.
14419         (icalendar--get-weekday-abbrev): Return nil on error.
14420         (icalendar--date-to-isodate): New function.
14421         (icalendar-convert-diary-to-ical)
14422         (icalendar-extract-ical-from-buffer): Use only two args for
14423         make-obsolete (XEmacs compatibility).
14424         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
14425         (icalendar-export-region): Doc fix.
14426         If error, return non-nil and write errors to a buffer.
14427         Use correct weekday for weekly recurring events.
14428         Check whether date has been parsed for ordinary events.
14429         Make weekly events start in the year 2000.
14430         DTEND is non-inclusive, shift end date by one day if
14431         necessary (not for entries that have date and time).
14432         Rename local let variables: oops -> found-error, datestring ->
14433         startdatestring.
14435 2004-11-02  Kim F. Storm  <storm@cua.dk>
14437         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
14438         keep-mode-if-same variable.  Add it as optional arg instead.
14439         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
14441         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
14442         substitute-command-keys will select lower-case bindings like those
14443         used in the static help texts.
14445         * descr-text.el (describe-text-properties): Don't err if called in
14446         the *Help* buffer; output to *Help-2* buffer instead.
14448         * kmacro.el (group kmacro): Add :version.
14449         (kmacro-keyboard-quit): New function to cleanup on C-g.
14450         (kmacro-start-macro): Set defining-kbd-macro to append when
14451         appending to last macro.
14453         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
14455 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
14457         * progmodes/gdb-ui.el (gdb-enable-debug-log)
14458         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
14459         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
14460         Add :version keyword.
14462 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
14464         * progmodes/flymake.el (flymake-err-line-patterns):
14465         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
14466         `compilation-error-regexp-alist-alist' to internal Flymake format.
14468         * progmodes/flymake.el: Eliminate byte-compiler warnings.
14470 2004-11-01  Jay Belanger  <belanger@truman.edu>
14472         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
14473         with `interactive "s"'.
14475 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14477         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14478         Revert change from 2004-10-16.  '*' checks the current buffer, but the
14479         mouse click may be in another buffer.
14481 2004-11-01  John Paul Wallington  <jpw@gnu.org>
14483         * files.el (large-file-warning-threshold): Add :version keyword.
14484         (kill-some-buffers): Doc fix.
14486         * thumbs.el (group thumbs): Add :version keyword.
14488         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
14490 2004-11-01  Richard M. Stallman  <rms@gnu.org>
14492         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
14494         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
14496         * allout.el (allout group): Add :version.
14497         (allout-init): Don't use interactive-p.
14498         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
14499         (allout-forward-current-level, allout-backward-current-level):
14500         Don't use interactive-p.
14502         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
14503         (bibtex-find-text): Likewise.
14505         * progmodes/vhdl-mode.el (vhdl-fill-region)
14506         (vhdl-beginning-of-statement): Don't use interactive-p.
14508         * progmodes/idlwave.el (idlwave-update-routine-info):
14509         Don't use interactive-p.
14511         * progmodes/idlw-shell.el (idlwave-shell-send-char):
14512         Don't use interactive-p.
14514         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
14515         Don't use interactive-p.
14517         * progmodes/ada-xref.el (ada-make-body-gnatstub):
14518         Don't use interactive-p.
14520         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
14521         (fortune-in-buffer): Doc fix.
14523         * play/5x5.el (5x5-new-game): Set up the buffer even if not
14524         interactive.
14526         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
14527         don't select the temporary buffer.
14528         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
14529         (eudc-get-phone): Likewise.
14531 2004-11-01  Kim F. Storm  <storm@cua.dk>
14533         * man.el (Man-xref-normal-file): Fix help-echo.
14535 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14537         * reveal.el (reveal-last-tick): New var.
14538         (reveal-post-command): Use it to avoid closing overlays when we're
14539         appending text to them.
14541 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14543         * textmodes/bibtex.el: Require button.
14544         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
14545         (bibtex-reference-keys): Distinguish between header keys and
14546         crossref keys.
14547         (bibtex-beginning-of-field): New function.
14548         (bibtex-url-map): Remove.
14549         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
14550         (bibtex-font-lock-url-regexp): Assume that field names begin at
14551         the beginning of a line.
14552         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
14553         Remove field delimiters.  Use bibtex-beginning-of-field.
14554         Bugfix, point can be inside a field with a url.
14555         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
14556         New functions.
14557         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
14558         (bibtex-key-in-head): Simplify.
14559         (bibtex-current-line): Use bolp.
14560         (bibtex-parse-keys): Remove unused arg `add'.
14561         Use bibtex-type-in-head and bibtex-key-in-head.
14562         (bibtex-parse-entry, bibtex-autofill-entry):
14563         Use bibtex-type-in-head and bibtex-key-in-head.
14564         (bibtex-autokey-get-field): Do not alter case of replacement text.
14565         (bibtex-autokey-get-names): Do all processing of name list.
14566         (bibtex-autokey-get-year): New function.
14567         (bibtex-autokey-get-title): Do all processing of title words.
14568         (bibtex-generate-autokey): Simplify.
14569         (bibtex-string-files-init): Use default-directory.
14570         Allow for absolute file names in bibtex-string-files.
14571         (bibtex-files, bibtex-file-path): New variables.
14572         (bibtex-files-expand): New function.
14573         (bibtex-find-entry-globally): New command.
14574         (bibtex-summary-function): New variable.
14575         (bibtex-summary): Default value of bibtex-summary-function.
14576         (bibtex-find-crossref): New optional args pnt and split.
14577         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
14578         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
14579         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
14580         Fix handling of required and alternative fields.
14581         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
14582         Use cons and display-buffer.
14583         (bibtex-validate-globally): New command.
14584         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
14585         bibtex-parse-keys and bibtex-parse-strings for updating
14586         bibtex-reference-keys and bibtex-strings.
14587         (bibtex-realign): Remove blank lines past the last entry.
14588         (bibtex-reformat): Use bibtex-entry-format as default.
14589         (bibtex-choose-completion-string): Remove.
14590         (bibtex-complete): Do not use bibtex-choose-completion-string.
14591         (bibtex-url): Simplify.
14593 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14595         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
14596         (x-dnd-types-alist, x-dnd-open-file-other-window)
14597         (x-dnd-known-types): Add :version.
14599 2004-10-31  John Paul Wallington  <jpw@gnu.org>
14601         * ibuffer.el (group ibuffer): Add :version keyword.
14603 2004-10-31  Kim F. Storm  <storm@cua.dk>
14605         * ido.el (group ido): Add :version keyword.
14606         (ido-mode): Remove :version keyword.
14608         * emulation/cua-base.el (group cua): Add :version keyword.
14609         (cua-mode): Remove :version keyword.
14611 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
14613         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
14615         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
14616         compiler warning.
14617         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
14618         function.
14619         (help-at-pt-display-when-idle): Remove autoload.
14621 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14623         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
14625 2004-10-30  Juri Linkov  <juri@jurta.org>
14627         * help.el (function-called-at-point):
14628         * help-fns.el (variable-at-point): Read -> intern.
14630 2004-10-30  Simon Josefsson  <jas@extundo.com>
14632         * progmodes/autoconf.el (autoconf-font-lock-keywords):
14633         Recognize AS_* too.
14635 2004-10-29  Simon Josefsson  <jas@extundo.com>
14637         * subr.el (read-passwd): Move back from password.el.
14639         * password.el: Remove, not ready yet.
14641 2004-10-29  Andreas Schwab  <schwab@suse.de>
14643         * speedbar.el (speedbar-frame-parameters): Improve customize type.
14645 2004-10-29  Sam Steingold  <sds@gnu.org>
14647         * mouse.el (mouse-show-mark): Replace the last occurrence of
14648         x-lost-selection-hooks with x-lost-selection-functions.
14650 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14652         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
14653         x-lost-selection-functions is bound.
14655         * mouse-sel.el (mouse-sel-mode):
14656         * emacs-lisp/lselect.el: Adjust to new names for
14657         x-(lost|sent)-selection-functions.
14659         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
14660         New obsolete aliases of x-lost-selection-functions and
14661         x-sent-selection-functions.
14663 2004-10-28  Kim F. Storm  <storm@cua.dk>
14665         * imenu.el (imenu-scanning-message): Remove.
14666         (imenu-progress-message): Make it a no-op.
14668 2004-10-28  John Paul Wallington  <jpw@gnu.org>
14670         * files.el (set-auto-mode): Call `throw' correctly.
14672 2004-10-28  Juri Linkov  <juri@jurta.org>
14674         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
14675         to search `Info-...' commands in `info' manual.
14676         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14677         Add 'info-file "emacs" property.
14678         (Info-find-emacs-command-nodes): Fix index line number regexp.
14679         Set real line number (instead of fake 0) in first element of the
14680         returned list.
14681         (Info-goto-emacs-command-node): Use line number of first element
14682         to set point in the first found Info node.
14684         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
14685         code to `grep-mode-font-lock-keywords'.
14686         (grep-mode-font-lock-keywords): Delete grep markers instead
14687         of making them invisible.
14689 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14691         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
14692         and x-server-version in bug report.
14694 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
14696         * files.el (set-auto-mode-0): New function.
14697         (set-auto-mode): Use it to handle aliased modes and to
14698         be consistent between C-x C-f and C-x C-w.
14700 2004-10-28  Kenichi Handa  <handa@m17n.org>
14702         * international/utf-8.el (utf-translate-cjk-charsets):
14703         Add katakana-jisx0201.
14705         * international/subst-jis.el: Add data for JISX0201.
14707 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14709         * obsolete/hilit19.el (hilit-mode): New function.
14710         Move all the toplevel side-effecting stuff into it, so that loading
14711         hilit19 doesn't mess everything up any more.
14713 2004-10-27  Richard M. Stallman  <rms@gnu.org>
14715         * add-log.el (add-change-log-entry): Set up mailing address
14716         and full name later, and don't alter add-log-mailing-address
14717         or add-log-full-name.
14719         * elide-head.el (elide-head): Change error to message.
14720         (elide-head-show): Likewise.
14722         * apropos.el (apropos-macrop): Doc fix.
14724         * mouse.el (mouse-show-mark): Do most processing the same
14725         regardless of transient-mark-mode.
14727         * shadowfile.el (shadow-copy-files): Use interactive-p
14728         only to control whether to print a message.
14730         * tar-mode.el (tar-mode): Use write-contents-functions,
14731         not write-contents-hooks.
14733         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
14734         directory-sep-char.
14736 2004-10-27  Richard M. Stallman  <rms@gnu.org>
14738         * strokes.el (strokes-unload-hook): Fix previous change.
14740         * type-break.el (type-break-run-at-time): Always use run-at-time;
14741         forget the alternatives.
14742         (type-break-cancel-function-timers): Always use cancel-function-timers;
14743         forget the alternatives.
14745         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
14747 2004-10-27  Kenichi Handa  <handa@m17n.org>
14749         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
14751         * international/subst-gb2312.el: Likewise.
14753         * international/subst-big5.el: Likewise.
14755         * international/subst-ksc.el: Likewise.
14757         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
14758         New variable.
14759         (utf-translate-cjk-set-unicode-range): New function.
14760         (utf-translate-cjk-unicode-range): Make it customizable.
14761         (utf-8-post-read-conversion):
14762         Use utf-translate-cjk-unicode-range-string.
14763         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
14764         Unicode ranges.
14766 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
14768         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
14769         trivial variants to shorten the list.
14770         (xml-based-modes): New var.
14771         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
14772         declaration higher priority than auto-mode-alist.
14774         * find-file.el (cc-other-file-alist): Bring it in line with
14775         cc-mode's auto-mode-alist entries and use \' instead of $.
14777         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
14778         and add "Id" and "Name" submenus to it.
14780         * imenu.el (imenu--generic-function): Skip matches in comments.
14782 2004-10-26  Jay Belanger  <belanger@truman.edu>
14784         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
14785         (full-calc-keypad, calc-trail-display): Use an extra argument
14786         instead of `interactive-p'.
14788         * calc/calc-misc.el (calc-other-window): Use an extra argument
14789         instead of `interactive-p'.
14791         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
14792         `interactive-p'.
14794 2004-10-26  Kim F. Storm  <storm@cua.dk>
14796         * help.el (describe-key): Describe both down-event and up-event
14797         for a mouse click.
14799 2004-10-26  Richard M. Stallman  <rms@gnu.org>
14801         * woman.el (woman): Don't call interactive-p.
14803         * pcomplete.el (pcomplete): Instead of interactive-p,
14804         use an arg set non-nil by the interactive spec.
14806         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
14807         use an arg set non-nil by the interactive spec.
14809         * man.el (Man-cleanup-manpage): Instead of interactive-p,
14810         use an arg set non-nil by the interactive spec.
14812 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
14814         * progmodes/flymake.el (flymake-split-string):
14815         Use `flymake-split-string-remove-empty-edges' in any case.
14817 2004-10-26  Masatake YAMATO  <jet@gyve.org>
14819         * progmodes/flymake.el (flymake-err-line-patterns):
14820         Use `compilation-error-regexp-alist-alist' instead of
14821         `compilation-error-regexp-alist'.
14823 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14825         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
14826         verbatim face on the \ of \end{verbatim}.
14828 2004-10-25  Jay Belanger  <belanger@truman.edu>
14830         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
14831         erasing minibuffer.
14833 2004-10-25  Simon Josefsson  <jas@extundo.com>
14835         * subr.el (read-passwd): Move to net/password.el.
14837         * net/password.el (read-passwd): Add.  Autoload it.
14839 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
14841         * mouse-sel.el (mouse-sel-mode): Specify custom group.
14843         * simple.el (process-file): Fix logic.
14845 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
14847         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
14848         (increase-right-margin): Remove erroneous call to `interactive-p'.
14850 2004-10-24  Kim F. Storm  <storm@cua.dk>
14852         * help.el (describe-mode): Fix 2004-10-13 change.
14853         Copy pure "Auto Fill" string so it can be propertized later
14854         without causing a read-only error.
14856 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
14858         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
14859         style indexes.
14861 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
14863         * simple.el (process-file): Accept nil for INFILE.  Reported by
14864         Luc Teirlinck.
14866 2004-10-24  Masatake YAMATO  <jet@gyve.org>
14868         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
14869         Handle periods and underscores in a function name.
14870         Remove the address fontification.
14872 2004-10-24  Masatake YAMATO  <jet@gyve.org>
14874         * progmodes/asm-mode.el (asm-font-lock-keywords):
14875         Use font-lock-variable-name-face for registers.
14877 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
14879         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
14880         kill-all-local-variables.
14881         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
14882         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
14883         Use kill-all-local-variables and provide mode-hooks.
14884         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
14885         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
14886         Suggested by Masatake YAMATO <jet@gyve.org>.
14888 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
14890         * simple.el (process-file): New function, similar to call-process
14891         but supports file handlers.
14892         * vc.el (vc-do-command): Use it, instead of call-process.
14893         * net/tramp-vc.el (vc-do-command): Do not advise it if
14894         process-file is fboundp.
14895         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
14896         process-file.
14897         (tramp-handle-process-file): New function.
14898         (tramp-file-name-for-operation): Support process-file.
14900 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
14902         * calendar/icalendar.el (icalendar--weekday-array): New constant.
14903         (icalendar-weekdayabbrev-table)
14904         (icalendar-monthnumber-table): Delete.
14905         (icalendar--get-month-number): Use calendar-month-name-array.
14906         (icalendar--get-weekday-number): New function.
14907         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
14908         (icalendar-export-region): Handle multi-line entries.
14909         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
14911 2004-10-23  John Paul Wallington  <jpw@gnu.org>
14913         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
14914         `wildcards' set to t in interactive spec.
14916         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
14917         interactive spec rather than use `interactive-p'.
14918         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
14919         rather than use function `interactive-p'.
14921 2004-10-22  Kenichi Handa  <handa@m17n.org>
14923         * international/mule.el (translate-region): Implement it in Lisp
14924         as a front end of translate-region-internal.
14926 2004-10-21  Jay Belanger  <belanger@truman.edu>
14928         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
14929         Declare these variables with defvar.
14931         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
14932         is bound, only check to see if it is bound.
14934 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14936         * textmodes/tex-mode.el (tex-compilation-parse-errors):
14937         Don't output messages.
14939         * calc/calc-help.el (calc-describe-bindings): Fix last change.
14941 2004-10-21  John Paul Wallington  <jpw@gnu.org>
14943         * calc/calc-graph.el (calc-graph-init):
14944         Use `set-process-query-on-exit-flag'.
14946 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
14948         * progmodes/compile.el (compilation-start): Rely on `cd' to get
14949         dir right and also allow argumentless cd.
14951 2004-10-19  Richard M. Stallman  <rms@gnu.org>
14953         * textmodes/flyspell.el (flyspell-mode): Doc fix.
14955         * eshell/em-unix.el (eshell-grep):
14956         Don't bind compilation-process-setup-function.
14958         * comint.el (comint-insert-input): Use @ in `interactive'.
14959         (comint-input-filter-functions): Doc fix.
14960         (comint-kill-whole-line, comint-get-source): Doc fix.
14962         * progmodes/compile.el (compilation-setup):
14963         Don't set buffer-read-only if MINOR is non-nil.
14965 2004-10-19  Jay Belanger  <belanger@truman.edu>
14967         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
14968         (calc-emacs-type-gnu19): Remove.
14969         (calc-digit-map, calc-read-key-sequence, calc-read-key):
14970         Remove check for old emacs versions.
14972         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
14973         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
14974         for current Emacs.
14976         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
14977         the end of the minibuffer.
14978         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
14979         copy `esc-map'.
14981         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
14983         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
14984         call that would be given when the current emacs was used.
14986 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
14988         * calendar/icalendar.el: Set coding to utf-8.
14989         (icalendar-version): Increase to 0.07.
14990         (icalendar-monthnumber-table): Change March pattern.
14991         (icalendar-get-all-event-properties)
14992         (icalendar-set-event-property): Delete.
14993         (icalendar-all-events): No longer interactive.
14994         (icalendar-convert-diary-to-ical)
14995         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
14996         their replacements.
14997         (icalendar-export-file, icalendar-export-region): New functions;
14998         essentially old `icalendar-convert-diary-to-ical' but appending to
14999         target rather than overwriting.
15000         (icalendar-import-file): Append to target file rather than
15001         overwriting.  Fourth arg deleted.
15002         (icalendar-import-buffer): New name for old
15003         `icalendar-extract-ical-from-buffer'.
15004         (icalendar--convert-string-for-import): New name for
15005         old `icalendar-convert-for-import'.
15006         (include-icalendar-files): Delete.
15007         Prefix for all internal functions changed from `icalendar-'
15008         to `icalendar--'.
15010 2004-10-19  Richard M. Stallman  <rms@gnu.org>
15012         * paths.el (news-path): Fix previous change.
15014 2004-10-18  Jay Belanger  <belanger@truman.edu>
15016         * calc/calc-help.el (calc-describe-bindings):
15017         Set `buffer-read-only' to nil while working in the keybindings buffer;
15018         remove some extra information from the keybindings buffer.
15020 2004-10-18  David Ponce  <david@dponce.com>
15022         * mouse.el (mouse-drag-move-window-top): New function.
15023         (mouse-drag-mode-line-1): Use it.
15025 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
15027         * info.el (Info-fontify-node): For multiline refs,
15028         arrange to unfontify newline and surrounding whitespace.
15030 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15032         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
15033         directory is missing.
15035 2004-10-17  John Paul Wallington  <jpw@gnu.org>
15037         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
15038         New customizable variable; whether to display buffers that match
15039         `ibuffer-maybe-show-predicates' by default.
15040         (ibuffer-maybe-show-predicates): Mention it in docstring.
15041         (ibuffer-display-maybe-show-predicates): New variable.
15042         (ibuffer-update): Prefix arg now toggles whether buffers that
15043         match `ibuffer-maybe-show-predicates' should be displayed.
15044         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
15045         locally to heed `ibuffer-default-display-maybe-show-predicates'.
15046         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
15048 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
15050         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
15051         work correctly.
15053 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
15055         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
15056         (Buffer-menu-beginning): New helper function.
15057         (Buffer-menu-execute): Use it.
15058         (Buffer-menu-select): Use it.
15059         (Buffer-menu-sort): Use it and also keep markers.
15061 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15063         * paths.el (news-directory): Rename from news-path.  Old name alias.
15064         (rmail-spool-directory): Use defvar.
15065         (sendmail-program): Use defcustom.
15066         (remote-shell-program): Use defcustom.
15067         (term-file-prefix): Use defvar.
15068         (abbrev-file-name): Use defvar.
15070         * term.el: Add maintainer.
15072         * subr.el (with-local-quit): Return nil if there's a quit.
15073         (read-passwd): Use with-local-quit.  Doc fix.
15075         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
15076         (strokes-unload-hook): Set as a variable with add-hook.
15078         * startup.el (fancy-splash-tail, normal-splash-screen):
15079         Update copyright year.
15081         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
15083         * server.el (server-unload-hook): Set as a variable with add-hook.
15085         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
15087         * frame.el (special-display-popup-frame):
15088         Make the buffer current as its frame is created.
15090         * delsel.el (delsel-unload-hook): Set as a variable.
15092         * comint.el (comint-output-filter-functions):
15093         Add comint-watch-for-password-prompt.
15094         (comint-read-noecho): Function deleted.
15095         (send-invisible): Use read-passwd.
15097         * fringe.el (fringe-mode-initialize): New function.
15098         (fringe-mode): Use fringe-mode-initialize as :initialize.
15100 2004-10-17  Kim F. Storm  <storm@cua.dk>
15102         * language/indian.el (indian-script-language-alist): Swap value
15103         and doc.
15104         (indian-font-char-index-table): Doc fix.
15106 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15108         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
15110 2004-10-16  Juri Linkov  <juri@jurta.org>
15112         * progmodes/compile.el (compilation-start): Move let-binding of
15113         `process-environment' into `with-current-buffer' body.
15114         Reported by Matt Hodges <MPHodges@member.fsf.org>.
15116 2004-10-16  Richard M. Stallman  <rms@gnu.org>
15118         * pcvs-util.el (cvs-bury-buffer):
15119         Don't call get-buffer-window for effect.
15121         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
15123         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
15125         * msb.el (msb-unload-hook): Set the variable.
15127         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
15128         Use * to err if buffer is readonly.
15130         * subr.el (looking-back): Return only t or nil.
15132         * whitespace.el (whitespace-unload-hook): Set the variable.
15134         * view.el (view-mode-enable): Set view-page-size and
15135         view-half-page-size to nil.
15136         (view-set-half-page-size-default): view-half-page-size = nil
15137         means the default.
15138         (View-scroll-page-forward): Use view-page-size-default.
15139         (View-scroll-page-backward): Likewise.
15140         (view-page-size, view-half-page-size): Doc fixes.
15142         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
15144         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
15146         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
15147         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
15148         (byte-compile-log-1): Bind inhibit-read-only.
15149         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
15150         (byte-compile-log-warning): Likewise.
15151         (byte-compile-file-form-require): Detect "cl" from the arg value.
15153         * progmodes/compile.el (compilation-start): Assume compilation-mode
15154         will make the buffer read-only.
15155         (compilation-mode): Take arg name-of-mode.
15156         (compilation-setup): Make buffer read-only.
15157         (compilation-handle-exit): Bind inhibit-read-only.
15159         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
15160         (ispell-message): Likewise.
15161         (ispell-show-choices): Don't call get-buffer-window uselessly.
15162         (ispell-init-process): Use set-process-query-on-exit-flag.
15164 2004-10-16  Kim F. Storm  <storm@cua.dk>
15166         * fringe.el (fringe-bitmaps): Only initialize when defined.
15168         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
15169         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
15171         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
15173 2004-10-15  Simon Josefsson  <jas@extundo.com>
15175         * net/password.el: Add.
15177 2004-10-14  Masatake YAMATO  <jet@gyve.org>
15179         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
15180         (gdb-script-end-of-defun): New function.
15181         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
15182         `gdb-script-end-of-defun' as *-of-defun-function.
15184 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
15186         * button.el (button-activate): Allow a marker to display as an action.
15188         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
15190         * help.el (describe-mode): Use it to make minor mode list into
15191         hyperlinks.
15193 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15195         * vc.el (vc-annotate-display-select): Fix typo.
15197         * subr.el (substitute-key-definition-key): New function.
15198         (substitute-key-definition): Use it with map-keymap.
15199         (event-modifiers): Use push.
15200         (mouse-movement-p, with-temp-buffer): Simplify.
15202 2004-10-12  Jay Belanger  <belanger@truman.edu>
15204         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
15205         New variables.
15206         (calc-help-index-entries): New function.
15207         (calc-describe-function): Use `calc-help-function-list' instead of
15208         obarray for completion.
15209         (calc-describe-variable): Use `calc-help-variable-list' instead
15210         of obarray for completion.
15212 2004-10-12  Richard M. Stallman  <rms@gnu.org>
15214         * info-look.el (info-lookup-file): Add info-file property.
15215         (info-lookup-symbol): Likewise.
15217         * info.el (info-xref): Add underlining.
15218         (info): Add info-file property.
15219         (Info-find-emacs-command-nodes): Specify case-sensitive search.
15221 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
15223         Sync with Tramp 2.0.45.
15225         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
15226         defined.  This is not the case for XEmacs without package "edebug".
15227         (tramp-set-auto-save-file-modes): Set permissions of autosaved
15228         remote files to the permissions of the original file.  This is not
15229         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
15230         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
15231         (tramp-perl-decode): Fix an error in Perl implementation.
15232         $pending must be cleared every loop.  Reported by Benjamin Place
15233         <benjaminplace@sprintmail.com>
15235         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
15236         Don't activate advice during definition.  This is done later on,
15237         depending on test result of `substitute-in-file-name'.
15238         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15240 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15242         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
15244         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
15246 2004-10-12  David Ponce  <david@dponce.com>
15248         * recentf.el (recentf-edit-list): Update the menu when the recentf
15249         list has been modified.
15251 2004-10-12  Simon Josefsson  <jas@extundo.com>
15253         * net/tls.el (tls-certtool-program): New variable.
15254         (tls-certificate-information): New function, based on
15255         ssl-certificate-information.
15257 2004-10-12  Kenichi Handa  <handa@m17n.org>
15259         * international/mule.el (coding-system-equal): Move from mule-util.el.
15261         * international/mule-util.el (coding-system-equal): Move to mule.el.
15263 2004-10-12  Kim F. Storm  <storm@cua.dk>
15265         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
15266         reset kmacro-initial-counter-value if set.
15267         (kmacro-set-counter): Only set kmacro-counter if defining or executing
15268         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
15269         (kmacro-display): Show macro counter if non-zero.
15271         * subr.el (substitute-key-definition): Mention command remapping
15272         in doc string.
15274 2004-10-11  Jay Belanger  <belanger@truman.edu>
15276         * calc/calc-misc.el (calc-info-goto-node): New function.
15277         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
15278         node in one step.
15279         (calc-describe-copying, calc-describe-distribution)
15280         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
15281         Go to appropriate info node in one step.
15283 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15285         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
15287         * font-lock.el (font-lock-apply-highlight): Fix last change.
15289 2004-10-11  Simon Josefsson  <jas@extundo.com>
15291         * mail/smtpmail.el (smtpmail-open-stream): Look for
15292         starttls-gnutls-program instead of starttls-program iff
15293         starttls-use-gnutls is non-nil.
15294         (smtpmail-open-stream): Don't overwrite user settings of
15295         starttls-extra-arguments and starttls-extra-args.
15297 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15299         * comint.el (comint-mouse-insert-input): Remove.
15300         (comint-insert-input): Make it work for mouse bindings.
15301         (comint-mode-map): Move defs into the declaration.
15302         (comint-output-filter): Typo.
15304         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
15306 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
15308         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
15309         (ange-ftp-call-chmod): Reference remote-shell-program instead of
15310         ange-ftp-remote-shell.
15312 2004-10-10  Andreas Schwab  <schwab@suse.de>
15314         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
15315         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
15316         Reported by <sri@asu.edu>.
15318 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
15320         * vc.el (vc-annotate-mode): Remove variable.
15321         (vc-annotate-display-select): Only call vc-annotate-mode
15322         if we're not in that mode already.
15324 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15326         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
15327         (imenu-choose-buffer-index): Check here for rescan instead.
15329         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
15330         where the face expression evals to nil.
15332         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
15333         (tex-font-lock-keywords-2): Use it.
15334         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
15336         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
15338 2004-10-09  Kim F. Storm  <storm@cua.dk>
15340         * subr.el (progress-reporter-update): Define before first usage.
15341         (make-progress-reporter): Doc fix.
15343 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
15345         * textmodes/paragraphs.el (sentence-end-double-space)
15346         (sentence-end-without-period, sentence-end-without-space)
15347         (sentence-end): Doc fixes.
15349 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
15351         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
15352         Change paragraph-start regexp so we don't fill code starting with #'(.
15354 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
15356         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
15357         New defcustom.
15358         (extract-address-components): Use it.
15360 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
15362         * subr.el (make-progress-reporter, progress-reporter-update)
15363         (progress-reporter-force-update, progress-reporter-do-update)
15364         (progress-reporter-done): New functions.
15366         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
15368         * progmodes/etags.el (etags-tags-completion-table): Use progress
15369         reporter.
15370         (etags-tags-apropos): Likewise.
15372 2004-10-08  Alan Mackenzie  <acm@muc.de>
15374         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
15375         of current line.
15377 2004-10-08  Masatake YAMATO  <jet@gyve.org>
15379         * server.el (server-process-filter): Wrap `process-send-region'
15380         by `condition-case' to guard the case when the pipe to PROC is closed.
15382 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
15384         * xml.el (xml-substitute-special): Limit handling of external entities.
15386 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
15388         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
15390 2004-10-06  John Paul Wallington  <jpw@gnu.org>
15392         * xml.el (xml-parse-dtd): Fix `error' call.
15394 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
15396         * xml.el (xml-substitute-special): Return a single string instead
15397         of a list of strings if an entity substitution is made.
15399 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
15401         * calendar/icalendar.el: New file.
15403 2004-10-05  Juri Linkov  <juri@jurta.org>
15405         * isearch.el (isearch-done): Set mark after running hook.
15406         Reported by Drew Adams <drew.adams@oracle.com>.
15408         * info.el (Info-history, Info-toc): Fix Info headers.
15409         (Info-toc): Narrow buffer before Info-fontify-node.
15410         (Info-build-toc): Don't check for special Info file names.
15411         Set main-file to nil if Info-find-file returns a symbol.
15413 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
15415         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
15416         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
15417         * calendar/cal-menu.el (calendar-mode-map): Ditto.
15419 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15421         * calendar/cal-iso.el (calendar-iso-read-args): New function,
15422         for old interactive spec from calendar-goto-iso-date.
15423         (calendar-goto-iso-date): Use it.
15424         (calendar-goto-iso-week): New function.  Suggested by Emilio
15425         C. Lopes <eclig@gmx.net>.
15427 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
15429         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
15430         `set-right-margin' bindings that follow the minor mode conventions.
15432 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15434         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
15435         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
15436         (latex-block-args-alist): Add minipage and picture.
15437         (latex-block-body-alist): Use reftex-label if enabled.
15438         (latex-insert-block): Don't insert a \n if not necessary.
15439         (tex-compile-commands): Make sure dvips doesn't send to printer.
15440         (tex-compile-default): Handle the case where no executable is found.
15441         (latex-noindent-environments): New var.
15442         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
15443         If tex-indent-allhanging is non-nil, make sure we only align for macros
15444         at beginning of line.
15446 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
15448         * newcomment.el (comment-beginning): Doc fix and don't choke on
15449         unset `comment-end-skip' when at beginning of comment.
15451 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
15453         * term.el (term-adjust-current-row-cache): Don't allow the current
15454         row to become negative.
15455         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
15456         the end of the line.  Fix scroll down.  Add comments.
15457         (term-handle-ansi-escape): Don't exceed terminal width when moving
15458         right.
15459         (term-scroll-region): Move the cursor after setting the scroll region.
15461 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
15463         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
15464         to `width' for consistency with docstring.  Doc fix.
15466 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
15468         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
15469         This is necessary for derived modes.
15471 2004-09-30  Kim F. Storm  <storm@cua.dk>
15473         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
15474         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
15476         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
15477         kmacro-extract-lambda functions.
15478         (edit-kbd-macro): Handle kmacro lambda forms.
15479         Include counter and counter format in edit buffer.
15480         (edmacro-finish-edit): Get counter and format from edit buffer and
15481         update kmacro bindings when found.
15483 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
15485         * textmodes/paragraphs.el (forward-paragraph):
15486         Avoid args-out-of-range error when point winds up at the beginning of
15487         the buffer and hard newlines are enabled.
15489         * newcomment.el (comment-multi-line): Doc fix.
15491 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15493         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
15494         (diff-fixup-modifs): Catch unified-diff file-headers.
15496 2004-09-29  Kim F. Storm  <storm@cua.dk>
15498         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
15499         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
15500         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
15502         * fringe.el (fringe-bitmap-p): New macro.
15503         (fringe-bitmaps): Add standard fringe bitmaps on load.
15505 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15507         * dired.el (dired-view-command-alist): Use more efficient regexps.
15508         Remove dubious arguments.
15509         (dired-align-file): New function.
15510         (dired-insert-directory): Use it.
15511         (dired-move-to-end-of-filename): Make the " -> " search more specific.
15512         (dired-buffers-for-dir): Remove unused var `pattern'.
15514 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
15516         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
15517         from diary display excursion.  Store diary buffer's point for
15518         `simple-diary-display'.
15519         (simple-diary-display): Set window point and start when
15520         displaying buffer, to preserve point.
15522 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
15524         * textmodes/enriched.el (enriched-translations): Replace defconst
15525         with defvar.
15527 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15529         * printing.el: Doc fix.
15530         (pr-version): New version number (6.8.1).
15531         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
15532         make-temp-name.
15533         (pr-delete-file): Check if file exists before deleting it.
15534         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
15536 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15538         * term.el (term-display-table): New variable.
15539         (term-mode): Use it.
15540         (term-exec-1): Set the coding system to binary.
15541         (term-emulate-terminal): Decode the string before inserting it.
15543 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
15545         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
15546         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
15547         (map): Bind S-prior, S-next and S-insert.
15548         (term-mode): Set `indent-tabs-mode' to nil.
15549         (term-paste): New function to be bound to S-insert.
15550         (term-send-del, term-send-backspace): Change the strings sent.
15551         (term-termcap-format): Synchronize with etc/e/eterm.ti.
15552         (term-handle-colors-array): Fix handling of underline and reverse.
15553         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
15554         (term-erase-in-line): Fix comparison.
15555         (term-emulate-terminal): Fix line wrap handling.
15556         (term-start-output-log): Rename from `term-set-output-log'.
15557         (term-stop-output-log): Rename from `term-stop-photo'.
15558         (term-switch-to-alternate-sub-buffer): Comment out, unused.
15560 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15562         * dired.el (dired-move-to-filename): Don't output a message if
15563         raise-error is non-nil.  Fix return position and value.
15565         * files.el (insert-directory): Obey --dired even with symlinks.
15567 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
15569         * ls-lisp.el (ls-lisp-format): Mark file names with property
15570         dired-filename.
15572 2004-09-25  Kim F. Storm  <storm@cua.dk>
15574         * ido.el (ido-max-directory-size): New defcustom.
15575         (ido-decorations): Add "too big" element.
15576         (ido-directory-too-big): New dynamic var.
15577         (ido-may-cache-directory): Don't cache big directories.
15578         (ido-directory-too-big-p): New defun.
15579         (ido-set-current-directory): Update ido-directory-too-big.
15580         (ido-read-internal): Make empty ido-cur-item if too-big.
15581         (ido-buffer-internal): Use ido-read-internal directly instead of
15582         ido-read-buffer.
15583         (ido-file-internal): Init ido-directory-too-big.
15584         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
15585         and redo completion with full list.
15586         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
15587         it, and show completions.
15588         (ido-all-completions): Let bind ido-directory-too-big to nil.
15589         (ido-exhibit): Handle ido-directory-too-big.
15590         (ido-read-buffer): Handle fallback to read-buffer.
15591         Init ido-directory-too-big.
15592         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
15593         Init ido-directory-too-big.
15595 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
15597         * subr.el (delay-mode-hooks): Doc fix.
15599 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
15601         * textmodes/enriched.el
15602         (enriched-default-text-properties-local-flag): New variable.
15603         (enriched-mode): Make sure that enabling and disabling the mode is
15604         a no-op.  Doc fix.
15606 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
15608         * calendar/holidays.el (holiday-advent): Report on a specified day
15609         offset from advent, not just advent.
15610         (holiday-easter-etc): Report on one specified day offset from
15611         easter, not all easter holidays.  Various Easter holidays moved to
15612         `christian-holidays' variable in calendar.el.
15613         * calendar/calendar.el (christian-holidays): Adapt for new
15614         behavior of `holiday-advent' and `holiday-easter-etc' functions.
15616 2004-09-23  Kim F. Storm  <storm@cua.dk>
15618         * image.el (insert-sliced-image): Add doc string.
15620         * ido.el (ido-choice-list): New dynamic var for `list' context.
15621         (ido-context-switch-command): New dynamic var.
15622         (ido-define-mode-map): Generalize switch between file/buffer contexts.
15623         (ido-read-internal): Handle new `list' context.
15624         Handle insert-buffer and insert-file ido-exit values.
15625         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
15626         ido-context-switch-command.  Handle insert-file ido-exit value.
15627         (ido-read-buffer): Set ido-context-switch-command to 'ignore
15628         unless it is already bound by caller.
15629         (ido-file-internal): New arg switch-cmd.  Use it to setup
15630         ido-context-switch-command.  Handle insert-buffer ido-exit value.
15631         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
15632         used for context switching.
15633         (ido-all-completions): Handle new `list' context.
15634         (ido-make-choice-list): Return choices for `list' context.
15635         (ido-find-file-in-dir, ido-display-file, ido-write-file)
15636         (ido-display-buffer, ido-kill-buffer): Disable context switching.
15637         (ido-insert-buffer, ido-insert-file): Setup context switching.
15638         (ido-exhibit): Handle `list' context.
15639         (ido-read-file-name): Disable context switching.  Handle fallback.
15640         (ido-read-directory-name): Disable context switching.
15641         (ido-completing-read): New defun like completing-read.  Setup and
15642         use new `list' context.
15644 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
15646         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
15648 2004-09-21  Jay Belanger  <belanger@truman.edu>
15650         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
15651         `calc-graph-set-styles' so the gnuplot buffer will appear in a
15652         separate window.
15654 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
15656         * subr.el (after-change-major-mode-hook): Doc fix.
15658 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15660         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
15661         of ghostscript for monochrome PostScript file in Windows.
15663 2004-09-21  Kenichi Handa  <handa@m17n.org>
15665         * descr-text.el (describe-char): Checking of quail activation fixed.
15667 2004-09-21  Jay Belanger  <belanger@truman.edu>
15669         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
15671 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
15673         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
15674         after the mode hooks instead of before.  Doc fix.
15676 2004-09-20  Jason Rumney  <jasonr@gnu.org>
15678         * startup.el (command-line) [windows-nt]: Try .emacs first, then
15679         _emacs, but revert to .emacs if neither exists in home directory.
15681 2004-09-20  John Paul Wallington  <jpw@gnu.org>
15683         * bindings.el (completion-ignored-extensions): Add .dfsl.
15685 2004-09-20  Richard M. Stallman  <rms@gnu.org>
15687         * bindings.el (scroll-left): Make it disabled.
15689         * files.el (enable-local-eval): Doc fix.
15691         * indent.el (move-to-left-margin): Special case for minibuffer.
15693         * term.el (term-emulate-terminal): Turn off undo for output.
15694         Use with-current-buffer and save-selected-window.
15696         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
15698         * progmodes/make-mode.el (makefile-fill-paragraph):
15699         Don't insist on spaces when looking for comments.  # is enough.
15701         * files.el (hack-local-variables): Copy the variables list
15702         to another buffer, strip prefixes and suffixes there, then read.
15703         (enable-local-eval): Doc fix.
15704         (ignored-local-variables): Initialize to nil.
15705         (risky-local-variable-p): Don't check ignored-local-variables here.
15706         (hack-one-local-variable): Ignore var if in ignored-local-variables.
15708 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
15710         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
15711         of = to "." (punctuation).
15713 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15715         * subr.el (event-basic-type): Fix mask (extend to 22bits).
15717 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
15719         * textmodes/enriched.el (enriched-rerun-flag): New variable.
15720         (enriched-before-change-major-mode): New function.
15721         Add it to `change-major-mode-hook'.
15722         (enriched-after-change-major-mode): New function.
15723         Add it to `after-change-major-mode-hook'.
15724         (enriched-mode): Make it work correctly if called from
15725         `after-change-major-mode-hook'.
15726         No longer set `indent-line-function'.
15728         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
15730         * subr.el (after-change-major-mode-hook): New variable.
15731         (run-mode-hooks): Implement it.
15733 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15735         * battery.el (battery-linux-proc-apm): Use string-to-number.
15736         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
15737         Use dolist (and less indentation).  Use erase-buffer.
15738         Pre-initialize `design-capacity', `warn', and `low'.
15739         (battery-format): Use replace-regexp-in-string.
15741 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
15743         * battery.el: Delete superfluous empty lines.
15744         (battery-linux-proc-acpi): Attempt to gather information from all
15745         battery subdirectories regardless of their file name.
15746         (battery-linux-proc-apm): Replace all occurrences of
15747         battery-hex-to-int-2 with string-to-int (base 16).
15748         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
15749         (battery-hex-map): Delete variable.
15751 2004-09-18  John Paul Wallington  <jpw@gnu.org>
15753         * calc/calc-units.el (calc-quick-units): Fix overzealous
15754         s/or/unless/.
15756 2004-09-17  Jay Belanger  <belanger@truman.edu>
15758         * calc/calc.el (calc-mode-var-list): Fix the value of
15759         `calc-matrix-brackets'.
15761 2004-09-17  Romain Francoise  <romain@orebokech.com>
15763         * ibuf-ext.el (define-ibuffer-filter filename):
15764         Expand dired-directory since buffer-file-name is absolute.
15766 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
15768         * ediff-init.el (ediff-current-diff-face-A)
15769         (ediff-current-diff-face-B, ediff-current-diff-face-C)
15770         (ediff-current-diff-face-Ancestor)
15771         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15772         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15773         (ediff-even-diff-face-A, ediff-even-diff-face-B)
15774         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15775         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15776         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15777         Use min-colors.
15779         * term.el (term-down): Perform vertical motion if DOWN is negative.
15780         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
15781         (term-termcap-format): Synchronize with the eterm terminfo entry
15782         in etc/e/eterm.ti.
15783         (term-handle-colors-array): If the current foreground or
15784         background are zero (i.e. unspecified), use the foreground and
15785         background of the default face for reverse video.
15786         (term-ansi-at-eval-string, term-ansi-default-fg)
15787         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
15788         (term-mem): Delete unused function.
15789         (term-protocol-version): Increment.
15790         (term-current-face): Set to default.
15792 2004-09-15  Jay Belanger  <belanger@truman.edu>
15794         * calc/calc.el (calc-mode-var-list): Define this variable.
15795         (calc-always-load-extensions, calc-line-numbering)
15796         (calc-line-breaking, calc-display-just, calc-display-origin)
15797         (calc-number-radix, calc-leading-zeros, calc-group-digits)
15798         (calc-group-char, calc-point-char, calc-frac-format)
15799         (calc-prefer-frac, calc-hms-format, calc-date-format)
15800         (calc-float-format, calc-full-float-format, calc-complex-format)
15801         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15802         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15803         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15804         (calc-matrix-brackets, calc-language, calc-language-option)
15805         (calc-left-label, calc-right-label, calc-word-size)
15806         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15807         (calc-display-raw, calc-internal-prec, calc-angle-mode)
15808         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15809         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15810         (calc-window-height, calc-display-trail, calc-show-selections)
15811         (calc-use-selections, calc-assoc-selections)
15812         (calc-display-working-message, calc-auto-why, calc-timing)
15813         (calc-mode-save-mode, calc-standard-date-formats)
15814         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
15815         (calc-user-parse-tables, calc-gnuplot-default-device)
15816         (calc-gnuplot-default-output, calc-gnuplot-print-device)
15817         (calc-gnuplot-print-output, calc-gnuplot-geometry)
15818         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15819         (calc-invocation-macro, calc-show-banner): Give these values as
15820         part of `calc-mode-var-list's initialization after the variables
15821         are declared with defvar.
15822         (calc-bug-address): Change email address to send bug reports to.
15823         Change the maintainer address at the top.
15824         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
15825         than "\\.emacs" to determine if it is the user-init-file.
15827         * calc/calc-embed.el (calc-embedded-set-modes): Use
15828         `calc-mode-var-list' correctly.
15830 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
15832         * vc.el (annotate-time): Document point handling.
15833         (vc-annotate-display-autoscale): Doc fix.
15835 2004-09-15  Miles Bader  <miles@gnu.org>
15837         * generic.el (generic-make-keywords-list): Use symbol rather than
15838         word anchors in regexp.
15840 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15842         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
15843         no file name consider `dired-directory'.
15845 2004-09-14  Kim F. Storm  <storm@cua.dk>
15847         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
15849 2004-09-14  Simon Josefsson  <jas@extundo.com>
15851         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
15853         * textmodes/dns-mode.el: Add.
15855 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15857         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
15858         (disabled-command-function): Make the ?\  char more obvious.
15860         * vc-arch.el (vc-arch-root, vc-arch-registered):
15861         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
15863 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
15865         * windmove.el (windmove-frame-edges): Report coordinates of
15866         outside edges of frame, not inside edges.
15867         (windmove-coordinates-of-position): Convert into wrapper to new
15868         function `windmove-coordinates-of-window-position';
15869         `compute-motion' always applies to selected window.
15870         (windmove-coordinates-of-position): Update documentation to refer
15871         to Emacs 21 Lisp Reference Manual.
15872         (windmove-find-other-window): Fix off-by-one errors for max x,y.
15874 2004-09-13  Kim F. Storm  <storm@cua.dk>
15876         * isearch.el (isearch-resume-in-command-history): Rename from
15877         isearch-resume-enabled and change default to nil.
15879 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15881         * vc-hooks.el (vc-ignore-dir-regexp): New var.
15882         (vc-registered): Use it.
15883         (vc-find-root): New fun.
15885         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15886         Don't tell to use \\{...} when it's already done.
15888         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
15889         Provide a sample complex default.
15890         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
15891         (bibtex-entry): Use mapc.
15893 2004-09-12  Kim F. Storm  <storm@cua.dk>
15895         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
15897         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
15898         inhibit-field-text-motion to t so rectangles work in comint buffers.
15900         * simple.el (choose-completion-string): Set buffer before running
15901         choose-completion-string-functions hook so it can be buffer-local.
15903 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
15905         * progmodes/compile.el (compilation-start): Parse command to see
15906         if it starts with a cd, and if so perform it for the *compilation*
15907         buffer.  Change the header to reflect this.
15909 2004-09-11  Kim F. Storm  <storm@cua.dk>
15911         * ido.el (ido-enable-dot-prefix): Doc fix.
15912         (ido-enable-dot-prefix): New defcustom.
15913         (ido-set-matches1): Use it.
15915 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15917         * textmodes/bibtex.el (bibtex-mark-active)
15918         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
15920 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15922         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
15923         used in a case insensitive environment.
15924         (bibtex-mode-map): Rearrange order of menus.
15925         (bibtex-quoted-string-re): Obsolete.
15926         (bibtex-complete-key-cleanup): Variable replaced by new function.
15927         (bibtex-font-lock-keywords): Use backquotes.
15928         (bibtex-font-lock-url-regexp): New internal variable.
15929         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
15930         "OPT" and "ALT".
15931         (bibtex-insert-current-kill, bibtex-make-field)
15932         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
15933         (bibtex-parse-field-text): Simplify.
15934         (bibtex-string=): New helper function.
15935         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
15936         (bibtex-map-entries): Use bibtex-string=.
15937         (bibtex-search-entry): Use not.
15938         (bibtex-enclosing-field): Fix docstring.
15939         (bibtex-assoc-regexp): Obsolete.
15940         (bibtex-format-entry): Use assoc-string and bibtex-string=.
15941         (bibtex-autokey-get-names): Handle empty name field.
15942         (bibtex-parse-strings): Use assoc-string and unless.
15943         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
15944         Use assoc-string.
15945         (bibtex-pop): Simplify.
15946         (bibtex-mode): Set font-lock-extra-managed-props.
15947         (bibtex-entry-update): Use assoc-string.
15948         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
15949         (bibtex-autofill-entry): Use bibtex-string=.
15950         (bibtex-print-help-message): Simplify.
15951         (bibtex-find-entry): New optional arg START.
15952         (bibtex-validate): Use bibtex-string= and assoc-string.
15953         Do not call obsolete function compilation-parse-errors.
15954         (bibtex-remove-delimiters): Only remove delimiters if present.
15955         (bibtex-copy-entry-as-kill): Add docstring.
15956         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
15957         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
15958         (bibtex-complete): Use bibtex-predefined-month-strings,
15959         bibtex-string=, and new function bibtex-complete-key-cleanup.
15960         (bibtex-generate-url-list): New variable.
15961         (bibtex-url): New command bound to C-c C-l and mouse-2.
15962         (bibtex-url-map): New local keymap for bibtex-url-mouse.
15963         (bibtex-font-lock-url): New function.
15965 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15967         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
15969 2004-09-09  Kim F. Storm  <storm@cua.dk>
15971         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
15972         counter and format with binding.
15973         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
15974         the declared macro uses own macro counter and format.  Give symbol
15975         kmacro property.
15976         (kmacro-keymap): Bind kmacro-name-last-macro to n.
15977         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
15978         (kmacro-end-and-call-macro): Doc fix.
15980 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
15982         * desktop.el (desktop-clear-preserve-buffers):
15983         Remove make-obsolete-variable.
15985 2004-09-08  Richard M. Stallman  <rms@gnu.org>
15987         * buff-menu.el (list-buffers-noselect): Call format-mode-line
15988         with the buffer as argument.
15990 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15992         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
15994 2004-09-08  Juri Linkov  <juri@jurta.org>
15996         * replace.el (perform-replace): Use `query-replace-descr'.
15998         * cus-start.el (history-delete-duplicates): Specify customization.
16000         * diff-mode.el (diff-mode-map):
16001         * progmodes/compile.el (compilation-mode-map):
16002         * progmodes/grep.el (grep-mode-map):
16003         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
16004         to `next-error-follow-minor-mode'.
16006 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16008         * isearch.el (isearch-lazy-highlight-update): Take into account
16009         the case of zero-length match at the search bound.
16011 2004-09-08  Kim F. Storm  <storm@cua.dk>
16013         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
16014         change.  Use zero width overlays when necessary.
16016 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16018         * subr.el (split-string): Docfix.
16020 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16022         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
16023         (display-call-tree): Ensure newline after caller/calls blocks.
16025 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16027         * startup.el (command-line-1): Make option
16028         --directory/-L modify `load-path' straight away.
16030 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16032         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
16034 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16036         * emacs-lisp/autoload.el (make-autoload):
16037         Handle `define-compilation-mode'.
16039         * emacs-lisp/lisp-mode.el (define-compilation-mode):
16040         Specify `doc-string-elt' property.
16042 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16044         * bs.el (bs-mode): Doc fix.
16046 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16048         * info.el (Info-insert-dir): Fix temp buffer leak bug.
16050 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
16052         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
16054 2004-09-08  Kenichi Handa  <handa@m17n.org>
16056         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
16057         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
16058         ps-mule-next-point -> 1+).
16060         * composite.el (encode-composition-rule): Add autoload cookie.
16062 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
16064         * format.el (buffer-auto-save-file-format): Make it permanent local.
16066 2004-09-07  Kim F. Storm  <storm@cua.dk>
16068         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
16069         (authors-fixed-entries): Fix typo.
16070         (authors-canonical-author-name): Compact multiple spaces.
16071         Ignore trivial names (e.g. only first name).
16073         * term.el (term-window-width): Only use full window width on
16074         window system if overflow-newline-into-fringe is enabled.
16075         (term-mode): Don't disable overflow-newline-into-fringe.
16077 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16079         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
16080         motion as seen on my Mac OS X xterms.
16082         * newcomment.el (uncomment-region-default, comment-region-default):
16083         New functions extracted from uncomment-region and comment-region.
16084         (comment-region, comment-region-function, uncomment-region)
16085         (uncomment-region-function): Use them.
16087         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
16089         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
16090         It's not crucial but can make sense at times.
16092         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
16093         the first commit.
16095         * vc.el (vc-buffer-context, vc-restore-buffer-context):
16096         Disable obsolete code.
16098 2004-09-07  Juri Linkov  <juri@jurta.org>
16100         * progmodes/grep.el (grep-highlight-matches): Change default from
16101         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
16102         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
16103         if grep option `--color' is available, or to `nil' otherwise.
16104         (grep-process-setup): Call `grep-compute-defaults' if
16105         `grep-highlight-matches' is not computed.  Set env-vars only
16106         if `grep-highlight-matches' is `t'.
16107         (grep-use-null-device): Remove redundant type `boolean' (`choice'
16108         is already defined).
16110         * progmodes/compile.el (compilation-start): Use copy of
16111         `process-environment' created by `copy-sequence' to not
16112         modify env-vars in the global `process-environment'.
16114 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
16116         * simple.el (next-error-follow-minor-mode): Fix last change.
16118 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
16120         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
16121         permanent local.
16123 2004-09-04  Richard M. Stallman  <rms@gnu.org>
16125         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
16126         highlighting if the search string is empty.
16128 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
16130         * facemenu.el (facemenu-active-faces): Change condition of inner
16131         `while' loop to also check the first two elements of `face-atts'
16132         and `mask-atts'.
16134 2004-09-04  John Paul Wallington  <jpw@gnu.org>
16136         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
16137         (thumbs-view-image-mode): Make buffer read-only.
16139 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
16141         * textmodes/ispell.el (ispell-really-aspell): New defvar.
16142         (ispell-check-version): Set it.
16143         (ispell-send-replacement): New function.
16144         (ispell-process-line): Call ispell-send-replacement.
16146 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
16148         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
16149         Support choosing seconds with "s".
16151 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
16153         * terminal.el (te-escape): Show `?' in prompt for help key.
16155 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
16157         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
16159 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
16161         * simple.el (next-error-follow-minor-mode)
16162         (next-error-follow-mode-post-command-hook): New functions.
16163         (next-error-follow-last-line): New defvar.
16165         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
16166         * progmodes/compile.el (compilation-mode-map): Likewise.
16167         * progmodes/grep.el (grep-mode-map): Likewise.
16168         * replace.el (occur-mode-map): Likewise.
16170         * newcomment.el (uncomment-region): Bind comment-use-global-state
16171         to nil.
16173 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
16175         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
16176         locally around the call to `revert-buffer'.
16178 2004-09-03  Juri Linkov  <juri@jurta.org>
16180         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
16181         `isearch-adjusted' to `t'.
16182         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
16183         (isearch-message-prefix): Add "pending" for isearch-adjusted.
16184         (isearch-other-meta-char): Restore isearch-point unconditionally.
16185         (isearch-query-replace): Add new arg `regexp-flag' and use it.
16186         Set point to start of match if region is not active in transient
16187         mark mode (to include the current match to region boundaries).
16188         Push the search string to `query-replace-from-history-variable'.
16189         Add prompt "Query replace regexp" for isearch-regexp.
16190         Add region beginning/end as last arguments of `perform-replace.'
16191         (isearch-query-replace-regexp): Replace code by the call to
16192         `isearch-query-replace' with arg `t'.
16194 2004-09-03  Richard M. Stallman  <rms@gnu.org>
16196         * startup.el (normal-top-level): Undo previous TERM change.
16198 2004-09-03  Kim F. Storm  <storm@cua.dk>
16200         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
16201         highlight overlays; allow using RET when cursor is over a button.
16202         (cua--highlight-rectangle): Use it.
16203         (cua--rectangle-set-corners): Don't move backwards at eol.
16204         (cua--forward-line): Don't move into void after eob.
16206         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
16207         point is set (and displayed) inside rectangle.
16208         (cua--rectangle-operation): Fix for highlight of empty lines.
16209         (cua--highlight-rectangle): Fix highlight for tabs.
16210         Position cursor at left/right edge of rectangle using new `cursor'
16211         property on overlay strings.
16212         (cua--indent-rectangle): Don't tabify.
16213         (cua-rotate-rectangle): Ignore that point has moved.
16215 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16217         * term/mac-win.el: Add ASCII equivalents for some function keys.
16218         (mode-line-frame-identification): Sync with x-win.el.
16220 2004-09-02  Juri Linkov  <juri@jurta.org>
16222         * progmodes/compile.el (compilation-buffer-name): Compare major
16223         mode with second element of compilation-arguments instead of third
16224         to reflect latest changes in compilation-arguments structure.
16225         (recompile): Use global variable `compilation-directory' to get
16226         recent compilation directory only when `recompile' is invoked NOT
16227         in the compilation buffer.  Otherwise, use `default-directory' of
16228         the compilation buffer.
16229         (compilation-error-properties): Allow to funcall col and end-col.
16230         (compilation-mode-font-lock-keywords): Check col and end-col by
16231         `integerp'.
16232         (compilation-goto-locus): If end-mk is non-nil in transient mark
16233         mode don't activate the mark (and don't display message in
16234         push-mark), but highlight overlay between mk and end-mk.
16236         * progmodes/grep.el (grep-highlight-matches): New defcustom.
16237         (grep-regexp-alist): Add rule to highlight grep matches.
16238         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
16240         * info.el (Info-fontify-node): Don't compute other-tag
16241         if Info-hide-note-references=hide.
16243         * help.el (function-called-at-point):
16244         * help-fns.el (variable-at-point):
16245         Try `find-tag-default' when other methods failed.
16247         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16248         Do not push mark if inhibit-mark-movement is non-nil.
16250         * textmodes/ispell.el (ispell-html-skip-alists):
16251         Fix backslashes in docstring.
16253 2004-09-01  Juri Linkov  <juri@jurta.org>
16255         * isearch.el (isearch-wrap-function)
16256         (isearch-push-state-function): New defvars.
16257         (isearch-pop-fun-state): New defsubst.
16258         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
16259         (isearch-push-state): Set the result of calling
16260         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
16261         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
16262         restore the mode-specific starting point of terminated search.
16263         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
16264         (isearch-repeat): Call `isearch-wrap-function' if defined.
16265         (isearch-message-prefix): Don't add prefix "over" to the message
16266         for wrapped search if `isearch-wrap-function' is defined.
16267         (isearch-search): Call function saved in `isearch-pop-fun-state' to
16268         restore the mode-specific starting point of failed search.
16270         * info.el (Info-search-whitespace-regexp): Fix backslashes.
16271         (Info-search): Add new optional arguments for the sake of isearch.
16272         Replace whitespace in Info-search-whitespace-regexp literally.
16273         Add backward search.  Don't call `Info-select-node' if regexp is
16274         found in the same Info node.  Don't add node to Info-history for
16275         wrapped isearch.
16276         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
16277         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
16278         (Info-mode): Set local variables `isearch-search-fun-function',
16279         `isearch-wrap-function', `isearch-push-state-function',
16280         `search-whitespace-regexp'.
16282         * isearch.el: Remove ancient Change Log section.
16283         (isearch-string, isearch-message-string, isearch-point)
16284         (isearch-success, isearch-forward-flag, isearch-other-end)
16285         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16286         (isearch-barrier, isearch-within-brackets)
16287         (isearch-case-fold-search): Add suffix `-state' to state-related
16288         defsubsts to avoid name clashes with other function names.
16290         * simple.el (next-error): New defgroup and defface.
16291         (next-error-highlight, next-error-highlight-no-select):
16292         New defcustoms.
16293         (next-error-no-select): Let-bind next-error-highlight to the value
16294         of next-error-highlight-no-select before calling `next-error'.
16296         * progmodes/compile.el (compilation-goto-locus):
16297         Use `next-error' face instead of `region'.  Set 4-th argument of
16298         `move-overlay' to `current-buffer' to move overlay to different
16299         source buffers.  Use new variable `next-error-highlight'.
16301         * simple.el (next-error-find-buffer): Move the rule
16302         "if current buffer is a next-error capable buffer" after the
16303         rule "if next-error-last-buffer is set to a live buffer".
16304         Simplify to test all rules in one `or'.
16305         (next-error): Doc fix.
16306         (next-error, previous-error, first-error)
16307         (next-error-no-select, previous-error-no-select):
16308         Make arguments optional.
16310 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
16312         * macros.el (apply-macro-to-region-lines): Make it operate on all
16313         lines that begin in the region, rather than on all complete lines
16314         in the region.
16316 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16318         * x-dnd.el (x-dnd-protocol-alist): Document update.
16319         (x-dnd-known-types): Defcustom it.
16320         (x-dnd-handle-motif): Print message-atom in error message.
16322 2004-08-30  John Paul Wallington  <jpw@gnu.org>
16324         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
16325         strings rather than programatically constructing message.
16327 2004-08-30  Richard M. Stallman  <rms@gnu.org>
16329         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
16330         Don't return a string that would read as the wrong character code.
16332 2004-08-29  Kim F. Storm  <storm@cua.dk>
16334         * emulation/cua-base.el (cua-auto-expand-rectangles):
16335         Remove automatic rectangle padding feature; replace by non-destructive
16336         virtual rectangle edges feature.
16337         (cua-virtual-rectangle-edges): New defcustom.
16338         (cua-auto-tabify-rectangles): New defcustom.
16339         (cua-paste): If paste into a marked rectangle, insert rectangle at
16340         current column, even if virtual; also paste exactly as many lines
16341         as has been marked (ignore additional lines or add empty lines),
16342         but paste whole source if only one line is marked.
16343         (cua--update-indications): No longer use overwrite-cursor to
16344         indicate rectangle padding
16346         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
16347         (cua--rectangle-virtual-edges): New defun.
16348         (cua--rectangle-get-corners): Remove optional PAD arg.
16349         (cua--rectangle-set-corners): Never do padding.
16350         (cua--forward-line): Remove optional PAD arg.  Simplify.
16351         (cua-resize-rectangle-right, cua-resize-rectangle-left)
16352         (cua-resize-rectangle-down, cua-resize-rectangle-up):
16353         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
16354         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
16355         (cua--rectangle-move): Never do padding.  Simplify.
16356         (cua--tabify-start): New defun.
16357         (cua--rectangle-operation): Add tabify arg.  All callers changed.
16358         (cua--pad-rectangle): Remove.
16359         (cua--delete-rectangle): Handle delete with virtual edges.
16360         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
16361         (cua--insert-rectangle): Handle insert at virtual column.
16362         Perform auto-tabify if necessary.
16363         (cua--activate-rectangle): Remove optional FORCE arg.
16364         Never do padding.  Simplify.
16365         (cua--highlight-rectangle): Enhance for virtual edges.
16366         (cua-toggle-rectangle-padding): Remove command.
16367         (cua-toggle-rectangle-virtual-edges): New command.
16368         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
16369         (cua--rectangle-post-command): Don't force rectangle padding.
16370         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
16372 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
16374         * indent.el (edit-tab-stops-buffer): Doc fix.
16376 2004-08-28  Richard M. Stallman  <rms@gnu.org>
16378         * progmodes/grep.el (grep-default-command): Use find-tag-default.
16379         (grep-tag-default): Function deleted.
16381         * subr.el (find-tag-default): Move from etags.el.
16383         * progmodes/etags.el (find-tag-default): Move to subr.el.
16385         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
16386         into the basic character if it has an uppercase form.
16388 2004-08-27  Kenichi Handa  <handa@m17n.org>
16390         * international/utf-8.el (utf-8-post-read-conversion): If the
16391         buffer is unibyte, temporarily make it multibyte.
16393 2004-08-27  Masatake YAMATO  <jet@gyve.org>
16395         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
16397 2004-08-25  John Paul Wallington  <jpw@gnu.org>
16399         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
16400         0, 1, and many mismatches in message.
16401         (tex-start-shell): Use `set-process-query-on-exit-flag'.
16403         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
16404         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
16406 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16408         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
16409         vc-diff-switches differently.
16411 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
16413         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
16414         before and a real defvar after
16415         `speedbar-supported-extension-expressions'.  This is to silence
16416         the compiler without breaking bootstrapping.
16418 2004-08-22  Richard M. Stallman  <rms@gnu.org>
16420         * textmodes/flyspell.el (flyspell-word):
16421         Use set-process-query-on-exit-flag.
16422         (flyspell-highlight-duplicate-region): Take POSS as arg.
16423         (flyspell-word): Pass POSS as arg.
16425         * progmodes/ada-xref.el: Many doc and style fixes.
16426         (ada-find-any-references): Use compilation-start.
16427         (ada-get-ali-file-name): Improve error msg.
16428         (ada-get-ada-file-name): Likewise.
16430         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
16431         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
16433         * mail/mail-extr.el (mail-extr-all-top-level-domains):
16434         Add forward defvar.
16436         * whitespace.el (global-whitespace-mode): New alias
16437         for whitespace-global-mode.
16439         * speedbar.el (speedbar-file-regexp): Move definition up.
16440         (speedbar-mode, speedbar-set-mode-line-format):
16441         Use with-no-warnings.
16442         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
16444         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
16445         controls whether to display the error buffer.
16447         * ps-mule.el: Delete compatibility code for old Emacsen.
16448         (ps-mule-find-wrappoint): Don't use chars-in-region.
16450         * frame.el (display-mouse-p, display-selections-p):
16451         Use with-no-warnings.
16453         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
16455 2004-08-22  David Kastrup  <dak@gnu.org>
16457         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
16458         information.
16460         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
16462 2004-08-22  Andreas Schwab  <schwab@suse.de>
16464         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
16466 2004-08-22  Masatake YAMATO  <jet@gyve.org>
16468         * cvs-status.el (cvs-status-checkout): New function.
16469         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
16471 2004-08-21  David Kastrup  <dak@gnu.org>
16473         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
16474         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
16475         has been converted to use hashtables, the relation `nil=none' is
16476         no longer valid, as `nil' is not a hashtable.  This patch tries to
16477         reduce the number of resulting errors.
16479 2004-08-21  John Paul Wallington  <jpw@gnu.org>
16481         * subr.el (process-kill-without-query): Made obsolete in
16482         version 21.4, not 21.5.
16484         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
16485         (vc-previous-comment, vc-next-comment)
16486         (vc-comment-search-reverse, vc-comment-search-forward)
16487         (vc-comment-to-change-log): Likewise.
16489         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
16491 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
16493         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16494         Correct indentation of DEFMETHODS with non-standard method
16495         combinations (e.g., PROGN, MIN, MAX).
16497 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16499         * startup.el (normal-top-level-add-subdirs-to-load-path):
16500         Avoid unnecessarily checking system-type.
16501         (normal-top-level): Set TERM to "dumb".  Simplify.
16503         * avoid.el (mouse-avoidance-ignore-p): New fun.
16504         Also ignore switch-frame, select-window, double, and triple clicks.
16505         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
16506         (mouse-avoidance-fancy-hook): Use it.
16508 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
16510         * avoid.el (mouse-avoidance-nudge-mouse)
16511         (mouse-avoidance-banish-destination): Stay within the current window
16512         to avoid problems with mouse-autoselect-window.
16514 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16516         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
16517         the newer format of some messages in cvs-1.12.1.
16519 2004-08-19  Masatake YAMATO  <jet@gyve.org>
16521         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
16522         (elp-results-jump-to-definition-by-mouse)
16523         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
16524         (elp-output-result): Use elp-output-insert-symname.
16526 2004-08-18  Kenichi Handa  <handa@m17n.org>
16528         * language/cyrillic.el: Register koi8-r in
16529         ctext-non-standard-encodings-alist.
16530         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
16532 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
16534         * emacs-lisp/copyright.el (copyright-update-year): Delete code
16535         that replaces 20xy with xy.
16537 2004-08-17  John Paul Wallington  <jpw@gnu.org>
16539         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
16540         (reb-force-update): Doc fix.
16542 2004-08-16  Richard M. Stallman  <rms@gnu.org>
16544         * progmodes/which-func.el (which-func-update-1): Doc fix.
16546         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
16547         (sh-mode-abbrev-table): New variable.
16549         * progmodes/compile.el (compilation-mode): Doc fix.
16551         * emacs-lisp/lisp-mode.el (eval-last-sexp):
16552         Don't cons a new symbol each time.
16553         (eval-last-sexp-fake-value): New variable.
16555         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
16556         (copyright-update-year): Detect continuation of list of years.
16558         * term.el (term-default-fg-color, term-default-bg-color)
16559         (ansi-term-color-vector): Use `unspecified', not nil, as default.
16561         * imenu.el: Several doc fixes: don't say variables are buffer-local.
16563 2004-08-16  Davis Herring  <herring@lanl.gov>
16565         * isearch.el (isearch-string, isearch-message-string, isearch-point)
16566         (isearch-success, isearch-forward-flag, isearch-other-end)
16567         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16568         (isearch-barrier, isearch-within-brackets)
16569         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
16571 2004-08-16  Kenichi Handa  <handa@m17n.org>
16573         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
16575 2004-08-15  Kenichi Handa  <handa@m17n.org>
16577         * term/x-win.el (x-selection-value): If utf8 was successful but
16578         ctext was not, use utf8 string.
16580 2004-08-14  Davis Herring  <herring@lanl.gov>
16582         * isearch.el: Remove accidental changes of March 4.  Fix backing
16583         up when a regexp isearch is made more general.  Use symbolic
16584         accessor functions for isearch stack frames to make usage clearer.
16585         (search-whitespace-regexp): Made groups in documentation shy (as
16586         is the group in the default value).
16587         (isearch-fallback): New function, addresses problems with regexps
16588         liberalized by `\|', adds support for liberalization by `\}' (the
16589         general repetition construct), and incorporates behavior for
16590         `*'/`?'.
16591         (isearch-}-char): New command, calls `isearch-fallback' with
16592         arguments appropriate to a typed `}'.
16593         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
16594         appropriately.
16595         (isearch-mode-map): Bind `}' to `isearch-}-char'.
16596         (isearch-string, isearch-message,string, isearch-point)
16597         (isearch-success, isearch-forward-flag, isearch-other-end)
16598         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16599         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
16600         New inline functions to read fields of a stack frame.
16602 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
16604         * battery.el (battery-linux-proc-acpi): Look into battery
16605         directories matching the literal string "CMB", too (required for
16606         Linux kernel version 2.6.7).
16608 2004-08-14  John Paul Wallington  <jpw@gnu.org>
16610         * cus-start.el (read-file-name-completion-ignore-case): Add.
16611         (blink-cursor-alist): Change version to "21.4".
16613         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
16615 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
16617         * speedbar.el (speedbar-scan-subdirs): New option.
16618         (speedbar-file-lists): Don't ignore file-name case on Unix and use
16619         dolist.
16620         (speedbar-insert-files-at-point): Take an extra argument and use
16621         it to optionally find out if a subdir is empty.  Also unreadable
16622         files don't get expand buttons.
16623         (speedbar-directory): New image (unused pixmap already existed).
16624         (speedbar-expand-image-button-alist): Use it.
16626 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
16628         CC Mode update to 5.30.9:
16630         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
16631         Move from cc-vars to cc-defs for dependency reasons.  Fix the
16632         POSIX char class test to check that it works in
16633         `skip-chars-(forward|backward)' too.
16635         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16636         first argument starts with a special brace list.
16638         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
16639         when `c-opt-type-concat-key' is used (i.e. in Pike).
16641         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
16642         Fix bug when the inner char pair doesn't have paren syntax,
16643         i.e. "(<>)".
16645         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
16646         whitespace safe.
16648         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
16649         position for `arglist-intro', `arglist-cont-nonempty' and
16650         `arglist-close' when there are two arglist open parens on the same
16651         line and there's nothing in front of the first.
16653         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
16654         locking of qualified names in Java, which previously could fontify
16655         common indexing expressions in many cases.  The standard Java
16656         naming conventions are used to tell them apart.
16658         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
16659         Fix inconsistency wrt opening parens on the first line inside a paren
16660         block.
16662         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
16663         compile time for the sake of `c-major-mode-is'.
16665         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
16666         `c-major-mode-is' in the event that this is used inside a
16667         `c-lang-defconst'.
16669         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
16670         `c-lang-defconst' so that it works better with fallback languages.
16672         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
16673         it to fail to record the base mode.
16675         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16676         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
16677         is used.  Reorder the syntax checks to get more efficient
16678         skipping in some situations.
16680         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
16681         continuation which might precede the newly inserted '{'.
16683         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16684         Fix cases where it could loop indefinitely.
16686         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
16687         size specs correctly.  Only fontify identifiers in front of '('
16688         with as functions - don't accept any paren char.  Tighten up
16689         initializer skipping to stop before function and class blocks.
16691         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16692         the point could be left directly after an open paren when finding
16693         the beginning of the first decl in the block.
16695         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
16696         table when filtering out legitimate open parens to be recorded.
16697         This could cause cache inconsistencies when e.g.
16698         `c++-template-syntax-table' was temporarily in use.
16700         * progmodes/cc-engine.el (c-on-identifier)
16701         (c-simple-skip-symbol-backward): Small fix for handling "-"
16702         correctly in `skip-chars-backward'.  Affected the operator lfun
16703         syntax in Pike.
16705         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
16706         Fix bug that could cause an error from `after-change-functions' when
16707         the changed region is at bob.
16709 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
16711         CC Mode update to 5.30.9:
16713         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
16714         to say that <TAB> doesn't insert WS into a CPP line.
16715         (c-indent-command, c-tab-always-indent): Amend doc strings.
16717         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
16718         checks for user errors, thus eliminating cryptic and unhelpful
16719         Emacs error messages.  (1) Check the arg to `c-set-style' is a
16720         string.  (2) Check that settings to `c-offsets-alist' are not
16721         spuriously quoted.
16723         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16724         which precedes the newly inserted `{'.
16726 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
16728         Sync with Tramp 2.0.44.
16730         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
16731         function "tramp_file_attributes".  Otherwise, file names
16732         containing spaces are misinterpreted.  Reported by Magnus Henoch
16733         <mange@freemail.hu>.
16734         (tramp-handle-file-truename): FILENAME must be expanded first.
16735         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
16736         obscure results.  Reported by D. Goel <deego@gnufans.org>.
16737         (tramp-handle-verify-visited-file-modtime): If file does not
16738         exist, say it is not modified if and only if that agrees with the
16739         buffer's record.  Check whether a file is visiting the buffer, or
16740         the buffer has no recorded last modification time.  Return t in
16741         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
16742         <teirllm@auburn.edu>.
16743         (tramp-handle-write-region): Pass modtime explicitly to
16744         `set-visited-file-modtime', because filename can be different
16745         from (buffer-file-name) if `file-precious-flag' is set.
16746         `set-visited-file-modtime' must be called always when `visit' is t
16747         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
16748         (tramp-handle-set-visited-file-modtime): If `time-list' is not
16749         nil, don't apply the whole body.  If the file doesn't exists, set
16750         modtime to '(-1 65535).  Suggested by Luc Teirlinck
16751         <teirllm@auburn.edu>.
16753 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
16755         * help.el (describe-bindings): Doc fix.
16757         * subr.el (kbd): Doc fix.
16759 2004-08-08  John Paul Wallington  <jpw@gnu.org>
16761         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
16762         instead of `string-to-int'.
16763         (define-ibuffer-column mode): Fix indentation.
16765 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
16767         * wid-edit.el (widget-sexp-validate): Allow whitespace after
16768         expression.
16770 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
16772         * subr.el (global-unset-key, local-unset-key): Doc fixes.
16774         * novice.el (disabled-command-function): New variable renamed from
16775         `disabled-command-hook'.
16776         (disabled-command-hook): Keep the _variable_ as alias for
16777         `disabled-command-function' and make obsolete.
16778         (disabled-command-function): Function renamed from
16779         `disabled-command-hook'.  Adapt code to name change of the variable.
16781 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
16783         * simple.el (completion-root-regexp): New defvar.
16784         (completion-setup-function): Use it instead of a literal string.
16786 2004-08-07  John Paul Wallington  <jpw@gnu.org>
16788         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
16789         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
16790         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
16791         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
16793 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
16795         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
16796         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
16798 2004-08-04  Kenichi Handa  <handa@m17n.org>
16800         * international/encoded-kb.el (encoded-kbd-setup-keymap):
16801         Fix previous change.
16803 2004-08-03  Kenichi Handa  <handa@m17n.org>
16805         * international/encoded-kb.el: The following changes are to
16806         utilize key-translation-map instead of minor mode map.
16807         (encoded-kbd-iso2022-non-ascii-map): Delete it.
16808         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
16809         (encoded-kbd-last-key): New function.
16810         (encoded-kbd-iso2022-single-shift): New function.
16811         (encoded-kbd-iso2022-designation)
16812         (encoded-kbd-self-insert-iso2022-7bit)
16813         (encoded-kbd-self-insert-iso2022-8bit)
16814         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
16815         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
16816         key-translation-map.
16817         (encoded-kbd-setup-keymap): Setup key-translation-map.
16818         (saved-key-translation-map): New variable.
16819         (encoded-kbd-mode): Save/restore key-translation-map.
16820         Adjust for the change of encoded-kbd-setup-keymap.
16822 2004-08-02  Kim F. Storm  <storm@cua.dk>
16824         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
16825         and call compute-motion with nil for topos and width to get proper
16826         usable width and height for both window and non-window systems.
16828         * windmove.el (windmove-coordinates-of-position): Let compute-motion
16829         calculate usable window width and height.
16831         * window.el (window-buffer-height): Call compute-motion with nil width.
16833 2004-08-01  David Kastrup  <dak@gnu.org>
16835         * replace.el (query-replace-read-from):
16836         Use `query-replace-compile-replacement'.
16837         (query-replace-compile-replacement): New function.
16838         (query-replace-read-to): Use `query-replace-compile-replacement'
16839         for repeating the last command.
16841 2004-08-01  John Paul Wallington  <jpw@gnu.org>
16843         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
16844         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
16845         (pr-switches): Remove period from end of error messages.
16847         * help-mode.el (help-go-back): Likewise.
16849         * abbrev.el (only-global-abbrevs): Doc fix.
16850         (edit-abbrevs-map): Define within defvar.
16851         (quietly-read-abbrev-file): Doc fix.
16853 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
16855         * novice.el (enable-command, disable-command): Doc fixes.
16857         * subr.el (event-modifiers, event-basic-type): Doc fixes.
16859 2004-07-30  Richard M. Stallman  <rms@gnu.org>
16861         * subr.el (with-local-quit): Doc fix.
16863 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
16865         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
16867 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
16869         * custom.el (defcustom): Doc fix.
16871 2004-07-28  Masatake YAMATO  <jet@gyve.org>
16873         * progmodes/etags.el (etags-tags-apropos): Show building progress.
16875 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16877         * imenu.el (imenu-prev-index-position-function)
16878         (imenu-extract-index-name-function, imenu-name-lookup-function)
16879         (imenu--index-alist): Docstring redundancy fix.
16881 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
16883         * wdired.el (wdired-finish-edit): Require dired-aux before locally
16884         binding dired-backup-overwrite.
16886 2004-07-25  John Paul Wallington  <jpw@gnu.org>
16888         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
16890 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
16892         * term/tty-colors.el (tty-color-approximate): Doc fix.
16894         * select.el (x-get-selection, x-set-selection): Doc fixes.
16896         * frame.el (make-frame): Doc fix.
16898 2004-07-24  Richard M. Stallman  <rms@gnu.org>
16900         * mail/rmail.el (rmail-mime-charset-pattern):
16901         Don't include semicolon in the charset value.
16903         * replace.el (occur-next-error): Call set-window-point.
16904         (occur-engine): Handle negative NLINES.
16906 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
16908         * frame.el (modify-all-frames-parameters): Minor doc fix.
16909         (set-frame-configuration): Doc fix.
16911 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
16913         * simple.el (completion-setup-function): Compute the common parts
16914         and the first difference place correctly when
16915         partial-completion-mode is on.
16917 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16919         * ps-print.el: Doc fix.
16920         (ps-print-version): New version 6.6.5.
16921         (ps-printing-region): Doc fix.
16922         (ps-generate-string-list): Comment fix.
16923         (ps-message-log-max): Code fix.
16925 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16927         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
16928         generated PostScript.
16930 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
16932         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
16933         with Gnus v5_10 branch.)
16935 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16937         * calendar/time-date.el (time-to-number-of-days): New function.
16938         Imported from Gnus.
16940 2004-07-22  Kim F. Storm  <storm@cua.dk>
16942         * progmodes/make-mode.el: Fix comments.
16944 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16946         * printing.el: Doc fix.
16948 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
16950         * frame.el (modify-all-frames-parameters): Minor doc fix.
16952 2004-07-20  Richard M. Stallman  <rms@gnu.org>
16954         * textmodes/fill.el (fill-nobreak-p): If this break point is
16955         at the end of the line, don't consider the newline which follows
16956         as a reason to return t.
16958 2004-07-19  John Paul Wallington  <jpw@gnu.org>
16960         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
16962 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
16964         * dired-aux.el (dired-do-kill-lines): Expand docstring.
16965         Delete irrelevant code.
16967 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
16969         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16970         New docstring.  From Luc Teirlinck.
16972 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
16974         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
16975         section.
16976         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
16977         non-file buffers.  We know it is nil.
16979 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
16981         Sync with Tramp 2.0.43.
16983         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16984         Remove outdated comment.
16985         (tramp-locked, tramp-locker): New variables for implementing a
16986         global lock.
16987         (tramp-sh-file-name-handler): Use them to implement the global lock.
16989 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
16991         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
16992         calls to respective `xxx` calls.
16993         (tramp-process-alive-regexp): Precise doc string.
16994         (tramp-multi-action-process-alive): New defun.
16995         (tramp-multi-actions): Use it.
16996         (tramp-handle-find-backup-file-name): `copy-tree' is available
16997         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
16998         in order to avoid this function.
16999         (tramp-handle-write-region): Set current buffer.  If connection
17000         wasn't open, `file-modes' has changed it accidentally.  Reported by
17001         David Kastrup <dak@gnu.org>.
17002         (tramp-enter-password, tramp-read-passwd): New arguments USER and
17003         HOST.
17004         (tramp-action-password, tramp-multi-action-password): Apply it.
17005         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
17006         name must still contain the port number.  Otherwise, we have two
17007         Tramp buffers, with all the confusion.  Reported by Myron Selby
17008         <myron@xytech.com> and Rolf Dubitzky
17009         <Dubitzky@physi.uni-heidelberg.de>.
17011         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
17012         HOST to `tramp-enter-passwd'.
17014         * net/tramp-vc.el (all): Code cleanup.  Change all
17015         `tramp-handle-xxx' calls to respective `xxx` calls.
17017 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
17019         * emacs-lisp/testcover.el: New category "potentially-1valued" for
17020         functions that are not erroneous if either 1-valued or
17021         multi-valued.  Detect functions in this class.
17022         (testcover-1value-functions, testcover-compose-functions)
17023         (testcover-progn-functions) Add some additional functions to lists.
17024         (testcover-mark): Bugfix when marking up the definition for an
17025         empty function.
17027 2004-07-17  Richard M. Stallman  <rms@gnu.org>
17029         * replace.el (occur-read-primary-args): Pass default to
17030         read-from-minibuffer.
17032         * mail/footnote.el (footnote-section-tag): Use defcustom.
17034         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
17035         Compile font-lock-keywords, not KEYWORDS.
17036         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
17037         Add warn, check-type.  Handle cerror like error.
17039 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
17041         * progmodes/which-func.el (which-func-keymap): New var.
17042         (which-func-face): New face.
17043         (which-func-format): Use them.
17045 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
17047         * buff-menu.el (list-buffers-noselect): Append the buffer's
17048         process status to its mode name.
17050 2004-07-16  Kim F. Storm  <storm@cua.dk>
17052         * simple.el (inhibit-mark-movement): New defvar.
17053         (beginning-of-buffer, end-of-buffer): Do not push mark if
17054         inhibit-mark-movement is non-nil or C-u prefix is given.
17056         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
17057         Init to beginning-of-buffer and end-of-buffer.
17058         (cua--undo-push-mark): New defvar.
17059         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
17060         already active and command is in cua--preserve-mark-commands.
17061         Also fix check for shift modifier on non-window systems.
17062         (cua--post-command-handler): Clear inhibit-mark-movement if set.
17064 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
17066         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
17067         of two integers, instead of a cons.
17069         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17070         `visited-file-modtime' now returns a list of two integers, instead
17071         of a cons.
17073         * dired.el (dired-directory-changed-p): Ditto.
17075         * progmodes/grep.el (grep): Doc fix.
17077 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
17079         * autorevert.el (auto-revert-tail-mode)
17080         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
17081         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
17082         in both at the same time.
17083         (auto-revert-tail-mode): New command.
17084         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
17085         (auto-revert-handler): Revert only either tail or whole file.
17087         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
17088         add auto-revert-tail-mode.
17090 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17092         * printing.el: Doc fix.  Change name of some funs.
17093         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
17094         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
17095         (pr-standard-file-name): New fun.  Replace pr-standard-path.
17096         (pr-call-process): Code fix.
17098 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
17100         * subr.el (with-selected-window): Doc fix.
17102 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
17104         * subr.el (get-buffer-window-list): Doc fix.
17106 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
17108         * files.el (switch-to-buffer-other-window): Doc fix.
17110         * window.el (save-selected-window, one-window-p)
17111         (split-window-keep-point, split-window-vertically)
17112         (split-window-horizontally): Doc fixes.
17114 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17116         * printing.el: Doc fix.  Now it uses call-process instead of
17117         shell-command for low command execution.
17118         (pr-version): New version number (6.8).
17119         (pr-shell-file-name): Option removed.
17120         (pr-shell-command): Fun removed.
17121         (pr-call-process): New fun.  Replace pr-shell-command.
17122         (pr-standard-path, pr-remove-nil-from-list): New funs.
17123         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
17124         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
17125         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
17126         (pr-ps-utility-process, pr-txt-print): Code fix.
17128 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
17130         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
17131         boolean.
17133 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
17135         * wid-edit.el (widget-field-buffer): Doc fix.
17137 2004-07-09  John Paul Wallington  <jpw@gnu.org>
17139         * emacs-lisp/re-builder.el (reb-update-overlays):
17140         Distinguish between one and several matches in message.
17142 2004-07-09  Richard M. Stallman  <rms@gnu.org>
17144         * mouse.el (mouse-set-region-1): If transient-mark-mode
17145         is `identity', change it to `only'.
17147         * simple.el (current-word): Doc fix.
17149 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
17151         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
17152         so that it is more understanding of whitespace.
17154         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
17155         (("ns" . "element") (attr-list) children) instead of
17156         ((:ns . "element") (attr-list) children) in order to reduce the
17157         number of symbols used.
17158         (xml-skip-dtd): Change to use xml-parse-dtd but set
17159         xml-validating-parsing to nil.
17160         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
17161         (xml-substitute-entity): Remove in favor of new entity substitution.
17162         (xml-substitute-special): Rewrite in to substitute complex
17163         entities from DOCTYPE declarations.
17164         (xml-parse-fragment): Parse fragments from entity declarations.
17165         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
17166         (xml-parse-dtd, xml-substitute-special): Make validity checks
17167         conditioned on xml-validating-parser.  Add "Not Well Formed" to
17168         error messages about well-formedness.
17170 2004-07-08  Steven Tamm  <steventamm@mac.com>
17172         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
17173         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
17174         Do not treat double clicks and triple clicks specially in the
17175         scroll bar (preventing strange repositioning problems)
17177 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17179         * replace.el (query-replace-regexp-eval): Fix last change.
17181 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17183         * replace.el (query-replace-descr): New fun.
17184         (query-replace-read-from, query-replace-read-args): Default to the
17185         previous from&to.
17186         (query-replace-read-to): Quote the `from' string when displaying it.
17187         (query-replace-regexp-eval): Immediately check read-only status.
17188         Use query-replace-read-from to get the \n checking.
17189         Quote the `from' string when displaying it.
17190         (map-query-replace-regexp, occur-read-primary-args):
17191         Quote the `from' string when displaying it.
17193         * isearch.el (isearch-query-replace): Pass the regexp-ness and
17194         delimited-ness of the search to query-replace.
17196         * replace.el (query-replace-read-from, query-replace-read-to):
17197         New funs extracted from query-replace-read-args.
17198         (query-replace-read-args): Use them.
17200         * replace.el (query-replace-interactive, query-replace-read-args):
17201         Remove the `initial' special value.
17202         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
17203         (occur-engine): Remove unused var `matchend'.
17205         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
17206         Use the search string without prompting.
17208 2004-07-05  Kenichi Handa  <handa@m17n.org>
17210         * international/mule.el (decode-coding-inserted-region):
17211         Set last-coding-system-used only when coding is nil.
17213 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
17215         * progmodes/grep.el (grep-compute-defaults, grep-command)
17216         (grep-program, find-program, grep-find-use-xargs, grep-history)
17217         (grep-find-history, grep-tag-default, grep-find-command)
17218         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
17219         Add autoload cookies, for unbundled packages that load `compile'
17220         and expect all grep-related symbols to become defined.
17222 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
17224         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
17225         (iimage-mode-image-search-path): New user option to search the
17226         image file.
17227         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
17228         have locate-file.
17229         (iimage-mode-buffer): Use it.
17231 2004-07-03  Nick Roberts  <nickrob@gnu.org>
17233         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
17234         carefully.
17235         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
17237 2004-07-03  Juri Linkov  <juri@jurta.org>
17239         * replace.el (query-replace-read-args): Swallow space after 'foo,
17240         not after (quote foo).  Match space only immediately after symbol,
17241         not anywhere in the whole string.
17243 2004-07-02  Richard M. Stallman  <rms@gnu.org>
17245         * replace.el (query-replace-read-args): Swallow space after
17246         symbols, not after closeparens.  But avoid error if string ends there.
17248         * progmodes/python.el (python-beginning-of-statement):
17249         Exit the loop if backward-up-list gets error.
17251         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
17253 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
17255         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
17256         only if vc-consult-headers is non-nil.
17258 2004-07-02  Juri Linkov  <juri@jurta.org>
17260         * pcvs.el (cvs-mode-diff-repository): New command.
17262         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
17264 2004-07-01  Juri Linkov  <juri@jurta.org>
17266         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
17267         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
17268         C-M-% to isearch-query-replace-regexp.
17269         (minibuffer-local-isearch-map): Add arrow key bindings.
17270         Bind C-f to isearch-yank-char-in-minibuffer.
17271         (isearch-forward): Doc fix.
17272         (isearch-edit-string): Doc fix.
17273         (isearch-query-replace, isearch-query-replace-regexp): New funs.
17274         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
17275         (isearch-yank-char): Add optional arg.
17276         (isearch-yank-char-in-minibuffer): New fun.
17278         * replace.el (query-replace-interactive): Change type from boolean
17279         to choice.  Add value `initial'.
17280         (query-replace-read-args): Handle value `initial' of
17281         query-replace-interactive.
17283 2004-06-29  Kim F. Storm  <storm@cua.dk>
17285         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
17286         (breakpoint-disabled-bitmap-face): Add :group 'gud.
17288         * progmodes/ada-xref.el (ada-tight-gvd-integration):
17289         Add :group 'ada.
17291         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
17293 2004-06-29  Juri Linkov  <juri@jurta.org>
17295         * replace.el (query-replace-read-args): Swallow a space after
17296         everything except )]" which in most cases means after a symbol.
17298         * emacs-lisp/pp.el (pp-buffer): Add autoload.
17300 2004-06-28  Richard M. Stallman  <rms@gnu.org>
17302         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
17303         More changes to go with previous change in font-lock.el.
17305 2004-06-26  David Kastrup  <dak@gnu.org>
17307         * replace.el (perform-replace): Highlight the match even in
17308         non-query mode if there is potential replace string editing.
17310 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
17312         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
17313         agree with new return value of `file-remote-p'.
17314         This syncs with Tramp 2.0.42.
17316         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
17317         according to new documentation of `file-remote-p'.
17319         * files.el (file-remote-p): Fix doc to say that return value is
17320         identification of remote system, if not nil.
17321         (file-relative-name): Use new return value of `file-remote-p'.
17323 2004-06-26  Nick Roberts  <nickrob@gnu.org>
17325         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
17326         (gdb-goto-breakpoint): Fix breakage.
17328 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
17330         * man.el (Man-getpage-in-background): Add windows-nt to the list
17331         of systems where shell-file-name should be used instead of
17332         literal "sh".
17334 2004-06-25  Sam Steingold  <sds@gnu.org>
17336         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
17337         function names `(setf symbol)'.
17339 2004-06-24  Richard M. Stallman  <rms@gnu.org>
17341         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
17343         * font-lock.el (font-lock-keywords): Change format of compiled values.
17344         Document it.
17345         (font-lock-add-keywords): If font-lock-keywords is compiled,
17346         extract the uncompiled version, modify, then recompile.
17347         (font-lock-remove-keywords): Likewise.
17348         (font-lock-fontify-keywords-region): Handle changed format.
17349         (font-lock-compile-keywords): Handle changed format.
17350         (font-lock-set-defaults): Compile the keywords explicitly here.
17352 2004-06-24  David Kastrup  <dak@gnu.org>
17354         * replace.el (query-replace-read-args): Implement `\,' and `\#'
17355         replacements here.
17356         (query-replace-regexp): Doc string explaining this and the new
17357         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
17358         is better placed in `query-replace-read-args'.
17359         (replace-regexp): Explain `\,', `\#' and `\?'.
17360         (replace-match-data): New function for thorough reuse/destruction
17361         of old match-data.
17362         (replace-match-maybe-edit): Function for implementing `\?' editing.
17363         (perform-replace): Fix maintaining of the match stack including
17364         already matched regions, implement `\?', fix various problems
17365         with regions while editing and other stuff.
17366         (replace-highlight): Simplify.
17368 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
17370         * progmodes/grep.el (grep-error-screen-columns): New variable.
17371         (grep-regexp-alist): Give it the full functionality of gnu style
17372         compilation messages with line and column ranges.  Ask me for the
17373         perl script I'm working on, that uses these.
17375 2004-06-23  Nick Roberts  <nickrob@gnu.org>
17377         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
17378         Remove.
17379         (comint-insert-input, comint-mouse-insert-input): New functions
17380         based on comint-insert-clicked-input for two bindings but just
17381         one functionality.
17383 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
17385         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
17387 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
17389         * files.el (write-contents-functions): Doc fix.
17391 2004-06-21  Juanma Barranquero  <lektu@terra.es>
17393         * image.el (image-library-alist): Rewrite docstring in active voice.
17395 2004-06-20  Richard M. Stallman  <rms@gnu.org>
17397         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
17399         * isearch.el (isearch-repeat): Avoid testing old match data.
17400         (isearch-message): Display trailing space in special font
17401         when search is failing.
17402         (isearch-search-fun-function): Doc fix.
17404         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
17406 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
17408         * frame.el (show-trailing-whitespace): Doc fix.
17410         * cus-edit.el (custom-variable-documentation): New function.
17411         (custom-variable): Use it.
17413 2004-06-19  Nick Roberts  <nickrob@gnu.org>
17415         * man.el (Man-getpage-in-background): Revert previous change but
17416         make cygwin a special case.
17418 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
17420         * autorevert.el (global-auto-revert-non-file-buffers):
17421         Update docstring.
17423 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
17425         * progmodes/compile.el (compilation-error-properties): Store one
17426         more than end-col, if present, so that transient-mark-mode will
17427         highlight last char too.
17428         * progmodes/grep.el (grep-regexp-alist): Match columns and column
17429         ranges, if present.
17431 2004-06-18  Jason Rumney  <jasonr@gnu.org>
17433         * makefile.w32-in: Double percent signs in for loops.
17435 2004-06-17  David Kastrup  <dak@gnu.org>
17437         * replace.el (query-replace-read-args): Only warn about use of \n
17438         and \t when we are doing a regexp replacement and the actual
17439         escaped character is n or t.
17440         (query-replace-regexp): Add \, and \# interpretation to
17441         interactive call and document it.
17442         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
17443         as shortkey for replace-count.
17444         (replace-quote): New function for doubling backslashes.
17446 2004-06-17  Juanma Barranquero  <lektu@terra.es>
17448         * files.el (parse-colon-path, cd): Mention in docstring that the
17449         path separator is colon in GNU-like systems.
17451         * newcomment.el (comment-region-internal): Fix docstring.
17453         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
17454         (ewoc-invalidate, ewoc-collect): Doc fixes.
17455         (ewoc--create-node, ewoc--delete-node-internal):
17456         Fix typos in docstring.
17458 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
17460         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
17461         manual to docstring.
17463 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17465         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
17467 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
17469         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17470         Add hyperlink to emacs-xtra manual to docstring.
17472         * autorevert.el (global-auto-revert-non-file-buffers):
17473         Add hyperlink to emacs-xtra manual to docstring, as well as an
17474         info-link.
17476 2004-06-14  Juanma Barranquero  <lektu@terra.es>
17478         * image.el (image-library-alist): New variable to map image types
17479         to external libraries.  Initialized to nil, unless system-specific
17480         configs change it.
17481         (image-type-available-p): Determine whether an image type is
17482         available by calling `init-image-library'.
17484         * term/w32-win.el (image-library-alist): Initialize to a known set
17485         of probable library names.
17487 2004-06-14  Kenichi Handa  <handa@m17n.org>
17489         * international/code-pages.el (windows-1256, cp1125): Fix tables
17490         for several characters.
17492         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
17494 2004-06-13  Richard M. Stallman  <rms@gnu.org>
17496         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
17498         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
17499         not "`pc-selection-mode'".
17501         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
17503         * simple.el (previous-matching-history-element): Specify a default.
17505         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
17507         * cus-face.el (custom-declare-face): Simplify code.
17509         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
17511 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
17513         * files.el (before-save-hook): Add `time-stamp' to the options.
17515         * time-stamp.el (time-stamp): Recommend adding it to
17516         `before-save-hook', rather than `write-file-functions'.
17517         Make a similar change in `Commentary' section.
17519 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17521         * diff-mode.el (diff-current-defun): If at start of hunk, use
17522         position of first change.
17524 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
17526         * dired-x.el (dired-mark-omitted): Bind to "*O".
17528 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
17530         * bookmark.el (bookmark-bmenu-relocate): New function, as
17531         suggested by David J. Biesack <David.Biesack@sas.com>.
17532         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
17533         (bookmark-bmenu-mode): Describe binding in doc string.
17534         (bookmark-set-filename): Save the bookmark list if it's time.
17536 2004-06-13  Kenichi Handa  <handa@m17n.org>
17538         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
17539         (ccl-untranslated-to-ucs): Fix typo.
17541 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
17543         * progmodes/python.el (python-open-block-statement-p):
17544         Fix indentation after a block opening that contains a comment.
17546 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
17548         * bindings.el (completion-ignored-extensions): Add file extensions
17549         of Python byte-compiled files.
17551 2004-06-12  Juri Linkov  <juri@jurta.org>
17553         * info.el (Info-goto-node): Add autoload.
17554         (Info-toc): Add substring-no-properties on Info file name.
17555         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
17556         (Info-mode-map): Bind L to Info-history, T to Info-toc.
17558 2004-06-12  Kenichi Handa  <handa@m17n.org>
17560         * international/mule-cmds.el (set-language-environment):
17561         Load subst tables if necessary.
17563         * international/mule.el (decode-char): Load subst tables if necessary.
17564         (encode-char): Likewise.
17566         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
17567         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
17568         (utf-16le-decode-loop): Set r5 to -1 before loop.
17569         (utf-16be-decode-loop): Likewise.
17570         (ccl-decode-mule-utf-16le): Add EOF processing block.
17571         (ccl-decode-mule-utf-16be): Likewise.
17572         (ccl-decode-mule-utf-16le-with-signature): Likewise.
17573         (ccl-decode-mule-utf-16be-with-signature): Likewise.
17574         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
17575         (ccl-mule-utf-16-encode-untrans): New CCL.
17576         (utf-16-decode-to-ucs): Handle pre-read character.
17577         (utf-16le-encode-loop): Handle surrogate pair.
17578         (utf-16be-encode-loop): Likewise.
17579         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
17580         of utf-16le-encode-loop.
17581         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
17582         of utf-16be-encode-loop.
17583         (mule-utf-16-post-read-conversion):
17584         Call utf-8-post-read-conversion at first.
17585         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
17586         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
17587         Add post-read-conversion and pre-write-conversion.
17589         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
17590         (utf-translate-cjk-unicode-range): New variable.
17591         (utf-translate-cjk-load-tables): New function.
17592         (utf-lookup-subst-table-for-decode): New function.
17593         (utf-lookup-subst-table-for-encode): New function.
17594         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
17595         tables here.  Update safe-charsets of utf-* coding systems.
17596         (ccl-mule-utf-untrans): New CCL.
17597         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
17598         at end of each branch.
17599         (ccl-mule-utf-8-encode-untrans): New CCL.
17600         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
17601         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
17602         length of encoding.  Don't return r0.
17603         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
17604         (utf-8-post-read-conversion): Narrow to region properly.
17605         If utf-translate-cjk-mode is on, load tables if necessary.
17606         Call utf-8-compose with hash-table arg if necessary.
17607         Call XXX-compose-region instead of XXX-post-read-conversion.
17608         (utf-8-pre-write-conversion): New function.
17609         (mule-utf-8): Include CJK charsets in safe-charsets if
17610         utf-translate-cjk-mode is on.  Add pre-write-conversion.
17612         * international/characters.el: Temporarily set
17613         utf-translate-cjk-mode to nil.
17615         * language/devan-util.el (devanagari-compose-region):
17616         Add autoload cookie.
17618         * international/ccl.el (ccl-dump-call): Fix printing the
17619         subroutine name.
17621 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
17623         * dired.el (dired-revert): If buffer is marked unmodified before
17624         reverting, keep it marked unmodified.  Adapt to new conventions
17625         for commenting out code.
17626         (dired-make-relative): Adapt to new conventions for commenting out
17627         code.
17629 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
17631         * eshell/esh-module.el (eshell-load-defgroups):
17632         Bind `vc-handled-backends' to nil when opening files.
17634 2004-06-11  Juanma Barranquero  <lektu@terra.es>
17636         * files.el (parse-colon-path, cd): Doc fixes (refer to
17637         `path-separator', not colon).
17639 2004-06-10  Juanma Barranquero  <lektu@terra.es>
17641         * newcomment.el (comment-search-forward)
17642         (comment-search-backward): Fix typos in docstring.
17643         (comment-region): Doc fix.
17645 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
17647         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
17648         switch is no longer stored in `dired-switches-alist'.
17650         * dired-aux.el (dired-insert-subdir): Do not store R switch in
17651         `dired-switches-alist'.
17653 2004-06-10  Kim F. Storm  <storm@cua.dk>
17655         * pcvs.el (cvs-mode-diff-yesterday): New command.
17657         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
17659 2004-06-10  Juri Linkov  <juri@jurta.org>
17661         * emacs-lisp/edebug.el (edebug-eval-defun):
17662         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
17663         Fix docstring.
17665         * simple.el (eval-expression-print-format): Don't print additional
17666         information on the first call to `eval-print-last-sexp'.
17667         (next-error-find-buffer): Fix punctuation.
17668         (killing) <defgroup>: Fix punctuation.
17669         (yank-excluded-properties): Change group from editing to killing.
17671         * replace.el (perform-replace): Use `limit' to terminate the
17672         while-loop explicitly.
17674 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17676         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
17677         Use lc-*.xpm as prefix instead of *-locol.xpm.
17679         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
17680         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
17681         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
17682         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
17683         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
17684         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
17685         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
17686         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
17687         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
17688         * toolbar/lc-up_arrow.xpm:
17689         Rename from *-locol.xpm.
17691 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
17693         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
17694         include forms like &<str>; as valid url patterns.
17696 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
17698         * dired.el (dired-diff, dired-backup-diff)
17699         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
17700         (dired-do-chown, dired-do-touch, dired-do-print)
17701         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
17702         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
17703         (dired-create-directory, dired-do-copy, dired-do-symlink)
17704         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
17705         (dired-do-copy-regexp, dired-do-hardlink-regexp)
17706         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
17707         (dired-maybe-insert-subdir, dired-next-subdir)
17708         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
17709         (dired-kill-subdir, dired-tree-up, dired-tree-down)
17710         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
17711         (dired-run-shell-command, dired-query): Remove redundant,
17712         or incorrect, autoloads.
17714         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
17715         does not end in a slash.  Add optional argument KILL-ROOT.
17716         Update docstring.
17717         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
17718         (dired-query): Add autoloads.
17720 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
17722         * progmodes/compile.el (compilation-set-window-height): Rearrange
17723         the save-* functions because a buffer can have several current
17724         point in different windows.
17725         (compilation-error-regexp-alist-alist): Recognize {standard input}
17726         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
17728 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17730         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
17731         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
17732         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
17733         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
17734         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
17735         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
17736         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
17737         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
17738         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
17739         * toolbar/up_arrow-locol.xpm:
17740         New versions of icons that uses fewer colors.
17742         * toolbar/tool-bar.el (tool-bar-local-item)
17743         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
17744         if display-color-cells is 256 or less.
17746 2004-06-08  Kim F. Storm  <storm@cua.dk>
17748         * wid-edit.el (widget-specify-button): Use hand pointer rather
17749         than mouse-face as visible mouse-over effect.
17751 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
17753         * saveplace.el (save-place-alist-to-file): Bind `print-length'
17754         and `print-level' to nil when writing out `save-place-alist'.
17755         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
17757 2004-06-07  Juanma Barranquero  <lektu@terra.es>
17759         * completion.el (completion-kill-region): Doc fix.
17761         * format.el (format-insert-annotations)
17762         (format-annotate-location): Doc fixes.
17763         (format-subtract-regions): Make arguments match their use in docstring.
17765         * simple.el (kill-region): Doc fix.
17767         * subr.el (insert-buffer-substring-no-properties)
17768         (insert-buffer-substring-as-yank): Doc fixes.
17770 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
17772         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17773         Update docstring.
17774         (dired-reset-subdir-switches): New function.
17776         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
17777         Limit scope of `buffer-read-only' binding.
17779 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
17781         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
17782         eshell-explicit-command-char.
17784 2004-06-06  Juanma Barranquero  <lektu@terra.es>
17786         * help-fns.el (help-argument-name): Inherit from italic face only
17787         if the frame supports it.
17789 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17791         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
17792         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
17793         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
17794         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
17795         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
17796         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
17797         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
17798         New conversions from xpm files.
17800         * toolbar/README: New file.
17802 2004-06-06  Richard M. Stallman  <rms@gnu.org>
17804         * isearch.el (isearch-mode-map): Undo previous change.
17806 2004-06-05  Juri Linkov  <juri@jurta.org>
17808         * bindings.el (debug-ignored-errors): Add regexps for history
17809         related messages.  Remove $ from "No further undo information".
17810         Move Ediff's messages to ediff.el.
17812         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
17814         * cus-edit.el (custom-display): Add `min-colors'.
17816         * custom.el (defface): Add `supports' to docstring.
17818         * help-fns.el (help-argument-name): Add :group 'help.
17820 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
17822         * find-dired.el (find-ls-subdir-switches): New user option.
17823         (find-dired): No longer call `abbreviate-file-name' on DIR.
17824         Set `dired-subdir-switches' buffer-locally.
17826         * locate.el: Merge the two `Commentary' sections.
17827         (locate-ls-subdir-switches): New user option.
17828         (locate): Update for other changes.
17829         (locate-mode-map): Restore Dired binding for mouse-2.
17830         Bind `locate-mouse-view-file' to M-mouse-2.
17831         Bind `l' to `locate-do-redisplay'.
17832         (locate-main-listing-line-p, locate-do-redisplay): New functions.
17833         (locate-mouse-view-file, locate-tags, locate-find-directory):
17834         Print message if used outside main listing.
17835         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
17836         Various changes to support inserted subdirectories.
17837         (locate-insert-header): Change header of *Locate* buffer.
17839         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17840         Change interactive default switches.
17841         (dired-rename-subdir-2): Update `dired-switches-alist'.
17842         (dired-insert-subdir, dired-kill-subdir):
17843         Handle `dired-switches-alist'.  Do not mark buffer modified.
17844         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
17845         (dired-insert-subdir-doinsert): Omit messages.
17846         Handle `dired-subdir-switches'.
17847         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
17849         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
17850         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
17851         subdirs if -R switch is used for a subdir.
17852         (dired-mode): Set `dired-switches-alist'.
17853         (dired-build-subdir-alist): Only print number of directories in
17854         echo area when invoked interactively.
17856 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
17858         * dired-x.el (dired-omit-mode): Rename from
17859         dired-omit-files-p.  Use define-minor-mode to define it.
17860         (dired-omit-files-p): Add as alias for dired-omit-mode.
17861         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
17862         dired-mark-omitted.
17863         (dired-mark-omitted): Add.  Bind to M-O.
17865 2004-06-05  Kenichi Handa  <handa@m17n.org>
17867         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
17869 2004-06-05  Juanma Barranquero  <lektu@terra.es>
17871         * help-fns.el (help-argument-name): Reintroduce face.
17872         (help-default-arg-highlight): Use it, now that
17873         `face-differs-from-default-p' can be trusted.
17875 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
17877         * textmodes/table.el: Sentence commands added to Point Motion
17878         group; kill and backward-kill commands added to Extraction group.
17880 2004-06-04  Mario Lang  <mlang@delysid.org>
17882         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
17883         systems appear to use mW, make the code handle this.  Fix a
17884         division-by-zero bug while at it, and handle kernels with
17885         a slightly different layout in /proc/acpi.
17887 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
17889         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
17890         because the latter is a CL-ism.  This fixes the bug reported by
17891         Shawn Boyette <mdxi@collapsar.net> in
17892         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
17894 2004-06-04  Miles Bader  <miles@gnu.org>
17896         * faces.el (display-supports-face-attributes-p): Function moved to
17897         C code.  Previously only the tty-related portion of this function
17898         was done in C; however the previous attempt to do a halfway-proper
17899         job for non-tty displays in lisp didn't work properly because of
17900         funny conditions during Emacs startup.
17901         (face-differs-from-default-p): Simplify, now that
17902         display-supports-face-attributes-p works properly on all display
17903         types.  Remove :stipple from comparison; it doesn't really work
17904         in emacs anyway.
17906 2004-06-04  Miles Bader  <miles@gnu.org>
17908         * faces.el (face-differs-from-default-p): Use a different
17909         implementation, so we can really check whether FACE displays
17910         differently or not.
17912 2004-06-04  Miles Bader  <miles@gnu.org>
17914         * faces.el (display-supports-face-attributes-p): Implement a
17915         `different from default' check for non-tty displays.
17917 2004-06-03  David Kastrup  <dak@gnu.org>
17919         * woman.el (woman-mapcan): More concise code.
17920         (woman-topic-all-completions, woman-topic-all-completions-1)
17921         (woman-topic-all-completions-merge): Replace by a simpler and
17922         much faster implementation based on O(n log n) sort/merge instead
17923         of the old O(n^2) behavior.
17925 2004-06-03  Miles Bader  <miles@gnu.org>
17927         * subr.el (read-number): Use canonical format for default in prompt.
17929         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
17930         Add regexp for " [...]" style defaults.
17932 2004-06-02  Romain Francoise  <romain@orebokech.com>
17934         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
17935         groups: if the user asks for a hidden buffer, open the
17936         corresponding filter group to expose it.
17938         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
17939         `ibuffer-jump-to-buffer'.
17940         (ibuffer-jump-offer-only-visible-buffers): New user option.
17942 2004-06-02  Juanma Barranquero  <lektu@terra.es>
17944         * faces.el (frame-update-faces): Add empty docstring so the one
17945         for `ignore' doesn't show through.
17947         * subr.el (process-kill-without-query): Remove spurious "\n" on
17948         obsolescence string.
17949         (focus-frame, unfocus-frame): Add obsolescence declaration and
17950         empty docstring.
17952         * international/mule.el (register-char-codings): Make alias for
17953         `ignore'.  Move docstring to obsolescence info and remove redundancy.
17955 2004-06-02  Kim F. Storm  <storm@cua.dk>
17957         * frame.el (blink-cursor-start): Turn cursor off initially so blink
17958         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
17960 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17962         * comint.el (comint-replace-by-expanded-history-before-point):
17963         Obey `start' as the docstring says.
17964         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
17965         (comint-update-fence): Prevent font-lock from running unnecessarily.
17966         (comint-dynamic-list-completions): Use with-current-buffer.
17968 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17970         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
17971         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
17972         (bibtex-entry-update): Handle alternatives and optional fields.
17973         (bibtex-parse-entry): Bugfix, handle empty key.
17975 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17977         * vc-arch.el (vc-arch-state): Don't assume the file exists.
17979 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
17981         * desktop.el (desktop-save): Don't save minor modes without a
17982         known mode initialization function.
17984 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
17986         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
17988         * autorevert.el: Update `Commentary' section.
17990 2004-05-30  Juanma Barranquero  <lektu@terra.es>
17992         * dos-fns.el (convert-standard-filename):
17993         * files.el (convert-standard-filename):
17994         * w32-fns.el (convert-standard-filename):
17995         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
17997 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
17999         Sync with Tramp.
18001         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
18002         (tramp-let-maybe): Move to an earlier spot in the file.
18003         Patch by Andreas Schwab.
18005 2004-05-30  Andreas Schwab  <schwab@suse.de>
18007         * dired.el (dired-get-filename): Don't use dired-re-dot.
18009 2004-05-30  Richard M. Stallman  <rms@gnu.org>
18011         * files.el (find-file): Doc fix.
18013         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
18015 2004-05-30  Nick Roberts  <nickrob@gnu.org>
18017         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
18018         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
18019         modeline of the locals buffer.
18020         (gdb-goto-breakpoint): Handle gdbmi.
18021         (gdb-get-frame-number): Change for gdbmi.
18023 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
18025         * files.el (file-remote-p): Apply file name handler for operation
18026         `file-remote-p'.  It isn't a property any longer.
18027         (file-relative-name): `fh' and `fd' get the required value via
18028         `find-file-name-handler' already.
18030         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
18031         (top): Remove setting of `file-remote-p' property for
18032         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
18034 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
18036         Version 2.0.41 of Tramp released.
18038         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
18039         Throw away if process has died.
18040         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
18041         (tramp-out-of-band-prompt-regexp): Rename to
18042         `tramp-process-alive-regexp', because its usage is widen.
18043         (tramp-actions-copy-out-of-band): Apply it.
18044         (tramp-actions-before-shell, tramp-multi-actions):
18045         Add `tramp-action-process-alive' action.
18046         (tramp-action-process-alive): New defun.
18047         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18048         Add entry for `file-remote-p'.
18049         (tramp-handle-file-remote-p): New defun.
18050         (top): Remove setting of `file-remote-p'.  Don't set
18051         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
18053         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18054         `file-remote-p'.
18056         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
18057         counted for (last) line.  [They should or they shouldn't?  --Stef]
18058         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
18060 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
18062         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
18063         not really necessary but seems to keep the shell history smaller
18064         in some cases.  It is no substitute for setting HISTFILE and
18065         HISTSIZE from tramp-open-connection-setup-interactive-shell,
18066         though.  Suggested by Luc Teirlinck.
18067         (tramp-open-connection-setup-interactive-shell): Export variables
18068         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
18069         (tramp-set-process-query-on-exit-flag): New compat function.
18070         (tramp-open-connection-multi, tramp-open-connection-su)
18071         (tramp-open-connection-rsh, tramp-open-connection-telnet)
18072         (tramp-do-copy-or-rename-file-out-of-band): Use it.
18073         (tramp-let-maybe): New macro, let-binds a variable only if it
18074         isn't obsolete.
18075         (tramp-check-ls-commands, tramp-handle-expand-file-name)
18076         (tramp-handle-file-truename): Use it.
18077         (tramp-completion-file-name-regexp-unified): Avoid matching
18078         filenames starting with "/:" -- those are reserved for
18079         file-name-non-special.
18081         * tramp-smb.el (tramp-smb-open-connection):
18082         Use tramp-set-process-query-on-exit-flag compat function.
18084 2004-05-29  Richard M. Stallman  <rms@gnu.org>
18086         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
18088         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
18089         (eval-last-sexp-print-value): Print char equivalent regardless
18090         of standard-output value.
18092         * thumbs.el (thumbs-subst-char-in-string): Delete.
18093         (thumbs-thumbname): Use subst-char-in-string.
18094         (thumbs-resize-image): Use condition-case, not ignore-errors.
18095         (thumbs-kill-buffer): Likewise.
18097         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
18098         (thumbs-mode): Make buffer read-only.
18099         (thumbs-make-thumb): Unconditionally accept an existing file.
18100         (thumbs-insert-thumb): Add thumb-image-file property to the image.
18101         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
18102         (thumbs-show-thumbs-list): Error if images not supported.
18103         (thumbs-save-current-image): Improve prompt string.
18104         (thumbs-mode-map): Define u, R, x.
18105         (thumbs-unmark): New command.
18106         (thumbs-emboss-image): Minor cleanup.
18107         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
18108         (thumbs-rename-images): New command.
18109         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
18111         * thumbs.el (thumbs-current-image): New function.
18112         (thumbs-file-list, thumbs-file-alist): New functions.
18113         (thumbs-find-image): Delete arg L.
18114         Don't set up thumbs-fileL as buffer-local global var.
18115         (thumbs-find-image-at-point): Use thumbs-current-image.
18116         (thumbs-set-image-at-point-to-root-window): Likewise.
18117         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
18118         Record and warn about errors.  Update thumbs-markedL for deletions.
18119         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
18120         (thumbs-redraw-buffer): Use thumbs-file-list.
18121         (thumbs-mark): Use thumbs-current-image.
18122         (thumbs-show-name): Use thumbs-current-image.
18124         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
18125         and imenu--last-menubar-index-alist.
18127         * subr.el (with-selected-window): Undo previous change.
18129 2004-05-29  John Paul Wallington  <jpw@gnu.org>
18131         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
18132         (thumbs-mouse-find-image): New command.
18133         (thumbs-mode-map): Bind it to mouse-2.
18134         (thumbs-mode): Make mode-class special.
18135         (thumbs-view-image-mode): Likewise.
18137 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
18139         * flymake.el: New file.
18141 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
18143         * files.el (find-file-noselect-1): Do not bind
18144         `inhibit-read-only' to t during execution of
18145         `find-file-not-found-functions'.
18147 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18149         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
18150         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
18152 2004-05-28  Juri Linkov  <juri@jurta.org>
18154         * simple.el (eval-expression-print-format): New fun.
18156         * simple.el (eval-expression):
18157         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
18158         * emacs-lisp/edebug.el (edebug-compute-previous-result)
18159         (edebug-eval-expression): Print additionally the value returned by
18160         `eval-expression-print-format'.
18162         * emacs-lisp/lisp.el (insert-pair-alist): New var.
18163         (insert-pair): Make arguments optional.  Find character pair
18164         from `insert-pair-alist' according to the last input event.
18165         (insert-parentheses): Make arguments optional.
18166         (raise-sexp, delete-pair): New funs.
18168         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
18169         (emacs-lisp-mode-map, lisp-interaction-mode-map):
18170         Bind C-M-q to `indent-pp-sexp'.
18172         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
18173         `pp-to-string' modified to be able to format text with newlines.
18174         (pp-to-string): Move the buffer-formatting part of the code to
18175         `pp-buffer'.  Call `pp-buffer'.
18177         * info.el (Info-desktop-buffer-misc-data): Don't save information
18178         about virtual files.
18179         (Info-restore-desktop-buffer): Restore Info buffers in prepared
18180         buffers with names obtained from the desktop file instead of the
18181         default *info* buffer.
18183 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18185         * subr.el (with-selected-window): Only save/restore the selected
18186         window.
18188         * progmodes/compile.el (compilation-error-regexp-alist):
18189         Use expand-file-name and data-directory.
18191         * progmodes/grep.el (grep-tree): Rework previous fix.
18193         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
18194         after the user marked text with the mouse.
18196         * startup.el (command-line): Keep the first regexp of
18197         auto-save-file-name-transforms intact.
18199 2004-05-28  Juanma Barranquero  <lektu@terra.es>
18201         * cus-edit.el (customize-face, customize-face-other-window)
18202         (custom-face-edit-delete): Make arguments match their use in
18203         docstring.
18204         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
18205         docstring.
18207         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
18208         not `cvs-butlast'.
18210         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
18211         `nbutlast' are in subr.el).
18213         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
18214         (set-w32-system-coding-system): Doc fixes.
18216         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
18217         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
18218         Make arguments match their use in docstring.
18219         (artist-draw-region-trim-line-endings)
18220         (artist-mouse-choose-operation): Fix typo in docstring.
18221         (artist-key-set-point-common): Doc fix.
18223 2004-05-28  Simon Josefsson  <jas@extundo.com>
18225         * mail/smtpmail.el (smtpmail-open-stream):
18226         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
18228 2004-05-26  Simon Josefsson  <jas@extundo.com>
18230         * starttls.el: Merge with my GNUTLS based starttls.el.
18231         (starttls-gnutls-program, starttls-use-gnutls)
18232         (starttls-extra-arguments, starttls-process-connection-type)
18233         (starttls-connect, starttls-failure, starttls-success): New variables.
18234         (starttls-program, starttls-extra-args): Doc fix.
18235         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
18236         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
18237         and pass on to corresponding *-gnutls function if it is set.
18239 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
18241         * autorevert.el (auto-revert-handler): Disable auto-reverting of
18242         remote files.
18244 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
18246         * files.el (file-name-non-special): There are more operations
18247         which need handling: `find-backup-file-name',
18248         `insert-file-contents', `verify-visited-file-modtime',
18249         `write-region'.  Rename t value of method to `add'.  Add new
18250         methods `quote' and `unquote-then-quote' to file-arg-indices.
18252 2004-05-25  Juri Linkov  <juri@jurta.org>
18254         * info.el (Info-toc): Call Info-mode on intermediate buffer.
18255         (Info-index-nodes): Enclose code in condition-case to catch errors.
18256         (Info-index-node): Don't search all index nodes if request is only
18257         for the current node and file is not in the cache of index nodes.
18258         (Info-mode-map): Bind Info-copy-current-node-name to `w'
18259         for consistency with dired-copy-filename-as-kill.
18260         Bind `S' to Info-search-case-sensitively.
18261         (Info-copy-current-node-name): New arg.  With zero prefix arg put
18262         the name inside a function call to `info'.  Display copied text in
18263         the echo area.
18265 2004-05-25  Sam Steingold  <sds@gnu.org>
18267         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
18268         strip the package prefix from the symbol name, if any.
18269         Make it the `find-tag-default-function' for `lisp-mode'.
18271 2004-05-25  John Paul Wallington  <jpw@gnu.org>
18273         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
18274         instead of obsolete `process-kill-without-query'.
18276         * textmodes/texinfmt.el (texinfo-indexvar-alist):
18277         Declare as variable, not constant.
18279 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
18281         * files.el (find-file-noselect-1): Fix bug introduced by
18282         Revision 1.694.  As a side effect, `inhibit-read-only'
18283         is again, by default, t during execution of
18284         `find-file-not-found-functions'.
18285         (insert-directory): Check that lines were really inserted by
18286         the --dired switch, before erasing them.
18288 2004-05-24  Nick Roberts  <nickrob@gnu.org>
18290         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
18291         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
18292         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
18293         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
18294         gud-minor-mode (gdbmi).
18296 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
18298         * net/browse-url.el (browse-url-interactive-arg): Enable user to
18299         explicitly select the text to be taken as URL.
18301 2004-05-23  Juri Linkov  <juri@jurta.org>
18303         * info.el (Info-index-nodes): New var and fun.
18304         (Info-goto-index, Info-index, info-apropos)
18305         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
18306         (Info-index): Fix docstring.  Store and restore Info-history-list.
18307         (Info-complete-nodes): New var.
18308         (Info-complete-menu-item): Use it.
18309         (Info-index-node): New fun.
18310         (Info-final-node, Info-forward-node, Info-backward-node)
18311         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
18312         Use Info-index-node.
18313         (Info-extract-menu-item, Info-extract-menu-counting): Set second
18314         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
18315         (Info-find-node-2): If a node with period in its name not found,
18316         try to find a node without the name part after period.
18317         (Info-select-node): Call Info-fontify-node only if
18318         Info-fontify-maximum-menu-size is not nil.
18319         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
18320         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
18321         Preserve Info-history-list.
18322         (Info-toc): Set Info-current-file.
18323         (Info-build-toc): Move point to the beginning of the buffer.
18324         Add main-file variable.
18325         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
18326         Use backslashed representation of the control character ^_.
18328         * textmodes/texinfmt.el (texinfo-print-index): Print index line
18329         numbers in the new Texinfo 4.7 format.
18331         * add-log.el (change-log-font-lock-keywords): Remove `:' from
18332         regexps for function and variable names.
18334         * descr-text.el (describe-property-list): Add [show] button for
18335         `syntax-table' property with action to pp to a separate buffer.
18336         (describe-char): Replace search-forward by re-search-forward with
18337         whitespace regexp after "character:" to not fail in too narrow windows.
18339         * simple.el (next-error-find-buffer): Add a rule to return
18340         next-error capable buffer if one window on the selected frame
18341         displays such buffer.
18343 2004-05-23  Nick Roberts  <nickrob@gnu.org>
18345         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
18346         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
18347         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
18348         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
18349         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
18350         Handle new value for gud-minor-mode (gdbmi).
18351         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
18352         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
18353         Change from local to global gdb variable set.
18354         (gdb-ann3): Initialize above gdb variable set.
18355         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
18356         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
18357         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
18358         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
18359         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
18360         (gdb-info-locals-handler, gdb-invalidate-assembler)
18361         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
18362         set as global variables.
18363         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
18364         Handle gdbmi.
18365         (gdb-info-breakpoints-custom): Fix regexp.
18366         (def-gdb-var): Delete.
18368         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
18369         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
18370         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
18371         a new mode.  The file (gdb-mi.el) for this mode will be included
18372         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
18373         primary interface.
18375 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
18377         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
18378         interpreted as a directory.
18380 2004-05-22  Richard M. Stallman  <rms@gnu.org>
18382         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
18383         as a close quote.
18385         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
18387         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
18388         Use assoc-string, not assoc-ignore-case.
18390         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
18392         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
18393         If moving back then fwd gets a defun that ends before point,
18394         try again moving fwd then back.
18396         * files.el (file-name-non-special): Allow t in file-arg-indices
18397         to mean requote the return value.  Use `identity' as an element
18398         rather than as the whole value.
18400         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
18402 2004-05-22  Juanma Barranquero  <lektu@terra.es>
18404         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
18405         `help-make-usage'.
18406         (help-highlight-arguments): Skip function name before searching
18407         for arguments.
18409 2004-05-21  Juanma Barranquero  <lektu@terra.es>
18411         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
18412         Don't mention in the docstring these arguments meant for
18413         internal (recursive) use only.
18414         (allout-char-spec): Comment out (it's not implemented).
18415         (allout-old-expose-topic, allout-exposure): Fix docstring and add
18416         obsolescence declaration.
18417         (allout-flatten-exposed-to-buffer)
18418         (allout-indented-exposed-to-buffer): Fix typos in docstring.
18419         (my-mark-marker): Doc fix.
18420         (produce-allout-mode-map, allout-sibling-index)
18421         (allout-isearch-expose, allout-distinctive-bullet)
18422         (allout-open-topic, allout-reindent-body)
18423         (allout-rebullet-heading, allout-process-exposed)
18424         (allout-insert-listified, allout-latex-verb-quote)
18425         (allout-insert-latex-header, allout-insert-latex-trailer):
18426         Make arguments match their use in docstring.
18427         (allout-primary-bullet, allout-old-style-prefixes)
18428         (allout-inhibit-protection, allout-init, allout-mode)
18429         (allout-before-change-protect, allout-flag-region):
18430         Use "Emacs" instead of "emacs" in docstrings.
18432 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
18434         * international/characters.el: Modify syntax of more characters.
18436 2004-05-21  Masatake YAMATO  <jet@gyve.org>
18438         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
18439         (etags-tags-completion-table): Show parsing progress.
18441 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
18443         * locate.el (locate-prompt-for-command): Shorten first line of
18444         docstring.
18445         (locate-mode): Expand docstring and include keymap summary.
18447         * files.el (find-file-noselect-1): Limit the scope of the
18448         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
18449         is, by default, nil during the execution of
18450         `find-file-not-found-functions' and `find-file-hook'.
18452 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
18454         * facemenu.el (facemenu-color-name-equal): New function.
18455         (list-colors-display): Use it to compare colors instead of
18456         facemenu-color-equal.
18458 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
18460         * compare-w.el (compare-windows-face): Use min-colors instead of
18461         checking for tty or pc types.
18463 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18465         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
18466         (completion-setup-function): Use with-current-buffer.
18467         Properly save excursion.  Simplify.
18468         Don't assume there is necessarily a `mouse-face' property somewhere.
18470         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
18472         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
18474         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
18475         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
18476         Use with-current-buffer.
18477         (byte-goto-log-buffer): Delete.
18478         (byte-compile-log-file): Call compilation-forget-errors.
18480 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
18482         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
18483         output messages into the search result.
18485 2004-05-19  Masatake YAMATO  <jet@gyve.org>
18487         * wid-edit.el (widget-radio-button-notify): Revert my last
18488         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18490 2004-05-19  Kenichi Handa  <handa@m17n.org>
18492         * international/characters.el: Fix syntax (open/close) of CJK chars.
18494 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
18496         * help-mode.el (help-go-back): Don't depend on position of back button.
18498 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18500         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
18501         files don't contain an accidental additional /.
18503         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
18504         in source buffer.
18506 2004-05-18  Masatake YAMATO  <jet@gyve.org>
18508         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
18509         to widget-apply.  :action method assumes 2 arguments, not 3.
18511 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
18513         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18514         New constants.
18515         (hs-special-modes-alist): Add an f90-mode entry.
18517 2004-05-17  Sam Steingold  <sds@gnu.org>
18519         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
18520         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
18522 2004-05-16  Kim F. Storm  <storm@cua.dk>
18524         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
18526 2004-05-15  John Wiegley  <johnw@newartisans.com>
18528         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
18529         (eshell-output-object-to-target): Improve output speed 20% by not
18530         calling `eshell-stringify' if something is already known to be a
18531         string.
18533 2004-05-15  Alex Ott  <ott@jet.msk.su>
18535         * textmodes/ispell.el (ispell-local-dictionary-alist):
18536         Add windows-1251 to the choice of coding systems.
18537         (ispell-dictionary-alist-6): Add support for "russianw.aff",
18538         encoded in cp1251.
18540 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
18542         * progmodes/compile.el (compilation-warning-face)
18543         (compilation-info-face): Use min-colors.
18545 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18547         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
18548         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
18549         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
18550         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
18551         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
18552         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
18553         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
18554         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
18555         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
18556         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
18557         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
18558         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
18559         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
18560         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
18562 2004-05-15  Kim F. Storm  <storm@cua.dk>
18564         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
18565         Use it to set triggered-p element of timer.
18566         (timer-event-handler): Set triggered-p element non-nil while running
18567         the timer function.
18569 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18571         * descr-text.el (describe-char-unicode-data)
18572         (describe-char-unicodedata-file): Re-enable the unicode code now that
18573         the licensing issues have been cleared in the unicode-4 license.
18574         (describe-text-properties-1): Remove unused `overlay' var.
18575         (describe-char): Remove unused var `buffer'.
18577 2004-05-14  David Ponce  <david@dponce.com>
18579         * tree-widget.el: New file.
18581 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
18583         * language/european.el ("Brazilian Portuguese"): Add support for
18584         Brazilian Portuguese.
18586 2004-05-13  John Wiegley  <johnw@newartisans.com>
18588         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
18589         `recentf-mode' if this variable has been customized to t.
18591         * eshell/esh-test.el (eshell-test): Call the function
18592         `emacs-version' rather than trying to build a custom version string.
18594 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18596         * net/telnet.el (telnet-mode): Use define-derived-mode.
18597         Don't modify the global value of comint-prompt-regexp.
18599 2004-05-13  John Paul Wallington  <jpw@gnu.org>
18601         * version.el (emacs-version): Check for `gtk' feature before
18602         `x-toolkit' feature.
18604 2004-05-13  Juanma Barranquero  <lektu@terra.es>
18606         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
18607         arguments in the docstring, they're used only in recursive calls.
18609         * help-fns.el (help-arg-highlighting-function)
18610         (help-argument-name): Delete.
18611         (help-default-arg-highlight): New function.
18612         (help-do-arg-highlighting): Use it.
18614 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
18616         * calendar/appt.el (appt-disp-window):
18617         Use `calendar-set-mode-line' for a centered mode-line.
18619 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
18621         * calendar/appt.el (appt-disp-window): Do not split window
18622         excessively when `split-height-threshold' is low.
18624 2004-05-12  Nick Roberts  <nickrob@gnu.org>
18626         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
18627         kill-buffer-hook here and make it local.
18628         (gud-kill-buffer-hook): Use kill-process for a sure kill.
18630 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
18632         * progmodes/compile.el (compilation-set-window-height):
18633         Use save-excursion to protect against misplaced marker.
18635 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18637         * custom.el (defface): Document that type can have value gtk.
18639         * faces.el (face-spec-set-match-display): Handle type gtk in display.
18641 2004-05-12  Kenichi Handa  <handa@m17n.org>
18643         * descr-text.el: Require quail at compile time.
18644         (describe-char): If an input method is on and it supports the
18645         character, show how to input it.
18647         * international/quail.el (quail-install-decode-map): Accept a
18648         char-table whose subtype is `quail-decode-map'.
18649         (quail-store-decode-map-key, quail-gen-decode-map1)
18650         (quail-gen-decode-map, quail-find-key1, quail-find-key)
18651         (quail-show-key): New functions.
18653 2004-05-12  Juanma Barranquero  <lektu@terra.es>
18655         * generic.el (define-generic-mode): Remove redundant arglist info.
18657         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
18658         Make arguments match their use in docstring.
18659         (help-arg-highlighting-function): New variable.
18660         (help-argument-name): Mention it in the docstring.
18661         (help-do-arg-highlight): Use it.  Expand regexp to accept also
18662         ARG-xxx and xxx-ARG references.
18664 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
18666         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
18667         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
18668         and "mailto:addr1?to=addr2" equal.
18670 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
18672         * man.el (Man-getpage-in-background): Use shell-file-name
18673         and shell-command-switch variables instead of hard-coded values.
18675 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
18677         * iimage.el: New file.
18679 2004-05-11  Juanma Barranquero  <lektu@terra.es>
18681         * custom.el (custom-initialize-default, defcustom):
18682         Fix typo in docstring.
18684         * files.el (set-visited-file-name, file-expand-wildcards):
18685         Fix docstring.
18687 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18689         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
18691         * subr.el (eventp): Be more discriminating with integers.
18693 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
18695         * progmodes/compile.el (compile): Add universal prefix arg.
18696         (compilation-error-regexp-alist-alist): Add edg patterns.
18698 2004-05-10  Sam Steingold  <sds@gnu.org>
18700         * textmodes/ispell.el (ispell-message):
18701         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
18703 2004-05-10  Dave Love  <fx@gnu.org>
18705         * progmodes/python.el (help-buffer): Autoload when compiling.
18706         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
18707         (run-python): Prepend to any existing PYTHONPATH.
18709 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
18711         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
18712         for pending breakpoints.
18714 2004-05-10  Richard M. Stallman  <rms@gnu.org>
18716         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
18717         directly without calling any functions in Rmail.
18718         (unrmail-unprune): Function deleted.
18720 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18722         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
18723         C-c C-z binding.
18725 2004-05-10  Kenichi Handa  <handa@m17n.org>
18727         * descr-text.el (describe-char): Fix previous change.  Don't make
18728         a unibyte character to multibyte in the *Help* buffer.
18730 2004-05-10  Miles Bader  <miles@gnu.org>
18732         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
18733         buffer an error if the debugger process is actually running.
18735 2004-05-10  Juanma Barranquero  <lektu@terra.es>
18737         * help-fns.el (help-argument-name): Default to italic.
18738         (help-highlight-arguments): Return always (usage . doc), even when
18739         usage is nil.
18741         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
18742         (define-ibuffer-filter): Add usage info.
18743         (define-ibuffer-op): Add usage info (but CL-style defaults for
18744         keyword args are not shown).
18746         * subr.el (remove-overlays, read-passwd): Fix docstring.
18747         (start-process-shell-command): Fix docstring.  Put usage info in a
18748         format usable by `describe-function'.
18749         (open-network-stream, open-network-stream-nowait)
18750         (open-network-stream-server): Fix docstring.
18752 2004-05-09  Jason Rumney  <jasonr@gnu.org>
18754         * international/code-pages (cp932, cp936, cp949, c950): Remove.
18755         Only define cp125* if windows-125* is already defined.
18757         * language/korean.el (cp949): Add alias.
18759         * language/chinese.el (cp936, cp950): Add aliases.
18761         * language/japanese.el (cp932): Add alias.
18763         * term/w32-win.el: Require code-pages.
18765         * international/mule-cmds.el (set-locale-environment):
18766         On MS-Windows use ansi code-page for default coding-systems.
18767         Set up paper sizes for Windows 3 letter languages.
18769         * international/code-pages.el (cp932, cp936, cp949, cp950):
18770         Add aliases.  Also add cp125* if not already defined.
18772 2004-05-09  Juanma Barranquero  <lektu@terra.es>
18774         * help-fns.el (help-highlight-arguments): Don't try to highlight
18775         missing or autoloaded arglists.  Accept structured arguments, like
18776         the first ones of `do' and `flet'.
18778         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
18779         (cvs-get-marked): Remove redundant arglist info.
18781         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
18782         Don't use CL-style default args.
18784 2004-05-08  Andreas Schwab  <schwab@suse.de>
18786         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
18788         * international/subst-ksc.el: Fix references to utf-translate-cjk
18789         into utf-translate-cjk-mode.
18790         * international/subst-big5.el: Likewise.
18791         * international/subst-gb2312.el: Likewise.
18792         * international/subst-jis.el: Likewise.
18793         * international/utf-16.el: Likewise.
18794         * international/utf-8.el: Likewise.
18796 2004-05-08  John Wiegley  <johnw@newartisans.com>
18798         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
18799         "virtual buffers" (off by default), which makes it possible to
18800         switch to the "virtual" buffers of recently visited files.  When a
18801         buffer name search fails, and this option is on, iswitchb will
18802         look at the list of recently visited files, and permit matching
18803         against those names.  When the user hits RET on a match, it will
18804         revisit that file.
18805         (iswitchb-read-buffer): Add two optional arguments, which makes
18806         isearchb.el possible.
18807         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
18808         (iswitchb-next-match): Add support for virtual buffers.
18810         * isearchb.el: This module extends iswitchb to provide "as you
18811         type" buffer selection.
18813         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
18814         Ignore the read-only property when flyspell highlighting is on.
18815         Not ignoring it leads to a series of confusing errors.
18816         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
18817         but also make sure to call flyspell-incorrect-hook.
18818         (flyspell-maybe-correct-transposition): Perform transposition test
18819         by bit twiddling a string, rather than using a temp buffer.
18820         (flyspell-maybe-correct-doubling): Use a string rather than a temp
18821         buffer.  This is also the original version of the code, which
18822         could not be checked in before due to a previous lack of
18823         assignment papers.  This version has seen heavy usage on my system
18824         for several years now.
18826         * calendar/cal-bahai.el: New file, which adds support for the
18827         Baha'i calendar to Emacs.  This calendar is based on a solar year
18828         of 19 months of 19 days, with 4 intercalary days.  Each year
18829         begins on March 21, with the calendar starting in 1844.
18831         * calendar/cal-menu.el, calendar/calendar.el
18832         * calendar/diary-lib.el, calendar/holidays.el:
18833         Added support for using cal-bahai.el.
18835         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
18836         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
18837         function can be used outside of eshell buffers.
18838         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
18840 2004-05-08  Juanma Barranquero  <lektu@terra.es>
18842         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
18843         word constituent so FOO-ARG is not recognized as an arg.
18844         (help-highlight-arguments): Don't skip lists in mandatory arguments.
18846         * simple.el (next-error): Fix typo in docstring.
18847         (open-line): Make argument names match their use in docstring.
18848         (split-line): Fix docstring.
18850         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
18851         usable by `describe-function'.
18852         (gensym, gentemp, typep, ignore-errors): Make argument names match
18853         their use in docstring.
18855         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
18856         argument to `help-setup-xref'.
18858 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
18860         Version 2.0.40 of Tramp released.
18862         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
18863         Use symbol-function to invoke functions only known on some Emacs
18864         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
18865         Scaldeferri <kevin@scaldeferri.com>.
18866         (tramp-do-copy-or-rename-file-via-buffer): Rename from
18867         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
18868         consistent with the other tramp-do-* functions.
18869         (tramp-do-copy-or-rename-file): Calls adjusted.
18870         (tramp-process-initial-commands): Avoid liveness check on shell --
18871         we know that it must be alive since we're opening a connection at
18872         this moment.
18873         (tramp-last-cmd): New internal variable.
18874         (tramp-process-echoes): New tunable.
18875         (tramp-send-command): Set tramp-last-cmd.
18876         (tramp-wait-for-output): Delete echo, if applicable.
18877         (tramp-read-passwd): Construct the key for the password cache in a
18878         way that works for multi methods, too.
18879         (tramp-bug): Add backup-directory-alist and
18880         bkup-backup-directory-info to bug reports, with Tramp counterparts.
18882 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
18884         * net/tramp*.el: Suppress byte-compiler warnings where possible.
18886         * net/tramp.el (tramp-out-of-band-prompt-regexp)
18887         (tramp-actions-copy-out-of-band): New defcustoms.
18888         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
18889         used instead of a synchronous one.  Allows password entering.
18890         (tramp-action-out-of-band): New defun.
18891         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
18892         Remove restriction with password from doc string.
18893         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
18894         `tramp-out-of-band-prompt-regexp',
18895         `tramp-actions-copy-out-of-band', `password-cache' and
18896         `password-cache-expiry'.
18897         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
18898         password caching.
18899         (tramp-touch): FILE can be a local file, too.
18900         (TODO): Remove items done.
18901         (tramp-handle-insert-directory): Properly quote file name also if
18902         not full-directory-p.  Handle wildcard case.  Reported by Andreas
18903         Schwab <schwab@suse.de>.
18904         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
18905         new file.
18906         (tramp-handle-file-local-copy, tramp-handle-write-region):
18907         The permissions of the temporary file are set if filename exists.
18908         Reported by Ted Stern <stern@cray.com>.
18909         (tramp-backup-directory-alist)
18910         (tramp-bkup-backup-directory-info): New defcustoms.
18911         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
18912         (tramp-handle-find-backup-file-name): New function.
18913         Implements Tramp's find-backup-file-name.
18915         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
18916         for `find-backup-file-name'.
18918         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
18919         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
18921 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
18923         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
18925 2004-05-07  Juanma Barranquero  <lektu@terra.es>
18927         * subr.el (lambda): Add arglist description to docstring.
18928         (declare): Fix typo in docstring.
18929         (open-network-stream): Fix docstring.
18930         (process-kill-without-query): Fix docstring and add obsolescence info.
18931         (last, butlast, nbutlast): Make arguments match their use in docstring.
18932         (insert-buffer-substring-no-properties): Likewise.
18933         (insert-buffer-substring-as-yank): Likewise.
18934         (split-string): Fix docstring.
18936         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18937         Make argument names match their use in docstring.
18939         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
18941 2004-05-06  Nick Roberts  <nickrob@gnu.org>
18943         * progmodes/gdb-ui.el: Improve/extend documentation strings.
18944         Fit first sentence on one line for apropos-command.
18946 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18948         Changes largely merged in from Dave Love's code.
18949         * progmodes/python.el: Doc fixes.
18950         (python-mode-map): Add python-complete-symbol.
18951         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
18952         (python-comment-indent, python-complete-symbol)
18953         (python-symbol-completions, python-partial-symbol)
18954         (python-try-complete): New.
18955         (python-indent-line): Remove optional arg.  Use python-block-end-p.
18956         (python-check): Bind compilation-error-regexp-alist.
18957         (inferior-python-mode): Use rx.  Move keybindings to top level.
18958         Set comint-input-filter.
18959         (python-preoutput-filter): Use rx.
18960         (python-input-filter): Re-introduce.
18961         (python-proc): Start new process if necessary.
18962         Check python-buffer non-nil.
18963         (view-return-to-alist): Defvar.
18964         (python-send-receive): New.
18965         (python-eldoc-function): Use it.
18966         (python-mode-running): Don't defvar.
18967         (python-mode): Set comment-indent-function.
18968         Maybe update hippie-expand-try-functions-list.
18969         (python-indentation-levels): Initialize differently.
18970         (python-block-end-p): New.
18971         (python-indent-line): Use it.
18972         (python-compilation-regexp-alist): Augment.
18973         (run-python): Import `emacs' module to Python rather than loading
18974         code directly.  Set python-buffer differently.
18975         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
18976         Use python-proc.
18977         (python-send-command): Go to end of comint buffer.
18978         (python-load-file): Use python-proc, emacs.eimport.
18979         (python-describe-symbol): Simplify interactive form.
18980         Use emacs.help.  Do use temp-buffer-show-hook.
18981         Call print-help-return-message.
18982         (hippie-exp): Require when compiling.
18983         (python-preoutput-continuation): Use rx.
18985         * diff-mode.el (diff-make-unified): Fix regexp.
18987 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
18989         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
18990         filter groups from the buffer when rebuilding the Ibuffer buffer
18991         and `ibuffer-show-empty-filter-groups' is nil.
18993 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18995         * ps-print.el (ps-print-quote): Call ps-value-string.
18996         (ps-setup): Call ps-comment-string.
18997         (ps-value-string, ps-comment-string): New funs.
18999 2004-05-06  Juanma Barranquero  <lektu@terra.es>
19001         * ehelp.el (electric-help-command-loop): Check whether the last
19002         character is visible, not (point-max).
19004         * help-fns.el (help-argument-name): Default to bold; don't inherit
19005         from font-lock-variable-name-face.
19006         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
19008 2004-05-05  Kenichi Handa  <handa@m17n.org>
19010         * descr-text.el (describe-char): Copy the character with text
19011         properties and overlays into the first line, and call
19012         describe-text-properties on it.
19014 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
19016         * iswitchb.el (iswitchb-global-map): Fix typo.
19017         Remove unwanted ###autoloads from source file.
19019 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
19021         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
19022         in run-hooks.  Use substitute-command-keys in message.
19023         (wdired-abort-changes): Add message.
19025 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
19027         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
19028         (sql-emacs20-p): Remove.
19029         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
19030         (sql-builtin-face, sql-doc-face): Remove.
19031         (sql-mode-ansi-font-lock-keywords)
19032         (sql-mode-oracle-font-lock-keywords)
19033         (sql-mode-postgres-font-lock-keywords)
19034         (sql-mode-linter-font-lock-keywords)
19035         (sql-mode-ms-font-lock-keywords)
19036         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
19037         (sql-product-font-lock): Fix font-lock reset when font rules change.
19038         (sql-highlight-product): Remove incorrect font-lock reset logic.
19040 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
19042         * ses.el (ses-set-parameter): Fix typo.
19044 2004-05-04  Kim F. Storm  <storm@cua.dk>
19046         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
19047         Must expand directory for completion to work; and don't mess with
19048         process-environment.
19049         (ido-read-file-name): If command has ido property, don't use ido
19050         if value is ignore, or read as directory if value is dir.
19051         Set ido ignore property for dired-do-rename command.
19053 2004-05-04  Juanma Barranquero  <lektu@terra.es>
19055         * ehelp.el (electric-help-command-loop, electric-help-undefined)
19056         (electric-help-help): Check against unmapped commands.
19058         * help-fns.el (help-argument-name): New face, inheriting from
19059         font-lock-variable-name-face, to highlight function arguments in
19060         `describe-function' and `describe-key'.
19061         (help-do-arg-highlight): Auxiliary function to highlight a given
19062         list of arguments in a string.
19063         (help-highlight-arguments): Highlight the function arguments and
19064         all uses of them in the docstring.
19065         (describe-function-1): Use it.  Do docstring output via `insert',
19066         not 'princ', so text attributes are preserved.
19068         * winner.el (winner-mode-map): Move `winner-undo' and
19069         `winner-redo' to C-c <left> and C-c <right>, respectively (the
19070         previous bindings conflict with `prev-buffer', `next-buffer').
19072 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19074         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
19075         (bibtex-entry-update): New command bound to C-c C-u.
19076         (bibtex-text-in-string): Fix regexp.
19077         (bibtex-assoc-of-regexp): Remove.
19078         (bibtex-progress-message): Fix docstring.
19079         (bibtex-inside-field): Use if.
19080         (bibtex-assoc-regexp): New function.
19081         (bibtex-format-entry): Make code more robust so that it formats
19082         also old entries.
19083         (bibtex-autokey-demangle-title): Merge with obsolete function
19084         bibtex-assoc-of-regexp.
19085         (bibtex-field-list): New function.
19086         (bibtex-entry): Use bibtex-field-list.
19087         (bibtex-parse-entry): Fix docstring.
19088         (bibtex-print-help-message): Use bibtex-field-list.
19089         (bibtex-make-field): Use bibtex-field-list.
19090         (bibtex-entry-index): Bugfix.  Return crossref key if required.
19091         (bibtex-lessp): Fix docstring.
19093 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
19095         * select.el (xselect-convert-to-string): Move comment to intended line.
19097 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19099         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
19100         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
19102 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19104         * term/x-win.el (x-clipboard-yank): Don't exit on error from
19105         x-get-selection.
19107 2004-05-03  Jason Rumney  <jasonr@gnu.org>
19109         * makefile.nt: Remove.
19111 2004-05-03  Kim F. Storm  <storm@cua.dk>
19113         * emulation/cua-base.el (cua--update-indications): Fix last change.
19114         (cua-mode): Deactivate mark when cua-mode is enabled.
19116 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
19118         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
19120 2004-05-03  Nick Roberts  <nickrob@gnu.org>
19122         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
19123         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
19124         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
19125         window over visible frames.
19126         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
19128 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19130         * progmodes/compile.el (compilation-gcpro): New var.
19131         (compilation-fake-loc): Use it.
19132         (compilation-forget-errors): Reset it.
19134 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
19136         * diff-mode.el (diff-header-face, diff-file-header-face):
19137         Use min-colors.
19139 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19141         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
19142         (bibtex-clean-entry): Disentangle code.
19143         (bibtex-realign): New function.
19144         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
19145         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
19146         Remove undocumented optional arg called-by-convert-alien.
19147         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
19148         for sorting instead of bibtex-sort-buffer.
19150 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
19152         * progmodes/compile.el (compilation-start): In the
19153         no-async-subprocesses branch, call sit-for to give redisplay a
19154         chance to show the updated process status in the mode line, and
19155         fontify the buffer explicitly after the process exits.
19157 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19159         * progmodes/python.el (python-compilation-line-number): Remove.
19160         (python-compilation-regexp-alist): Don't use it any more.
19161         (python-orig-start, python-input-filter): Remove.
19162         (inferior-python-mode): Don't set up comint-input-filter-functions.
19163         (python-send-region): Use compilation-fake-loc.
19165         * progmodes/compile.el (compilation-messages-start): New var.
19166         (compilation-mode): Don't setup next-error-function here.
19167         (compilation-setup): Set it up here instead (for minor modes as well).
19168         Make compilation-messages-start buffer local.
19169         (compilation-next-error-function): Use it.
19170         (compilation-forget-errors): Set compilation-messages-start.
19172 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
19174         * ielm.el (ielm-prompt-read-only): Update docstring.
19176         * comint.el (comint-prompt-read-only): Update docstring.
19177         (comint-update-fence, comint-kill-whole-line)
19178         (comint-kill-region): New functions.
19180         * simple.el (kill-whole-line): Use "p" instead of "P" in
19181         interactive form.
19183 2004-05-01  Juanma Barranquero  <lektu@terra.es>
19185         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
19186         format arglist so default values in CL-style argument lists are
19187         correctly shown.
19189 2004-05-01  Jason Rumney  <jasonr@gnu.org>
19191         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
19193 2004-05-01  Kenichi Handa  <handa@m17n.org>
19195         * international/titdic-cnv.el (miscdic-convert): Don't generate a
19196         quail file if it is up to date.
19198 2004-04-30  Juri Linkov  <juri@jurta.org>
19200         * cus-edit.el (custom-mode-map):
19201         Add key binding `C-x C-s' to `Custom-save'.
19203         * outline.el (outline-blank-line): New var.
19204         (outline-next-preface, outline-show-heading)
19205         (outline-end-of-subtree): Use it.
19207         * dired-aux.el (dired-touch-initial): New fun.
19208         (dired-do-chxxx): Call it for op-symbol `touch'.
19209         (dired-diff): Use `dired-dwim-target-directory'
19210         if current dired buffer has no buffer mark.
19212         * bindings.el (propertized-buffer-identification):
19213         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
19214         Add C-M-arrow keys for consistency.
19216         * files.el (confirm-kill-emacs):
19217         Change group from top-level `emacs' to `convenience'.
19219         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
19220         Push mark on the first call of successive command calls.
19221         (insert-pair): New fun created from `insert-parentheses' with
19222         `open' and `close' arguments added.  Enclose active regions
19223         in paired characters.  Compare adjacent characters syntax with
19224         inserted characters syntax before inserting a space.
19225         (insert-parentheses): Call `insert-pair' with ?\( ?\).
19227         * delsel.el: Don't put `delete-selection' property
19228         on `insert-parentheses' symbol to take advantage of
19229         region handling in `insert-pair' function.
19230         Suggested by Stephan Stahl <stahl@eos.franken.de>.
19232 2004-04-30  Kim F. Storm  <storm@cua.dk>
19234         * emulation/cua-base.el: Add support for changing cursor types;
19235         based on patch from Michael Mauger.
19236         (cua-normal-cursor-color, cua-read-only-cursor-color)
19237         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
19238         Customization cursor type and/or cursor color.
19239         (cua--update-indications): Handle cursor type changes.
19240         (cua-mode): Update cursor indications if enabled.
19242         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
19244         * mouse.el (mouse-drag-copy-region): New defcustom.
19245         (mouse-set-region, mouse-drag-region-1): Use it.
19247         * simple.el (kill-ring-save): If region face background color is
19248         unspecified (if no highlighting), show extent of fully visible
19249         region even if transient-mark-mode is enabled.
19251         * emulation/cua-base.el (cua--standard-movement-commands):
19252         Add cua-scroll-up and cua-scroll-down.
19253         (cua-scroll-up, cua-scroll-down): New commands.
19254         (cua--init-keymaps): Remap scroll-up and scroll-down.
19256         * emulation/cua-rect.el (cua--convert-rectangle-as):
19257         New defmacro.
19258         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
19259         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
19260         New commands (suggested by Jordan Breeding).
19262 2004-04-30  Juanma Barranquero  <lektu@terra.es>
19264         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
19266 2004-04-30  Mario Lang  <mlang@delysid.org>
19268         * diff.el (diff-switches): Fix typo in docstring.
19270 2004-04-30  Alex Schroeder  <alex@gnu.org>
19272         * xml.el (xml-debug-print-internal): Don't add newline and
19273         indentation to text nodes and write empty elements as empty tags
19274         instead of opening and closing tags.
19275         (xml-debug-print): Take optional indent-string argument.
19276         (xml-print): Alias for xml-debug-print.
19278 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19280         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
19281         than duplicate call to `line-beginning-position'.
19283         * progmodes/f90.el (f90-get-present-comment-type):
19284         Return whitespace, as well as comment chars, for consistent filling
19285         of comment blocks.  Use `match-string-no-properties'.
19286         (f90-break-line): Trim trailing whitespace when filling comments.
19288 2004-04-30  Dave Love  <fx@gnu.org>
19290         * calendar/diary-lib.el (diary-outlook-formats): New variable.
19291         (diary-from-outlook-internal, diary-from-outlook)
19292         (diary-from-outlook-gnus, diary-from-outlook-rmail):
19293         New functions to import diary entries from Outlook-format
19294         appointments in mail messages.
19296 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19298         * progmodes/python.el (python-send-command): New fun.
19299         (python-send-region, python-load-file): Use it.
19301         * progmodes/compile.el (compilation-last-buffer): Add var alias.
19303         * help-fns.el (help-C-file-name): Use new subr-name.
19304         Prepend `src/' to the file name.
19305         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
19306         (describe-function-1, describe-variable): Only find a C source file
19307         name if DOC is already loaded.
19309         * help-mode.el (help-function-def, help-variable-def):
19310         Use the new find-function-search-for-symbol functionality.
19311         Allow FILE to be `C-source'.
19313         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
19314         (find-function-C-source): New fun.
19315         (find-function-search-for-symbol): Use it.
19317 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
19319         * progmodes/sql.el (sql-product-alist): Rename variable
19320         `sql-product-support'.  Add Postgres login parameters.
19321         (sql-set-product, sql-product-feature): Update with renamed variable.
19322         (sql-connect-postgres): Add username prompt.
19323         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
19324         Make patterns less product specific.
19325         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
19326         (sql-mode-abbrev-table): Modify initialization.
19327         (sql-builtin-face): Add variable.
19328         (sql-keywords-re): Add macro.
19329         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
19330         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
19331         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
19332         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
19333         (sql-mode-linter-font-lock-keywords)
19334         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
19335         (sql-mode-sybase-font-lock-keywords)
19336         (sql-mode-informix-font-lock-keywords)
19337         (sql-mode-interbase-font-lock-keywords)
19338         (sql-mode-ingres-font-lock-keywords)
19339         (sql-mode-solid-font-lock-keywords)
19340         (sql-mode-sqlite-font-lock-keywords)
19341         (sql-mode-db2-font-lock-keywords): Default to nil.
19342         (sql-product-font-lock): Always highlight ANSI keywords.
19343         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
19344         (sql-send-string): Add function.
19346 2004-04-29  Dave Love  <fx@gnu.org>
19348         * progmodes/cfengine.el (cfengine-beginning-of-defun)
19349         (cfengine-end-of-defun): Ensure progress through buffer.
19351         * info-look.el (cfengine-mode): Accept a terminal ().
19353 2004-04-29  Juri Linkov  <juri@jurta.org>
19355         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
19356         instead of isearch-yank-word-or-char.  Add new key bindings for
19357         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
19358         (isearch-del-char): New fun.
19359         (isearch-forward, isearch-edit-string): Update docstring.
19360         (isearch-yank-char): Doc fix.
19361         (isearch-other-meta-char): Restore point after scrolling.
19363         * progmodes/compile.el (compilation-context-lines): Add nil option
19364         to disable compilation output window scrolling.
19365         (compilation-set-window): Use it.
19367         * outline.el (outline-next-preface, outline-show-heading):
19368         Don't leave unhidden blank line before heading.
19369         (outline-end-of-subtree): Include last newline into subtree.
19370         (hide-entry): Leave point at beginning of heading instead of end.
19371         (outline-up-heading): Push mark for the first call of successive
19372         command calls.
19374 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
19376         * comint.el (comint-prompt-read-only): New variable.
19377         (comint-output-filter): Implement it.
19379         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
19380         (ielm-prompt-internal): New variable.
19381         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
19382         (ielm-send-input): Delete unused variable `buf'.
19383         (ielm-eval-input): Use `ielm-prompt-internal'.
19384         (inferior-emacs-lisp-mode): Use new variables
19385         `comint-prompt-read-only' and `ielm-prompt-internal'.
19386         Get rid of obsolete variable `directory-sep-char'.
19387         (ielm): Use `zerop'.
19389 2004-04-29  John Paul Wallington  <jpw@gnu.org>
19391         * thumbs.el (toplevel): Require cl at compile time.
19392         Remove conditional definitions of `ignore-errors' and `caddar'
19393         because they occur at run time.
19395 2004-04-28  Nick Roberts  <nickrob@gnu.org>
19397         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
19398         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
19399         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
19400         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
19402         * progmodes/gud.el (gud-common-init): Throw an error if program is
19403         already running under gdb.
19405 2004-04-28  John Paul Wallington  <jpw@gnu.org>
19407         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
19408         (thumbs-show-image-num): Move assignment of
19409         `thumbs-current-image-filename' within scope of `i'.
19410         (thumbs-emboss-image): Don't use `evenp'.
19412 2004-04-28  Richard M. Stallman  <rms@gnu.org>
19414         * progmodes/compile.el (compilation-context-lines): Default now 0.
19416 2004-04-28  Juanma Barranquero  <lektu@terra.es>
19418         Use `time-less-p' from calendar/time-date.el instead of defining
19419         custom versions of it.
19421         * pcomplete.el (pcomplete-time-less-p): Remove.
19423         * thumbs.el (time-less-p): Remove.
19425         * calendar/timeclock.el (timeclock-time-less-p): Remove.
19426         (timeclock-generate-report): Use `time-less-p'.
19428         * emacs-lisp/autoload.el (autoload-before-p): Remove.
19429         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
19431 2004-04-28  Masatake YAMATO  <jet@gyve.org>
19433         * subr.el (remove-overlays): Make arguments optional.
19435         * wid-edit.el (widget-specify-button): Put evaporate to the
19436         overlay for sample.
19437         (widget-specify-sample): Put evaporate to the overlay for sample.
19438         (widget-specify-doc): Put evaporate to the overlay for documentation.
19440 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
19442         * info.el (info-apropos): Make it an index node.  Align node names
19443         like makeinfo.
19445 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
19447         * net/browse-url.el (browse-url-netscape-sentinel)
19448         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
19449         (browse-url-epiphany-sentinel, browse-url-mosaic):
19450         Use browse-url-*-program instead of a literal program name.
19452 2004-04-27  Kevin Ryde  <user42@zip.com.au>
19454         * eshell/em-alias.el:
19455         * eshell/em-dirs.el:
19456         * eshell/em-hist.el:
19457         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
19458         features when M-x customize-group loads modules before the main
19459         eshell.el.
19461 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
19463         * subr.el (momentary-string-display): Support EXIT-CHAR that is
19464         either a character representation of an event or an event
19465         description list.
19467         * type-break.el: Capitalize Emacs and Lisp.
19468         (type-break-good-break-interval, type-break-demo-boring-stats)
19469         (type-break-terse-messages, type-break-file-name): New defcustoms.
19470         (type-break-post-command-hook)
19471         (type-break-warning-countdown-string): Quote variable names in doc.
19472         (type-break-interval-start, type-break-auto-save-file-name): New vars.
19473         (type-break-mode): Document type-break-good-break-interval and the
19474         "session" file.  Schedule break according to the session file.
19475         Kill session file buffer on exit.  Organize for save-some-buffers
19476         to always save the session file.
19477         (type-break-mode-line-message-mode, type-break-query-mode):
19478         Uppercase arguments.
19479         (type-break-file-time, type-break-file-keystroke-count, timep)
19480         (type-break-choose-file, type-break-get-previous-time)
19481         (type-break-get-previous-count): New defuns.
19482         (type-break): Avoid break querying after a completed break in the
19483         case where the query was initiated during user invocation of the
19484         break.  Optional terse messages.
19485         Use type-break-good-break-interval if type-break-good-rest-interval is
19486         nil.  File the break time.
19487         (type-break-schedule): New optional args for overriding the use of
19488         the current time.
19489         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
19490         after a break.
19491         (type-break-check): File the keystroke count.
19492         (type-break-do-query): Prevent a second query when the break is
19493         interrupted.  Optional terse message.
19494         (type-break-keystroke-reset): Record the start of a typing interval.
19495         (type-break-demo-boring): Optional terse messages.  Display word
19496         per minute and keystroke counts according to
19497         type-break-demo-boring-stats.
19499 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
19501         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
19502         directories, make sure they exist under archive-tmpdir.
19504 2004-04-27  Juri Linkov  <juri@jurta.org>
19506         * help.el (view-emacs-news): With argument, display info for the
19507         selected version by finding it among different NEWS files, and
19508         narrowing the buffer to the selected version.
19510         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
19511         same-window-buffer-names.
19512         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
19513         non-numeric prefix argument, append the number to the buffer name
19514         for numeric prefix argument.
19515         (info-other-window): Bind same-window-regexps to nil.
19516         (Info-reference-name): Rename to Info-point-loc.
19517         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
19518         and Info-find-index-name for stringy Info-point-loc.
19519         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
19520         without middle `.', but with final `.' and optional line number
19521         for it.  Set Info-point-loc for index nodes.
19522         (Info-index): Remove middle `.' from index entry regexp.
19523         Modify line number regexp.
19524         (Info-index-next): Decrement line number.
19525         (info-apropos): Remove middle `.' from index entry regexp.
19526         Add optional line number regexp at the end.  Add matched value
19527         for line number to the result list and insert it to the buffer.
19528         Replace match-string by match-string-no-properties.
19529         Reorder result list.
19530         (Info-fontify-node): Hide index line numbers.
19531         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
19532         empty matches.
19533         (Info-follow-reference): Use `str' instead of
19534         Info-following-node-name-re.
19535         (Info-toc): Use full file names.  Set Info-current-node to "Top".
19536         (Info-fontify-node): Compare file names without directory name.
19537         (Info-try-follow-nearest-node): Don't set Info-reference-name.
19538         Set second arg of Info-extract-menu-node-name for index nodes.
19539         (info-xref-visited): Use magenta3 instead of magenta4.
19540         (Info-mode): Add info-apropos to docstring.
19542         * log-view.el (log-view-diff): Replace interactive code "r"
19543         by a list to allow to call it even if region is not active.
19545         * paren.el (show-paren-highlight-openparen): New var.
19546         (show-paren-function): Turn on openparen highlighting when
19547         matching forward if show-paren-highlight-openparen is non-nil.
19549         * simple.el (kill-ring-save): Use blink-matching-delay instead of
19550         the constant value 1.
19551         (completions-common-part): Expand docstring.
19553         * textmodes/picture.el (picture-mode-map): Add arrow keys.
19555 2004-04-27  Kim F. Storm  <storm@cua.dk>
19557         * image.el (insert-sliced-image): Use line-height instead of
19558         line-spacing property on newline.
19560 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
19562         * desktop.el (desktop-buffer-misc-data-function): Rename to
19563         desktop-save-buffer and change docstring.
19564         (desktop-buffer-modes-to-save): Delete.
19565         (desktop-save-buffer-p): Use desktop-save-buffer instead of
19566         desktop-buffer-modes-to-save.
19567         (desktop-save): Rename desktop-buffer-misc-data-function to
19568         desktop-save-buffer and allow non-function value.
19569         (desktop-missing-file-warning): Correct docstring.
19571         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
19572         to desktop-save-buffer.
19574         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
19575         desktop-save-buffer.
19577         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
19579         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
19581 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
19583         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
19585 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
19587         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
19588         (ielm): Only go to the end of the buffer when starting a new process.
19590 2004-04-25  Juanma Barranquero  <lektu@terra.es>
19592         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
19593         mode line.  Bind `inhibit-read-only' to t before modifying
19594         properties of text in the buffer.
19595         (ielm): Force point to the end of buffer, even when running ielm
19596         from inside itself.
19598 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19600         * info.el (info-apropos): Reset Info-complete-cache.
19602 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
19604         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19605         Also recognize severe Irix et al. messages.
19606         (compilation-normalize-filename, compile-abbreviate-directory):
19607         Delete functions.
19608         (compilation-get-file-structure): New function inherits
19609         functionality of the two preceding ones.
19610         (compilation-internal-error-properties, compilation-fake-loc):
19611         Use it so that different paths to the same file share the same
19612         markers.  Also optimize finding adjacent marker slightly.
19614 2004-04-25  Kim F. Storm  <storm@cua.dk>
19616         * image.el (insert-sliced-image): Add line-spacing t property
19617         to newlines separating image lines.
19619 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
19621         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
19623         * ielm.el (ielm-prompt-read-only): New user option.
19624         (ielm-prompt): Expand docstring to describe new behavior.
19625         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
19626         mention it in the docstring.
19628 2004-04-24  Andreas Schwab  <schwab@suse.de>
19630         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
19632         * diff.el (diff): Set default-directory in diff buffer.
19634 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
19636         * mail/sendmail.el (mail-bury): Don't delete the frame where the
19637         mail was being composed if the terminal cannot display more than
19638         one frame; instead, switch to previous frame.
19640         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
19641         (rmail-start-mail): Support rmail-mail-new-frame even on
19642         terminals that can display only one frame at a time.
19644 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19646         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
19647         (checkdoc-output-font-lock-keywords): Remove error regexp.
19648         (checkdoc-output-mode-map): Remove.
19649         (checkdoc-output-mode): Derive from compilation-mode.
19650         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
19652         * dired.el (dired-mode-map): Add a menu entry for wdired.
19654         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
19655         (rx-bracket, rx-check-any, rx-any): Clean up name space.
19657         * wdired.el (wdired-mode-map): Move init into declaration.
19658         Fix `return' binding.
19659         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
19660         Use force-mode-line-update.
19661         (wdired-get-filename): Use `unless'.
19662         (wdired-preprocess-files): Don't assume names have no \n and use / for
19663         dir separator.
19664         (wdired-normalize-filename): Use replace-regexp-in-string.
19665         (wdired-load-hooks): Remove.
19666         (wdired-mode-hooks): Rename to wdired-mode-hook.
19668         * info-look.el: Add support for cfengine-mode.
19669         (info-lookup-setup-mode): Use dolist.
19671 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
19673         * wdired.el: New file.
19675 2004-04-23  Juanma Barranquero  <lektu@terra.es>
19677         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
19679         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
19680         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
19681         (pcomplete--help, pcomplete--here): Doc fixes.
19683 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
19685         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
19686         handles wrong-number-of-arguments in backend call.
19688         * vc.el (vc-print-log): Likewise.
19690 2004-04-20  Dave Love  <fx@gnu.org>
19692         * emacs-lisp/rx.el: Doc fixes.
19693         (rx-constituents): Add/extend many forms.
19694         (rx-check): Check form is a list.
19695         (bracket): Defvar.
19696         (rx-check-any, rx-any, rx-check-not): Modify.
19697         (rx-not): Simplify.
19698         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
19699         (rx-kleene): Use rx-trans-forms.
19700         (rx-quote-for-set): Delete.
19701         (rx): Allow multiple args.
19703 2004-04-23  Kenichi Handa  <handa@m17n.org>
19705         * international/mule-util.el (char-displayable-p): Simplify by
19706         using internal-char-font.
19708 2004-04-23  Juanma Barranquero  <lektu@terra.es>
19710         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
19712 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19714         * diff-mode.el (diff-next-error): New fun.
19715         (diff-mode): Use it.
19717         * simple.el (next-error): Change arg name.
19718         Add support for the documented C-u C-x ` usage.
19720         * frame.el (special-display-popup-frame, next-multiframe-window)
19721         (previous-multiframe-window): Only consider frames on same display.
19723 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
19725         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
19726         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
19728 2004-04-22  Kim F. Storm  <storm@cua.dk>
19730         * net/telnet.el (telnet): Add optional port arg.
19732 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19734         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19735         Minor sanity check on the `hyperlink' slot.
19737         * Makefile.in (recompile): Compile new files.
19739         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
19740         Add byte-recompile-directory's optional `arg'.
19742         * cvs-status.el (cvs-tree-use-charset): New var.
19743         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
19744         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
19745         (cvs-status-cvstrees): Use it.
19747         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
19748         Make it a normal major mode.
19749         (checkdoc-buffer-label): Make sure the file name is meaningful.
19750         (checkdoc-output-to-error-buffer): Remove.
19751         (checkdoc-error, checkdoc-start-section): Rewrite.
19753         * info.el (info-node, info-menu-5, info-xref, info-header-node)
19754         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19755         (Info-title-4-face): Use new syntax.
19756         (info-xref-visited): Inherit from info-xref.
19758         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
19760 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19762         * simple.el (next-error-last-buffer, next-error-function):
19763         New variables for the next-error framework.
19764         (next-error-buffer-p): New function.
19765         (next-error-find-buffer): Generalize compilation-find-buffer.
19766         (next-error, previous-error, first-error, next-error-no-select)
19767         (previous-error-no-select): Move from compile.el.
19769         * replace.el (occur-next-error, occur-1): Hook into the next-error
19770         framework.
19772         * progmodes/compile.el (compilation-start):
19773         Set next-error-last-buffer so next-error knows where to jump.
19774         (compilation-setup): Set the buffer-local variable
19775         next-error-function to 'compilation-next-error-function.
19776         (compilation-buffer-p, compilation-buffer-internal-p): Use an
19777         alternate way to find if a buffer is a compilation buffer, for
19778         next-error convenience.
19779         (next-error-no-select, previous-error-no-select, next-error)
19780         (previous-error, first-error): Move to simple.el.
19781         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
19782         (compilation-last-buffer): Remove.
19783         (compilation-start, compilation-next-error, compilation-setup)
19784         (compilation-next-error-function, compilation-find-buffer):
19785         Remove compilation-last-buffer use.
19787 2004-04-21  Juanma Barranquero  <lektu@terra.es>
19789         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
19790         (font-lock-warning-face): Fix spacing.
19792         * makefile.w32-in (WINS): Add url/ directory.
19794 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
19796         * desktop.el (desktop-buffer-mode-handlers): New variable.
19797         Alist of major mode specific functions to restore a desktop buffer.
19798         (desktop-buffer-handlers): Make variable obsolete.
19799         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
19800         Catch errors signaled in handlers.  Update buffer count.
19801         Evaluate desktop-buffer-point.
19802         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
19803         move to dired.el.
19804         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
19805         move to info.el.
19806         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
19807         move to mail/rmail.el.
19808         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
19809         to mh-e/mh-e.el.
19810         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
19811         On fail, print message (to message buffer) even if
19812         desktop-missing-file-warning is nil.
19813         (desktop-buffer-misc-data-function): New buffer local variable.
19814         Function returning major mode specific data.
19815         (desktop-buffer-misc-functions): Make variable obsolete.
19816         (desktop-save): Use desktop-buffer-misc-data-function.
19817         (desktop-buffer-dired-misc-data): Rename to
19818         dired-desktop-buffer-misc-data and move to dired.el.
19819         (desktop-buffer-info-misc-data): Rename to
19820         Info-desktop-buffer-misc-data and move to info.el.
19821         (desktop-read): Add message about number of buffers restored/failed.
19823         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
19824         Add parameters.  Pause to display error only when
19825         desktop-missing-file-warning is non-nil.
19826         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
19827         (dired-mode): Bind desktop-buffer-misc-data-function.
19829         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
19830         Add Parameters.
19831         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
19832         (Info-mode): Bind desktop-buffer-misc-data-function.
19834         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
19835         Add Parameters.
19837         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
19838         Add Parameters.
19840 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
19842         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
19843         the case of letters in case-insensitive expansions when the
19844         abbrev is preceded by characters with letter syntax.
19846 2004-04-21  Richard M. Stallman  <rms@gnu.org>
19848         * progmodes/cperl-mode.el (cperl-putback-char):
19849         Delete Emacs 18 definition.
19851         * international/mule.el (ctext-post-read-conversion):
19852         Use assoc-string, not assoc-ignore-case.
19854         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
19856         * emacs-lisp/easymenu.el (easy-menu-add):
19857         Do call x-popup-menu, but only if it's defined.
19859         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
19861         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
19862         Handle multiple args: compile like progn.
19864         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
19865         take all args as &rest arg.
19867         * autoinsert.el (auto-insert-alist): Insert the user's name in
19868         copyright notice, rather than Free Software Foundation.
19870 2004-04-21  Kenichi Handa  <handa@m17n.org>
19872         * descr-text.el (describe-char): Make it work on *Help* buffer.
19874 2004-04-21  Kim F. Storm  <storm@cua.dk>
19876         * image.el (insert-image): Add optional SLICE arg.
19877         (insert-sliced-image): New defun.
19879 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19881         * subr.el (read-number): Check whether `default' is nil.
19883 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19885         * progmodes/compile.el (compilation-error-properties): Split into
19886         two.
19887         (compilation-internal-error-properties): New one.
19888         (compilation-compat-error-properties): Use it.  Fix the non-marker
19889         case.
19891 2004-04-20  Richard M. Stallman  <rms@gnu.org>
19893         * window.el (split-window-save-restore-data):
19894         Don't update the data if OLD-INFO is nil.
19896         * view.el (view-return-to-alist): Mark it permanent local.
19898         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
19900         * recentf.el (recentf-save-list): Catch and warn about errors.
19902         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
19903         so "Buffers" won't be pure.
19905         * help-mode.el (help-mode-finish): Set help-return-alist first
19906         thing, setting only the entry for the selected window.
19908         * help-fns.el (describe-function-1): If many non-control non-meta
19909         keys run the command, don't list all of them.
19911 2004-04-20  Juanma Barranquero  <lektu@terra.es>
19913         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
19914         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
19916         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
19918 2004-04-20  Kenichi Handa  <handa@m17n.org>
19920         * international/quail.el (quail-lookup-key): New optional arg
19921         NOT-RESET-INDICES.
19922         (quail-get-translations): Call quail-lookup-key with
19923         NOT-RESET-INDICES t.
19924         (quail-completion): Likewise.
19925         (quail-lookup-map-and-concat): Likewise.
19927 2004-04-20  Kenichi Handa  <handa@m17n.org>
19929         * international/quail.el (quail-update-translation): Don't insert
19930         such an unsupported multibyte char in a unibyte buffer.
19932 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
19934         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
19935         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
19936         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
19937         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
19938         (gdb-frame-assembler-buffer): Improve behavior with
19939         multiple frames.
19940         (gdb-display-buffer): Extend search to all visible frames.
19942 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
19944         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
19945         characters left after base64 decoding.
19946         (rmail-decode-region): Use -dos variety of `coding', to remove any
19947         ^M characters left after qp or base64 decoding.
19949 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19951         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
19952         messages.
19954 2004-04-19  Stephen Eglen  <stephen@gnu.org>
19956         * add-log.el (add-change-log-entry): Update doc string to mention
19957         add-log-full-name and add-log-mailing-address.
19959 2004-04-18  Juri Linkov  <juri@jurta.org>
19961         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
19962         (Info-find-node-2): Simplify error message.
19963         (Info-insert-dir): Use Info-following-node-name.
19964         (Info-goto-node): Remove *info-history* and *info-toc*.
19965         (Info-history): Create a node of the virtual history file.
19966         (Info-toc): Create a node of the virtual toc file.
19967         (Info-insert-toc): New arg `curr-file' for reference file names.
19968         (info-apropos): Remove redundant var binding for temp-file.
19969         (Info-index, Info-index-next, Info-mode): Doc fix.
19970         (Info-goto-emacs-command-node): Don't jump to *info* from
19971         non-*info* Info buffers.
19972         (Info-fontify-node): Don't show the file name of external
19973         references if `Info-hide-note-references' is `hide'.  Don't hide
19974         newlines at the end of paragraphs.
19976         * international/mule-diag.el (list-input-methods):
19977         Fix args to help-xref-button.
19979         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
19980         to put into effect local variables from TUTORIAL files.
19982         * textmodes/paragraphs.el (sentence-end) <function>: New fun
19983         with default value taken from the variable `sentence-end'.
19984         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
19985         Add nil const to :type.
19986         (sentence-end-without-period, sentence-end-double-space)
19987         (sentence-end-without-space): Doc fix.
19989         * textmodes/paragraphs.el (forward-sentence):
19990         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
19991         (fill-delete-newlines):
19992         * progmodes/cc-cmds.el (c-beginning-of-statement):
19993         Use function `sentence-end' instead of variable `sentence-end'.
19995 2004-04-18  Andreas Schwab  <schwab@suse.de>
19997         * progmodes/compile.el (compilation-start): Set window start to
19998         point-min if compilation-scroll-output is nil.
20000 2004-04-18  John Wiegley  <johnw@newartisans.com>
20002         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
20004 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
20006         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
20007         (gdb-info-breakpoints-custom): Revert previous change.
20008         (gdb-view-assembler): Update assembler if necessary.
20009         (gdb-frame-handler): Parse correctly for gdb-current-frame.
20010         (gdb-display-source-buffer): Update properly when both source and
20011         assembler are visible.
20013 2004-04-17  John Wiegley  <johnw@newartisans.com>
20015         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
20016         which limits the number of names shown in the minibuffer.  Off by
20017         default.
20018         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
20019         up iswitchb for users with a multitude of open buffers by showing
20020         only the first and last N/2 buffers in the completion list (which
20021         is enough to aid C-s/C-r, and to know that more characters are
20022         needed to refine the completion list).
20024 2004-04-17  Richard M. Stallman  <rms@gnu.org>
20026         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
20027         (file-truename): Expand all ~ constructs directly.
20028         (insert-directory): Delete any error msg output by the
20029         `insert-directory-program'.
20031         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
20032         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
20033         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
20034         (allout-init): Use find-file-hook, not find-file-hooks.
20035         (allout-mode): Eliminate Emacs 18 support.
20036         Use write-contents-functions, not local-write-file-hooks.
20038 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
20040         * progmodes/compile.el (compilation-error-properties): Fix for
20041         adding messages when there are already markers for their file.
20042         (compilation-fake-loc): New function.
20044 2004-04-16  Dave Love  <fx@gnu.org>
20046         * progmodes/python.el (python-compilation-line-number): Fix
20047         braindamage.
20048         (python-load-file): Fix python-orig-start setting.
20050         * progmodes/compile.el: Doc fixes.
20051         (compilation-error-regexp-alist-alist)
20052         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
20053         (compilation-assq): Wrap in eval-when-compile.
20054         (compilation-mode-font-lock-keywords): Don't use list*.
20055         (compilation-start): Avoid warning.
20056         (compilation-compat-error-properties)
20057         (compilation-directory-properties): Add keymap property.
20058         (compilation-parsing-end): Make it a marker for better compatibility.
20060         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
20062 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
20064         * xml.el: Doc fixes.
20065         (xml-get-children): Only looks at sub-tags and ignore strings.
20067         * xml.el (xml-parse-tag): Avoid overwriting node-name.
20069 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20071         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
20073 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
20075         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
20077         * vc.el (vc-print-log): Likewise.
20079 2004-04-16  Masatake YAMATO  <jet@gyve.org>
20081         * simple.el (completion-setup-function): Set an initial value to
20082         `element-common-end' before entering loop.  Set a value to
20083         `element-common-end' at the end of loop.  The bug is reported by
20084         Juri Linkov <juri@jurta.org> in emacs-devel list.
20085         (completions-common-part): Rename from completion-de-emphasis.
20086         (completions-first-difference): Rename from completion-emphasis.
20087         Suggested by RMS.
20089 2004-04-16  Juanma Barranquero  <lektu@terra.es>
20091         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
20092         (bookmark-edit-annotation-mode): Add mode name.
20094 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20096         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
20097         for nested conflict markers.
20098         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
20100 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
20102         * progmodes/gdb-ui.el (gdb-goto-info): New function.
20104         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
20106 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20108         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
20109         Give a backtrace if requested.
20111         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
20113         * progmodes/python.el (python-mouse-2-command, python-RET-command):
20114         Remove unused functions.
20115         (python-orig-start-line, python-orig-file): Remove.
20116         (python-orig-start): New var.
20117         (python-input-filter, python-compilation-line-number)
20118         (python-send-region, python-load-file): Use it.
20120         * info.el (info): Always jump to *info*.
20122         * subr.el (posn-set-point): New function.
20124         * mouse.el (mouse-set-point): Use it.
20126         * progmodes/compile.el (compile-goto-error): Use it.
20127         (compilation-button-map): New keymap.
20128         (compilation-error-properties): Use it.
20129         (compilation-shell-minor-mode-map): Don't bind mouse-2.
20131         * smerge-mode.el (smerge-popup-context-menu): Use it.
20133         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
20134         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
20135         mouse and non-mouse case.
20137         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
20138         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
20140         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
20141         Make it work for non-mouse events.
20143         * pcvs-info.el (cvs-status-map): Update binding name.
20145 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
20147         * xml.el (xml-maybe-do-ns): New function to handle namespace
20148         parsing of both attribute and element names.
20149         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
20150         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
20151         (xml-parse-tag): Update assumed namespaces.  Clean up namespace
20152         parsing.
20153         (xml-parse-attlist): Make it do its own namespace parsing.
20155 2004-04-14  Dave Love  <fx@gnu.org>
20157         * progmodes/python.el (run-python): Fix use of \n.
20158         (python-load-file): Remove `try' from Python fragment.
20159         (python-describe-symbol): Fix message.
20161         * comint.el: Doc fixes.
20162         (comint-last-input-start, comint-last-input-end)
20163         (comint-last-output-start): Give them values.
20164         (comint-arguments): Avoid warning.
20165         (comint-skip-prompt): Use line-end-position.
20166         (comint-backward-matching-input): Rename arg to agree with doc.
20167         (comint-extract-string): Use syntax-ppss.
20168         (comint-dynamic-simple-complete): Delete useless list construction.
20169         (comint-redirect-subvert-readonly): New.
20170         (comint-redirect-preoutput-filter): Use it.
20172         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20173         Correctly handle negative arguments when calling hook functions.
20175 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
20177         * info.el (info-apropos): Don't clobber Info-history-list.
20179 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
20181         * progmodes/compile.el (compilation-setup):
20182         Localize overlay-arrow-position.
20183         (compilation-sentinel): Restructure code equivalently.
20184         (compilation-next-error): Find message on same line after point if
20185         not found before point.
20186         (compile-mouse-goto-error): Restore function so that compilation
20187         buffer need not be current and use compile-goto-error.
20188         (compile-goto-error): Restore function.
20189         (next-error): Set overlay-arrow-position.
20190         (compilation-forget-errors): Don't localize already local
20191         compilation-locs and remove FIXME about refontifying.
20193 2004-04-14  Kim F. Storm  <storm@cua.dk>
20195         * startup.el (emacs-quick-startup): New defvar (set by -Q).
20196         (command-line): New option -Q.  Like -q --no-site-file, but in
20197         addition it also disables menu-bar, tool-bar, scroll-bars,
20198         tool-tips, and the blinking cursor.
20199         (command-line-1): Skip startup screen if -Q.
20200         (fancy-splash-head): Use ":align-to center" prop to center splash
20201         image.
20203         * emulation/cua-base.el (cua-read-only-cursor-color)
20204         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
20206 2004-04-13  Dave Love  <fx@gnu.org>
20208         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
20209         (syntax): Don't require.
20210         (python) <defgroup>: Add :version.
20211         (python-quote-syntax): Re-written.
20212         (inferior-python-mode): Move stuff here from run-python and add
20213         some more.
20214         (python-preoutput-continuation, python-preoutput-result)
20215         (python-dotty-syntax-table): New.
20216         (python-describe-symbol): Use them.
20217         (run-python): Move stuff to inferior-python-mode.  Modify code
20218         loaded into Python.
20219         (python-send-region): Use python-proc, python-send-string.
20220         (python-send-string): Send newlines too.  Callers changed.
20221         (python-load-file): Re-written.
20222         (python-eldoc-function): New.
20223         (info-look): Don't require.
20224         (python-after-info-look): New.  A modified version of former
20225         top-level code for use with eval-after-load.
20226         (python-maybe-jython, python-guess-indent): Use widened buffer.
20227         (python-fill-paragraph): Re-written.
20228         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
20229         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
20231 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20233         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
20234         Set compilation-error-regexp-alist earlier.
20236         * progmodes/compile.el (compilation-minor-mode-map)
20237         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
20238         (compile-goto-error): Re-merge the mouse and non-mouse commands.
20240 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20242         * progmodes/compile.el (compile-goto-error): Select the buffer/window
20243         corresponding to the event.
20245 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
20247         * loadup.el: Add cygwin to system-type list, for unexec() support.
20249 2004-04-12  John Paul Wallington  <jpw@gnu.org>
20251         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
20252         (ibuffer-restore-window-config-on-quit): New variable to replace
20253         `ibuffer-delete-window-on-quit'.  Update all references.
20254         (ibuffer-prev-window-config): New variable.
20255         (ibuffer-quit): Restore previous window configuration instead of
20256         deleting window.
20257         (ibuffer): Save window configuration before showing Ibuffer buffer.
20259         * help.el (describe-mode): Doc fix.
20261 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20263         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
20264         not to treat nil as a function.
20266         * vc-arch.el (vc-arch-root): Be a bit more careful.
20267         (vc-arch-register): Save the buffer if we modified it.
20268         (vc-arch-delete-rej-if-obsolete): Save excursion.
20269         (vc-arch-find-file-hook): Use the simpler after-save-hook.
20270         (vc-arch-responsible-p, vc-arch-init-version): New functions.
20272         * net/ldap.el (ldap-search): Use list*.
20274 2004-04-12  Juri Linkov  <juri@jurta.org>
20276         * info.el (Info-follow-reference): Allow multiline reference name.
20278 2004-04-11  Dave Love  <fx@gnu.org>
20280         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
20282         * progmodes/python.el: New file.
20284 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
20286         * vc-hooks.el (vc-arg-list): Function removed.
20287         (vc-default-workfile-unchanged-p): Use condition-case to check for
20288         backward compatibility.
20290         * vc.el (vc-print-log): Use condition-case to check for backward
20291         compatibility.
20293 2004-04-11  Juri Linkov  <juri@jurta.org>
20295         * dired.el (dired-faces): New defgroup.
20296         (dired-header, dired-mark, dired-marked, dired-flagged)
20297         (dired-warning, dired-directory, dired-symlink, dired-ignored):
20298         New faces.
20299         (dired-header-face, dired-mark-face, dired-marked-face)
20300         (dired-flagged-face, dired-warning-face, dired-directory-face)
20301         (dired-symlink-face, dired-ignored-face): New face variables.
20302         (dired-font-lock-keywords): Use them instead of font-lock faces.
20303         Split the rule for dired marks into 3 separate rules: for marks,
20304         marked file names and flagged file names.
20306         * help-mode.el (help-make-xrefs): Add a final newline to the
20307         *Help* buffer.
20309 2004-04-11  John Paul Wallington  <jpw@gnu.org>
20311         * replace.el (occur-engine): Distinguish between one and several
20312         matches in the matches per buffer heading.
20314 2004-04-11  Kim F. Storm  <storm@cua.dk>
20316         * ido.el (ido-confirm-unique-completion): New defcustom.
20317         (ido-complete): Use it.
20318         (ido-write-file): Set it to t unconditionally.
20320 2004-04-10  Miles Bader  <miles@gnu.org>
20322         RCS keyword removal (only non-comment changes are enumerated here):
20324         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
20325         (byte-compile-insert-header): Don't use `byte-compile-version'.
20326         * forms.el (forms-version): Variable removed.
20327         (forms-mode): Don't use `forms-version'.
20328         * recentf.el (recentf-version): Variable removed.
20329         * progmodes/delphi.el (delphi-version): Variable removed.
20330         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
20332 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20334         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
20336 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
20338         * info.el (info-apropos): Improve menu item regexp.
20340 2004-04-09  Simon Josefsson  <jas@extundo.com>
20342         * mail/smtpmail.el: Add comment, based on report by
20343         kdc@rcn.com (Kevin D. Clark).
20345 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20347         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20348         Redo one more thing that I didn't notice Daniel had undone.
20350 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
20352         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
20353         (gdb-goto-breakpoint, gdb-display-buffer)
20354         (gdb-display-source-buffer, gdb-view-source-function)
20355         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
20356         (gdb-source-info, gdb-frame-handler): Don't specify a window
20357         for display.
20358         (gdb-info-breakpoints-custom): Remove superfluous update of
20359         assembler buffer.
20360         (gdb-many-windows): Make settable outside gdb.
20362 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
20364         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
20365         Derive from fundamental-mode rather than text-mode.
20367 2004-04-08  Juri Linkov  <juri@jurta.org>
20369         * info.el (Info-history): Doc fix.
20370         (Info-history-list): New var.
20371         (info-xref): Change magenta4 to blue, remove bold for dark and
20372         light backgrounds, change bold to underline for non-color classes.
20373         (info-xref-visited): New face.
20374         (Info-fontify-visited-nodes): New custom.
20375         (Info-hide-note-references): Add new value `hide'.  Doc fix.
20376         (Info-reference-name): New var.
20377         (Info-selection-hook): New custom.
20378         (Info-edit-mode-hook): New var.
20379         (Info-find-file): New fun.
20380         (Info-find-node): Move part of code to Info-find-file.
20381         (Info-find-node-2): Add anchors to Info-history-list.  Move point
20382         to the place with the reference name if name is defined.
20383         (Info-select-node): Add current node to Info-history-list.
20384         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
20385         (Info-search-whitespace-regexp): New custom.
20386         (Info-search-case-fold): New var.
20387         (Info-search): Add "case-sensitively" to the prompt.
20388         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
20389         (Info-search-case-sensitively, Info-search-next): New fun.
20390         (Info-up): Move point to the menu item of the current node.
20391         (Info-history): New fun.  Add *info-history* to
20392         same-window-buffer-names.
20393         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
20394         (Info-insert-toc): New fun.
20395         (Info-build-toc): New fun.
20396         (Info-follow-reference): Add new arg `fork'.  Doc fix.
20397         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
20398         with the same name prefer the reference closest to point.
20399         (Info-next-reference): Replace * by + in the *Note regexp.
20400         Add regexp for http:// and ftp://.  Skip the *Note prefix.
20401         (Info-prev-reference): Replace * by + in the *Note regexp.
20402         Add regexp for http:// and ftp://.  Skip the *Note prefix.
20403         (Info-follow-nearest-node): Add new arg `fork'.
20404         (Info-try-follow-nearest-node): Add new arg `fork'.
20405         Call browse-url for http:// and ftp:// references.
20406         Set Info-reference-name for index entries.
20407         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
20408         Info-search-next, Info-history, Info-toc, clone-buffer.
20409         (Info-menu-update): Replace * by + in the *Note regexp.
20410         (Info-mode): Add documentation for Info-history, Info-toc,
20411         Info-search-case-sensitively, Info-search-next, clone-buffer.
20412         (Info-fontify-menu-headers): Remove fun.  Move code to
20413         Info-fontify-node.
20414         (Info-fontify-node): Add docstring.  Add local vars
20415         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
20416         then fontify header line, titles, menu headers, http and ftp
20417         references, refill paragraphs.  If not-fontified-p is t or
20418         fontify-visited-p is t then fontify cross references, menu items.
20419         Fontify menu headers.  Fontify http and ftp references.
20420         Change regexp for cross references to require whitespace after *Note,
20421         add matching groups for file and node names.  Remove hack for quote.
20422         Use display property for Info-hide-note-references=t.  Use fifth
20423         or fourth match for help-echo.  Display visited nodes in a
20424         different face.  Unhide file names of external references.
20425         Unhide newlines.  Display visited menu items in a different face.
20427 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20429         * progmodes/compile.el: Require CL.
20430         (compilation-mode-font-lock-keywords): Re-install the "line as
20431         function" patch.
20433         * help-fns.el (help-C-source-directory): New var.
20434         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
20435         (describe-function-1, describe-variable): Use them.
20437         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
20438         to C source files specially.
20440 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
20442         * info.el (Info-hide-cookies-node): New function.
20443         (Info-select-node): Use it.
20444         (Info-display-images-node): Remove message with image file name.
20446 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
20448         * progmodes/compile.el (compilation-warning-face)
20449         (compilation-info-face, compilation-skip-threshold)
20450         (compilation-skip-visited, compilation-context-lines):
20451         Declare :version when added to Emacs.
20452         (compilation-error-regexp-alist-alist): Extend caml and irix.
20453         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
20454         (compilation-mode-font-lock-keywords): Temporarily undo line as
20455         function patch, which wasn't ready.
20457 2004-04-07  Kenichi Handa  <handa@m17n.org>
20459         * international/latin1-disp.el (latin1-display-setup): Check each
20460         character is displayable or not instead of calling
20461         latin1-display-check-font.
20463 2004-04-06  Kenichi Handa  <handa@m17n.org>
20465         * language/ethio-util.el (ethio-sera-being-called-by-w3):
20466         New variable.
20467         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
20468         instead of sera-being-called-by-w3.
20469         (ethio-fidel-to-sera-buffer): Likewise.
20470         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
20471         instead of sera-being-called-by-w3.
20472         (ethio-write-file): Likewise.
20474 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20476         * printing.el: Doc fix.
20478 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
20480         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
20481         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
20482         (gdb-setup-windows): Only use separate IO buffer if required.
20484 2004-04-06  Kim F. Storm  <storm@cua.dk>
20486         * term.el (term-is-xemacs): Remove.
20487         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
20488         (term-window-width): New function.
20489         (term-mode, term-check-size): Use it.
20490         (term-mode): Disable overflow-newline-into-fringe in term buffer.
20492 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20494         * cus-edit.el (custom-add-parent-links): Change unbound variable
20495         `symbol' to `name'.
20497 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
20498         * info.el (info-apropos): New function.
20499         (Info-mode-menu): Add it.
20500         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
20502         * help-mode.el (help-make-xrefs): Recognize aliased variable with
20503         inherited docstring.
20505         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
20507 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20509         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
20511         * progmodes/compile.el (font-lock): Don't require any more.
20512         (compilation-error-properties, compilation-start, compilation-sentinel)
20513         (compilation-filter, next-error): Use with-current-buffer.
20514         (compilation-skip-to-next-location, compilation-skip-threshold)
20515         (compilation-skip-visited): Move to silence the byte-compiler.
20516         (compilation-setup): Simplify.
20517         (compilation-next-error): Use line-(beginning|end)-position.
20518         Make sure `pt' is non-nil before using compilation-loop.
20519         (compile-goto-error): Add optional event arg.  Use it.
20520         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
20521         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
20522         Update the binding for mouse-2.
20523         (first-error): Set compilation-current-error to nil rather than bob.
20524         (compilation-parsing-end, compilation-parse-errors-function)
20525         (compilation-error-list, compilation-old-error-list):
20526         "New" compatibility variables.
20527         (compile-buffer-substring, compilation-compat-error-properties)
20528         (compilation-compat-parse-errors, compilation-forget-errors):
20529         New compatibility functions.
20530         (compilation-mode-font-lock-keywords): Use them.
20532 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
20534         * autorevert.el (auto-revert-handler): If point (or a window
20535         point) is at the end of the buffer, keep it there after
20536         reverting.  This allows to tail a file.
20537         Mention this in the `Commentary'.
20539         * format.el (format-write-file): Add optional argument CONFIRM
20540         and make it behave like the analogous argument to `write-file'.
20542 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20544         * progmodes/ebnf2ps.el: Doc fix.
20545         (ebnf-version): New version number (4.2).
20546         (ebnf-syntax): Customization and docstring fix.
20547         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
20548         Put autoloaded funs before first use.
20549         (ebnf-style-database): Add dtd entry.
20550         (ebnf-syntax-alist): Add dtd initialization.
20551         (ebnf-token-sequence): New fun.
20552         (ebnf-comment-table): Add new comment action character.
20553         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
20555         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
20556         Type Definition for XML).
20558         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
20559         * progmodes/ebnf-bnf.el (ebnf-sequence):
20560         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
20561         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
20562         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
20563         Code simplification: call ebnf-token-sequence.
20565 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
20567         * calendar/timeclock.el (timeclock-relative)
20568         (timeclock-get-project-function, timeclock-get-workday-function)
20569         (timeclock-query-out, timeclock-when-to-leave)
20570         (timeclock-when-to-leave-string, timeclock-log-data)
20571         (timeclock-generate-report, timeclock-in): Doc fixes.
20573 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20575         * url/: New dir.  Import the URL package from its repository.
20577 2004-04-03  Andreas Schwab  <schwab@suse.de>
20579         * diff-mode.el (diff-mode): Fix missing quote.
20581 2004-04-03  Juri Linkov  <juri@jurta.org>
20583         * descr-text.el (describe-property-list): Add `font-lock-face'.
20585         * dired.el (dired-font-lock-keywords): Fix permission regexps.
20587 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20589         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
20590         Use utf-16le on little endian machines and utf-16be otherwise.
20592 2004-04-02  David Kastrup  <dak@gnu.org>
20594         * net/browse-url.el (browse-url-generic): Use call-process
20595         instead of start-process to allow browsers that fork and detach.
20597 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
20599         * compile.el (compilation-current-error): New var.
20600         (compilation-setup, compile-mouse-goto-error)
20601         (compile-goto-error, next-error): Use it.
20602         (compilation-skip-to-next-location): Default to t, which gives
20603         contiguous skipping like old compile (where this was redundant).
20604         (compilation-next-error): Prevent previous-* commands from moving
20605         back to message at or just before point.
20607 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
20609         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
20610         (gdb-source-info): Don't display source at startup, if required.
20611         (gdb-show-main): New option.
20612         (gdba): Update documentation.
20613         (gdb-source): Cover case of auto-display output.
20615 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
20617         * autorevert.el: Delete obsolete autoloads and defvars.
20618         (auto-revert-check-vc-info): New user option.
20619         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20620         (auto-revert-handler-vc): Delete.
20621         (auto-revert-handler): Treat return value `fast' of
20622         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
20624         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
20625         return `fast'.
20627         * files.el (buffer-stale-function): Doc change.
20629 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20631         * printing.el: New tip on Tips section.
20632         (pr-version): New version number (6.7.4).
20633         (pr-shell-file-name): Initialization fix.
20635 2004-03-31  Juri Linkov  <juri@jurta.org>
20637         * dired.el: Add autoload for `dired-do-touch'.
20638         (dired-touch-program): New var.
20639         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
20640         (dired-no-confirm): Add `touch' to docstring.
20642         * dired-aux.el (dired-do-touch): New fun.
20643         (dired-do-chxxx): Add argument -t for touch operation.
20645         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
20646         `dired-move-to-filename-regexp'.
20648 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
20650         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
20652 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20654         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
20655         and only if the buffer was modified.
20657 2004-03-30  Kenichi Handa  <handa@m17n.org>
20659         * international/characters.el: Delete pairs for U+2308..U+230B.
20661 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
20663         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
20664         to detect the beginning of a level 2 or 3 annotation.
20666 2004-03-29  Kenichi Handa  <handa@m17n.org>
20668         * international/ucs-tables.el (ucs-insert): Fix the error message.
20670 2004-03-29  Kenichi Handa  <handa@m17n.org>
20672         * international/mule-util.el (char-displayable-p): Fix generation
20673         of XLFD file name.
20675         * Makefile.in (setwins, setwins_almost): Change directory to $wd
20676         before finding directories by `find'.
20678 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20680         * subr.el (interactive-form): Delete.  Now implemented in C.
20682         * pcvs.el (cvs-parse-process): Workaround for Darwin.
20684         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
20685         (vc-diff-label): New fun.
20686         (vc-diff-internal): Use it.
20688         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
20690 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20692         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
20694         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
20695         specify XML (EBNFX).
20697         * progmodes/ebnf2ps.el: Doc fix.
20698         (ebnf-version): New version number (4.1).
20699         (ebnf-syntax): Adjust customization.
20700         (ebnf-style-database): Add ebnfx entry.
20701         (ebnf-syntax-alist): Add ebnfx initialization.
20702         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
20704         * printing.el: Doc fix.
20705         (pr-version): New version number (6.7.3).
20706         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
20707         returns nil for mouse position.  Reported by Drew Adams
20708         <drew.adams@oracle.com>.
20709         (pr-update-menus): Modify interactive declaration.  Reported by Drew
20710         Adams <drew.adams@oracle.com>.
20712 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
20714         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
20715         (gud-gdba-marker-filter): Log the process input and output, if
20716         required.  From Stefan Monnier.
20717         (gdb-debug-log, gdb-enable-debug-log): New variables.
20718         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
20720 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20722         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
20723         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
20725 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
20727         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
20728         Call vc-find-file-hook here instead of in auto-revert-buffers.
20729         (auto-revert-buffers): Delete call to vc-find-file-hook.
20730         (auto-revert-verbose, global-auto-revert-non-file-buffers)
20731         (global-auto-revert-mode, auto-revert-set-timer)
20732         (auto-revert-handler, auto-revert-buffers): Doc fixes.
20734 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
20736         * woman.el (woman-change-fonts): Rename local variable
20737         woman-font-alist to font-alist to avoid a compiler warning.
20739 2004-03-27  Dave Love  <fx@gnu.org>
20741         * emacs-lisp/rx.el (rx): Doc fix.
20742         Fix copyright years.
20744         * strokes.el (strokes-global-set-stroke-string): New function.
20745         (strokes-list-strokes): Cope with strings, not just commands.
20746         Set foreground color of image.
20747         (strokes-global-set-stroke): Doc fix.
20749 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
20751         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
20752         Auto Revert mode.
20753         (Buffer-menu-files-only): New variable.
20754         (Buffer-menu-toggle-files-only): New function.
20755         (Buffer-menu-mode-map): Bind it to `T'.
20756         (Buffer-menu-mode): Mention `T' in docstring.
20757         Set buffer-stale-function.
20758         (list-buffers-noselect): Mark buffer non-modified and set
20759         Buffer-menu-files-only.
20761         * dired.el (buffer-stale-function): Remove no longer needed defvar.
20763         * autorevert.el (auto-revert-handler): Print revert message
20764         before, rather than after, reverting.
20765         (buffer-stale-function): Move to files.el.
20767         * files.el (buffer-stale-function): Move here from autorevert.el.
20769 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20771         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
20773         * calc/calc.el (calc-mode-map): Use mapc.
20775         * apropos.el (apropos-mode): Don't autoload.
20776         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
20777         (apropos): Use it.
20778         (apropos-print): Add optional `text' argument.
20779         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
20780         Don't assume point-min == 1.
20782         * bs.el (bs-buffer-list): Use buffer-local-value.
20783         (bs--set-toggle-to-show): Use with-current-buffer.
20785         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
20786         New funs.
20787         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
20789         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
20791         * dabbrev.el (dabbrev-expand): Fix regexp construction.
20792         (dabbrev--find-expansion): Use pop.
20793         (dabbrev--search): Use match-string-no-properties.
20795         * dired.el (dired-mode): Use run-mode-hooks.
20796         (dired-move-to-end-of-filename): Use match-string.
20798         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
20799         is bound before using it.
20800         (ediff-verbose-p): Make it into a var since it's not constant.
20802         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
20804         * faces.el (read-face-font): Don't cons up unnecessarily.
20805         (header-line, tool-bar): Share common parts.
20807         * files.el (file-relative-name): Use compare-strings.
20809         * finder.el (finder-mode): Follow coding convention.
20811         * subr.el (read-number): New function.
20813         * ses.el (ses-read-number): Move to subr.el.
20814         (ses-set-header-row): Use read-number.
20816 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
20818         * vc-hooks.el (vc-arg-list): New function, which handles both
20819         compiled and uncompiled code.
20820         (vc-default-workfile-unchanged-p): Use it.
20822         * vc.el (vc-print-log): Undo prev change, use new function
20823         vc-arg-list from vc-hooks.el.
20825 2004-03-26  Masatake YAMATO  <jet@gyve.org>
20827         * simple.el (completion-setup-function): Emphasize the
20828         first uncommon characters in the completions; and de-emphasize
20829         the common prefix substrings.
20830         (completion-emphasis): New face.
20831         (completion-de-emphasis): New face.
20833 2004-03-25  Juanma Barranquero  <lektu@terra.es>
20835         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
20836         Comment out (it's unused and unfinished code).
20838 2004-03-25  Sam Steingold  <sds@gnu.org>
20840         * vc.el (vc-print-log): Fix a bug in the last patch:
20841         backend-function may be a byte-compiled object, not a lambda.
20843 2004-03-25  Juri Linkov  <juri@jurta.org>
20845         * descr-text.el (describe-property-list): Add a button
20846         for `face' property that calls `describe-face'.
20847         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
20849         * international/mule.el (keyboard-coding-system):
20850         * kmacro.el (kmacro-call-macro): Fix docstring.
20852         * dired.el: Fix comments.
20854         * textmodes/fill.el (fill): Fix Info link.
20856         * font-lock.el (fast-lock, lazy-lock):
20857         * jit-lock.el (jit-lock): Remove links to removed Support Modes
20858         Info node.
20860         * eshell/eshell.el (eshell): Fix broken info-link.
20862         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
20863         * eshell/em-banner.el (eshell-banner):
20864         * eshell/em-smart.el (eshell-smart):
20865         * eshell/esh-cmd.el (eshell-cmd):
20866         Comment out broken info-links to incomplete Info manual.
20868         * info-xref.el: Fix commentary.
20870 2004-03-25  Kevin Ryde  <user42@zip.com.au>
20872         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
20873         Remove spurious node duplicate suppression, doesn't work, not wanted.
20874         (info-xref-output): Take format style args, add "sit-for 0" to let
20875         user see the results as they progress.
20876         (info-xref-check-all-custom): New function.
20878 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
20880         * gdb-ui.el: Moved to progmodes.
20882 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20884         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
20886 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
20888         * calendar/appt.el (appt-check): Remove superfluous progn.
20889         When finished with diary buffer: if it was not being displayed
20890         before, kill it; otherwise restore its original state.
20891         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
20893         * calendar/calendar.el (calendar-set-mode-line): Use total
20894         available mode-line width, rather than frame-width.
20896         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
20897         after mode change so effect not lost.
20899 2004-03-23  Dave Love  <fx@gnu.org>
20901         * dired.el (dired) <defgroup>: Add link to manual.
20902         (dired-font-lock-keywords): Add highlighting on unusual permissions.
20903         (dired-revert): Use dolist.
20904         (dired-mode-map): Add U binding.
20905         (dired-mode): Add font-lock-beginning-of-syntax-function.
20906         (dired-garbage-files-regexp): Make it a defcustom.
20908 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20910         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
20911         is equivalent to nil.
20912         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
20913         (vc-arch-mode-line-string): Accept `added' state.
20914         (vc-arch-state): Use inode-sigs if available.
20915         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
20916         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
20917         (vc-arch-tagline-re): New var.
20918         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
20919         New functions.
20920         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
20921         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
20923         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
20924         (vc-file-not-found-hook): Use it.
20926         * diff-mode.el (diff-default-read-only): Change default.
20927         (diff-mode-hook): Make it a defcustom.  Add some options.
20928         (diff-mode-map): Bind diff-refine-hook.
20929         (diff-yank-handler): New var.
20930         (diff-yank-function): New fun.
20931         (diff-font-lock-keywords): Use them.
20932         (diff-end-of-file): Handle case where file-header looks like diff text.
20933         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
20934         (diff-file-kill): Delete a subsequent empty line, if applicable.
20935         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
20936         (diff-find-file-name): Use it.
20937         (diff-tell-file-name): New command.
20938         (diff-mode): Be careful with view-mode.
20939         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
20940         New functions, for use in diff-mode-hook.
20941         (diff-find-source-location): Catch "regex too large" errors.
20942         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
20943         (diff-refine-hunk): New command.
20945         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
20946         (smerge-context-menu-map): Remove unused var.
20947         (smerge-keep-all): Preserve markers.
20948         (smerge-keep-n): New fun.
20949         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20950         (smerge-keep-current, smerge-ediff): Use it.
20951         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
20952         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
20953         (smerge-resolve): Resolve trivial 3-part conflicts.
20955 2004-03-23  Juri Linkov  <juri@jurta.org>
20957         * man.el (Man-width): New var.
20958         (Man-getpage-in-background): Use it.
20959         (Man-support-local-filenames): New var and fun.
20960         (Man-build-man-command): Don't add a second %s.
20961         (Man-fontify-manpage): Clean up message.
20962         (Man-mode): Set outline-regexp, outline-level,
20963         imenu-generic-expression.
20965         * woman.el (woman-fill-frame): Doc fix.
20966         (woman-decode-region): Use window-width instead of frame-width.
20968         * abbrevlist.el (list-one-abbrev-table):
20969         * descr-text.el (describe-char):
20970         * international/mule-diag.el (describe-current-coding-system):
20971         * international/quail.el (quail-insert-decode-map):
20972         Use window-width instead of frame-width.
20974         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
20975         (jka-compr-mode-alist-additions): Add tbz.
20976         (jka-compr-write-region, jka-compr-insert-file-contents):
20977         Add message for undefined compress-program.
20978         (jka-compr-write-region): Remove redundant var bindings.
20980         * dired-x.el (dired-guess-shell-alist-default): Add choices for
20981         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
20982         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
20983         (dired-man): Use dired-guess-shell-command.
20984         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
20985         Change default nil to t.
20987         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
20988         (dired-compare-directories): Add default value for empty input.
20990         * help-at-pt.el: Move suggestions for key bindings to Commentary.
20992         * time.el (display-time-string-forms): Fix help-echo date format.
20994 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
20996         * autorevert.el (global-auto-revert-non-file-buffers): Expand
20997         docstring.
20998         (buffer-stale-function): New variable.
20999         (auto-revert-list-diff, auto-revert-dired-file-list)
21000         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
21001         (auto-revert-handler): Take over some functionality of deleted
21002         functions.
21003         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
21005         * dired.el (dired-directory-changed-p): New fun, extracted from
21006         dired-internal-noselect.
21007         (dired-buffer-stale-p): New fun.
21008         (dired-internal-noselect): Use dired-directory-changed-p.
21009         Eliminate revert messages.
21010         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
21012 2004-03-23  Kenichi Handa  <handa@m17n.org>
21014         * international/characters.el: Setup syntaxes for more parentheses
21015         Unicode characters.
21017         * international/mule-cmds.el (select-safe-coding-system):
21018         Merge coding-system and auto-cs before comparing them.
21020 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21022         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
21024         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21025         normal-auto-fill-function and comment-indent-function.
21026         The default values now work just as well.
21027         Don't set font-lock-beginning-of-syntax-function since we already set
21028         syntax-begin-function.
21029         (lisp-outline-level): Put ;;;###autoload at same level as (.
21030         (prin1-char): Quote special chars.
21032         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
21033         than with-no-warnings.
21035         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
21036         if the source location can't be found.
21037         (edebug-compute-previous-result): Use prin1-char.
21039         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
21040         (debug-ignored-errors): Add an entry.
21042         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
21043         (byte-compile-file): Output warning when deleting a file.
21045         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
21046         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
21048         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
21049         (byte-compile-inline-expand): Use backquote.
21050         (byte-optimize-pure-func): Rename from byte-optimize-concat.
21051         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
21053         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
21055         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
21057 2004-03-22  Juri Linkov  <juri@jurta.org>
21059         * finder.el (finder-known-keywords): Fix data, tex, unix.
21061         * play/landmark.el: Fix keywords.
21063         * language/ethio-util.el (ethio-find-file): Doc fix.
21065         * emacs-lisp/warnings.el: Doc fix.
21067         * textmodes/ispell.el (ispell-help): Doc fix.
21069 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
21071         * format.el (format-insert-file): Always return a list of two
21072         elements, like insert-file-contents does.
21074 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
21076         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
21077         and vc-BACKEND-diff.
21078         (vc-print-log): If the print-log implementation supports it, use
21079         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
21080         (vc-version-diff, vc-diff-internal): Doc fixes.
21082         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
21083         implementation supports it, let diff output go to *vc*,
21084         not *vc-diff*, since this is an internal call.
21086         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
21088         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
21090         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
21092 2004-03-21  Dave Love  <fx@gnu.org>
21094         * progmodes/cfengine.el (cfengine-mode):
21095         Set parse-sexp-ignore-comments.
21097         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
21099 2004-03-21  Juanma Barranquero  <lektu@terra.es>
21101         * allout.el (allout-mode): Fix docstring.
21103 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
21105         * files.el (insert-directory): Fix bug if SWITCHES is a list.
21107         * autorevert.el (auto-revert-interval): Make new value take
21108         effect immediately when set through Custom.
21109         (auto-revert-set-timer): Add interactive declaration.
21111 2004-03-19  David Ponce  <david@dponce.com>
21113         * ruler-mode.el (ruler-mode-header-line-format-old):
21114         Don't `make-variable-buffer-local'.
21115         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
21116         (ruler-mode-header-line-format): Simply funcall the above.
21117         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
21118         to save/restore a previous header line format.
21119         (ruler-mode-space): Don't depend on a numeric WIDTH value.
21120         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
21121         fringes and margins width.
21122         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
21124 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21126         * log-edit.el (log-edit-font-lock-keywords): Typo.
21128         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
21129         (tex-send-tex-command): Rather than here.
21130         (tex-compilation-parse-errors): Simplify.
21132         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
21134         * time.el (display-time-string-forms): Add help-echo with date on time.
21136         * composite.el (compose-region): Use restore-buffer-modified-p.
21138         * disp-table.el (standard-display-8bit): Simplify.
21140         * server.el (server-process-filter): Delete temp frame.
21142         * add-log.el (add-change-log-entry): Simplify.
21144 2004-03-19  Kim F. Storm  <storm@cua.dk>
21146         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
21147         (hexl-follow-line): Don't require 'fringe.
21149         * progmodes/compile.el (compilation-start): Always set
21150         compilation-last-buffer and return it.
21152 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
21154         * simple.el (clone-buffer): Doc fix.
21156 2004-03-18  Juanma Barranquero  <lektu@terra.es>
21158         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
21160 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21162         * log-edit.el (log-edit-font-lock-keywords): New var.
21163         (log-edit-mode): Use it.
21165 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
21167         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
21168         properly for watching in speedbar.
21170 2004-03-17  Masatake YAMATO  <jet@gyve.org>
21172         * smerge-mode.el (smerge-popup-context-menu):
21173         Put `unwind-protect' around `overlay-put' and `popup-menu'.
21175 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21177         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
21178         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
21179         Take sealed revisions into account.
21180         (vc-arch-checkin): Extract a summary line from the message.
21182 2004-03-16  Masatake YAMATO  <jet@gyve.org>
21184         * register.el (register): Provide `register' feature.
21186 2004-03-15  Masatake YAMATO  <jet@gyve.org>
21188         Added context menu support in smerge mode.
21189         Most of the part is written by Stefan Monnier.
21191         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
21192         New keymap and menu.
21193         (smerge-text-properties): New function.
21194         (smerge-remove-props): New function.
21195         (smerge-popup-context-menu): New function.
21196         (smerge-resolve): Call `smerge-remove-props'.
21197         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
21198         (smerge-keep-current): Ditto.
21199         (smerge-kill-current): New function.
21200         (smerge-match-conflict): Put text properties.
21201         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
21203 2004-03-15  David Ponce  <david@dponce.com>
21205         * ruler-mode.el (ruler-mode-left-fringe-cols)
21206         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
21207         (ruler-mode-right-scroll-bar-cols): Remove.
21208         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
21209         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
21210         Use fringe-columns and scroll-bar-columns.
21212 2004-03-15  Masatake YAMATO  <jet@gyve.org>
21214         * hl-line.el (hl-line-range-function): New variable.
21215         (hl-line-move): New function.
21216         (global-hl-line-highlight): Use `hl-line-move'.
21217         (hl-line-highlight): Ditto.
21219         * scroll-bar.el (scroll-bar-columns):
21220         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
21222         * ruler-mode.el (top-level): Require scroll-bar and fringe.
21223         (ruler-mode-left-fringe-cols)
21224         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
21225         (ruler-mode-right-scroll-bar-cols)
21226         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
21227         (ruler-mode-ruler-function): New variable.
21228         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
21229         if the value for `ruler-mode-ruler-function' is given.
21231         * hexl.el (hexl-mode-hook): Make the hook customizable.
21232         (hexl-address-area, hexl-ascii-area): New customize variables.
21233         (hexlify-buffer): Put font-lock-faces on the address area and
21234         the ascii area.
21235         (hexl-activate-ruler): New function.
21236         (hexl-follow-line): New function.
21237         (hexl-highlight-line-range): New function.
21238         (hexl-mode-ruler): New function.
21240 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21242         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
21243         (vc-default-find-file-hook): New fun.
21244         (vc-find-file-hook): Call new find-file-hook operation.
21246         * vc-arch.el: New file.
21248 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
21250         * info-look.el (info-lookup): Reuse an existing Info window.
21252 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
21254         * woman.el (woman-preserve-ascii): Default value changed to t and
21255         doc string revised.
21257 2004-03-12  Richard M. Stallman  <rms@gnu.org>
21259         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
21260         Fix minor bug.
21262         * replace.el (occur-engine): Change message for count of matches.
21264         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
21265         For strings, do compare text properties.
21267 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
21269         * progmodes/compile.el (compile-auto-highlight)
21270         (compilation-error-list, compilation-old-error-list)
21271         (compilation-parse-errors-function, compilation-parsing-end)
21272         (compilation-error-message, compilation-directory-stack)
21273         (compilation-enter-directory-regexp-alist)
21274         (compilation-leave-directory-regexp-alist)
21275         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
21276         (compilation-current-file, compilation-regexps): Remove vars.
21278         (compile-error-at-point, compilation-error-filedata)
21279         (compilation-error-filedata-file-name, compile-reinitialize-errors)
21280         (compilation-next-error-locus, compilation-forget-errors)
21281         (count-regexp-groupings, compilation-parse-errors)
21282         (compile-collect-regexps, compile-buffer-substring): Remove funs.
21284         (compile-internal): Make obsolete.
21286         (compilation-first-column, compilation-error)
21287         (compilation-directory-matcher, compilation-page-delimiter)
21288         (compilation-mode-font-lock-keywords, compilation-debug)
21289         (compilation-error-face, compilation-warning-face)
21290         (compilation-info-face, compilation-line-face)
21291         (compilation-column-face, compilation-enter-directory-face)
21292         (compilation-leave-directory-face, compilation-skip-threshold)
21293         (compilation-skip-visited, compilation-context-lines): New vars.
21295         (compilation-warning-face, compilation-info-face)
21296         (compilation-message-face): New faces.
21298         (compilation-error-regexp-alist-alist): New constant.
21300         (compilation-face, compilation-directory-properties)
21301         (compilation-assq, compilation-error-properties, compilation-start)
21302         (define-compilation-mode, compilation-loop)
21303         (compilation-set-window): New functions.
21305         (compile): Additional argument for interactive compiles like TeX.
21307         * progmodes/grep.el (kill-grep): Move here from compile.el
21308         (grep-error, grep-hit-face, grep-error-face)
21309         (grep-mode-font-lock-keywords): New variables.
21310         (grep-regexp-alist): Simplify regexp and add `binary' case.
21311         (grep-mode): New mode.
21312         (grep-process-setup): Simplify.
21314 2004-03-11  Jason Rumney  <jasonr@gnu.org>
21316         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
21317         letters on DOS/Windows.
21319 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21321         * server.el (server-name): New var.
21322         (server-socket-dir): New var to replace server-socket-name.
21323         (server-start): Use them.
21325 2004-03-11  Simon Josefsson  <jas@extundo.com>
21327         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
21328         died to avoid infloop.  Reported by Jonathan Glauner
21329         <jglauner@sbum.org>.
21331 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21333         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
21334         (smerge-mode-menu): Use it to deactivate menu entries.
21335         (smerge-keep-current): New fun.
21336         (smerge-keep-current): Use it.
21338 2004-03-10  John Paul Wallington  <jpw@gnu.org>
21340         * foldout.el (foldout-fold-list, foldout-modeline-string):
21341         Declare them as variables, not constants.
21343 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21345         * ps-print.el: Modification to print *Messages* buffer.
21346         (ps-print-version): New version 6.6.4.
21347         (ps-message-log-max): New fun.
21348         (ps-spool-without-faces, ps-spool-with-faces)
21349         (ps-count-lines-preprint): Code fix.
21351         * printing.el: New tips in Tips section.
21353 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21355         * delim-col.el: Doc fix.
21357         * printing.el: Doc fix.  New doc section (Tips).
21359 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21361         * type-break.el (type-break-emacs-variant): Remove.
21362         (type-break-run-at-time, type-break-cancel-function-timers):
21363         Use fboundp rather than version name and number.
21365 2004-03-09  Masatake YAMATO  <jet@gyve.org>
21367         * hexl.el (hexl-mode): Use `make-local-variable' instead of
21368         `make-variable-buffer-local'.
21370 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
21372         * find-dired.el (find-dired): Call `shell-command' instead of
21373         `start-process-shell-command'.  By this, Tramp takes over
21374         handling of remote directories.
21376 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21378         * newcomment.el (comment-use-global-state): New var.
21379         (comment-search-forward): Use it.
21381         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
21383         * cus-edit.el (fill) <defgroup>: Move to fill.el.
21385         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
21386         (enable-kinsoku): Make it a defcustom.
21387         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
21388         paragraph to same-comment-start-marker.
21390 2004-03-07  Dave Love  <fx@gnu.org>
21392         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
21393         (browse-url-mail): Use it.
21395         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
21396         (rfc2368-unhexify-string): Use replace-regexp-in-string.
21398 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
21400         * woman.el (woman-man.conf-path): Doc fix.
21401         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
21403 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
21405         * sort.el (sort-columns): Remove ms-dos from the list of systems
21406         where the external `sort' command is not used.
21408 2004-03-07  Kim F. Storm  <storm@cua.dk>
21410         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
21411         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
21412         from overlay-arrow-variable-list.
21413         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
21415 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
21417         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
21418         overlay arrow string properly for the assembler buffer.
21420 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21422         * mail/sendmail.el (mail-mode): Fix last change.
21424 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
21426         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
21427         for the assembler buffer.
21428         (gdb-assembler-custom): Position the overlay arrow.
21429         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
21431 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21433         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
21435         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
21436         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
21438         * mail/sendmail.el (mail-mode): Set comment-start-skip.
21440         * newcomment.el (uncomment-region): Allow non-terminated comment.
21441         (comment-normalize-vars): Check the user-specified comstart marker.
21443 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21445         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
21446         Otherwise, do use it if the region only contains font-lock text
21447         properties.
21449 2004-03-04  Masatake YAMATO  <jet@gyve.org>
21451         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
21452         as the callback function for eldoc.
21453         (hexl-print-current-point-info): New function.
21454         (hexl-current-address): Print the address in both decimal
21455         and hexadecimal format.
21457 2004-03-04  Richard M. Stallman  <rms@gnu.org>
21459         * mail/rmail.el (rmail-convert-to-babyl-format):
21460         Specify t for UNIBYTE when calling mail-unquote-printable-region.
21462         * mail/mail-utils.el (mail-unquote-printable-region):
21463         New arg UNIBYTE.
21465         * startup.el (command-switch-alist): Doc fix.
21467         * simple.el (undo): Temporarily set this-command to `undo-start',
21468         then set it to `undo' once undo-start returns without error.
21470         * simple.el (minibuffer-history-sexp-flag): Doc fix.
21472         * simple.el (kill-line): Don't disregard trailing whitespace
21473         in eol condition, if show-trailing-whitespace is set.
21475         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
21476         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
21477         When disabling, restore old values only if mouse-sel-has-been-enabled.
21479         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
21480         (isearch-{-char): New function.
21481         (isearch-mode-map): Bind { to isearch-{-char.
21483         * font-lock.el (lisp-font-lock-keywords-2):
21484         Turn off the CL with-... and do-... general patterns.
21485         Instead, recognize several specific with... and do... constructs.
21487         * files.el (switch-to-buffer-other-window):
21488         Bind same-window-buffer-names and same-window-regexps to nil.
21489         (switch-to-buffer-other-frame): Likewise.
21491 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21493         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
21494         recognizing leading comment on code line.
21496 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21498         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
21499         hidden files/directories.
21501 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21503         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
21504         only comment-start (in case the mode hasn't set it).
21506         * Makefile.in (AUTOGENEL): New var.
21507         (bootstrap-prepare): Rename from bootstrap-clean.
21508         Don't remove elc files.
21509         (maintainer-clean): New target.
21511         * xml.el (xml-get-attribute-or-nil): Simplify.
21513 2004-03-02  Juri Linkov  <juri@jurta.org>
21515         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
21516         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
21517         URL to prevent their substitution with the environment variable
21518         values by browsers.
21520 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21522         * ps-print.el: Doc fix.
21523         (ps-print-version): New version number (6.6.3).
21524         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
21525         Docstring fix.
21526         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
21527         before printing.
21528         (ps-time-stamp-yyyy-mm-dd): New fun.
21529         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
21531 2004-03-02  Kim F. Storm  <storm@cua.dk>
21533         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
21535 2004-03-01  Juanma Barranquero  <lektu@terra.es>
21537         * allout.el (allout-rebullet-heading): Fix typo in docstring.
21539         * desktop.el (desktop-file-version)
21540         (desktop-after-read-hook): Fix typos.
21541         (desktop-clear-preserve-buffers): Remove redundant info in
21542         docstring already shown by the obsolescence message.
21543         (desktop-truncate, desktop-internal-v2s)
21544         (desktop-value-to-string): Change argument name to match docstring.
21546         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
21548         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
21549         docstring.
21551 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21553         * printing.el: Replace "As Is..." in PostScript file print/preview by
21554         "No Preprocessing...".  Suggested by Colin Marquardt
21555         <_marquardt_@zmd.de>.
21556         (pr-insert-section-4): Adjust buffer interface.
21558 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
21560         Version 2.0.39 of Tramp released.
21562         * net/tramp.el (tramp-handle-file-local-copy)
21563         (tramp-handle-write-region, tramp-open-connection-rsh):
21564         Variable name typo.  Small change.  From Patrick Tullmann
21565         <tullmann@flux.utah.edu>.
21566         (tramp-process-connection-type): New variable.
21567         (tramp-maybe-open-connection): Use it.
21568         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
21569         (tramp-touch): Set last-modified time of a remote file.
21570         (tramp-handle-write-region): Say which function is used when encoding.
21572 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
21574         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
21575         case of non-existing filename, too.  Reported by Christoph Bauer
21576         <c_bauer@informatik.uni-kl.de>.
21577         (tramp-smb-get-file-entries): The directory in question should
21578         have permissions "drwxrwxrwx".  Just virtual, because we don't
21579         know the real permissions.  Don't we know?
21580         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
21581         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
21582         (tramp-smb-wait-for-output): Optimize algorithm getting pending
21583         output.  If it was received chunkwise, there have been problems.
21584         Remove the "prompt not found" error message; it is obvious.
21585         Simplify algorithm.
21586         (tramp-smb-process-running): Remove.  Since we acknowledge the
21587         virtual prompt for shares, there's no need for distinction of
21588         reading shares (process ends afterwards) and interactive mode of
21589         smblient.
21590         (tramp-smb-open-connection): Setting process sentinel removed.
21591         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
21592         "NT_STATUS_NETWORK_ACCESS_DENIED".
21593         (tramp-smb-maybe-open-connection): Set `process-connection-type'
21594         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
21595         (top-level): Setting default value in `tramp-default-method-alist'
21596         corrected.  Order of USER and HOST have been wrong.
21597         Nobody complained for months ...
21598         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
21599         (tramp-smb-open-connection): Clear password cache if login has failed.
21601         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
21602         `tramp-unified-filenames'.
21603         (tramp-completion-mode): Make test for XEmacs explicitly.
21604         `event-to-character' can exists in Emacs packages too.
21605         Reported by Matt Swift <swift@alum.mit.edu>.
21606         (tramp-buffer-name): Buffer name must contain the user if exists.
21607         Reported by Adrian Phillips <a.phillips@met.no>.
21608         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
21609         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
21610         (tramp-do-copy-or-rename-file-out-of-band): Rename from
21611         `tramp-do-copy-or-rename-file-one-local', because it handles also
21612         the case both files use the same out-of-band method.
21613         Implementation added.
21614         (tramp-handle-file-local-copy, tramp-handle-write-region):
21615         Out-of-band handling removed.  `copy-file' called instead, which
21616         calls `tramp-do-copy-or-rename-file-out-of-band'.
21617         (tramp-action-password): Check for out-of-band method removed.
21618         This function is used for 'login-program.
21619         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
21620         appropriate.
21621         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
21622         and `tramp-parse-sknownhosts'.
21623         (tramp-completion-function-alist): It's a defvar now, because we
21624         want to apply the optimized `tramp-set-completion-function'
21625         instead of a static list.
21626         (tramp-set-completion-function): Implementation tuned.
21627         Avoid double entries, and entries where the function or the
21628         file/directory doesn't exist.
21629         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
21630         for SSH2.
21631         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
21632         (tramp-handle-dired-compress-file): New function.
21633         (tramp-async-proc): New variable.
21634         (tramp-handle-shell-command): Adding asynchronous processes.
21635         They are far from being perfect, but it works at least for
21636         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
21637         (top-level): Require password.el if visible.  Should be mandatory
21638         once No Gnus has found its way into (X)Emacs.
21639         (tramp-read-passwd): Invoke `password-read' if available,
21640         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
21641         fallback any longer.
21642         (tramp-clear-passwd): New function.
21643         (tramp-process-actions, tramp-process-multi-actions):
21644         Clear password cache if login has failed.
21646         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
21647         its own module.
21648         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
21649         `ange-ftp-ftp-name-res'.  There could be incorrect values from
21650         previous calls in case the "ftp" method is used in the Tramp file
21651         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21653 2004-02-28  Richard M. Stallman  <rms@gnu.org>
21655         * term.el (term-mouse-paste): Call mouse-set-point.
21657         * thumbs.el: New file.
21659 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21661         * progmodes/ebnf-abn.el: Doc fix.
21663         * progmodes/ebnf-bnf.el: Doc fix.
21664         (ebnf-repeat): Code fix.
21666         * progmodes/ebnf2ps.el: Doc fix.
21667         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
21669 2004-02-28  Juri Linkov  <juri@jurta.org>
21671         * ffap.el (dired-at-point): Additional writability test for
21672         relative directory names.
21673         (dired-at-point-prompter): Treat directories as a directory, get
21674         the directory component from files.
21675         (ffap-string-at-point): Return string from region if region is active.
21676         (ffap-file-at-point): Remove redundant code.
21678 2004-02-28  Kim F. Storm  <storm@cua.dk>
21680         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
21681         Initialize margin area images to nil.
21682         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
21683         (breakpoint-enabled-bitmap-face)
21684         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
21685         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
21686         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
21687         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
21688         (gdb-reset): Use gdb-remove-breakpoint-icons.
21689         (gdb-put-string): Add dprop arg to specify alternative display
21690         property (for setting fringe bitmap).
21691         (gdb-remove-strings): Doc fix.
21692         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
21693         icon in fringe (if available), or else as icon or text in display
21694         margin.  Creates necessary icons in breakpoint-bitmap,
21695         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
21696         Also make left window margin if required.
21697         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
21698         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
21699         no longer needed.
21700         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
21701         gdb-put-breakpoint-icon.
21702         (gdb-assembler-mode): Don't set left-margin-width here.
21704 2004-02-27  Kevin Ryde  <user42@zip.com.au>
21706         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
21707         comma, so that it DTRT in macros.
21709 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21711         * progmodes/sh-script.el (sh-shell-arg)
21712         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
21713         (sh-leading-keywords, sh-other-keywords): Fix custom type.
21715 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
21717         * faces.el (face-spec-set-match-display): Add a new attribute,
21718         `min-colors'.
21719         (region, highlight, secondary-selection): Use `min-colors'.
21721         * custom.el (defface): Add documentation for `min-colors'.
21723         * font-lock.el (font-lock-comment-face, font-lock-string-face)
21724         (font-lock-keyword-face, font-lock-function-name-face)
21725         (font-lock-variable-name-face, font-lock-constant-face):
21726         Use `min-colors'.
21728         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
21730 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21732         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
21733         define assq-delete-all if it's not defined.
21734         (ebnf-generate-region): Code fix.
21736         * printing.el: Doc fix.
21737         (pr-version): New version number (6.7.2).
21738         (pr-command): Return empty string if command is an empty string.
21740 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21742         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
21744         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
21745         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
21746         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
21747         "tt" ["test"] ).  Reported by Markus Dreyer
21748         <mdreyer@ix.urz.uni-heidelberg.de>.
21749         (ebnf-version): New version number (4.0).
21750         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
21751         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
21752         (ebnf-delete-style): New commands.
21753         (ebnf-directory, ebnf-file): New funs.
21754         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
21755         (ebnf-production-name-p, ebnf-stop-on-error): New options.
21756         (ebnf-syntax-alist): New var.
21757         (ebnf-element-width): New fun replacing ebnf-list-width.
21758         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
21759         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
21760         (ebnf-prologue): Adjust vars.
21761         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
21762         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
21763         (ebnf-check-style-values, ebnf-generate-production)
21764         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
21765         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
21766         (ebnf-token-repeat): Code fix.
21768         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
21769         %right, %left and %prec.  Suggested by Matthew K. Junker
21770         <junker@alum.mit.edu>.
21771         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
21773         * progmodes/ebnf-iso.el: Doc fix.
21774         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
21775         (ebnf-iso-lex): Code fix.
21777         * progmodes/ebnf-bnf.el: Doc fix.
21778         (ebnf-bnf-lex): Code fix.
21780         * progmodes/ebnf-otz.el: Doc fix.
21782 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
21784         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
21785         (abbrev-prefix-mark): Doc fix.
21787 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
21789         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
21790         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
21791         (gdb-var-delete): Make interactive (really).
21792         (gdb-edit-value): Make non-interactive.
21794         * progmodes/gud.el (gud-speedbar-menu-items):
21795         Add gdb-var-delete and, indirectly, gdb-edit-value.
21796         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
21797         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
21798         (gud-gdb-marker-filter): Add comment for annotations.
21800 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
21802         * calendar/calendar.el (generate-calendar)
21803         (calendar-read-date): Prevent display of BC calendars once more -
21804         reverts 2003-10-01 change.
21805         (generate-calendar-month): Doc fix.
21807 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
21809         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
21810         return value of increment-calendar-month.
21812 2004-02-21  Stephen Compall  <s11@member.fsf.org>
21814         * saveplace.el (save-place-forget-unreadable-files)
21815         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
21816         (save-place-forget-unreadable-files): New function.
21817         (save-place-alist-to-file): Use it to filter out files that are
21818         no longer readable.
21820         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
21821         current Texinfo environment, using the same method as in
21822         `texinfo-insert-@end', and insert a space rather than a newline if
21823         point in a @table environment.
21825 2004-02-21  Juri Linkov  <juri@jurta.org>
21827         * ffap.el (ffap-file-at-point): Try parent directories.
21829 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
21831         * vcursor.el (vcursor-modifiers): New defcustom.
21832         (vcursor-cs-binding): Use vcursor-modifiers instead of a
21833         hard-coded list.
21835 2004-02-21  Masatake YAMATO  <jet@gyve.org>
21837         * play/animate.el (animate-birthday-present): Accept names other
21838         than `Sarah', too.
21840 2004-02-21  Juri Linkov  <juri@jurta.org>
21842         * startup.el: Remove table of command line arguments from the
21843         Commentary section.
21845 2004-02-20  John Wiegley  <johnw@newartisans.com>
21847         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
21848         again" modifier from 'e' to 'E', since 'e' is also used by the
21849         "file extension" modifier.
21851 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
21853         * help-fns.el (describe-categories): Doc fix.
21855 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21857         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
21858         temporary file for buffer already visiting one.  This change makes
21859         output likely to be directly usable by patch program.
21860         Suggested by Adrian Aichner  <adrian@xemacs.org>
21862 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
21864         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
21865         case of variables defined in compound statements.
21866         (gdb-setup-windows, gdb-source-info, gdb-source-info):
21867         Simplify constructions using switch-to-buffer.
21869 2004-02-19  Simon Josefsson  <jas@extundo.com>
21871         * play/morse.el: Fix typo.
21872         (morse-code): Add @.
21874 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
21876         * calendar/appt.el (appt-display-format): Change default to
21877         'ignore, for backwards compatibility.
21878         (appt-display-message): If appt-display-format is 'ignore,
21879         respect old vars appt-msg-window and appt-visible.
21880         (appt-activate): Don't depend on return value of cancel-timer.
21882         * calendar/calendar.el (calendar-holidays): Doc fix.
21884         * calendar/cal-coptic.el (coptic-prompt-for-date):
21885         Use assoc-string instead of assoc-ignore-case.
21886         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
21887         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
21888         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
21889         * calendar/cal-islam.el (calendar-goto-islamic-date)
21890         (mark-islamic-diary-entries): Ditto.
21891         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
21892         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
21893         (calendar-read-mayan-tzolkin-date): Ditto.
21894         * calendar/calendar.el (calendar-read-date): Ditto.
21895         * calendar/diary-lib.el (mark-diary-entries): Ditto.
21897 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21899         * progmodes/executable.el (executable-command-find-posix-p):
21900         Fix choice of the directory.
21902 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
21904         * simple.el (interprogram-cut-function)
21905         (interprogram-paste-function, kill-new, kill-append):
21906         Doc fixes.
21907         (kill-region): Make it return nil.  Doc fix.
21908         (yank-pop): Make its argument optional.
21909         (yank): Make ARG `-' equivalent to `-1'.
21911 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
21913         * mail/rmail.el (rmail-get-new-mail): Don't reference
21914         rmail-use-spam-filter if rmail-spam-filter is not loaded.
21916 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
21918         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
21919         if one of global-auto-revert-non-file-buffers or autorevert-mode
21920         is non-nil.
21922 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21924         * subr.el (delete-dups): A better implementation from Karl Heuer
21925         <kwzh@gnu.org>.
21927 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
21929         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
21930         correct place.
21931         * progmodes/icon.el (icon-indent-command): Ditto.
21932         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
21934 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21936         * progmodes/grep.el (grep-compute-defaults): Undo change from
21937         2004-01-29: don't use executable-command-find-posix-p.
21939 2004-02-16  Richard Sharman  <rsharman@pobox.com>
21941         * hilit-chg.el: Use require instead of eval-and-compile.
21942         (highlight-compare-buffers): New function.
21944 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
21946         * man.el (Man-fontify-manpage): Render section headings in
21947         `Man-overstrike-face' even when overstrike was not used by man
21948         formatter for section headings.
21950 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
21952         * rmail-spam-filter.el (vm-use-spam-filter)
21953         (rsf-min-region-length-added-to-spam-list): New variables.
21954         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
21955         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
21956         spam testing.  Don't delete spam message if automatic deletion
21957         after output via variable rmail-delete-after-output is turned on.
21958         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
21959         rsf-bbdb-dont-create-entries-for-spam.
21960         (check-field): New function, extracted from code in
21961         rmail-spam-filter to ease addition of header fields like content-type.
21962         (message-content-type): New variable to check the content-type:
21963         field added, also in defcustom of rsf-definitions-alist.
21964         (rmail-spam-filter): Replace repeated test code for header fields
21965         by calls to check-field; change the call to
21966         rmail-output-to-rmail-file such that rmail-current-message stays
21967         the same to avoid wrong deletion of unseen flags.
21968         (rsf-add-contents-type): New function to convert old format
21969         of rmail-spam-definitions-alist into new one.
21970         Change prefixes of all variables and functions from
21971         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
21973 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21975         * loadhist.el (unload-hook-features-list): New defvar.
21977 2004-02-16  Dave Love  <fx@gnu.org>
21979         * loadhist.el (unload-feature): Doc fix.  Rename flist to
21980         unload-hook-features-list.
21982 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
21984         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
21985         cookie.  Don't check if we are looking-at open-formula.
21987 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21989         * subr.el (match-string-no-properties): Use substring-no-properties.
21991 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21993         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
21994         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
21995         Use lower-case "rx" in all error message.
21997 2004-02-16  Dave Love  <fx@gnu.org>
21999         * emacs-lisp/rx.el (rx-or): Put group around result.
22000         (rx-constituents): Add backref.
22001         (rx-syntax): Add string-delimiter, comment-delimiter.
22002         (rx-categories): Add combining-diacritic.
22003         (rx-check-not, rx-greedy, rx): Doc fix.
22004         (rx-backref, rx-check-backref): New.
22006 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
22008         * newcomment.el (uncomment-region): Allow eob as comment end.
22010 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
22012         * filecache.el: All message and error commands now use prefix
22013         "Filecache:" to make it easy to read *Messages* buffer.
22015 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
22017         * autorevert.el: Add support to detect changed dired and VC buffers.
22018         (auto-revert-active-p, auto-revert-list-diff)
22019         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
22020         (auto-revert-handler, auto-revert-active-p): New functions.
22021         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
22022         and `auto-revert-active-p'.
22023         (eval-when-compile): Defvar dired-directory and vc-mode.
22024         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
22025         (auto-revert-handler-vc): New functions.
22027 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22029         * progmodes/compile.el (compilation-directory): New defvar.
22030         (compile): Save current directory in compilation-directory.
22031         (recompile): Bind default-directory to compilation-directory if
22032         that is non-nil.
22034 2004-02-16  Dave Love  <fx@gnu.org>
22036         * newcomment.el (comment-insert-comment-function)
22037         (comment-region-function, uncomment-region-function): New.
22038         (comment-indent): Use comment-insert-comment-function.
22039         (uncomment-region): Use uncomment-region-function.
22040         (comment-region): Use comment-region-function.
22042         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
22044 2004-02-16  Richard Stallman  <rms@gnu.org>
22046         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
22047         loaddefs* and ldefs-boot*.
22049 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
22051         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
22052         and email address at the beginning and end of the address.
22054         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
22055         anchored at the beginning of the email address.
22057 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
22059         * international/ccl.el (ccl-compile-write): Pass `left' to
22060         ccl-embed-code to generate correct code of write-expr-register.
22062 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
22064         * progmodes/grep.el (grep-compute-defaults): Fix typos.
22066 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22068         * x-dnd.el: Mention support for Motif in commentary.
22069         (x-dnd-handle-drag-n-drop-event): Ditto.
22071 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
22073         * ses.el: Use "ses--" prefixes for buffer-local variables.
22074         Use (point-min) instead of 1, even when we know the buffer
22075         is unnarrowed.
22076         (ses-build-load-map): Delete.  Distribute its content to defconsts for
22077         the three maps.
22078         (ses-menu, ses-header-line-menu): New menus.
22079         (ses-mode-map): Use them.
22080         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
22082 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
22084         * Makefile.in: Fix the CC Mode recompile kludge so it works
22085         when building in a different directory.
22087 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
22089         * simple.el (kill-new): Put yank-handler property on the entire string.
22091 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22093         * diff.el: Don't use compile any more, use diff-mode instead.
22094         (diff-regexp-alist, diff-old-file, diff-new-file)
22095         (diff-parse-differences, diff-process-setup): Remove.
22096         (diff-sentinel): New fun.
22097         (diff): Use it.  Run the process ourselves.
22098         Use diff-mode for the rest of the processing.
22100         * diff.el (diff): Simplify code handling `switch'.
22102 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22104         * pcvs-defs.el (cvs-menu): Add `tag'.
22106 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
22108         * simple.el (kill-append): Doc fix.
22110         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22111         Adapt outline-regexp to the new conventions for commenting out code.
22113 2004-02-11  John Paul Wallington  <jpw@gnu.org>
22115         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
22117 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22119         * diff.el (diff-switches): New fun.
22120         (diff, diff-backup): Use it.
22121         (diff): Clean up the args construction.  Use backquote.
22122         Use listp instead of consp to avoid putting a nil arg.
22123         (diff): Add a revert-buffer function.
22125 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22127         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
22128         handled by x-dnd-handle-file-name.
22129         (x-dnd-known-types): Add COMPOUND_TEXT.
22130         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
22131         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
22132         x-dnd-empty-state.
22133         (x-dnd-forget-drop): Ditto.
22134         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
22135         (x-dnd-handle-one-url): Return private when inserting text.
22136         (x-dnd-insert-ctext): New function.
22137         (x-dnd-handle-file-name): New function for FILE_NAME.
22138         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
22139         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
22140         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
22142 2004-02-10  Kenichi Handa  <handa@m17n.org>
22144         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
22145         instead of while loop.
22147 2004-02-10  Miles Bader  <miles@gnu.org>
22149         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
22151 2004-02-09  Kenichi Handa  <handa@m17n.org>
22153         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
22154         have end-of-line.
22156 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
22158         * Makefile.in: Added extra dependencies in the recompile target
22159         needed to cope with the compile time macro expansions in CC Mode.
22161 2004-02-09  Kim F. Storm  <storm@cua.dk>
22163         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
22164         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
22165         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
22166         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
22167         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
22168         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
22169         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
22170         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
22171         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
22172         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
22173         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
22175 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22177         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
22178         Don't allow shrink if there's a window on our right.
22180         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
22181         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
22182         Bring together declaration and initialization.
22183         (prolog-mode-variables): Don't set the syntax table.
22184         Don't set paragraph-start and comment-indent-function.
22185         Add /*..*/ to the comment regexps.
22186         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
22187         (prolog-mode-map): Don't bind TAB.
22188         (prolog-mode): Set the syntax table.
22189         (prolog-comment-indent): Remove.
22190         (inferior-prolog-mode-map): Initialize in the declaration.
22191         (inferior-prolog-mode-syntax-table)
22192         (inferior-prolog-mode-abbrev-table): New vars.
22193         (inferior-prolog-mode): Derive from comint-mode.
22194         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
22195         minibuffer windows.
22197         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
22198         in file names, as long as it is unambiguous.
22200 2004-02-08  Andreas Schwab  <schwab@suse.de>
22202         * textmodes/reftex-toc.el
22203         (reftex-toc-load-all-files-for-promotion): Remove useless use of
22204         format.  Doc fix.
22206         * textmodes/refer.el (refer-find-entry-internal): Remove extra
22207         format string arguments.
22209         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
22210         string argument.
22212         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
22214         * play/zone.el (zone-call): Fix format string.
22216         * net/webjump.el (webjump-builtin): Add missing format string argument.
22218         * midnight.el (midnight-delay-set): Remove extra format string
22219         argument.
22221         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
22223         * hexl.el (hexl-insert-char): Add missing format string argument.
22225         * format.el (format-decode): Fix format string.
22227         * emulation/vi.el (vi-mode): Remove extra format string argument.
22228         (vi-repeat-last-search): Likewise.
22229         (vi-reverse-last-search): Likewise.
22230         (vi-goto-mark): Likewise.
22231         (vi-reverse-last-find-char): Likewise.
22232         (vi-repeat-last-find-char): Likewise.
22233         (vi-locate-def): Likewise.
22235         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
22237         * ediff-util.el (ediff-toggle-read-only): Remove extra format
22238         string argument.
22239         (ediff-toggle-regexp-match): Likewise.
22241         * dired-aux.el (dired-do-query-replace-regexp): Add missing
22242         format string argument.
22244         * calc/calc-map.el (calc-get-operator): Remove extra format
22245         string argument.
22247         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
22249         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
22250         string argument.
22252         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
22254         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
22256         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
22258         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
22259         (cl-struct-setf-expander): Likewise.
22261         * vc.el (with-vc-file): Fix unsafe uses of error.
22262         (vc-cancel-version): Likewise.
22264 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
22266         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
22267         thousands separator; fixes <class>:<line-number> regexp for
22268         non-english locales.
22270 2004-02-08  Andreas Schwab  <schwab@suse.de>
22272         * view.el (view-mode-enable): Revert previous change.
22274 2004-02-07  Kim F. Storm  <storm@cua.dk>
22276         * simple.el (line-number-at-pos): Rename from line-at-pos.
22277         Uses changed (what-line and vc-annotate-warp-version).
22279 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22281         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
22282         (diff-mode): Remove aborted attempt at support for compile.el.
22283         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
22285 2004-02-06  Andreas Schwab  <schwab@suse.de>
22287         * view.el (view-mode-enable): Add view-mode-map to
22288         minor-mode-overriding-map-alist.
22290 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22292         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
22294 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22296         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
22297         with point inside rather than after the paragraph.
22299 2004-02-04  Sam Steingold  <sds@gnu.org>
22301         * mail/smtpmail.el (smtpmail-try-auth-methods):
22302         Do not try authentication when no mechanism is available.
22303         Pass port-name as defaultport to `netrc-machine'.
22305 2004-02-04  Stephen Eglen  <stephen@gnu.org>
22307         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
22308         to show how minibuffer height can be constrained.
22310 2004-02-04  John Paul Wallington  <jpw@gnu.org>
22312         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
22314 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22316         * x-dnd.el: New file for drag and drop.
22318         * term/x-win.el: require x-dnd, set after-make-frame-functions
22319         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
22320         drag-n-drop event.
22322         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
22323         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
22324         (dired-dnd-handle-file): New functions for drag and drop support.
22325         (dired-mode): Initialize drag and drop if x-dnd present.
22327 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22329         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
22330         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
22331         (cperl-mode): Set fill-paragraph-function.
22332         (cperl-fill-paragraph): Make it non-interactive.
22334 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
22336         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
22338 2004-02-02  David Kastrup  <dak@gnu.org>
22340         * replace.el (perform-replace): Allow 'literal argument in
22341         regexp-flag to indicate literal replacement.
22342         (query-replace-regexp-eval): Use it.
22344 2004-02-01  Andreas Schwab  <schwab@suse.de>
22346         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
22348 2004-02-01  Stephen Eglen  <stephen@gnu.org>
22350         * info-look.el: Add support for maxima-mode.  Update commentary
22351         because info-lookup-symbol is now bound to C-h S.
22353 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
22355         * simple.el (edit-and-eval-command): Bind print-level and
22356         minibuffer-history-sexp-flag around call to read-from-minibuffer.
22357         Correct initial position in command-history.
22359 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
22361         * files.el (read-directory-name): Adapt the docstring to recent
22362         change in Fread_file_name.
22364 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
22366         * ses.el (ses-print-cell): If print format too wide for column
22367         width, truncate decimal places if that helps to avoid "#####" fill.
22368         * ses.el (ses-initial-column-width): Revert previous change.
22370 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22372         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
22373         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
22374         Add edebug info.
22375         (jit-lock-mode): Setup/cancel the new timer.
22376         (jit-lock-context-fontify): New fun.  Extracted from
22377         context fontification code of jit-lock-stealth-fontify.
22378         (jit-lock-stealth-fontify): Don't do context fontification any more.
22380         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
22381         (jit-lock-fontify-now): Handle the `quit' case.
22382         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
22384 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
22386         * progmodes/executable.el (executable-command-find-posix-p):
22387         New.  Check if find handles arguments Posix-style.
22389         * progmodes/grep.el (grep-compute-defaults):
22390         Use executable-command-find-posix-p.
22391         (grep-find): Check `grep-find-command'.
22393         * filecache.el (file-cache-find-posix-p): Delete.
22394         (file-cache-add-directory-using-find):
22395         Use `executable-command-find-posix-p'.
22397 2004-01-29  Dave Love  <fx@gnu.org>
22399         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
22400         Iterate the hook function if arg is given.
22401         (mark-defun, narrow-to-defun): Change order of finding the limits.
22403         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
22404         (byte-compile-format-warn): New.
22405         (byte-compile-callargs-warn): Use it.
22406         (Format, message, error): Add byte-compile-format-like property.
22407         (byte-compile-maybe-guarded): New.
22408         (byte-compile-if, byte-compile-cond): Use it.
22409         (byte-compile-lambda): Compile interactive forms,
22410         just to make warnings about them.
22412 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
22414         * ses.el (ses-initial-column-width): Increase to 14, so it will
22415         work well with the default printer of "%.7g" for extreme values
22416         like "-1.234567e+07".
22418 2004-01-29  Kenichi Handa  <handa@m17n.org>
22420         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
22422 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
22424         * dos-w32.el: Added support for the `default-printer-name' function.
22426 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22428         * server.el (server-socket-name): Don't use the hostname in the
22429         socket name since /tmp is local to the host anyway.
22431         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
22432         robust check of widening and fix var-naming.
22434 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
22436         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
22437         or rmail-spam- to rsf- in all function and variable names.
22438         (rsf-min-region-to-spam-list): New variable.
22439         (rsf-bbdb-auto-delete-spam-entries): Rename from
22440         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
22441         scanned together with the recipients field for spam testing; Don't
22442         delete spam message if rmail-delete-after-output is non-nil;
22443         (rsf-check-field): New function, extracted from code in
22444         rmail-spam-filter to ease addition of header fields like
22445         content-type:;
22446         (message-content-type): New variable.  The content-type: field was
22447         added also in defcustom of rsf-definitions-alist;
22448         (rmail-spam-filter): Replace repeated test code for header fields
22449         by calls to check-field; change the call to
22450         rmail-output-to-rmail-file such that rmail-current-message stays
22451         the same to avoid wrong deletion of unseen flags.
22452         (rmail-use-spam-filter): Add autoload cookie.
22454 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
22456         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
22457         (file-cache-add-directory-using-find): Add Cygwin support.
22458         (file-cache-find-command-posix-flag): New user variable.
22460         * filecache.el (file-cache-add-directory): Check for
22461         directories an remove them from dir-files.
22463 2004-01-27  Richard M. Stallman  <rms@gnu.org>
22465         * man.el (Man-fontify-manpage): Clean up message.
22467 2004-01-27  Kenichi Handa  <handa@m17n.org>
22469         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
22470         (sentence-end): Define using sentence-end-without-space.
22472         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
22473         a sentence ends with one of a character in sentence-end-without-space.
22475 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22477         * font-lock.el (font-lock): Add jit-lock as explicit group member.
22478         (jit-lock): Group declaration moved to jit-lock.el.
22479         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
22480         when necessary.
22482         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
22483         (jit-lock-context-unfontify-pos): Rename from
22484         jit-lock-first-unfontify-pos.
22485         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
22487 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
22489         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
22490         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
22491         (fortran-fill): When filling a string, adjust re-search-backward
22492         argument for special case of string just on fill-column.
22493         When filling non-string, allow one extra char if
22494         fortran-break-before-delimiters is non-nil.
22495         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
22496         Use fortran-break-delimiters-re and fortran-no-break-re to
22497         correctly handle cases such as "**".
22499         * progmodes/f90.el (f90-break-delimiters): Doc fix.
22500         (f90-no-break-re): Add some extra tokens.  Doc fix.
22502 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
22504         * mail/rmail-spam-filter.el:
22505         Use two semicolons as Commentary line prefix.
22506         Add ";;; Code:" stylized comment.
22507         Delete end-of-line whitespace.
22508         Wrap (require 'cl) with `eval-when-compile'.
22510 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
22512         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
22513         at the top level of vc.el.
22515 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
22517         * vc.el (vc-current-line): Function removed.  This is now done by
22518         the new function line-at-pos in simple.el.
22519         (vc-annotate-warp-version): Use line-at-pos instead of
22520         vc-current-line.
22522 2004-01-22  Kim F. Storm  <storm@cua.dk>
22524         * simple.el (line-at-pos): New defun.
22525         (what-line): Use it.  Optimize by only counting lines in narrowed
22526         region once.
22528 2004-01-22  Kenichi Handa  <handa@m17n.org>
22530         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
22531         point (register r1) only for charset mule-unicode-0100-24ff.
22533 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
22535         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
22536         trailing white space and ensure a final newline.
22538         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
22539         Add autoload cookie.
22541 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
22543         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
22544         activate view-mode explicitly.
22546 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22548         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
22549         menu-bar-enable-clipboard and make Paste use clipboard first.
22551 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22553         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
22554         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
22555         (vc-mcvs-cvs): Remove.
22556         (vc-mcvs-command): Remove use of assert.
22558         * outline.el (outline-insert-heading): Tighten up match.
22559         (outline-demote, outline-move-subtree-down): Don't assume anything
22560         about outline-regexp.
22562         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
22563         (texinfo-show-structure): Explicitly add ^, and simplify.
22565 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
22567         * calendar/appt.el (appt-check): Restore usage of
22568         appt-issue-message deleted in previous change.
22569         (top-level): Activate package when loaded (needed for backwards
22570         compatibility).
22572 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22574         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
22575         following previous change to smtpmail-send-data.
22577 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
22579         * vc.el (vc-default-previous-version): Doc enhancement.
22580         (vc-default-next-version): New function.
22581         (vc-print-log): New arg FOCUS-REV.
22582         (vc-annotate-mode): Derive from view-mode.
22583         (vc-annotate): New args REVISION, DISPLAY-MODE.
22584         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
22585         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
22586         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
22587         (vc-annotate-show-diff-revision-at-line, vc-current-line)
22588         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
22590         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
22592 2004-01-19  Karl Berry  <karl@gnu.org>
22594         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
22595         or "TexInfo".
22597 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
22599         * subr.el (delete-dups): New function.
22601 2004-01-19  Karl Berry  <karl@gnu.org>
22603         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
22604         with ^, since that's what texinfo-show-structure
22605         documentation says (plus it works much better in texinfo.txi).
22607 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
22609         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
22611 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
22613         * progmodes/which-func.el (which-function-mode): Don't cancel
22614         which-func-update-timer if not set.
22616 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
22618         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
22619         Remove spurious left square bracket in XX:XXam regexp.
22621 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
22623         * progmodes/cc-defs.el: Do not require cl at run time.
22625 2004-01-16  Richard M. Stallman  <rms@gnu.org>
22627         * emacs-lisp/cl.el (cl-cannot-unload): New function.
22628         (cl-unload-hook): Defvar this to run cl-cannot-unload.
22630         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
22631         Call rmail-spam-filter.  Delete and expunge spam.
22632         Print number of spam messages deleted.
22633         Save and restore the deletion status of old messages when reading
22634         new mail with spam filter, so that expunging spam does not expunge
22635         msgs deleted by the user.
22636         (rmail-only-expunge): Add an optional argument dont-show to
22637         prevent showing message after expunge.
22639 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
22641         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
22642         * subr.el (declare): New macro.
22644 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
22646         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
22648 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22650         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22651         Test window-system rather than system-type (for X11/Mac).
22653 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
22655         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
22657 2004-01-12  Richard M. Stallman  <rms@gnu.org>
22659         * mail/rmail.el (rmail-convert-to-babyl-format):
22660         Use mail-unquote-printable-region.
22661         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
22662         (rmail-hex-char-to-integer): Functions deleted.
22664         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
22665         (mail-unquote-printable-region): New arg NOERROR.
22666         For invalid encoding, either signal an error to just return nil.
22668 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
22670         * calendar/appt.el: Update copyright and commentary.
22671         (appt-issue-message): Make obsolete.
22672         (appt-visible, appt-msg-window): Make obsolete, in favor of
22673         appt-display-format.
22674         (appt-display-mode-line, appt-display-duration)
22675         (appt-display-diary, appt-time-msg-list, appt-mode-string)
22676         (appt-prev-comp-time, appt-display-count, appt-timer)
22677         (appt-convert-time): Doc change.
22678         (appt-disp-window-function, appt-delete-window-function):
22679         Use defcustom rather than defvar.
22680         (appt-display-format): New variable.
22681         (appt-display-message): New function with display code from appt-check.
22682         (appt-check): Add optional FORCE argument.  Doc change.
22683         Add appt-make-list to diary-hook if displaying diary.
22684         Remove checking of view-diary-entries-initially.
22685         Message display section removed to new function appt-display-message.
22686         (appt-display-window): Doc change.  Remove unused internal var
22687         this-buffer.  Do not beep, since appt-display-message does that.
22688         (appt-make-list): Doc change.  Use caar.
22689         (appt-sort-list): Simplify by using builtin sort function.
22690         (appt-update-list): New function for updating appts when diary is
22691         saved.
22692         (appt-activate): New autoloaded function to toggle package
22693         functionality.
22695         * calendar/cal-x.el: (calendar-one-frame-setup)
22696         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
22698         * calendar/calendar.el: Update copyright.
22699         (view-diary-entries-initially, european-calendar-style): Doc change.
22700         (calendar-setup): Make defcustom rather than defvar.
22701         (mark-visible-calendar-date): Initialize temp-face and faceinfo
22702         in let binding so local to function.
22704         * calendar/diary-lib.el: Update copyright.
22705         (diary, diary-entry-time): Doc change.
22706         (list-diary-entries): Doc change.  Trivial logic change.
22707         (fancy-diary-display): Restore make-face command mistakenly
22708         deleted 2003-05-08.
22709         (show-all-diary-entries): Allow to pop-up frame if needed.
22711 2004-01-09  John Paul Wallington  <jpw@gnu.org>
22713         * bindings.el (mode-line-change-eol): Add EVENT parameter.
22714         Temporarily select EVENT's window for changing eol type.
22716 2004-01-09  Deepak Goel  <deego@gnufans.org>
22718         * calendar/diary-lib.el (diary-entry-time):
22719         Also accept time in the form XX[.XX][am/pm/AM/PM].
22720         (fancy-diary-font-lock-keywords): Likewise.
22721         (diary-font-lock-keywords): Likewise.
22722         * calendar/appt.el (appt-add): Likewise.
22723         (appt-make-list): Likewise.
22724         (appt-convert-time): Likewise.
22726 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
22728         * gdb-ui.el (gdb-ann3): Revert previous change.
22729         (gdb-source-info): Allow for case of where compilation directory
22730         is not recorded.
22732 2004-01-08  John Paul Wallington  <jpw@gnu.org>
22734         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
22736 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
22738         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
22740         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
22741         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
22742         problems.
22743         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
22745 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
22747         * files.el (write-file-functions, write-contents-functions):
22748         Clarify docstrings.
22750 2004-01-07  Kenichi Handa  <handa@m17n.org>
22752         * international/mule.el (set-auto-coding): Fix for the case that
22753         end-of-line is only CR.
22755 2004-01-07  Kim F. Storm  <storm@cua.dk>
22757         * subr.el (event-start, event-end): Doc fix.
22758         (posn-string, posn-image): New defuns.
22759         (posn-object): Return either image or string object.
22760         (posn-object-x-y): Return 8th element of position.
22761         (posn-object-width-height): New defun.
22763 2004-01-06  Andreas Schwab  <schwab@suse.de>
22765         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
22766         output.
22768 2004-01-05  Karl Berry  <karl@gnu.org>
22770         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
22771         / and *, too.
22773 2003-12-31  Simon Josefsson  <jas@extundo.com>
22775         * files.el (before-save-hook): Add.
22776         (basic-save-buffer): Use before-save-hook.
22778         * emacs-lisp/copyright.el: Fix comment to recommend
22779         before-save-hook instead of write-file-functions.
22781 2004-01-05  Richard M. Stallman  <rms@gnu.org>
22783         * finder.el (finder-commentary): Call delete-other-windows.
22785         * net/ange-ftp.el (ange-ftp-file-attributes):
22786         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
22788 2004-01-04  Karl Berry  <karl@gnu.org>
22790         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
22791         comment characters % and # in the copyright year notice,
22792         as well as ;.
22794 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
22796         * wid-edit.el (default): Define dummy :value-delete.
22797         Reported by Jesper Harder <harder@ifa.au.dk>.
22799 2004-01-03  Richard M. Stallman  <rms@gnu.org>
22801         * progmodes/compile.el (compile-internal): Use point, not point-min,
22802         for set-window-point.
22804         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
22806         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
22808         * progmodes/grep.el (grep-mode-map):
22809         Don't remap next-line, previous-line.
22811 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
22813         * speedbar.el (speedbar-edit-line): Change regexp to position
22814         the cursor on the first character of this line's button.
22816 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
22818         * subr.el (functionp): Doc fix.
22820 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22822         * progmodes/idlwave.el (idlwave-make-tags):
22823         * textmodes/flyspell.el (flyspell-large-region):.
22824         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
22825         * emulation/viper-util.el (viper-glob-unix-files):
22826         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
22827         * man.el (Man-init-defvars):
22828         * jka-compr.el (jka-compr-call-process):
22829         * files.el (get-free-disk-space,insert-directory):
22830         * ediff-ptch.el (ediff-test-patch-utility):
22831         * ediff-diff.el (ediff-test-utility):
22832         * dired-aux.el (dired-check-process):
22833         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
22834         test the return value of call-process, because it can be a string.
22836 2003-12-31  John Paul Wallington  <jpw@gnu.org>
22838         * bindings.el (completion-ignored-extensions): Add .pfsl.
22840 2003-12-31  Kim F. Storm  <storm@cua.dk>
22842         * ido.el (ido-nonreadable-directory-p): New defun to check for
22843         nonreadable directory without activating tramp (to avoid problems
22844         with checking incomplete tramp paths).
22845         (ido-set-current-directory, ido-file-internal)
22846         (ido-file-name-all-completions1): Use it.
22848 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
22850         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
22851         documentation if the anchor (or node) name is preceded by `info
22852         anchor' or `Info anchor' in addition to earlier `info node' and
22853         `Info node'.
22854         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
22856 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
22858         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
22859         error in arguments to base64-decode-region.  Remove ^M characters
22860         after decoding base64.
22862 2003-12-30  Simon Josefsson  <jas@extundo.com>
22864         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
22865         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
22866         have only been distributed with Emacs for some years.
22867         (texinfo-mode-hook): Customize.
22869 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
22871         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
22872         cleaner (suggested by Richard Stallman).
22874         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
22875         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
22876         file-name clashes on 8+3 DOS filesystems.
22878         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
22879         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
22880         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
22881         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
22882         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
22883         file-name clashes on 8+3 filesystems.
22885         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
22886         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
22887         file-name clashes on 8+3 DOS filesystems.
22889 2003-12-29  Richard M. Stallman  <rms@gnu.org>
22891         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
22892         Upcase the character.
22894         * textmodes/flyspell.el (mail-mode-flyspell-verify):
22895         Search for header separator alone on a line, literally,
22896         and search for it backward, not forward.
22897         (flyspell-abbrev-table): Always use global-abbrev-table
22898         if there is no local one.
22900         * progmodes/sh-script.el (sh-get-indent-info):
22901         Don't move point back if at bob.
22903         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
22905         * play/handwrite.el (handwrite): Make the handwrite credit message
22906         a comment rather than an output command.
22908         * obsolete/sc.el: Display message that this file is obsolete.
22910         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
22912         * mail/rfc822.el (rfc822-address-start): Declare variable.
22913         Renamed from address-start.  All uses changed.
22915         * term.el (term-exec): Set up sentinel.
22916         (term-sentinel): New function.
22917         (term-handle-exit): New function.
22919         * subr.el (assoc-ignore-case, assoc-ignore-representation):
22920         Use assoc-string, and mark them obsolete.
22921         (delay-mode-hooks): Mark as permanent local.
22923         * simple.el (sendmail-user-agent-compose): Use assoc-string.
22925         * register.el (copy-rectangle-to-register): Doc fix.
22927         * info.el (Info-insert-dir): Use assoc-string.
22929         * info-look.el (info-lookup): Use assoc-string.
22931         * frame.el (pop-up-frame-function): Use quote, not `function'.
22932         (frame-notice-user-settings): Calculate ADJUSTED-TOP
22933         copying with lists as coordinate values.
22935         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
22937         * find-dired.el (kill-find): New command.
22938         (find-dired): Make buffer read-only.
22939         Set up a keymap with C-c C-k running kill-find.
22940         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
22942         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
22944         * filecache.el (file-cache-ignore-case): New variable.
22945         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
22947         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
22948         (comint-dynamic-complete-as-filename): Rename local vars.
22949         (comint-dynamic-list-filename-completions): Likewise.
22951         * comint.el (comint-dynamic-list-completions-config): New var.
22952         (comint-dynamic-list-completions): Handle both SPC and TAB right.
22954         * comint.el (comint-file-name-chars): Add [].
22955         (comint-word): Use skip-chars-backward, not search.
22957         * shell.el (shell-file-name-chars): Add [].
22959         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
22961         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
22963         * generic.el (define-generic-mode): Doc fix.
22965 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22967         * files.el (kill-some-buffers): Doc fix.
22969 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
22971         * comint.el (comint-watch-for-password-prompt): Pass `string' as
22972         arg to send-invisible
22973         (send-invisible): Doc fix.  The argument is now a prompt, not the
22974         string to send.
22975         (comint-read-noecho): Doc fix.
22977 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
22979         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
22980         "@", as required by some ISP hosting service.  Fix defcustom
22981         argument syntax errors that prevented use of customization.
22983 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22985         * xml.el (xml-get-attribute-or-nil): Doc fix.
22987 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
22989         * net/zone-mode.el (zone-mode): Use write-file-functions, not
22990         write-file-hooks.
22992 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22994         * autorevert.el (auto-revert-interval): Doc fix.
22996 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
22998         * xml.el (xml-get-attribute-or-nil): New function, like
22999         xml-get-attribute, but returns nil if the attribute was not found.
23000         (xml-get-attribute): Convert to defsubst, uses
23001         xml-get-attribute-or-nil.
23003 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
23005         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
23007 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
23009         * custom.el (custom-declare-theme): Use `value' when putting
23010         properties on `theme'.
23012 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
23014         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
23015         for each yank-handler segment.
23016         (insert-for-yank-1): New function, with the body of the previous
23017         insert-for-yank.
23019         * textmodes/table.el (table-yank-handler): New defcustom.
23020         (table--put-cell-indicator-property): Put yank-handler property
23021         that indicates the yank handler for the table cell.
23023 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23025         * generic-x.el (etc-modules-conf-generic-mode): A more complete
23026         set of keywords.
23028 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
23030         * international/mule-cmds.el (reset-language-environment)
23031         (set-language-environment): Don't invoke fontset-related functions
23032         if fontset-list is not fboundp.
23034 2003-12-29  Kenichi Handa  <handa@m17n.org>
23036         * international/mule-cmds.el (reset-language-environment):
23037         Call set-overriding-fontspec-internal with nil.
23038         (set-language-environment): Call set-overriding-fontspec-internal
23039         if the language environment specify `overriding-fontspec'.
23040         (language-info-alist): Doc added.
23042         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
23043         characters of mule-unicode-0100-24ff.
23044         (ccl-encode-windows-1251-font): New CCL program.
23045         ("Bulgarian"): Specify overriding-fontspec.
23046         ("Belarusian"): Likewise.
23048 2003-12-28  Sam Steingold  <sds@gnu.org>
23050         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
23051         parameter ID-FORMAT to conform with the 2003-11-30 patch.
23053 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
23055         * progmodes/gud.el (gud-gdb-command-name): Set default to
23056         "gdb --annotate=3".
23057         (gud-gdb-marker-filter): Look out for annotations.
23058         (gdb-first-pre-prompt): New variable.
23059         Remove trailing white space.
23061         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
23062         if necessary.
23063         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
23064         annotations are detected.
23065         (gud-gdba-marker-filter): Use global variable gud-marker-acc
23066         instead of a local one to allow transition from
23067         gud-gdb-marker-filter.
23068         Remove trailing white space.
23070 2003-12-27  Kim F. Storm  <storm@cua.dk>
23072         * ido.el: Handle non-readable directories.
23073         (ido-decorations): Add 9th element for non-readable directory.
23074         (ido-directory-nonreadable): New dynamic var.
23075         (ido-set-current-directory): Set it.
23076         (ido-read-buffer, ido-file-internal):
23077         (ido-read-file-name, ido-read-directory-name): Let-bind it.
23078         (ido-file-name-all-completions1): Return empty list for
23079         non-readable directory.
23080         (ido-exhibit): Print [Not readable] if directory is not readable.
23081         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
23082         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
23083         Use it.
23085 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
23087         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
23088         calls to directory-files-and-attributes and file-attributes.
23089         (ls-lisp-format): Remove system dependent handling of user and
23090         group id's.
23092 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
23094         * ffap.el (ffap-read-file-or-url): Revert previous change.
23096 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
23098         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
23099         new list of included files called `files-with-node-lines', that
23100         only have node lines.  This way @include commands can include any
23101         file, such as version and update files without node lines, not
23102         just files that are chapters.
23104 2003-12-25  Andreas Schwab  <schwab@suse.de>
23106         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
23107         file not found.
23109 2003-12-08  Miles Bader  <miles@gnu.org>
23111         * dired.el (dired-between-files): Always use dired-move-to-filename,
23112         which is more robust in non-english locales.
23114 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
23116         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
23118 2003-12-24  Andreas Schwab  <schwab@suse.de>
23120         * shell.el (shell-file-name-quote-list): Add backslash.
23122         * comint.el (comint-quote-filename): Correctly handle backslash
23123         in comint-file-name-quote-list.
23125 2003-12-24  Kenichi Handa  <handa@m17n.org>
23127         * international/mule-cmds.el (set-default-coding-systems):
23128         Call ucs-set-table-for-input for all buffers that don't have local
23129         value of buffer-file-coding-system.
23131         * international/ucs-tables.el (ucs-set-table-for-input):
23132         If translation-table-for-encode is a symbol, get its
23133         translation-table property.
23135 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
23137         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
23138         to `completing-read' on a recently fixed bug.
23140         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
23141         instead of SPACE, to get the list of possible fringe modes.
23142         SPACE only works if both `partial-completion-mode' and
23143         `completion-auto-help' are nil.
23145         * complete.el (PC-is-complete-p): Delete.
23146         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
23147         calls to `test-completion'.
23149 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
23151         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
23152         to edit values when there are no children.
23154         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
23155         a mode called "Assembler" already exists.
23156         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
23157         (gud-watch): Use format option.  Remove font properties from string.
23158         (gdb-var-create-handler, gdb-var-list-children-handler):
23159         Don't bother about properties as there are none.
23160         (gdb-var-create-handler, gdb-var-list-children-handler)
23161         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
23162         with two arguments.
23163         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
23164         Let speedbar show value changes with a different font.
23165         (gdb-edit-value): New defun.
23166         (gdb-clear-partial-output, gdb-clear-inferior-io)
23167         (def-gdb-auto-update-handler): Use erase-buffer.
23168         (gdb-frame-handler): Display watch expressions in
23169         FUNCTION::VARIABLE format if required.
23171 2003-12-23  John Paul Wallington  <jpw@gnu.org>
23173         * info.el (Info-unescape-quotes, Info-split-parameter-string)
23174         (Info-goto-emacs-command-node): Doc fixes.
23176 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
23178         * cus-edit.el (custom-add-parent-links): Define "many".
23180 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
23182         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
23183         (widget-child-validate, widget-type-value-create)
23184         (widget-type-default-get, widget-type-match): New functions.
23185         (lazy): New widget.
23186         (menu-choice, checklist, radio-button-choice, editable-list)
23187         (group, documentation-string): Remove redundant (per 2003-10-25
23188         change) calls to `widget-children-value-delete'.
23189         (widget-choice-value-get, widget-choice-value-inline): Remove.
23190         (menu-choice): Update widget.
23192 2003-12-03  Kenichi Handa  <handa@m17n.org>
23194         * language/cyrillic.el: Register "microsoft-cp1251" in
23195         ctext-non-standard-encodings-alist.
23196         ("Bulgarian"): Add ctext-non-standard-encodings.
23197         ("Belarusian"): Likewise.
23199         * international/mule-conf.el (compound-text-with-extensions):
23200         Change the type to 2 (iso-2022 base).
23202         * international/mule.el (ctext-non-standard-encodings-alist):
23203         Change the format.
23204         (ctext-non-standard-encodings): New variable.
23205         (ctext-post-read-conversion): Fully re-written.
23206         (ctext-non-standard-designations-alist): Delete it.
23207         (ctext-non-standard-encodings-table): New function.
23208         (ctext-pre-write-conversion): Fully re-written.
23210 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
23212         * cus-edit.el (custom-add-parent-links): Add documentation links
23213         for parent, if the item has none of its own.
23215 2003-11-30  Richard M. Stallman  <rms@gnu.org>
23217         * dired-aux.el (dired-do-query-replace-regexp):
23218         Report files visited read-only.
23220 2003-11-30  Juri Linkov  <juri@jurta.org>
23222         * dired-aux.el (dired-compare-directories): New command.
23223         (dired-file-set-difference, dired-files-attributes): New functions.
23225 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
23226         Version 2.0.38 of Tramp released.
23228         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
23229         Charles Curley <charlescurley@charlescurley.com>.
23230         (tramp-multi-connection-function-alist): Add ssht entry which adds
23231         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
23232         Aichner.
23233         (tramp-get-method-parameter): New function to retrieve a method
23234         parameter.  This allows for omission of method parameters.
23235         Callers adjusted.
23237 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
23239         * net/tramp.el: Add new optional parameter ID-FORMAT to
23240         `file-attributes'.  Calls of `file-attributes' won't use this
23241         parameter for backward compatibility reasons.
23242         (tramp-perl-file-attributes): Add a new parameter to Perl script
23243         in order to handle uid/gid as strings, if desired.
23244         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
23245         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
23246         order to make the function more general.
23247         (tramp-handle-file-attributes): Replace proprietary optional
23248         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
23249         (tramp-handle-file-attributes-with-perl): Handle parameter
23250         NONNUMERIC if set.  This wasn't done in the past.
23251         (tramp-post-connection): Apply second parameter "$2" if
23252         `tramp-remote-perl' is called.
23254         * net/tramp-smb.el (tramp-smb-handle-delete-file):
23255         Correct cut'n'waste error (`filename' instead of `directory').
23256         (tramp-smb-handle-directory-files-and-attributes)
23257         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
23258         introduced parameter ID-FORMAT.
23259         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
23260         error (`directory' instead of `ldir').
23262         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
23263         `file-attributes' has a second parameter.  If yes, apply it with
23264         value "'integer".  Otherwise, don't use that parameter (default is
23265         integer format).
23267 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
23269         * help.el (help-map): Bind `display-local-help' to `C-h .'.
23270         (help-for-help): Add `C-h .' to the listed Help options.
23271         Remove trailing whitespace.
23273         * help-at-pt.el: New file.
23275 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
23277         * subr.el (noreturn, 1value): New macros for test coverage.
23278         See `testcover.el'.
23280         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
23281         `1value'.
23283         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
23284         for macro `1value'.
23285         (testcover-1value): New function.  Checks that a 1value form
23286         actually returns only one value.  Requested by RMS.
23288 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
23290         * gdb-ui.el (gud-watch, gdb-var-create-handler)
23291         (gdb-var-list-children, gdb-var-list-children-handler)
23292         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
23293         gdb commands that use mi to keep them out of the command history.
23295 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23297         * cus-start.el (all): Add use-file-dialog.
23299 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23301         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
23303 2003-11-27  Kim F. Storm  <storm@cua.dk>
23305         * subr.el (posn-object-x-y): New defun.
23307 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23309         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
23310         Don't use `space' for \\\n.
23311         Be more selective as to which # are comment-starters.
23313 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
23315         * subr.el (number-sequence): Improve handling of floating point
23316         arguments (suggested by Kim Storm).  Allow negative arguments.
23318 2003-11-26  Kenichi Handa  <handa@m17n.org>
23320         * international/mule-cmds.el (standard-display-european-internal):
23321         Cancel the standard-display-table setting for ` and '.
23323 2003-11-26  Kim F. Storm  <storm@cua.dk>
23325         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
23326         New defcustoms to add ffap-like functionality to ido.
23327         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
23328         (ido-no-final-slash): New defun.
23329         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
23330         (ido-read-file-name): ): Toggle VC checking via
23331         vc-handled-backends instead of vc-master-templates.
23332         (ido-file-internal): Handle ido-use-url-at-point and
23333         ido-use-filename-at-point via code borrowed from ffap-guesser.
23334         Handle new ido-exit code ffap.
23335         (ido-sort-list): Ignore final slash when sorting file names.
23337 2003-11-25  Kim F. Storm  <storm@cua.dk>
23339         * emulation/cua-base.el (cua--standard-movement-commands):
23340         Add forward-sentence and backward-sentence.
23342 2003-11-25  Stephen Eglen  <stephen@gnu.org>
23344         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
23345         iswitchb-exit is set to 'usefirst when user selects buffer at head
23346         of list using RET.  (Selecting buffers at the head of the list was
23347         broken if the substring was also a complete buffername.)
23349 2003-11-23  Kim F. Storm  <storm@cua.dk>
23351         * progmodes/compile.el (grep-command, grep-use-null-device)
23352         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
23353         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
23354         (grep-regexp-alist, grep-program, find-program)
23355         (grep-find-use-xargs, grep-history, grep-find-history)
23356         (grep-process-setup, grep-compute-defaults)
23357         (grep-default-command, grep, grep-tag-default, grep-find)
23358         (grep-expand-command-macros, grep-tree-last-regexp)
23359         (grep-tree-last-files, grep-tree): Move grep variables, functions
23360         and commands to new file grep.el.
23361         (compilation-mode-map): Remove grep commands from Compile sub-menu.
23362         (compilation-process-setup-function): Doc fix.
23363         (compilation-highlight-regexp, compilation-highlight-overlay): New
23364         defvars used for highlighting current compile error in source buffer.
23365         (compile-internal): New optional args HIGHLIGHT-REGEXP and
23366         LOCAL-MAP which overrides compilation-highlight-regexp and
23367         compilation-mode-map for this compilation.
23368         Delay calling compilation-set-window-height until after running
23369         compilation-process-setup-function so it can buffer-local override
23370         compilation-window-height.
23371         Check buffer-local value of compilation-scroll-output.
23372         (compilation-set-window-height): Use buffer-local value of
23373         compilation-window-height.
23374         (compilation-revert-buffer): Don't pass (undefined)
23375         preserve-modes arg to revert-buffer.
23376         (next-error-no-select, previous-error-no-select): New commands.
23377         (compilation-goto-locus): Temporarily highlight current match in
23378         source buffer using compilation-highlight-regexp.
23380         * progmodes/grep.el: New file with grep code from compile.el.
23381         (grep): New defcustom group.
23382         (grep-window-height): New defcustom, like compilation-window-height.
23383         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
23384         (grep-scroll-output): New defcustom, like compilation-scroll-output.
23385         (grep-command, grep-use-null-device, grep-find-command)
23386         (grep-tree-files-aliases, grep-tree-ignore-case)
23387         (grep-tree-ignore-CVS-directories): Move to grep custom group.
23388         (grep-setup-hook): New hook variable.
23389         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
23390         (grep-last-buffer): New defvar, override compilation-last-buffer.
23391         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
23392         Call compile-internal with args highlight-regexp and grep-mode-map.
23394 2003-11-23  Kim F. Storm  <storm@cua.dk>
23396         * subr.el (event-start, event-end): Doc fix.
23397         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
23398         (posn-area, posn-actual-col-row, posn-object): New defuns.
23399         (posn-col-row): Simplify doc.  Rewrite to use cond.
23400         (posn-point): Also return buffer position for events outside text
23401         area (that info is now present in the event position).
23403         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
23404         mouse-set-point so that hscroll still works now that clicks on
23405         fringes generate specific mouse events.
23406         (mouse-set-point): Note that it now works in fringes and margins
23407         too due to new semantics of posn-point in fringes and margins.
23409         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
23410         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
23412 2003-11-20  Kim F. Storm  <storm@cua.dk>
23414         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
23415         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
23416         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
23417         to 100 for icons to avoid increasing line height when shown.
23419 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23421         * newcomment.el (comment-normalize-vars): Initialize properly if
23422         comment-start was nil.
23424 2003-11-19  Andreas Schwab  <schwab@suse.de>
23426         * simple.el (set-variable): Fix indentation.
23428 2003-11-17  Kenichi Handa  <handa@m17n.org>
23430         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
23431         Fix docstring.
23433 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23435         * international/latin1-disp.el (latin1-display): Fix docstring.
23437 2003-11-16  John Wiegley  <johnw@newartisans.com>
23439         * eshell/em-ls.el (eshell-ls-file): There are times with
23440         size-width is nil and uncomputed (when directories are created in
23441         dired, for example); in this case, 4 is reasonable default value,
23442         although it may caused skewed new entries (which could be avoided
23443         by returning the original value of 8 in all cases, but 99% of the
23444         time this is a waste of whitespace).
23446 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23448         * cc-engine.el (c-guess-continued-construct)
23449         (c-guess-basic-syntax): Check a little more carefully if it's a
23450         function declaration when an unknown construct followed by a block
23451         is found inside a statement context.  This avoids macros followed
23452         by blocks to be taken as function declarations.
23454         (c-guess-continued-construct): Change the analysis of a statement
23455         continuation with a brace open to `substatement-block', for
23456         consistency with recognized statements.
23458         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
23459         start is in a position so that `c-beginning-of-statement-1' jumped
23460         to the beginning of the same statement.
23462         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
23463         Don't accept binary operators in the arglist if we're in a function
23464         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
23465         template recognition in cases like "if (a < b || c > d)".
23467         (c-restricted-<>-arglists): New more appropriate name for
23468         `c-disallow-comma-in-<>-arglists'.
23470         Accessing functions updated for the variable name change.
23472         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
23473         match data could get clobbered if NOT-INSIDE-TOKEN is used.
23475         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
23476         labels.
23478         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
23479         instead of duplicating parts of it.  This fixes bogus label
23480         recognition.
23482         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
23483         of checking the context in which to apply the minimum indentation,
23484         so that it isn't enforced in e.g. namespace blocks.
23486         * cc-vars.el (c-inside-block-syms): New constant used by
23487         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
23488         to somewhat reduce the risk of becoming stale.
23490         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
23491         cc-cmds to cc-engine to allow use from cc-align.
23493         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
23494         qualified identifiers containing "::".
23496         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
23497         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
23499         * cc-vars.el (c-emacs-features): Use a space in front of the name
23500         of the temporary buffer.  That also avoids dumping problems in
23501         XEmacs due to undo info being left around after the buffer is killed.
23503         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
23504         arglist to see if it's a K&R style declaration.
23506         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
23507         before returning `knr-argdecl-intro'.
23509 2003-11-16  John Wiegley  <johnw@newartisans.com>
23511         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
23512         field in a long-listing always 8 characters, use `size-width',
23513         which has already been computed.
23515 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
23517         * subr.el (minor-mode-list): Add `hs-minor-mode'.
23519 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
23521         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
23522         Support operation while narrowed, with `diff-restrict-view'.
23524 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
23526         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23527         Take additional optional arg NARROWFUN.  For the generated functions:
23528         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
23529         include frags that arrange to check for and save narrowing state before
23530         the move and then conditionally call NARROWFUN after the move.
23532 2003-11-14  John Wiegley  <johnw@newartisans.com>
23534         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
23535         that was optional, but obviously missing based on surrounding code.
23537         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
23538         string arguments to numbers unless the whole argument was seen as
23539         a number.
23541 2003-11-14  Kenichi Handa  <handa@m17n.org>
23543         * international/mule.el (ctext-non-standard-encodings-alist):
23544         Fix coding systems.
23546 2003-11-10  Kenichi Handa  <handa@m17n.org>
23548         * language/kannada.el ("Kannada"): Add sample-text.
23550         * language/knd-util.el (kannada-compose-region)
23551         (kannada-compose-string, kannada-post-read-conversion):
23552         Add autoload cookie.
23554         * international/quail.el (quail-completion): Change the message
23555         "corresponding translations" to "corresponding characters".
23557 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
23559         * descr-text.el (describe-char): Fix typo.
23561 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
23563         These changes are to support Kannada language/script.
23565         * Makefile.in (DONTCOMPILE): Add kannada.el.
23567         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
23569         * loadup.el: Preload kannada.el.
23571         * language/ind-util.el (ucs-kannada-to-is13194-alist)
23572         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
23573         New variables.
23575         * language/kannada.el: New file.
23577         * language/knd-util.el: New file.
23579 2003-11-07  Andreas Schwab  <schwab@suse.de>
23581         * progmodes/autoconf.el (autoconf-font-lock-keywords):
23582         Also highlight AH_*.
23584         * xml.el (xml-parse-dtd): Fix misplaced paren.
23586 2003-11-07  Kenichi Handa  <handa@m17n.org>
23588         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
23590 2003-11-05  Juri Linkov  <juri@jurta.org>
23592         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
23593         (desktop-buffer-file): Use saved buffer-file-coding-system
23594         for file reading.  Set auto-insert to nil to prevent automatic
23595         insertion into restored empty files.
23597 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
23599         * files.el (risky-local-variable-p): Make second argument optional.
23601 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23603         * subr.el (add-hook): Fix last change.
23605 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
23607         * mail/rmail.el (rmail-convert-to-babyl-format):
23608         If base64-decode-region signals an error, catch it and silently
23609         ignore it.
23611 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
23613         * xml.el (xml-parse-region): Allow comments to appear after the
23614         topmost element has closed.
23615         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
23616         (xml-ns-expand-attr): New functions to do namespace handling.
23617         (xml-intern-attrlist): Back-compatible handling of attribute names.
23618         (xml-parse-tag): Move namespace handling to separate functions.
23619         Now produces elements in the form ((:ns . "element") (attr-list)
23620         children) instead of ('ns:element (attr-list) children).
23621         (xml-parse-attlist): Fix attribute parsing.
23622         (xml-parse-dtd): Change parsing so that it produces strings
23623         instead of interned symbols.
23625 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
23627         * dired.el (dired-ls-sorting-switches): Doc fix.
23629 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
23631         * emacs-lisp/rx.el (rx-or): Fix the case of
23632         "(rx (and ?a (or ?b ?c) ?d))".
23634 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
23636         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
23637         (texinfo-format-region): Use it.
23638         (texinfo-format-buffer-1): Ditto.
23640 2003-11-01  Alan Mackenzie  <acm@muc.de>
23642         Changes to allow scrolling whilst in isearch mode:
23643         * isearch.el (isearch-unread-key-sequence): New function,
23644         extracted from isearch-other-meta-char.
23645         (top level): (put 'foo 'isearch-scroll) on all Emacs's
23646         "scrollable" standard functions.
23647         (isearch-allow-scroll): New customizable variable.
23648         (isearch-string-out-of-window, isearch-back-into-window)
23649         (isearch-reread-key-sequence-naturally)
23650         (isearch-lookup-scroll-key): New functions.
23651         (isearch-other-meta-char): Doc string and functionality enhanced.
23652         Now accepts a prefix argument.
23653         (isearch-lazy-highlight-window-end): New variable.
23654         (isearch-lazy-highlight-new-loop): Pay attention to the window's
23655         end (thru isearch-lazy-highlight-window-end), not only its start.
23657         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
23658         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
23659         (universal-argument, universal-argument-more, negative-argument)
23660         (digit-argument, universal-argument-other-key): Minor changes.
23662 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
23664         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
23665         recursively if the last message is deleted, thus avoiding an
23666         infinite loop.
23668 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23670         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
23671         (tex-main-file): Don't add .tex if the extension is already present.
23672         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
23674 2003-10-29  Lute Kamstra  <lute@gnu.org>
23676         * progmodes/octave-inf.el (inferior-octave-prompt):
23677         Recognize version number in prompt.
23679 2003-10-28  Dave Love  <fx@gnu.org>
23681         * international/characters.el: Fix some Unicode ranges.
23683 2003-10-28  Kenichi Handa  <handa@m17n.org>
23685         * disp-table.el (standard-display-8bit)
23686         (standard-display-default, standard-display-ascii)
23687         (standard-display-g1, standard-display-graphic)
23688         (standard-display-underline): Assure that standard-display-table
23689         is a display table.
23691 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23693         * simple.el (reindent-then-newline-and-indent): Delete space *after*
23694         reindenting the first line.
23696 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
23698         * wid-edit.el (widget-default-delete): Always delete child widgets.
23700 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23702         * newcomment.el (comment-indent): Don't call indent-according-to-mode
23703         if the line has code.
23704         Don't try to line up with something that's too far left.
23706         * progmodes/octave-mod.el (octave-comment-start): Simplify.
23707         (octave-mode-syntax-table): Add % as a comment starter.
23708         (octave-point): Remove.
23709         (octave-in-comment-p, octave-in-string-p)
23710         (octave-not-in-string-or-comment-p, calculate-octave-indent)
23711         (octave-blink-matching-block-open, octave-auto-fill):
23712         Use line-(beginning|end)-position instead.
23714 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
23716         * emacs-lisp/authors.el (authors-aliases): Add correct realname
23717         for Francesco Potort\e,Al\e(B.
23719 2003-10-23  Dave Love  <fx@gnu.org>
23721         * international/mule-cmds.el (locale-charset-to-coding-system):
23722         Don't rely on nil being a coding system.
23724         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
23725         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
23726         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
23728 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
23730         * gdb-ui.el (gdb-current-language): New variable.
23731         (gdb-update-flag): Remove variable.
23732         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
23733         (gdb-take-last-elt): Remove function.
23734         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
23735         (gdb-post-prompt): Check for variable object changes here.
23737         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
23738         object changes in gdb-ui.el.
23740 2003-10-21  Richard M. Stallman  <rms@gnu.org>
23742         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
23744         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
23745         Don't check for foo*/ wildcard form here.
23746         (insert-directory): Recognize foo*/ as a wildcard.
23747         Separate wildcard-regexp variable from the arg, wildcard.
23749         * subr.el (add-hook): Correctly detect when make-local-hook was used.
23750         (remove-hook): Correctly handle strange cases about local hooks.
23752 2003-10-21  David Ponce  <david@dponce.com>
23754         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
23755         argument REAL, to return a real number instead of a rounded
23756         integer value.  Define as inline function.
23757         (ruler-mode-right-fringe-cols): Likewise.
23758         (ruler-mode-scroll-bar-cols): New function.
23759         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
23760         (ruler-mode-right-scroll-bar-cols): Likewise.
23761         (ruler-mode-space): New function.
23762         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
23763         scroll bar mode and margins in a more robust way.
23765 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
23767         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
23768         (antlr-c-init-language-vars): New function.
23769         (antlr-mode): Use it with cc-mode before v5.29.
23770         (antlr-c-common-init): Don't set some local vars here.
23771         (antlr-mode): Set them here.
23772         (antlr-c-forward-sws): New function alias.
23773         (antlr-mode): Redefine with cc-mode before v5.30.
23774         (antlr-skip-sexps): Use it.
23775         (antlr-skip-exception-part): Ditto.
23776         (antlr-skip-file-prelude): Ditto.
23777         (antlr-outside-rule-p): Ditto.
23778         (antlr-end-of-body): Ditto.
23779         (antlr-option-kind): Ditto.
23780         (antlr-insert-option-area): Ditto.
23781         (antlr-file-dependencies): Ditto.
23783 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23785         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
23786         Move backward only if point was not inside an entry.
23788 2003-10-21  Richard M. Stallman  <rms@gnu.org>
23790         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
23792 2003-10-21  Juri Linkov  <juri@jurta.org>
23794         * compare-w.el: Automatically skip non-matching text to resync.
23795         (compare-windows-whitespace): Doc fix.
23796         (compare-windows-sync, compare-windows-sync-string-size)
23797         (compare-windows-recenter, compare-ignore-whitespace)
23798         (compare-windows-highlight, compare-windows-face): New variables.
23799         (compare-windows): Use compare-windows-sync.
23800         (compare-windows-highlight, compare-windows-dehighlight)
23801         (compare-windows-sync-regexp)
23802         (compare-windows-sync-default-function): New functions.
23804 2003-10-21  Juri Linkov  <juri@jurta.org>
23806         * diff.el (diff-parse-differences): Don't visit the files now;
23807         instead, just record the error locus.
23809 2003-10-21  Dave Love  <fx@gnu.org>
23811         * progmodes/cfengine.el: New file.
23813 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23815         * complete.el (PC-do-completion): Do not forget to use `pred' as the
23816         default-directory when completing file names.
23818 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
23820         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
23821         followed by the word `face', it gets treated as a face, even if
23822         it is also defined as a variable or a function.
23824 2003-10-20  Dave Love  <fx@gnu.org>
23826         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23827         Avoid incf in macro expansion.
23829 2003-10-20  John Paul Wallington  <jpw@gnu.org>
23831         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
23832         `evenp' so we don't implicitly require cl library at runtime.
23834 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
23836         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
23837         (help-make-xrefs): Only make cross-references for faces if
23838         preceded or followed by the word `face'.  Do not make a
23839         cross-reference for variables without variable documentation,
23840         unless preceded by the word `variable' or `option'.  Update doc
23841         string accordingly.
23843 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
23845         * progmodes/hideshow.el: Rewrite one-armed `if'
23846         constructs using either `when' or `unless'.
23847         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
23849 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
23851         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
23852         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
23853         instead of 12x12.
23855 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
23857         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
23858         message while converting to Babyl.
23860 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
23862         * allout.el (allout-mode): Doc fix.
23864 2003-10-16  Lute Kamstra  <lute@gnu.org>
23866         * subr.el (force-mode-line-update): Fix docstring.
23868 2003-10-14  Dave Love  <fx@gnu.org>
23870         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
23871         (default-input-method): Add :link, improve :type.
23872         (locale-charset-language-names): Fix utf-8 pattern.
23873         (locale-charset-match-p, locale-charset-alist)
23874         (locale-charset-to-coding-system): New.
23875         (set-locale-environment): Deal with codeset part of locale specs.
23877 2003-10-14  Lute Kamstra  <lute@gnu.org>
23879         * fringe.el (fringe-mode): Use active voice in docstring.
23880         (set-fringe-style): Ditto.
23882 2003-10-13  Lute Kamstra  <lute@gnu.org>
23884         * fringe.el (fringe-mode): Fix docstring.
23885         (set-fringe-style): Ditto.
23887 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
23889         * ediff-mult.el (ediff-filegroup-action):
23890         Use ediff-default-filtering-regexp.
23892         * ediff-util.el (ediff-recenter): Don't call
23893         ediff-restore-highlighting twice.
23894         (ediff-select-difference): Set current difference.
23895         (ediff-unselect-and-select-difference): Add comment.
23897         * ediff.el (ediff-directories,ediff-directory-revisions)
23898         (ediff-directories3,ediff-merge-directories)
23899         (ediff-merge-directories-with-ancestor)
23900         (ediff-merge-directory-revisions)
23901         (ediff-merge-directory-revisions-with-ancestor):
23902         Use ediff-default-filtering-regexp.
23904 2003-10-12  Andreas Schwab  <schwab@suse.de>
23906         * international/mule-cmds.el (locale-charset-language-names):
23907         Simplify regex by removing unused grouping.
23909 2003-10-10  Dave Love  <fx@gnu.org>
23911         * bindings.el: Don't bind stop.
23913 2003-10-08  Miles Bader  <miles@gnu.org>
23915         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
23916         face instead of attempting to emulate it.
23918 2003-10-07  Kenichi Handa  <handa@m17n.org>
23920         * international/mule-diag.el (list-coding-systems-1): List coding
23921         systems that are loaded automatically.
23923         * international/code-pages.el (iso-8859-11): Add autoload cookie.
23925         * international/mule.el (autoload-coding-system): New function.
23927 2003-10-07  Andreas Schwab  <schwab@suse.de>
23929         * log-edit.el (log-edit-changelog-entries): Prefer local value of
23930         change-log-default-name in the buffer visiting the file.
23932 2003-10-06  Dave Love  <fx@gnu.org>
23934         * files.el (find-file-hook): Customize.
23935         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
23937         * bindings.el (completion-ignored-extensions): Remove .log.
23938         (global-map): Add again, open, stop keys.
23940 2003-10-05  Richard M. Stallman  <rms@gnu.org>
23942         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
23943         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
23944         Use sh-modify directly.
23945         (sh-select): Use sh-append, not eval.
23947         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
23949         * info.el (Info-following-node-name): New function.
23951         * loadhist.el (unload-feature-special-hooks):
23952         Rename from loadhist-hook-functions.
23953         (loadhist-hook-functions): Now an alias.
23955 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
23957         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
23958         file-name clashes on 8+3 filesystems.
23960         * Makefile.in (DONTCOMPILE, bootstrap-clean):
23961         Rename loaddefs-boot.el to ldefs-boot.el
23963         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
23964         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
23966 2003-10-03  Lute Kamstra  <lute@gnu.org>
23968         * info.el (Info-mode): Revert previous change.
23969         (Info-escape-percent): New function.
23970         (Info-fontify-node): Use it.
23972 2003-10-02  Andreas Schwab  <schwab@suse.de>
23974         * loaddefs-boot.el: Regenerated.
23976 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
23978         * ffap.el: Remove defadvice related code from CVS since `complete'
23979         provides a `PC-completion-as-file-name-predicate' variable that
23980         ffap can override.
23982 2003-10-02  Kenichi Handa  <handa@m17n.org>
23984         * international/utf-8.el (ccl-decode-mule-utf-8):
23985         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
23987         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
23988         * international/subst-big5.el: Likewise.
23989         * international/subst-gb2312.el: Likewise.
23990         * international/subst-ksc.el: Likewise.
23992 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
23994         * calendar/calendar.el (increment-calendar-month)
23995         (calendar-leap-year-p, calendar-absolute-from-gregorian)
23996         (generate-calendar, calendar-read-date, calendar-interval)
23997         (calendar-day-of-week): Handle years BC.
23998         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
24000 2003-10-01  Dave Love  <fx@gnu.org>
24002         * language/cyrillic.el (cp1251): Alias for windows-1251.
24004         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
24005         bootstrap.
24007 2003-10-01  Lute Kamstra  <lute@gnu.org>
24009         * files.el: Fix typo.
24010         * imenu.el (imenu--generic-function): Docstring fix.
24012 2003-09-30  Richard M. Stallman  <rms@gnu.org>
24014         * dired.el (dired-mode): Handle dired-directory as a list.
24016 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
24018         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
24020         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
24022         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
24023         Replace gud-display with gud-watch.
24024         (gud-speedbar-buttons): Add stuff for watching expressions
24025         in the speedbar when using M-x gdba.  Use dolist on old part
24026         of this function.
24028         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
24029         (gdb-update-flag): New variables.
24030         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
24031         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
24032         (gud-watch, gdb-var-create-handler) : New functions.
24033         (gdb-var-list-children, gdb-var-list-children-handler)
24034         (gdb-var-create-regexp, gdb-var-update-regexp)
24035         (gdb-var-list-children-regexp): New constants.
24036         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
24037         (gdb-annotation-rules): Reduce annotation set (level 3).
24038         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
24039         (gdb-post-prompt): Don't update GDB buffers every time speedbar
24040         updates.
24041         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
24042         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
24043         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
24044         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
24045         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
24046         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
24047         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
24048         (gud-display, gud-display1)
24049         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
24050         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
24051         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
24052         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
24053         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
24054         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
24055         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
24056         (gdb-display-display-buffer, gdb-toggle-display)
24057         (gdb-delete-display, gdb-expressions-popup-menu)
24058         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
24059         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
24060         to display buffer.
24062 2003-09-30  Richard M. Stallman  <rms@gnu.org>
24064         * progmodes/ada-mode.el (ada-mode): Don't use advice.
24065         Instead, set which-func-functions.
24067         * progmodes/which-func.el (which-func-modes): Add ada-mode.
24068         (which-func-functions): New variable.
24069         (which-function): Use that.
24071         * info.el (Info-mode): Double each `%' in header line.
24073         * emacs-lisp/lisp-mnt.el (lm-with-file):
24074         When FILE is nil, run BODY in current buffer.
24076         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
24078         * help.el (describe-mode): Start with a brief list of minor modes.
24079         Find them thru minor-mode-list so as to find them all.
24080         Show them in alphabetical order.
24082         * mail/sendmail.el (mail-aliases): Doc fix.
24084         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
24086 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
24088         * mail/rmailsum.el (rmail-make-summary-line-1):
24089         Change comma after last label to a space.
24090         (rmail-summary-font-lock-keywords): Adapt to that change.
24092 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
24094         * progmodes/scheme.el (scheme-mode-variables): When setting
24095         `font-lock-defaults', also specify that "#" should
24096         be interpreted with `word' syntax.
24097         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
24099 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
24101         * desktop.el: A lot of comments updated.
24102         (desktop-save-mode): Minor mode introduced.
24103         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
24104         (desktop-load-default): Function made obsolete.
24105         (desktop-locals-to-save): Variable made customizable.
24106         (desktop-read): Optional parameter `dirname' added.
24107         (desktop-change-dir, desktop-revert): Parameter `dirname' in
24108         `desktop-read' used.
24109         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
24111 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
24113         * whitespace.el (whitespace-clean-msg): Add user customizable message
24114         for displaying ``clean'' output.
24115         (whitespace-buffer): Use `whitespace-clean-msg'.
24116         (whitespace-global-mode): Fix typo.
24118 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
24120         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
24122 2003-09-29  Lute Kamstra  <lute@gnu.org>
24124         * bindings.el (mode-line-modes): Remove superfluous :propertize
24125         construct in initialization.
24126         (mode-line-position): Change cons cell into proper list in
24127         initialization.
24129 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
24131         * international/mule.el (decode-coding-inserted-region): Use car
24132         of the return value of find-operation-coding-system.
24134 2003-09-29  Kenichi Handa  <handa@m17n.org>
24136         * descr-text.el (describe-char): Fix previous change.
24138 2003-09-28  Kenichi Handa  <handa@m17n.org>
24140         * descr-text.el (describe-char-display): New function.
24141         (describe-char): Pay attention to display table on describing how
24142         a character is displayed.
24144         * international/mule-cmds.el (encoded-string-description):
24145         Prepend "0x" to each encoded byte.
24147 2003-09-28  Andreas Schwab  <schwab@suse.de>
24149         * find-file.el (ff-special-constructs): Add autoload cookie.
24151 2003-09-28  Kevin Ryde  <user42@zip.com.au>
24153         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
24154         makeinfo appends to duplicate index entries.
24156 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
24158         * dired-x.el (dired-clean-tex): Doc fix.
24160         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
24161         using a Chinese tutorial.
24163 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
24165         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
24166         between "MAIL FROM:" and "RCPT TO:" and the following address.
24168 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
24170         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
24172 2003-09-28  David Ponce  <david@dponce.com>
24174         * recentf.el (recentf-initialize-file-name-history): New defcustom.
24175         (recentf-load-list): When `recentf-initialize-file-name-history'
24176         is non-nil, initialize an empty `file-name-history' with the
24177         recent list.
24179 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
24181         * man.el (Man-default-man-entry): Remove the leading `*' from the
24182         word at point.
24184 2003-09-26  Lute Kamstra  <lute@gnu.org>
24186         * bindings.el (mode-line-position): Mention size indication in
24187         docstring.
24189 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
24191         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
24193         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
24194         because it's autoloaded now.
24196 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
24198         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
24199         (sh-font-lock-keywords, sh-feature): Fix previous change of
24200         sh-feature to avoid infloop with sh-font-lock-keywords.
24202 2003-09-25  Kim F. Storm  <storm@cua.dk>
24204         * frame.el (frame-current-scroll-bars): New defun.
24206         * window.el (window-current-scroll-bars): New defun.
24208 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
24210         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
24211         cause errors when the state cache contains info on parts that have
24212         been narrowed out.
24214 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
24216         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
24217         `c-setup-paragraph-variables' has to be used when this variable is
24218         changed; it doesn't work to reinitialize the mode since that
24219         typically clobbers the variable.
24221         * progmodes/cc-styles.el (c-setup-paragraph-variables):
24222         Make it interactive.
24224 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
24226         * progmodes/cc-fonts.el (c-font-lock-declarations):
24227         Fix recognition of constructors and destructors for classes whose
24228         names are matched by `*-font-lock-extra-types'.
24230         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
24231         followed by an identifier in C++ then it's a type.
24233 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
24235         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
24236         problem that primarily affected XEmacs.  Don't use faces to find
24237         unterminated strings since Emacs and XEmacs fontify strings
24238         differently - this function should now work better in XEmacs.
24240 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
24242         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
24243         `expand-abbrev' workaround which caused braces to misbehave inside
24244         macros.
24246         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
24247         handling.  This bug could cause interactive font locking to bail out.
24249 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
24251         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
24252         Handle paren-style types in Pike.  Also fixed some cases of
24253         insufficient handling of unbalanced parens.
24255 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
24257         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
24258         common shell prompts that are not common filename or URL characters.
24259         (ffap-file-at-point): Use the new regexp to strip the prompts from
24260         the file names.  This is an issue mostly for user prompts that
24261         don't have a trailing space and find-file-at-point is invoked from
24262         within a shell inside Emacs.
24264 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
24266         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
24267         stamps numerically, rather than textually.
24269 2003-09-24  Kenichi Handa  <handa@m17n.org>
24271         * language/devan-util.el (devanagari-post-read-conversion):
24272         * language/mlm-util.el (malayalam-post-read-conversion):
24273         * language/tml-util.el (tamil-post-read-conversion):
24274         Add autoload cookie.
24276         * international/utf-8.el (utf-8-post-read-conversion):
24277         Call post-read-conversion functions for Devanagari, Malayalam,
24278         and Tamil.
24280 2003-09-23  Dave Love  <fx@gnu.org>
24282         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
24284 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
24286         * progmodes/gud.el (perldb): Add gud-until to list of commands.
24287         Update gud-remove.
24289 2003-09-22  Richard M. Stallman  <rms@gnu.org>
24291         * progmodes/sh-script.el (sh-mode-default-syntax-table):
24292         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
24293         (sh-mode-syntax-table-input): New variable.
24294         (sh-require-final-newline): Don't use eval.
24295         (sh-builtins, sh-leading-keywords, sh-other-keywords)
24296         (sh-variables, sh-font-lock-keywords): Don't use eval.
24297         (sh-set-shell): When setting require-final-newline,
24298         treat value = `require-final-newline' as don't change it.
24299         Set sh-mode-syntax-table locally based on
24300         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
24302         * progmodes/compile.el (compile-internal):
24303         Call compilation-set-window-height before setting window start.
24305 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
24307         * emacs-lisp/bytecomp.el (byte-compile-log-file):
24308         Clear out byte-compile-last-warned-form.
24310 2003-09-22  Richard M. Stallman  <rms@gnu.org>
24312         * woman.el (woman-file-name, woman-follow-word):
24313         If current-word returns nil, use "".
24315         * simple.el (eval-expression): Bind standard-output in to-buffer case.
24317 2003-09-22  Richard M. Stallman  <rms@gnu.org>
24319         * emacs-lisp/lisp-mnt.el (lm-with-file):
24320         Don't visit the file, just use insert-file-contents in temp buffer.
24322 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
24324         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
24325         Add surrounding \\( and \\) around the header, as in
24326         for lm-history-header 'Change Log\\|History'.
24328 2003-09-22  John Paul Wallington  <jpw@gnu.org>
24330         * progmodes/ld-script.el: Add Commentary section,
24331         minor cleanup of file header.
24332         (ld-script-font-lock-keywords): Doc fix.
24333         (toplevel): Provide `ld-script' feature.
24335 2003-09-21  Kim F. Storm  <storm@cua.dk>
24337         * scroll-bar.el (set-scroll-bar-mode): Initialize to
24338         new built-in variable default-frame-scroll-bars.
24339         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
24340         scroll-bar-mode; notably, use it instead of t when we toggle
24341         scroll-bars on.
24342         (toggle-scroll-bar): Use default-frame-scroll-bars.
24344 2003-09-19  Masatake YAMATO  <jet@gyve.org>
24346         * pcvs.el (cvs-do-removal): Change the prompt depending on
24347         `filter' value.
24349 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
24351         * startup.el (command-line-1): Stop startup-echo-area-message
24352         being hidden by "Loading image..." message.
24353         (use-fancy-splash-screens-p, display-splash-screen):
24354         Move display-graphic-p test from latter to former.
24356         * progmodes/sh-script.el (sh-font-lock-keywords):
24357         Highlight escaped EOLs differently from other backslash constructs.
24359 2003-09-19  Richard M. Stallman  <rms@gnu.org>
24361         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
24362         New functions.
24363         (edebug-enter, edebug-outside-excursion): Use them.
24365         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
24366         Fix the condition for whether to print "In WHERE".
24368 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
24370         * finder.el (finder-mode-hook): New variable.
24371         (finder-mode): Run hook finder-mode-hook
24373 2003-09-18  Masatake YAMATO  <jet@gyve.org>
24375         * progmodes/ebrowse.el: Fix broken magic autoload comments.
24377 2003-09-17  Mario Lang  <mlang@delysid.org>
24379         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
24380         "p %e" to actually print the value in the GUD buffer.
24382 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
24384         From David Ponce <david.ponce@wanadoo.fr>:
24385         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
24386         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
24387         from loaddefs-boot.el if necessary.
24389 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
24391         * progmodes/gud.el (gud-find-class): Make jdb work again since
24392         cc-mode changed the syntactic information.
24394 2003-09-15  David Ponce  <david@dponce.com>
24396         * recentf.el: (recentf-exclude): Accept predicates too.
24397         (recentf-file-readable-p): New function.
24398         (recentf-include-p): Handle predicates in recentf-exclude.
24399         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
24400         (recentf-cleanup): Likewise.
24401         (recentf-save-list): Use write-file to handle backup of
24402         recentf-save-file.
24404 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
24406         * loaddefs-boot.el: Renamed from `loaddefs.el'
24407         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
24408         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
24409         necessary.
24411 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
24413         * electric.el (Electric-pop-up-window): For the `one-window' case,
24414         no longer disconcertingly move point in the original buffer.
24416 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24418         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
24420 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
24422         * dired.el (dired-mode-map): Fix typo.
24424 2003-09-11  Richard M. Stallman  <rms@gnu.org>
24426         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
24428 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
24430         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
24431         the function is less noisy.  Now only `kill-buffer' can ask questions.
24433 2003-09-10  Mario Lang  <mlang@delysid.org>
24435         * battery.el: Update Commentary and Copyright.
24436         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
24437         appear due to wrong ordering of the expressions in `or'.
24439 2003-09-09  Lute Kamstra  <lute@gnu.org>
24441         * misc.el (upcase-char): Fix docstring.
24442         (zap-up-to-char): New command.
24444 2003-09-08  David Ponce  <david@dponce.com>
24446         Ensure that recentf correctly updates the menu bar.
24447         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
24448         (recentf-menu-bar): New function.
24449         (recentf-clear-data): Use it
24450         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
24451         of easy-menu-change.
24453 2003-09-08  Lute Kamstra  <lute@gnu.org>
24455         * simple.el (size-indication-mode): New.
24456         * bindings.el (mode-line-position): Add buffer size indicator.
24458 2003-09-04  Mario Lang  <mlang@delysid.org>
24460         * battery.el (battery-linux-proc-acpi): New function.
24461         (battery-status-function): Modify default value calculation to also
24462         check for availability of ACPI.
24463         (battery-echo-area-format): Ditto.
24464         (battery-mode-line-format): Ditto.
24466 2003-09-06  Dave Love  <fx@gnu.org>
24468         * ielm.el (ielm-mode-hook): Add :options.
24470         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
24471         (eldoc-print-current-symbol-info): Use it.
24473 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
24475         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
24476         being displayed in GUD buffer.
24477         (gdb-idle-input-queue): Remove var.  Use just one queue.
24478         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
24479         Remove functions.  Use just one queue.
24480         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
24481         (gdb-invalidate-assembler, gdb-get-current-frame):
24482         Modify functions.  Use just one queue.
24484 2003-09-04  Dave Love  <fx@gnu.org>
24486         * cus-start.el: Add blink-cursor-alist.
24488         * ruler-mode.el (ruler-mode-fill-column-char)
24489         (ruler-mode-current-column-char): Use char-displayable-p,
24490         not window-system.
24492         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
24494         * language/european.el (windows-1252): Move from code-pages.
24496         * language/cyrillic.el ("Windows-1251"): Delete.
24497         ("Bulgarian", "Belarusian"): Remove `features'.
24498         (windows-1251): Move from code-pages.
24500         * international/mule-diag.el (non-iso-charset-alist):
24501         Remove `codepage' stuff.
24502         (print-designation, list-coding-systems-1): Output fixes.
24504         * international/code-pages.el (cp-make-translation-table)
24505         (cp-valid-codes): Made defsubsts.
24506         (cp-fix-safe-chars): Delete.
24507         (mule-diag): Don't require.
24508         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
24509         (top-level): Check for defined coding system when defining
24510         cp... aliases.  Change w32-add-charset-info test to avoid warning.
24511         (non-iso-charset-alist): Defvar when compiling.
24512         (cp-make-coding-system): Doc fix.
24514 2003-09-02  Jason Rumney  <jasonr@gnu.org>
24516         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
24517         line-ends from CVS before doing conversion.
24519 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
24521         * calendar/diary-lib.el (diary-header-line-flag)
24522         (diary-header-line-format): New variables.
24523         (list-diary-entries): Use them to set header line in simple diary.
24525         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
24526         other than font-lock-string-face to highlight backslashes.
24528 2003-09-01  Jason Rumney  <jasonr@gnu.org>
24530         * international/titdic-cnv.el (tit-read-key-value): Include \r in
24531         regexp.
24533 2003-09-01  Dave Love  <fx@gnu.org>
24535         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
24537         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
24538         and :help; also line and column numbers labels.
24540         * international/mule-util.el (char-displayable-p): Move from
24541         latin1-disp, rename and autoload.
24543         * international/latin1-disp.el (latin1-char-displayable-p):
24544         Now obsolete alias.  Replace uses with char-displayable-p.
24545         (latin1-display-ucs-per-lynx): Fix last change.
24547         * international/mule-cmds.el (standard-display-european-internal):
24548         Don't use char code for Latin-1 NBSP.
24549         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
24550         U+2018, U+2019 for `'.
24551         (select-safe-coding-system): Message fix.
24553 2003-09-01  Kenichi Handa  <handa@m17n.org>
24555         * international/fontset.el (setup-default-fontset): For Thai
24556         font, specify "*" family.
24558 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24560         * progmodes/compile.el (previous-error): Accept a prefix
24561         argument, similarly to next-error.
24563 2003-08-31  Masatake YAMATO  <jet@gyve.org>
24565         * pcvs.el (cvs-do-removal): Use = instead of eq to check
24566         the number of files.  Bind the number of files to a local
24567         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
24569 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
24571         * vc-hooks.el (vc-make-version-backup): Fix the change made on
24572         2003-07-26: msdos-long-file-names is a function, not a variable.
24574 2003-08-29  Richard M. Stallman  <rms@gnu.org>
24576         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
24577         Do nothing with mail-personal-alias-file if it is nil.
24579         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
24580         Do nothing if mail-personal-alias-file is nil.
24582         * term.el (term-exec-1): Bind coding-system-for-read.
24584         * dired.el (dired-mouse-find-file-other-window):
24585         Use dired-view-command-alist here, as in dired-view-file.
24586         (dired-view-command-alist): Use %s to substitute file name.
24587         Handle .ps_pages, .eps, .jpg, .gif, .png.
24589 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
24591         * info.el (Info-mode-map): Bind S-tab and <backtab> to
24592         `Info-prev-reference', instead of M-tab.
24594 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
24596         * simple.el (blink-matching-open): Work correctly on chars that
24597         are designated as parens through the syntax-table text property.
24599 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
24601         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
24602         line break position in the middle of a non-kinsoku (e.g. latin)
24603         word, making it skip until either a space or a character with
24604         category "|".
24605         (kinsoku-longer): Test for end of buffer.
24607 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
24609         * mail/rmail.el (rmail-convert-to-babyl-format):
24610         Detect quoted-printable- and base64-encoded messages and decode them
24611         automatically.  Set the message's encoding from the charset=
24612         header, if any.  Decode base64-encoded messages in Mail format as well.
24614 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
24616         * mail/smtpmail.el: Fix previous change.
24617         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
24618         calling smtpmail-via-smtp.
24619         (smtpmail-via-smtp): Add fall-back values for envelope-from.
24621 2003-08-26  John Paul Wallington  <jpw@gnu.org>
24623         * image.el (image-jpeg-p): Don't search beyond length of data.
24625 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
24627         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
24628         misfeature in `expand-abbrev' which caused electric keywords like
24629         "else" to disappear if an open brace was typed directly afterwards.
24631 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
24633         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
24634         mandatory in `define-widget'.
24636         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
24637         Don't align the operators "!=", "<=" and ">=" as assignment operators.
24639         (c-assignment-operators): New language constant that only contains
24640         the assignment operators.
24642         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
24644 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
24646         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
24647         Safeguard against unbalanced sexps.
24649 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
24651         * version.el (emacs-version): Check for gtk.  Include gtk version info.
24653 2003-08-25  John Paul Wallington  <jpw@gnu.org>
24655         * man.el (Man-default-man-entry): Don't whizz past the section
24656         number before looking for it.
24658 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
24660         * progmodes/gud.el (gud-display-line): Don't set window-point if
24661         source buffer is not visible.  (Only happens with M-x gdba.)
24663         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
24664         documentation.
24665         (gdb-source, gdb-source-info): Update to assembler unnecessary
24666         as its done after each GDB command anyway.
24667         (gdb-pre-prompt): Use with-current-buffer.
24668         (gdb-insert-field): Add help-echo text.
24669         (gdb-invalidate-assembler): Re-display of assembler now done in
24670         gdb-info-breakpoints-custom.
24671         (gdb-info-breakpoints-custom): Force re-display of assembler to
24672         happen *after* update of breakpoints buffer.
24673         (gdb-display-source-buffer): Don't choke if gdb-source-window
24674         isn't visible.
24675         (gdb-put-string, gdb-put-arrow): Remove free variables.
24677 2003-08-24  John Paul Wallington  <jpw@gnu.org>
24679         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
24681         * man.el (Man-default-man-entry): Strip text properties when
24682         snarfing parts of entry because `format' preserves properties.
24684 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
24686         * files.el (file-newest-backup): Use `expand-file-name'.
24688         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
24689         Allow the diary to pop up a new frame, if needed.
24691         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
24692         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
24693         (smtpmail-send-it): Make treatment of envelope-from consistent with
24694         sendmail.el.
24696         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
24697         (sh-leading-keywords): Add the bash `time' reserved word.
24698         (sh-variables): Add some bash variables.
24699         (sh-add-completer): Fix nil branch of case statement.
24701 2003-08-24  Masatake YAMATO  <jet@gyve.org>
24703         * progmodes/ld-script.el: New file.
24705 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
24707         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
24709 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
24711         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
24712         Better explain obsolescence, and what to use instead.
24714 2003-08-23  Masatake YAMATO  <jet@gyve.org>
24716         * pcvs.el (cvs-do-removal): Show the deleted file name
24717         on the prompt.
24719 2003-08-20  Dave Love  <fx@gnu.org>
24721         * international/mule.el (make-coding-system)
24722         (set-buffer-file-coding-system): Doc fix.
24724         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
24726         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
24728         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
24730         * international/utf-16.el: Add mime-text-unsuitable coding system
24731         properties.
24733         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
24735         * cus-edit.el: Add some :links.
24736         (bib): Remove.
24738         * textmodes/bib-mode.el (bib): Add :group external.
24740 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
24742         * wid-edit.el (widget-echo-help): Make it handle expressions that
24743         evaluate to strings.
24745 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
24747         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
24749         Simplify selection of SQL products to define highlighting and
24750         interactive mode.  Includes detailed instructions on adding
24751         support for new products.
24753         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
24754         product for use in highlighting and interactive mode.
24755         (sql-interactive-product): New variable.  SQL product for
24756         sql-interactive-mode.
24757         (sql-product-support): New variable.  Specifies product-specific
24758         parameters to drive highlighting and interactive mode.
24759         (sql-imenu-generic-expression): Add more object types.
24760         (sql-sqlite-options): Correct comment.
24761         (sql-ms-program): Use "osql" rather than "isql".
24762         (sql-prompt-regexp, sql-prompt-length): Update comment.
24763         (sql-mode-menu): Add "Start SQLi session" entry.
24764         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
24765         (sql-mode-abbrev-table): Add abbreviations.  Support of
24766         SYSTEM-FLAG on define-abbrev.  Support was removed with last
24767         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
24768         (sql-mode-font-lock-object-name): Add font-lock pattern for object
24769         names.
24770         (sql-mode-ansi-font-lock-keywords): Set as default value.
24771         (sql-mode-oracle-font-lock-keywords): Set as default value.
24772         Support Oracle 9i keywords.
24773         (sql-mode-postgres-font-lock-keywords): Set as default value.
24774         (sql-mode-linter-font-lock-keywords): Set as default value.
24775         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
24776         SQLServer 2000.
24777         (sql-mode-sybase-font-lock-keywords)
24778         (sql-mode-interbase-font-lock-keywords)
24779         (sql-mode-sqlite-font-lock-keywords)
24780         (sql-mode-strong-font-lock-keywords)
24781         (sql-mode-mysql-font-lock-keywords)
24782         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
24783         keywords.
24784         (sql-mode-font-lock-defaults): Update comment.
24785         (sql-product-feature): New function.  Returns feature associated
24786         with a product from `sql-product-support' alist.
24787         (sql-product-font-lock): New function.  Set font-lock support
24788         based on `sql-product'.
24789         (sql-add-product-keywords): New function.  Add font-lock rules to
24790         product-specific keyword variables.
24791         (sql-set-product): New function.  Set `sql-product' and apply
24792         appropriate font-lock highlighting.
24793         (sql-highlight-product): New function.  Set font-lock support
24794         based on a product.  Also set mode name to include product name.
24795         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
24796         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
24797         Use `sql-set-product'.
24798         (sql-highlight-ms-keywords)
24799         (sql-highlight-sybase-keywords)
24800         (sql-highlight-interbase-keywords)
24801         (sql-highlight-strong-keywords)
24802         (sql-highlight-mysql-keywords)
24803         (sql-highlight-sqlite-keywords)
24804         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
24805         (sql-get-login): Prompt in the same order as the tokens.
24806         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
24807         (sql-product-interactive): New function.  Common portions of
24808         product-specific interactive mode wrappers.
24809         (sql-interactive-mode): Rewritten to use product features.
24810         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
24811         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
24812         (sql-db2, sql-linter): Use `sql-product-interactive'.
24813         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
24814         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
24815         (sql-connect-ingres, sql-connect-postgres)
24816         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
24817         New functions.  Format command line parameters and invoke comint on
24818         the appropriate interpreter.  Code was in the corresponding
24819         `sql-xyz' function before.
24820         (sql-connect-ms): New function.  Support -E argument to use
24821         operating system credentials for authentication.
24823 2003-08-18  Kenichi Handa  <handa@m17n.org>
24825         * international/mule.el (encode-char): Fix for the ASCII case.
24827 2003-08-15  Kenichi Handa  <handa@m17n.org>
24829         * international/fontset.el (setup-default-fontset): Change "*" to
24830         nil in the specifications of font family.
24832 2003-08-18  Kim F. Storm  <storm@cua.dk>
24834         * kmacro.el (kmacro-keymap): Group related bindings in
24835         initialization for clarity.  Bind C-s to start macro.
24836         Remove C-r binding.
24837         (kmacro-initial-counter-value): New defvar to hold initial counter
24838         value in case we set the value before defining a macro.
24839         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
24840         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
24841         not defining or executing macro.  Doc fix.
24842         (kmacro-add-counter): Clear kmacro-initial-counter-value.
24843         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
24844         temporarily view older elements on the macro ring without cycling
24845         the ring.
24846         (kmacro-display): Doc fix.
24847         (kmacro-exec-ring-item): New helper function.
24848         (kmacro-call-ring-2nd): Use it.
24849         (kmacro-call-ring-2nd-repeat): Doc fix.
24850         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
24851         (kmacro-end-or-call-macro): Execute last viewed macro (using
24852         kmacro-exec-ring-item) from ring if this follows
24853         kmacro-view-macro.  This allows us to find a macro on the ring
24854         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
24855         the ring to bring it to the head of the ring.
24856         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
24857         Allow binding to reserved keys without specifying C-x C-k prefix.
24858         Ask for confirmation if entered key sequence is already bound to
24859         a non-macro command.
24860         (kmacro-view-macro): Repeating command will show older elements
24861         on the macro ring; C-k will execute the last viewed macro.
24862         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
24863         property from 'ring to 'head.
24865 2003-08-17  Alan Shutko  <ats@acm.org>
24867         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
24868         keeping December out of the alist.
24870 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
24872         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
24873         * calendar/calendar.el (calendar-mode-map): Bind it to key.
24874         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
24875         (calendar-flatten): New function.
24876         (calendar-mouse-view-other-diary-entries)
24877         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
24878         in the menu title and to show multi-line diary entries correctly
24879         in the menu.
24881 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
24883         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
24884         defcustom, because the default was recently changed.
24886 2003-08-16  Richard M. Stallman  <rms@gnu.org>
24888         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
24890         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
24891         New subroutine, broken out of eval-last-sexp-1.
24892         (eval-last-sexp-1): Use eval-last-sexp-print-value.
24894         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
24896         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
24898         * simple.el (eval-expression): Use eval-last-sexp-print-value.
24900 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
24902         * progmodes/compile.el (compilation-error-regexp-alist):
24903         Add Java ANt error detection as described in document
24904         http://ant.apache.org/faq.html
24906 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
24908         * simple.el (backward-word, forward-to-indentation)
24909         (backward-to-indentation): Argument changed to optional.
24910         (next-line, previous-line): Use `or' instead of `unless'.
24912 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24914         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
24915         instead of a constant.
24917 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
24919         * shell.el (shell): With prefix-arg, suggest a new buffer name.
24921 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
24923         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
24924         (vc-sccs-workfile-version): Search the entire delta table, rather
24925         than just the first entry, because that might be a deleted version.
24927 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
24929         * menu-bar.el (menu-bar-options-menu): Supply a body for the
24930         [save-place] binding in the Options menu.  Have it require
24931         'saveplace' and then toggle the variable manually, to avoid an
24932         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
24933         for the bug report.
24935 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
24937         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
24938         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
24939         (gdb-info-threads-custom): Add help-echo text.
24940         (gdb-display-back): Don't use purecopy.
24941         (gdb-info-breakpoints-custom, gdb-reset)
24942         (gdb-assembler-custom): Use display-images-p to test if breakpoint
24943         icons can be displayed.
24945 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
24947         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
24949 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
24951         * bookmark.el (bookmark-completing-read):
24952         Return a string, instead of a list of one string.
24953         Use a popup menu if activated from the mouse.
24954         (bookmark-edit-annotation): Remove unused vars.
24955         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
24956         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
24957         to bookmark-completing-read.
24958         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
24959         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
24960         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
24961         and erase-buffer.
24962         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
24963         (bookmark-menu-jump, bookmark-menu-insert)
24964         (bookmark-popup-menu-and-apply-function)
24965         (bookmark-menu-popup-paned-bookmark-menu): Remove.
24966         (bookmark-menu-build-paned-menu): Remove by folding it into
24967         bookmark-menu-popup-paned-menu.
24968         (menu-bar-bookmark-map): Move the define-key statements here.
24969         Use the "non-menu" commands since they now pop up a menu if needed.
24970         (bookmark-exit-hook-internal): Simplify.
24972 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
24974         * reftex-toc.el (reftex-toc-rename-label): New function.
24975         (reftex-toc-check-docstruct): New function.
24977         * reftex.el (reftex-region-active-p): New function.
24979         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
24980         regexp to find the \bibliography macro.
24982         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
24983         which does not exist in LaTeX.
24984         (reftex-cite-format-builtin): Added amsrefs support.
24985         (reftex-toc-confirm-promotion): New option
24987         * reftex-toc.el
24988         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
24989         (reftex-toc-demote, reftex-toc-promote)
24990         (reftex-toc-do-promote, reftex-toc-promote-prepare)
24991         (reftex-toc-promote-action, reftex-toc-extract-section-number)
24992         (reftex-toc-newhead-from-alist)
24993         (reftex-toc-load-all-files-for-promotion): New functions.
24994         (reftex-toc-help): Added description of new keys.
24995         (reftex-toc-split-windows-fraction): New option.
24996         (reftex-recenter-toc-when-idle): Search *toc* window on all
24997         visible frames.
24998         (reftex-toc): Additional parameter REUSE
24999         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
25000         with REUSE argument.
25001         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
25002         the call of `reftex-toc'.
25003         (reftex-make-separate-toc-frame): New function .
25004         (reftex-toc-recenter): When called with triple prefix arg, call
25005         `reftex-make-separate-toc-frame' first.
25006         (reftex-toc-toggle-dedicated-frame): New command.
25007         (reftex-toc-quit): Adapted to delete frame when called in
25008         dedicated frame.
25010         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
25011         all enclosing macros.
25014 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25016         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
25017         first use.
25019 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25021         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
25023 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
25025         * calendar/calendar.el (list-diary-entries-hook)
25026         (diary-display-hook, nongregorian-diary-listing-hook)
25027         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
25028         Add some customize options for these hooks.
25029         (calendar-abbrev-construct): Don't try to take a substring longer
25030         than the original string.
25032 2003-08-05  Richard M. Stallman  <rms@gnu.org>
25034         * emacs-lisp/testcover.el (noreturn): Report error if does return.
25035         (testcover-reinstrument-clauses): Doc fix.
25037         * emacs-lisp/warnings.el: Doc fixes, args renamed.
25038         (warning-type-format): Rename from warning-group-format.
25040         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
25041         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
25042         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
25043         to prevent warnings about defvar for an obsolete variable.
25045         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
25046         warning-group-format renamed to warning-type-format.
25048         * subr.el (read-passwd): Use clear-string instead of fillarray.
25050         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
25051         Use vconcat instead of concat.
25052         (edmacro-sanitize-for-string): New function.
25054 2003-08-05  Dave Love  <fx@gnu.org>
25056         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
25057         line-number-display-limit-width.
25059         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
25061 2003-08-05  Kenichi Handa  <handa@m17n.org>
25063         * international/code-pages.el: Don't require mule-diag.
25065         * international/mule-diag.el (non-iso-charset-alist):
25066         Add autoload cookie.
25068         * language/devan-util.el (dev-glyph-order): Add an entry for the
25069         glyph code #xC4.
25071 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
25073         * calendar/calendar.el (diary-file, diary-file-name-prefix)
25074         (european-calendar-style, diary-date-forms)
25075         (calendar-day-name-array, calendar-month-name-array): Doc change.
25076         (generate-calendar-month): Adapt for new behavior of
25077         `calendar-day-name' function.
25078         (calendar-abbrev-length, calendar-day-abbrev-array)
25079         (calendar-month-abbrev-array): New variables.
25080         (calendar-abbrev-construct): New function.
25081         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
25082         rather than fixing abbrevs at some width.  Calling syntax change.
25083         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
25084         (calendar-date-string): Adapt for new behaviors of
25085         `calendar-day-name' and `calendar-month-name' functions.
25087         * calendar/diary-lib.el (list-diary-entries): Adapt for new
25088         behavior of `calendar-day-name' and `calendar-month-name' functions.
25089         (diary-name-pattern): Use abbrev arrays, rather than fixing
25090         abbrevs at three chars.  Calling syntax change.
25091         (mark-diary-entries): Adapt for new behaviors of
25092         `diary-name-pattern' and `calendar-make-alist' functions.
25093         (fancy-diary-font-lock-keywords): Adapt for new behavior of
25094         `diary-name-pattern' function.
25095         (font-lock-diary-date-forms): Use abbrev arrays, rather than
25096         fixing abbrevs at three chars.  Calling syntax change.
25097         (cal-hebrew, cal-islam): Require when compiling.
25098         (diary-font-lock-keywords): Adapt for new behavior of
25099         `font-lock-diary-date-forms' function.
25101         * calendar/cal-hebrew.el: Reposition some code so defined before used.
25102         (calendar-hebrew-month-name-array-common-year)
25103         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
25104         (list-hebrew-diary-entries): Adapt for new behaviors of
25105         `calendar-day-name' and `add-to-diary-list' functions.
25106         (mark-hebrew-diary-entries): Adapt for new behaviors of
25107         `diary-name-pattern' and `calendar-make-alist' functions.
25109         * calendar/cal-islam.el (calendar-islamic-month-name-array):
25110         Add doc string.
25111         (list-islamic-diary-entries): Adapt for new behaviors of
25112         `calendar-day-name' and `add-to-diary-list' functions.
25113         (mark-islamic-diary-entries): Adapt for new behaviors of
25114         `diary-name-pattern' and `calendar-make-alist' functions.
25116         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
25117         `calendar-month-name' function.
25119         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
25121         * calendar/solar.el (solar-seasons-data): Move definition before use.
25123         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
25124         (cal-tex-LaTeX-hourbox): Move definition before use.
25126         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
25127         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
25128         * lunar.el, solar.el (displayed-month, displayed-year):
25129         Define for compiler.
25131 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
25133         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
25134         MODE.  Renamed from c-init-c-language-vars'.
25135         (c-initialize-cc-mode): Change accordingly.
25136         (c-common-init): Ditto.
25137         (c-mode): Ditto.
25138         (c++-mode): Use `c-init-language-vars-for'.
25139         (objc-mode): Ditto.
25140         (java-mode): Ditto.
25141         (idl-mode): Ditto.
25142         (pike-mode): Ditto.
25143         (awk-mode): Ditto.
25145 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
25147         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
25148         or not the point moved.
25150         (c-search-decl-header-end): Don't trip up on operator identifiers
25151         in C++ and operators like == in all languages.
25153         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
25154         Detect leading labels correctly.
25156 2003-08-02  Andreas Schwab  <schwab@suse.de>
25158         * textmodes/ispell.el: Don't redo key bindings on loading, put
25159         them only in loaddefs.el.
25160         * bookmark.el: Likewise.
25161         * dabbrev.el: Likewise.
25162         * emerge.el: Likewise.
25164         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
25165         has more than one member.
25167         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
25169 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25171         * lpr.el (printify-region): It was ending conversion before the
25172         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
25174 2003-07-31  John Paul Wallington  <jpw@gnu.org>
25176         * net/browse-url.el (browse-url-epiphany): Doc fix.
25178 2003-07-30  Kenichi Handa  <handa@m17n.org>
25180         * international/fontset.el (setup-default-fontset):
25181         Change registry names of Akurti fonts.
25183 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
25185         * comint.el (comint-read-noecho): Use `clear-string' instead of
25186         `fillarray'.
25188 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
25190         * outline.el (outline-mode-hook): Add defvar.
25192 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
25194         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
25195         Restore assembler in source window if that is what has been selected.
25196         (menu): Add gdb-restore-windows to menu.  Make gdba
25197         specific menus only visible from gdba.
25199 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
25201         * progmodes/compile.el (compilation-environment): New user variable.
25202         (compile-internal): Respect it.
25204 2003-07-23  Masatake YAMATO  <jet@gyve.org>
25206         * progmodes/gud.el (gdb-script-font-lock-keywords):
25207         Put `font-lock-function-name-face' on a symbol which includes
25208         `-' like `hook-run'.  Put font-lock-variable-name-face
25209         on a symbol starting with $.
25211 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
25213         * files.el (set-visited-file-name): Use truename for buffer-file-name.
25215 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
25217         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
25219 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
25221         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
25222         Use with-no-warnings.
25223         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
25224         rather than to find-file-not-found-hook, which doesn't exist.
25226 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
25228         * international/quail.el (quail-translate-key): Fix previous change.
25230 2003-07-25  John Paul Wallington  <jpw@gnu.org>
25232         * server.el (server-start): Check `server-process' is non-nil
25233         before killing it to avoid killing current buffer's process.
25235         * simple.el (choose-completion-string): Use `minibufferp';
25236         test `completion-reference-buffer' if `buffer' arg is nil.
25237         (push-mark): Use `when' and `unless'.
25238         (pop-mark): Use `when'.
25240         * mouse-sel.el (mouse-sel-get-selection-function):
25241         Check `x-last-selected-text-primary'.  Don't barf if it or
25242         `x-last-selected-text' aren't bound.
25244 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
25246         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
25248 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
25250         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
25252 2003-07-23  John Paul Wallington  <jpw@gnu.org>
25254         * tooltip.el (defface tooltip): Inherit from variable-pitch.
25256 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
25258         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
25259         string.  Defvar the derived hook.
25261         * macros.el (insert-kbd-macro): Escape double quote character.
25262         From Thomas W Murphy <twm@andrew.cmu.edu>.
25264 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
25266         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
25267         to match the specific mark rather than reusing comment-start-skip.
25269 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
25271         * progmodes/hideshow.el (hs-special-modes-alist):
25272         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
25274 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
25276         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
25277         value using ?\s.
25279 2003-07-21  John Paul Wallington  <jpw@gnu.org>
25281         * subr.el (with-selected-window): Add closing paren.
25283 2003-07-21  Richard M. Stallman  <rms@gnu.org>
25285         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
25286         (lisp-mode): Likewise.
25288         * subr.el (with-selected-window): Copy code form save-selected-window
25289         so as to call select-window with norecord arg.
25290         (dynamic-completion-table): Doc fix.
25291         (lazy-completion-table): Doc fix.
25293         * international/mule-cmds.el (set-locale-environment):
25294         langinfo renamed to locale-info.
25296         * international/mule.el (auto-coding-functions): Doc fix.
25298 2003-07-21  Kenichi Handa  <handa@m17n.org>
25300         * international/quail.el (quail-translate-key):
25301         Update quail-current-str correctly.
25303 2003-07-21  Andreas Schwab  <schwab@suse.de>
25305         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
25306         ?, to "_".
25308 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
25309         Version 2.0.36 of Tramp released.
25311         * net/tramp.el (tramp-default-password-end-of-line): Rename from
25312         tramp-password-end-of-line.
25313         (tramp-password-end-of-line): New method parameter.
25314         (tramp-get-password-end-of-line): Function to access method
25315         parameter `tramp-password-end-of-line', or variable
25316         `tramp-default-password-end-of-line' (default value).
25317         (tramp-methods): Add entries for new parameter
25318         tramp-password-end-of-line.
25319         (tramp-enter-password): Use new function
25320         `tramp-get-password-end-of-line'.
25321         (tramp-handle-insert-file-contents): Do not
25322         unconditionally inhibit the file operation file-local-copy, only
25323         do that when the inhibit-file-name-operation is currently
25324         insert-file-contents.  This fixes finding remote CVS-controlled
25325         files.  (It would barf on inserting the CVS/Entries file
25326         literally, because the file-local-copy handler wasn't called.)
25327         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
25328         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
25329         (tramp-initial-commands): New variable.
25330         (tramp-process-initial-commands): New function, using the variable.
25331         (tramp-open-connection-setup-interactive-shell): Call the new function.
25332         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
25333         method into the buffer name, never use nil.  Reported by Hanak
25334         David <dhanak@inf.bme.hu>.
25335         (tramp-open-connection-setup-interactive-shell): Erase buffer
25336         before sending "stty -onlcr".
25338         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
25340 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
25342         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
25344 2003-07-19  John Paul Wallington  <jpw@gnu.org>
25346         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
25347         (artist-draw-rect, artist-draw-square): Doc fixes.
25349         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
25351         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
25353 2003-07-19  Kenichi Handa  <handa@m17n.org>
25355         * international/kkc.el (kkc-show-conversion-list-update):
25356         Highlight the correct candidate in the message.
25358 2003-07-18  John Paul Wallington  <jpw@gnu.org>
25360         * simple.el (current-word): Don't include punctuation char when
25361         `really-word' arg is non-nil.
25363 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
25365         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
25366         moved to the directory obsolete.
25368 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
25370         * info.el (Info-menu-entry-name-re): Allow newlines in
25371         menu entry names.
25373         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
25374         syntax-ppss-after-change-function.
25375         (syntax-ppss-after-change-function): New alias.  Update uses.
25376         (syntax-ppss): Catch the case where the buffer is narrowed.
25378 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
25380         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
25381         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
25383 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
25385         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
25386         since it might be modified.
25388         * progmodes/cc-langs.el (c++-make-template-syntax-table)
25389         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
25390         names to these language constants.
25392 2003-07-15  Kim F. Storm  <storm@cua.dk>
25394         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
25395         All uses changed.
25397 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
25399         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
25400         Namespace support.
25402 2003-07-13  Juanma Barranquero  <lektu@terra.es>
25404         * frame.el (modify-all-frames-parameters): Reinstall (copyright
25405         papers received).
25407 2003-07-13  Karl Eichwalder  <ke@suse.de>
25409         * textmodes/po.el (po-find-charset): White space at the start of the
25410         Content-Type field body is non-mandatory.
25412 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
25414         * textmodes/texinfo.el (texinfo-section-list):
25415         Append appendixsection; a synonym for appendixsec.
25417 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
25419         * man.el (Man-translate-cleanup): New.
25420         (Man-translate-references): Call `Man-translate-cleanup' to clean
25421         leading, trailing and middle spaces.
25423 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
25425         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
25426         Handle `dired-directory' being a list.
25428 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
25430         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
25431         it doesn't exist.
25433 2003-07-12  Richard M. Stallman  <rms@gnu.org>
25435         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
25437         * progmodes/cc-defs.el (c-make-keywords-re):
25438         Don't use delete-duplicates.
25439         (c-lang-const): Don't use mapcan.
25441         * apropos.el (apropos-show-scores): Make it customizable.
25442         Document new meaning.
25443         (apropos): Compute scores from symbols.
25444         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
25446 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25448         * ps-bdf.el: Fix copyright line.
25449         (bdf-directory-list): Fix initialization code.
25451 2003-07-11  John Paul Wallington  <jpw@gnu.org>
25453         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
25454         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
25455         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
25457 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
25459         * emacs-lisp/ring.el (ring-elements): Doc fix.
25461 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
25463         * calendar/timeclock.el (timeclock-relative)
25464         (timeclock-ask-before-exiting, timeclock-use-display-time):
25465         Doc changes.
25466         (timeclock-modeline-display): Give a message if
25467         `timeclock-use-display-time' is non-nil but `display-time-mode'
25468         is not active.
25470 2003-07-11  Kenichi Handa  <handa@m17n.org>
25472         * international/mule-cmds.el (set-language-environment):
25473         Set current-language-environment to the correct string.
25475 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25477         * ps-print.el: Print line number correctly in a region.  Reported by
25478         Tim Allen <timallen@ls83.fsnet.co.uk>.
25479         (ps-print-version): New version number (6.6.2).
25480         (ps-printing-region): Code fix.
25482 2003-07-10  John Paul Wallington  <jpw@gnu.org>
25484         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
25485         this function can be called from `add-completions-from-tags-table'.
25487 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
25489         * calendar/timeclock.el (timeclock-use-display-time)
25490         (timeclock-day-over-hook, timeclock-workday-remaining)
25491         (timeclock-status-string, timeclock-when-to-leave)
25492         (timeclock-when-to-leave-string, timeclock-log-data)
25493         (timeclock-find-discrep, timeclock-day-base)
25494         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
25495         (timeclock-modeline-display): Set the variable
25496         `timeclock-modeline-display'.
25497         (timeclock-update-modeline): Doc fix.  Respect value of
25498         `timeclock-relative'.
25500 2003-07-09  Richard M. Stallman  <rms@gnu.org>
25502         * textmodes/reftex-parse.el (reftex-all-document-files):
25503         Add autoload cookie.
25505         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
25506         (reftex-scanning-info-available-p): Add autoload cookie.
25508         * international/mule-cmds.el
25509         (set-display-table-and-terminal-coding-system): Delete duplicate
25510         aset on standard-display-table.
25512         * view.el (view-file): If existing buffer's major mode is special,
25513         don't go into view mode.
25515         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
25517 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
25519         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
25520         buffer changes; there's third party code that calls this function
25521         directly.
25523 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
25525         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
25526         (autodoc-font-lock-keywords): Don't byte compile on font lock
25527         initialization when running from byte compiled files.
25529 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
25531         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
25532         statement ends with auto-increment "++".
25534 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
25536         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25537         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25538         these are changed, so declare them as variables and not constants.
25540 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
25542         * subr.el (dolist, dotimes): Doc fix.
25544 2003-07-08  Kim F. Storm  <storm@cua.dk>
25546         * international/mule-cmds.el
25547         (set-display-table-and-terminal-coding-system): Don't break
25548         bootstrap if standard-display-table isn't setup yet.
25550 2003-07-07  Richard M. Stallman  <rms@gnu.org>
25552         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
25553         Give it a doc string, and autoload it.
25555         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
25556         Use with-no-warnings.
25558         * info.el (Info-search): If find invisible text, search again.
25560         * isearch.el (search-whitespace-regexp): Add a shy group around it.
25562         * man.el (Man-name-regexp): Match + as part of name.
25564         * simple.el (visible-mode): Rename from vis-mode.
25565         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
25567         * simple.el (current-word): New arg REALLY-WORD specifies
25568         don't include punctuation chars.
25570         * emacs-lisp/debug.el (debug, debugger-env-macro):
25571         Use with-no-warnings while accessing and binding unread-command-char.
25573         * international/mule-cmds.el
25574         (set-display-table-and-terminal-coding-system): Use explicit loop
25575         instead of calling standard-display-default.
25577         * net/ange-ftp.el (ange-ftp-file-symlink-p):
25578         Use condition-case to catch error in ange-ftp-get-files.
25580         * net/browse-url.el (browse-url-browser-function):
25581         Add alternative for Epiphany.
25582         (browse-url-epiphany-program, browse-url-epiphany-arguments)
25583         (browse-url-epiphany-startup-arguments)
25584         (browse-url-epiphany-new-window-is-tab): New variables.
25585         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
25587         * progmodes/compile.el (compile-auto-highlight): Default now t.
25588         (compile): Doc fix.
25589         (compilation-next-error): Fix previous change.
25591         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
25593         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
25595 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
25597         * gdb-ui.el (gdb-source-info): Display current frame when
25598         attaching to an existing process.
25599         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
25600         while laying out windows when attaching to an existing process.
25602 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
25604         * info.el (Info-menu): Use Info-menu-entry-name-re.
25606 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
25608         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
25609         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
25611         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
25612         to match the same text.
25614 2003-07-06  John Paul Wallington  <jpw@gnu.org>
25616         * vc.el (vc-annotate-offset): Move defvar up.
25618 2003-07-06  Kim F. Storm  <storm@cua.dk>
25620         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
25621         This should fix the infinite loop when extracting menu names.
25623 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
25625         * files.el (auto-mode-alist, interpreter-mode-alist):
25626         Remove entries to CC Mode modes to avoid duplicates; they are now added
25627         with autoload directives in cc-mode.el.
25629 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
25631         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25632         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25633         these are changed, so declare them as variables and not constants.
25635         * progmodes/cc-mode.el: Fix some autoload problems: Try to
25636         ensure that the entry for ".c" extension comes before the one for
25637         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
25638         Fix incorrect entries that were added to `interpreter-mode-alist'.
25639         Move the autoload directives for AWK to the top level since they
25640         aren't recognized anywhere else.  Do not use the new AWK mode doc
25641         in the autoload form for the old AWK mode.
25643 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25645         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
25646         (bibtex-sort-ignore-string-entries): Default value t.
25647         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
25648         erroneously in previous version.
25649         (bibtex-string-files): Docstring reflects new parsing scheme.
25650         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
25651         docstring, add # as one of the chars to crush
25652         (bibtex-autokey-prefix-string, bibtex-autokey-names)
25653         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
25654         (bibtex-autokey-name-change-strings)
25655         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
25656         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
25657         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
25658         (bibtex-autokey-title-terminators)
25659         (bibtex-autokey-titlewords-stretch)
25660         (bibtex-autokey-titleword-ignore)
25661         (bibtex-autokey-titleword-case-convert)
25662         (bibtex-autokey-titleword-abbrevs)
25663         (bibtex-autokey-titleword-abbrevs)
25664         (bibtex-autokey-titleword-change-strings)
25665         (bibtex-autokey-titleword-length)
25666         (bibtex-autokey-titleword-separator)
25667         (bibtex-autokey-name-year-separator)
25668         (bibtex-autokey-year-title-separator)
25669         (bibtex-autokey-before-presentation-function)
25670         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
25671         Fix docstring.
25672         (bibtex-strings, bibtex-reference-keys):
25673         Use lazy-completion-table and make-variable-buffer-local.
25674         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
25675         (bibtex-braced-string-syntax-table)
25676         (bibtex-quoted-string-syntax-table): New variables.
25677         (bibtex-parse-nested-braces): Remove.
25678         (bibtex-parse-field-string): Use syntax table and forward-sexp.
25679         (bibtex-parse-association): Simplify.
25680         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
25681         (bibtex-parse-field-text): Simplify.
25682         (bibtex-search-forward-field, bibtex-search-backward-field):
25683         argument BOUND can take value t.
25684         (bibtex-start-of-field, bibtex-start-of-name-in-field)
25685         (bibtex-end-of-name-in-field, bibtex-end-of-field)
25686         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25687         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
25688         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
25689         (bibtex-skip-to-valid-entry): Return buffer position of beginning
25690         and ending of entry.  Update for changes of bibtex-search-entry.
25691         Simplify.
25692         (bibtex-map-entries): FUN is called with three arguments.
25693         (bibtex-search-entry): Return a cons pair with buffer positions of
25694         beginning and end of entry.
25695         (bibtex-enclosing-field): Simplify.
25696         (bibtex-format-entry): Use booktitle to set a missing title.
25697         (bibtex-autokey-get-names): Fiddle with regexps.
25698         (bibtex-generate-autokey): Use identity.
25699         (bibtex-parse-keys): Use simplified parsing algorithm if
25700         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
25701         arguments.  Return alist of keys.
25702         (bibtex-parse-strings): Simplify.  Return alist of strings.
25703         (bibtex-complete-string-cleanup): Fix docstring.
25704         (bibtex-read-key): New function.
25705         (bibtex-mode): Fix docstring.  Do not parse for keys and
25706         strings when the mode is entered.  Set fill-paragraph-function to
25707         bibtex-fill-field.  Setup font-lock-mark-block-function the way
25708         font-lock intended.
25709         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
25710         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
25711         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
25712         (bibtex-Preamble): Avoid hard coded constants.
25713         (bibtex-make-field): Fix docstring.  Simplify.
25714         (bibtex-beginning-of-entry): Always return new position of point.
25715         (bibtex-end-of-entry): Rearrange cond clauses.
25716         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
25717         Update for changes of bibtex-map-entries.
25718         (bibtex-ispell-abstract): Do not move point.
25719         (bibtex-entry-index): Use downcase.  Simplify.
25720         (bibtex-lessp): Handle catch-all.
25721         (bibtex-find-crossref): Turn into a command.
25722         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
25723         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
25724         preamble entries.
25725         (bibtex-fill-field-bounds): New function.
25726         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
25727         (bibtex-fill-entry): Use bibtex-fill-field-bounds
25728         (bibtex-String): Use bibtex-strings.  Always obey
25729         bibtex-sort-ignore-string-entries.
25731 2003-07-05  John Paul Wallington  <jpw@gnu.org>
25733         * cus-theme.el (customize-create-theme):
25734         Call `customize-create-theme' in Reset widget's notify function.
25736         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
25737         (ibuffer-mark-interactive): Use `or' instead of `unless'.
25738         (define-ibuffer-column name): Add summarizer.
25739         (define-ibuffer-column size): Likewise.
25740         (define-ibuffer-column filename): Likewise.
25741         (define-ibuffer-column process): Likewise.  Change BODY's output too.
25742         (define-ibuffer-column filename-and-process): Likewise, likewise.
25743         (ibuffer): Remove local vars `already-in' and `need-update'.
25745         * ibuf-ext.el: Don't require `derived' at compile-time.
25747 2003-07-05  Kim F. Storm  <storm@cua.dk>
25749         * info.el: Disable paragraph refilling.
25750         (Info-refill-paragraphs): New defcustom.
25751         (Info-fontify-node): Use it.
25753 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
25755         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
25756         thingies from constructors created by defstruct.
25758         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
25759         the default value of the variable.
25760         (byte-code-meter): Move declaration to top level.
25762         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
25764         * info.el (Info-following-node-name-re): New fun.
25765         (Info-following-node-name): Remove.
25766         (Info-insert-dir): Use the new fun.
25767         (Info-extract-pointer): Don't save restriction; use new fun.
25768         (Info-menu-entry-name-re): New const.
25769         (Info-menu-entry-name-re): Use it along with new fun.
25770         (Info-node-spec-re): Use new fun.
25771         (Info-complete-menu-item, Info-fontify-node): Use new const.
25772         (Info-goto-node, Info-follow-reference, Info-menu-update):
25773         Use match-string.
25774         (Info-follow-reference): Use assoc-string.
25775         Use a list of strings for the completion table.
25776         (Info-fontify-node): Use match-string, line-end-position.
25777         Limit the search for `node:' to the first line.
25779         * newcomment.el (uncomment-region): Remove padding coming from
25780         comment-start rather than just from comment-padding.
25782         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
25783         (vc-cvs-stay-local-p): Use vc-stay-local-p.
25784         (vc-cvs-rename-file): Remove (use the default).
25785         (vc-cvs-register): Register parent dir if needed.
25786         (vc-cvs-could-register): Return non-nil if parent can be registered.
25787         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
25788         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
25790         * vc-svn.el (vc-svn-use-edit): Make it into a const.
25791         (vc-svn-update): Fix the arguments to `svn'.
25792         (vc-svn-diff-tree): Just use `vc-svn-diff'.
25793         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
25794         Simple implementations, assuming `name' is a URL.
25796         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
25797         set of chars allowed unquoted in a case pattern.
25799         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
25801         * font-lock.el (font-lock-extra-types-widget)
25802         (c-font-lock-extra-types, c++-font-lock-extra-types)
25803         (objc-font-lock-extra-types, java-font-lock-extra-types)
25804         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
25805         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
25806         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
25807         (font-lock-match-c++-structor-declaration)
25808         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
25809         (c++-font-lock-keywords-3, c++-font-lock-keywords)
25810         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
25811         (objc-font-lock-keywords-3, objc-font-lock-keywords)
25812         (java-font-lock-keywords-1, java-font-lock-keywords-2)
25813         (java-font-lock-keywords-3, java-font-lock-keywords)
25814         (java-font-lock-syntactic-face-function): Remove obsolete code
25815         and constants.  It's all in cc-fonts.el now.
25817 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
25819         * mail/sendmail.el (mail-specify-envelope-from)
25820         (mail-envelope-from): Doc fix.
25822 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
25824         * generic-x.el: Do away with the dependency on `c-emacs-features'
25825         when populating `rul-generic-mode-syntax-table'; we already know
25826         this isn't XEmacs.
25828 See ChangeLog.10 for earlier changes.
25830 ;; Local Variables:
25831 ;; coding: iso-2022-7bit
25832 ;; End:
25834     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
25835   Copying and distribution of this file, with or without modification,
25836   are permitted provided the copyright notice and this notice are preserved.
25838 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1