* cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
[emacs.git] / lisp / ChangeLog
blob30101821a60d09147b16353497424044db3f583e
1 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
3         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
4         Don't add widget if setting undefined.
6 2006-01-12  John Paul Wallington  <jpw@pobox.com>
8         * help-fns.el (describe-variable): Remove newlines from void
9         variable output.
11 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
13         * wdired.el (wdired-mode-map): Add help echo for
14         wdired-abort-changes.
16         * man.el (Man-file-name-regexp): Adjust for a list of files.
18 2006-01-12  Masatake YAMATO  <jet@gyve.org>
20         * progmodes/ld-script.el (auto-mode-alist): Support
21         suffix conventions used in netbsd and eCos.
23 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
25         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
26         (custom-variable-menu, custom-face-menu, custom-group-menu)
27         (Custom-mode-menu): Change names of menu items.  (As discussed on
28         emacs-devel.)
29         (custom-face-menu): Add "Undo Edits" item.
31         * startup.el (init-file-user): defcustom -> defvar.
33         * tooltip.el (tooltip-mode): Doc fix.
35 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
37         * reveal.el (reveal-post-command): window-buffer signals an error on
38         dead windows rather than returning nil.
39         (reveal-open-new-overlays): An overlay might die while we open others.
41 2006-01-11  Bill Wohler  <wohler@newt.com>
43         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
44         phrasing in docstring.
46         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
47         can give some systems gas.  Add new file mh-buffers.el.
49 2006-01-06  Masatake YAMATO  <jet@gyve.org>
51         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
52         C preprocessor forward ported from GNU Emacs 21.2.
54         * progmodes/asm-mode.el (asm-font-lock-keywords):
55         Use `cpp-font-lock-keywords'.
57         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
59         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
60         of $ for "\\.ld[s]?".
62 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
64         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
65         (tcl-indent-line): Return `noindent' if inside a string.
67         * progmodes/flymake.el (flymake-split-string): Remove more than one
68         empty string at beg/end of the result.
69         (flymake-find-buildfile, flymake-find-possible-master-files):
70         Use expand-file-name.
71         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
72         since expand-file-name does it for us.  Use directory-file-name.
73         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
74         (flymake-ler-get-type, flymake-ler-get-text)
75         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
76         (flymake-current-line-no): Remove spurious interactive spec.
77         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
78         (flymake-check-include): Remove arg inc-path merged into inc-name.
79         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
80         Arg regexp-list replaced by a simple regexp.
81         (flymake-master-make-header-init, flymake-master-tex-init):
82         Correspondingly replace regexp-list with a regexp.  Fix regexp.
84 2006-01-10  Simon Josefsson  <jas@extundo.com>
86         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
87         describing AUTH PLAIN fix.
89 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
91         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
92         (report-emacs-bug): Don't record initial prompt text.
93         Instead, add text properties to prompting text.
94         (report-emacs-bug-hook): Delete prompting text.
96 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
98         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
99         `dirs'.  Adjust callers.
101 2006-01-09  John Paul Wallington  <jpw@gnu.org>
103         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
105 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * reveal.el (reveal-open-new-overlays): New extracted fun.
108         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
109         using them.  Simplify the code.
110         (reveal-post-command): Use them.  Fix up obsolete windows in
111         reveal-open-spots.
113         * progmodes/flymake.el: Use `require' rather than autoload for
114         XEmacs's overlays.
115         (flymake-get-common-file-prefix, flymake-build-relative-filename):
116         Delete.  Use file-relative-name instead.
117         (flymake-get-syntax-check-program-args, flymake-perl-init):
118         Simplify the resulting code.
120         * log-view.el (log-view-file-re, log-view-message-re): Add support
121         for DaRCS output.
123 2006-01-09  Alex Schroeder  <alex@gnu.org>
125         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
126         identifiers sometimes added in square brackets at the beginning of
127         subject lines.
129 2006-01-07  Richard M. Stallman  <rms@gnu.org>
131         * cus-edit.el (Custom-set, Custom-save): Doc fix.
132         (Custom-reset-current, Custom-reset-saved): Change question text.
133         (Custom-reset-standard): Likewise.
134         (custom-variable-reset-saved): Doc fix.
136 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
138         * startup.el (init-file-user): Doc fix.
140 2006-01-07  Alex Schroeder  <alex@gnu.org>
142         * mail/rmail.el (rmail-current-subject): New function.
143         (rmail-current-subject-regexp): New function.
144         (rmail-next-same-subject): Use it.
146         * mail/rmailsum.el (rmail-summary-by-topic):
147         Use rmail-current-subject and rmail-current-subject-regexp.
148         (rmail-summary-next-same-subject): Ditto.
150         * net/rcirc.el (rcirc-send-input): No longer check whether the
151         process is open, since not all commands need an open process.
152         (rcirc-send-string): Check whether the process is open before
153         sending anything.
154         (rcirc-ignore-list): New option.
155         (rcirc-ignore-list-automatic): New variable.
156         (rcirc-print): Take rcirc-ignore-list into account.
157         (rcirc-cmd-ignore): New command.
158         (rcirc-ignore-update-automatic): New function.
159         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
160         list if ignored nicks.
161         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
163 2006-01-06  David Reitter  <david.reitter@gmail.com>
165         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
166         reflect the address to which the report will be sent.
168 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
170         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
171         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
173 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
175         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
177         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
178         the doc string: "functoin" => "function".
179         ldefs-boot.el: Likewise.
181         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
182         message text: "Duplicat" => "Duplicate".
184 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
186         * files.el (basic-save-buffer-2): If backing-up failed, reset
187         buffer-backed-up to nil.
189 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
191         * progmodes/gud.el (gdb-script-skip-to-head)
192         (gdb-script-calculate-indentation): Indent for breakpoint command
193         lists also.
195 2006-01-05  Bill Wohler  <wohler@newt.com>
197         * Makefile.in (compile-always): Add mh-autoloads dependency.
198         (bootstrap): Remove mh-autoloads dependency, as compile dependency
199         provides it.
200         (updates): Remove mh-autoloads dependency, since it probably has
201         already run recently (via recompile).
203 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
205         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
206         argument `force' to disable the flyspell-last-buffer optimization.
207         (flyspell-mode-on): Use it.
209         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
210         flymake-simple-cleanup.
211         (flymake-allowed-file-name-masks): Use this new default.
212         All the functions are now called in the right buffer rather than
213         passing the buffer as argument.
214         (flymake-process-sentinel): Switch to buffer before calling cleanup.
215         (flymake-parse-err-lines): Remove redundant buffer arg.
216         (flymake-get-program-dir): Comment out unused function.
217         (flymake-start-syntax-check, flymake-start-syntax-check-process):
218         Remove redundant buffer argument.
219         (flymake-get-real-file-name, flymake-simple-java-cleanup)
220         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
222 2006-01-05  Richard M. Stallman  <rms@gnu.org>
224         * info.el (Info-find-node): Don't record previous node if have none.
225         (info): Go to directory only if history is empty.
227         * simple.el (mark): Doc fix.
229 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
231         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
232         already of desired type.
233         (mac-ae-list): Coerce parameter to "list" type.
234         (mac-dispatch-apple-event): Replace cadr part of event with a
235         dummy position so that event-start returns it.
237 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
239         * textmodes/org.el: (org-end-of-subtree): New function.
240         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
241         Use `org-end-of-subtree'.
242         (org-agenda, org-agenda-convert-date): Protect calls to
243         `fit-window-to-buffer'.
244         (org-tags-view): Force matching of sublevels when doing a
245         todo-only search.  Define the correct redo command, including the
246         arguments.
247         (org-agenda-redo): Display message.
248         (org-check-for-org-mode): New function.
249         (org-agenda-type): New variable.
250         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
251         Set `org-agenda-type'.
252         (org-agenda-check-type): New function.
253         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
254         (org-agenda-week-view, org-agenda-day-view)
255         (org-agenda-next-date-line, org-agenda-previous-date-line)
256         (org-agenda-log-mode, org-agenda-toggle-diary)
257         (org-agenda-toggle-time-grid, org-agenda-date-later)
258         (org-agenda-date-prompt, org-agenda-diary-entry)
259         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
260         (org-agenda-convert-date, org-agenda-menu):
261         Use `org-agenda-check-type'.
262         (org-make-overlay, org-delete-overlay)
263         (org-detatch-overlay, org-move-overlay, org-overlay-put):
264         New compatibility functions.
265         (org-calendar-select-mouse): New command.
267 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
269         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
270         (Custom-reset-standard): Fix y-or-n-p messages.
271         (custom-link): New face for links.
272         (custom-buffer-create-internal, custom-manual): Use it.
273         (custom-face-save): Push to theme-face before setting face spec.
275         * wid-edit.el (widget-default-mouse-face-get): New function.
276         (widget-specify-button): Handle mouse-face like button-face.
278         * custom.el (load-theme): Clear old theme settings if reloading.
280 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
282         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
283         "Erase Customization" button back to same position it occupies in
284         the individual State menus.
286 2006-01-04  Kim F. Storm  <storm@cua.dk>
288         * wid-edit.el (key-sequence): Rework widget to read key binding
289         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
290         (widget-key-sequence-default-value): Default value for empty sequence.
291         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
292         (widget-key-sequence-read-event): New command for C-q.
293         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
294         (widget-key-sequence-value-to-external): New functions.
296 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
298         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
299         Use expand-file-name.
300         (flymake-delete-temp-directory): Use expand-file-name,
301         file-name-directory, and directory-file-name.
302         (flymake-strrchr): Delete.
303         (flymake-start-syntax-check): Don't pass the redundant buffer argument
304         to the init-f function.
305         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
306         (flymake-init-find-buildfile-dir)
307         (flymake-init-create-temp-source-and-master-buffer-copy)
308         (flymake-simple-make-init-impl, flymake-simple-make-init)
309         (flymake-master-make-init, flymake-master-make-header-init)
310         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
311         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
312         (flymake-xml-init): Remove corresponding redundant buffer argument.
313         (flymake-allowed-file-name-masks): Remove last elems that are equal to
314         the default anyway.  Clean up regexps.
316         * progmodes/flymake.el (flymake-temp-source-file-name)
317         (flymake-master-file-name, flymake-temp-master-file-name)
318         (flymake-base-dir): New buffer-local vars.
319         (flymake-buffer-data, flymake-get-buffer-value)
320         (flymake-set-buffer-value): Replace those hash-tables by the new
321         buffer-local vars.  Update callers.
323         * progmodes/flymake.el (flymake-check-start-time)
324         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
325         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
326         Move definition, so we can remove redundant earlier declaration.
327         (flymake-replace-regexp-in-string, flymake-split-string)
328         (flymake-get-temp-dir): Use defalias.
329         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
330         (flymake-xemacs-window-edges): Remove unused function.
331         (flymake-get-point-pixel-pos): Move.
332         (flymake-pid-to-names, flymake-reg-names)
333         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
334         Replace by a simple list flymake-processes and by process-buffer.
335         Update callers.  Other than simplify the code, it uses buffers rather
336         than buffer-names so it doesn't get confused by uniquify.
337         (flymake-buffer-data): The global value should just be nil.
339         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
340         Optimize the body of a defalias like any other code.
342         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
343         Make sure we've setup font-lock's vars.  It may influence which
344         function we then call.
345         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
346         here since it's too late anyway.
348 2006-01-03  Romain Francoise  <romain@orebokech.com>
350         * startup.el (fancy-splash-tail, normal-splash-screen):
351         Update copyright year.
353 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
355         * mouse.el (mouse-drag-track): Rename, from
356         `mouse-drag-region-1'.  Includes optional argument required to
357         enable post-drag event processing (e.g. delete region keys).
358         Can be used without this argument to track a mouse region and operate
359         on it as soon as the drag completes.
360         (mouse-drag-region): Use `mouse-drag-track'.
362 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
364         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
365         Move to `custom-buffer' group.
367         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
368         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
369         (custom-theme-insert-face-marker, custom-theme-variable-menu)
370         (custom-theme-face-menu): New variables.
371         (custom-theme-add-variable, custom-theme-variable-action)
372         (custom-variable-reset-theme, custom-theme-delete-variable)
373         (custom-face-reset-theme, custom-theme-face-action)
374         (custom-theme-delete-face, custom-theme-merge-theme)
375         (custom-theme-add-face, custom-theme-visit-theme): New functions.
377 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
379         * custom.el: Move Custom Themes commentary to start of theme code.
380         (custom-known-themes): Rename `standard' theme to `changed'.
381         (custom-push-theme): Caller no longer specifies what theme to use
382         when doing `reset'---the setting is simply removed from the theme.
383         Delete MODE from `theme-value' and `theme-settings' properties.
384         (custom-declare-theme): Ignore &rest args since we don't use them.
386         (custom-loaded-themes): Delete variable.
387         (custom-theme-load-themes, custom-theme-loaded-p)
388         (custom-theme-value): Delete functions.
390         (custom-declare-theme): Signal error on invalid theme names.
391         (provide-theme): custom-loaded-themes was deleted.
392         (load-theme): Load the file unconditionally.
393         (enable-theme): Call `load-theme' if theme is undefined.
394         (custom-enabled-themes): Only update value for successful loads.
395         (disable-theme): Complete from enabled themes when interactive.
396         (custom-variable-theme-value): Calculate theme value directly.
398         (custom-theme-reset-variables, custom-reset-variables): Mark as
399         XEmacs compatibility functions.  We don't actually use these.
401         * cus-edit.el (custom-variable-state-set):
402         Use custom-variable-theme-value instead of custom-theme-value.
403         (custom-face-state-set): Rename `standard' theme to `changed'.
404         (custom-save-variables, custom-save-faces): Delete unneeded
405         references to custom-reset-variables.
406         (custom-save-resets): Delete function.
407         (custom-save-variables, custom-save-faces): MODE argument deleted.
408         (custom-save-variables, custom-save-faces): Ignore theme values.
410         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
411         compatibility function.
413 2006-01-01  Richard M. Stallman  <rms@gnu.org>
415         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
416         (Custom-reset-current, Custom-reset-saved): Likewise.
417         (Custom-reset-standard): Show message if aborted.
418         (custom-mode): Doc fix, describing those commands.
420         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
421         put on event-kind property.
423 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
425         * custom.el (provide-theme): Ban `user' theme name.
426         (custom-enabling-themes): New variable.
427         (enable-theme): Don't enable user if custom-enabling-themes is t.
428         (custom-enabled-themes): Make it a defcustom.
429         (custom-theme-recalc-face): No-op if face is undefined.
431         * cus-edit.el (custom-button-mouse): New variable.
432         (custom-button-mouse): New face.
433         (custom-raised-buttons, custom-mode): Use it.
435         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
437 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
439         * progmodes/gud.el (gud-display-line): Support hl-line in the
440         source buffer.
442 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
444         * mouse.el (mouse-drag-window-above): Verify that the found window
445         overlaps with the given window in the horizontal dimension.
447 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
449         * Makefile.in (cvs-update): New target.
451         * makefile.w32-in (cvs-update): Ditto.
453 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
455         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
456         (custom-new-theme-mode-map): New variable.
458 2005-12-30  Richard M. Stallman  <rms@gnu.org>
460         * custom.el (custom-load-themes): Function deleted.
462         * cus-edit.el (custom-save-loaded-themes): Function deleted.
463         (custom-save-variables): Don't delete or add custom-load-themes call.
465 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
467         * cus-start.el: Add `visible-cursor'.
469         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
470         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
471         (flymake-process-filter): Switch to buffer before calling it instead.
472         (flymake-post-syntax-check, flymake-highlight-err-lines)
473         (flymake-delete-own-overlays, flymake-parse-err-lines)
474         (flymake-start-syntax-check, flymake-start-syntax-check-process)
475         (flymake-count-lines, flymake-parse-residual):
476         Remove constant buffer argument.
477         (flymake-start-syntax-check-for-current-buffer): Remove.
478         Update callers to use flymake-start-syntax-check instead.
479         (flymake-display-err-menu-for-current-line):
480         Remove unused var `mouse-pos'.
481         (flymake-restore-formatting): Comment out unused function.
482         (flymake-report-status, flymake-report-fatal-status): Remove buffer
483         argument, use current-buffer instead.  Update callers.
485 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
487         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
488         buffer-local because choose-completion-delete-max-match requires
489         that we set completion-ignore-case (i.e., binding via let is not
490         sufficient).
491         (bibtex-complete): Always set completion-ignore-case and
492         choose-completion-string-functions. The latter is needed because
493         choose-completion-string-functions keeps its value if we quit the
494         *Completions* buffer without requesting a completion.
496 2005-12-30  Andreas Schwab  <schwab@suse.de>
498         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
500 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
502         * jit-lock.el (jit-lock-chunk-size): Doc fix.
504 2005-12-30  Juri Linkov  <juri@jurta.org>
506         * locate.el (locate-fcodes-file, locate-header-face)
507         * progmodes/delphi.el (delphi-other-face)
508         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
510         * paren.el (show-paren-match, show-paren-mismatch): Use existing
511         group `paren-showing-faces'.
513         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
514         (goto-address): Fix docstring.
516         * net/webjump.el (webjump-sample-sites): Update URLs.
518         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
520         * subr.el (cancel-change-group): Add listp around pending-undo-list.
522 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
524         * font-lock.el (font-lock-compile-keywords): Signal an error when
525         font-lock-set-defaults hasn't been called.
527 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
529         * subr.el (noreturn, 1value): Doc fixes.
531 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
533         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
534         that assoc-string returns nil.
536 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
538         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
539         (bibtex-entry-type-str, bibtex-empty-field-re)
540         (bibtex-search-backward-string, bibtex-preamble-prefix)
541         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
542         (bibtex-any-valid-entry-type): New variable.
543         (bibtex-parse-field-name): Simplify.
544         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
545         (bibtex-preamble-prefix): Include left delimiter.
546         (bibtex-search-forward-field, bibtex-search-backward-field):
547         Allow unbounded search past entry boundaries (required by bibtex-pop).
548         (bibtex-text-in-field-bounds): Use push.
549         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
550         (bibtex-parse-preamble, bibtex-valid-entry)
551         (bibtex-beginning-first-field): New functions.
552         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
553         (bibtex-map-entries): Fix docstring.
554         (bibtex-flash-head): New arg prompt. Simplify.
555         (bibtex-enclosing-field): Include code of bibtex-inside-field.
556         (bibtex-insert-kill): Simplify.  Always insert text past the
557         current field or entry.
558         (bibtex-format-entry): Use bibtex-parse-field.
559         (bibtex-pop): Use bibtex-beginning-of-entry and
560         bibtex-end-of-entry to initiate the search.  Insert empty field if
561         we found ourselves.
562         (bibtex-print-help-message): New args field and comma.
563         Handle entry keys.
564         (bibtex-make-field): Use bibtex-beginning-of-entry.
565         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
566         invalid entry.
567         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
568         Handle preambles.  Simplify code for thorough test.
569         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
570         New arg comma.  Handle entry heads.
571         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
572         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
573         New arg comma.
574         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
575         (bibtex-fill-field): Simplify.
576         (bibtex-fill-entry): Use bibtex-beginning-first-field and
577         bibtex-parse-field.
578         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
579         (bibtex-complete): Use bibtex-parse-preamble.
581 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
583         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
584         Display name of expression instead of convenience variable.
585         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
587         * progmodes/gud.el (gud-tooltip-dereference): Rename from
588         toggle-gud-tooltip-dereference.
589         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
590         (gud-tooltip-tips): ...here when dereferencing..
592 2005-12-28  Bill Wohler  <wohler@newt.com>
594         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
596 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
598         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
599         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
600         (vc-annotate-display-autoscale): Adjust call.
601         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
602         Fix interactive spec.
603         (vc-annotate-time-span): Remove.
604         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
605         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
606         (vc-annotate-display-select): Use new name.
608         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
609         (vc-annotate-mode-menu): Remove left-over redundant declaration.
610         Correct the construction of span entries.  Simplify.
611         (vc-annotate-display-select): Fix the nil case.
612         (vc-annotate): Remove obsolete (and now broken) code.
613         (vc-annotate-extract-revision-at-line): Remove obsolete code.
614         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
616 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
618         * subr.el (lazy-completion-table): Correct typo in docstring.
620         * startup.el (command-line): Use `custom-reevaluate-setting' for
621         `send-mail-function'.
623         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
625 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
627         * mail/smtpmail.el (smtpmail-try-auth-methods):
628         Send credentials together with "AUTH PLAIN" command.
630 2005-12-27  Richard M. Stallman  <rms@gnu.org>
632         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
633         mouse-2, go back to previously selected window, so it's selected
634         when mouse-2 command runs.
636 2005-12-27  Juri Linkov  <juri@jurta.org>
638         * descr-text.el (describe-text-sexp): Use square brackets for
639         button [Show] to distinguish it from the property value `show'.
640         (describe-property-list): Use `insert-text-button' with
641         `help-face' type instead of putting face in quotes, because button
642         is not created automatically for a list of faces.
643         (describe-text-properties-1): Put button-type value in quotes to
644         distinguish from plain text "button".
645         (describe-char): Display code point values in hex.  Don't use
646         `symbol-name' for `current-input-method' because it is a string.
647         Use `insert-text-button' with `help-face' type instead of putting
648         hardcoded face in quotes, because button is not created automatically.
650 2005-12-27  Richard M. Stallman  <rms@gnu.org>
652         * progmodes/glasses.el (glasses-face): More specific custom type.
654         * files.el (set-visited-file-name): Doc fix.
656         * textmodes/flyspell.el (flyspell-external-point-words):
657         Use local var buffer-scan-pos to advance scan for next misspelling.
658         Advance it only after we find the misspelling.
660 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
662         * textmodes/flyspell.el (flyspell-external-point-words):
663         New criteria for finding the misspelling in the buffer.
665 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
667         * help-mode.el (help-insert-string): Set help-xref-stack-item
668         rather than call help-setup-xref.
670         * descr-text.el (describe-char): Revert previous changes for
671         optional buffer argument.
673 2005-12-27  Juri Linkov  <juri@jurta.org>
675         * help-mode.el (help-insert-string): New function.  Save buffer
676         contents in cases where it is impossible to recompute the old contents.
678         * descr-text.el (describe-char): Set help-xref-stack-item
679         explicitly after buffer has been generated.
681 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
683         * cus-start.el (all): Add x-gtk-show-hidden-files.
685 2005-12-26  Richard M. Stallman  <rms@gnu.org>
687         * replace.el (perform-replace): Calculate match-again
688         before skipping read-only matches.
690         * paren.el (paren-showing-faces): New group.
691         (show-paren-match, show-paren-mismatch): Move to that group.
693         * button.el (button): Put into group `basic-faces'.
695         * progmodes/make-mode.el: Remove faces from group `faces'.
697         * apropos.el (apropos, apropos-value): Doc fix.
698         (apropos-documentation): Doc fix.
700 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
702         * subr.el (lazy-completion-table): Remove argument `args'.
704         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
705         Don't use the `args' argument of lazy-completion-table.
707 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
709         * descr-text.el (describe-char): Add optional argument for buffer.
710         Set buffer appropriately.  Call help-setup-xref.
711         Suggested by Stefan Monnier.
713 2005-12-26  Juri Linkov  <juri@jurta.org>
715         * descr-text.el: Require `help-fns' at runtime.  Don't require
716         `button' for byte compilation.
717         (describe-text-widget): Add `help-echo' for first button.
718         Use `help-info' for second.
719         (describe-property-list): Use `help-argument-name' instead of `italic'.
720         (describe-text-category): Add prompt to interactive spec.
721         Call `help-setup-xref'.
722         (describe-char): Use `help-character-set'.  Add `help-echo' for
723         code point.  Use `help-input-method'.  Remove superfluous insert.
725 2005-12-25  Richard M. Stallman  <rms@gnu.org>
727         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
728         at point, in case of narrowing.
730         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
732         * locate.el (locate-header-face): Allow nil in type.
734         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
736 2005-12-25  Romain Francoise  <romain@orebokech.com>
738         * battery.el (battery-linux-proc-acpi): Also try
739         `/proc/acpi/thermal_zone/THM0/temperature'.
741 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
743         * custom.el (custom-push-theme): Fix docstring.
745         * cus-edit.el (custom-variable-set, custom-variable-save)
746         (custom-variable-save): Custom-quote widget values.
747         (customize-save-variable): Fix custom-push-theme call.
749 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
751         * w32-fns.el (w32-batch-update-autoloads): New function.
753         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
754         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
755         from the command line.
757 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
759         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
760         reset means to remove setting from theme entirely.  Don't keep
761         expanding theme-settings list; delete old entries if necessary.
763         * cus-edit.el (custom-buffer-create-internal): Move "Erase
764         customization" button one line up.
765         (custom-themed): New face.
766         (custom-magic-alist): New value, THEMED, for theme settings.
767         (custom-variable-state-set, custom-face-state-set):
768         Check theme-value instead of saved-value.
769         (custom-variable-reset-standard, custom-face-reset-standard):
770         Remove theme setting entirely.  Recalculate new values.
771         (custom-variable-set, custom-variable-set)
772         (custom-variable-reset-saved, custom-variable-reset-backup)
773         (custom-face-set, custom-face-reset-saved): Update `user' theme.
774         (custom-variable-save): Fix typos.
776 2005-12-23  Juri Linkov  <juri@jurta.org>
778         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
779         Add autoload cookies.
780         (edebug-outside-d-c-i-n-s-w): New variable.
781         (edebug-display, edebug-outside-excursion): Use it to save the
782         original value of default-cursor-in-non-selected-windows.
783         Set default-cursor-in-non-selected-windows to t while Edebug
784         is active.
785         (edebug-mode, edebug-eval-mode): Doc fix.
787         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
788         with `buffer-substring-no-properties' to remove common substring
789         highlighting.
791         * info.el (info-other-window, info): Rename function argument
792         `file' to `file-or-node'.
793         (Info-complete-menu-item): Use local variable `complete-nodes' to
794         keep the global value of `Info-complete-nodes' unchanged for
795         subsequent completions.
796         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
798         * simple.el (get-next-valid-buffer, last-buffer)
799         (next-error-buffer-p, next-error-find-buffer)
800         (minibuffer-history-sexp-flag): Doc fix.
802         * savehist.el (savehist-mode-hook): Add `:group'.
804         * log-view.el: Call autoload for vc-find-version.
805         (log-view-current-file): Adjust subgroup numbers.
806         (log-view-current-tag): Add `length'.
808 2005-12-23  Richard M. Stallman  <rms@gnu.org>
810         * vc.el (vc-annotate-car-last-cons): Defn moved up.
812 2005-12-23  Juri Linkov  <juri@jurta.org>
814         * hi-lock.el (hi-lock-archaic-interface-message-used)
815         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
816         (hi-lock-mode): Display "Hi" in the mode line only when
817         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
818         (hi-lock-write-interactive-patterns):
819         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
820         (hi-lock-set-pattern, hi-lock-set-file-patterns)
821         (hi-lock-font-lock-hook): Set 3rd arg `how' of
822         font-lock-add-keywords to t.
824 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
826         * hi-lock.el (hi-lock-highlight-range): New variable.
827         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
828         only if font-lock-fontified is non-nil.  Remove overlays.
829         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
830         font-lock-fontified is non-nil, otherwise use overlays (instead of
831         text properties).
832         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
833         New variables.
834         (hi-lock-string-serialize) New function.
836 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
838         * menu-bar.el (menu-find-file-existing): New function.
839         (menu-bar-file-menu): Use menu-find-file-existing for Open.
841         * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
843 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
845         * vc.el: Remove unnecessary leading * in docstrings.
846         (vc-annotate-mode-map): Move initialization into declaration.
847         (vc-static-header-alist): Nitpick on the regexp.
848         (vc-default-init-version): New fun.
849         (vc-register): Use it.
850         (vc-insert-headers): Use dolist.
851         (vc-annotate-get-backend): Remove unused function.
852         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
853         (vc-annotate-mode): Remove corresponding call.
854         (vc-annotate-car-last-cons): Simplify.
855         (vc-annotate-buffers): Remove var.
856         (vc-annotate-backend): Make it buffer-local.
857         (vc-annotate): Move the interaction to the interactive spec.
858         Add a `buf' argument.
859         (vc-annotate-warp-version): Use this new `buf' argument to avoid
860         killing&creating a vc-annotate buffer, which is very disruptive when
861         the buffers are shown in dedicated frames.
863 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
865         * descr-text.el: Add FSF as maintainer.
866         (describe-text-mode, describe-text-mode-map)
867         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
868         help-mode.
869         (describe-text-widget, describe-text-sexp)
870         (describe-property-list, describe-text-category)
871         (describe-text-properties, describe-text-properties-1)
872         (describe-char): Use help buttons instead of widgets.
873         (describe-char-unicodedata-file): Make URL link in doc string.
875 2005-12-22  Richard M. Stallman  <rms@gnu.org>
877         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
878         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
879         Don't include buttons that write a file when there's no file.
880         (custom-variable-menu, custom-face-menu, custom-group-menu):
881         Don't include commands that write a file when there's no file.
882         (customize-browse): Reword the top-of-buffer help intro.
883         (custom-buffer-create-internal): Fix previous change.
884         (customize-changed-options-previous-release): Prev release is 21.1.
885         (customize-changed-options): Doc fix.
886         (customize-changed): New alias.
887         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
888         Say "standard values".
889         (Custom-reset-standard): Doc fix.
890         (custom-face-reset-standard): Doc fix.
892 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
894         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
895         even if font-lock-mode is non-nil since it may be t without having
896         turned on font-lock-mode-internal.
897         (font-lock-choose-keywords): Minor optimization.
898         (font-lock-add-keywords, font-lock-remove-keywords)
899         (font-lock-set-defaults): Don't call make-local-variable on a variable
900         that we know to already be local.
902 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
904         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
905         messages if in the minibuffer.
907 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
909         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
910         (tex-mode-flyspell-verify, flyspell-get-word)
911         (flyspell-external-point-words): Don't use point-min/max uselessly.
913         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
914         by Kevin Rodgers.  Instead, just hide the completions buffer if we
915         don't need to show it.
917 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
919         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
921 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
923         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
924         delete-windows-on with an inexistent buffer.
926 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
928         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
929         Delete defcustom variable :tag names.
931 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
933         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
934         (log-view-font-lock-keywords): Ajust subgroup numbers.
935         (log-view-current-tag): Don't hard code the number of subgroups.
937 2005-12-20  Juri Linkov  <juri@jurta.org>
939         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
940         (tooltip-x-offset, tooltip-y-offset): Doc fix.
942         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
943         (menu-bar-non-minibuffer-window-p): Instead of checking
944         display-multi-frame-p, use selected-frame when menu-updating-frame
945         is nil.
947 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
949         * align.el (align-rules-list): Use [ \t] instead of \s-
950         for column separators in text mode.
952 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
954         * help-mode.el (help-customize-variable, help-customize-face):
955         Don't pop help-xref-stack as help-follow no longer pushes
956         anything on to it.
958 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
960         * textmodes/org.el: (org-agenda-custom-commands): New option.
961         (org-agenda): Offer custom commands on splash screen.
962         (org-make-tags-matcher): Parser for Boolean logic added.
963         (org-agenda-set-tags): New command.
964         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
965         (org-set-tags): Efficiency improvements.
966         (org-auto-align-tags): New option.
967         (org-todo, org-demote, org-promote): Realign tags.
968         (org-tags-completion-function): Use also "&" and "|" as separators.
969         (org-org-menu): Agenda commands simplified.
971 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
973         * cus-edit.el (customize-apropos, customize-apropos-options):
974         Docstring changes.
976         * font-lock.el (font-lock): Add tags to the links in the defgroup.
978 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
980         * longlines.el (longlines-mode): Wrap while widened.
981         (longlines-decode-region, longlines-encode-region): Compute max
982         just once.
984 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
986         * cus-edit.el (mac): New group.
988         * cus-start.el (all): Add user options in macterm.c.  Add test for
989         Mac-related built-ins.  Fix test for GTK-related built-ins.
991         * term/mac-win.el (mac-handle-language-change)
992         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
993         (mac-services-open-selection, mac-services-mail-selection)
994         (mac-services-mail-to, mac-services-insert-text)
995         (mac-dispatch-apple-event): Add docstrings.
996         (x-get-selection, mac-select-convert-to-string): Select coding
997         system from `utf-16be' and `utf-16le' using `byteorder'.
999 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * subr.el (lazy-completion-table): Don't be fooled if the var holds
1002         a "list" (lambda ...) rather than a real completion list.
1004         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
1005         lexical-let when encountering ((lambda (...) ...) ...).
1007 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1009         * progmodes/sh-script.el (sh-mode):
1010         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
1011         * textmodes/picture.el (picture-mode): Update docstrings.
1013 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
1015         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
1016         commands enclosed in $(ARGQUOTE)s should not be split between two
1017         lines, as that will break with GNU Make >3.80, when sh.exe is used
1018         and arg quoting is with '..'.
1019         (autoloads): Don't break the quoted --eval expression between
1020         several lines.
1022 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1024         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
1025         Capture error from printing circular structures.
1027 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1029         * wid-edit.el (widget-checkbox-action): Clear undo info.
1031 2005-12-16  Bill Wohler  <wohler@newt.com>
1033         * menu-bar.el (kill-this-buffer): Set a good example by using menu
1034         bar, not menubar in comment.
1036 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1038         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
1039         After-change-functions should not clobber the match data.
1041 2005-12-16  Juri Linkov  <juri@jurta.org>
1043         * simple.el (choose-completion): Use `buffer-substring-no-properties'
1044         instead of `buffer-substring'.
1045         (completion-common-substring): Doc fix.
1046         (completion-setup-function): Use minibuffer-completion-contents
1047         instead of minibuffer-contents.  Don't set common-string-length
1048         initially.  Remove special handling of partial-completion-mode.
1049         Move computation of completion-base-size into one cond.
1050         Call completion-base-size-function in mainbuf.  In computation of
1051         completion-base-size for file name completion don't move point to
1052         the end of the minibuffer.  Move computation of common-string-length
1053         into one cond.  Start putting faces only when common-string-length>=0.
1054         Add condition to put completions-common-part when
1055         common-string-length>0.
1057         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
1058         place point at the first different character in the minibuffer
1059         even if this position is at the beginning of the minibuffer.
1061         * info.el (Info-read-node-name-1): In completion-base-size-function's
1062         lambda return 1 if common-substring or minibuffer-completion-contents
1063         starts with (, and 0 otherwise.
1065         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
1066         Use `crm-current-element' for second arg of `display-completion-list'.
1068 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
1070         * files.el (set-auto-mode): Look for an interpreter specified on
1071         the first line also if search for mode specification succeeded,
1072         but the mode is not known.
1074 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
1076         * textmodes/org.el: (org-tags-match-list-sublevels): New option.
1077         (org-open-at-point): Implement tag searches as links.
1078         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
1079         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
1080         (org-tags-sparse-tree, org-tags-view, org-set-tags)
1081         (org-agenda-dispatch): New commands.
1082         (org-use-tag-inheritance, org-tags-column): New options.
1083         (org-tab-follows-link, org-return-follows-link): New options.
1084         (org-tags): New customize group.
1085         (org-start-icalendar-file): Get local time zone.
1086         (org-tags-completion-function): New function.
1087         (org-set-font-lock-defaults): Make sure links will also be
1088         highlighted inside headlines.
1090 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
1092         * term.el (term-emulate-terminal):
1093         Let term-handle-ansi-terminal-messages override what Bash says about
1094         its current directory.
1096 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1098         * bindings.el (last-buffer): Move to simple.el.
1099         * simple.el (last-buffer): Move here.
1100         (get-next-valid-buffer): New function.
1101         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
1102         (prev-buffer): Ditto. Rename to `previous-buffer'.
1104         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
1105         * bindings.el (global-map): Ditto.
1107 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
1109         * cus-edit.el: Introductory comment change.
1110         (custom-magic-alist): Change message string for the `rogue' state.
1112 2005-12-15  Richard M. Stallman  <rms@gnu.org>
1114         * tooltip.el: Delete defcustom variable :tag names.
1116         * complete.el (partial-completion-mode): Doc fix.
1118         * textmodes/flyspell.el (flyspell-external-point-words):
1119         Use save-excursion to ensure we don't move backward in the
1120         search loop, not even one character.
1121         (flyspell-delete-all-overlays): Use remove-overlays directly.
1123         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
1124         (ispell-start-process): Set that variable.
1125         Clear ispell-buffer-local-name.
1126         (ispell-internal-change-dictionary):
1127         Set ispell-current-dictionary after killing process.
1128         (ispell-buffer-local-dict):
1129         Don't set spell-personal-dictionary after killing process.
1130         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
1131         (ispell-tex-skip-alists)
1132         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
1134         * net/newsticker.el (newsticker--retrieval-timer-list)
1135         (newsticker--display-timer, newsticker-running-p)
1136         (newsticker-ticker-running-p): Definitions moved up.
1138 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
1140         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
1142 2005-12-15  David Ponce  <david@dponce.com>
1144         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
1145         (recentf-edit-list, recentf-open-files): Signal an error when
1146         there is no recent file.
1148 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1150         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
1151         read-only except for texinfo-format-region evaluation.
1153 2005-12-14  Richard M. Stallman  <rms@gnu.org>
1155         * vc.el (vc-default-previous-version, vc-default-next-version)
1156         (vc-do-command): Doc fixes.
1158 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1160         * textmodes/bibtex.el (bibtex-expand-strings)
1161         (bibtex-autokey-expand-string, bibtex-name-part)
1162         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
1163         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
1164         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
1165         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
1166         (bibtex-entry-postfix, bibtex-known-entry-type-re)
1167         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
1168         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
1169         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
1170         (bibtex-beginning-of-last-entry): Remove.
1171         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
1172         message if comma is missing but buffer is read-only.
1173         (bibtex-parse-field-text): Handle whitespaces at the end of field
1174         text.  Return 3-element list with beginning and end of field text
1175         and end of field.
1176         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
1177         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
1178         (bibtex-search-forward-field, bibtex-search-backward-field):
1179         Search always delimited by limits of entry.  Use more efficient
1180         search algorithms.
1181         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
1182         bibtex-end-of-name-in-field.
1183         (bibtex-text-in-field-bounds): Handle BibTeX strings when
1184         extracting the content of a field.
1185         (bibtex-text-in-field): Use search limits.
1186         (bibtex-parse-string-prefix): Handle empty string keys based on
1187         bibtex-string-empty-key.
1188         (bibtex-parse-string): Fix docstring.
1189         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
1190         (bibtex-preamble-prefix, bibtex-strings): New functions.
1191         (bibtex-skip-to-valid-entry): Include preceding whitespace in
1192         BibTeX entries (consistent with other BibTeX functions).
1193         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
1194         (bibtex-search-entry): Fix docstring.  Simplify.
1195         (bibtex-flash-head, bibtex-complete-string-cleanup)
1196         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
1197         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
1198         (bibtex-parse-entry): New optional arg content.
1199         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
1200         Use bibtex-text-in-field-bounds.
1201         (bibtex-print-help-message): Handle BibTeX strings and preambles.
1202         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
1203         bibtex-parse-string-postfix.
1204         (bibtex-find-text-internal): New function.
1205         (bibtex-remove-delimiters): Use it.
1206         (bibtex-find-text): Use it.  New optional arg help.
1207         (bibtex-complete): Handle BibTeX string and preamble entries.
1208         (bibtex-Preamble): Fix order of closing delimiters.
1210 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1212         * vc.el (vc-default-revert): New fun.
1214         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
1216 2005-12-14  Romain Francoise  <romain@orebokech.com>
1218         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
1219         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
1220         (font-lock-remove-keywords): Likewise.
1222 2005-12-14  Juri Linkov  <juri@jurta.org>
1224         * log-view.el (log-view-diff): Doc fix.
1226         * isearch.el (isearch-query-replace): Use (mark) instead of
1227         isearch-opoint if mark is active in transient-mark-mode.
1229 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
1231         * isearch.el (isearch-query-replace): Check for isearch-other-end.
1233 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
1235         * progmodes/cpp.el (cpp-face): New widget.
1236         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
1238 2005-12-14  Juri Linkov  <juri@jurta.org>
1240         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
1241         around `erase-buffer' and `insert'.
1243         * descr-text.el (describe-text-properties): Replace buffer name
1244         "*Help-2*" with "*Help*<2>".
1245         (describe-char): Add functions print-help-return-message,
1246         toggle-read-only.  Use help-setup-xref with nil to not store
1247         describe-char in help-xref-stack.  Use help-make-xrefs to
1248         make [back] button.
1250         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
1252         * wdired.el (wdired-old-point): New internal variable.
1253         (wdired-change-to-wdired-mode): Set it buffer-locally.
1254         (wdired-abort-changes): Restore point after aborting changes.
1256 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1258         * vc.el (vc-do-command): Add a new value t for okstatus.
1260         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
1261         frame in case of errors.
1263 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1265         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
1266         so it comes after "On the Left" in the menu.
1268 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
1270         * cus-edit.el (customize-apropos, customize-apropos-options)
1271         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
1273 2005-12-12  Bill Wohler  <wohler@newt.com>
1275         * vc-svn.el (vc-svn-registered): Fix problem of visiting
1276         non-writable Subversion-controlled files by saving window
1277         configuration before calling vc-do-command.  vc-do-command calls
1278         pop-to-buffer on error which is unexpected during registration.
1280 2005-12-12  Jay Belanger  <belanger@truman.edu>
1282         * calc/README: Update the summary of changes.
1284 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1286         * descr-text.el (describe-char): Rework last fix to solve the problem
1287         is the same way it's solved for everything else in that function
1288         (i.e. by extracting the info before setting up the *Help* buffer).
1290 2005-12-12  Kim F. Storm  <storm@cua.dk>
1292         * subr.el (version-regexp-alist): Allow space as separator before
1293         non-numeric part, e.g. "1.0 alpha".
1294         (version-to-list): Interpret .X.Y version as 0.X.Y version.
1296 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
1298         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
1299         Implement Logging and the keep-modes setting.
1300         (org-get-category): Make sure a string is returned.
1301         (org-log-done): New function.
1302         (org-log-done, org-closed-string): New options.
1304 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1306         * tooltip.el (tooltip-y-offset): Change default to 20.
1308 2005-12-12  Richard M. Stallman  <rms@gnu.org>
1310         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
1312         * frame.el (display-hourglass): Doc fix.
1314         * help.el (help-for-help-internal): Simplify entry for `a'.
1316         * info.el (Info-on-current-buffer): Doc fix.
1317         (info-insert-file-contents): Don't test (featurep 'jka-compr).
1319         * startup.el (inhibit-splash-screen): Make this the real name.
1320         (inhibit-startup-message): Make this the alias.
1321         (command-line): Find only simple.el, and use its directory
1322         to fill in other preloaded files' names.
1323         (command-line): Deactivate the mark if deactivate-mark is set.
1325         * international/mule.el (load-with-code-conversion):
1326         Bind deactivate-mark.
1328         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1330 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
1332         * cus-edit.el (customize-apropos): Avoid listing an option more
1333         than once under different aliases.  No longer list user options
1334         that are not defined with defcustom (unless a prefix arg is given).
1335         Doc fix.
1336         (customize-apropos-options): Doc fix.
1338 2005-12-11  Juri Linkov  <juri@jurta.org>
1340         * frame.el (set-background-color, set-foreground-color)
1341         (set-cursor-color, set-mouse-color, set-border-color):
1342         Add explicit prompts to read colors by `facemenu-read-color'.
1343         (show-trailing-whitespace, blink-cursor-delay)
1344         (blink-cursor-interval, display-hourglass, hourglass-delay):
1345         Remove tags.
1346         (display-hourglass, hourglass-delay): Doc fix.
1347         (cursor-in-non-selected-windows): Capitalize words in tag.
1349         * faces.el (frame-background-mode): Replace `choice-item' keywords
1350         with `const' to not make [default] button.  Change default value tag
1351         from `default' to `automatic'.  Doc fix.
1352         (trailing-whitespace) <defface>: Change group `whitespace' to
1353         `whitespace-faces'.
1355 2005-12-11  Richard M. Stallman  <rms@gnu.org>
1357         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
1359 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1361         * term/mac-win.el: Create keymap for mac-apple-event-map.
1363 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
1365         * tooltip.el (tooltip-mode): Move to start of file so that it
1366         appears at top of customize buffer.
1368         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1369         Add the gud groupname.
1370         (gud-tooltip-mode): Add the tooltip groupname.
1371         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
1372         avoid conflict with tooltip-use-echo-area.
1374 2005-12-10  Romain Francoise  <romain@orebokech.com>
1376         * help.el (help-for-help-internal): Add `r' in doc string.
1378 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1380         * align.el (align-regexp, align-highlight-rule):
1381         Use region-beginning and region-end instead of point and mark, so that
1382         repetition (with `repeat-complex-command') recomputes the region
1383         bounds.
1385 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1387         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
1388         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
1389         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
1390         (balance-windows): Rewrite using the above new functions.
1392 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
1394         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
1395         react if global-hi-lock-mode seems intended.
1396         (global-hi-lock-mode) Renamed from hi-lock-mode.
1397         (hi-lock-archaic-interface-message-used)
1398         (hi-lock-archaic-interface-deduce): New variables.
1399         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
1400         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1401         (hi-lock-find-patterns, hi-lock-font-lock-hook):
1402         Replace hi-lock-buffer-mode with hi-lock-mode.
1404 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
1406         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
1407         completion list, even after a partial completion has been
1408         inserted in the current buffer.  If there are more than 1
1409         completion, redisplay the *Completions* buffer; if the
1410         completion is unique, delete the *Completions* window.
1412 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
1414         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
1415         strings and long subject lines that were broken into multiple
1416         lines at arbitrary places.  Handle subjects that have "Re: " in
1417         the middle.
1419 2005-12-10  John W. Eaton  <jwe@octave.org>
1421         * emacs/octave-mod.el (octave-electric-space): Don't indent
1422         comments or strings if octave-auto-indent is nil.
1424 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1426         * term/mac-win.el: Require url when compiling.
1427         Call mac-process-deferred-apple-events after loading init files.
1428         (mac-apple-event-map): New defvar.  Define event handlers in it.
1429         (core-event, internet-event): New Apple event class symbols.
1430         (open-application, reopen-application, open-documents)
1431         (print-documents, open-contents, quit-application)
1432         (application-died, show-preferences, autosave-now, get-url):
1433         New Apple event ID symbols.
1434         (about): New HICommand ID symbol.
1435         (mac-event-spec, mac-event-ae): New macros.
1436         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
1437         (mac-ae-selection-range, mac-ae-text-for-search)
1438         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
1439         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
1440         and Services menu events are now defined in mac-apple-event-map.
1441         (mac-drag-n-drop): Remove selection range handling.
1443 2005-12-10  Kenichi Handa  <handa@m17n.org>
1445         * simple.el (zap-to-char):
1446         * isearch.el (isearch-process-search-char): Translate CHAR by
1447         translation-table-for-input.
1449 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
1451         * foldout.el (foldout-exit-fold): Properly hide subtree.
1453 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1455         * files.el (save-buffer):
1456         * international/ucs-tables.el (ucs-set-table-for-input):
1457         * mail/mail-extr.el (mail-extract-address-components):
1458         * mail/sendmail.el (mail-mode): Reformat doc string.
1460 2005-12-09  Juri Linkov  <juri@jurta.org>
1462         * isearch.el (isearch-highlight): Change main overlay priority
1463         from 1 to 1001.  Simplify.
1464         (isearch-lazy-highlight-update): Change lazy overlay priority
1465         from 0 to 1000.
1467         * replace.el (replace-highlight): Change overlay priority from
1468         1 to 1001.
1470         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1471         Change overlay priority from 1 to 1001.  Reuse existing overlay.
1473         * compare-w.el (compare-windows-highlight): Change overlay
1474         priority from 1 to 1000.
1476         * menu-bar.el (menu-bar-edit-menu): Add listp around
1477         pending-undo-list to disable menu item "undo" when pending
1478         undo list is empty.
1480         * locate.el (locate): Disable undo in *Locate* buffer.
1482 2005-12-09  Kim F. Storm  <storm@cua.dk>
1484         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
1486 2005-12-09  David Ponce  <david@dponce.com>
1488         * recentf.el: Improvement of the menu code.
1489         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
1490         instead of menu hook.
1491         (recentf-show-menu, recentf-hide-menu): New functions.
1492         (recentf-menu-customization-changed, recentf-mode): Use them.
1493         (recentf-menu-action, recentf-max-menu-items)
1494         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
1495         (recentf-arrange-by-rule-others)
1496         (recentf-arrange-by-rules-min-items)
1497         (recentf-arrange-by-rule-subfilter) : Don't use
1498         `recentf-menu-customization-changed'.
1499         (recentf-arrange-rules): Likewise.  Accept functions to compute
1500         sub-menu titles.
1501         (recentf-menu-filter): Likewise.  Doc fix.
1502         (recentf-menu-value-shortcut): Doc fix.
1503         (recentf-dump-variable): Quote atom value.
1504         (recentf-make-menu-items): Update to use it as a menu filter.
1505         (recentf-match-rule): New function.
1506         (recentf-arrange-by-rule): Use it.
1507         (recentf-indirect-mode-rule): New function.
1508         (recentf-build-mode-rules): Use it.
1509         (recentf-dir-rule): New function.
1510         (recentf-arrange-by-dir): Use it.
1511         (recentf-filter-changer-current): Rename from
1512         `recentf-filter-changer-state'.  All references updated.
1513         (recentf-filter-changer-alist): Update filter names.
1514         (recentf-filter-changer-select): New function.
1515         (recentf-filter-changer): Use it.  Make a sub-menu from filters
1516         available in `recentf-filter-changer-alist'.
1517         (recentf-data-cache, recentf-clear-data)
1518         (recentf-update-menu): Remove.  All references updated.
1519         (recentf-match-rule-p, recentf-build-dir-rules)
1520         (recentf-filter-changer-goto-next)
1521         (recentf-filter-changer-get-current)
1522         (recentf-filter-changer-get-next): Remove.
1524 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
1526         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
1527         buffer "Reset" button to "Reset to Current" for consistency with
1528         the State buttons.
1530 2005-12-08  John Paul Wallington  <jpw@pobox.com>
1532         * ibuf-ext.el (define-ibuffer-filter filename):
1533         If `dired-directory' is a list then really use its car.
1535 2005-12-08  Kim F. Storm  <storm@cua.dk>
1537         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
1538         indention of text on right side of replaced rectangle.
1540 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
1542         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
1543         No need to check gud-comint-buffer is bound.
1544         (gdb): Prevent multiple debugging when first session uses gdba.
1546 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1548         CC Mode update to 5.31.
1550         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
1551         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
1552         might do this function properly in the future).
1554         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
1555         macros c-sentence-end and c-default-value-sentence end, to cope
1556         with Emacs 22's new function `sentence-end'.
1558 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1560         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
1561         compat issue using `c-put-overlay' and `c-delete-overlay'.
1563         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
1564         compat macros to handle overlays/extents.
1566 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1568         * progmodes/cc-fix.el: Add definitions of the macros push and pop
1569         (for GNU Emacs 20.4)
1571         * progmodes/cc-defs.el:
1572         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
1574         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
1575         highlighting mechanism so it will work in XEmacs too.
1577         * progmodes/cc-defs.el: Insert c-int-to-char.
1579         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
1580         call to the new macro c-int-to-char.  This solves XEmacs's
1581         regarding characters as different from integers.
1583 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1585         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
1586         helper.
1588         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
1589         construct to make the indirect face lookup work in XEmacs.
1591         (c-cpp-matchers): Append the negation char face to the existing
1592         fontification, so that the cpp face doesn't disappear.  Use
1593         `c-make-syntactic-matcher' to avoid negation chars in comments and
1594         strings.
1596         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
1597         to map to `font-lock-negation-char-face' in emacsen where it
1598         exists.
1600 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1602         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
1604         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
1605         "c-subword-move-mode" as "c-subword-mode".
1607         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
1608         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
1610 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1612         * progmodes/cc-mode.el: Added autoload directive for
1613         `c-subword-move-mode' for use in older emacsen.
1615 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1617         * progmodes/cc-mode.el:
1618         (i) Insert a binding for C-c C-backspace into
1619         c-bind-special-erase-keys which works in TTYs.
1620         (ii) Make sure that when file styles are used, any explicitly
1621         given style variables take priority over those in the style.  Do
1622         this by calling `hack-local-variables' a second time.
1624         * progmodes/cc-vars.el: Add language specific customization
1625         widgets for AWK to c-doc-comment-style, c-require-final-newline
1626         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
1627         c-syntactic-element and c-syntactic-context doc-strings by
1628         directly setting their `variable-documentation' propery.  This
1629         allows Emacs 22.1 to read these with C-h v.
1631         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
1632         Monnier).
1634 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1636         * progmodes/cc-fonts.el, cc-vars.el
1637         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
1638         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
1639         Masatake YAMATO.
1641         (c-doc-comment-style): Made GtkDoc default in C mode.
1643         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
1644         and C-c C-<delete>.
1646         (c-bind-special-erase-keys): New function for use on
1647         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
1649         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
1650         <delete> key behavior in XEmacs according to `delete-forward-p'.
1651         C.f. `c-electric-delete'.
1653 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1655         * progmodes/cc-mode.el: Give c-hungry-backspace and
1656         c-hungry-delete-forward permanent key bindings.
1658         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
1659         c-syntactic-context for calls to "criteria functions", for
1660         consistency with other calls to user functions.
1662         * progmodes/cc-cmds.el (c-indent-command): expunge use of
1663         `current-prefix-arg', since this might be the prefix arg to a
1664         command which calls c-indent-command as a function.  Change the
1665         interactive spec from "p" to "P".
1667         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
1668         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
1669         was difficult to understand.
1671 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1673         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
1674         first char of an identifier.
1676         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
1677         +" syntax in C++.
1679 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1681         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
1682         auto-fill doesn't split a c-comment's last word from a hanging
1683         "*/" when a space is typed between them after fill-column.
1685         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
1687         * progmodes/cc-styles.el (c-set-style,
1688         c-setup-paragraph-variables): Abort the command if we're not in a
1689         CC Mode buffer.
1691         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
1692         with blank comment-prefix, and a blank line as the comment's
1693         second line.
1695 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1697         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
1698         Incorporated the patterns added in the Emacs development branch
1699         for the new Emacs 22 face `font-lock-negation-char-face'.
1701         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
1702         of "red" since it stands out better in xterms and DOS terminals.
1704         * progmodes/cc-engine.el (c-literal-faces): Added
1705         `font-lock-comment-delimiter-face' which is new in Emacs 22.
1707 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1709         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
1710         forcibly enable c-electric-flag.
1712         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
1713         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
1714         just after the comment-prefix of a C-style comment will close that
1715         comment.
1717 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1719         * progmodes/cc-fonts.el (c-basic-matchers-before,
1720         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
1721         in Pike.
1723         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
1724         digraphs.
1726         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
1727         (c-cpp-message-directives, c-cpp-include-directives,
1728         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
1729         c-cpp-expr-directives): Introduced new language constants to
1730         control cpp syntax in a cleaner way.
1732         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
1734         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
1736         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
1737         c-multiline-string-start-char): New language constants and
1738         variables to specify how newlines in string literals work.
1740         (c-font-lock-invalid-string): Use them.
1742         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
1743         unbalanced close brace is entered.  Optimization by avoiding going
1744         back over arbitrarily large blocks.  Removed hints that this
1745         function only would be relevant/useful in AWK.
1747         (c-electric-brace): Indent syntactically after the cleanups since
1748         lineup functions might do it differently then.
1750         * progmodes/cc-engine.el, cc-langs.el
1751         (c-opt-op-identifier-prefix): New language constant and variable.
1753         (c-just-after-func-arglist-p, c-after-special-operator-id,
1754         c-search-decl-header-end, c-inside-bracelist-p): Use it.
1756         * progmodes/cc-align.el, cc-engine.el
1757         (c-after-special-operator-id): New helper to handle C++ operator
1758         identifiers.
1760         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1761         c-guess-basic-syntax): Handle C++ operator identifiers in
1762         declarations.
1764         * progmodes/cc-langs.el (c-assignment-operators): Added the
1765         trigraph version of ^= too.
1767         * progmodes/cc-langs.el (c-assignment-operators): Added the
1768         trigraph version of |= in C++.
1770         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1771         `c-decl-hangon-kwds' after the identifier name.
1773         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1774         whether an arglist is "nonempty", ignore a comment after the open
1775         paren if it isn't followed by a non-comment token on the same
1776         line.
1778         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1779         heuristics below the point to cope with classes inside special
1780         brace lists in Pike.
1782 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1784         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1786 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1788         * progmodes/cc-guess.el (cc-guess-install): New function to
1789         install an already guessed style in another buffer.
1791         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1792         sets `inhibit-read-only' - `c-save-buffer-state' should be used
1793         anyway if the change always is undone.
1795 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1797         Implement togglable electricity:
1799         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1800         saying when it should be used.
1802         * progmodes/cc-engine.el: Add the new buffer-local variable,
1803         c-electric-flag.
1805         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1806         c-toggle-auto-newline.
1808         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1809         c-toggle-auto-newline.  Remove the binding for
1810         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
1811         c-toggle-electric-state.
1813         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1815         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1816         c-\(forward\|backward\)-subword.
1817         (c-update-modeline): Add the new modeline flag `l' for
1818         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
1819         `l'.
1820         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
1821         the old name an alias of the new name.
1822         (c-toggle-electric-state): New function.
1823         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1824         Adapt these functions to do electric things only when
1825         c-electric-flag is non-nil.
1826         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1827         new functions from c-electric-brace.
1828         (c-point-syntax): Add a check for "virtual semicolons" in AWK
1829         mode, so that the tentative extra newline doesn't change the
1830         syntax of the following brace.
1831         (c-electric-brace): restructure by extracting the above functions.
1832         Tidy up the coding somewhat.
1833         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1834         restructure a bit.
1836 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1838         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1839         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
1840         idea.
1842         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1843         (c-submode-indicators): Changed name from `c-auto-hungry-string'
1844         since it's now used to track another submode.
1846         (c-update-modeline): Converted to function and extended to check
1847         `c-subword-move-mode'.
1849         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1850         Converted to compat aliases for `c-forward-subword' and
1851         `c-backward-subword'.
1853         * progmodes/cc-subword.el: New functions and minor mode to handle
1854         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1856         (c-forward-subword, c-backward-subword, c-mark-subword,
1857         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1858         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1859         Functions corresponding to the standard word handling functions.
1861         (c-subword-move-mode): Minor mode that replaces all the standard
1862         word handling functions with their subword equivalences.
1864 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1866         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1867         entry for one-liner-defun.
1869         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1870         name in its def-edebug-spec.
1872         * progmodes/cc-cmds.el (c-electric-brace): Make the
1873         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
1874         compacts space before a comment, if this will make things fit on
1875         one line.
1877         Introduce an "awk" style, mainly for auto-newline and clean-ups.
1879         * progmodes/cc-align.el: new function c-snug-1line-defun-close
1881         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1882         clean-up one-liner-defun.
1884         * progmodes/cc-styles.el: Add the new "awk" style.
1886         * progmodes/cc-vars.el: Add description of one-liner-defun to
1887         c-cleanup-list's doc-string.  New user options,
1888         c-max-one-liner-length.  In c-default-style, set the default style
1889         for AWK to "awk".
1891 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1893         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1894         macros inside labels.
1896         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1897         `c-at-statement-start-p' and `c-at-expression-start-p'.
1899         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1900         error if the mark isn't set.
1902         * progmodes/cc-engine.el (c-guess-continued-construct,
1903         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1904         accurately detect functions inside functions.
1906         * progmodes/cc-engine.el (c-at-expression-start-p): New function
1907         like `c-at-statement-start-p' that additionally recognizes commas
1908         and expression parentheses as delimiters.
1910         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1911         to avoid heuristics that doesn't work for unclosed blocks.
1913         (c-at-statement-start-p): New function.
1915         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1916         Objective-C directives, e.g. directives spanning lines should work
1917         reasonably well now.
1919         (c-put-c-type-property, c-clear-c-type-property): New helpers.
1921         (c-forward-objc-directive): New function to move over any ObjC
1922         directive.
1924         (c-just-after-func-arglist-p, c-guess-basic-syntax,
1925         c-basic-matchers-before): Use it.
1927         (c-font-lock-objc-iip-decl): Removed.
1929         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1930         in the template arglist recognition.
1932         * progmodes/cc-styles.el (c-style-alist): Fixed several
1933         inconsistencies in the Whitesmith style.
1935         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1936         lineup function to get lines after Whitesmith style blocks
1937         correctly indented.
1939         (c-lineup-whitesmith-in-block): Backed out the compensation for
1940         opening parens since it's done using `add' lists in the style
1941         definition instead.  Don't use the anchor position since it varies
1942         too much between the syntactic symbols. :P
1944         * progmodes/cc-vars.el (c-valid-offset): Updated.
1946         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1947         lists where the offsets are combined according to several
1948         different methods: `first', `min', `max', and `add'.  Report
1949         offset evaluation errors with `c-benign-error' so that some kind
1950         of reindentation still is done.
1952         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1953         `arglist-intro' the same way as `arglist-cont-nonempty' and
1954         `arglist-close'.
1956         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1957         situations for `arglist-cont-nonempty' and `arglist-close'.
1959         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1960         constant.
1962         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1963         cc-bytecomp-boundp' in a number of places.
1965         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1966         macro related issue.
1968 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1970         * progmodes/cc-awk.el: Change the terminology of regexps: A char
1971         list is now
1972         [asdf], a char class [:alpha:].  Include code for char classes.
1973         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
1974         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1976         Remove (nearly all of) the cruft associated with AWK Mode's former
1977         concept of "virtual semicolons":
1979         Adapt c-beginning-of-statement, c-end-of-statement (together with
1980         subfunctions) to use the new notion of "virtual semicolon" in
1981         place of the old awkward special handling for AWK.  There remains
1982         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1983         * progmodes/cc-cmds.el:
1984         (c-ascertain-adjacent-literal): In the backwards direction, now
1985         recognises AWK regexp delimiters as string delimiters.
1986         (c-after-statement-terminator-p): Adapt for virtual semicolons;
1987         check more rigorously for "end of macro".
1988         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1989         virtual semicolons;
1990         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1991         out the code for forward movement into ...
1992         (c-end-of-statement): Now contains the code for forward movement,
1993         adapted for virtual semicolons.
1995         * progmodes/cc-engine.el:
1996         (c-ws*-string-limit-regexp): new regexp.
1997         (c-forward-single-comment, c-backward-single-comment): Comment out
1998         the (now redundant) "special" AWK stuff.
2000         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
2001         c-string-par-start, c-string-par-separate to be more like Text
2002         Mode than Fundamental Mode.
2004 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2006         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
2007         to the fontified region so that fontification doesn't occur
2008         outside it
2009         (could happen e.g. when fontifying a line with an unfinished
2010         declaration).
2012 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2014         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
2015         moved to near the start of the file.  ^L now separate sections of
2016         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
2017         c-awk-blank-or-comment-line-re,
2018         c-awk-one-line-possibly-open-string-re,
2019         c-awk-regexp-one-line-possibly-open-char-class-re,
2020         c-awk-one-line-possibly-open-regexp-re,
2021         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
2022         c-awk-vsemi-status-unknown-p.
2024         Amend the concept of "virtual semicolons" (in the indentation
2025         engine) for languages like AWK, such that they are now
2026         conceptually attached to end of the last token of a statement, not
2027         the end of the line.  (In AWK Mode, however, the pertinent text
2028         property is still physically set on the EOL.)  Remove the specific
2029         tests for awk-mode, thus facilitating the introduction of other
2030         language modes where EOLs can end statements.  (Note: The
2031         funtionality in cc-cmds.el, specifically
2032         c-beginning/end-of-statement has yet to be amended.)
2034         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
2035         c-vsemi-status-unknown-p.
2037         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
2038         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
2039         c-vsemi-status-unknown-p-fn (in a new page).
2041         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
2042         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
2043         numerous awkward forms like
2044         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
2045         with
2046         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
2047         variable before-ws-ip, the place just after char-before-ip
2048         appears.
2050         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
2051         a comment.
2053 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2055         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
2056         `c-tentative-buffer-changes'.
2058         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
2059         converted to macro to choose between Emacs and XEmacs at compile
2060         time.
2062         (c-set-region-active): New set counterpart to
2063         `c-region-is-active-p'.
2065         (c-tentative-buffer-changes): New macro to handle temporary buffer
2066         changes in a convenient way.
2068         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
2069         for `c-tentative-buffer-changes'.
2071         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
2072         the checks for paren sexps between the point and the keyword, to
2073         avoid some false alarms.
2075         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
2076         Fixed a situation where an error could be thrown for unbalanced
2077         parens.  Changed to make use of c-keyword-member' to avoid some
2078         repeated regexp matches.
2080         (c-opt-lambda-key, c-opt-inexpr-block-key,
2081         c-opt-inexpr-class-key): These language variable are no longer
2082         necessary.
2084         (c-block-stmt-kwds): New language constant used by
2085         c-looking-at-inexpr-block'.
2087         (c-guess-basic-syntax): Removed an optional check that looked at
2088         the existence of the now removed language variables.
2090         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
2091         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
2092         object instantiation expressions as declarations in some contexts.
2093         This bug only affected languages where the declarator can't be
2094         enclosed in parentheses.
2096         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
2097         insert newlines before and after substatement braces.
2099         * progmodes/cc-engine.el: Improved the heuristics for recognizing
2100         function declaration headers and the handling of C++ style member
2101         init lists.
2103         (c-just-after-func-arglist-p): Rewritten to use
2104         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
2106         (c-beginning-of-member-init-list): Removed since it isn't used
2107         anymore.
2109         (c-guess-basic-syntax): Case 5B adapted for the new
2110         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
2111         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
2112         covers all cases now).
2114         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
2116 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2118         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
2119         c-string-par-start/separate c-sentence-end-with-esc-eol,
2120         initialised in c-setup-paragraph-variables, used in string
2121         scanning subroutines of c-beginning-of-statement.
2123         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
2124         which precedes the newly inserted `{'.
2126 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2128         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
2129         function for declaration level blocks.  It should now cope with
2130         templates better and also be a lot more comprehensible.
2132         (c-looking-at-decl-block): The new function.
2134         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
2135         for compatibility.
2137         (c-add-class-syntax, c-guess-continued-construct,
2138         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
2140         (c-decl-block-key): Changed to tell apart ambiguous and
2141         unambiguous keywords.  Pike specials are now handled directly in
2142         the code instead.
2144         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
2145         language constants and variables to make the backward skip in
2146         `c-looking-at-decl-block' as tight as possible.
2148         (c-nonsymbol-token-char-list): New language constant.
2150         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
2151         find balanced template arglists backwards.
2153         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
2154         making char classes for `c-syntactic-skip-backward'.
2156         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
2157         16D - can't be a class-close at that point.
2159         * progmodes/cc-engine.el (c-guess-basic-syntax,
2160         c-add-class-syntax): Don't narrow out the enclosing declaration
2161         level.  This makes everything a lot easier, and it was actually
2162         only four small places that needed it to work.  Some places that
2163         previously did `widen' are removed now, which has the effect that
2164         `c-guess-basic-syntax' never will look at things outside the
2165         current narrowment now.  The anchor position for `topmost-intro'
2166         is affected by this, but it was so bogus it was basically useless
2167         before, and now it's equally bogus but in a slightly different
2168         way.
2170         (c-narrow-out-enclosing-class): Gone.
2172         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
2173         the narrowed region.
2175         (c-least-enclosing-brace): Removed silly optional argument.
2177         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
2178         the point could be left directly after an open paren when finding
2179         the beginning of the first decl in the block.
2181         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
2182         Specify which submatch to use.
2184         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
2186         (c-decl-start-re): No no longer any need for special treatment of
2187         ObjC due to the above.
2189         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
2190         presumably follows C in that regard.
2192         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
2193         New language constants to specify operator tokens inside
2194         identifiers in a more high level way.
2196         (c-opt-identifier-prefix-key): New internal language constant.
2198         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
2199         c-identifier-start, c-identifier-key): Now completely calculated
2200         from other constants.
2202         (c-identifier-last-sym-match): Decommissioned since it's no longer
2203         used.
2205         (c-operators): Use `c-identifier-ops'.  Documented
2206         `postfix-if-paren'.
2208         * progmodes/cc-engine.el (c-forward-name): Removed the
2209         optimization when c-identifier-key is equal to c-symbol-key since
2210         it doesn't work in byte compiled files.  Don't record empty
2211         regions as identifiers.
2213         * progmodes/cc-langs.el (c-filter-ops): New helper function to
2214         simplify access to `c-operators' and its likes.
2216         (c-operator-list, c-all-op-syntax-tokens,
2217         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
2218         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
2219         c-primary-expr-regexp, c-cast-parens): Use it.
2221         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
2222         an explicit language in functions.
2224         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
2225         variant of adornment.
2227         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
2228         variable.
2230         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
2231         the Pike value.
2233         * progmodes/cc-engine.el (c-on-identifier,
2234         c-simple-skip-symbol-backward): Small fix for handling "-"
2235         correctly in `skip-chars-backward'.  Affected the operator lfun
2236         syntax in Pike.
2238         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
2239         diagnostic message about precompiled language vars not being used.
2241         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
2242         "__attribute__" is followed by a parenthesis.
2244         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
2245         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
2246         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
2248         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
2249         cleanups to properly detect the declared identifiers in various
2250         declarations.
2252         (c-decl-start-kwds): New language constant to recognize
2253         declarations that can start anywhere.  Used for class declarations
2254         in Pike.
2256         (c-specifier-key, c-not-decl-init-keywords,
2257         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
2258         c-find-decl-spots): Implement `c-decl-start-kwds'.
2260         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
2261         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
2262         handling of the compiler specific extension keywords into a new
2263         language constant `c-decl-hangon-kwds' that defines keyword
2264         clauses to be ignored in declarations.
2266         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
2267         past unrecognized tokens when handling `c-colon-type-list-kwds'.
2268         Necessary to stop at the declared identifier in e.g. IDL valuetype
2269         declarations.
2271         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
2272         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
2273         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
2274         c-forward-decl-or-cast-1): Recognize the declared identifier in
2275         class and enum declarations as such and not as part of the type.
2277         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
2278         interpretation of PRECEDING-TOKEN-END when there's no preceding
2279         token.
2281         (c-forward-decl-or-cast-1): Don't disregard sure signs of
2282         declarations when there's some syntax error later on.
2284         (c-complex-decl-matchers): Did away with a reference to
2285         `c-specifier-key'.
2287         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
2288         value - this variable is always dynamically bound.
2290         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
2291         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
2292         cc-cmds.el, cc-defs.el: Changed the policy for marking up
2293         functions that might do hidden buffer changes: All such internal
2294         functions are now marked instead of those that don't.
2296         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
2297         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
2298         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
2299         c-literal-type): Allow these functions to make hidden buffer changes,
2300         so that they are free to use text property caching later on.
2302         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
2303         c-electric-brace, c-electric-slash, c-electric-star,
2304         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
2305         c-electric-paren, c-electric-continued-statement, c-indent-command,
2306         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
2307         c-context-line-break): Added `c-save-buffer-state' calls to comply
2308         with the changed semantics of the functions above.
2310         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
2311         when macros occur in obscure places.  Optimized the sexp movement
2312         a bit.
2314 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2316         Enhancements for c-beginning-of-statement to work in AWK Mode:
2318         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
2319         (completed statement) with `}' (statement completed by closing
2320         brace or semicolon) and `$' (statement completed by EOL).
2322         (c-awk-virtual-semicolon-ends-prev-line-p,
2323         c-awk-virtual-semicolon-ends-line-p,
2324         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
2325         c-awk-at-statement-end-p): new functions
2327         * progmodes/cc-cmds.el: Simplify the structure of functions
2328         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
2329         two functions and c-beginning-of-statement to handle AWK Mode.
2331         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
2332         c-backward-single-comment for AWK mode.  Attempt to clarify their
2333         doc-strings.
2335         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
2337 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2339         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
2340         label handling.  Labels are now recognized in a uniform and more
2341         robust way, regardless of context.  Text properties are put on all
2342         labels to recognize the following declarations better.  Multiword
2343         labels are handled both in indentation and fontification for the
2344         benefit of language extensions like Qt.  For consistency, keywords
2345         in labels are now fontified with the label face instead.  That
2346         also applies to "case" and "default".
2348         (c-beginning-of-statement-1): Fixed some bugs in the label
2349         handling.  Disregard `c-nonlabel-token-key' in labels that begin
2350         with `c-label-kwds'.
2352         (c-find-decl-spots): Support that the callback adds more
2353         `c-decl-end' spots to find.
2355         (c-forward-decl-or-cast-1): Don't treat a list of plain
2356         identifiers followed by a colon as a declaration.
2358         (c-forward-label): New function to recognize labels.
2360         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
2361         `c-forward-label'.  Moved the label recognition cases (14 and 15)
2362         earlier since they aren't so context sensitive now.  Handle labels
2363         on the top level gracefully.  Moved access label recognition to
2364         the generic label case (CASE 15) - removed CASE 5E.
2366         (c-font-lock-declarations): Added recognition of labels in the
2367         same round since we need to handle labels in parallell with other
2368         declarations to recognize both accurately.  It should also improve
2369         speed.
2371         (c-simple-decl-matchers, c-basic-matchers-after): Moved
2372         `c-font-lock-labels' so that it only is used on decoration level 2
2373         since `c-font-lock-declarations' handles it otherwise.
2375         (c-complex-decl-matchers): Removed the simplistic recognition of
2376         access labels.
2378         (c-decl-prefix-re): Removed the kludges that was necessary to cope
2379         with labels earlier.
2381         (c-decl-start-re): New language variable to make
2382         `c-font-lock-declarations' stop for the special protection labels
2383         in Objective-C that start with `@'.
2385         (c-label-key): Removed since it's no longer used.
2387         (c-recognize-colon-labels, c-label-prefix-re): New language
2388         constants to support recognition of generic colon-terminated
2389         labels.
2391         (c-type-decl-end-used): `c-decl-end' is now used whenever there
2392         are colon terminated labels.
2394         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
2395         first argument starts with a special brace list.
2397         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
2398         c-font-lock-declarations): Broke out the declaration and cast
2399         recognition from `c-font-lock-declarations' to a new function, so
2400         that it can be used in the indentation engine.
2402         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
2403         up to the start of the literal.  Fixed bug with the point on the
2404         wrong side of the search limit that could happen when the start
2405         position is inside a literal.
2407         * progmodes/cc-engine.el (c-parse-state,
2408         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
2409         so that it's kept a little bit back to increase the hit rate.
2411         (c-parse-state): Changed the macro handling and fixed some
2412         glitches.  Macro context is checked more often than necessary now,
2413         but otoh less garbage conses are generated.
2415         * progmodes/cc-engine.el (c-parse-state,
2416         c-invalidate-state-cache): Cache the last position where
2417         `c-state-cache' applies.  This can speed up refontification quite
2418         a bit in blocks where there are many non-brace parens before the
2419         point.
2421         (c-state-cache-end): New variable for this.
2423         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
2424         cache variable.
2426         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
2427         get close initial continue positions when the start position is
2428         inside a literal or macro.  Do not call the callback for spots
2429         before the start position (which can happen e.g. for `c-decl-end'
2430         spots inside comments).  Optimize better in special cases when the
2431         region is a single line inside a literal or macro (typically when
2432         the current line is refontified).
2434         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
2435         to `c-add-stmt-syntax' - there's no need to explicitly whack off
2436         entries from the paren state.
2438         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
2439         special case for "else if" clauses.
2441         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
2442         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
2444         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
2445         language variable to recognize the gcc extension with statement
2446         blocks inside expressions.
2448         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
2449         it somewhat more comprehensible.  The argument AT-BLOCK-START is
2450         no longer used and hence removed.
2452         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
2453         to `c-add-stmt-syntax'.
2455         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
2456         `c-beginning-of-statement-1' instead of duplicating parts of it.
2457         This fixes bogus label recognition.
2459         * progmodes/cc-engine.el (c-add-type, c-check-type,
2460         c-forward-name, c-forward-type): Improved storage of template
2461         types in `c-found-types' so that they can be recognized better.
2463         (c-syntactic-content): Added option to skip past nested parens.
2465         * progmodes/cc-engine.el (c-forward-name): Set
2466         `c-last-identifier-range' all the time.  It's less work that way.
2467         Handle that there might not be an identifier to store in
2468         `c-last-identifier-range'.
2470         (c-forward-type): Handle that `c-last-identifier-range' might be
2471         nil from `c-forward-name'.
2473         * progmodes/cc-defs.el: (c-safe-scan-lists,
2474         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
2476         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
2477         to work even if the form fails.
2479         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
2480         down in a large file in one go.
2482         (c-get-fallback-start-pos): New helper function for
2483         `c-parse-state'.
2485         * progmodes/cc-align.el (c-lineup-assignments): New lineup
2486         function which is like `c-lineup-math' but returns nil instead of
2487         `c-basic-offset' when it doesn't match.
2489         (c-lineup-math): Changed to use `c-lineup-assignments'.
2491 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2493         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
2494         c-beginning-of-statement.  New subfunctions
2495         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
2497 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2499         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
2500         hardcoded char classes whereever possible.  Changed a couple of
2501         places to use skip by syntax instead of skip by char class.
2503         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
2504         Fixed a bug in the regexp that caused extreme backtracking.
2506         * progmodes/cc-langs.el (c-block-comment-starter,
2507         c-block-comment-ender): New language constants to specify in a
2508         single place how block comments look.
2510         (c-comment-start-regexp, c-block-comment-start-regexp,
2511         comment-start, comment-end, comment-start-skip,
2512         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
2513         c-syntactic-ws, c-nonempty-syntactic-ws,
2514         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
2515         `c-line-comment-starter', `c-block-comment-starter' and
2516         `c-block-comment-ender'.
2518         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
2519         language constants to break up things a bit.
2521         (c-simple-ws): New language constant for simple whitespace.
2523         * progmodes/cc-defs.el (c-concat-separated): New convenience
2524         function.
2526         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
2527         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
2528         newlines.  Allow and ignore nil elements in the list.
2530 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2532         * progmodes/cc-cmds.el: Comment out a (n almost certainly
2533         superfluous) check, (eq here (point-max)) in
2534         c-beginning-of-statement.
2536         * progmodes/cc-cmds.el: Tidy up the comments in
2537         c-beginning-of-statement and subfunctions.
2539         * progmodes/cc-awk.el: Replace calls to put-text-property to the
2540         more flexible c-put-char-property and c-clear-char-properties.
2541         Add the author's email address.
2543         * progmodes/cc-langs.el: New variable,
2544         c-block-comment-start-regexp.
2546         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
2547         closing "*/" of a block comment.
2549         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
2550         subfunctions) so that it works at BOB and EOB.
2552         * progmodes/cc-cmds.el, cc-vars.el: More updating of
2553         c-beginning-of-statement, including new variable
2554         c-block-comment-start-regexp.
2556 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2558         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
2559         symbols from `*-font-lock-extra-types' so that there's no need to
2560         use `regexp-opt' on those lists.
2562         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
2563         `c-type-modifier-kwds' is empty.
2565         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
2566         there are several strings on the same line.
2568         * progmodes/cc-engine.el (c-literal-limits): Removed the
2569         compatibility function for older emacsen.  `c-literal-limits-fast'
2570         has now taken the place of this function.
2572         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
2573         with older emacsen: We now require `pps-extended-state'.
2575 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2577         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
2578         which obviates the need to hack sentence-end.  This now handles
2579         escaped newlines in strings correctly.  Correct minor bugs in
2580         c-move-over-sentence and in c-beginning-of-statement.
2582         * progmodes/cc-cmds.el (c-beginning-of-statement (and
2583         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
2584         that movement over macros and code are rigorously separated from
2585         eachother.  Correct a few incidental bugs.
2587         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
2588         Improve its doc-string.  Improve the handling of certain specific
2589         cases.
2591 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2593         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
2594         (c-guess-basic-syntax): Changed the way class-level labels are
2595         recognized; they can now contain essentially any symbols.
2597         (c-opt-extra-label-key): New language variable to cope with the
2598         special protection label syntax in Objective-C.
2600         (c-opt-access-key): Removed; this is now handled better by
2601         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
2603         (c-complex-decl-matchers): Update to handle that
2604         `c-opt-access-key' no longer exists.
2606         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
2607         improved label recognition in `c-beginning-of-statement-1'.
2609         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2610         Recognize bitfields better.
2612         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
2613         Removed some cruft and fixed a bug that could cause it to go to a
2614         position further down.
2616         * progmodes/cc-langs.el, cc-engine.el
2617         (c-beginning-of-statement-1): Improved detection of labels in
2618         declaration contexts.
2620         (c-beginning-of-decl-1): Use it.
2622         (c-nonlabel-token-key): New language constant and variable needed
2623         by `c-beginning-of-statement-1'.
2625         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
2626         manifested itself due to the correction in `c-forward-sexp'.
2628         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
2629         these behave as documented when used at the buffer limits.
2631         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
2632         (c-type-decl-end-used): Made this a language variable.
2634         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
2635         correctly when `combine-after-change-calls' is used together with
2636         temporary narrowings.
2638         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
2639         labels correctly when the start point is immediately after the
2640         colon.
2642         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
2643         since it isn't used anymore.
2645         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
2646         bracket arglists such as template parens in C++.
2648         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
2649         in the last check-in.  Some optimization.
2651         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
2652         where it could stop at the same level in a preceding sexp when
2653         PAREN-LEVEL is set.
2655         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
2656         text property lookup only when it's needed.
2658         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
2659         Changed the policy for paren marked angle brackets to be more
2660         persistent; once marked they remain marked even when they're found
2661         to be unbalanced in the searched region.  This should keep the
2662         paren syntax around even when individual lines are refontified in
2663         multiline template arglists.
2665         (c-parse-and-markup-<>-arglists): New dynamically bound variable
2666         to control markup so that incorrect angle bracket arglists aren't
2667         marked in contexts where the correct value for
2668         `c-disallow-comma-in-<>-arglists' isn't known.
2670         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
2671         argument has become `c-parse-and-markup-<>-arglists'.
2673         (c-remove-<>-arglist-properties): Removed - no longer used.
2675         (c-after-change-check-<>-operators): New function used on
2676         `after-change-functions' to avoid that "<" and ">" characters that
2677         are part of longer operators have paren syntax.
2679         (c-<>-multichar-token-regexp): New language variable used by
2680         `c-after-change-check-<>-operators'.
2682         (c-after-change): Call `c-after-change-check-<>-operators'.
2684         (c-font-lock-<>-arglists): Use the context properties set by
2685         `c-font-lock-declarations' to set
2686         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
2687         markup.
2689         (c-font-lock-declarations): Removed code that undoes the invalid
2690         markup done by `c-font-lock-<>-arglists'.
2692         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
2693         after `c-font-lock-declarations'.
2695         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
2696         paren-level feature.
2698         (c-guess-basic-syntax): Improved the anchor position for
2699         `template-args-cont' in nested template arglists.  There's still
2700         much to be desired in this area, though.
2702 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2704         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
2705         Make the "Text Filling and Line Breaking" commands work for AWK
2706         buffers.
2708 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2710         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
2711         Removed;
2712         (c-major-mode-is 'awk-mode) can be used instead now.
2714         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
2715         it doesn't work no longer are supported.
2717         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
2718         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
2719         requires support for the syntax-table' text property, which rules
2720         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
2721         cruft associated with those versions.
2723         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
2724         for the `syntax-table' text property, which rules out Emacs 19 and
2725         XEmacs < 21.4.  Removed various compatibility cruft associated
2726         with those versions.
2728         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
2729         support for the `syntax-table' text property.
2731         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
2732         variable and use an extra quoted face name instead.  All the
2733         emacsen flavors handle that correctly.
2735         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
2736         c-font-lock-declarators, c-font-lock-declarations,
2737         c-complex-decl-matchers, c-basic-matchers-after): Use a text
2738         property to mark the items in in declarator lists to handle
2739         refontification inside multiline declarations better.
2741         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
2742         construct like "a * b = c;" as a declaration.
2744 2005-12-08  Kim F. Storm  <storm@cua.dk>
2746         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
2747         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
2748         select either meta, hyper, or super modifier for rectangle commands.
2749         (cua--rectangle-modifier-key): New defvar.
2750         (cua--M/H-key): Use it.  Remove special case for `space'.
2751         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
2752         on X, to meta otherwise.  Always bind C-return to toggle
2753         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
2755         * emulation/cua-rect.el (cua-help-for-rectangle): Use
2756         cua--rectangle-modifier-key.  Handle super modifier too.
2757         (cua--init-rectangles): Always bind C-return to toggle rectangle.
2758         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
2760         * ido.el: Move Acknowledgements and History after Commentary.
2761         Minor changes to Commentary.
2763         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2764         keymap if cua--prefix-override-timer is `shift'.
2765         (cua--shift-control-prefix): New function; emulate "type prefix
2766         key twice" functionality to handle shifted prefix key override.
2767         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2768         commands.
2769         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2771 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
2773         * textmodes/org.el (org-insert-heading): Try to do items before
2774         headings.
2775         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2776         (org-insert-item): New function.
2777         (org-renumber-ordered-list): Don't skip to higher level lists.
2779 2005-12-08  Juri Linkov  <juri@jurta.org>
2781         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2783         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2785         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2787         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2788         the constructed function name fun-1.
2790         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2791         because such links don't lead to parent documentation.
2793 2005-12-08  Kenichi Handa  <handa@m17n.org>
2795         * descr-text.el (describe-char): Use *Help-2* buffer if the
2796         current buffer is *Help*.  Call describe-text-properties while
2797         setting the original buffer.
2799 2005-12-07  Bill Wohler  <wohler@newt.com>
2801         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2802         and causes problems with non-MH users (such as Gnus users).
2804 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
2806         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2807         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2808         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2809         command "info sources".  Move calls to GDB command "list".
2810         (gdb-find-file-hook): Just use gdb-source-file-list.
2811         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2812         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2813         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2814         (gdb-data-list-register-values-handler): Use correct trigger name.
2816 2005-12-07  Kim F. Storm  <storm@cua.dk>
2818         * ido.el (ido-completion-map): Renamed from ido-mode-map.
2819         (ido-common-completion-map, ido-file-completion-map)
2820         (ido-file-dir-completion-map, ido-buffer-completion-map):
2821         Renamed from ido-mode-....-map.
2822         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2823         (ido-setup-completion-map): Renamed from ido-define-mode-map.
2824         (ido-read-internal): Bind minibuffer-local-filename-completion-map
2825         to ido-completion-map.
2827 2005-12-07  Kenichi Handa  <handa@m17n.org>
2829         * international/mule-cmds.el
2830         (set-display-table-and-terminal-coding-system): If the coding
2831         system specified in `unibyte-display' property is different from
2832         the arg coding-system, don't setup standard-display-table.
2834 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2836         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2837         that comments end at \n, regardless of selective-display.
2839 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
2841         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2842         (gdb-version): New variables.
2843         (gdb-source-file-list, gdb-register-names)
2844         (gdb-changed-registers): New variables for use with GDB 6.4+.
2845         (gdb-ann3): Replace with...
2846         (gdb-init-1, gdb-init-2): ...two new functions.
2847         (gdba, gdb-prompt): Call gdb-init-1.
2848         (gdb-get-version): New function.  Call gdb-init-2 from here.
2849         (gud-watch): Make it work with mouse events too.
2850         (gdb-post-prompt): Don't add to queue until GDB version is known.
2851         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2852         (gdb-locals-mode): Use gdb-version.
2853         (gdb-memory-format-map, gdb-memory-unit-map)
2854         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2855         (gdb-locals-font-lock-keywords-1)
2856         (gdb-locals-font-lock-keywords-2): New variables.
2857         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2858         (gdb-set-gud-minor-mode-existing-buffers-1)
2859         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2860         (gdb-var-update-1, gdb-var-update-handler-1)
2861         (gdb-data-list-register-values-handler)
2862         (gdb-data-list-register-values-custom)
2863         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2864         (gdb-stack-list-locals-handler, gdb-get-register-names):
2865         New functions for use with GDB 6.4+.
2866         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2867         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2868         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2869         (gdb-stack-list-locals-regexp)
2870         (gdb-data-list-register-names-regexp): New regexps for use with
2871         GDB 6.4+.
2873 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2875         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2877 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
2879         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2880         prompts work for AUTH PLAIN.  Also reported by Steve Allan
2881         <seallan@verizon.net>.
2883 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2885         * frame.el (set-frame-parameter): Add doc string.
2887 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2889         * textmodes/org.el (org-occur-highlights): New variable.
2890         (org-highlight-new-match, org-remove-occur-highlights): New functions.
2891         (org-highlight-sparse-tree-matches): New option.
2892         (org-do-occur): New function.
2893         (org-get-heading): Make it work also at beginning of line.
2894         (org-category-table): New variable.
2895         (org-get-category-table, org-get-category)
2896         (org-camel-to-words, org-link-search): New functions.
2897         (org-select-this-todo-keyword): New variable.
2898         (org-todo-list): New command.
2899         (org-shiftright, org-shiftleft): New commands.
2900         (org-agenda-todo): Add prefix argument.
2901         (org-show-hierarchy-above): New option.
2902         (org-show-todo-tree): Numerical prefix creates tree for specific
2903         TODO keyword.
2904         (org-outline-level): New function, to assign a level to plain
2905         lists items.
2906         (org-cycle-include-plain-lists): New option.
2907         (org-mode): Use `org-outline-level' as value of `outline-level'.
2908         (org-cycle): Temporarily switch `outline-regexp' if
2909         `org-cycle-include-plain-lists' is non-nil.
2910         (org-start-icalendar-file): Fix format bug.
2911         (org-agenda-get-day-entries): Create category table.
2912         (org-agenda-get-todos, org-agenda-get-timestamps)
2913         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2914         (org-agenda-get-blocks): Use `org-get-category'.
2915         (org-context-in-file-links): Rename from
2916         `org-line-numbers-in-file-links' .
2918 2005-12-06  Romain Francoise  <romain@orebokech.com>
2920         * window.el (balance-windows): Delete extraneous third arg in call
2921         to `enlarge-window'.
2923 2005-12-06  Kenichi Handa  <handa@m17n.org>
2925         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2927 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
2929         * progmodes/gdb-ui.el (gdb-var-create-handler)
2930         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2931         (gdb-var-list-children-handler, gdb-var-update-handler):
2932         Current buffer is already gdb-partial-output-buffer, don't
2933         make it current again.
2935 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
2937         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2938         (list-buffers-noselect): Use it.
2940 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2942         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2943         (mail-yank-ignored-headers): Use regexp-opt.
2944         (mail-mode-map): Move initialization into declaration.
2945         (mail-sent-via): Remove unused shadowed var `to-line'.
2946         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2947         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2948         (mail-do-fcc): Use dolist and push.
2949         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2950         (mail-yank-ignored-headers): Don't autoload.
2952 2005-12-05  Kenichi Handa  <handa@m17n.org>
2954         * international/mule-cmds.el (set-language-info-internal): New fun.
2955         (set-language-info): Call set-language-info-internal to update
2956         language-info-alist.  If LANG-ENV is the current one, call
2957         set-language-environment to make INFO effective now.
2958         (set-language-info-alist): Likewise.
2959         (locale-language-names): With locale "en", use English
2960         lang. env. but set the default codings to iso-8859-1.
2962 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
2964         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2965         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2966         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2967         for plain strings.
2968         (gdb-frames-mode): Remove redundant call to font-lock-mode.
2969         (gdb-all-registers): Rename from toggle-gdb-all-registers.
2970         Create registers buffer if necessary.  Echo new state in minibuffer.
2971         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2973 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
2975         * info.el (Info-fontify-node): Match external links using
2976         non-directory part of filename.
2978 2005-12-04  Juri Linkov  <juri@jurta.org>
2980         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2981         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
2982         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2983         because there is no customization option for it.
2985         * font-lock.el (lisp-font-lock-keywords-1):
2986         Add define-global-minor-mode.
2988         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2990         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2991         properties on the constructed variable names.
2993         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2994         Put `definition-name' properties on the constructed function names
2995         next-sym and prev-sym.
2997         * emacs-lisp/find-func.el (find-function-regexp):
2998         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
2999         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
3000         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
3001         and easy-menu-define.
3003         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
3004         easy-mmode-define-global-mode and define-global-minor-mode.
3005         (lisp-imenu-generic-expression): Add define-global-minor-mode.
3007         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
3008         instead of easy-mmode-define-global-mode.
3010         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3011         Use define-minor-mode instead of easy-mmode-define-minor-mode.
3013         * cus-edit.el (customize-group, customize-group-other-window):
3014         Filter out autoloaded options from the group completion list by
3015         using heuristics that autoloaded groups don't have `custom-autoload'
3016         property on their symbols (they have only `custom-loads').
3018         * simple.el (completion-setup-function): Put completions-common-part
3019         face on complete completion string too (i.e. completion string
3020         without completions-first-difference face).
3022         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
3024 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
3026         * view.el (view-mode): Doc fix.
3028         * disp-table.el (standard-display-european): Add to the warning
3029         message a reference to the doc string.
3031         * play/yow.el (apropos-zippy): Call print-help-return-message,
3032         similar to other Help and Apropos commands.
3034         * help.el (print-help-return-message): If pop-up-frames is
3035         non-nil, set up help-return-method to delete the help window and,
3036         possibly, its frame as well, and don't display message about
3037         scrolling the help window.  Doc fix.
3038         (help-return-method): Doc fix.
3040 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3042         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
3043         whereby names of length one or names starting with a
3044         symbol-constituent character would not be returned.
3046 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3048         * subr.el (atomic-change-group): Add edebug and indentation spec.
3050 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3052         * completion.el (save-completions-file-name): Fix typo in last change.
3054 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3056         * info.el: Move back/forward history to the beginning of the tool bar.
3058 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
3060         * allout.el:(eval-when-compile): Remove unnecessary load of cl.
3061         Add fset of allout-real-isearch-abort during compile to fix
3062         byte-compilation warnings.
3063         (allout-mode-p): Move definition of this macro above all uses, or
3064         byte compilation in barren emacs (eg, during emacs build) will
3065         lack the definition.
3066         (allout-mode): Move this variable above any uses, or byte
3067         compilation will fail.
3068         (allout-resolve-xref): Remove use of personal file-reference function.
3069         (allout-toggle-current-subtree-encryption): Do the current (ie,
3070         visible containing) topic, rather than nearest around point.  Doc fix.
3071         (allout-toggle-subtree-encryption): New function, workhorse that
3072         works on nearest topic containing point.
3073         (allout-encrypt-string): Signal requirement for newer version of pgg.
3074         (allout-resumptions): Doc fix.
3076 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
3078         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
3080 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
3082         * textmodes/flyspell.el (flyspell-external-point-words):
3083         Consider a misspelling as found in the string search if: (a) misspelling
3084         and found string lengths match, or (b) misspelling is found as
3085         element in a boundary-chars separated longer string, or (c)
3086         ispell-program-name is really ispell and misspelling is found as
3087         part of a TeX string.  After successful match move beginning of
3088         search region to end of match.  Warn about not found misspellings
3089         once the process is done.
3090         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
3092 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
3094         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
3095         tool bar (removed inadvertently).
3097 2005-12-02  Juri Linkov  <juri@jurta.org>
3099         * log-view.el (log-view-diff): Clarify doc string.
3101 2005-12-01  Bill Wohler  <wohler@newt.com>
3103         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
3104         triggers lm-verify errors.
3106 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3108         * simple.el (transient-mark-mode, line-number-mode)
3109         (column-number-mode, size-indication-mode): Remove `:require nil'.
3111 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
3113         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
3114         in the margin also.
3115         (gdb-breakpoints-mode-map): Use D instead of d for
3116         gdb-delete-breakpoint.
3117         (gdb-get-frame-number): Require a number to match on.
3118         (gdb-threads-mode-map): Add follow-link binding.
3120 2005-11-30  Jason Rumney  <jasonr@gnu.org>
3122         * isearch.el (isearch-mode-map): Avoid exiting search on
3123         language-change event.
3125 2005-11-30  Romain Francoise  <romain@orebokech.com>
3127         * speedbar.el (speedbar-default-position): New defcustom.
3128         (speedbar-frame-reposition-smartly): Use it.
3130         * dframe.el (dframe-reposition-frame-emacs): Fix position
3131         computation for `left' location.
3132         Update copyright year.
3134 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3136         * help.el (help-map): Move initialization into declaration.
3138         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
3140         * help-fns.el (help-argument-name): Don't autoload.
3141         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
3142         to be re-loaded when customizing the `help' group.
3144 2005-11-30  John Paul Wallington  <jpw@gnu.org>
3146         * help-fns.el (describe-function-1): Fill arglist output.
3148 2005-11-30  Kim F. Storm  <storm@cua.dk>
3150         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
3151         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
3152         after revert-buffer (or anything else which kills all local variables).
3154         * apropos.el (apropos-parse-pattern): Doc fix.
3155         Set apropos-regexp directly, rather than expecting callers to do so.
3156         (apropos-command, apropos, apropos-value, apropos-documentation):
3157         Simplify calls to apropos-parse-pattern.
3159 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3161         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3162         (hi-lock-face-phrase-buffer): Use hi-yellow face.
3163         (hi-lock-write-interactive-patterns): Use comment-region.
3165         * longlines.el (longlines-mode): Add mail-setup-hook.
3167         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
3169         * simple.el (sendmail-user-agent-compose, next-line):
3170         Conditionally use hard-newline.
3172 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3174         * international/latexenc.el (latex-inputenc-coding-alist):
3175         Reword doc string.
3177 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3179         * help.el (describe-key-briefly, describe-key): Recognize default
3180         bindings.
3182 2005-11-29  Romain Francoise  <romain@orebokech.com>
3184         * view.el (view-inhibit-help-message): New defcustom.
3185         (view-mode-enter): Use it.
3187 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
3189         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
3190         Preserve user position.
3192 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
3194         * font-lock.el: Throw error if facemenu is not loaded to prevent
3195         accidental change of loading order in loadup.el.  (Suggested by RMS.)
3197         * loadup.el: Add comment explaining why facemenu must be loaded
3198         before font-lock.
3200 2005-11-28  Jay Belanger  <belanger@truman.edu>
3202         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
3203         (calc-dispatch-map): Add more keys for `calc-same-interface'.
3205         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
3207         * calc/calc-embed.el (calc-do-embedded): Update help message.
3209         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
3211 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3213         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
3215         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
3216         called-interactively-p.
3217         (elp-profilable-p): Rename from elp-not-profilable-p.
3218         Invert result and take into account macros and autoloaded functions.
3219         (elp-instrument-function): Update call.
3220         (elp-instrument-package): Update call.  Add completion.
3221         (elp-pack-number): Use match-string.
3222         (elp-results-jump-to-definition-by-mouse): Merge into
3223         elp-results-jump-to-definition and then remove.
3224         (elp-output-insert-symname): Make help echo text single-line.
3226         * replace.el (query-replace-map): Move initialization into declaration.
3227         (occur-engine): Use with-current-buffer.
3228         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
3229         (occur-mode-mouse-goto): Replace with an alias.
3231 2005-11-28  Juri Linkov  <juri@jurta.org>
3233         * simple.el (quoted-insert): Let-bind input-method-function to nil.
3235         * term/w32-win.el: Bind [S-tab] to [backtab].
3237         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
3238         `Info-find-file' to t.
3240         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
3241         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
3242         and same-window-regexps.
3243         (occur-next-error): Don't move point for arg 0.
3245 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
3247         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
3249 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3251         * log-edit.el (log-edit-changelog-use-first): New var.
3252         (log-edit-changelog-ours-p): Use it.
3253         (log-edit-insert-changelog): Set it with new arg `use-first'.
3254         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
3255         (log-edit-hook): Add them to the list of suggested options.
3257         * textmodes/flyspell.el (flyspell-last-buffer): New var.
3258         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
3259         redundant work.
3260         (flyspell-mode-on): Use add-hook for after-change-functions.
3261         (flyspell-mode-off): Use remove-hook for after-change-functions.
3262         (flyspell-changes): Make it buffer-local.
3263         (flyspell-after-change-function): Make it non-interactive.  Use push.
3264         (flyspell-post-command-hook): Check input-pending-p while processing
3265         the potentially long list of buffer changes.
3267 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3269         * buff-menu.el (list-buffers-noselect): Display the selected
3270         frame's buffer list, not the global one.
3272 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
3274         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
3275         that (list last-input-event) works as in interactive spec.
3277 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3279         * loadup.el ("facemenu"): Load facemenu before font-lock, because
3280         `facemenu-keymap' needs to be defined when font-lock is loaded.
3281         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
3283 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3285         * completion.el: Remove useless leading * in defcustom docstrings.
3286         (save-completions-file-name): Use ~/.emacs.d if available.
3287         (completion-standard-syntax-table): Rename from
3288         cmpl-standard-syntax-table and fold initialization into declaration,
3289         thus removing cmpl-make-standard-completion-syntax-table.
3290         (completion-lisp-syntax-table, completion-c-syntax-table)
3291         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
3292         (cmpl-saved-syntax, cmpl-saved-point): Remove.
3293         (symbol-under-point, symbol-before-point)
3294         (symbol-under-or-before-point, symbol-before-point-for-complete)
3295         (add-completions-from-c-buffer): Use with-syntax-table.
3296         (make-completion): Don't return a list of completion entries.
3297         Update callers.
3298         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
3299         (completion-initialize): Rename from initialize-completions.
3300         (completion-find-file-hook): Rename from cmpl-find-file-hook.
3301         (kill-emacs-save-completions): Collect stats here.
3302         (save-completions-to-file, load-completions-from-file):
3303         Use with-current-buffer.
3304         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
3305         into a function.  Move all calls to toplevel.
3306         (completion-lisp-mode-hook): New fun.
3307         (completion-c-mode-hook, completion-setup-fortran-mode):
3308         Set the syntax-table here.  Use local-set-key.
3309         (completion-saved-bindings): New var.
3310         (dynamic-completion-mode): Make it into a proper minor mode.
3311         (load-completions-from-file): Remove unused var `num-uses'.
3313         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
3314         constructor if it is explicitly overridden.
3316         * complete.el (PC-completion-as-file-name-predicate):
3317         Use minibuffer-completing-file-name.
3318         (partial-completion-mode): Use find-file-not-found-functions.
3319         (PC-lisp-complete-symbol): Use with-syntax-table.
3320         (PC-look-for-include-file): Remove dead setq.
3321         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
3322         (PC-complete): Use with-current-buffer.
3324         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
3325         escape single quotes.
3327 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3329         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
3330         of `if' whose condition always returned nil.  Doc fix.
3332         * buff-menu.el (Buffer-menu-revert-function): Make the selected
3333         window's buffer the current buffer around the call to
3334         `list-buffers-noselect'.  This is necessary to mark that buffer
3335         with a `.' in the Buffer Menu when called from Lisp, for instance
3336         by Auto Revert Mode.
3338 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
3340         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
3341         attaching to it.
3342         (gdb-pre-prompt): Make sure gdb-error is reset.
3344         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
3345         with a child process, detect it.
3346         (gud-speedbar-buttons): Match regexp more carefully.
3348 2005-11-27  Richard M. Stallman  <rms@gnu.org>
3350         * mouse.el (mouse-drag-move-window-bottom):
3351         Use adjust-window-trailing-edge.
3353 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3355         * simple.el (blink-matching-open): Ignore
3356         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
3357         (blink-matching-paren-on-screen): Update docstring.
3359         * paren.el (show-paren-mode): No longer change
3360         `blink-matching-paren-on-screen'.
3362 2005-11-27  John Paul Wallington  <jpw@pobox.com>
3364         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3365         (gdb-threads-select, gdb-edit-register-value):
3366         Use `posn-set-point' instead of `mouse-set-point' because the
3367         latter is not fbound when configured without X.
3369 2005-11-27  Kim F. Storm  <storm@cua.dk>
3371         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
3372         existing face when partially highlighting a TAB in a rectangle.
3374 2005-11-26  Kim F. Storm  <storm@cua.dk>
3376         * ido.el (ido-mode-map): Doc fix.
3377         (ido-mode-common-map, ido-mode-file-map)
3378         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
3379         (ido-define-mode-map): Rewrite.  Select one of the new maps as
3380         parent for ido-mode-map instead of building from scratch.
3381         (ido-init-mode-maps): New defun to initialize new maps.
3382         (ido-mode): Call it.
3383         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
3384         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
3386 2005-11-26  John Paul Wallington  <jpw@pobox.com>
3388         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
3389         `mouse-set-point' because the latter is not fbound when configured
3390         without X.
3392 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
3394         * files.el (file-relative-name): Doc fix.
3396 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
3398         * progmodes/octave-inf.el (inferior-octave-startup): Force a
3399         non-empty string for secondary prompt PS2.
3401 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
3403         * progmodes/compile.el (compilation-setup): Fix last change.
3405 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
3407         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3408         (gdb-mouse-toggle-breakpoint-margin)
3409         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
3410         Add gdb-server-prefix to keep out of command history.
3411         (gdb-edit-register-value): New function.
3412         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
3413         (gdb-info-registers-custom): Use above map.
3415 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
3417         * custom.el (enable-theme): Signal error if argument is not a
3418         theme.  Don't recalculate a face if it's not loaded yet.
3420         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
3421         the `user' theme is in effect.
3423         * info.el (Info-on-current-buffer): Record actual filename in
3424         Info-current-file, instead of t, or a fake filename if a non-file
3425         buffer.  Make autoload.
3426         (Info-find-node, Info-revert-find-node): No need to check for
3427         Info-current-file nil.
3428         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
3429         Info-current-file is now never `t'.
3430         (Info-fontify-node): Many simplifications due to Info-current-file
3431         always being valid.  Use Info-find-file to find node filename.
3433 2005-11-25  David Kastrup  <dak@gnu.org>
3435         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
3436         new character, then delete" in order to preserve markers.
3438 2005-11-25  David Ponce  <david@dponce.com>
3440         * recentf.el (recentf-arrange-by-rule): Handle a special
3441         `auto-mode-alist'-like "strip suffix" rule.
3442         (recentf-build-mode-rules): Handle second level auto-mode entries.
3444 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
3446         * viper-keym.el (viper-ESC-key): Use different values in terminal and
3447         window modes.
3449         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
3450         jde-javadoc-checker-report-mode.
3452         * ediff-wind (ediff-make-wide-display): Slight simplification.
3454         * ediff.el (ediff-date): Change the date of last update.
3456 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
3458         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
3459         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
3460         (hi-lock-mode): New global minor mode.
3461         (turn-on-hi-lock-if-enabled): New function.
3462         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
3463         Change arguments to regexp and face instead of a font-lock pattern.
3464         Directly set face property, instead of refontifying.
3465         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
3466         (hi-lock-find-patterns): Use line-number-at-pos.
3468         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
3469         arguments for hi-lock-set-pattern.
3470         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
3471         font-lock-fontify-buffer.
3472         (hi-lock-find-file-hook, hi-lock-current-line)
3473         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
3475         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
3476         turned off.
3478         * progmodes/compile.el (compilation-setup): Don't fiddle with
3479         font-lock-defaults.
3481 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
3483         * progmodes/gdb-ui.el (gdb-var-create-handler)
3484         (gdb-var-list-children-handler): Find values for all variable
3485         objects.  gud-speedbar-buttons decides whether to display them.
3487 2005-11-24  Romain Francoise  <romain@orebokech.com>
3489         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
3490         buffer name with a space.
3492 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
3494         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
3495         `org-export-local-list-max-depth'.  Change default value to 3.
3496         (org-auto-renumber-ordered-lists)
3497         (org-plain-list-ordered-item-terminator): New options.
3498         (org-at-item-p, org-beginning-of-item, org-end-of-item)
3499         (org-get-indentation, org-get-string-indentation)
3500         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
3501         functions.
3502         (org-move-item-down, org-move-item-up): New commands.
3503         (org-export-as-html): New classes for CSS support.  Bug fix in
3504         regular expression detecting fixed-width regions.  Respect
3505         `org-local-list-ordered-item-terminator'.
3506         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
3507         also a list item.
3508         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
3509         New item moving functions.
3511 2005-11-24  Juri Linkov  <juri@jurta.org>
3513         * isearch.el (isearch-repeat): With empty search ring set
3514         `isearch-error' to the error string instead of signaling error
3515         with the function `error'.
3517 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3519         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
3521 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
3523         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
3524         and variable.
3525         (gdb-var-create-handler, gdb-var-list-children-handler):
3526         Don't match on "char **...".
3527         (gdb-var-update-handler): Find values for all variable objects.
3528         (gdb-info-frames-custom): Identify frames by leading "#".
3530         * progmodes/gud.el (gud-speedbar-menu-items): Add
3531         gdb-speedbar-auto-raise as radio button.
3532         (gud-speedbar-buttons): Raise speedbar if requested.
3533         Don't match on "char **...".
3534         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
3535         Make it editable.
3537 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
3539         * info.el (Info-fontify-node): Handle the case where
3540         Info-current-file is t.
3542 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3544         * simple.el (blink-matching-open): Fix off-by-one in last change.
3546 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3548         * term/mac-win.el: Don't change default directory.
3550 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
3552         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
3553         buffers correctly.  (It used to throw an error in such buffers.)
3554         Make it ask for confirmation in group buffers and other Custom
3555         buffers containing more than one customization item.
3557 2005-11-22  John Paul Wallington  <jpw@gnu.org>
3559         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
3560         property on mail and url overlays.
3561         (goto-address-at-point): Use `posn-set-point' instead of
3562         `mouse-set-point' because the latter is not fbound when configured
3563         without X.
3565 2005-11-22  Lars Hansen  <larsh@soem.dk>
3567         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
3568         (ls-lisp-classify, ls-lisp-format): Delete call to
3569         ls-lisp-parse-symlink.
3570         (ls-lisp-handle-switches): Handle symlinks to directories as
3571         directories when ls-lisp-dirs-first in non-nil.
3573 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
3575         * startup.el (command-line): Make sure that loaddefs.el is handled
3576         correctly in load-history.
3578 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
3580         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
3581         (gdb-struct-string, gdb-array-string): New constants.
3582         (gdb-info-locals-handler): Use them.
3583         (gdb-reset): Reset gdb-var-list to nil.
3585 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3587         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
3588         in patterns.
3590 2005-11-21  Juri Linkov  <juri@jurta.org>
3592         * custom.el (defcustom): Update link types in docstring.
3594 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3596         * custom.el (defgroup): Add doc-string-elt info.
3598         * widget.el (define-widget): Don't use declare for the doc-string-elt.
3600 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3602         * newcomment.el (comment-enter-backward): Fix last fix.
3604         * simple.el (blink-matching-open):
3605         * paren.el (show-paren-function): Allow new paren-class info.
3607 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
3609         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
3610         handled automagically.
3612 2005-11-20  Andreas Schwab  <schwab@suse.de>
3614         * descr-text.el (describe-char): When copying overlays put them
3615         over the full char description instead of just the first character
3616         of it.
3618 2005-11-20  Juri Linkov  <juri@jurta.org>
3620         * simple.el (what-cursor-position):
3621         * descr-text.el (describe-char): Use Lisp-readable syntax
3622         for octal and hex.  Reorder decimal, octal and hex values.
3623         Remove excess whitespace in the output.  Use `=' in `column='
3624         like in `point=' and `Hscroll='.
3626         * international/mule-cmds.el (encoded-string-description):
3627         Use Lisp-readable syntax for hex.
3629 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3631         * newcomment.el (comment-enter-backward): Handle the case where the
3632         comment is closed by EOB.
3634 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3636         * longlines.el (longlines-before-revert-hook)
3637         (longlines-after-revert-hook): New functions.
3638         (longlines-mode): Turn off longlines temporarily when reverting.
3639         Add a message-setup-hook.
3640         (longlines-decode-buffer): New function.
3641         (longlines-wrap-line): Preserve marker positions.
3643 2005-11-19  Andreas Schwab  <schwab@suse.de>
3645         * emacs-lisp/shadow.el: Handle compressed files.
3647 2005-11-19  Romain Francoise  <romain@orebokech.com>
3649         * net/browse-url.el (browse-url-default-browser): Signal an error
3650         if no usable browser can be found, rather than try to load w3.
3652 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
3654         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
3655         replacing existing properties.
3656         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3657         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
3658         tty specs.
3659         (rcirc-server-prefix, rcirc-server): New faces.
3660         (rcirc-url-regexp): Generate with rx macro.
3661         (rcirc-last-server-message-time): New variable.
3662         (rcirc-filter): Record time of last message.
3663         (rcirc-keepalive): Kill processes that did not send a message
3664         since the last ping.
3665         (rcirc-mode): Give rcirc-topic a local binding here.
3667 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
3669         * subr.el (read-passwd): Fontify the prompt as we do with other
3670         prompts.
3672 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
3674         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
3675         binding buffer-read-only to nil.
3677 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3679         * complete.el (partial-completion-mode):
3680         Mention completion-auto-help in the doc string.
3682         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
3683         more Lisp-ish way.
3685 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3687         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
3688         digits, not 8, to avoid misalignment for files larger than 100MB.
3690 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3692         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
3693         Mention "keyboard shortcuts" in the help text.
3695 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3697         * startup.el (fancy-splash-default-action): Discard only
3698         mouse-down and succeeding mouse-up events in the splash screen
3699         window so that drag-n-drop event can be processed.
3701 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
3703         * longlines.el (longlines-mode): Add hacks for mail-mode and
3704         message-mode.
3706 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
3708         * textmodes/org.el (org-table-sort-lines): New command.
3709         (org-tbl-menu): Add entry for `org-table-sort-lines'.
3710         (org-add-file): Command removed, use `org-agenda-file-to-front'
3711         instead.
3712         (org-export-icalendar): Use `org-icalendar-combined-name'.
3713         (org-cycle-agenda-files, org-agenda-file-to-end)
3714         (org-agenda-file-to-front): New commands.
3715         (org-table-tab-jumps-over-hlines,org-export-html-style): New
3716         options.
3717         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
3718         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
3719         New functions.
3720         (org-fill-paragraph): Call `org-table-align' in tables.
3721         (org-mode): Call `org-set-autofill-regexps'.
3722         (org-export-as-html): Support for local handformatted lists.
3723         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
3724         (org-export-local-list-max-depth): New option.
3725         (org-html-expand): Use `org-html-protect'.
3727 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
3729         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
3730         to "p".
3731         (gdb): Move definition of gud-pp to...
3733         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
3734         speedbar.
3735         (gdb-find-watch-expression): New function.
3737 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3739         * faces.el (face-attribute, set-face-attribute): Mention existence
3740         of `:ignore-defface' setting in docstring.
3742 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3744         * simple.el (completion-setup-function): Fix last change.
3746 2005-11-17  John Paul Wallington  <jpw@pobox.com>
3748         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
3749         Use `posn-set-point' instead of `mouse-set-point' because the
3750         latter is not fbound when configured without X.
3752         * comint.el (comint-insert-input): Likewise.
3754 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3756         * simple.el (hard-newline): New variable.
3757         (sendmail-user-agent-compose, next-line): Use it.
3759         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3760         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3761         (mail-mail-reply-to, mail-mail-followup-to)
3762         (mail-position-on-field, mail-signature, mail-yank-original)
3763         (mail-attach-file): Likewise.
3765         * mail/mailheader.el (mail-header-format)
3766         (mail-header-format-function): Likewise.
3768         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3770 2005-11-17  Juri Linkov  <juri@jurta.org>
3772         * font-lock.el (font-lock-faces): Rename this defgroup from
3773         `font-lock-highlighting-faces'.
3774         (font-lock-comment-face, font-lock-comment-delimiter-face)
3775         (font-lock-string-face, font-lock-doc-face)
3776         (font-lock-keyword-face, font-lock-builtin-face)
3777         (font-lock-function-name-face, font-lock-variable-name-face)
3778         (font-lock-type-face, font-lock-constant-face)
3779         (font-lock-warning-face, font-lock-negation-char-face)
3780         (font-lock-preprocessor-face)
3781         (font-lock-regexp-grouping-backslash)
3782         (font-lock-regexp-grouping-construct): Rename :group from
3783         `font-lock-highlighting-faces' to `font-lock-faces'.
3785         * cus-edit.el (lisp, c, tex):
3786         * progmodes/ada-mode.el (ada):
3787         * progmodes/asm-mode.el (asm):
3788         * progmodes/cperl-mode.el (cperl-faces):
3789         * progmodes/cpp.el (cpp):
3790         * progmodes/dcl-mode.el (dcl):
3791         * progmodes/f90.el (f90):
3792         * progmodes/fortran.el (fortran):
3793         * progmodes/icon.el (icon):
3794         * progmodes/idlwave.el (idlwave-misc):
3795         * progmodes/m4-mode.el (m4):
3796         * progmodes/make-mode.el (makefile):
3797         * progmodes/meta-mode.el (meta-font):
3798         * progmodes/modula2.el (modula2):
3799         * progmodes/octave-mod.el (octave):
3800         * progmodes/pascal.el (pascal):
3801         * progmodes/perl-mode.el (perl):
3802         * progmodes/prolog.el (prolog):
3803         * progmodes/ps-mode.el (PostScript-edit):
3804         * progmodes/scheme.el (scheme):
3805         * progmodes/sh-script.el (sh-script):
3806         * progmodes/simula.el (simula):
3807         * progmodes/tcl.el (tcl):
3808         * textmodes/nroff-mode.el (nroff):
3809         * textmodes/reftex-vars.el (reftex-fontification-configurations):
3810         * textmodes/sgml-mode.el (sgml):
3811         * textmodes/texinfo.el (texinfo):
3812         Add :link (custom-group-link font-lock-faces) to defgroup.
3814         * hi-lock.el (hi-lock): Rename this defgroup from
3815         `hi-lock-interactive-text-highlighting'.  Change parent group from
3816         `faces' to `font-lock'.  Add link to the manual.
3817         (hi-lock-mode, hi-lock-file-patterns-range)
3818         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3819         `hi-lock-interactive-text-highlighting' to `hi-lock'.
3820         (hi-lock-faces): Add :group `faces'.
3822         * cus-edit.el (custom-variable-prompt): Clarify the code.
3824         * faces.el (face-read-string): Set the default value arg of
3825         completing-read.
3827 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
3829         * rfn-eshadow.el (file-name-shadow-properties)
3830         (file-name-shadow-tty-properties, file-name-shadow-mode):
3831         Remove autoloads, because the file is now preloaded.
3833 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3835         * printing.el (easy-menu-intern): Don't define.
3836         (pr-get-symbol): Use easy-menu-intern only if defined.
3838         * simple.el (blink-matching-open): Simplify a bit.
3839         (completion-setup-function): Fix the case of partial-completion-mode
3840         when the minibuffer's contents start with "-".
3841         Obey completion-base-size-function even when
3842         minibuffer-completing-file-name is non-nil.
3844 2005-11-16  Richard M. Stallman  <rms@gnu.org>
3846         * net/eudcb-ph.el (eudc-ph-open-session):
3847         Use set-process-query-on-exit-flag.
3849         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3851         * international/ucs-tables.el (ucs-set-table-for-input):
3852         Use make-local-variable, not make-variable-buffer-local.
3854         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3855         Improve warning message text.
3857         * savehist.el (savehist-save-hook): Add :group.
3859         * menu-bar.el (menu-bar-help-menu):
3860         Rename Find Extra Packages to External Packages.
3862         * cus-edit.el (Custom-reset-standard): Verify that
3863         :custom-standard-value prop exists before calling it.
3865         * apropos.el (apropos-calc-scores): Use apropos-pattern.
3867 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3869         * wid-edit.el (color): Enclose %t in %{...%}.
3871         * cus-edit.el (face): Enclose %t in %{...%}.
3873 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
3875         * savehist.el (savehist-mode-hook): Re-add the var.
3876         (savehist-mode): Use it.
3878 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3880         * textmodes/flyspell.el: Fix commenting convention.
3881         Remove unnecessary leading * in custom docstrings.
3882         (flyspell-emacs): Remove unused var.
3883         (flyspell-delete-region-overlays): Use remove-overlays.
3884         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3885         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3886         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3887         (flyspell-debug-signal-word-checked): Use with-current-buffer.
3888         (make-flyspell-overlay): Don't locally reuse a global name.
3889         (flyspell-highlight-incorrect-region)
3890         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3891         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3892         (flyspell-notify-misspell): Remove unused args `start' and `end'.
3893         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
3894         Wrap calls to accept-process-output inside with-local-quit since it's
3895         often called from a post-command-hook.
3896         (flyspell-correct-word, flyspell-auto-correct-word):
3897         Use ispell-send-string.
3898         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
3900         * calendar/diary-lib.el (diary-list-entries): Also hide the
3901         terminating newline.
3903 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
3905         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3906         window-system, to allow fonts on tty.
3908 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
3910         * progmodes/gud.el (gud-speedbar-item-info): New function.
3911         (gud-install-speedbar-variables): Use it to display data type
3912         of watch expression as a tooltip in speedbar.
3914 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3916         * font-core.el (global-font-lock-mode): Add :version keyword,
3917         because default was changed.
3919         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3921         * startup.el (command-line): Use `custom-reevaluate-setting' for
3922         `file-name-shadow-mode'.
3924         * loadup.el: Preload rfn-eshadow.
3926         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3927         Add :version keyword.
3928         (file-name-shadow-properties, file-name-shadow-tty-properties)
3929         (file-name-shadow): Add :version keyword.
3931         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3932         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3933         in the custom-group property of the symbol frames and the fringe
3934         group got no link to its parent group frames.
3935         Doc fix.
3937 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3939         * progmodes/gud.el (gud-stop-subjob): New function.
3940         (gud-menu-map, gud-tool-bar-map): Use it.
3942 2005-11-16  Kim F. Storm  <storm@cua.dk>
3944         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3945         than kill it.
3946         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
3947         to a more useful/logical place.
3949 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3951         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3952         go buttons complementary.
3954 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3956         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3957         (rfn-eshadow-sifn-equal): New function.
3958         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3960 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3962         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3963         string.
3965         * viper.el (viper-emacs-state-mode-list): Ensure that
3966         rcirc-mode buffers come up in Emacs state.
3968         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3969         operation.
3971 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3973         * term.el (term-termcap-format): Fix typos.
3974         (term-down): Fix the negative argument case.
3976 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3978         * progmodes/gdb-ui.el: Remove face-alias left over from change on
3979         2005-08-15.
3980         (gdb-ann3): New command gud-go.
3981         (menu): Accomodate gdb-mi.el.
3982         (gdb-assembler-custom): Make buffer of selected window current
3983         so that set-window-point works.
3985         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3986         buttons and include new ones.
3988 2005-11-16  Kim F. Storm  <storm@cua.dk>
3990         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3991         (gud-menu-map): Use it.
3993 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3995         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3996         that works correctly for Custom and that does not override a user
3997         who disables it.
3999         * help-mode.el (help-make-xrefs, help-xref-on-pp)
4000         (help-xref-interned, help-follow): Make hyperlinks for variables
4001         that are unbound, but have a non-nil variable-documentation property.
4003         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
4004         mode hook.  (It conflicted with defcustoms for some mode hooks.)
4005         Use the `variable-documentation' property to give the mode hook a
4006         docstring and expand that docstring.
4008 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
4010         * savehist.el (savehist-mode): Don't bother with
4011         `custom-set-minor-mode'.
4012         (savehist-coding-system): Check XEmacs version.
4013         (history-length): Declare also at run time.
4014         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
4015         Don't set the customize state.
4016         (savehist-minibuffer-hook): Special case for when
4017         minibuffer-history-variable is equal to t.
4019 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4021         * files.el (write-file): Refresh VC status.
4023         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
4024         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
4025         than fundamental-mode to see if the mode was set.
4027 2005-11-14  Romain Francoise  <romain@orebokech.com>
4029         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
4030         dummy function in `eval-when-compile' to avoid compiler warning.
4031         Require `man' at compile time.
4033 2005-11-14  Jay Belanger  <belanger@truman.edu>
4035         * calc-alg.el (calcFunc-write-out-power): Rename it to
4036         calcFunc-powerexpand.
4037         (math-write-out-power): Rename it to math-powerexpand; have it
4038         handle negative exponents.
4039         (calc-writeoutpower): Rename it to calc-powerexpand.
4041         * calc-ext.el: Change calcFunc-writeoutpower and
4042         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
4043         autoloads.
4044         Add calcFunc-ldiv to autoloads.
4046         * calc-arith.el (calcFunc-ldiv): New function.
4048         * calc.el (calc-left-divide): New function.
4050 2005-11-14  Juri Linkov  <juri@jurta.org>
4052         * cus-edit.el (custom-variable-prompt): Set the default value arg
4053         of completing-read.
4055         * cus-dep.el (custom-make-dependencies): Reverse the list of
4056         found dependencies.
4058 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4060         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
4061         Highlighting" entry, it is on by default now.
4062         (menu-bar-options-save): Do not save global-font-lock-mode.
4064 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4066         * textmodes/flyspell.el (flyspell-large-region):
4067         Call flyspell-accept-buffer-local-defs.
4069 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
4071         * textmodes/flyspell.el (flyspell-notify-misspell):
4072         Fix misspelling of "Misspelling".
4073         (flyspell-process-localwords): New function.
4074         (flyspell-large-region): Call flyspell-process-localwords and
4075         flyspell-delete-region-overlays.
4076         (flyspell-delete-region-overlays): New function.
4077         (flyspell-delete-all-overlays): Call that.
4079 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4081         * help.el (help-for-help-internal): Improve doc of C-h a.
4082         (describe-key): Improve prompt; doc fix.
4084 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4086         * vc-svn.el (vc-svn-registered): Catch all errors.
4088         * cus-dep.el (custom-make-dependencies): Typo.
4090 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
4092         * net/tramp-util.el (top): Fix compilation warning.
4094 2005-11-13  Kim F. Storm  <storm@cua.dk>
4096         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
4098 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4100         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
4101         (gud-speedbar-buttons): Match on "const char *" too.
4103         * progmodes/gdb-ui.el (gdb-var-create-handler)
4104         (gdb-var-list-children-handler): Match on "const char *" too.
4105         (gdb-var-evaluate-expression-handler): Match on empty string.
4106         (gdb-var-update-handler): Only call
4107         gdb-var-evaluate-expression-handler when required.
4109 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4111         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
4112         selected window.  This still doesn't work for speedbar.
4113         (gud-speedbar-buttons): Handle string expressions properly.
4115         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4116         (gdb-var-create-handler): Handle string expressions properly.
4117         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
4118         Handle string expressions properly.  Move "type" field into regexp.
4120 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4122         * bookmark.el (bookmark-maybe-message): New function to reduce
4123         code duplication: invokes `message' iff baud-rate is high enough.
4124         (bookmark-write-file): Use above instead of an inline conditional.
4125         (bookmark-load): Same.
4127 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4129         * bookmark.el (bookmark-write-file): Don't visit the destination
4130         file, just write the data to it using write-region.  This is
4131         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
4132         change to avoid visiting the file in the first place.
4134 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
4136         * hi-lock.el (hi-lock-mode): Set the default value of
4137         font-lock-defaults.
4139 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
4141         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
4142         arg to `file-attributes'.
4143         (find-lisp-format): The UID and GID can now be strings.
4145 2005-11-12  Kim F. Storm  <storm@cua.dk>
4147         * help.el (help-map): Bind C-h d to apropos-documentation.
4149         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
4150         when point is at end-of-buffer.
4152         * apropos.el (apropos-match-face): Doc fix.
4153         (apropos-sort-by-scores): Add new choice `verbose'.
4154         (apropos-documentation-sort-by-scores): New defcustom.
4155         (apropos-pattern): Now contains the pattern entered by the user.
4156         (apropos-pattern-quoted): New defvar.
4157         (apropos-regexp): New defvar, containing the regexp corresponding
4158         to apropos-pattern.
4159         (apropos-all-words-regexp): Rename from apropos-all-regexp.
4160         (apropos-read-pattern): New defun.  Use it to read pattern arg in
4161         interactive calls; returns list of words for a word list, and
4162         string for a regexp.
4163         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
4164         parses a list of words or regexp as returned by apropos-read-pattern.
4165         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
4166         (apropos-score-doc): Return a very high score if the string
4167         entered by the user matches literally.
4168         (apropos-variable): Doc fix.  Use apropos-read-pattern.
4169         (apropos-command): Doc fix.  Use apropos-read-pattern and
4170         apropos-parse-pattern.  Call apropos-print with nosubst=t.
4171         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
4172         apropos-parse-pattern.
4173         (apropos-documentation): Doc fix. Use apropos-read-pattern and
4174         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
4175         apropos-documentation-sort-by-scores.  Call apropos-print with
4176         nosubst=t.
4177         (apropos-documentation-internal): Pass doc string through
4178         substitute-key-definition before adding text properties.
4179         Highlight substring matching literal user input if possible.
4180         (apropos-documentation-check-doc-file): Remove locals beg and end.
4181         Fix calculation of score (as added twice).  Pass doc string through
4182         substitute-key-definition before adding text properties.
4183         (apropos-documentation-check-elc-file): Pass doc string through
4184         substitute-key-definition before adding text properties.
4185         Highlight substring matching literal user input if possible.
4186         (apropos-print): Add new arg NOSUBST; if set, command and variable
4187         doc strings have already been passed through substitute-key-definition.
4188         Add code to handle apropos-accumulator items without score element
4189         for backwards compatibility (e.g. with woman package).
4190         Only show scores if apropos-sort-by-scores is `verbose'.
4192 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4194         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
4195         Add jka-compr-load-suffixes to load-suffixes.
4197         * jka-compr.el: Require jka-cmpr-hook.
4198         (jka-compr-info-compress-message, jka-compr-info-compress-program)
4199         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
4200         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
4201         (jka-compr-info-can-append, jka-compr-info-strip-extension)
4202         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
4203         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
4204         (jka-compr-uninstall): Remove entries from
4205         jka-compr-added-to-file-coding-system-alist after they are used.
4206         (jka-compr-error): Remove unused var `curbuf'.
4207         (jka-compr-file-local-copy): Remove unused var `notfound'.
4209 2005-11-10  Romain Francoise  <romain@orebokech.com>
4211         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
4213 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
4215         * progmodes/gud.el (gud-menu-map): Move parentheses.
4216         (gdb): New command gud-pv.
4218 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4220         * tar-mode.el: Remove spurious or unnecessary leading stars
4221         in docstrings.
4222         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
4223         (tar-parse-octal-integer-safe): Use mapc.
4224         (tar-header-block-summarize): Remove unused var `ck'.
4225         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
4226         cleared before.  Obey default-enable-multibyte-characters.
4227         Use mapconcat.  Simplify setting of tar-header-offset.
4228         (tar-mode-map): Move initialization inside delcaration.
4229         (tar-flag-deleted): Use `abs'.
4230         (tar-expunge-internal): Remove unused var `line'.
4231         (tar-expunge-internal): Don't hardcode point-min==1.
4232         (tar-expunge): Widen while doing set-buffer-multibyte.
4233         (tar-rename-entry): Use file-name-coding-system.
4234         (tar-alter-one-field): Don't hardcode point-min==1.
4235         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
4236         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
4238 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4240         * add-log.el (add-log-current-defun): Handle class::method
4241         notation of c++. Fix incorrect comment.
4243 2005-11-10  Alan Mackenzie  <acm@muc.de>
4245         * help-fns.el (describe-variable): Make C-h v work when a variable
4246         has variable documentation yet is unbound.
4248 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4250         * man.el (Man-highlight-references): Set an empty
4251         string to `Man-arguments' if it is nil.
4252         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
4254 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4256         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
4257         commenting conventions.
4259         * cus-dep.el (custom-make-dependencies): Simplify.
4260         Better follow the commenting conventions.
4262 2005-11-09  Richard M. Stallman  <rms@gnu.org>
4264         * apropos.el (apropos-pattern): Rename from apropos-regexp.
4265         (apropos-orig-pattern): Rename from apropos-orig-regexp.
4266         All uses changed.
4267         (apropos-rewrite-regexp): Doc fix.
4268         (apropos-variable, apropos-command, apropos, apropos-value):
4269         Change prompt; carry through the argument renaming.
4271 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
4273         * find-lisp.el: Require dired.
4274         (find-lisp-find-dired-internal): Do not call
4275         `abbreviate-file-name' on DIR.
4277 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
4279         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
4281 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
4283         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
4284         when using the speedbar.
4285         (gdb): New command gud-pp.
4286         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
4288 2005-11-09  Juri Linkov  <juri@jurta.org>
4290         * replace.el (occur-excluded-properties): New defcustom.
4291         (occur-1, occur-engine, occur-accumulate-lines): Use it.
4293 2005-11-08  Jay Belanger  <belanger@truman.edu>
4295         * calc/calc-units.el (math-convert-units): Replace any composite
4296         unit by its definition.
4298 2005-11-08  Lars Hansen  <larsh@soem.dk>
4300         * emacs-lisp/autoload.el (update-directory-autoloads):
4301         Add obsolete function alias.
4303 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4305         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4306         comment-indent-function.
4307         (lisp-comment-indent): Replace by an alias for comment-indent-default.
4309         * reveal.el (reveal-post-command): Rework the handling of
4310         reveal-open-spots, so as to be more reliable.  There were several
4311         tricky corner cases where an open spot might be lost, or where
4312         a closed spot might end up on the list of open spots.
4313         Only reveal text that's ellipsised.
4315 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
4317         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
4319 2005-11-07  John Paul Wallington  <jpw@gnu.org>
4321         * ibuffer.el (ibuffer): Search iconified frames too when
4322         getting Ibuffer buffer's window.
4324 2005-11-06  Richard M. Stallman  <rms@gnu.org>
4326         * progmodes/compile.el (compilation-internal-error-properties):
4327         save-excursion around the computation of MARKER.
4329 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
4331         * textmodes/flyspell.el (flyspell-external-point-words):
4332         flyspell-get-word returns a list, not just a string.
4334 2005-11-06  John Paul Wallington  <jpw@pobox.com>
4336         * ibuffer.el (ibuffer): Search all visible frames when getting
4337         Ibuffer buffer's window.
4339 2005-11-07  Masatake YAMATO  <jet@gyve.org>
4341         * man.el (Man-reference-regexp): Accept spaces between
4342         `Man-name-regexp' and `Man-section-regexp'.
4343         (Man-apropos-regexp): New variable.
4344         (Man-abstract-xref-man-page): Use value for `Man-target-string'
4345         if available.
4346         (Man-highlight-references, Man-highlight-references0):
4347         Handle the case when `Man-arguments' includes "-k".
4348         (Man-highlight-references0): Rename the argument `TARGET-POS' to
4349         `TARGET'. `TARGET' can be a number, function or nil.
4351 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
4353         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
4354         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
4355         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
4356         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
4357         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
4358         (gdb-send-item): Use buffer-local-value and simplify.
4360 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
4362         * startup.el (command-line): Use `custom-reevaluate-setting' for
4363         `global-font-lock-mode'.
4365         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
4366         by default, except in batch mode or when the -D option is given.
4368         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
4369         specified keyword args on to `define-minor-mode'.  Update docstring.
4371 2005-11-05  Romain Francoise  <romain@orebokech.com>
4373         * replace.el (occur-engine): Add marker at end of line, too.
4375 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
4377         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4378         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4379         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4380         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4381         argument to all these routines, so the passphrase can be managed
4382         externally and passed in to the system.
4383         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4384         pgg-add-passphrase-to-cache function.
4386         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4387         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4388         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4389         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4390         argument to all these routines, so the passphrase can be managed
4391         externally and passed in to the system.
4392         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4393         function.
4395 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4397         * font-lock.el: Don't deal with font-lock-face-attributes here,
4398         move the code ...
4400         * startup.el (command-line): ... here. Use face-spec-set instead
4401         of custom-declare-face.
4403         * faces.el (face-spec-set): Reset the face if spec is not nil.
4405 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4407         * newcomment.el (comment-region-internal): Box more tightly in the
4408         common case where there's no TAB in the boxed text.
4410 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4412         * info.el (info-tool-bar-map): Use images prev-node, next-node and
4413         up-node.
4415 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
4417         * newsticker.el: Commentary updated. Code formatting changed.
4418         (newsticker-version): Change to "1.9".
4419         (newsticker, newsticker-feed): Doc fix.
4420         (newsticker-url-list): Doc fix.  Add option "Weekly".
4421         (newsticker-retrieval-interval): Add option "Weekly".
4422         (newsticker-headline-processing): Doc fix.
4423         (newsticker-auto-mark-filter): Remove.
4424         (newsticker-auto-mark-filter-list): New.
4425         (newsticker-layout, newsticker-sort-method): Doc fix.
4426         (newsticker-hide-old-items-in-newsticker-buffer)
4427         (newsticker-heading-format, newsticker-item-format)
4428         (newsticker-desc-format): Doc fix.
4429         (newsticker-show-all-rss-elements): Remove.
4430         (newsticker-show-all-news-elements): New.
4431         (newsticker-faces, newsticker-ticker): Doc fix.
4432         (remove-from-invisibility-spec): Code formatting.
4433         (newsticker--process-ids): New.
4434         (newsticker-mode): Doc fix.
4435         (newsticker-mode): Change mode-line-format.
4436         (newsticker-start): Remove debug output.
4437         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
4438         (newsticker-w3m-show-inline-images): Code formatting.
4439         (newsticker-next-item): Call `force-mode-line-update'.
4440         (newsticker-previous-item): Call `force-mode-line-update'.
4441         (newsticker-next-feed): Call `force-mode-line-update'.
4442         (newsticker-previous-feed): Call `force-mode-line-update'.
4443         (newsticker-mark-all-items-at-point-as-read): Code formatting.
4444         (newsticker-show-old-items): Do not show descs.
4445         (newsticker-hide-entry): Hide too much.
4446         (newsticker-hide-entry, newsticker-show-entry)
4447         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
4448         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
4449         (newsticker-toggle-auto-narrow-to-item): Code formatting.
4450         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
4451         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
4452         (newsticker-get-news): Call `force-mode-line-update'.
4453         Collect process ids.
4454         (newsticker--sentinel): Change coding system handling.
4455         Move image retrieval to new functions newsticker--get-logo-url-*.
4456         Move feed parsing to new functions newsticker--parse-*.
4457         Update list of process ids.
4458         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
4459         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
4460         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
4461         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
4462         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4463         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
4464         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
4465         (newsticker--decode-coding-string): Remove.
4466         (newsticker--decode-numeric-entities): Check input.  Format code.
4467         (newsticker--remove-whitespace): Check input.
4468         (newsticker--do-forget-preformatted): Doc fix.
4469         (newsticker--decode-rfc822-date): Allow for missing time.
4470         (newsticker--update-process-ids): New.
4471         (newsticker--image-sentinel): Change comment.
4472         (newsticker--image-read): Change error message.
4473         (newsticker--imenu-goto): Doc fix.  Show headline title.
4474         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
4475         (newsticker--buffer-do-insert-text): Clean whitespace in
4476         html-rendered headline title.  Code formatting.
4477         Call `newsticker--buffer-print-extra-elements'.
4478         (newsticker--buffer-print-extra-element): Remove.
4479         (newsticker--buffer-print-extra-elements): New.
4480         (newsticker--buffer-do-print-extra-element): New.
4481         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
4482         large sizes.
4483         (newsticker--run-auto-mark-filter)
4484         (newsticker--do-run-auto-mark-filter):
4485         Use `newsticker-auto-mark-filter-list'.
4487 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
4489         * net/rcirc.el: Use split-string OMIT-NULLS argument.
4490         (rcirc-print): Force redisplay before running hooks.  Do long
4491         buffer truncation after making new text read-only.  Deal with nil
4492         text when decoding strings.  If TARGET is nil, use either the
4493         currently selected buffer, if it is an rcirc buffer and of the
4494         same process or the process buffer.
4495         (rcirc-mode): Remove header-line.  Recompute short buffer names.
4496         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
4497         (rcirc-short-buffer-name): Add variable.
4498         (rcirc-kill-buffer-hook): Recompute short buffer names.
4499         Remove nick from private channel.
4500         (rcirc-send-input): Send command text to current-buffer.
4501         Don't clear overlay arrow here.
4502         (rcirc-short-buffer-name): Return a short buffer name.
4503         (rcirc-update-short-buffer-names, rcirc-abbreviate)
4504         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
4505         buffer-name abbreviations.
4506         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
4507         Do not touch nick-table when killing a parted channel.
4508         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
4509         Clear arrow from current buffer if it is now hidden.
4510         (rcirc-current-buffer): Add variable.
4511         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4512         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
4513         Remove -face from names.
4514         (rcirc-update-activity-string): Print "DND" when globally ignoring
4515         activity.
4516         (rcirc-ignore-buffer-activity-flag): Rename from
4517         rcirc-ignore-channel-activity.
4518         (rcirc-ignore-all-activity-flag): Doc fix.
4519         (rcirc-channels): Remove variable.
4520         (rcirc-kill-buffer-hook):
4521         (rcirc-get-buffer-create): Add nick to private channel.
4522         (rcirc-multiline-edit-submit): Remove tabs.
4523         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
4524         folded.
4525         (rcirc-remove-nick-channel): Bug fix.
4526         (rcirc-toggle-ignore-buffer-activity): Rename from
4527         rcirc-toggle-ignore-channel-activity.
4528         (rcirc-record-activity): Add buffers to the front of the list.
4529         (rcirc-update-activity): Remove killed buffers from list.
4530         (rcirc-process-server-response-1): Remove last argument if it is
4531         null before calling handler.
4532         (rcirc): Add "rcirc" defcustom prefix.
4533         (rcirc-prompt): Simplify default prompt.
4534         Use custom-initialize-default.
4535         (rcirc-private-chats): Remove variable.
4536         (rcirc-prompt): Change initialization.
4537         (rcirc-version): Remove function.
4538         (rcirc-id-string): Add constant.
4539         (rcirc-last-buffer): Remove variable.
4540         (rcirc-buffer-alist): Add variable.
4541         (rcirc-connect): Update variable setup.
4542         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
4543         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
4544         default.
4545         (rcirc-handler-generic): Trigger activity.
4546         (rcirc-send-message): Create the buffor of the target.
4547         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
4548         (rcirc-get-buffer): Just return nil if there is no matching buffer.
4549         (rcirc-multiline-edit-cancel): Remove function.
4550         (rcirc-set-last-buffer): Remove function.
4551         (rcirc-get-any-buffer): Add function.
4552         (rcirc-join-channels): Don't print /join text.
4553         (rcirc-toggle-ignore-channel-activity): Add and update echo area
4554         messages.
4555         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
4556         (rcirc-handler-NOTICE): Recognize CTCP responses.
4557         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
4558         constructing TOPIC string for buffers we are not JOINed.
4559         (rcirc-handler-CTCP-response): Add handler.
4560         (rcirc-multiline-edit-submit): Restore the window-configuration
4561         before adjusting point.
4562         (rcirc): Add customization group.
4563         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
4564         (rcirc-user-full-name, rcirc-startup-channels-alist)
4565         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
4566         (rcirc-ignore-all-activity-flag, rcirc-time-format)
4567         (rcirc-input-ring-size, rcirc-read-only-flag)
4568         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
4569         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
4570         Change defvar to defcustom.
4571         (rcirc-update-prompt): Add optional ALL arg, which will update
4572         prompts in all rcirc buffers.  Regexp quote replacement text.
4573         (rcirc-fill-column): Accept frame-width as a value.
4574         (rcirc-set-changed): Add function.
4575         (rcirc-next-active-buffer): Write more meaningful messages.
4576         (rcirc-faces): Add customization group.
4577         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
4578         (rcirc-nick-in-message-face, rcirc-prompt-face)
4579         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
4580         (with-rcirc-process-buffer): Move before first usage.
4581         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
4582         (rcirc-debug-flag): Rename from `rcirc-log-p'.
4583         (rcirc-debug): Rename from `rcirc-log'.
4584         (rcirc-format-response-string): Do not print `-' chars for a
4585         NOTICE with no sender.  Simplify output of server responses.
4587 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4589         (rcirc-browse-url-map, rcirc-browse-url-at-point)
4590         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
4591         mouse and RET clickable.
4593 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4595         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
4597 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
4599         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4600         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4601         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4602         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4603         argument to all these routines, so the passphrase can be managed
4604         externally and passed in to the system.
4605         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4606         pgg-add-passphrase-to-cache function.
4608         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4609         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4610         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4611         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4612         argument to all these routines, so the passphrase can be managed
4613         externally and passed in to the system.
4614         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4615         function.
4617 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4619         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
4620         from goto-address-url-regexp.
4622 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
4624         * textmodes/org.el (org-read-date, org-goto-calendar)
4625         (org-recenter-calendar, org-agenda-goto-calendar):
4626         Temporarily clear `calendar-move-hook'.
4628 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
4630         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
4631         merging.
4633         * ediff-util.el (ediff-previous-difference): Don't skip regions that
4634         have merge clashes.
4636 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4638         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4639         Undo previous change.
4641         * startup.el (command-line): Use `custom-reevaluate-setting' for
4642         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
4643         tty-register-default-colors on Mac.
4645 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4647         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
4648         (gdb-buffer-type): Make it automatically buffer local...
4649         (gdb-get-create-buffer): ...and set it accordingly.
4650         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
4651         actually work.
4653 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
4655         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
4656         not red.
4658 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4660         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
4661         case GUD buffer is not visible.
4662         (gdb-goto-breakpoint): Try to force display in source buffer.
4663         (gdb-frame-gdb-buffer): Copy other similar functions.
4664         (gdb-restore-windows): Don't display source if not asked for.
4665         (gdb-assembler-buffer-name): Don't capitalise.
4667 2005-11-03  Richard M. Stallman  <rms@gnu.org>
4669         * wid-edit.el (key-sequence): New widget type.
4671         * simple.el (set-mark-command-repeat-pop): New variable.
4672         (set-mark-command): Only interpret plan C-@ after a pop as a pop
4673         if set-mark-command-repeat-pop is true.
4675         * info.el (Info-fontify-node): Don't display extra "see" if there
4676         already is one here.
4678         * mouse.el: Fix special handling of DEL after dragging a region:
4679         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
4680         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
4682         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
4684         * textmodes/ispell.el (ispell-command-loop): Change `i' description
4685         not to assume it pertains to an affix.
4687         * textmodes/flyspell.el (flyspell-post-command-hook):
4688         Bind deactivate-mark to prevent deactivation.
4690 2005-11-03  Lars Hansen  <larsh@soem.dk>
4692         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
4693         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
4694         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
4696 2005-11-03  Romain Francoise  <romain@orebokech.com>
4698         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
4699         Update copyright years.
4701 2005-11-03  Sam Steingold  <sds@gnu.org>
4703         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4704         Use system-type instead of window-system because window-system is not
4705         correctly defined during loadup.
4707 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
4709         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
4710         (xml-parse-tag): Join strings separated by a comment properly.
4712 2005-11-02  Andreas Schwab  <schwab@suse.de>
4714         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
4716 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4718         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
4719         (byte-optimize-pure-func): Quote the eval'd value.
4721         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4722         Rename from perl-font-lock-syntactic-face-function.
4723         Change the calling convention so it can be used as a font-lock MATCHER.
4724         Do the parse-partial-sexp loop outselves.
4725         (perl-font-lock-syntactic-keywords): Use it.
4726         (perl-mode): Don't set font-lock-syntactic-face-function any more.
4728 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
4730         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
4731         disassembly buffer too.
4732         (gdb-exited): Remove overlay arrows when execution has finished.
4733         (gdb-info-frames-custom, gdb-info-threads-custom)
4734         (gdb-info-registers-custom): Don't add inappropriate text
4735         properties if inferior is not active.
4737 2005-11-02  Glenn Morris  <rgm@gnu.org>
4739         * progmodes/fortran.el (fortran-blink-match):
4740         Use `blink-matching-delay'.
4742 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
4744         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
4746 2005-11-02  Lars Hansen  <larsh@soem.dk>
4748         * net/tramp.el (tramp-action-out-of-band): Handle scp message
4749         "Permission denied".
4751 2005-11-01  Richard M. Stallman  <rms@gnu.org>
4753         * textmodes/flyspell.el (flyspell-external-point-words):
4754         Pass nil to flyspell-get-word.
4756 2005-11-02  Kim F. Storm  <storm@cua.dk>
4758         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4759         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4761 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4763         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4764         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4765         (calendar-mouse-print-dates): Add optional `event' argument.
4766         Update interactive-spec.
4767         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4768         Use `calendar-event-to-date' instead of `event'.
4770 2005-11-02  Masatake YAMATO  <jet@gyve.org>
4772         * progmodes/ld-script.el (ld-script-builtins):
4773         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4774         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4775         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4777 2005-11-01  Romain Francoise  <romain@orebokech.com>
4779         * vc-sccs.el: Update copyright year.
4780         * ezimage.el: Likewise.
4782 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
4784         * info.el (Info-fontify-node): Use `string-width' for fontifying
4785         underlined titles.
4787 2005-11-01  Juri Linkov  <juri@jurta.org>
4789         * info.el (Info-fontify-node): Downcase node header keywords Node,
4790         Prev, Next, Up before comparison.
4791         (Info-history): Insert absolute directory name, and put invisible
4792         property on it.
4794 2005-11-01  Juri Linkov  <juri@jurta.org>
4796         * info.el (Info-file-supports-index-cookies): New variable.
4797         (Info-find-node-2): Check makeinfo version for index cookie support.
4798         (Info-index-nodes): Search for nodes with index cookies only when
4799         Info-file-supports-index-cookies is t.  Otherwise, search nodes
4800         with "Index" in the node name.
4801         (Info-index-node): Search index cookie in the current node only when
4802         Info-file-supports-index-cookies is t.  Otherwise, check the word
4803         "Index" in the node name.
4804         (Info-find-emacs-command-nodes): Remove code that searches nodes
4805         with "Index" node name in the top menu.
4807 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4809         * progmodes/scheme.el (scheme-mode-variables): Use the default
4810         comment-indent-function.
4812         * faces.el (face-attribute): Handle the case where a face inherits from
4813         a non-existent face.
4815         * simple.el (eval-expression-print-format): Use lisp-readable syntax
4816         for octal and hexa output, and merge the char into the paren.
4817         (kill-new): Use push.
4818         (copy-to-buffer): Use with-current-buffer.
4819         (completion-setup-function): Move code in loop to remove redundancy.
4820         (minibuffer-local-must-match-map): Don't add bindings that duplicate
4821         those inherited from minibuffer-local-completion-map.
4823         * savehist.el (savehist-mode) <defcustom>:
4824         Use custom-set-minor-mode if available.
4825         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4826         and emit a message if applicable.
4828 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4830         * savehist.el: Sync up to version 19.
4831         (savehist-mode): New minor mode.
4832         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4833         (savehist-length): Remove (use history-length instead).
4834         (savehist-file-modes): Rename from savehist-modes.
4835         (savehist-save-hook, savehist-loaded): New vars.
4836         (savehist-load): Use savehist-mode.  Try to smooth up transition from
4837         old format to new format.
4838         (savehist-install): Allow savehist-autosave-interval to be nil.
4839         (savehist-save): Run the new hook.  Be more careful to only trim the
4840         history variables.
4841         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
4842         (savehist-printable): Print into a buffer rather than char-by-char.
4844 2005-11-01  John Wiegley  <johnw@newartisans.com>
4846         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4847         toggle-ignore keybinding (C-a).  The author said it had been
4848         disabled much earlier due to a possible incompatibility, but after
4849         many months of usage I have encountered no problems (and it is a
4850         rather useful option, especially for switching to " *temp*").
4852         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4853         support for OS/X's AddressBook, by calling out to the open source
4854         program "contacts" (installable through Fink).
4856         * net/eudc.el (eudc-expand-inline): If the
4857         `eudc-multiple-match-handling-method' is set to `all', delete the
4858         query string before inserting the query result.
4860         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4861         flag, to prevent Eshell from using the system ls when
4862         `eshell-ls-insert-directory' is in used.
4863         (eshell-ls-insert-directory): Disable font-lock in directory
4864         buffer so that Eshell's own fontification is seen.  This broke
4865         recently due to changes in font-lock, so this goes back to version
4866         21 behavior.
4868 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
4870         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4871         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4872         (gdb-many-windows): Doc fix.
4874 2005-10-31  Romain Francoise  <romain@orebokech.com>
4876         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4878 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4880         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4881         that global-font-lock-mode can be enabled by default.
4883         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4884         (font-lock-add-keywords, font-lock-remove-keywords)
4885         (font-lock-fontify-buffer): Remove autoload cookies.
4887         * jit-lock.el (jit-lock-register): Likewise.
4889         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4891 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4893         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4894         intact if there is no gud-comint-buffer.
4896 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
4898         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4899         old prompt comint-prompt-read-only is t and GDB commands are
4900         issued from tool bar etc.
4902 2005-10-31  Masatake YAMATO  <jet@gyve.org>
4904         * vc.el (vc-directory-exclusion-list): Add "{arch}".
4906 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4908         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4909         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4911 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
4913         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4914         starting at beginning of line.  Fontification is messed up when
4915         `open-paren-in-column-0-is-defun-start' set to t.
4916         Reported by John Paul Wallington <jpw@pobox.com>.
4918 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4920         * comint.el (comint-send-input): Call `comint-update-fence' when
4921         `comint-process-echoes' and `comint-prompt-read-only' are both
4922         non-nil, to avoid leftover read-only newline.
4924 2005-10-30  Richard M. Stallman  <rms@gnu.org>
4926         * textmodes/flyspell.el (flyspell-external-point-words):
4927         Detect when WORD can't be checked properly because
4928         flyspell-get-word finds just part of it, and move on.
4930         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4931         boundarychar for Polish.
4932         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4933         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4935 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4937         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4938         (gdb-registers-font-lock-keywords): Delete.
4939         (gdb-registers-mode): Don't fontify.
4940         (gdb-info-registers-custom): Use text properties instead as, in
4941         future, changed register values will use font-lock-warning-face.
4942         (gdb-local-font-lock-keywords): Rename to...
4943         (gdb-locals-font-lock-keywords): ...for consistency.
4945 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
4947         * vc.el (vc-switch-backend): Better error message if the buffer is
4948         not visiting a file under version control.
4950         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4952 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4954         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4955         ~/.emacs.d/.emacs.
4957 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4959         * replace.el (occur-mode-mouse-goto): Always go to other window.
4960         (occur-mode-goto-occurrence): Always switch in same window.
4962         * simple.el (undo): Display message at end, not at start.
4964         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4965         New arg REUSE-CELL.
4966         (cancel-timer-internal): New function.
4967         (timer-event-handler): Use cancel-timer-internal,
4968         and pass the cell it returns to timer-activate...
4970         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4971         (jit-lock-deferred-fontify, jit-lock-context-fontify)
4972         (jit-lock-after-change): Test memory-full.
4974 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4976         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4977         part of the decoded armor to find the key-identifier.
4978         (pgg-gpg-lookup-key-owner): New function to return the
4979         human-readable identifier of a key owner.
4980         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4981         key itself.
4982         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4983         the key value) if we have a key and can match it against a secret
4984         key.  Also, added a note pointing out fact that the prompt only
4985         indicates the first matching key.
4987         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4988         pgg-decrypt-region.
4989         (pgg-pending-timers): A new hash for tracking the passphrase cache
4990         timers, so that new ones supercede old ones.
4991         (pgg-add-passphrase-to-cache): Rename from
4992         `pgg-add-passphrase-cache' to reduce confusion (all callers
4993         changed).  Modified to cancel old timers when new ones are added.
4994         (pgg-remove-passphrase-from-cache): Rename from
4995         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4996         changed).  Modified to cancel old timers when their keys are
4997         removed from the cache.
4998         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4999         XEmacs, an indirection to delete-itimer.
5000         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5001         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5002         users can only check cache without risk of prompting.  Correct bug in
5003         notruncate behavior.
5004         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5005         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5006         Add informative docstrings.
5007         (pgg-decrypt): Convey provided passphrase in subordinate call to
5008         pgg-decrypt-region.
5010         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5011         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5012         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5013         'passphrase' argument, so the passphrase can be managed externally
5014         and then passed in to the system.
5016         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5017         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5018         so the passphrase cache can be used reliably with identifiers
5019         besides a pgp packet's key id.
5021         * pgg-gpg.el (pgg-pgp-encrypt-region)
5022         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5023         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5024         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5025         argument to all these routines, so the passphrase can be managed
5026         externally and passed in to the system.
5028         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5029         'notruncate' argument, so the passphrase cache can be used
5030         reliably with identifiers besides a pgp packet's key id.
5032 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5034         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5035         symmetric encryption.
5036         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5037         encrypted session key.
5038         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5039         message ask for the passphrase in a proper way.
5041         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5042         New user commands for symmetric encryption.
5044 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
5046         * textmodes/conf-mode.el (conf-assignment-sign)
5047         (conf-assignment-regexp): Fix docstrings.
5048         (conf-mode-initialize): New function.
5049         (conf-mode): Remove optional args.  Use delay-mode-hooks to
5050         recognize recursive calls.
5051         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
5052         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
5053         (conf-xdefaults-mode): Use define-derived-mode and
5054         conf-mode-initialize.
5056 2005-10-29  Romain Francoise  <romain@orebokech.com>
5058         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
5060 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5062         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5063         part of the decoded armor to find the key-identifier.
5064         (pgg-gpg-lookup-key-owner): New function to return the
5065         human-readable identifier of a key owner.
5066         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5067         key itself.
5068         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5069         the key value) if we have a key and can match it against a secret
5070         key.  Also, added a note pointing out fact that the prompt only
5071         indicates the first matching key.
5073         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5074         pgg-decrypt-region.
5075         (pgg-pending-timers): A new hash for tracking the passphrase cache
5076         timers, so that new ones supercede old ones.
5077         (pgg-add-passphrase-to-cache): Rename from
5078         `pgg-add-passphrase-cache' to reduce confusion (all callers
5079         changed).  Modified to cancel old timers when new ones are added.
5080         (pgg-remove-passphrase-from-cache): Rename from
5081         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5082         changed).  Modified to cancel old timers when their keys are
5083         removed from the cache.
5084         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5085         XEmacs, an indirection to delete-itimer.
5086         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5087         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5088         users can only check cache without risk of prompting.  Correct bug in
5089         notruncate behavior.
5090         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5091         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5092         Add informative docstrings.
5093         (pgg-decrypt): Convey provided passphrase in subordinate call to
5094         pgg-decrypt-region.
5096 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
5098         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5099         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5100         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5101         'passphrase' argument, so the passphrase can be managed externally
5102         and then passed in to the system.
5104         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5105         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5106         so the passphrase cache can be used reliably with identifiers
5107         besides a pgp packet's key id.
5109         * pgg-gpg.el (pgg-pgp-encrypt-region)
5110         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5111         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5112         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5113         argument to all these routines, so the passphrase can be managed
5114         externally and passed in to the system.
5116         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5117         'notruncate' argument, so the passphrase cache can be used
5118         reliably with identifiers besides a pgp packet's key id.
5120 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5122         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5123         symmetric encryption.
5124         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5125         encrypted session key.
5126         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5127         message ask for the passphrase in a proper way.
5129         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5130         New user commands for symmetric encryption.
5132 2005-10-28  Bill Wohler  <wohler@newt.com>
5134         * help-mode.el (help-url): New button type. Calls browse-url.
5135         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
5136         Similar to Info nodes: URL `url'.
5137         (help-make-xrefs): Create help-url buttons for
5138         help-xref-url-regexp matches.
5140 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
5142         * tool-bar.el (tool-bar-add-item-from-menu)
5143         (tool-bar-local-item-from-menu): Fix doc strings.
5145 2005-10-28  Romain Francoise  <romain@orebokech.com>
5147         * ldefs-boot.el: Update.
5149         * subr.el (locate-library): Move from help-fns.el.
5150         * help-fns.el (locate-library): Move to subr.el.
5152 2005-10-28  Richard M. Stallman  <rms@gnu.org>
5154         * net/tramp.el (tramp-completion-mode): defvar moved up.
5156         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
5158         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
5160         * files.el (find-file-noselect): Use %d to format large file size.
5162         * bindings.el (mode-line-format): Add %e.
5164         * loadup.el ("facemenu"): Load unconditionally.
5165         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
5166         ("x-dnd"): Load, when appropriate.
5168         * startup.el (command-line): Call before-init-hook earlier.
5169         Warn about some bad characters in -u user name.
5171         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
5172         (flyspell-external-point-words): Error if misspelled word is not found.
5173         Set flyspell-large-region-beg at end of word.
5175 2005-10-28  Andreas Schwab  <schwab@suse.de>
5177         * view.el (View-revert-buffer-scroll-page-forward):
5178         Use view-page-size-default.
5180 2005-10-28  Juri Linkov  <juri@jurta.org>
5182         * international/quail.el (quail-get-current-str): Translate last
5183         raw character for deterministic input methods.
5185 2005-10-27  Jay Belanger  <belanger@truman.edu>
5187         * calc/calc-ext.el: Add functions to autoloads.
5188         (math-identity-matrix-p, math-ident-row-p): New functions.
5190         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
5191         multiplication by an identity matrix; don't turn multiplication by
5192         an inverse matrix into division.
5193         (math-div-symbol-fancy):  Replace division by matrices with
5194         multiplication by inverse.
5196         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
5198         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
5199         (calc-writeoutpower): New functions.
5201 2005-10-27  Romain Francoise  <romain@orebokech.com>
5203         * replace.el (occur-engine): Include colon in mouse-face highlight.
5205         * dired-x.el: Change Maintainer field.
5207 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
5209         * longlines.el (longlines-mode): Bind after-change-functions to
5210         nil during initial decoding and final encoding.
5212 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5214         * term.el (term-emulate-terminal, term-handle-colors-array)
5215         (term-handle-ansi-escape): Specify the terminfo capabilities
5216         implemented.
5218 2005-10-26  Richard M. Stallman  <rms@gnu.org>
5220         * info.el (Info-fontify-node): Fix detection of sentence-break
5221         before *Note.
5223 2005-10-26  Romain Francoise  <romain@orebokech.com>
5225         * smerge-mode.el: Add `tools' to file keywords.
5227 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
5229         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
5230         when the fringe is not available.
5232         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
5233         (def-gdb-auto-update-trigger): Simplify construction.
5234         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
5235         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
5236         defined explicitly.
5237         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
5238         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
5239         defined explicitly.
5240         (gdb-info-locals-custom): Remove as it's a no-op.
5242 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
5244         * longlines.el (longlines-mode): Remove narrowing before
5245         performing the initial decoding or final encoding.
5247 2005-10-25  Romain Francoise  <romain@orebokech.com>
5249         * emacs-lisp/find-func.el (find-library-name): Also strip
5250         extension if library name ends in .el, to take advantage of
5251         `find-library-suffixes'.
5253 2005-10-25  Richard M. Stallman  <rms@gnu.org>
5255         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
5257 2005-10-25  Juri Linkov  <juri@jurta.org>
5259         * textmodes/texinfo.el (texinfo-mode): Change charset of one
5260         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
5262 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5264         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
5265         (blackbox-redefine-key): Add argument `map'.
5267         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
5268         regions when moving the jit-lock-context-unfontify-pos boundary.
5270 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5272         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
5274 2005-10-25  Masatake YAMATO  <jet@gyve.org>
5276         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
5278 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5280         * play/blackbox.el (blackbox-redefine-key): New function.
5281         (blackbox-mode-map): Use it to remap existing bindings for cursor
5282         motion instead of binding literal keys.
5284 2005-10-25  Glenn Morris  <rgm@gnu.org>
5286         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
5287         diary does not end in a newline.  Do not assume a blank line at
5288         the start of the diary file.
5290 2005-10-25  Kenichi Handa  <handa@m17n.org>
5292         * international/quail.el (quail-translate-key): If the input
5293         method is deterministic and failed to handle the last key, restart
5294         the key handling loop from an appropriate key.
5296 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
5298         * vc.el (vc-dired-mode): Extend comment for binding of
5299         `directory-listing-before-filename-regexp'.
5301 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5303         * textmodes/texinfo.el (texinfo-mode):
5304         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
5305         not to unnecessarily expose emacs-mule's internal char codes.
5307 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
5309         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
5310         Display hand pointer and help-echo on disabled icon too.
5311         (gdb-mouse-until): New function.
5312         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
5314 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
5316         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
5317         with 2005-10-23 change to doctor.el.
5319         * finder.el (finder-mode-map): Add follow-link binding.
5321 2005-10-25  Kim F. Storm  <storm@cua.dk>
5323         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
5324         to gdb-mouse-toggle-breakpoint-fringe.
5325         (gdb-mouse-toggle-breakpoint-margin): Rename from
5326         gdb-mouse-toggle-breakpoint. Fix doc.
5327         (gdb-mouse-toggle-breakpoint-fringe): New defun.
5328         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
5329         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
5330         string properties also for fringe breakpoint bitmaps.
5332 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
5334         * textmodes/org.el (org-start-icalendar-file): Fix format form.
5336 2005-10-25  Masatake YAMATO  <jet@gyve.org>
5338         * simple.el (completion-common-substring):
5339         Use `completion-common-substring' prior to `completion-base-size'.
5341 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
5343         * savehist.el: Require CL while compiling.
5344         (savehist-history-variables): Remove.
5345         (savehist-save-minibuffer-history, savehist-additional-variables)
5346         (savehist-minibuffer-history-variables): New vars.
5347         (savehist-save): Use them.
5348         (savehist-uninstall, savehist-minibuffer-hook): New funs.
5349         (savehist-install): New fun, extracted from savehist-load.
5350         (savehist-load): Use them.
5352 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5354         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
5355         a dummy doc-string-elt property.
5356         (defalias, defvaralias, define-category): Add a docstring property.
5358         * image.el (defimage):
5359         * widget.el (define-widget):
5360         * custom.el (defface, defcustom): Add `doc-string' declaration.
5362         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
5363         (defadvice): Add `doc-string' declaration.
5365         * emacs-lisp/byte-run.el (macro-declaration-function):
5366         Handle `doc-string' declarations.
5367         (define-obsolete-function-alias, define-obsolete-variable-alias):
5368         Add `doc-string' declaration.
5370 2005-10-24  Kenichi Handa  <handa@m17n.org>
5372         * international/utf-7.el (utf-7): Add autoload cookie.
5374         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
5376 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
5378         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
5379         list of directories passed to batch-update-autoloads.  Add "." to
5380         the list of the echoed directories.
5382         * pgg-def.el:
5383         * pgg-gpg.el:
5384         * pgg-parse.el:
5385         * pgg-pgp.el:
5386         * pgg-pgp5.el:
5387         * pgg.el: Moved here from the gnus subdirectory.
5389 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
5391         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
5392         in case comint-prompt-read-only is set to t.
5394         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
5395         in case comint-prompt-read-only is set to t.
5397 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
5399         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
5400         Now a string.
5401         (icalendar-import-format): Handle CLASS, STATUS, URL.
5402         Rename `subject' to `summary'.
5403         (icalendar-import-format-summary): Rename from
5404         `icalendar-import-format-subject'.
5405         (icalendar-import-format-url, icalendar-import-format-status)
5406         (icalendar-import-format-class): New variables.
5407         (icalendar--rris): Take variable argument list.
5408         (icalendar--datestring-to-isodate): Remove unnecessary
5409         calendar-style check when converting dates with explicit month names.
5410         (icalendar-export-region): Change return type of conversion
5411         subroutines.  Bury current buffer unless error occurred.
5412         (icalendar--convert-to-ical)
5413         (icalendar--parse-summary-and-rest): New functions.
5414         (icalendar--convert-ordinary-to-ical)
5415         (icalendar--convert-weekly-to-ical)
5416         (icalendar--convert-yearly-to-ical)
5417         (icalendar--convert-block-to-ical)
5418         (icalendar--convert-cyclic-to-ical)
5419         (icalendar--convert-anniversary-to-ical): Change return type.
5420         Strip trailing blanks from subject.
5421         (icalendar--convert-sexp-to-ical): Change return type.
5422         Strip trailing blanks from subject.  Handle simple sexp
5423         entries as generated by icalendar.el.
5424         (icalendar--convert-float-to-ical)
5425         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
5426         (icalendar-import-file): Doc fix.
5427         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
5428         Correct call to icalendar--rris.
5429         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
5430         `summary'.
5431         (icalendar--add-diary-entry): Rename `subject' to `summary'.
5433 2005-10-24  Romain Francoise  <romain@orebokech.com>
5435         * server.el (server-sentinel): Set query-on-exit flag to nil on
5436         new client processes (it isn't inherited from the server process).
5438         * replace.el (occur-engine): Rearrange text properties.
5440 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5442         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
5443         case-fold-search is nil.
5444         (debug-help-follow): Use help-xref-interned directly.
5446 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5448         * thumbs.el (thumbs-image-type): Add .pbm.
5450 2005-10-23  Richard M. Stallman  <rms@gnu.org>
5452         * faces.el (inhibit-face-set-after-frame-default): New variable.
5453         (set-face-attribute): Bind it.
5454         (face-set-after-frame-default): Test it.
5456         * help-fns.el (describe-simplify-lib-file-name): New function.
5457         (describe-function-1, describe-variable): Use it.
5459         * faces.el (describe-face): Use describe-simplify-lib-file-name.
5461         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
5462         Eliminate nil as possible value.
5463         (tooltip-hide-delay): Reduce internal-border-width.
5465         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
5466         (menu-bar-file-menu) <new-file>: Likewise.
5468         * simple.el (line-move-finish): Ignore fields computing LINE-END.
5470         * international/mule.el (load-with-code-conversion):
5471         Pass full file name to `eval-buffer' unless preloading.
5473         * textmodes/flyspell.el (flyspell-large-region):
5474         Call ispell-check-version.
5476         * textmodes/ispell.el (ispell-local-dictionary-overridden):
5477         Fix the make-variable-buffer-local call that was supposed
5478         to be for this variable.
5479         (ispell-aspell-supports-utf8): Doc fix.
5480         (ispell-find-aspell-dictionaries): Preserve elements of
5481         ispell-dictionary-alist for dictionaries that aspell doesn't report.
5482         (ispell-aspell-find-dictionary): Return nil on error.
5484         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
5485         (doctor-symptoms): Likewise.
5487         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
5489 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5491         * cus-edit.el (custom-button, custom-button-pressed): New vars.
5492         (custom-raised-buttons): Add :set spec.
5493         (custom-button-unraised, custom-button-pressed-unraised):
5494         New faces, so that custom-raised-buttons actually does something.
5495         (custom-mode): Use custom-button and custom-button-pressed.
5497         * wid-edit.el (widget-specify-button): Don't ignore
5498         widget-mouse-face on graphic terminals.
5499         (widget-move-and-invoke): Cleanup.
5501 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
5503         * whitespace.el (whitespace-cleanup): Doc fix.
5505 2005-10-23  Romain Francoise  <romain@orebokech.com>
5507         * emulation/viper.el (viper-set-hooks): Quote forms passed to
5508         `eval-after-load' to avoid evaluating their result.
5510 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
5512         * files.el (directory-listing-before-filename-regexp):
5513         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
5515         * dired.el (dired-move-to-filename-regexp): Remove.
5516         All occurences replaced by `directory-listing-before-filename-regexp'.
5518         * dired-x.el, locate.el, vc.el:
5519         Replace `dired-move-to-filename-regexp' by
5520         `directory-listing-before-filename-regexp'.  In vc.el it is
5521         overwritten locally; maybe this can be handled in files.el too.
5523         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
5524         replaced by `directory-listing-before-filename-regexp'.
5526 2005-10-23  Andreas Schwab  <schwab@suse.de>
5528         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
5529         and eval-next-after-load.
5531 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5533         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
5534         exist, create it.
5536 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
5538         * allout.el: Remove autoloads for mailcrypt and crypt++.
5539         Require pgg, pgg-gpg during compilation.
5540         (allout-version): Increment version number to 2.1, and use a literal
5541         rather than RCS Id.
5542         (allout-default-encryption-scheme): Remove.
5543         (allout-passphrase-verifier-handling)
5544         (allout-passphrase-verifier-string)
5545         (allout-file-passphrase-verifier-string)
5546         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
5547         (allout-passphrase-hint-handling): Rename and simplify.
5548         (allout-init): Use `find-file-hook' if available, otherwise
5549         `find-file-hooks'.
5550         (allout-mode): Use `write-file-functions' if available, otherwise
5551         `local-write-file-hooks' and, instead of making auto-save-hook
5552         buffer local, make the write-file-hook activity contingent to
5553         allout-mode.
5554         (allout-mode): Use key-binding substitution in the docstring.
5555         (allout-kill-line): Spell-out kill ring data structure mutation
5556         instead of using byte-compiler-complaint-provoking `pop'.
5557         (allout-insert-listified): Use `insert' rather than `insert-string'
5558         (allout-toggle-current-subtree-encryption): Update docstring, adjust
5559         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
5560         (allout-encrypt-string): Totally revamped vis new underlying
5561         encryption facilities.
5562         (allout-mc-activate-passwd): Remove.
5563         (allout-obtain-passphrase): New, more or less replaces
5564         allout-mc-activate-passwd.
5565         (allout-encrypted-key-info): More or less replaces
5566         allout-encrypted-text-type.
5567         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
5568         (my-mark-marker): Use `(featurep 'xemacs)'.
5570 2005-10-23  Lars Hansen <larsh@soem.dk>
5572         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
5573         (byte-compile-file-form-defmumble, byte-compile-defun)
5574         (byte-compile-defmacro): Use it.
5575         (byte-compile-form): Don't call byte-compile-set-symbol-position
5576         when a byte-compile handler is called.
5578 2005-10-22  Romain Francoise  <romain@orebokech.com>
5580         * savehist.el (savehist-history-variables): Add `grep-find-history'.
5582         * subr.el (eval-after-load): Convert library name to an absolute
5583         file name using locate-library, since load-history no longer has
5584         library names in it.
5586 2005-10-22  Richard M. Stallman  <rms@gnu.org>
5588         * files.el (make-temp-file): Move from subr.el.
5589         * subr.el (make-temp-file): Move to files.el.
5591         * window.el (get-buffer-window-list): Move from subr.el.
5592         * subr.el (get-buffer-window-list): Move to window.el.
5594         * image.el (image-load-path): Use eval-at-startup to initialize.
5596         * subr.el (eval-at-startup): New macro.
5598         * subr.el: Much rearrangement of functions and division
5599         into pages.  No code changes.
5601 2005-10-22  Kenichi Handa  <handa@m17n.org>
5603         * tar-mode.el (tar-extract): Be sure to call
5604         find-operation-coding-system if set-auto-coding doesn't find a
5605         coding system.
5607 2005-10-22  Kim F. Storm  <storm@cua.dk>
5609         * image.el (image-type-header-regexps): Rename from image-type-regexps.
5610         Change users.
5611         (image-type-file-name-regexps): New defconst.
5612         (image-type-from-data): Simplify loop.
5613         (image-type-from-buffer): New defun.
5614         (image-type-from-file-header): Use it instead of image-type-from-data.
5615         Use image-search-load-path instead of only looking in data-directory.
5616         (image-type-from-file-name): New defun.
5617         (image-search-load-path): Change `pathname' to `filename'.
5618         Make PATH arg optional, default to image-load-path.
5620 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5622         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
5624         * textmodes/paragraphs.el (sentence-end-base): New variable.
5625         (sentence-end): Use sentence-end-base.
5627 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5629         * font-lock.el (font-lock-default-fontify-region): Check the multiline
5630         property independently from the font-lock-multiline variable.
5632 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5634         * emacs-lisp/find-func.el (find-library-name): Doc fix.
5636         * startup.el (command-line): Convert library names
5637         in `load-history' to absolute file names.
5639         * subr.el (symbol-file): Doc fix.
5641         * loadhist.el (file-loadhist-lookup): Call locate-library
5642         instead of find-library-name.  Don't try converting
5643         abs file names to library names, since load-history no longer
5644         has library names in it.
5645         (file-dependents, file-provides, file-requires): Doc fixes.
5647 2005-10-21  Juri Linkov  <juri@jurta.org>
5649         * progmodes/etags.el (tags-table-mode): New function.
5650         (tags-verify-table): Replace initialize-new-tags-table with
5651         tags-table-mode.
5653         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
5654         default value.
5655         (desktop-modes-not-to-save): Add tags-table-mode to the
5656         default value.
5658         * info.el (Info-index-next): Add total number of index
5659         alternatives to the message.
5661         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
5662         backward only space (instead of space and period) before looking
5663         at sentence end.
5665         * simple.el (set-variable): Use user-variable-p instead of symbolp.
5666         Add the old variable value as 4th default-value arg of read-string.
5668 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5670         * cus-face.el (custom-declare-face): Make face from X resources
5671         also on Mac.
5673         * disp-table.el (standard-display-g1, standard-display-graphic):
5674         Refuse to use string glyphs also on Mac.
5675         (standard-display-european): Don't set terminal coding system also
5676         on Mac.
5678         * frame.el (display-screens): Use x-display-screens also on Mac.
5680 2005-10-21  Romain Francoise  <romain@orebokech.com>
5682         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
5684 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5686         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
5687         and $? into sexps.
5689         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
5690         warning face on open-paren-in-column-0.
5692         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
5693         boundary case.  Fix typo.
5694         Suggested by Martin Rudalics <rudalics@gmx.at>.
5696 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
5698         * textmodes/org.el (org-combined-agenda-icalendar-file)
5699         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
5700         (org-export-icalendar-this-file)
5701         (org-export-icalendar-all-agenda-files)
5702         (org-export-icalendar-combine-agenda-files): New commands.
5703         (org-export-icalendar, org-print-icalendar-entries)
5704         (org-start-icalendar-file, org-finish-icalendar-file)
5705         (org-ical-ts-to-string): New functions.
5706         (org-read-date, org-goto-calendar)
5707         (org-agenda-goto-calendar): Inhibit displaying diary entries by
5708         call to `calendar'.
5709         (orgtbl-setup): Remove the :keys arguments from the menu description.
5710         (org-after-save-iCalendar-file-hook): New variable.
5712 2005-10-21  Kenichi Handa  <handa@m17n.org>
5714         * language/vietnamese.el (tcvn-5712): Make it an alias of
5715         vietnamese-tcvn coding-system.
5717 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
5719         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
5720         group id is given.
5722 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5724         * progmodes/sh-script.el (sh-escaped-line-re): New var.
5725         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
5726         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
5727         whose line is either continued or ends with a comment.
5729 2005-10-20  Romain Francoise  <romain@orebokech.com>
5731         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
5733         * replace.el (occur-engine): Add follow-link property.
5735         * font-core.el (font-lock-mode): Doc fix.
5737 2005-10-20  Richard M. Stallman  <rms@gnu.org>
5739         * net/rcirc.el: New file.
5741 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
5743         * term.el (term-term-name): Initialize to "eterm-color".
5745 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
5747         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5748         for encryption functionality.
5749         Move allout customization subgroup from `editing' to `outlines' group.
5750         Fix commentary keywords to legitimate ones.
5751         Update author info (using my current email address, obscurified).
5752         (allout-encrypt-string, allout-encryption-produce-work-buffer)
5753         (allout-encrypted-topic-p, allout-encrypted-text-type)
5754         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
5755         (allout-situate-encryption-key-verifier)
5756         (allout-get-encryption-key-verifier, allout-verify-key)
5757         (allout-next-topic-pending-encryption)
5758         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5759         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5760         (outline-key-verifier-handling, outline-key-hint-handling)
5761         (outline-encrypt-unencrypted-on-saves): New defcustoms.
5762         (allout-file-key-verifier-string, allout-encryption-scheme)
5763         (allout-key-verifier-string, allout-key-hint-string)
5764         (allout-after-save-decrypt): New variables.
5765         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5766         (allout-after-saves-handler): New hook functions.
5767         (allout-post-command-business): Do allout-after-save-decrypt.
5768         (allout-enable-file-variable-adjustment): Custom var to enable
5769         mechanism for adding and adjusting settings of Emacs file variables.
5770         (allout-adjust-file-variable, allout-file-vars-section-data):
5771         New functions, implement the mechanism.
5772         (outlineify-sticky): Use the file vars mechanism.
5773         (allout-inhibit-protection, allout-during-write-cue)
5774         (allout-override-protect, allout-before-change-protect): Remove.
5775         (allout-flag-region, allout-open-topic): Adjust read-only text.
5776         (allout-open-line-not-read-only): Add to facilitate read-only
5777         text based protection.
5778         (allout-kill-line): Revise to adjust read-only text, clue the
5779         user about the inhibition.
5780         (allout-unprotected): Use unwind-protect.
5781         (allout-shift-in, allout-shift-out): Disallow manually shifting a
5782         topic deeper than the offspring depth of the previous topic -
5783         avoiding confusing "containment discontinuities".
5784         (allout-reindent-bodies): Fix retention of body relative hanging
5785         indent during promotion of collapsed bodies.
5786         (allout-open-topic): Make it easy to open new topic with same
5787         bullet as current topic - topic creation functions provided with
5788         any universal argument provokes now prompt for bullet, defaulting
5789         to the bullet of the previous topic.
5790         (allout-plain-bullets-string, allout-distinctive-bullets-string):
5791         Plain bullet alternates `.' period and `,' comma only.  All other
5792         bullets are relegated to special status (but customizable).
5793         (allout-end-of-entry): Rename from allout-end-of-current-entry
5794         since it actually operates w.r.t. most immediately containing
5795         entry, visible or not.
5796         (allout-hide-current-entry, allout-show-current-entry): Use the
5797         revised version.
5798         (allout-old-expose-topic): Solidify deprecation.
5799         (allout-end-of-subtree): Add so we can span concealed as well
5800         as visible topics.
5801         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5802         (allout-end-of-current-heading): Tweak to just respect the first line.
5803         (allout-get-body-text): Add.
5804         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5805         when invoked interactively.
5806         (allout-up-current-level): Use `interactive-p'.
5807         (allout-mode, allout-init): Miscellaneous docstring and
5808         operational refinements, as well as hookups of new encryption stuff.
5809         (allout-beginning-of-current-entry): Now works as advertised.
5810         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5811         (allout-isearch-rectification): Refine condition for isearching.
5812         (allout-isearch-abort, allout-enwrap-isearch)
5813         (allout-flag-region, my-region-active-p): Relocate some macros.
5814         (allout-title): Fallback title is (buffer-name), not
5815         non-existing (current-buffer-name).
5816         (subst-char-in-string): Define if absent (for some XEmacs versions).
5818 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
5820         * mail/sendmail.el (mail-setup-hook, mail-aliases)
5821         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5822         (mail-citation-prefix-regexp, mail-signature-file)
5823         (mail-default-headers, mail-bury-selects-summary)
5824         (mail-send-nonascii): Add autoload cookies.
5826 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5828         * frame.el (blink-cursor-mode): Add `mac' to the list of
5829         window-system's that support blinking cursor.
5831 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5833         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5835 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
5837         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5838         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5839         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5841 2005-10-20  Kim F. Storm  <storm@cua.dk>
5843         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5844         (ido-set-current-directory): Don't add / after final @.
5845         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5846         Explicitly handle ange-ftp completion oddities.
5847         (ido-make-file-list): Don't rotate list at tramp root to avoid
5848         triggering tramp file handler for expand-file-name via get-file-buffer.
5850 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5852         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5854 2005-10-19  Jay Belanger  <belanger@truman.edu>
5856         * calc/calc-units.el (math-standard-units): Add units, adjust
5857         symbols and update values.
5858         (math-unit-prefixes):  Add more prefixes.
5860 2005-10-19  Romain Francoise  <romain@orebokech.com>
5862         * bookmark.el (bookmark-menu-heading): New face.
5863         (bookmark-bmenu-list): Use it.
5864         Don't fiddle with `baud-rate' at top-level.
5866 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5868         * image.el (create-image, find-image): Mention max-image-size in
5869         docstring.
5871 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5873         * savehist.el (savehist-load): Revert to checking XEmacs.
5875         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5876         Various docstring and line-width fixups.
5877         (conf-mode): Use cond.
5878         Set font-lock-defaults.  Don't set comment-use-syntax.
5880 2005-10-18  David Ponce  <david@dponce.com>
5882         * tree-widget.el (tree-widget-button-click): New function.
5883         (tree-widget-button-keymap): Use it.
5885 2005-10-18  Romain Francoise  <romain@orebokech.com>
5887         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5888         (bookmark-bmenu-hide-filenames): Add follow-link property.
5889         Improve help-echo text.
5891         * ffap.el (find-file-at-point): Doc fix.
5893 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5895         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5897 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5899         Install to the CVS repository what I forgot to install in my
5900         2005-10-16 changes.
5902         * progmodes/python.el (python-complete-symbol): Pass the common
5903         prefix substring of completion to `display-completion-list'.
5905         * textmodes/org.el (org-complete): Ditto.
5907 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5909         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5911         * woman.el (WoMan-xref-man-page): New button type derived
5912         from `Man-abstract-xref-man-page'.
5913         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5915         * man.el (Man-abstract-xref-man-page): New button type.
5916         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5917         (Man-highlight-references): Add new optional argument `xref-man-type'.
5919 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5921         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5923 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5925         * cus-edit.el (Custom-move-and-invoke): Delete.
5926         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5928         * wid-edit.el (widget-move-and-invoke): New function, from
5929         Custom-move-and-invoke.
5931 2005-10-17  Bill Wohler  <wohler@newt.com>
5933         Move all remaining images from lisp/toolbar to etc/images, move
5934         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
5935         the low resolution images in their own directory (low-color).
5937         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5938         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5939         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5940         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5941         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5942         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5943         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5945         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5946         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5947         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5948         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5949         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5950         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5951         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5952         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5953         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5954         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5955         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5956         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5957         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5958         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5959         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5961         To conform with convention, replace the underscore (_) in the
5962         following image names with dash (-) or (/) as appropriate.
5964         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5965         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5966         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5967         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5968         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5969         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5970         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5971         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5972         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5973         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5974         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5975         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5976         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5977         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5978         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5980         * info.el (info-tool-bar-map): Replace underscores in image names
5981         with dashes.
5983         * makefile.w32-in (WINS): Remove toolbar.
5985         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5987         * tool-bar.el: Move to lisp from toolbar.  Now that
5988         toolbar is empty, it should be deleted when folks run "cvs up -P".
5990 2005-10-18  Jay Belanger  <belanger@truman.edu>
5992         * calc/calc-store.el (calc-store-into): Get the proper variable name
5993         to display in message.
5995 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5997         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5998         expressions display in speedbar for all buffers when debugging.
5999         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
6001         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
6002         (speedbar-insert-button, speedbar-make-button):
6003         Use add-text-properties.
6004         (speedbar-update-localized-contents)
6005         (speedbar-update-directory-contents)
6006         (speedbar-update-special-contents): Use dolist.
6007         (speedbar-buffer-easymenu-definition): Add a menu separator.
6009 2005-10-17  Jason Rumney  <jasonr@gnu.org>
6011         * makefile.w32-in: Use $(lisp) consistently.
6012         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
6013         for shell specific generation of mh-autoloads.
6015 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6017         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
6019 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6021         * jit-lock.el (jit-lock-fontify-now):
6022         Move jit-lock-context-unfontify-pos to avoid wasted work.
6024 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
6026         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
6027         `tramp-completion-mode' for checking if we are in completion mode.
6028         (tramp-completion-handle-file-name-all-completions): Reorder code
6029         in order to complete for file names only in case there are no
6030         method/user/host completions.  This is necessary for cooperation
6031         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
6033 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
6035         * longlines.el (longlines-search-forward)
6036         (longlines-search-backward): Match any number of spaces.
6038 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
6040         * diff-mode.el (diff-mode): Doc fix.
6042 2005-10-16  David Reitter <david.reitter@gmail.com>
6044         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
6045         as default on darwin and windows systems.
6047 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6049         * arc-mode.el (archive-zip-extract): Doc fix.
6051 2005-10-16  Romain Francoise  <romain@orebokech.com>
6053         * mouse.el (mouse-1-click-follows-link): Doc fix.
6055 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6057         * savehist.el: Don't require CL at runtime.
6058         (savehist-xemacs): Remove.
6059         (savehist-coding-system): Use utf-8 if present, regardless of religion.
6060         (savehist-no-conversion): Use (featurep 'xemacs).
6061         (savehist-load): Check existence of start-itimer rather than XEmacs.
6062         Use an idle timer.
6063         (savehist-process-for-saving): Replace use of CL funs `subseq' and
6064         `delete-if-not'.
6066 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
6068         * savehist.el: Newer version.
6069         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
6070         (savehist-last-checksum, savehist-no-conversion): New vars.
6071         (savehist-autosave, savehist-process-for-saving, savehist-printable):
6072         New functions.
6073         (savehist-load, savehist-save): Use them.
6074         (savehist-delimit): Remove.
6076 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6078         * progmodes/compile.el (compilation-goto-locus): Display the
6079         compilation buffer first and the source buffer second, in case they're
6080         in overlapping frames.  Don't raise the compilation frame if it was the
6081         selected window upon entry.  Pass the `other-window' arg to
6082         pop-to-buffer.
6084         * info.el (Info-fontify-node): Use dolist.
6085         Change add-text-properties to put-text-property.
6087 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6089         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
6090         bound of search.
6092 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6094         * dabbrev.el (dabbrev-completion): Pass the common
6095         prefix substring of completion to `display-completion-list'.
6097         * filecache.el (file-cache-minibuffer-complete)
6098         (file-cache-complete): Ditto.
6100         * tempo.el (tempo-display-completions): Ditto.
6102         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
6104         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
6106         * eshell/em-hist.el (eshell-list-history): Ditto.
6108         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
6110         * mail/mailalias.el (mail-complete): Ditto.
6112         * progmodes/etags.el (complete-tag): Ditto.
6114         * progmodes/make-mode.el (makefile-complete): Ditto.
6116         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
6118         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
6120         * progmodes/pascal.el (pascal-complete-word)
6121         (pascal-show-completions): Ditto.
6123         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
6125         * simple.el (completion-common-substring): New variable.
6126         (completion-setup-function): Use `completion-common-substring'
6127         to put faces.
6129 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6131         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
6132         (x-get-selection, mac-select-convert-to-string): Convert from/to
6133         UTF-16 clipboard data as in native byte order, no BOM.
6135 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
6137         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6138         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
6139         (gud-sentinel): Use speedbar-frame to check for speedbar.
6141 2005-10-15  Richard M. Stallman  <rms@gnu.org>
6143         * savehist.el: New file.
6145 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
6147         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
6148         Fix bug in \bf fontification.
6150 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6152         * pcvs.el (cvs-edit-log-files): New var.
6153         (cvs-mode-edit-log): New arg `file'.
6154         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
6155         Instead force the use of the original file and nothing else.
6156         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
6157         the cvs-minor-wrap-function is set.
6158         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
6160 2005-10-14  Bill Wohler  <wohler@newt.com>
6162         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
6163         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
6164         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
6165         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
6166         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
6167         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
6168         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
6169         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
6170         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
6171         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
6172         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
6173         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
6174         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
6175         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
6176         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
6178         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6179         appropriately (for example, gud-break to gud/break).
6181 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
6183         * longlines.el (longlinges-search-function)
6184         (longlines-search-forward, longlines-search-backward): New functions.
6185         (longlines-mode): Set isearch-search-fun-function to
6186         longlinges-search-function.
6188         * mouse.el (mouse-drag-region-1): Handle the case where a
6189         double-click event is bound to an arbitrary function.
6191 2005-10-14  David Ponce  <david@dponce.com>
6193         * recentf.el (recentf-track-opened-file)
6194         (recentf-track-closed-file, recentf-update-menu)
6195         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
6196         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
6197         mouse-1-click-follows-link.
6199 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6201         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
6202         Gnome file-manager.png.  Suggested by
6203         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
6205         * toolbar/README: Add diropen.xpm.
6207 2005-10-13  Bill Wohler  <wohler@newt.com>
6209         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
6210         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
6212 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6214         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6215         Don't waste the byte-compiler's time on constant data.
6217 2005-10-13  Kenichi Handa  <handa@m17n.org>
6219         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
6220         byte with `escape-glyph' face.
6222         * international/fontset.el (ccl-encode-unicode-font):
6223         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
6224         Handle the case that ucs-mule-to-mule-unicode translates a character to
6225         ASCII (usually for IPA characters).
6227 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6229         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
6230         Don't hide the underline of titles if font-lock-mode is disabled.
6232 2005-10-12  Bill Wohler  <wohler@newt.com>
6234         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
6235         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
6236         files in MH-E-SRC have been updated.
6237         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
6239 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6241         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
6242         (mixal-mode-syntax-table): Add \n as end-comment.
6243         (mixal-operation-codes-alist): Immediately initialize to full value.
6244         (mixal-add-operation-code): Remove.
6245         (mixal-describe-operation-code): Make the arg non-optional.
6246         Use the interactive spec instead.
6247         Use mixal-operation-codes-alist rather than mixal-operation-codes.
6248         (mixal-font-lock-keywords): Don't highlight comments here any more.
6249         (mixal-font-lock-syntactic-keywords): New var.
6250         (mixal-mode): Use it.  Fix comment-start-skip.
6252 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6254         * startup.el (command-line-x-option-alist): -nb => -nbi
6256 2005-10-12  Kim F. Storm  <storm@cua.dk>
6258         * startup.el (fancy-splash-default-action): Discard mouse click in
6259         the splash screen window, as it has no sensible meaning in the
6260         next window to be selected.  Fixes error reported by Jan D.
6262 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6264         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
6266 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6268         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
6269         Try to fix up minor layout issues like indentation, line break, etc...
6270         (mixal-mode-syntax-table): Don't try to specify comment syntax,
6271         because it doesn't work.
6272         (mixal-operation-codes): Add some more codes.
6273         (mixal-font-lock-keywords): Process comments here.
6274         (mixal-mode): mixasm no longer needs -g option.
6276 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6278         * progmodes/sh-script.el (sh-tmp-file):
6279         Use mktemp -t.  Finish support for es and rc shells.
6281 2005-10-11  Jay Belanger  <belanger@truman.edu>
6283         * calc/calcalg2.el (calc-integral): With an argument, compute the
6284         definite integral.
6286 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
6288         * mouse.el (mouse-drag-region-1): Don't try to catch a
6289         double-click when doing follow-link (it's overridden anyway).
6291 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
6293         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
6294         (autoload-print-form-outbuf): Add docstring.
6296 2005-10-11  Juri Linkov  <juri@jurta.org>
6298         * info.el (Info-mode-menu): Delete menu item "Edit".
6299         (Info-mode): Delete description of Info-edit from docstring,
6300         and rearrange descriptions of Info commands in the order
6301         they are documented in the Info manual.
6303 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6305         * calendar/appt.el (appt-check): Use diary-selective-display var.
6307 2005-10-10  Richard M. Stallman  <rms@gnu.org>
6309         * net/newsticker.el (newsticker-start, newsticker-show-news):
6310         Add autoload cookies.
6312 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
6314         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
6316 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
6318         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
6320 2005-10-10  Jay Belanger  <belanger@truman.edu>
6322         * calc/calc-arith.el (math-check-known-scalarp)
6323         (math-check-known-matrixp): Check the values of arguments that are
6324         variables.
6325         (math-check-known-square-matrixp): New function.
6326         (math-known-square-matrixp): Use math-check-known-square-matrixp.
6327         (math-super-types): Add sqmatrix type.
6329         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
6330         mode name `square' to `sqmatrix'.
6332         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
6333         mode name `square' to `sqmatrix'.
6335 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6337         * progmodes/etags.el (select-tags-table-mode): Don't use
6338         selective-display.
6339         (tags-select-tags-table): Pass `button' to the action function.
6340         (select-tags-table): Place the side-info on button properties rather
6341         than in hidden text.  Abbreviate file names.
6342         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
6343         (select-tags-table-select): Add `button' argument.
6344         Get side-info from the button property rather than from hidden text.
6346 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
6348         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
6349         (gud-speedbar-buttons): Preserve point if possible.
6350         (gud-sentinel): Restore previous speedbar display type.
6352         * progmodes/gdb-ui.el (gdba): Improve diagram.
6353         (def-gdb-auto-update-handler, gdb-info-locals-handler)
6354         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
6355         Call get-buffer-window once.
6357 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6359         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
6360         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
6361         (pascal-indent-command): Remove unused var `ind'.
6362         (pascal-indent-case): Remove unused var `oldpos'.
6363         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
6364         since it's now used as a proper minor mode map.
6365         (pascal-outline): Rename to pascal-outline-mode.
6366         (pascal-outline-mode): Use define-minor-mode.
6367         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
6368         selective-display.
6370 2005-10-10  Andreas Schwab  <schwab@suse.de>
6372         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
6373         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
6375         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
6376         outside source directory.
6378 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
6380         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
6381         C-x' as a prefix.
6382         (orgtbl-mode-map): Full keymap instead of sparse, because all
6383         `self-insert-command' keys are redefined in this map.
6384         (org-export-as-html): Specify charset for HTML file, by taking it
6385         from the coding system.
6387 2005-10-10  Kenichi Handa  <handa@m17n.org>
6389         * textmodes/flyspell.el (flyspell-check-word-p):
6390         If unread-command-events is non-empty, don't call sit-for.
6392 2005-10-09  Richard M. Stallman  <rms@gnu.org>
6394         * font-lock.el (font-lock-syntactic-keywords)
6395         (font-lock-keywords): Doc fixes.
6397         * textmodes/flyspell.el (flyspell-external-point-words):
6398         Simplify logic, and don't try to check for consecutive appearances
6399         of one incorrect word.
6401 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
6403         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
6404         separator.
6406         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
6407         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
6408         (gud-expansion-speedbar-buttons): New function.
6409         (gud-speedbar-buttons): Check for gud-comint-buffer.
6411 2005-10-09  Bill Wohler  <wohler@newt.com>
6413         * Makefile.in (updates): Add mh-loaddefs dependency.
6415 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
6417         * speedbar.el (speedbar-file-key-map): Fix typo.
6419 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6421         * cus-start.el (line-spacing): Add custom spec.
6423 2005-10-09  Romain Francoise  <romain@orebokech.com>
6425         * textmodes/ispell.el (ispell-check-version): Fix last change.
6427 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6429         * term/x-win.el: Remove -i, --icon-type from comment.
6431         * startup.el (command-line-x-option-alist): Remove options -i,
6432         -itype, --icon-type, added -nb, --no-bitmap-icon
6434 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
6436         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
6437         instead of :active.
6439 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6441         * textmodes/ispell.el (ispell-check-version):
6442         Ignore hyphen, and all that follows, in aspell's version text.
6444 2005-10-08  Jay Belanger  <belanger@truman.edu>
6446         * calc/calc-arith.el (math-known-square-matrixp): New function.
6447         (math-pow-fancy): Check for matrices before distributing exponent
6448         across products.
6450         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
6451         fullscreen keypad.  Suggested by Luc Teirlinck.
6452         (calc-keypad-show-input): Add space for formatting.
6454         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
6455         Add square matrix option.
6457         * calc/calc-poly.el (math-expand-term): Check for matrices instead
6458         of checking calc-matrix-mode when deciding how to expand.
6460         * calc/calc.el (calc-set-mode-line): Add square matrix option.
6462 2005-10-08  Lars Hansen  <larsh@soem.dk>
6464         * net/tramp.el (tramp-perl-directory-files-and-attributes):
6465         Add error handling.
6466         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
6468 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
6470         Sync with Tramp 2.0.51.
6472         * net/tramp.el (tramp-handle-set-visited-file-modtime)
6473         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6474         Insert special handling for `last-coding-system-used', again
6475         it still seems to be necessary (unlike stated before).
6476         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
6477         (tramp-password-prompt-regexp): There might be other words before
6478         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
6479         (tramp-chunksize): Improve docstring.
6480         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
6481         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
6482         Christian Joergensen <bugs@razor.dk>.
6484 2005-10-07  Glenn Morris  <rgm@gnu.org>
6486         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
6487         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
6488         precision'.
6490 2005-10-07  Romain Francoise  <romain@orebokech.com>
6492         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
6493         (ibuffer-do-shell-command-pipe-replace)
6494         (ibuffer-do-shell-command-file, ibuffer-do-eval)
6495         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
6496         (ibuffer-do-revert, ibuffer-do-replace-regexp)
6497         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
6498         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6499         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
6500         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
6501         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
6502         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
6503         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
6504         Autoload file sans suffix.
6506         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
6508 2005-10-07  David Ponce  <david@dponce.com>
6510         * recentf.el (recentf-menu-open-all-flag): New option.
6511         (recentf-digit-shortcut-command-name): New function.
6512         (recentf--shortcuts-keymap): New variable.
6513         (recentf-menu-shortcuts): New variable.
6514         (recentf-make-menu-items): Initialize it.  Replace the "More..."
6515         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
6516         (recentf-menu-value-shortcut): New function.
6517         (recentf-make-menu-item): Use it.  No more in-lined.
6518         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
6519         (recentf-open-most-recent-file): Rename from
6520         `recentf-open-file-with-key'.  Don't depend on key binding.
6521         (recentf-mode-map): New variable.
6522         (recentf-mode): Use it.
6524 2005-10-06  Bill Wohler  <wohler@newt.com>
6526         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
6528         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
6529         (MH-E-SRC): New.  Used by mh-autoloads.
6530         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
6531         files in MH-E-SRC have been updated.
6532         (compile, recompile, bootstrap): Depend on mh-autoloads.
6534 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
6536         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
6537         gud-break and gud-remove icons when the fringe is not available.
6539         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
6540         Typo.
6542 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
6544         * play/zone.el (zone): Wrap body with save-window-excursion.
6546 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6548         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6549         Use the new `list-only' arg to diary-list-entries.
6551         * calendar/diary-lib.el: Use overlays rather than selective-display.
6552         (diary-selective-display): New var.
6553         (diary-header-line-format): Use it.
6554         (diary-list-entries): Add argument `list-only'.
6555         Put the buffer in diary-mode.  Don't add \^M at beg and end.
6556         Replace \^M by invisible overlays.
6557         (diary-unhide-everything): Replace \^M by invisible overlays.
6558         (print-diary-entries): Look for overlays rather than \^M.
6559         Add a space to the temp buffer name.
6560         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
6561         Put the buffer in diary-mode.
6562         (list-sexp-diary-entries): Replace \^M by invisible overlays.
6563         (diary-anniversary): Make the year arg optional.
6564         (diary-time-regexp): New const.
6565         (diary-font-lock-keywords): Use it to accept a few more time formats.
6567         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
6569 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
6571         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
6572         Fix bug introduced 2005-07-03: Use (car (last ...))
6573         to faithfully reproduce replaced artist-last.
6574         (artist-set-arrow-points-for-poly): Likewise.
6575         Suggested by Johan Bockg\e,Ae\e(Brd.
6577 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
6579         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
6580         * wid-edit.el (widget):
6581         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
6582         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
6584 2005-10-06  Kenichi Handa  <handa@m17n.org>
6586         * international/mule-cmds.el (set-language-environment):
6587         Fix setting up of case-table for unibyte mode.
6589         * simple.el (what-cursor-position): If the character is displayed
6590         by some `display' text property, show that.  Don't use
6591         single-key-description for eight-bit characters in multibyte mode.
6593 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
6595         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
6596         (gdb-ann3): Set it.
6597         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
6598         (gdb-info-frames-custom): Use inverse-video for first five
6599         characters of selected frame only.
6600         (gdb-get-frame-number): Select frame even when point is on frame
6601         number.
6603 2005-10-06  Masatake YAMATO  <jet@gyve.org>
6605         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6606         Put `font-lock-function-name-face'.
6607         (gdb-info-frames-custom): Put `font-lock-function-name-face'
6608         and `font-lock-variable-name-face'
6609         (gdb-registers-font-lock-keywords): New font lock keywords definition.
6610         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
6611         (gdb-memory-font-lock-keywords): New font lock keywords definition.
6612         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
6613         (gdb-local-font-lock-keywords): New font lock keywords definition.
6614         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
6615         (gdb-threads-font-lock-keywords): New font lock keywords definition.
6616         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
6618 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
6620         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
6621         (ediff-merge-region-is-non-clash-to-skip): Previously called
6622         ediff-merge-region-is-non-clash.
6624         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
6625         Use insert-buffer-substring.
6627         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
6628         selecting files to patch.  Also bug fixes.
6630         * ediff-util.el (ediff-setup): Bug fix.
6631         (ediff-next-difference): Never skip clashes that differ in white
6632         space only.
6634         * ediff-wind.el (ediff-setup-control-frame)
6635         (ediff-destroy-control-frame): Check the menubar feature.
6637         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
6638         (viper-refresh-mode-line): Use make-local-variable to localize
6639         some vars instead of make-variable-buffer-local.  Suggested by
6640         Stefan Monnier.
6642         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
6643         (viper-restore-cursor-type, viper-set-insert-cursor-type):
6644         Use make-local-variable instead of make-variable-buffer-local.
6645         Suggested by Stefan Monnier.
6647         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
6648         (viper-comint-mode-hook): Use make-local-variable on
6649         require-final-newline.
6650         (viper-non-hook-settings): Don't use make-variable-buffer-local.
6652 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6654         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
6655         also the second char of a comment-start sequence.
6656         (scheme-sexp-comment-syntax-table): New var.
6657         (lambda, define): Set their scheme-doc-string-elt property.
6658         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
6659         Use lisp-font-lock-syntactic-face-function now that it properly
6660         handles |...| symbols.
6661         (scheme-mode-variables): Set lisp-doc-string-elt-property,
6662         parse-sexp-lookup-properties and font-lock-extra-managed-props.
6664         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
6665         bit from # to |.
6666         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
6668         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
6669         (lisp-doc-string-elt-property): New var.
6670         (lisp-font-lock-syntactic-face-function): Use it.
6671         Rewrite to recognize docstrings even for forms not at toplevel.
6673         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
6674         annotation on the | part of #| rather than on the # part.
6675         (scheme-font-lock-syntactic-face-function): New function, to
6676         distinguish strings from |...| symbols.
6677         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
6678         syntax-table so that #|...|# is properly highlighted.
6680         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
6681         Don't mark as docstring the 3rd elem of an unknown toplevel form.
6683 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6685         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
6686         and C-e.
6688         * emacs-lisp/eldoc.el: Move comments into docstrings.
6689         (eldoc-message-commands): Initialize in its declaration.
6690         Add move-beginning-of-line and move-end-of-line.
6691         (eldoc-add-command, eldoc-add-command-completions)
6692         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
6694         * outline.el (outline-mark-subtree): Activate the mark.
6696         * calendar/appt.el (appt-time-regexp): New var.
6697         (appt-add, appt-make-list): Use it.
6698         (appt-convert-time): Clean up.
6700         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6701         Don't set any syntax-table property here.
6702         (tex-font-lock-verb): New function.  Do it here.
6703         (tex-font-lock-syntactic-keywords): Use it.
6705 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6707         * wid-edit.el (widget-file-complete): Get the widget start point
6708         the right way.  Default directory to `/' if file has none.
6710         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
6712         * textmodes/flyspell.el (flyspell-mode-on):
6713         Call ispell-maybe-find-aspell-dictionaries.
6715         * textmodes/ispell.el (ispell-word, ispell-region):
6716         Call ispell-maybe-find-aspell-dictionaries.
6717         (ispell-accept-buffer-local-defs):
6718         Don't call ispell-maybe-find-aspell-dictionaries
6720 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6722         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
6724 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
6726         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
6727         instead of `fboundp' in order to allow for anonymous functions.
6729 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
6731         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
6732         case the user clicks on the link while another window is selected.
6733         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
6735         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
6736         functionality.
6737         (dframe-help-echo): Save point in case mouse tracking is off.
6739 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
6741         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
6743 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6745         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
6746         not change the global value of those vars.
6748         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
6749         make-local-variable which we do not need any more.
6751 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
6753         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
6754         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
6755         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6756         (speedbar-path-line): Define obsolete aliases.
6757         (speedbar-line-directory): Doc fix.
6759         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6760         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6761         instead of speedbar-line-path.
6763 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6765         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6766         to nil if dropping on a window.  Handle dropping on a minibuffer window
6767         like dropping on a non-window part of Emacs.
6769 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6771         * net/ange-ftp.el: Use with-current-buffer.
6772         (ange-ftp-insert-directory): Do not follow symlinks any more.
6774         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6775         Remove interactive spec.
6777 2005-10-03  Kim F. Storm  <storm@cua.dk>
6779         * ido.el (ido-mode): Use custom-initialize-set.
6781 2005-10-02  Richard M. Stallman  <rms@gnu.org>
6783         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6784         Use insert-buffer-substring.
6786         * net/tramp.el: Pacify byte compiler warnings in pacification code.
6787         (tramp-handle-file-local-copy): Use insert-buffer-substring.
6789 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6791         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6792         in last change.
6793         (ange-ftp-insert-directory): Fix up the search for the case where
6794         `file' is absolute.
6796 2005-10-02  Romain Francoise  <romain@orebokech.com>
6798         * progmodes/compile.el (compile-goto-error): Delete extra paren.
6800 2005-10-02  Andreas Schwab  <schwab@suse.de>
6802         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6803         directory component in the session info.
6805 2005-10-01  Richard M. Stallman  <rms@gnu.org>
6807         * comint.el (comint-redirect-subvert-readonly): Doc fix.
6809         * simple.el (next-error-internal): New function.
6811         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6812         (compilation-start): Pass new arg to compilation-buffer-name.
6813         (compile-goto-error): Use next-error-internal.
6815 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6817         * speedbar.el: Remove RCS tag.
6818         (speedbar-check-read-only): Handle non-existent files.
6820         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6822         * info.el (Info-speedbar-hierarchy-buttons)
6823         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6825 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6827         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6828         Do not match newline.
6829         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6830         (bibtex-summary): Remove unnecessary save-excursion.
6831         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6833 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6835         * term/mac-win.el: Add charset info for "iso10646-1".
6836         Modify default fontset to use ATSUI-compatible fonts for some charsets
6837         if available.
6839 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6841         * speedbar.el: Re-apply arch tag.
6842         (speedbar-version): Rename to version 1.0.  Suggested by Eric
6843         M. Ludlam.
6844         Reapply two changes from Emacs CVS' version of speedbar lost
6845         during the merge:
6846         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6847         (speedbar-frame-parameters): Improve customize type.
6849 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6851         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6852         (ange-ftp-file-directory-p): Fix the symlink case.
6853         (ange-ftp-insert-directory): When listing a single file, get a list of
6854         the parent buffer and extract the relevant line.  Inspired from a patch
6855         by Katsumi Yamaoka <yamaoka@jpl.org>.
6856         (ange-ftp-file-name-sans-versions): Simplify.
6858 2005-09-30  Bill Wohler  <wohler@newt.com>
6860         Move MH-E image files from toolbar and mail directories into
6861         etc/images.
6863         * mail/reply2.*: Move to etc/images/mail/reply*.
6865         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6866         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6867         etc/images.
6869         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6870         * toolbar/reply*: Move to etc/images/mail.
6872         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6874 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
6876         * speedbar.el: New version 1.0pre3.
6878         Frame management code (including timer, and mouse click specifics)
6879         moved to dframe.el:
6880         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
6881         (speedbar-timer): Removed.  Use dframe-timer.
6882         (speedbar-close-frame): Removed.  Use dframe-close-frame.
6883         (speedbar-activity-change-focus-flag): Removed.  Use
6884         dframe-activity-change-focus-flag.
6885         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
6886         dframe-update-speed.
6888         (speedbar-current-frame): New macro.  Use this instead of the
6889         variable speedbar-frame.
6891         (speedbar-use-images, speedbar-expand-image-button-alist)
6892         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6894         (speedbar-find-image-on-load-path): Removed.  Replaced by
6895         defezimage in ezimage.el.
6896         (speedbar-expand-image-button-alist): Removed.  Replaced by
6897         ezimage-expand-image-button-alist in ezimage.el.
6899         (speedbar-ignored-directory-regexp)
6900         (speedbar-add-ignored-directory-regexp)
6901         (speedbar-ignored-directory-expressions)
6902         (speedbar-line-directory, speedbar-buffers-line-directory)
6903         (speedbar-directory-line, speedbar-buffers-line-directory):
6904         Renamed, replacing `path' with `directory'.
6906         (speedbar-create-directory, speedbar-expand-line-descendants)
6907         (speedbar-toggle-line-expansion)
6908         (speedbar-contract-line-descendants): New commands.
6910         (speedbar-query-confirmation-method, speedbar-select-frame-method)
6911         (speedbar-use-tool-tips-flag): New options.
6913         (speedbar-check-read-only, speedbar-require-version)
6914         (speedbar-insert-separator, speedbar-buffers-tail-notes)
6915         (speedbar-handle-delete-frame, speedbar-try-completion)
6916         (speedbar-update-localized-contents): New functions.
6918         (speedbar-incompatible-version, speedbar-ro-to-do-point)
6919         (speedbar-object-read-only-indicator): New variables.
6921         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6922         New hooks.
6924         (speedbar-separator-face): New face.
6926         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6927         (speedbar-ignored-modes): Add fundamental-mode.
6928         (speedbar-directory-unshown-regexp): Add . directories.
6930         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6931         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6932         `]' for full expand/close.
6933         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6935         (speedbar-check-vc): Support hidden files.
6936         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6937         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
6938         state is nil, it is not checked out.
6940         (speedbar-line-text, speedbar-line-token): Support expand buttons
6941         with no text.
6942         (speedbar-refresh): Universal argument acts as power-click.
6943         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6944         that buffer to get variable values.
6946         And many other bugfixes.
6948         * dframe.el, ezimage.el, sb-image.el: New files.
6950         * sb-*.xpm: Remove files.  New image files installed into
6951         etc/images/ezimage.
6953 2005-09-30  Kenichi Handa  <handa@m17n.org>
6955         * ps-mule.el (ps-mule-show-warning): If a character is in
6956         ps-print-translation-table, don't treat it as non-printable.
6958 2005-09-30  David Ponce  <david@dponce.com>
6960         * tree-widget.el (tree-widget-themes-load-path): New variable.
6961         (tree-widget-themes-directory): Doc fix.
6962         (tree-widget-image-formats) [Emacs]: Doc fix.
6963         (tree-widget--locate-sub-directory): New function.
6964         (tree-widget-themes-directory): Use it.
6966         * recentf.el (recentf-filename-handlers): Rename from
6967         `recentf-filename-handler'.  Allow a list of functions.
6968         (recentf-menu-items-for-commands): Fix :help strings.
6969         (recentf-apply-filename-handlers): New function.
6970         (recentf-expand-file-name): Use it.
6971         (recentf-cleanup): Remove duplicates too.
6973 2005-09-29  Juri Linkov  <juri@jurta.org>
6975         * faces.el: Rearrange face definitions to be in the same order as
6976         their face descriptions in "(emacs)Standard Faces".
6978         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6980         * tooltip.el (tooltip): Add group `basic-faces'.
6982         * buff-menu.el (Buffer-menu-buffer): Remove group
6983         `font-lock-highlighting-faces'.
6985         * progmodes/compile.el (compilation-error, compilation-warning)
6986         (compilation-info, compilation-line-number, compilation-column-number):
6987         Change group from `font-lock-highlighting-faces' to `compilation'.
6989         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6990         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6991         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6992         (vhdl-font-lock-reserved-words-face)
6993         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6994         `font-lock-highlighting-faces'.
6996         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6998 2005-09-28  Kim F. Storm  <storm@cua.dk>
7000         * emulation/cua-base.el: Set CUA move property on additional commands:
7001         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
7002         forward-sexp, backward-sexp, forward-list, backward-list.
7004 2005-09-28  Romain Francoise  <romain@orebokech.com>
7006         * comint.el (comint-show-output): Really set point at the
7007         beginning of the output when not using `comint-use-prompt-regexp'.
7009 2005-09-27  Jay Belanger  <belanger@truman.edu>
7011         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
7012         in TeX mode.
7014 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
7016         * textmodes/org.el (org-table-sum): Fix format string.
7018         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
7019         Quote face names.
7021 2005-09-26  Romain Francoise  <romain@orebokech.com>
7023         * isearch.el (isearch-forward-regexp): Close doc string.
7025 2005-09-25  Richard M. Stallman  <rms@gnu.org>
7027         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
7029         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
7031         * progmodes/compile.el (compilation-error-properties):
7032         When getting the file from the previous error message,
7033         correctly decode the new data format.
7035         * progmodes/cc-cmds.el (c-electric-paren):
7036         Call old-blink-paren only for close-paren.
7038 2005-09-24  Andreas Schwab  <schwab@suse.de>
7040         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
7041         condition.
7043 2005-09-25  Romain Francoise  <romain@orebokech.com>
7045         * dired-aux.el (dired-copy-file-recursive):
7046         * dired.el (dired-delete-file):
7047         * ediff-mult.el (ediff-dir-diff-copy-file):
7048         * ediff-util.el (ediff-test-save-region):
7049         * forms.el (forms-mode):
7050         * ido.el (ido-file-internal, ido-delete-file-at-head):
7051         * log-edit.el (log-edit-done):
7052         * ses.el (ses-yank-resize):
7053         * play/gomoku.el (gomoku-human-plays, gomoku)
7054         (gomoku-human-resigns, gomoku-prompt-for-other-game)
7055         (gomoku-offer-a-draw):
7056         * play/landmark.el (lm-human-resigns, lm):
7057         * net/eudcb-ldap.el (eudc-ldap-check-base):
7058         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
7059         * progmodes/ebrowse.el (ebrowse-find-pattern):
7060         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
7061         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
7062         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
7064         * vc.el (vc-delete-file):
7065         * play/gomoku.el (gomoku-terminate-game, gomoku)
7066         (gomoku-prompt-for-move, gomoku-human-takes-back):
7067         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
7068         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
7070 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
7072         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
7073         color rxvt terminals by using the code xterm.el used to use before
7074         2005-04-09 in order to match the colors used by rxvt.
7076 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
7078         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
7079         colors rxvt-unicode terminals by using the same code as xterm.el.
7081 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7083         * textmodes/tex-mode.el (tex-font-lock-append-prop)
7084         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
7085         new symbol used for the tex-verbatim face.
7087 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7089         * woman.el (woman-file-name):
7090         * wid-edit.el (widget-file-prompt-value)
7091         (widget-coding-system-prompt-value):
7092         * w32-fns.el (set-w32-system-coding-system):
7093         * vc.el (vc-version-diff, vc-annotate):
7094         * textmodes/reftex-auc.el (reftex-arg-cite)
7095         (reftex-arg-index-tag):
7096         * textmodes/refer.el (refer-get-bib-files):
7097         * textmodes/artist.el (artist-figlet-choose-font):
7098         * terminal.el (terminal-emulator):
7099         * replace.el (occur-read-primary-args):
7100         * rect.el (string-rectangle, string-insert-rectangle):
7101         * ps-print.el (ps-print-preprint):
7102         * progmodes/pascal.el (pascal-goto-defun):
7103         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
7104         * progmodes/compile.el (compilation-find-file):
7105         * printing.el (pr-interactive-n-up):
7106         * play/animate.el (animate-birthday-present):
7107         * net/rcompile.el (remote-compile):
7108         * man.el (man, Man-goto-section, Man-follow-manual-reference):
7109         * mail/rmailsum.el (rmail-summary-search-backward)
7110         (rmail-summary-search):
7111         * mail/rmailout.el (rmail-output-read-rmail-file-name)
7112         (rmail-output-read-file-name):
7113         * mail/rmail.el (rmail-search, rmail-search-backwards):
7114         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
7115         * locate.el (locate):
7116         * international/quail.el (quail-show-keyboard-layout):
7117         * international/mule.el (set-buffer-file-coding-system)
7118         (revert-buffer-with-coding-system, set-file-name-coding-system)
7119         (set-terminal-coding-system, set-keyboard-coding-system)
7120         (set-next-selection-coding-system):
7121         * international/mule-diag.el (describe-coding-system)
7122         (describe-font, describe-fontset):
7123         * international/mule-cmds.el (universal-coding-system-argument)
7124         (search-unencodable-char, describe-input-method)
7125         (set-language-environment, describe-language-environment):
7126         * international/codepage.el (codepage-setup):
7127         * international/code-pages.el (codepage-setup):
7128         * info.el (Info-search, Info-follow-reference)
7129         (Info-search-backward):
7130         * emacs-lisp/advice.el (ad-read-advised-function)
7131         (ad-read-advice-class, ad-clear-cache, ad-activate)
7132         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
7133         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
7134         (ad-read-regexp):
7135         * ediff-util.el (ediff-toggle-regexp-match):
7136         * ediff-ptch.el (ediff-prompt-for-patch-file):
7137         * dired-aux.el (dired-diff):
7138         * diff.el (diff):
7139         * cus-edit.el (custom-variable-prompt):
7140         * calendar/timeclock.el (timeclock-ask-for-project):
7141         * calc/calcalg3.el (calc-get-fit-variables):
7142         * calc/calc-store.el (calc-edit-variable)
7143         (calc-permanent-variable):
7144         * vc-mcvs.el (vc-mcvs-register):
7145         * shadowfile.el (shadow-define-literal-group):
7146         * woman.el (woman-file-name):
7147         * vc.el (vc-version-diff, vc-merge):
7148         * textmodes/reftex-index.el (reftex-index-complete-tag):
7149         * format.el (format-decode-buffer, format-decode-region):
7150         * emulation/viper-cmd.el (viper-read-string-with-history):
7151         * emacs-lisp/debug.el (cancel-debug-on-entry):
7152         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7153         * ediff.el (ediff-merge-revisions)
7154         (ediff-merge-revisions-with-ancestor, ediff-revision):
7155         * completion.el (interactive-completion-string-reader):
7156         * calc/calc-prog.el (calc-user-define-formula):
7157         Follow convention for reading with the minibuffer.
7159 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
7161         * progmodes/python.el (python-describe-symbol): Add globals() and
7162         locals() to the arguments of emacs.ehelp.
7164 2005-09-24  Magnus Henoch  <mange@freemail.hu>
7166         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
7167         New function, code extracted from ispell-valid-dictionary-list.
7168         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
7169         Call it.
7171 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
7173         * subr.el (version-regexp-alist): Extend valid syntax for version
7174         strings: allow any of the characters -,_,+ to separate the
7175         alpha/beta/rc part from the version part.  Doc fix.
7176         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
7178 2005-09-23  David Reitter  <david.reitter@gmail.com>
7180         * mail/mailclient.el: New file.
7182 2005-09-23  Richard M. Stallman  <rms@gnu.org>
7184         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
7185         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
7186         Doc fixes.
7188         * progmodes/cc-mode.el (c-font-lock-init):
7189         Specify font-lock-lines-before.
7191 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7193         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
7194         whole conflict.
7196 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7198         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
7199         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
7200         of `remap' feature when available.  Additional key bindings for
7201         better tty support.
7202         (org-mode-restart, org-force-self-insert): New commands.
7203         (org-time-stamp-inactive): New command.
7204         (org-remap): New function.
7205         (org-table-auto-blank-field, org-level-color-stars-only): New options.
7206         (org-enable-fixed-width-editor): Move to `org-structure'
7207         customization group.
7208         (org-self-insert-command, orgtbl-self-insert-command): Modify to
7209         blank field after field motion commands.
7211 2005-09-23  Kenichi Handa  <handa@m17n.org>
7213         * international/mule-cmds.el (set-language-environment):
7214         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
7215         have to call utf-translate-cjk-load-tables.
7217 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7219         * mouse.el (mouse-move-drag-overlay): Fix last change.
7221 2005-09-22  David Ponce  <david@dponce.com>
7223         * tree-widget.el (tree-widget-value-create): Fix previous change.
7225 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7227         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
7229 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7231         * mouse.el (mouse-move-drag-overlay): New function.
7232         (mouse-drag-region-1): Use it.
7233         Try to simplify a bit the state handling.  Handle clicks on links
7234         inside intangible areas.
7235         (mouse-save-then-kill): Minor simplification.
7236         (mouse-secondary-overlay): Make it always non-nil instead of
7237         recreating it each time.
7238         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
7239         (mouse-kill-secondary, mouse-secondary-save-then-kill):
7240         Simplify accordingly.
7242 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7244         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
7246 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
7248         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
7249         (ediff-file-name-sans-prefix): Treat nil as an empty string.
7250         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
7251         to patch.
7253         * ediff-util.el: Use insert-buffer-substring.
7255         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
7257         * emulation/viper-cmd.el (viper-change-state): Don't move over the
7258         field boundaries in the minibuffer.
7259         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
7260         (viper-minibuffer-post-command-hook): New hook.
7261         (viper-line): Don't move cursor at bolp.
7263         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
7265         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
7266         avoid compiler warnings.
7268         * emulation/viper-macs.el (ex-map): Better messages.
7270         * emulation/viper-utils.el (viper-beginning-of-field): New function.
7272         * emulation/viper.el: Replace make-variable-buffer-local with
7273         viper-make-variable-buffer-local everywhere, to avoid warnings.
7275 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7277         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
7278         Delete unused var `old-selected-window'.
7279         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
7280         (mouse-drag-secondary): Delete unused var `start-frame'.
7282 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7284         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
7286 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7288         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
7289         Re-indent within 80 columns.  Use inhibit-read-only.
7291 2005-09-19  Romain Francoise  <romain@orebokech.com>
7293         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
7295 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7297         * font-lock.el (font-lock-default-fontify-region): Don't add a line
7298         unconditionally, since the after-change-function already did it.
7300 2005-09-19  Miles Bader  <miles@gnu.org>
7302         * net/newsticker.el: Get rid of CVS keyword.
7304 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
7306         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
7307         The prompt is formatted later.
7309 2005-09-19  David Ponce  <david@dponce.com>
7311         * tree-widget.el (tree-widget-value-create): Save the converted
7312         tree :node widget.
7314 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7316         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
7317         variable `message'.
7319 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
7321         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
7322         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
7323         <slawomir.nowaczyk.847@student.lu.se>.
7325 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
7327         * image.el (image-load-path): Use symbol `data-directory' instead
7328         of its value, for backward compatibility with packages that bind
7329         it during `find-image'.  Suggested by Katsumi Yamaoka.
7330         (image-search-load-path): Handle symbols whose values are strings.
7332 2005-09-18  Romain Francoise  <romain@orebokech.com>
7334         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
7335         with-current-buffer form in save-excursion.
7337 2005-09-18  D Goel  <deego@gnufans.org>
7339         * apropos.el (apropos-command): Fix `message' call: first arg
7340         should be a format spec.  In this and all other cases that appear
7341         below and elsewhere in the source code, I made a change only when
7342         two conditions were satisfied: [1] I can think of a possibility
7343         that the arguments would cause an error, for example, the code in
7344         question relies on external variables such as filenames.  [2] I
7345         was sure that the arg to `message' could not have been nil in the code.
7347         * textmodes/tildify.el (tildify-region): Ditto.
7349         * textmodes/reftex-index.el (reftex-index-change-entry)
7350         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
7351         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
7352         * textmodes/org.el (org-complete, org-deadline, org-schedule)
7353         (org-priority, org-table-sum):
7354         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
7355         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
7356         (flyspell-word, flyspell-display-next-corrections):
7357         * textmodes/bibtex.el (bibtex-print-help-message):
7358         * textmodes/artist.el (artist-key-set-point-poly):
7359         * term/mac-win.el (mac-services-insert-text):
7360         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
7361         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
7362         (vhdl-port-paste-testbench, vhdl-compose-new-component)
7363         (vhdl-compose-configuration):
7364         * progmodes/sh-script.el (sh-blink, sh-show-indent)
7365         (sh-set-indent, sh-learn-line-indent):
7366         * progmodes/ps-mode.el (ps-mode-target-column):
7367         * progmodes/idlwave.el (idlwave-make-tags)
7368         (idlwave-scan-library-catalogs):
7369         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
7370         * progmodes/gud.el (gud-jdb-analyze-source):
7371         * progmodes/flymake.el (flymake-log):
7372         * progmodes/ebnf2ps.el (ebnf-generate-region):
7373         * progmodes/cmacexp.el (c-macro-expansion):
7374         * progmodes/ada-xref.el (ada-treat-cmd-string):
7375         * progmodes/ada-mode.el (ada-create-case-exception-substring)
7376         (ada-justified-indent-current, ada-batch-reformat):
7377         * play/zone.el (zone):
7378         * play/landmark.el (lm-move):
7379         * play/decipher.el (decipher-show-alphabet):
7380         * net/newsticker.el (newsticker--display-jump)
7381         (newsticker--display-scroll):
7382         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
7383         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
7384         * mail/feedmail.el (feedmail-dump-message-to-queue):
7385         * eshell/esh-proc.el (eshell-remove-process-entry):
7386         * emulation/ws-mode.el (ws-last-error):
7387         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
7388         (viper-record-kbd-macro):
7389         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
7390         * emacs-lisp/lisp-mnt.el (lm-report-bug):
7391         * emacs-lisp/find-func.el (find-function-noselect):
7392         * calendar/timeclock.el (timeclock-status-string)
7393         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
7394         (timeclock-when-to-leave-string):
7395         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
7396         * calc/calc-units.el (calc-enter-units-table):
7397         * calc/calc-mode.el (calc-mode-record-mode):
7398         * woman.el (woman-mini-help):
7399         * wdired.el (wdired-change-to-wdired-mode):
7400         * vc.el (vc-retrieve-snapshot):
7401         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
7402         * startup.el (display-startup-echo-area-message):
7403         * simple.el (set-goal-column):
7404         * ses.el (ses-command-hook, ses-recalculate-cell):
7405         * server.el (server-process-filter):
7406         * printing.el (pr-interface-txt-print, pr-interface-printify)
7407         (pr-interface-ps):
7408         * pcvs.el (cvs-help):
7409         * log-edit.el (log-edit, log-edit-mode-help):
7410         * iswitchb.el (iswitchb-possible-new-buffer):
7411         * isearch.el (isearch-edit-string):
7412         * image-mode.el (image-mode, image-minor-mode):
7413         * ibuf-macs.el (define-ibuffer-filter):
7414         * hi-lock.el (hi-lock-find-patterns):
7415         * files.el (toggle-read-only):
7416         * ediff-util.el (ediff-copy-diff)
7417         (ediff-write-merge-buffer-and-maybe-kill):
7418         * echistory.el (Electric-history-undefined):
7419         * dnd.el (dnd-insert-text):
7420         * dired-aux.el (dired-query):
7421         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
7422         * bookmark.el (bookmark-bmenu-locate):
7423         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
7424         Fix `message' calls to ensure first arg is a format string.
7425         The change was made only when these two conditions were satisfied:
7426         [1] when there is a possibility that the arguments would cause an error
7427         for example, if the code in question relies on external variables
7428         such as filenames, and
7429         [2] if the arg to `message' could not have been nil in the code.
7431         * pcomplete.el (pcomplete--help): Fix `message' format spec.
7432         Not having a %s would be weird, though not technically wrong.
7434 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7436         * term/mac-win.el (mac-add-charset-info): Doc fix.
7438 2005-09-17  Romain Francoise  <romain@orebokech.com>
7440         * shell.el (shell-resync-dirs): Handle echoing processes more
7441         reliably.  Don't insert resync command if `comint-process-echoes'
7442         is non-nil.
7444 2005-09-17  Magnus Henoch  <mange@freemail.hu>
7446         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
7447         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
7448         aspell versions >= 0.60.
7449         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
7450         only if ispell-aspell-supports-utf8 is non-nil.
7452 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7454         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
7455         buffer-local value to lisp-indent-function.
7457 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
7459         * progmodes/glasses.el (glasses-make-readable): If
7460         glasses-separator differs from underscore, put appropriate
7461         overlays over underscore characters.
7462         (glasses-convert-to-unreadable): If glasses-separator differs from
7463         underscore, try to convert glasses-separator characters to
7464         underscores.
7466 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7468         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
7469         Use with-syntax-table and dolist.
7471 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
7473         * textmodes/reftex-auc.el:
7474         * textmodes/reftex-cite.el:
7475         * textmodes/reftex-dcr.el:
7476         * textmodes/reftex-global.el:
7477         * textmodes/reftex-parse.el:
7478         * textmodes/reftex-ref.el:
7479         * textmodes/reftex-sel.el:
7480         * textmodes/reftex-toc.el:
7481         * textmodes/reftex-vars.el:
7482         * textmodes/reftex.el: Small changes to remove compiler warnings.
7484         * textmodes/reftex-index.el: Likewise.
7485         (reftex-query-index-phrase): More efficient use of markers.
7487 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7489         * image.el (image-load-path): New variable.
7490         (image-search-load-path): New function.
7491         (find-image): Search for images in `image-load-path'.
7493 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7495         * follow.el: Change Maintainer field.
7497 2005-09-15  David Ponce  <david@dponce.com>
7499         * recentf.el (recentf-save-file-modes): New option.
7500         (recentf-save-list): Use it.
7502 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
7504         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
7505         (mode-line-mule-info, mode-line-modified): Move bindings from
7506         mouse-3 to mouse-1.
7508 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7510         * simple.el (sendmail-user-agent-compose): Revert last change.
7512 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7514         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
7515         Use with-current-buffer.
7516         (ange-ftp-gwp-start): Remove unused var `gw-user'.
7517         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
7518         (ange-ftp-insert-directory): Remove unused var `short'.
7519         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
7521         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
7522         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
7524         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
7525         (check-calendar-holidays, diary-list-entries): Autoload.
7526         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
7527         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
7529         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
7530         which mistakenly removed a call to display-buffer.
7532 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
7534         * obsolete/iso-insert.el: Move to obsolete/ from international/.
7536 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
7538         * progmodes/hideshow.el
7539         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
7540         (hs-allow-nesting): New user var.
7541         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
7542         (hs-hide-block-at-point): When nesting allowed,
7543         if there is already an overlay in place, delete it.
7544         (hs-safety-is-job-n): Delete func; remove call sites.
7545         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
7546         (hs-overlay-at): New func.
7547         (hs-already-hidden-p, hs-show-block): Use it.
7548         (hs-hide-all): Don't pre-clean if nesting allowed.
7549         (hs-show-all): Temporarily disallow
7550         nesting around call to `hs-discard-overlays'.
7552 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
7554         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
7555         Delete unused local var.
7557 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
7559         * help-fns.el (describe-categories): "?\ " -> "?\s".
7560         (help-do-arg-highlight): Recognize also ARG-n, as in
7561         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
7563         * international/codepage.el (dos-unsupported-char-glyph):
7564         * net/newsticker.el (tool-bar-map, w3-mode-map)
7565         (w3m-minor-mode-map):
7566         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
7567         (ent-alist):
7568         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
7570 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
7572         * custom.el (custom-push-theme): Handle the case where a symbol is
7573         bound but face properties have not yet been assigned.
7575         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
7576         Fix behavior if noerase is `t' and there is no mail buffer.
7578         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
7579         if `continue' is nil, rather than signal an error.
7581 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7583         * font-lock.el (font-lock-keywords): Add autoload.
7585         * help-fns.el (describe-variable): Rearrange to put source link
7586         in a predictable place.
7588         * net/newsticker.el: New file.
7590 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7592         * calendar/calendar.el (calendar-for-loop): Add edebug info.
7593         (calendar-basic-setup): Use the new nil arg.
7594         (number-of-diary-entries): Move to diary-lib.el.
7596         * calendar/diary-lib.el: Use with-current-buffer, match-string.
7597         (diary-list-entries): Use with-syntax-table and dolist.
7598         Rename from list-diary-entries.
7599         Use number-of-diary-entries if `number' is nil.
7600         (diary, diary-view-entries): Use this new name and new nil arg value.
7601         (number-of-diary-entries): Move from calendar.el.
7602         (diary-unhide-everything): New function.
7603         (include-other-diary-files, fancy-diary-display)
7604         (diary-show-all-entries, make-diary-entry): Use it.
7605         (diary-mail-entries): Use buffer-string.
7606         (mark-diary-entries): Fix long standing paren typo.
7607         (diary-sexp-entry): Use count-lines.
7608         (make-diary-entry): Avoid `previous-line'.
7609         (diary-mode-map): New var.
7610         (diary-mode): Redraw cal after saving.  Setup header-line.
7611         (fancy-diary-display-mode): Use local-set-key.
7613         * startup.el (command-line): Try calling various terminal-init-foo-bar
7614         functions by stripping hyphenated suffixes from $TERM.
7616         * files.el (normal-mode): Check boundness of font-lock-keywords.
7618 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7620         * progmodes/compile.el: Don't decide a file's directory
7621         until the user actually tries to go there.
7622         (compilation-next-error-function):
7623         Pass compilation-find-file the directory from the file-struct.
7624         (compilation-internal-error-properties): Separate local FILE-STRUCT
7625         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
7626         (compilation-find-file): Arg DIR renamed to DIRECTORY.
7627         Expand it, and if nil, use default-directory.
7628         (compilation-get-file-structure): Don't mix specified directory
7629         with default directory.  Put specified directory into
7630         file-struct.  Don't make the file name absolute.
7632         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7633         (compile-command): Add autoload.
7634         (compilation-disable-input): Add autoload.
7636 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
7638         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
7639         strings of the variables it can override.
7640         (time-stamp): New (as yet undocumented) time-stamp-format escapes
7641         %Q and %q, for fully-qualified domain name and unqualified host name.
7643 2005-09-11  Kim F. Storm  <storm@cua.dk>
7645         * emacs-lisp/authors.el (authors-aliases): Update list.
7646         (authors-fixed-entries): Update mldrag.el entry.
7648 2005-09-10  Alan Mackenzie  <acm@muc.de>
7650         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
7651         from the region narrowed to.
7653 2005-09-10  Magnus Henoch  <mange@freemail.hu>
7655         * textmodes/ispell.el (ispell-check-version): Signal an error if
7656         aspell version is less than 0.60.
7658 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
7660         * progmodes/octave-inf.el (inferior-octave-startup):
7661         Resync current dir at the end.
7663 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
7665         * woman.el (woman-topic-at-point-default):
7666         Rename to woman-use-topic-at-point-default.
7667         (woman-topic-at-point): Rename to woman-use-topic-at-point.
7668         (woman-file-name): Reflect renames above.  Automatically use the
7669         word at point as topic if woman-use-topic-at-point is non-nil.
7670         Otherwise offer it as default but don't insert it in the
7671         minibuffer.  Also use `test-completion' instead of `assoc' as
7672         suggested by Stefan Monnier.
7674 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
7676         * vc.el (vc-directory, vc-update-change-log): Throw an error on
7677         the attempt to do it over Tramp.  This is not yet supported.
7679 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
7681         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7682         (menu-bar-non-minibuffer-window-p): New functions.
7683         ("Split Window", "Save As..."): Use them.
7684         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
7685         ("Print Buffer", "Truncate Long Lines in this Buffer"):
7686         Use menu-bar-menu-frame-live-and-visible-p.
7687         ("Save Buffer", "Insert File", "Open Directory...")
7688         ("Open File...", "Visit New File..."):
7689         Use menu-bar-non-minibuffer-window-p.
7690         (kill-this-buffer-enabled-p, dired <menu-enable>):
7691         Use menu-bar-non-minibuffer-window-p.
7693 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7695         * cus-start.el (all): Don't complain about fringe-related
7696         built-ins if fringes are not supported.  Ditto about
7697         selection-related built-ins.  Fix the test for GTK-related built-ins.
7699         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
7700         ("Postscript Print Buffer", "Print Region", "Save As...")
7701         ("Save", "Insert File...", "Open Directory...")
7702         ("Open File...", "Visit New File..."")
7703         ("Truncate Long Lines in this Buffer"): Don't look at
7704         menu-updating-frame if this display does not support multiple frames.
7706 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7708         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
7710 2005-09-09  Emilio Lopes  <eclig@gmx.net>
7712         * woman.el: Format- and whitespace-related changes.
7714 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7716         * woman.el: Fix my email address.
7718 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7720         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
7721         (sh-mode): Locally set skeleton-pair-default-alist.
7723         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7725         * progmodes/flymake.el: Require `compile' unconditionally.
7727         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
7729         * woman.el (woman-file-name): Provide a default, not initial input.
7731         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
7733         * font-lock.el (font-lock-support-mode): Doc fix.
7735         * descr-text.el (describe-property-list): Handle non-symbol prop names.
7737 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7739         * simple.el (blink-matching-open): Get rid of text props from
7740         the string shown in echo area.  Don't permanently set point.
7741         Some rearrangements.
7743 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7745         * recentf.el (recentf-filename-handler): Add custom choice
7746         `abbreviate-file-name'.
7748         * msb.el (msb--very-many-menus): Fix typo.
7750         * disp-table.el (standard-display-european): Don't set
7751         enable-multibyte-characters to nil.
7753 2005-09-08  David Ponce  <david@dponce.com>
7755         * recentf.el (recentf-show-file-shortcuts-flag): New option.
7756         (recentf-expand-file-name): Doc fix.
7757         (recentf-dialog-mode-map): Define digit shortcuts.
7758         (recentf--files-with-key): New variable.
7759         (recentf-show-digit-shortcut-filter): New function.
7760         (recentf-open-files-items): New function.
7761         (recentf-open-files): Use it.
7762         (recentf-open-file-with-key): New command.
7764 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
7766         * buff-menu.el (Buffer-menu-sort-by-column): New function.
7767         Suggested by Kim F. Storm.
7768         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7769         (Buffer-menu-make-sort-button): Use global keymap.
7771 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
7773         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7774         (Man-getpage-in-background-advice): Remove defadvice; it isn't
7775         necessary any longer with the remapped command.
7776         (Man-bgproc-sentinel-advice): Remove defadvice which counts
7777         formatting time only.
7779         * net/tramp.el (tramp-action-password)
7780         (tramp-multi-action-password): Compile the password prompt from
7781         `method', `user' and `host'.  Sometimes it isn't obvious which
7782         password to enter, for example with remote files offered by
7783         recentf.el, or with multiple steps.  Suggested by Robert Marshall
7784         <robert@chezmarshall.freeserve.co.uk>.
7786 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7788         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7789         Fix regexp for when "s///" is at the beginning of line.
7791 2005-09-07  Jay Belanger  <belanger@truman.edu>
7793         * calc/calc-poly.el (math-expand-term): Multiply out any powers
7794         when in matrix mode.
7796 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7798         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7799         non-anonymous functions.
7801 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
7803         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7804         when using a header line.  Otherwise, use mouse-1-click-follows-link.
7806         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7807         can't be moved; don't signal an error.
7809 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7811         * cus-theme.el (custom-theme-write-faces): Save the current face
7812         spec, not the defface spec.
7814         * custom.el (custom-known-themes): Clarify meaning of "standard".
7815         (custom-push-theme): Save old values in the standard theme.
7816         (disable-theme): Correct typo.
7817         (custom-face-theme-value) Deleted unused function.
7818         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7820 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7822         * progmodes/compile.el (compilation-goto-locus): Take into account
7823         iconified frames when determining whether the buffer is
7824         already visible.
7825         Don't reset window height if the window already existed.
7827 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
7829         * custom.el (load-theme): Rename from require-theme.
7830         Add interactive spec.
7831         (enable-theme): Rename from custom-enable-theme.
7832         Add interactive spec.
7833         (disable-theme): Rename from custom-disable-theme.
7834         Add interactive spec.
7835         (custom-make-theme-feature): Doc fix.
7836         (custom-theme-directory): Doc fix.
7837         (provide-theme): Call enable-theme.
7839 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7841         * obsolete/lazy-lock.el (lazy-lock-mode):
7842         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7843         font-lock-mode if it's off.  Print a warning instead.
7845         * progmodes/compile.el (compilation-start): Ignore errors if the
7846         process died before we get to send-eof.
7848         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7849         Undo last change.  Enclosing the result in quotes broke things on Unix
7850         since tex-send-command passes it through shell-quote-argument.
7851         (tex-send-command): Pass `file' through convert-standard-filename
7852         when possible.
7853         (tex-uptodate-p): Handle the case where TeX hasn't put additional
7854         info in a transcript.
7856 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7858         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7859         fix compilation warning. Reorder the key definitions to group
7860         together keys emitted by the current version of xterm.
7862         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7863         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7864         Reorder predicates to correct min-color usage.
7866 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
7868         * longlines.el (longlines-mode): Inhibit read-only when encoding.
7869         Kill local variables when longlines-mode is turned off.
7871 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7873         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7875         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7877         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7879         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7880         (font-lock-lines-before): Change default to being inactive.
7881         (font-lock-default-fontify-region): Obey font-lock-lines-before.
7882         (font-lock-after-change-function): Don't handle f-l-lines-before here.
7884 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7886         * net/tramp.el (tramp-handle-make-auto-save-file-name):
7887         Deactivate temporarily advice if active (not needed for Emacs 22,
7888         but for backwards compatibility).
7889         (tramp-exists-file-name-handler): Rewrite.  First implementation
7890         was too simple.
7891         (tramp-advice-make-auto-save-file-name):
7892         Call `tramp-handle-make-auto-save-file-name' (again, just for
7893         backwards compatibility).
7895 2005-08-31  Reto Zimmermann  <reto@gnu.org>
7897         * progmodes/vhdl-mode.el
7898         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7899         (vhdl-end-p): Fix indentation bug "else" after "-- when".
7900         (vhdl-set-default-project): New function (easier setting of default).
7901         (vhdl-port-copy): Handle extended identifiers for generics.
7902         (vhdl-compiler-alist): Better description for error message regexp.
7903         (vhdl-make): Query for target, use previous as default.
7904         (vhdl-port-copy): Fix port copy for port names starting with "signal".
7905         (vhdl-font-lock-keywords-2): Fix fontification for record
7906         el. assign.
7907         (vhdl-speedbar-make-subpack-line): Add package body link.
7908         (vhdl-generate-makefile-1): Not include itself as dependency.
7909         (vhdl-font-lock-init): Highlight c-preprocessor directives.
7910         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7911         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7912         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7913         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7914         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7915         (vhdl-import-project): Add string argument for `error'.
7916         (vhdl-compose-configuration)
7917         (vhdl-compose-configuration-architecture): Add configuration
7918         declaration generation.
7919         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7920         (vhdl-trailer-re): Add "record" keyword (better indentation).
7921         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7922         "[^ \t-\"]+".
7923         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
7924         (vhdl-testbench-entity-file-name)
7925         (vhdl-testbench-architecture-file-name): Allow separate
7926         customization of testbench file names.
7927         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7928         (vhdl-get-visible-signals): Allow newline within alias declaration.
7929         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7930         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7931         (member-ignore-case): Alias for missing function in XEmacs.
7932         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7933         (vhdl-update-sensitivity-list): Ignore case on read signals.
7934         (vhdl-replace-string): Adjust case only for file names.
7935         (vhdl-update-sensitivity-list): Fix search for read signals.
7936         (vhdl-update-sensitivity-list): Exclude formal parameters.
7937         (vhdl-get-visible-signals): Include aliases of signals.
7938         (vhdl-get-visible-signals): Fix signal name searching.
7939         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7940         (vhdl-fixup-whitespace-region): Fix for character
7941         literals (e.g. ':').
7943 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7945         * ansi-color.el (comint-last-output-start):
7946         * bs.el (font-lock-verbose):
7947         * diff-mode.el (add-log-buffer-file-name-function):
7948         * dired-x.el (vm-folder-directory):
7949         * faces.el (help-xref-stack-item):
7950         * files.el (font-lock-keywords):
7951         * find-lisp.el (dired-buffers, dired-subdir-alist):
7952         * ido.el (cua-inhibit-cua-keys):
7953         * log-view.el (cvs-minor-wrap-function):
7954         * outline.el (font-lock-warning-face):
7955         * simple.el (compilation-current-error):
7956         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7957         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7958         * tooltip.el (comint-prompt-regexp):
7959         * w32-fns.el (explicit-shell-file-name):
7960         * term/mac-win.el (mac-charset-info-alist)
7961         (mac-services-selection, mac-system-script-code):
7962         * term/tty-colors.el (msdos-color-values):
7963         * term/w32-win.el (xlfd-regexp-registry-subnum):
7964         * term/x-win.el (x-keysym-table, x-selection-timeout)
7965         (x-session-id, x-session-previous-id):
7966         * textmodes/ispell.el (mail-yank-prefix):
7967         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7968         * textmodes/org.el (calc-embedded-close-formula)
7969         (calc-embedded-open-formula)
7970         (font-lock-unfontify-region-function):
7971         * textmodes/reftex-global.el (isearch-next-buffer-function)
7972         (TeX-master):
7973         * textmodes/reftex.el (font-lock-keywords):
7974         * textmodes/tex-mode.el (font-lock-comment-face)
7975         (font-lock-doc-face):
7976         * textmodes/texinfo.el (outline-heading-alist):
7977         Add defvars.
7979         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7980         (artist-spray-chars, artist-mode-init, artist-replace-string)
7981         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7982         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7983         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7985         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7986         (conf-align-assignments): "?\ " -> "?\s".
7988         * textmodes/reftex-index.el (TeX-master): Add defvar.
7989         (reftex-index-phrases-marker): Move up defvar.
7991         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7992         (reftex-toc-include-labels-indicator)
7993         (reftex-toc-include-index-indicator)
7994         (reftex-toc-max-level-indicator): Move up declarations.
7996         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7997         of args to `tramp-run-real-handler', even if it's empty in this case.
7999 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8001         * dired.el (dired-move-to-filename-regexp): Add date format for
8002         Mac OS X 10.3 in East Asian locales.
8004 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8006         * files.el (make-auto-save-file-name): Add file name handler call
8007         if applicable.
8009         * net/tramp.el (tramp-file-name-handler-alist)
8010         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
8011         (tramp-handle-make-auto-save-file-name): Rename from
8012         `tramp-make-auto-save-file-name'.
8013         (tramp-exists-file-name-handler): New defun.
8014         (tramp-advice-make-auto-save-file-name): Make defadvice only when
8015         `make-auto-save-file-name' is not a magic file name operation.
8017 2005-08-30  Richard M. Stallman  <rms@gnu.org>
8019         * files.el (risky-local-variable-p):
8020         Match `-predicates' and `-commands.
8022         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
8023         (custom-save-all): Visit the file if necessary;
8024         kill the buffer if we created it.
8025         (custom-save-delete): Don't visit file or kill buffer here.
8027 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
8029         * textmodes/org.el (org-special-keyword): New face.
8030         (org-table-copy-down, org-table-eval-formula)
8031         (org-table-recalculate, org-init-section-numbers):
8032         Use `string-to-number' instead of `string-to-int'.
8033         (org-get-location): Use `insert-buffer-substring' instead of
8034         `insert-buffer'.
8035         (org-modify-diary-entry-string): New function.
8036         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
8037         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
8038         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
8039         active region.
8040         (org-export-as-html): Handle QUOTE keyword.
8041         (org-quote-string): New option.
8042         (org-bookmark-jump-unhide): New function, used for
8043         `bookmark-after-jump-hook'.
8044         (org-diary-default-entry): Apply only when not called through
8045         `org-agenda'.
8047 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
8049         * net/eudc.el (mode-popup-menu):
8050         * play/handwrite.el (ps-printer-name, ps-lpr-command):
8051         * progmodes/ada-mode.el (compile-auto-highlight)
8052         (skeleton-further-elements):
8053         * progmodes/autoconf.el (font-lock-syntactic-keywords):
8054         * progmodes/cmacexp.el (msdos-shells):
8055         * progmodes/compile.el (font-lock-extra-managed-props)
8056         (font-lock-keywords, font-lock-maximum-size)
8057         (font-lock-support-mode):
8058         * progmodes/grep.el (font-lock-lines-before):
8059         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
8060         * progmodes/mixal-mode.el (compile-command):
8061         * progmodes/perl-mode.el (font-lock-comment-face)
8062         (font-lock-doc-face, font-lock-string-face):
8063         * progmodes/prolog.el (comint-prompt-regexp):
8064         * progmodes/sh-script.el (font-lock-comment-face)
8065         (font-lock-set-defaults, font-lock-string-face):
8066         * progmodes/sql.el (font-lock-keyword-face)
8067         (font-lock-set-defaults, font-lock-string-face):
8068         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
8069         (itimer-version, lazy-lock-defer-contextually)
8070         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
8071         Add defvars.
8073         * progmodes/cperl-mode.el (cperl-electric-lbrace)
8074         (cperl-electric-keyword, cperl-electric-pod)
8075         (cperl-electric-backspace, cperl-forward-re)
8076         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
8077         (vc-rcs-header, vc-sccs-header): Add defvars.
8079         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
8080         (font-lock-syntactic-keywords, gud-find-expr-function):
8081         Add defvars.
8083         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
8084         (gdb-frame-parameters): Declare before use.
8086         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
8087         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
8088         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
8089         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
8091         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
8092         (idlwave-help-with-source): Use `insert-buffer-substring', not
8093         `insert-buffer'.
8095 2005-08-29  Juri Linkov  <juri@jurta.org>
8097         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
8098         Put outline-back-to-heading function call inside save-excursion.
8100 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
8102         * man.el (Man-init-defvars, Man-translate-references)
8103         (Man-support-local-filenames, Man-highlight-references):
8104         * progmodes/sql.el (sql-interactive-mode):
8105         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
8107         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
8108         (compilation-mode-font-lock-keywords): Add defvars.
8109         (checkdoc-interactive-loop): "?\ " -> "?\s".
8111         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
8112         (font-lock-doc-face, font-lock-string-face)
8113         (font-lock-keywords-case-fold-search): Add defvars.
8114         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
8116         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
8117         Don't pass X and Y (they are ignored anyway).
8118         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
8119         (mouse-delete-window): Make arguments optional.
8121         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
8122         (caesar-translate-table, minor-modes, news-buffer-save)
8123         (news-group-name, news-minor-modes): Add defvars.
8125         * emacs-lisp/lselect.el (mouse-highlight-priority)
8126         (x-lost-selection-functions, zmacs-regions):
8127         * emacs-lisp/pp.el (font-lock-verbose):
8128         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
8129         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
8130         (ses-mode-map):
8131         * emacs-lisp/tcover-unsafep.el (safe-functions):
8132         * international/mule-cmds.el (mac-system-coding-system)
8133         (mac-system-locale):
8134         * language/ethio-util.el (rmail-current-message)
8135         (rmail-message-vector):
8136         * language/thai-util.el (thai-auto-composition-mode):
8137         * mail/metamail.el (rmail-current-message, rmail-message-vector):
8138         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
8139         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
8140         (vm-primary-inbox, vm-spool-files):
8141         * mail/rmail.el (deleted-head, font-lock-fontified)
8142         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
8143         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
8144         (total-messages):
8145         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
8146         (rmail-summary-mode-map):
8147         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
8148         (rmail-last-label, rmail-last-multi-labels)
8149         (rmail-summary-vector, rmail-total-messages):
8150         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
8151         * mail/rmailsum.el (msgnum):
8152         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
8153         (rmail-current-message):
8154         * obsolete/fast-lock.el (font-lock-face-list):
8155         * obsolete/rnewspost.el (mail-reply-buffer):
8156         * obsolete/scribe.el (compile-command):
8157         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
8159 2005-08-28  John Paul Wallington  <jpw@gnu.org>
8161         * ibuf-ext.el (ibuffer-auto-update-changed):
8162         Use `frame-or-buffer-changed-p' to check whether we need to update.
8163         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
8164         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
8165         as a `frame-or-buffer-changed-p' state vector instead.
8167 2005-08-27  Romain Francoise  <romain@orebokech.com>
8169         * textmodes/makeinfo.el (makeinfo-compile):
8170         Use `compilation-start'.  Set `next-error-function' according to
8171         `disable-errors'.
8172         (makeinfo-next-error): New function.
8173         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
8174         (makeinfo-buffer): Likewise.
8176         * progmodes/compile.el (compilation-start): Add autoload cookie.
8178         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
8179         * textmodes/sgml-mode.el: Likewise.
8180         * progmodes/python.el: Likewise.
8182 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
8184         * simple.el (blink-matching-paren-distance): Document the meaning
8185         of nil value, and allow to customize to nil.
8187         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
8188         command.com, not command.exe.
8190 2005-08-26  John Wiegley  <johnw@newartisans.com>
8192         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
8193         code around a bit so that an extraneous nil argument is not added
8194         to a command when no args are given.
8196         * eshell/esh-arg.el (eshell-parse-double-quote): If a
8197         double-quoted argument resolves to nil, return it as an empty
8198         string rather than as nil.  This made it impossible to pass "" to
8199         a shell script as a null string argument.
8201 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8203         * outline.el (outline-invent-heading): New fun.
8204         (outline-promote, outline-demote): Use it.
8205         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
8206         (outline-end-of-subtree): Remove unused var `opoint'.
8208 2005-08-26  David Reitter  <david.reitter@gmail.com>
8210         * menu-bar.el (truncate-lines, write-file, print-buffer)
8211         (ps-print-buffer-faces, ps-print-buffer, split-window):
8212         Disable menu items when the frame they refer to is invisible, or when
8213         they refer to a buffer and the minibuffer is selected.
8215 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
8217         * progmodes/flymake.el (flymake-highlight-err-lines):
8218         Use save-excursion around flymake-highlight-line to preserve point.
8220 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
8222         * progmodes/octave-mod.el: Change Author and Maintainer address.
8223         (octave-maintainer-address): Change Kurt's email address.
8224         * progmodes/octave-inf.el: Change Author and Maintainer address.
8225         * progmodes/octave-hlp.el: Change Author and Maintainer address.
8227 2005-08-26  Kim F. Storm  <storm@cua.dk>
8229         * subr.el (version-list-<, version-list-<=, version-list-=):
8230         Rename from integer-list-*.
8231         (version-list-not-zero): Likewise.  Fix while loop.
8232         (version=): Use version-list-= instead of string-equal.
8234 2005-08-26  Richard M. Stallman  <rms@gnu.org>
8236         * outline.el (outline-promote): Try shortening the heading.
8237         As last resort, read the heading to use.
8238         (outline-demote): As last resort, read the heading to use.
8240 2005-08-26  Romain Francoise  <romain@orebokech.com>
8242         * progmodes/compile.el (compilation-start): Doc fix.
8244         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
8245         (antlr-font-lock-additional-keywords): Fix reference to
8246         `antlr-font-lock-literal-regexp' erroneously changed during the
8247         mass face rename.
8248         (antlr-run-tool): Use `compilation-start'.
8250         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
8251         instead of the obsolete `compile-internal'.
8253 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
8255         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
8256         (number, original-date):
8257         * calendar/cal-china.el (date):
8258         * calendar/cal-coptic.el (date):
8259         * calendar/cal-french.el (date):
8260         * calendar/cal-hebrew.el (date, entry, number, original-date):
8261         * calendar/cal-islam.el (date, number, original-date):
8262         * calendar/cal-iso.el (date):
8263         * calendar/cal-julian.el (date):
8264         * calendar/cal-mayan.el (date):
8265         * calendar/cal-menu.el (date, event):
8266         * calendar/cal-persia.el (date):
8267         * calendar/lunar.el (date):
8268         * calendar/solar.el (date): Add defvars.
8270         * emerge.el:
8271         * ibuffer.el:
8272         * info-xref.el:
8273         * obsolete/bg-mouse.el:
8274         * obsolete/sun-curs.el:
8275         * obsolete/swedish.el: Move the `defvar's to the top level.
8277         * smerge-mode.el (smerge-refined-change): Add :group.
8279 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8281         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
8282         (smerge-keep-n): Remove props.
8283         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8284         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
8285         now that it's done in smerge-keep-n.
8286         (smerge-refined-change): New face.
8287         (smerge-refine-chopup-region, smerge-refine-highlight-change)
8288         (smerge-refine): New funs.
8289         (smerge-basic-map): Bind smerge-refine.
8291 2005-08-25  Juri Linkov  <juri@jurta.org>
8293         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
8294         compilation-process-setup-function and compilation-disable-input
8295         in grep-mode instead of let-bindings in grep.
8297         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
8298         Delete "Automatic File De/compression" (auto-compression-mode).
8300 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
8302         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
8303         Silence warning about non-existent variable.
8305 2005-08-25  Richard M. Stallman  <rms@gnu.org>
8307         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
8308         Rename "Describe Key" to "Describe Key or Mouse Operation".
8310         * mail/mailalias.el (build-mail-aliases): Delete comments
8311         from the contents before processing them.
8313         * isearch.el (isearch-edit-string): Erase the Search prompt
8314         if user enters an empty string and there is no default.
8316         * comint.el (comint-file-name-prefix): Add autoload.
8318 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
8320         * subr.el (play-sound): Rearrange to avoid warning.
8322 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
8324         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
8325         New hook.
8326         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
8328 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8330         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
8332         * custom.el (custom-theme-set-variables): Sort minor modes last.
8334 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8336         * subr.el (version-separator, version-regexp-alist): New vars used by
8337         version comparison funs.
8338         (integer-list-<, integer-list-=, integer-list-<=)
8339         (integer-list-not-zero): New funs for integer list comparison.
8340         (version-to-list, version=, version<, version<=): New funs for version
8341         comparison.
8343 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
8345         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
8346         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
8347         time to silence the byte-compiler.
8349         * ibuffer.el (ibuffer-compile-make-eliding-form)
8350         (ibuffer-check-formats): Use `with-no-warnings' to hide references
8351         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
8352         so it's silly to get warnings for it).
8353         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
8354         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
8355         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
8356         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
8357         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
8358         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
8359         Defvar at compile time.
8360         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
8361         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
8362         Declare them before use.
8364         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
8365         (info-xref-good, info-xref-bad): Defvar at compile time.
8367         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
8368         Use `let*' instead of `let'.
8370         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
8371         (*mouse-y*, menu, char): Defvar at compile time.
8372         (sc::menu): Declare it before use.
8373         (sc::pack-one-line): Use `let', not `let*'.
8375         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
8376         (mail-send-hook): Defvar at compile time.
8378         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
8379         Defvar at compile time.
8381         * term/sun-mouse.el (current-global-mousemap)
8382         (current-local-mousemap): Declare them before use.
8384 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
8386         * bookmark.el (bookmark-after-jump-hook): New hook.
8387         (bookmark-jump): Run `bookmark-after-jump-hook'.
8389 2005-08-23  Juri Linkov  <juri@jurta.org>
8391         * faces.el (minibuffer-prompt): Doc fix.
8393 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
8395         * progmodes/xscheme.el: Trivial changes to silence warnings.
8396         (xscheme-previous-mode, xscheme-previous-process-state):
8397         Add defvars.
8398         (xscheme-last-input-end, xscheme-process-command-line)
8399         (xscheme-process-name, xscheme-buffer-name)
8400         (xscheme-expressions-ring-max, xscheme-expressions-ring)
8401         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
8402         (xscheme-control-g-synchronization-p)
8403         (xscheme-control-g-disabled-p, xscheme-string-receiver)
8404         (default-xscheme-runlight, xscheme-runlight)
8405         (xscheme-runlight-string, xscheme-process-filter-state)
8406         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
8407         Move to beginning of file.
8408         (scheme-interaction-mode-commands-alist)
8409         (scheme-interaction-mode-map, scheme-debugger-mode-map):
8410         Declare them before use.  Note: the initialization code for the variables
8411         has not been moved because it uses functions that reference the variables.
8412         (xscheme-control-g-message-string, xscheme-process-filter-alist)
8413         (xscheme-prompt-for-expression-map): Declare them before use.
8414         (scheme-debugger-mode-commands): "?\ " -> "?\s".
8416 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
8418         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
8420 2005-08-22  Juri Linkov  <juri@jurta.org>
8422         * faces.el (set-face-underline): Delete this duplicate function
8423         and make an obsolete alias to set-face-underline-p.
8424         (set-face-underline-p): Use docstring of set-face-underline.
8425         (describe-face): Create hyperlink to parent face.
8427         * info.el (Info-insert-dir): Use save-excursion around
8428         insert-buffer-substring.
8429         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
8430         (Info-escape-percent): Delete function.
8431         (Info-fontify-node): Replace Info-escape-percent by
8432         replace-regexp-in-string with REP arg set to lambda that
8433         duplicates `%' and preserves text properties.
8435         * progmodes/compile.el (compilation-disable-input): Doc fix.
8436         (define-compilation-mode): Doc fix and refill.
8437         (kill-compilation): Use `mode-name' in the error message.
8438         (compilation-find-file): Use `compilation-error' in the
8439         read-file-name's prompt.
8441 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8443         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
8444         (smerge-auto-leave): Make undo re-enable the mode.
8445         (debug-ignored-errors): Add the user-error of impossible resolution.
8446         (smerge-resolve): Move things around a bit, in preparation for later.
8447         (smerge-diff): Don't fail if the buffer has no associated file.
8448         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
8449         (smerge-conflict-overlay): New function.
8450         (smerge-match-conflict): Don't add text properties here.
8451         (smerge-find-conflict): Instead, add an overlay here.
8452         Also check for the case where we're inside a conflict already, so as to
8453         obviate the need for font-lock-multiline, which is unbearably slow with
8454         large conflicts and ciomplex font-lock patterns.
8455         (smerge-remove-props): Remove overlay rather than text-properties.
8456         (smerge-mode): Don't set font-lock-multiline.
8457         Remove overlays when turned off.
8459 2005-08-21  Kim F. Storm  <storm@cua.dk>
8461         * ido.el (ido-ignore-item-p): Use save-match-data.
8462         Bind case-fold-search to ido-case-fold locally.
8464 2005-08-20  Richard M. Stallman  <rms@gnu.org>
8466         * files.el (normal-mode): If font lock is on, turn it off and on.
8468         * subr.el (replace-regexp-in-string): Doc fix.
8470         * startup.el (command-line-1): Don't suppress startup screen
8471         due to existing processes.
8473         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
8475         * progmodes/compile.el (compilation-disable-input): Default to nil.
8477 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8479         * progmodes/compile.el (compilation-disable-input): New defcustom.
8480         (compilation-start): If compilation-disable-input is non-nil, send
8481         EOF to the compilation process.
8483 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
8485         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
8486         Run the argument of tex-shell-cd-command through
8487         convert-standard-filename, to get the correct style of slashes on
8488         Windows, and enclose the result in quotes, in case the file name
8489         includes whitespace or other special characters.
8491 2005-08-19  Andreas Schwab  <schwab@suse.de>
8493         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
8494         process.
8496 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
8498         * cus-start.el (minibuffer-prompt-properties): Correct typo.
8500 2005-08-18  Kim F. Storm  <storm@cua.dk>
8502         * scroll-lock.el: Fix errors due to incorrect line wrapping.
8504 2005-08-18  Richard M. Stallman  <rms@gnu.org>
8506         * scroll-lock.el: New file.
8508 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
8510         * dired.el (dired-move-to-end-of-filename):
8511         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
8513 2005-08-18  Kim F. Storm  <storm@cua.dk>
8515         * ido.el (ido-everywhere): Fix defcustom :set function to disable
8516         rather than toggle mode when custom value is nil.
8517         (ido-everywhere): Fix defun doc string.
8519 2005-08-17  Richard M. Stallman  <rms@gnu.org>
8521         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
8522         as tag instead of "Inviolable".
8524 2005-08-17  Kim F. Storm  <storm@cua.dk>
8526         * windmove.el (windmove-coordinates-of-position): Remove.
8527         (windmove-coordinates-of-window-position): Remove.
8528         (windmove-reference-loc): Use posn-at-point instead.
8530         * subr.el (insert-for-yank-1): Doc fix.
8532         * ido.el (ido-enter-matching-directory): Rename from
8533         ido-enter-single-matching-directory.  Change `slash' choice to
8534         `only'.  Add `first' choice.
8535         (ido-exhibit): Adapt to above changes.
8537 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
8539         * Makefile.in: Expand comment about building loaddefs.el.
8541 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
8543         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
8544         Comment use of defadvice.
8546         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
8548 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
8550         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
8551         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
8552         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
8553         * progmodes/idlw-shell.el, progmodes/ld-script.el,
8554         * progmodes/which-func.el, ruler-mode.el, strokes.el,
8555         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
8556         for backward compatibility for faces that did not appear in the
8557         previous Emacs release.
8559         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
8561 2005-08-15  Kim F. Storm  <storm@cua.dk>
8563         * emulation/cua-base.el (cua-delete-region): Return t if
8564         deleted region was non-empty.
8565         (cua-replace-region): Inhibit overwrite-mode for
8566         self-insert-command if replaced region was non-empty.
8567         (cua--explicit-region-start, cua--status-string): Make them
8568         buffer-local at top-level...
8569         (cua-mode): ...rather than when mode is enabled.
8571 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
8573         * progmodes/vhdl-mode.el (vhdl-emacs-21):
8574         Set t for Emacs 21, 22, and so on.
8576 2005-08-15  David Ponce  <david@dponce.com>
8578         * tree-widget.el: Update Commentary header.
8579         (tree-widget-theme): Doc fix.
8580         (tree-widget-space-width): New option.
8581         (tree-widget-image-properties): Look up in the default theme too.
8582         (tree-widget--cursors): Only for images with arrow pointer shape.
8583         (tree-widget-lookup-image): Pointer shape is hand by default.
8584         (tree-widget-icon): Rename generic icon widget from
8585         `tree-widget-control'.
8586         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
8587         derive from `tree-widget-icon'.
8588         (tree-widget-handle): Improve default look and feel of the text
8589         representation.
8590         (tree-widget): Rename :*-control properties to :*-icon properties.
8591         Add :action and :help-echo properties.
8592         (tree-widget-after-toggle-functions): Move.
8593         (tree-widget-close-node, tree-widget-open-node): Remove.
8594         (tree-widget-before-create-icon-functions): New hook.
8595         (tree-widget-value-create): Update to allow customization of icons
8596         and nodes at run-time via that new hook.
8597         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
8598         (tree-widget-icon-action, tree-widget-icon-help-echo)
8599         (tree-widget-action, tree-widget-help-echo): New functions.
8601 2005-08-15  Kim F. Storm  <storm@cua.dk>
8603         * ido.el (ido-buffer-internal): Use with-no-warnings.
8604         (ido-make-merged-file-list): Use while-no-input.
8606 2005-08-15  Richard M. Stallman  <rms@gnu.org>
8608         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
8609         (flyspell-large-region): Fix doc and custom type.
8611 2005-08-14  Richard M. Stallman  <rms@gnu.org>
8613         * files.el (interpreter-mode-alist): Doc fix.
8615         * mail/rmail.el (rmail-nonignored-headers): New variable.
8616         (rmail-clear-headers): Use it.
8617         (rmail-reply): Better handling of mail-followup-to header.
8619         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8620         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
8621         don't try to refer to executable-font-lock-keywords.
8622         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
8623         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8624         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
8625         (sh-mode): Set comment-start-skip, local-abbrev-table,
8626         imenu-case-fold-search.
8627         (sh-set-shell): Don't set them here.
8628         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
8629         Don't cache the results in the original alist; don't ever modify
8630         that alist.
8632         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
8634         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
8635         empty.
8637 2005-08-15  Andreas Schwab  <schwab@suse.de>
8639         * desktop.el: Put autoload cookie at risky-local-variable declarations.
8641         * dired.el, info.el, mail/rmail.el: Revert last change.
8643 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
8645         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
8646         modification in `eval-after-load' form.
8647         * info.el: Likewise.
8648         * mail/rmail.el: Likewise.
8650 2005-08-14  Juri Linkov  <juri@jurta.org>
8652         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8653         Remove highlighting of "Compilation started".  Highlight only
8654         the word "finished" in "Compilation finished".  Add highlighting
8655         of "interrupt", "killed", "terminated" and the exit code.
8656         (compilation-start): Add newline after header.  Use exactly the
8657         same time stamp format as the finishing message.
8658         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
8660         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
8661         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
8662         Add highlighting of "interrupt", "killed", "terminated".
8664         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
8665         enabled and the current command is self-insert-command, call it
8666         explicitly with overwrite-mode bound to nil, to not allow it
8667         to delete the character after the selected region.
8669 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
8671         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
8672         move-end-of-line, end-of-line, and beginning-of-line to the list
8673         of commands after which the echo area is updated.
8675 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
8677         * cus-edit.el (custom-save-all, custom-save-delete):
8678         Bind recentf-exclude to exclude custom-file.
8680 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
8682         * mail/rmailsum.el (rmail-summary-end-of-message): New command
8683         to go to the bottom of the mail message.  Added to
8684         `rmail-summary-mode-map' with key "/".
8685         (rmail-summary-show-message): New (internal) function for use by
8686         both `rmail-summary-beginning/end-of-message'.
8687         (rmail-summary-beginning-of-message): Change to use
8688         rmail-summary-show-message.
8690         * mail/rmail.el (rmail-end-of-message): New command to go to the
8691         end of the current message.  Added to `rmail-mode-map' with key "/".
8692         (rmail-beginning-of-message): Fix to work as documented.
8693         (rmail-mode): Change documentation.
8695         * progmodes/compile.el (compilation-start): Add the line
8696         "Compilation started" with compilation start time.
8697         (compilation-mode-font-lock-keywords): Add `started' to keywords.
8699 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
8701         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
8702         of menu items.
8704 2005-08-11  Richard M. Stallman  <rms@gnu.org>
8706         * simple.el (pop-global-mark): Reverse test of widen-automatically.
8708         * battery.el (battery-status-function): Don't use ignore-errors.
8710 2005-08-11  Lute Kamstra  <lute@gnu.org>
8712         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
8713         define-obsolete-variable-alias.
8715 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8717         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
8718         (ange-ftp-send-cmd): Revert last change, and expand
8719         the comment explaining the problem.
8721 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8723         * ldefs-boot.el: Update.
8725         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
8726         item to "Time, Load and Mail".  Change help echo text.
8728         * time.el (display-time-use-mail-icon, display-time-format)
8729         (display-time-string-forms): Shorten first line of docstrings.
8731 2005-08-10  Lars Hansen  <larsh@soem.dk>
8733         * desktop.el (desktop-buffer-mode-handlers):
8734         Make non-customizable. Add autoload cookie.  Change initial value to
8735         nil; add elements in respective modules instead.  Fix doc string.
8736         (desktop-load-file): New function.
8737         (desktop-minor-mode-handlers): New autoloaded variable.
8738         (desktop-create-buffer): Call minor mode handlers.
8739         Use desktop-load-file to load major and minor mode modules prior to
8740         checking for a handler.
8741         (desktop-save): Don't add nil to desktop-minor-modes for minor
8742         modes with nil function in desktop-minor-mode-table.  Don't delete
8743         desktop file before rewriting it.
8744         (desktop-locals-to-save): Add autoload cookie.  Don't make
8745         automatically buffer-local.  Add variables column-number-mode,
8746         size-indication-mode, indent-tabs-mode,
8747         indicate-buffer-boundaries, indicate-empty-lines and
8748         show-trailing-whitespace.
8749         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
8750         regexps. Don't use desktop-clear-preserve-buffers-regexp.
8751         (desktop-clear-preserve-buffers-regexp): Delete.
8752         (desktop-clear-preserve-buffers): Update initial value and docstring.
8753         (desktop-save-buffer): Fix doc string.
8755         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8756         (hilit-chg-desktop-restore): New function.
8757         (highlight-changes-mode): Add highlight-changes-mode to
8758         desktop-locals-to-save.
8760         * dired.el: Add handler to desktop-buffer-mode-handlers.
8761         (dired-restore-desktop-buffer): Remove autoload cookie.
8762         (dired-mode): Add autoload cookie.
8764         * info.el: Add handler to desktop-buffer-mode-handlers.
8765         (Info-restore-desktop-buffer): Remove autoload cookie.
8766         (Info-mode): Add autoload cookie.
8768         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8769         (mh-restore-desktop-buffer): Remove autoload cookie.
8770         (mh-folder-mode): Add autoload cookie.
8772         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8773         (rmail-restore-desktop-buffer): Remove autoload cookie.
8775 2005-08-11  Masatake YAMATO  <jet@gyve.org>
8777         * hexl.el (hexl-address-region):
8778         (hexl-ascii-region, hexl-font-lock-keywords):
8779         (hexl-highlight-line-range): Use the term "region"
8780         instead of "area" for consistency with the other symbols
8781         defined in hexl.el.
8783 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8785         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8786         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8787         out by Juri Linkov).  Add `display-battery-mode'.
8789 2005-08-09  Juri Linkov  <juri@jurta.org>
8791         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8792         Remove `-text' from face variable names.
8793         (compilation-error-file-name, compilation-warning-file-name)
8794         (compilation-info-file-name): Delete faces.
8795         (compilation-line-number, compilation-column-number):
8796         Remove face underlining.
8797         (compilation-message-face): Set to `underline' value by default.
8798         (compilation-error-face, compilation-warning-face)
8799         (compilation-info-face): Remove `-file-name' from face names.
8800         (compilation-error-text-face, compilation-warning-text-face)
8801         (compilation-info-text-face): Delete face variables.
8802         (compilation-text-face): Delete function.
8804         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8805         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8806         (grep-error-face): Set to `compilation-error' instead of
8807         `compilation-error-face' (which is redefined to `grep-hit-face' in
8808         grep buffers).
8809         (grep-mode-font-lock-keywords): Remove `-text' from face variable
8810         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
8812         * dired-aux.el (dired-do-query-replace-regexp):
8813         Use `query-replace-read-args'.
8815         * replace.el (query-replace-read-from, query-replace-read-to)
8816         (query-replace-read-args): Rename arg `string' to `prompt'.
8818         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8820 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8822         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8823         uploading files.
8824         (ange-ftp-canonize-filename): Handle file names beginning with ~
8825         correctly.
8827 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8829         * textmodes/fill.el (canonically-space-region)
8830         (fill-context-prefix, fill-french-nobreak-p)
8831         (fill-delete-newlines, fill-comment-paragraph)
8832         (justify-current-line): "?\ " -> "?\s".
8834 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
8836         * textmodes/fill.el (fill-nonuniform-paragraphs):
8837         Improve argument/docstring consistency.
8839 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8841         * textmodes/ispell.el (ispell-word): More fboundp checks.
8843         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8844         (find-file-noselect-1): Call it here, only if RAWFILE.
8845         (normal-mode): Always set some major mode.
8846         (save-some-buffers-action-alist): Change some explanation strings.
8847         (file-name-non-special): In the `quote' method, use unwind-protect.
8849 2005-08-09  Magnus Henoch  <mange@freemail.hu>
8851         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8852         (ispell-have-aspell-dictionaries): New variable.
8853         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8854         (ispell-get-aspell-config-value): New function.
8855         (ispell-aspell-find-dictionary): New function.
8856         (ispell-aspell-add-aliases): New function.
8857         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8858         appropriate.  Don't look for ispell dictionaries if we use aspell.
8859         (ispell-menu-map): Don't build a submenu of dictionaries.
8861 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8863         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8864         (sql-read-passwd): Use read-passwd.
8866         * progmodes/idlw-toolbar.el (idlwave-toolbar)
8867         (idlwave-toolbar-is-possible): Add defvars.
8869         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8870         Avoid warnings.
8872         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8873         (idlwave-system-class-info, idlwave-executive-commands-alist):
8874         Use defvar.
8876         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8878         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8879         Avoid warnings.
8881         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8882         and content-type: headers.
8884         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8886         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8887         and rename some of them to be more self-explanatory.
8889         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8891         * startup.el (command-line-1): Implement -scriptload.
8893         * replace.el (occur-engine): Initial *Occur* output not undoable.
8895         * menu-bar.el (menu-bar-file-menu): Rename some menu items
8896         and improve help strings.
8898         * isearch.el (isearch-repeat): When changing direction,
8899         mark search successful.
8901         * ediff-init.el: Use (featurep 'xemacs).
8903         * comint.el (send-invisible): Identify buffer, if not selected.
8905         * align.el: Delete autoload for c-guess-basic-syntax.
8907 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8909         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8910         Improve argument/docstring consistency.  Doc fixes.
8911         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8912         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8913         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8914         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8915         (r2bv-organization, r2bv-pages, r2bv-primary-author)
8916         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8917         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8918         Defvar at compile time.
8920 2005-08-09  Juri Linkov  <juri@jurta.org>
8922         * info.el: Replace `info' with upper-case `Info' where appropriate.
8923         (info-title-1, info-title-2, info-title-3, info-title-4)
8924         (info-menu-header): Move up face definitions.
8925         (info-menu-star): Rename from `info-menu-5'.
8926         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8927         (Info-fontify-visited-nodes): Fix docstring.
8928         (Info-hide-note-references): Fix docstring.
8929         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8930         menu items in the same way as on cross-references.
8931         (info-apropos): Fix sorting order and formatting to be like in the
8932         stand-alone Info browser.  Display error messages for 1 sec.
8933         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
8934         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8935         from the menu bar.
8936         (Info-insert-dir): Restore point after calling
8937         `insert-buffer-substring'.
8939 2005-08-08  Richard M. Stallman  <rms@gnu.org>
8941         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8942         (recompute-lucid-menubar): Add defvars.
8944         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8946         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8948         * net/net-utils.el (run-dig): Rename from `dig'.
8950         * play/gametree.el (gametree-mode): Use make-local-variable,
8951         not make-variable-buffer-local.
8953         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8955         * ansi-color.el (ansi-color-make-extent)
8956         (ansi-color-set-extent-face): Use fboundp, not functionp.
8958         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8959         not make-variable-buffer-local.
8961         * bookmark.el (Info-current-file): Add defvar.
8962         (bookmark-jump-noselect): Use with-no-warnings.
8964         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8966         * ebuff-menu.el (Helper-return-blurb): Add defvar.
8968         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8970         * find-file.el (ada-procedure-start-regexp)
8971         (ada-package-start-regexp): Add defvars.
8973         * info.el (Info-insert-dir): Use insert-buffer-substring.
8975         * xml.el (xml-att-def-re): Add defvar.
8977         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8978         calling convention.
8980         * subr.el (while-no-input): Return t if there is input.
8982 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8984         * cus-start.el (all): Add `overflow-newline-into-fringe'.
8986 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
8988         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8989         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8991 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
8993         * cmuscheme.el (scheme-start-file): Replace reference to
8994         `user-emacs-directory' by "~/.emacs.d/".
8996 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
8998         * info.el (Info-dir-remove-duplicates): Avoid case folding
8999         in loop; instead, keep downcased strings for comparison.
9000         Suggested by Helmut Eller.
9002 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
9004         Sync with Tramp 2.0.50.
9006         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
9007         XEmacs case; not necessary anymore.
9008         (tramp-user-regexp): Allow "@" as part of user name.
9009         (tramp-handle-set-visited-file-modtime)
9010         (tramp-handle-insert-file-contents)
9011         (tramp-handle-write-region): No special handling for
9012         `last-coding-system-used, because this is done in
9013         `tramp-accept-process-output' now.
9014         (tramp-accept-process-output): New defun.
9015         (tramp-process-one-action, tramp-process-one-multi-action)
9016         (tramp-wait-for-regexp, tramp-wait-for-output)
9017         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
9018         Howells <dhowells@redhat.com>.
9019         (clear-visited-file-modtime): Defadvice removed.  The check for
9020         unset buffer's modtime does not need to be based on
9021         `tramp-buffer-file-attributes'.  Suggested by RMS.
9022         (tramp-message): Insert "\n" if not being at beginning of line.
9023         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
9024         sequence with same logic.
9025         (tramp-completion-handle-expand-file-name): Discard call of
9026         `tramp-drop-volume-letter'.  It is not necessary, and there have
9027         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
9028         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
9029         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
9030         should always be visible.
9031         (tramp-handle-insert-directory, tramp-setup-complete)
9032         (tramp-set-process-query-on-exit-flag)
9033         (tramp-append-tramp-buffers): Pacify byte-compiler.
9034         (tramp-bug): Delete non-existing variables from list.
9035         Apply `tramp-load-report-modules' as pre-hook.
9036         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
9037         `shell-prompt-pattern' because of non-7bit characters.
9038         Reported by Sebastian Luque <sluque@mun.ca>.
9039         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
9040         (tramp-match-string-list): Remove function.
9041         (tramp-wait-for-regexp): Remove call of that function.
9042         Suggested by Kim F. Storm <storm@cua.dk>.
9043         (tramp-set-auto-save-file-modes): Use octal integer code #o600
9044         instead of octal character code ?\600.  The latter resulted in a
9045         syntax error with XEmacs.
9047         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
9048         XEmacs case; not necessary anymore.
9049         (tramp-smb-handle-write-region): No special handling for
9050         `last-coding-system-used, because this is done in
9051         `tramp-accept-process-output' now.
9052         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
9054 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
9056         * wid-edit.el (widget-choice-value-create):
9057         Unconditionally respect user choice.  Set :explicit-choice back to nil
9058         when no longer needed.
9059         (widget-choice-action): Unconditionally respect user choice.
9060         Eliminate :explicit-choice-value.
9062         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
9064         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
9065         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
9066         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
9067         running new function `toggle-indicate-empty-lines'.
9068         Rename "Customize" item to "Customize fringe".
9069         Rename "Indicators" item to "Buffer boundaries" and change help echo.
9070         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
9071         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
9072         Delete "Empty lines only" item.
9073         (menu-bar-showhide-fringe-ind-customize): New function.
9074         (menu-bar-showhide-fringe-ind-mixed)
9075         (menu-bar-showhide-fringe-ind-box)
9076         (menu-bar-showhide-fringe-ind-right)
9077         (menu-bar-showhide-fringe-ind-left)
9078         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
9079         instead of `fringe-indicators'.
9081 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9083         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
9084         Change the date of last update.
9086 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9088         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
9089         (viper-exec-yank, viper-put-back): Don't display modification msg
9090         if in the minibuffer.
9092         * viper-init.el (viper-replace-overlay-cursor-color)
9093         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
9094         Make variables frame local.
9096         * viper-util.el (viper-append-filter-alist): Use append instead of
9097         nconc.
9099         * viper.el (viper-vi-state-mode-list)
9100         (viper-emacs-state-mode-list): Move help-mode and
9101         completion-list-mode from the first list to the second.
9102         (viper-mode): Docstring.
9103         (viper-go-away, viper-non-hook-settings): Don't localize
9104         minor-mode-alist in newer Emacsen.  Add advice to
9105         set-cursor-color.  Don't bind "\C-c\\".
9107 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
9109         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
9110         (scheme-macro-expand-command): New user options.
9111         (scheme-trace-procedure, scheme-expand-current-form): New commands.
9112         (scheme-form-at-point, scheme-start-file)
9113         (scheme-interactively-start-process): New functions.
9114         (scheme-get-process): New function, extracted from `scheme-proc'.
9115         (run-scheme): Call `scheme-start-file' to get start file, and pass
9116         it to `make-comint'.
9117         (switch-to-scheme, scheme-proc):
9118         Call `scheme-interactively-start-process' if no Scheme buffer/process
9119         is available.
9121 2005-08-06  Juri Linkov  <juri@jurta.org>
9123         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9124         Use `compilation-text-face', `compilation-info-text-face' and
9125         `compilation-error-text-face' instead of `font-lock-keyword-face'.
9126         (compilation-error): New face.
9127         (compilation-error-file-name): Inherit from
9128         `compilation-error' instead of `font-lock-warning-face'.
9129         (compilation-warning-file-name): Inherit from
9130         `compilation-warning' instead of `font-lock-warning-face'.
9131         (compilation-info, compilation-error-file-name)
9132         (compilation-warning-file-name, compilation-info-file-name)
9133         (compilation-line-number, compilation-column-number): Doc fix.
9134         (compilation-error-text-face, compilation-warning-text-face)
9135         (compilation-info-text-face): New face variables.
9136         (compilation-line-face, compilation-column-face)
9137         (compilation-enter-directory-face)
9138         (compilation-leave-directory-face): Doc fix.
9139         (compilation-text-face): New function.
9141         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
9142         instead of 1 to display binary file names as info file links.
9143         (grep-error-face): Use `compilation-error-face' instead of
9144         `font-lock-keyword-face'.
9145         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
9146         and `compilation-warning-text-face' instead of
9147         `font-lock-keyword-face'.  Use `compilation-error-text-face'
9148         instead of `grep-error-face'.
9150 2005-08-05  Kenichi Handa  <handa@m17n.org>
9152         * international/code-pages.el: Add autoload cookies for all coding
9153         systems.
9155 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
9157         * cus-start.el (all): Put undo.c where it alphabetically belongs.
9159 2005-08-04  Juri Linkov  <juri@jurta.org>
9161         * progmodes/compile.el (compilation-mode-map):
9162         * progmodes/grep.el (grep-mode-map):
9163         Bind TAB to `compilation-next-error' and [backtab] to
9164         `compilation-previous-error'.
9166         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
9167         matching line numbers, column numbers and their ranges with regexp
9168         matching only line numbers.
9169         (grep-context-face): New face variable.
9170         (grep-mode-font-lock-keywords): Use it.
9172         * faces.el (read-face-name): Delete duplicate faces.
9174 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
9176         * thumbs.el (thumbs-find-image): Don't make variables
9177         automatically buffer local.
9178         (thumbs-current-tmp-filename, thumbs-current-image-filename)
9179         (thumbs-image-num): Make automatically buffer local.
9180         (thumbs-show-thumbs-list): Use `make-local-variable', not
9181         `make-variable-buffer-local'.
9182         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
9184         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
9185         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
9186         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
9187         (bother, bye, canyou, chatlst, continue, deathlst, describe)
9188         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
9189         (feelings-about, foullst, found, hello, history, howareyoulst)
9190         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
9191         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
9192         (neglst, obj, object, owner, please, problems, qlist)
9193         (random-adjective, relation, remlst, repetitive-shortness)
9194         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
9195         (shortlst, something, sportslst, stallmanlst, states, subj)
9196         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
9197         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
9198         Defvar at compile time.
9200         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
9201         not `make-variable-buffer-local'.
9203 2005-08-02  Kim F. Storm  <storm@cua.dk>
9205         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
9206         rectangle overlay in selected window.
9208 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
9210         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
9211         instead of display group.  Make `indicate-buffer-boundaries'
9212         customizable through Custom.
9214 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
9216         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
9217         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
9218         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
9219         (gdb-put-string): Fix typos in docstrings.
9221 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
9223         Update copyright notices of files in progmodes directory for
9224         release of Emacs 22.1.
9226         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
9228         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
9229         Don't barf if the GUD buffer has been killed.
9231 2005-08-01  Kim F. Storm  <storm@cua.dk>
9233         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
9235 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9237         * simple.el (next-error-follow-minor-mode):
9238         make-variable-buffer-local -> make-local-variable.
9240         * emacs-lisp/cl-extra.el: Require CL also when compiling.
9242         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
9243         (byte-compile-form-make-variable-buffer-local): New functions to warn
9244         about misuses of make-variable-buffer-local where make-local-variable
9245         was meant.
9247 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
9249         * bs.el (bs-attributes-list): Doc fix.
9250         (bs): Update url-link.
9252         * desktop.el (desktop-save-buffer): Fix typos in docstring.
9253         (desktop-load-default): Simplify.
9255         * ibuffer.el (ibuffer-columnize-and-insert-list)
9256         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
9257         (ibuffer-unmark-all, ibuffer-toggle-marks)
9258         (ibuffer-unmark-forward, ibuffer-unmark-backward)
9259         (ibuffer-compile-make-format-form, ibuffer-format-column)
9260         (ibuffer-current-buffers-with-marks)
9261         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
9262         (ibuffer): Doc fix.
9263         (ibuffer-mode): Fix typo in docstring.
9264         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
9265         with `define-obsolete-variable-alias'.
9266         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
9268 2005-07-29  Kenichi Handa  <handa@m17n.org>
9270         * international/mule-cmds.el (select-message-coding-system):
9271         Be sure to use LF for end-of-line.  If no coding system is decided,
9272         return iso-8859-1-unix.
9274 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9276         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
9277         (ange-ftp-pending-error-line): New vars.
9278         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
9279         to handle the non-fatal no-route-to-host messages.
9280         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
9282 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
9284         * isearch.el (isearch-mode-map, isearch-other-meta-char)
9285         (isearch-quote-char, isearch-printing-char)
9286         (isearch-text-char-description): "?\ " -> "?\s".
9287         (isearch-lazy-highlight-cleanup)
9288         (isearch-lazy-highlight-initial-delay)
9289         (isearch-lazy-highlight-interval)
9290         (isearch-lazy-highlight-max-at-a-time)
9291         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
9292         Declare with define-obsolete-*-alias macros.
9293         (isearch-forward): Fix typo in docstring.
9294         (search-invisible, search-ring-yank-pointer)
9295         (regexp-search-ring-yank-pointer): Doc fixes.
9297         * recentf.el (recentf-menu-append-commands-p): Declare with
9298         `define-obsolete-variable-alias'.
9299         (recentf-max-saved-items, recentf-menu-filter)
9300         (recentf-arrange-by-rule-subfilter): Doc fixes.
9301         (recentf-menu-append-commands-flag)
9302         (recentf-initialize-file-name-history, recentf-expand-file-name)
9303         (recentf-clear-data): Fix typos in docstrings.
9305 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
9307         * progmodes/gdb-ui.el: Smarten comments.
9308         (gdb-info-breakpoints-custom): Use nowarn when finding file.
9310 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9312         * term/apollo.el (terminal-init-apollo): New function containing
9313         all former top level forms in the file.
9314         * term/bobcat.el (terminal-init-bobcat):
9315         * term/cygwin.el (terminal-init-cygwin):
9316         * term/iris-ansi.el (terminal-init-iris-ansi):
9317         * term/linux.el (terminal-init-linux):
9318         * term/news.el (terminal-init-news):
9319         * term/rxvt.el (terminal-init-rxvt):
9320         * term/sun.el (terminal-init-sun):
9321         * term/tvi970.el (terminal-init-tvi970):
9322         * term/vt100.el (terminal-init-vt100):
9323         * term/vt102.el (terminal-init-vt102):
9324         * term/vt125.el (terminal-init-vt125):
9325         * term/vt200.el (terminal-init-vt200):
9326         * term/vt201.el (terminal-init-vt201):
9327         * term/vt220.el (terminal-init-vt220):
9328         * term/vt240.el (terminal-init-vt240):
9329         * term/vt300.el (terminal-init-vt300):
9330         * term/vt320.el (terminal-init-vt320):
9331         * term/vt400.el (terminal-init-vt400):
9332         * term/vt420.el (terminal-init-vt420):
9333         * term/wyse50.el (terminal-init-wyse50):
9334         * term/xterm.el (terminal-init-xterm): Likewise.
9336         * term/README: Describe the terminal-init-* functionality.
9338         * startup.el (command-line): After loading the terminal initialization
9339         file call the corresponding terminal initialization function.
9341 2005-07-27  Kenichi Handa  <handa@m17n.org>
9343         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
9344         negative.
9346         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
9347         (ps-mule-composition-prologue): Fix for the case that
9348         RelativeCompose is false.
9350 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9352         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
9354         * descr-text.el (describe-char): Handle the case where the list of
9355         chars is displayed in a separate frame.
9356         Be a bit more discriminating when looking for the char.
9358 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
9360         * bookmark.el (bookmark-automatically-show-annotations)
9361         (bookmark-read-annotation-text-func): Doc fixes.
9362         (bookmark-save): Improve argument/docstring consistency.
9363         (bookmark-get-bookmark, bookmark-get-bookmark-record)
9364         (bookmark-alist-from-buffer)
9365         (bookmark-upgrade-file-format-from-0)
9366         (bookmark-grok-file-format-version)
9367         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
9368         (bookmark-read-annotation-mode)
9369         (bookmark-insert-current-bookmark, bookmark-jump)
9370         (bookmark-exit-hook): Fix typos in docstrings.
9371         (bookmark-exit-hooks): Define as obsolete alias.
9372         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
9373         not `bookmark-exit-hooks'.  Fix docstring.
9374         (bookmark-bmenu-select): "?\ " -> "?\s".
9376 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
9378         * startup.el (command-line): Fix typo.
9380 2005-07-24  Richard M. Stallman  <rms@gnu.org>
9382         * tooltip.el (tooltip-mode): Test emacs-basic-display,
9383         not emacs-quick-startup.
9385 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
9387         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
9388         (reb-next-match, reb-show-subexp): Use `with-selected-window'
9389         instead of `reb-with-current-window'.
9390         (reb-prev-match): Likewise.  Also, don't move left if the search
9391         was unsuccessful.
9392         (reb-initialize-buffer): New function.
9393         (re-builder, reb-change-syntax): Use it.
9395         * man.el (Man-goto-page): Make second argument NOERROR optional.
9397 2005-07-23  Richard M. Stallman  <rms@gnu.org>
9399         * man.el (Man-bgproc-sentinel): Check here for failure to find
9400         any man page in the output, and report the error here.
9401         (Man-arguments): Make it permanent local.
9402         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
9403         (Man-mode): Pass t for NOERROR.
9405         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
9406         (grep-mode-font-lock-keywords):
9407         Don't use compilation-...-face for messages that are not file names.
9409         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9410         Don't use compilation-...-face for messages that are not file names.
9412 2005-07-22  Juri Linkov  <juri@jurta.org>
9414         * startup.el (normal-splash-screen): Update menu name.
9416         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
9418 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9420         * term/xterm.el: Load term/rxvt if the terminal is actually an
9421         rxvt terminal.
9422         (xterm-rxvt-set-background-mode): Remove, not used anymore.
9424         * term/rxvt.el (function-key-map): Use substitute-key-definition
9425         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
9427         * term/cygwin.el: New file.
9429 2005-07-22  Kim F. Storm  <storm@cua.dk>
9431         * image-file.el (insert-image-file, image-file-yank-handler):
9432         Fix last change to maintain a (unique) yank-handler on yanked images.
9434 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
9436         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
9437         of the file size (as in "177B" for 177 bytes).  This happens with
9438         "ls -lh" on FreeBSD.
9440 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
9442         * hilit-chg.el (highlight-changes-global-initial-state)
9443         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
9444         (hilit-chg-fixup, highlight-changes-mode):
9445         Fix typos in docstrings.
9446         (highlight-changes-global-modes, highlight-changes-rotate-faces):
9447         Doc fixes.
9449 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
9451         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
9452         mode function using `eval-after-load'.
9454 2005-07-21  Kim F. Storm  <storm@cua.dk>
9456         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9457         included when reporting an emacs crash, and tell about the DEBUG file.
9459         * image-file.el (insert-image-file): Add yank-handler.
9460         (image-file-yank-handler): Yank handler to make unique copies of
9461         images when they are yanked into a buffer next to each other.
9463 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
9465         * comint.el (comint-use-prompt-regexp, comint-send-input)
9466         (comint-source-default, comint-extract-string)
9467         (comint-get-source, comint-word, comint-completion)
9468         (comint-source, comint-prompt-read-only, comint-update-fence):
9469         Fix typos in docstrings.
9470         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
9471         Declare with define-obsolete-*-alias macros.
9472         (comint-previous-matching-input-from-input)
9473         (comint-next-matching-input-from-input)
9474         (comint-previous-matching-input, comint-next-matching-input)
9475         (comint-forward-matching-input):
9476         Improve argument/docstring consistency.
9478         * desktop.el (desktop-clear-preserve-buffers-regexp):
9479         Also preserve the *server* buffer.
9481         * simple.el (clone-indirect-buffer): Doc fix.
9482         (fixup-whitespace, just-one-space)
9483         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
9484         (next-error, next-error-highlight)
9485         (next-error-highlight-no-select, next-error-last-buffer)
9486         (next-error-buffer-p, next-error-find-buffer, next-error)
9487         (previous-error, next-error-no-select, previous-error-no-select)
9488         (open-line, split-line, minibuffer-prompt-width, kill-new)
9489         (binary-overwrite-mode): Fix typos in docstrings.
9490         (set-fill-column): Fix typo in message.
9492         * skeleton.el (skeleton-proxy-new): Doc fix.
9494         * strokes.el (strokes-load-hook): Doc fix.
9495         (strokes-grid-resolution, strokes-get-grid-position)
9496         (strokes-renormalize-to-grid, strokes-read-stroke)
9497         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
9498         (strokes-global-map): Fix typos in docstrings.
9499         (strokes-help): Doc fix.  Fix help message and pass it through
9500         `substitute-command-keys'.
9502         * tempo.el (tempo-insert-prompt, tempo-interactive)
9503         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
9504         (tempo-insert-string-functions, tempo-local-tags)
9505         (tempo-define-template, tempo-insert-template)
9506         (tempo-insert-prompt-compat, tempo-is-user-element)
9507         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
9508         Fix typos in docstrings.
9510         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
9511         (vcursor-key-bindings, vcursor-use-vcursor-map)
9512         (vcursor-find-window, vcursor-scroll-down)
9513         (vcursor-disable, vcursor-beginning-of-buffer)
9514         (vcursor-end-of-buffer): Fix typos in docstrings.
9515         (vcursor-relative-move, vcursor-get-char-count):
9516         Improve argument/docstring consistency.
9518         * version.el: "?\ " -> "?\s".
9520         * wid-edit.el (widget-default-create, widget-after-change)
9521         (widget-default-format-handler, widget-checklist-add-item)
9522         (widget-radio-add-item, widget-choose, widget-specify-secret)
9523         (widget-field-value-create, widget-field-value-get)
9524         (widget-editable-list-format-handler)
9525         (widget-editable-list-entry-create, widget-group-value-create)
9526         (widget-documentation-link-add)
9527         (widget-documentation-string-value-create): "?\ " -> "?\s".
9528         (widget-convert-text): Doc fix.
9529         (widget-narrow-to-field, widget-field-find)
9530         (widget-url-link-action, widget-emacs-library-link-action)
9531         (widget-color-notify): Fix typos in docstrings.
9533         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
9534         (x-select-text, set-w32-system-coding-system)
9535         (w32-add-charset-info): Fix typos in docstrings.
9537         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
9538         (cua-enable-cua-keys, cua-use-hyper-key)
9539         (cua-virtual-rectangle-edges): Fix typos in docstrings.
9540         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
9542         * net/tramp.el (tramp-handle-load): Fix typo in error message.
9544         * emacs-lisp/re-builder.el (regexp-builder): Declare with
9545         `defalias' instead of faking it.
9547         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
9548         (eshell-ls-missing, eshell-ls-dired-initial-args)
9549         (eshell-ls-use-in-dired): Fix typos in docstrings.
9551 2005-07-20  Kim F. Storm  <storm@cua.dk>
9553         * emulation/cua-base.el (cua-mode): Improve doc string.
9555 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
9557         * abbrev.el (expand-region-abbrevs): Doc fix.
9558         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
9559         Improve argument/docstring consistency.
9561         * arc-mode.el (archive-get-descr, archive-alternate-display):
9562         Doc fixes.
9563         (archive-l-e): Improve argument/docstring consistency.
9564         (archive-tmpdir, archive-unixdate, archive-unixtime)
9565         (archive-chmod-entry): Fix typos in docstrings.
9566         (archive-unflag, archive-unflag-backwards)
9567         (archive-unmark-all-files): "?\ " -> "?\s".
9569         * buff-menu.el (Buffer-menu-unmark): Doc fix.
9570         (Buffer-menu-not-modified, Buffer-menu-execute)
9571         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
9572         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
9574         * composite.el (compose-string, encode-composition-rule)
9575         (compose-last-chars): Fix typos in docstrings.
9577         * desktop.el (desktop-enable, desktop-basefilename):
9578         Declare with `define-obsolete-variable-alias'.
9579         (desktop-internal-v2s): Don't quote keywords.
9580         (desktop-clear): "?\ " -> "?\s".
9582         * dired.el (dired-align-file, dired-flag-backup-files)
9583         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
9584         (dired-listing-switches, dired-ls-F-marks-symlinks)
9585         (dired-dwim-target, dired-load-hook, dired-mode-hook)
9586         (dired-directory, dired-faces, dired, dired-revert)
9587         (dired-mode, dired-summary, dired-view-file)
9588         (dired-copy-filename-as-kill, dired-delete-file)
9589         (dired-no-confirm, dired-unmark-all-marks)
9590         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
9591         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
9592         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
9593         Fix typos in message strings.
9595         * dired-x.el (virtual-dired): Declare with `defalias'.
9596         (dired-mark-unmarked-files, dired-local-variables-file)
9597         (dired-omit-here-always): Doc fix.
9598         (dired-omit-mode, dired-find-subdir)
9599         (dired-enable-local-variables, dired-clean-up-buffers-too)
9600         (dired-extra-startup, dired-mark-extension, dired-jump)
9601         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
9602         (dired-smart-shell-command, dired-guess-shell-alist-user)
9603         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
9604         (dired-x-bind-find-file, dired-x-submit-report):
9605         Fix typos in docstrings.
9606         (dired-mark-unmarked-files): "?\ " -> "?\s".
9608         * dirtrack.el (dirtrack-list): Fix typos in docstring.
9610         * faces.el (describe-face): "?\ " -> "?\s".
9611         (read-all-face-attributes, read-face-font, modify-face)
9612         (face-attr-construct, italic): Fix typos in docstrings.
9613         (frame-update-face-colors): Declare with
9614         `define-obsolete-function-alias'.
9616         * files.el (find-file-noselect, recode-file-name): Doc fixes.
9617         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
9618         (magic-mode-alist, buffer-file-numbers-unique)
9619         (write-file-functions, get-free-disk-space):
9620         Fix typos in docstrings.
9621         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
9622         (write-contents-hooks, write-file-hooks):
9623         Declare with `define-obsolete-variable-alias'.
9625         * forms-d2.el (arch-rj): Fix typo in docstrings.
9626         (arch-tocol): Likewise.  "?\ " -> "?\s".
9628         * frame.el (set-frame-font, cursor-in-non-selected-windows):
9629         Fix typo in docstring.
9630         (set-screen-width, set-screen-height): Delete redundant info in
9631         doctrings.
9632         (new-frame, screen-height, screen-width): Declare with
9633         `define-obsolete-function-alias'.
9634         (delete-frame-hook, blink-cursor): Declare with
9635         `define-obsolete-variable-alias'.
9637         * paths.el (prune-directory-list): Fix typos in docstring.
9639         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
9640         (cvs-prefix-get): Fix typos in docstrings.
9642         * ps-print.el (ps-extend-face-list, ps-extend-face)
9643         (ps-print-background-image): Fix typos in docstrings.
9644         (ps-default-fg, ps-default-bg): Doc fixes.
9646         * s-region.el (s-region-bind): Doc fix.
9647         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
9649         * textmodes/org.el (org-table-formula-substitute-names)
9650         (org-table-get-vertical-vector): Doc fixes.
9651         (org-table-recalculate): Remove unused argument to `message'.
9653 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
9655         * textmodes/org.el (org-table-column-names)
9656         (org-table-column-name-regexp)
9657         (org-table-named-field-locations): New variables.
9658         (org-archive-subtree): Protect `this-command' when calling
9659         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
9660         the kill buffer.
9661         (org-complete): Remove fixed-formula completion.
9662         (org-edit-formulas-map): New variable.
9663         (org-table-edit-formulas): New command.
9664         (org-finish-edit-formulas, org-abort-edit-formulas)
9665         (org-show-variable, org-table-get-vertical-vector): New functions.
9666         (org-table-maybe-eval-formula): Handle `:=' fields.
9667         (org-table-get-stored-formulas, org-table-store-formulas)
9668         (org-table-get-formula, org-table-modify-formulas)
9669         (org-table-replace-in-formulas): Handle named field formulas.
9670         (org-table-get-specials): Store locations of named fields.
9672 2005-07-19  Juri Linkov  <juri@jurta.org>
9674         * progmodes/grep.el (grep-regexp-alist)
9675         (grep-mode-font-lock-keywords, grep-process-setup):
9676         Use default GNU grep match color "01;31m" instead of "01;41m".
9677         (grep-regexp-alist, grep-mode-font-lock-keywords):
9678         Use `\\[[0-9]*m' instead of `\\[00m'.
9679         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
9680         sgr_start where its handling is more important.  Use the real
9681         length of sgr_start instead of constant 8.
9682         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
9683         specially.  Delete all remaining escape sequences.
9684         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
9685         (grep-regexp-alist): Make hyperlink only for binary file name
9686         instead of the whole line.
9687         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
9688         (grep-mode): Add autoload.
9690         * emacs-lisp/find-func.el (find-function-regexp):
9691         Add `define-compilation-mode'.
9693 2005-07-19  Juri Linkov  <juri@jurta.org>
9695         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
9696         (compare-windows-sync-string-size, compare-windows-recenter)
9697         (compare-windows-highlight, compare-windows): Add version 22.1.
9698         (compare-windows) <defface>: Inherit from lazy-highlight instead
9699         of duplicating its default value.
9701         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
9702         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
9704         * descr-text.el (describe-char): Create link buttons for `charset'
9705         and `code point'.  Add the current input method name with a link
9706         button to `to input' field.  Print face names of display table
9707         characters in `The display table entry is displayed by' section
9708         instead of printing face-id in the `display' field.
9709         Guess hardcoded faces and create a link button for them.
9710         Skip empty fields when calculating max-width.
9711         Treat `widget-create' specially while inserting strings from the
9712         collected field list.
9713         (describe-char-after): Made obsolete in version 22.1, not 21.5.
9715         * diff-mode.el (diff-file-header): Change foreground color from
9716         yellow to green on light backgrounds.
9717         (diff-context): Inherit from `shadow' only for color/grayscale
9718         with more than 88 colors.
9719         (diff-indicator-removed, diff-indicator-added)
9720         (diff-indicator-changed): New faces.
9721         (diff-font-lock-keywords): Use new faces.  Regroup rules.
9722         Add "^---$" for `normal' diff format.  Fontify `#' lines with
9723         font-lock-comment-delimiter-face and font-lock-comment-face.
9724         Add `#' to ^[^...] in the rule for `diff-context-face'.
9726         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
9727         a button-like box.  Inherit from `highlight' on low colors.
9728         (shadow): Use shades of gray only for color/grayscale with
9729         more than 88 colors.  Use green for light backgrounds with
9730         8 colors, and yellow for dark backgrounds with 8 colors.
9732         * font-lock.el (font-lock-regexp-grouping-backslash):
9733         Don't inherit from escape-glyph (use bold for all cases).
9735         * info.el (info-xref-visited): Use light foreground color `violet'
9736         for dark backgrounds instead of dark color `magenta3'.
9737         (info-title-1): Use `yellow' color for dark backgrounds.
9739         * isearch.el (isearch): Use not-too-dark magenta3 instead of
9740         too-light magenta2.
9742         * replace.el (match): Use slightly more light RoyalBlue3 instead
9743         of dark RoyalBlue4.
9745         * wid-edit.el (widget-inactive): Inherit from `shadow'.
9747 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
9749         * novice.el (disabled-command-hook): Declare it with
9750         `define-obsolete-variable-alias'.
9752         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
9753         (desktop-buffer-misc-functions, desktop-buffer-handlers)
9754         (desktop-load-default): Add release to obsolescence info.
9755         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9756         (desktop-append-buffer-args, desktop-read):
9757         Fix typos in docstrings.
9758         (desktop-kill): Fix typo in message.
9759         (desktop-save): Doc fix.
9761 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9763         * viper-cmd.el (viper-escape-to-state): Bug fix.
9764         (viper-envelop-ESC-key): Change the definition of fast
9765         keysequence so it'll work with keyboard macros.
9767         * ediff.el (ediff-patch-buffer): Change the docstring.
9769 2005-07-19  Kenichi Handa  <handa@m17n.org>
9771         * international/mule-cmds.el (select-safe-coding-system): Try to
9772         use an auto-coding (if any) before anything else.  If the found
9773         auto-coding is invalid, show a warning message.
9775         * international/mule.el (find-auto-coding): New function created
9776         by modifying the body of set-auto-coding.
9777         (set-auto-coding): Use find-auto-coding to find a coding.
9779 2005-07-18  Richard M. Stallman  <rms@gnu.org>
9781         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9782         not isearch-mode-end-hook-error.
9783         (allout-before-change-protect): Fix error message.
9785 2005-07-18  Juri Linkov  <juri@jurta.org>
9787         * allout.el (allout-mode):
9788         * calculator.el (calculator-copy):
9789         * custom.el (custom-known-themes):
9790         * dired.el (dired-desktop-buffer-misc-data)
9791         (dired-restore-desktop-buffer):
9792         * dired-x.el (dired-omit-marker-char):
9793         * files.el (basic-save-buffer):
9794         * font-core.el (font-lock-mode):
9795         * calendar/calendar.el (calendar-goto-hebrew-date)
9796         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9797         (calendar-goto-persian-date):
9798         * language/ethio-util.el (ethio-sera-to-fidel-region):
9799         * textmodes/picture.el (picture-mode):
9800         Delete duplicate duplicate words.
9802 2005-07-18  Juri Linkov  <juri@jurta.org>
9804         * isearch.el (isearch-mode-map): Remove key bindings for regexp
9805         chars * ? } |.
9806         (isearch-fallback): Don't call `isearch-process-search-char'.
9807         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9808         (isearch-process-search-char): Call `isearch-fallback' for regexp
9809         chars * ? } |.
9810         (isearch-return-char): Make obsolete with `make-obsolete' instead
9811         of simply documenting it as obsolete in the docstring.
9812         (isearch-fallback): Refill docstring.
9814         * international/isearch-x.el
9815         (isearch-process-search-multibyte-characters): Remove unneeded
9816         `concat'.  Add intermediate values to `junk-hist' instead of
9817         `minibuffer-history'.  Test the length of `str'.
9819 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
9821         * allout.el (allout-resolve-xref): Fix typos in error strings.
9822         (allout-before-change-protect): Remove unneeded `concat'.
9824         * array.el (array-mode, array-reconfigure-rows)
9825         (untabify-backward): Fix typos in docstrings.
9826         (array-reconfigure-rows): Use `insert-buffer-substring', not
9827         `insert-buffer'.
9829         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9830         * progmodes/ada-mode.el (ada-make-body):
9831         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9833         * dired.el (dired-log):
9834         * tar-mode.el (tar-subfile-save-buffer):
9835         * play/zone.el (zone-pgm-stress-destress):
9836         Use `insert-buffer-substring', not `insert-buffer'.
9838 2005-07-17  Simon Josefsson  <jas@extundo.com>
9840         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9842 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
9844         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9845         Add plain auth method.
9846         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9848 2005-07-17  Kim F. Storm  <storm@cua.dk>
9850         * ido.el (dired-other-window): Add ido property.
9852 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
9854         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9855         Fix typo in docstring.
9856         (byte-compile-interactive-only-functions): Add `insert-buffer' and
9857         `insert-file-literally'.
9859         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9860         info and delete redundant message.  Doc fix.
9861         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9862         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9864 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9866         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9867         (byte-compile-and): Use byte-compile-and-recursion.
9868         (byte-compile-or-recursion): New function.
9869         (byte-compile-or): Use that.
9870         (byte-compile-if): Guard the else-clause too.
9871         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9873         * isearch.el (isearch-mode-end-hook-quit): New variable.
9874         (isearch-done): Bind it.
9875         (isearch-mode-end-hook): Doc fix.
9877         * allout.el (allout-isearch-did-quit): Variable deleted.
9878         (allout-real-isearch-abort): Function name no longer used.
9879         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9880         (allout-isearch-rectification): isearch-mode always exists.
9881         Don't set allout-isearch-did-quit.
9882         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9883         allout-isearch-did-quit.
9884         (allout-enwrap-isearch): Just add the hook.
9885         (allout-isearch-abort): Function deleted.
9886         (allout-pre-command-business): Avoid warning.
9888         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9889         Correctly avoid warnings.
9890         (pascal-outline): Likewise.
9892         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9894         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9896         * play/tetris.el (tetris-mode): Avoid warning.
9898         * play/snake.el (snake-mode): Avoid warning.
9900         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9901         (gamegrid-set-display-table): Avoid warning.
9902         (gamegrid-set-timer): Likewise.
9903         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9904         (gamegrid-add-score-with-update-game-score-1): Take FILE
9905         as argument.
9906         (gamegrid-add-score-with-update-game-score): Pass that argument.
9907         Rename have-shared-game-dir to gamegrid-shared-game-dir.
9909         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9911         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9912         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9914         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9915         and insert-file.
9917         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9918         (sc-ask): Avoid warnings.
9920         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9921         (eshell-hist-initialize): Use that var the natural way.
9923         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9925         * emacs-lisp/re-builder.el (reb-cook-regexp):
9926         Avoid warning calling lre-compile-string.
9927         (reb-color-display-p): Avoid warning.
9929         * calculator.el (calculator-last-input): Guard uses
9930         of event-key and key-press-event-p.
9931         (event-key, key-press-event-p): Delete definitions.
9933         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9934         (find-gc-source-directory, find-gc-subrs-callers)
9935         (find-gc-noreturn-list, find-gc-source-files)
9936         (find-gc-subrs-called): Vars renamed and defvar'd.
9938         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9939         (checkdoc-overlay-put, checkdoc-delete-overlay)
9940         (checkdoc-overlay-start, checkdoc-overlay-end)
9941         (checkdoc-mode-line-update, checkdoc-char=):
9942         Define such that compiler knows they are defined.
9943         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
9944         (checkdoc-read-event): Delete.  Use read-event directly.
9946         * whitespace.el (whitespace-make-overlay)
9947         (whitespace-overlay-put, whitespace-delete-overlay)
9948         (whitespace-overlay-start, whitespace-overlay-end):
9949         Define such that compiler knows they are defined.
9950         (whitespace): Move conditional inside.
9952         * tempo.el (tempo-insert-template): Suppress warning.
9954         * ediff-diff.el (longlines-mode): Add defvar.
9956 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
9958         * server.el: Bind "C-x #" in a way that works even if C-x is
9959         redefined to a command key, not a prefix key.
9961 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9963         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9964         cl-make-type-test till execution time.
9966 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
9968         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9969         arg ARG and use it.
9971 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9973         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9975 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
9977         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9978         a defcustom with two :set or :type keywords.
9980 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9982         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9983         Don't give ^M comment-end syntax.
9985 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
9987         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9988         Don't consider gdbmi (gdb-mi.el has its own update functions).
9989         (gdb-var-delete): Make it work for gdbmi as well.
9990         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9992         * progmodes/gud.el (etags, sdb): Only require etags when needed.
9993         (gud-speedbar-menu-items): Correct logic for enabling items.
9995 2005-07-15  Kim F. Storm  <storm@cua.dk>
9997         * ido.el: Fix commentary.
9998         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9999         Use with-no-warnings around ffap-guesser.
10000         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
10001         Let bind minibuffer-completing-file-name to t.
10003 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
10005         * startup.el (site-run-file, keyboard-type): Doc fixes.
10006         (command-line): Check for "--basic-display" argument; also for
10007         "--quick", not "--bare-bones" (which was renamed).
10008         (fancy-splash-text): Add missing item "Getting New Versions".
10009         (normal-splash-screen): Fix typos and improve consistency with
10010         `fancy-splash-text'.  Update copyright year.
10012         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
10013         valid binding for `help-char'.
10015         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
10017 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
10019         * term.el (term-mode): Disable cua-mode for term buffers.
10021 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
10023         * add-log.el (add-log-mailing-address, change-log-merge):
10024         Doc fixes.
10025         (change-log-get-method-definition): Fix typo in docstring.
10027 2005-07-14  Kim F. Storm  <storm@cua.dk>
10029         * emulation/cua-base.el:
10030         (cua--pre-command-handler-1, cua--pre-command-handler)
10031         (cua--post-command-handler-1, cua--post-command-handler):
10032         Split in two.  Check (buffer local) value of cua-mode.
10033         (cua-selection-mode): New command.
10035 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
10037         * custom.el (custom-initialize-safe-set)
10038         (custom-initialize-safe-default): Doc fixes.
10040         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10041         and simplify :init-value again.
10043         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10044         and simplify :init-value again.  Delete autoload.
10046         * startup.el (command-line): Use `custom-reevaluate-setting' again
10047         for tooltip-mode.
10049         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10050         a defcustom with two :initialize keywords.
10052 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
10054         * allout.el (my-mark-marker, allout-isearch-prior-pos)
10055         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
10056         (allout-post-command-business, allout-flag-region)
10057         (isearch-reenable-font-lock, allout-yank)
10058         (allout-insert-latex-header, allout-insert-latex-trailer)
10059         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
10060         (allout-latex-verb-quote): Fix typos in docstrings.
10061         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
10062         (allout-unprotected, allout-prefix-data):
10063         Improve argument/docstring consistency.
10064         (allout-chart-subtree): Fix argument spec.
10065         (allout-open-topic): Rename `use_sib_bullet' argument to
10066         `use-sib-bullet'.  Doc fix.
10068         * whitespace.el (whitespace-check-buffer-leading)
10069         (whitespace-check-buffer-trailing)
10070         (whitespace-check-buffer-indent)
10071         (whitespace-check-buffer-spacetab)
10072         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
10073         (whitespace-check-leading-whitespace)
10074         (whitespace-check-trailing-whitespace)
10075         (whitespace-check-spacetab-whitespace)
10076         (whitespace-check-indent-whitespace)
10077         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
10078         (whitespace-modes): Fix typos in docstrings.
10079         (defgroup, defcustom): Doc fixes.
10081         * winner.el (winner-mode, winner-boring-buffers)
10082         (winner-pending-undo-ring): Doc fixes.
10083         (winner-ring): Remove unneeded `progn'.
10084         (winner-equal): `defsubst' it.
10085         (winner-redo): Fix message.
10087 2005-07-13  Kim F. Storm  <storm@cua.dk>
10089         * simple.el (line-move-1): Always use vertical-motion to
10090         do the last (or only) line move to ensure some movement.
10091         Undo 2005-06-23 change--don't check for overlays.
10093 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10095         * term/mac-win.el (ccl-encode-mac-roman-font)
10096         (ccl-encode-mac-centraleurroman-font)
10097         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
10098         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
10099         Change charset-id boundary of dimension to ?\xef.
10100         (mac-char-fontspec-list): New constant.
10101         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
10102         argument.  Nil uses itself as family in font-spec.  Previous
10103         behavior for nil is now provided by non-nil non-string argument.
10104         All callers changed.  Add font-specs for Mac fonts to
10105         "fontset-default" unless iso8859-1 fonts are installed.
10107 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10109         * progmodes/sh-script.el (sh-get-indent-info): Only indent
10110         a continuation line if the \ is preceded by SPC or TAB.
10111         (sh-get-indent-info): Simplify.
10112         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
10113         Use with-current-buffer.
10115         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
10116         when the matched text is empty.
10118 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
10120         * startup.el (command-line): Revert to previous handling of
10121         tooltip-mode.  Explain in comment why the complexity is needed.
10123         * tooltip.el (tooltip-mode): Revert to previous implementation of
10124         its defcustom.
10126         * frame.el (blink-cursor-mode): Revert to previous implementation
10127         of its defcustom.  Update comment.
10129 2005-07-12  Lars Hansen  <larsh@soem.dk>
10131         * desktop.el: Update e-mail address.
10133 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10135         * term/mac-win.el (mac-services-mail-selection)
10136         (mac-services-mail-to): New functions.
10137         (mac-application-menu-map): Bind them.
10139 2005-07-12  wulei <milton@wulei.net>  (tiny change)
10141         * progmodes/gdb-ui.el: Add note about buffering with Windows.
10143 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
10145         * custom.el (custom-reevaluate-setting): Doc fix.
10147 2005-07-11  Jay Belanger  <belanger@truman.edu>
10149         * calc/calc.el (calc-embedded-announce-formula-alist)
10150         (calc-embedded-open-close-plain-alist)
10151         (calc-embedded-open-close-mode-alist): Add checks for additional
10152         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
10154 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
10156         * custom.el (custom-enable-theme): Don't add theme to
10157         `custom-enabled-themes' with `push' because there is no
10158         setf-method for `delq'.
10160 2005-07-11  Richard M. Stallman  <rms@gnu.org>
10162         * custom.el (custom-declare-variable): Doc fix.
10164         * dired-aux.el (dired-compare-directories): Remove "." and ".."
10165         from the alists.
10167         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
10168         Do nothing if edebug-active.
10170         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
10171         (edebug-display): Do it here instead.
10173 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10175         * cus-face.el (custom-theme-set-faces): Make it work.
10176         (custom-reset-faces): Doc fix.
10177         (custom-theme-reset-internal-face, custom-theme-face-value):
10178         Functions deleted.
10180         * custom.el (custom-push-theme): Maintain list of the settings
10181         of a given theme in its theme-settings property.
10182         Maintain position of old settings in the theme-value
10183         or theme-face property.
10184         (custom-enabled-themes): New variable.
10185         (custom-theme-enabled-p): New function.
10186         (provide-theme): Update custom-enabled-themes.
10187         Disable and reenable the `user' theme.
10188         (require-theme): Doc fix.
10189         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
10190         (custom-theme-value, custom-theme-variable-value): Likewise.
10191         (custom-theme-reset-internal): Likewise.
10192         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
10193         (custom-enable-theme, custom-disable-theme): New functions.
10194         (custom-variable-theme-value, custom-face-theme-value): Likewise.
10195         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
10196         (custom-theme-reset-variables): Simplify.
10197         (deftheme, custom-declare-theme, custom-make-theme-feature):
10198         Definitions moved.
10200 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
10202         * longlines.el (longlines-show-region)
10203         (longlines-unshow-hard-newlines): Recognize hard newlines by
10204         non-nil hard property, instead of t.
10206 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
10208         * viper-cmd.el (viper--key-maps): New variable.
10209         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
10210         emulation-mode-map-alists.
10211         (viper-envelop-ESC-key): Use viper-subseq.
10212         (viper-search-forward/backward/next): Disable debug-on-error.
10214         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
10215         (viper-ESC-key): New defcustoms.
10217         * viper-macs.el (ex-map-read-args): Use viper-subseq.
10219         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
10220         (viper-subseq): Copy of subseq from cl.el.
10222         * viper.el (viper-go-away, viper-set-hooks): Use
10223         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
10225         * viper-mous.el (viper-current-frame-saved): Use defvar.
10227         * viper-init.el: Get rid of -face in face names.
10229         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
10230         Make it work with longlines mode
10232         * ediff-mult.el (ediff-meta-mode-hook): New variable.
10234         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
10236         * ediff-init.el: Get rid of -face in face names.
10238 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10240         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
10241         and with-timeout-unsuspend.
10243         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
10244         and with-timeout-unsuspend.
10246         * emacs-lisp/timer.el (with-timeout-timers): New variable.
10247         (with-timeout): Bind that variable to record timers.
10248         (with-timeout-suspend, with-timeout-unsuspend): New functions.
10250         * emacs-lisp/debug.el (debug-help-follow): New function.
10251         (debugger-mode-map): Use that instead of help-follow.
10252         (debugger-setup-buffer): Use eval-buffer-list
10253         to handle eval-buffer frames.
10255 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
10257         * timezone.el (timezone-parse-date): Change first regexp
10258         so it will not mistakenly match dates with no time zone.
10260 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
10262         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
10264 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
10266         * custom.el (custom-initialize-safe-set)
10267         (custom-initialize-safe-default): New functions.
10269         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10270         and simplify :init-value.
10272         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10273         and simplify :init-value.  Delete obsolete comment.
10275         * startup.el (command-line): Use `custom-reevaluate-setting' to
10276         handle `tooltip-mode'.  Delete obsolete comment.
10278         * files.el (set-visited-file-name): Avoid calling
10279         `file-name-nondirectory' with a nil argument.
10281 2005-07-09  Richard M. Stallman  <rms@gnu.org>
10283         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
10284         was called with nil for the buffer, handle the read position right.
10285         Handle read position for eval-region, too.
10287 2005-07-09  Juri Linkov  <juri@jurta.org>
10289         * fringe.el (fringe-mode): Add period in docstring.
10290         (fringe-query-style): Build prompt depending on `all-frames' arg.
10292         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
10293         to not create links to unrelated functions in the Help buffer.
10295         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
10296         Doc fix.
10298         * simple.el (next-error-hook): New variable.
10299         (next-error): Use it.  Doc fix.
10301         * textmodes/ispell.el (ispell-command-loop): Add current
10302         dictionary name and program name to mode-line-format.
10303         (ispell-region, ispell-process-line): Add current dictionary name
10304         and program name to messages.
10306 2005-07-08  Jay Belanger  <belanger@truman.edu>
10308         * calc/calc.el (calc-embedded-announce-formula-alist)
10309         (calc-embedded-open-close-formula-alist)
10310         (calc-embedded-open-close-word-alist)
10311         (calc-embedded-open-close-plain-alist)
10312         (calc-embedded-open-close-new-formula-alist)
10313         (calc-embedded-open-close-mode-alist)
10314         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
10315         (calc-embedded-mode-hook): New variables.
10317         * calc/calc-embed.el (calc-embedded-firsttime)
10318         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
10319         New variables.
10320         (calc-do-embedded): Use calc-embedded-firsttime,
10321         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
10322         determine whether or not to run hooks.
10323         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
10324         calc-embedded-firsttime-formula appropriately.
10325         Set calc-embedded delimiter variables according to mode.
10327 2005-07-08  Richard M. Stallman  <rms@gnu.org>
10329         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
10330         Check for "emacs", etc., as entire symbol, not just as word.
10331         (checkdoc-file-comments-engine): Use regexp-quote on FN.
10333         * files.el (set-visited-file-name): Report the error
10334         for "empty filename" earlier.
10335         (kill-some-buffers): Ignore buffers already dead.
10337         * fringe.el (fringe-mode): Doc fix.
10339         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10340         Check for (featurep 'xemacs) and turn off warnings in what it guards.
10341         Use unwind-protect to ensure byte-compile-unresolved-functions
10342         is updated.
10344         * whitespace.el (whitespace-buffer-leading-cleanup):
10345         Simplify w/ skip-chars-forward.
10346         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
10348         * mail/rmail.el (rmail-only-expunge): Fix paren error.
10349         Unconditionally try to leave point at the same old place.
10351 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
10353         * comint.el (comint-postoutput-scroll-to-bottom)
10354         (comint-show-maximum-output): Take scroll-margin into consideration.
10356 2005-07-08  Kim F. Storm  <storm@cua.dk>
10358         * ido.el (ido-use-filename-at-point): New choice `guess'.
10359         (ido-file-internal): Try ffap-guesser if selected.
10361         * ido.el (ido-before-fallback-functions): New hook.
10362         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
10363         (ido-read-file-name): Run it.
10365 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10367         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
10368         strings rather than a list of symbols to the completion function.
10370 2005-07-07  Jay Belanger  <belanger@truman.edu>
10372         * calc/calc-units.el (math-apply-units): Change the places in
10373         which units are simplified.
10375 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
10377         * cus-edit.el (customize-option, customize-option-other-window):
10378         Make them handle aliases.
10380         * custom.el (custom-variable-p): Make it recursively follow
10381         aliases.  Mention that in the docstring.
10383 2005-07-07  Richard M. Stallman  <rms@gnu.org>
10385         * cus-start.el (exec-path): Use `directory' instead of `file'.
10386         Fix tag for nil.
10388 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
10390         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
10391         when called non-interactively.  Doc fix.
10393 2005-07-07  Lute Kamstra  <lute@gnu.org>
10395         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
10396         new address as well.
10398 2005-07-07  Kenichi Handa  <handa@m17n.org>
10400         * international/mule.el (make-coding-system):
10401         Describe `ascii-incompatible' property in the docstring.
10402         (set-file-name-coding-system): Signal an error if coding-system is
10403         ascii-incompatible.
10404         (set-keyboard-coding-system): Likewise.
10406         * international/mule-cmds.el (set-default-coding-systems):
10407         Don't set default-file-name-coding-system and
10408         default-keyboard-coding-system if coding-system is ASCII-incompatible.
10410         * international/utf-16.el: Declare that all UTF-16-based coding
10411         systems are ASCII-incompatible.
10413 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
10415         * progmodes/gud.el: Require font-lock for displaying errors.
10416         Used by gdb-ui.el.
10418 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
10420         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
10421         values for the pattern lists which are `read'able but not
10422         `append'able (like symbols).
10424 2005-07-06  Richard M. Stallman  <rms@gnu.org>
10426         * progmodes/flymake.el (flymake-float-time): Instead of
10427         with-no-warnings, test for xemacs.
10428         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
10429         to avoid warning.
10431 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
10433         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
10435 2005-07-05  Lute Kamstra  <lute@gnu.org>
10437         * battery.el: Add support for Darwin (with much debugging help
10438         from Samuel Lauber <sam124@operamail.com>).
10439         (battery-status-function, battery-echo-area-format)
10440         (battery-mode-line-format): Add support for pmset on Darwin.
10441         (battery-load-low, battery-load-critical): New user options.
10442         (battery-pmset): New function.
10444 2005-07-05  Lute Kamstra  <lute@gnu.org>
10446         Update FSF's address in GPL notices.
10448         * textmodes/page-ext.el: Update FSF's address.
10450 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10452         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
10453         filling from using prefix when filling a single-line docstring.
10455         * progmodes/flymake.el: Remove useless eval-when-compile.
10457         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
10459 2005-07-04  Richard M. Stallman  <rms@gnu.org>
10461         * textmodes/org.el (org-file-apps-defaults-gnu):
10462         Rename from org-file-apps-defaults-linux.
10463         (org-default-apps): Don't test system-type for `linux'.
10464         (org-file-apps): Doc fix.
10466 2005-07-04  David Ponce  <david@dponce.com>
10468         * tree-widget.el: Improve header Commentary section.
10469         (tree-widget) [defgroup]
10470         (tree-widget-image-enable, tree-widget-themes-directory)
10471         (tree-widget-theme, tree-widget-image-properties-emacs)
10472         (tree-widget-image-properties-xemacs, tree-widget-create-image)
10473         (tree-widget-image-formats, tree-widget-control)
10474         (tree-widget-empty-control, tree-widget-leaf-control
10475         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
10476         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
10477         (tree-widget-keep, tree-widget-after-toggle-functions)
10478         (tree-widget-open-node, tree-widget-close-node): Doc fix.
10479         (tree-widget-open-control, tree-widget-close-control): Fix doc and
10480         :help-echo message.
10481         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
10482         (tree-widget-image-properties): Doc fix.  Clearer implementation.
10483         (tree-widget--cursors): New constant.
10484         (tree-widget-lookup-image): New function split from
10485         `tree-widget-find-image'.  Clearer implementation.
10486         (tree-widget-find-image): Use it.
10487         (tree-widget-button-keymap): Use `set-keymap-parent'.
10488         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
10489         Define the sub-widgets here.
10490         (tree-widget-node): Check that :node is not a tree-widget.
10491         (tree-widget-get-super, tree-widget-open-control)
10492         (tree-widget-close-control, tree-widget-empty-control)
10493         (tree-widget-leaf-control, tree-widget-guide)
10494         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
10495         (tree-widget-no-handle, tree-widget-value-delete)
10496         (tree-widget-map): Remove.
10497         (tree-widget-children-value-save): Doc fix.  Simplified.
10498         (tree-widget-value-create): Update according to previous changes.
10500 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
10502         * textmodes/org.el: Leading space replaced by TABS.
10503         (org-recalc-marks, org-table-rotate-recalc-marks)
10504         (org-table-get-specials): Treat "^" and "_" marks.
10505         (org-table-justify-field-maybe): Optional argument NEW.
10506         (org-table-eval-formula): Parsing of the format simplified.
10507         New modes C,I.  Honor the %= parameter in the current table.
10508         Avoid unnecessary re-align by using the NEW argument to
10509         `org-table-justify-field-maybe'.
10510         (org-calc-default-modes): Default for date-format mimicks org-mode.
10511         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
10513 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10515         * cus-face.el (custom-theme-set-faces): Make it handle face
10516         aliases whose alias declarations are pre- or autoloaded.
10518 2005-07-04  Juri Linkov  <juri@jurta.org>
10520         * faces.el (read-face-name): Put the code for getting a face name
10521         from the buffer before adding the faces from the `face' property.
10522         Use `completing-read-multiple' instead of `completing-read'.
10523         Require `crm'.  Add default value and post-process the returned
10524         list of faces.
10526         * emacs-lisp/crm.el (crm-find-current-element)
10527         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
10529         * emacs-lisp/lisp-mode.el (eval-defun-1):
10530         * emacs-lisp/edebug.el (edebug-eval-defun):
10531         Remove unnecessary quotes.
10533 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10535         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
10536         (prolog-indent-level): Fix typo in docstring.
10538         * info.el (Info-history, Info-history-forward)
10539         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
10541         * add-log.el (add-change-log-entry):
10542         * comint.el (comint-dynamic-list-input-ring)
10543         (comint-dynamic-list-completions):
10544         * dabbrev.el (dabbrev-expand):
10545         * delim-col.el (delimit-columns-rectangle-line):
10546         * diff-mode.el (diff-context->unified, diff-reverse-direction)
10547         (diff-unified->context):
10548         * ediff-init.el (ediff-abbrev-jobname):
10549         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
10550         (ediff-replace-session-activity-marker-in-meta-buffer):
10551         * info.el (Info-summary):
10552         * lpr.el (printify-region):
10553         * printing.el (pr-create-interface):
10554         * ps-print.el (ps-print-quote):
10555         * ses.el (ses-column-widths, ses-print-cell)
10556         (ses-adjust-print-width, ses-center):
10557         * shell.el (shell-file-name-quote-list):
10558         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
10559         (strokes-fill-current-buffer-with-whitespace)
10560         (strokes-xpm-for-stroke, strokes-list-strokes)
10561         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
10562         * term.el (term-dynamic-list-input-ring)
10563         (term-dynamic-list-completions):
10564         * calc/calc.el (math-format-stack-value):
10565         * emacs-lisp/edebug.el (edebug-display-freq-count):
10566         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
10567         (delphi-new-comment-line):
10568         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
10569         * progmodes/executable.el (executable-set-magic):
10570         * progmodes/python.el (inferior-python-mode):
10571         * progmodes/scheme.el (scheme-mode-syntax-table):
10572         * progmodes/sh-script.el (sh-maybe-here-document):
10573         * progmodes/sql.el (sql-copy-column):
10574         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
10575         * textmodes/bibtex.el (bibtex-mode):
10576         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
10577         (sgml-auto-attributes):
10578         * textmodes/table.el (table-insert, table-shorten-cell)
10579         (table--generate-source-scan-lines, table-delete-row)
10580         (*table--cell-delete-char, table--spacify-frame)
10581         (table--horizontally-shift-above-and-below)
10582         (table--cell-insert-char, table--cell-blank-str)
10583         (table--fill-region-strictly):
10584         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
10585         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
10587         * add-log.el (change-log):
10588         * apropos.el (apropos):
10589         * comint.el (comint-completion, comint-source):
10590         * dabbrev.el (dabbrev):
10591         * delim-col.el (columns):
10592         * diff-mode.el (diff-mode):
10593         * ediff.el (ediff):
10594         * ediff-diff.el (ediff-diff):
10595         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
10596         * ediff-mult.el (ediff-mult):
10597         * ediff-ptch.el (ediff-ptch):
10598         * ediff-wind.el (ediff-window):
10599         * facemenu.el (facemenu):
10600         * indent.el (indent):
10601         * info.el (info):
10602         * jka-cmpr-hook.el (compression, jka-compr):
10603         * lpr.el (lpr):
10604         * outline.el (outlines):
10605         * pcmpl-cvs.el (pcmpl-cvs):
10606         * pcmpl-rpm.el (pcmpl-rpm):
10607         * printing.el (printing):
10608         * ps-print.el (postscript, ps-print, ps-print-horizontal)
10609         (ps-print-vertical, ps-print-headers, ps-print-font)
10610         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
10611         (ps-print-background, ps-print-printer, ps-print-page)
10612         (ps-print-miscellany):
10613         * ses.el (ses):
10614         * shell.el (shell, shell-directories, shell-faces):
10615         * startup.el (initialization):
10616         * strokes.el (strokes):
10617         * term.el (term):
10618         * uniquify.el (uniquify):
10619         * w32-vars.el (w32):
10620         * calc/calc.el (calc):
10621         * emacs-lisp/bytecomp.el (bytecomp):
10622         * emacs-lisp/cl-indent.el (lisp-indent):
10623         * emacs-lisp/edebug.el (edebug):
10624         * emacs-lisp/elp.el (elp):
10625         * emacs-lisp/testcover.el (testcover):
10626         * emacs-lisp/trace.el (trace):
10627         * emulation/viper-ex.el (viper-ex):
10628         * emulation/viper-mous.el (viper-mouse):
10629         * mail/mailalias.el (mailalias):
10630         * mail/supercite.el (supercite, supercite-frames)
10631         (supercite-attr, supercite-cite, supercite-hooks):
10632         * net/rcompile.el (remote-compile):
10633         * net/rlogin.el (rlogin):
10634         * obsolete/ooutline.el (outlines):
10635         * progmodes/delphi.el (delphi):
10636         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
10637         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
10638         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
10639         (ebnf-optimization):
10640         * progmodes/etags.el (etags):
10641         * progmodes/executable.el (executable):
10642         * progmodes/idlwave.el (idlwave):
10643         * progmodes/pascal.el (pascal):
10644         * progmodes/prolog.el (prolog):
10645         * progmodes/python.el (python):
10646         * progmodes/scheme.el (scheme):
10647         * progmodes/sh-script.el (sh, sh-script):
10648         * progmodes/sql.el (SQL):
10649         * progmodes/tcl.el (tcl):
10650         * textmodes/bibtex.el (bibtex, bibtex-autokey):
10651         * textmodes/enriched.el (enriched):
10652         * textmodes/makeinfo.el (makeinfo):
10653         * textmodes/sgml-mode.el (sgml):
10654         * textmodes/table.el (table-hooks):
10655         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
10656         * textmodes/texinfo.el (texinfo):
10657         * textmodes/two-column.el (two-column):
10658         Finish `defgroup' description with period.
10660         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
10661         * eshell/esh-var.el (eshell-var):
10662         * progmodes/vhdl-mode.el (vhdl-testbench):
10663         * textmodes/org.el (org): Fix typos in docstrings.
10665         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
10666         consistency.
10668         * progmodes/flymake.el (flymake-find-file): Remove.
10669         (flymake-float-time): Use `with-no-warnings'.
10670         (flymake-check-start-time, flymake-check-was-interrupted)
10671         (flymake-err-info, flymake-is-running, flymake-last-change-time)
10672         (flymake-new-err-info): `defvar' at compile time.
10674 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
10676         * replace.el (occur-hook): Doc fix.
10677         (occur-1): Don't call `occur-hook' if there are no matches.
10679 2005-07-03  Richard M. Stallman  <rms@gnu.org>
10681         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
10682         global-map, save the same map.
10683         (global-map): Don't alter it at top level.
10684         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
10685         Then alter it here instead.
10686         (tpu-edt-off): Set global-map to the saved one.
10688         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
10689         All references simplified.
10690         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
10691         (zmacs-regions): Add defvar.
10692         (repeat-complex-command-map): Everything about that deleted.
10694         * textmodes/artist.el (artist-key-is-drawing)
10695         (artist-key-endpoint1, artist-key-poly-point-list)
10696         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
10697         (artist-key-compl-table, artist-rb-save-data)
10698         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
10699         Don't put them in eval-when-compile.
10700         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
10702         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
10703         Use with-no-warnings.
10705         * net/browse-url.el (dos-windows-version): Add defvar.
10707         * mail/supercite.el (filladapt-prefix-table): Add defvar.
10709         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
10710         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
10711         (rmail-new-summary-line-count): Rename from new-summary-line-count.
10712         Add defvar.
10713         (rmail-summary-beginning-of-message): Use with-no-warnings.
10714         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
10716         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
10717         Use with-no-warnings.
10719         * emulation/vi.el (vi-mark-region): Use c-mark-function.
10720         (c-mark-function): Add point-moving-unit property.
10721         (vi-goto-line): Use with-no-warnings.
10723         * emulation/edt.el (edt-last-copied-word): Add defvar.
10724         (zmacs-region-stays): Likewise.
10725         (edt-mark-section-wisely): Use c-mark-function for C.
10726         Use makr-defun for Fortran.
10727         (time-string): defvar deleted.
10728         (edt-display-the-time): Don't set time-string.
10730         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
10732         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
10733         Don't warn when name is not constant
10734         or for defining the group `emacs'.
10736         * tooltip.el (gud-tooltip-mode): Add defvar.
10738         * startup.el (default-frame-background-mode): Add defvar.
10740         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
10742         * info.el (tool-bar-map): Add defvar.
10744         * dired.el (dnd-protocol-alist): Add defvar.
10746         * dired-aux.el (dired-query): Display question with answer, when
10747         the user answers.
10749         * custom.el (custom-add-option): Doc fix.
10751         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
10753 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
10755         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10756         bogus name from the last change.
10758 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
10760         * custom.el (custom-declare-variable): Fix typos in comment.
10761         (custom-known-themes): Doc fix.
10762         (custom-theme-directory): New defcustom.
10763         (require-theme): Make it check `custom-theme-directory'.
10765         * cus-theme.el (custom-new-theme-mode): New function.
10766         (custom-theme-name, custom-theme-variables, custom-theme-faces)
10767         (custom-theme-description): Add compiler defvars.
10768         (customize-create-theme): Add doc to the "*New Custom Theme*"
10769         buffer.  Use `custom-new-theme-mode'.
10770         (custom-theme-write): Put the created buffer in emacs-lisp-mode
10771         and save it to the `custom-theme-directory'.  Make this the
10772         default directory of the buffer.
10774 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
10776         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10777         Fix unbalanced parentheses.
10779 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10781         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10782         into flymake-mode and delegate to flymake-mode.
10784         * find-file.el (ff-which-function-are-we-in): Clean up.
10786 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
10788         * replace.el (occur-rename-buffer): Fix docstring.
10790         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10791         (edt-last-copied-word, edt-learn-macro-count)
10792         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10793         (edt-rect-start-point, edt-user-global-map, rect-start-point)
10794         (time-string, zmacs-region-stays):
10795         * emulation/edt-mapper.el (edt-save-function-key-map)
10796         (EDT-key-name): `defvar' to silence the byte-compiler.
10798 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
10800         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10801         font-lock-regexp-backslash.  Doc fix.
10802         (font-lock-regexp-backslash-grouping-construct): Rename from
10803         font-lock-regexp-backslash-construct.  Doc fix.
10804         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10805         grouping constructs.
10807 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
10809         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10810         updating all the prerequisites.
10812 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
10814         * textmodes/org.el (org-agenda-start-on-weekday)
10815         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10816         (org-agenda-use-time-grid, org-archive-location)
10817         (org-allow-space-in-links, org-usenet-links-prefer-google)
10818         (org-enable-table-editor, org-export-default-language)
10819         (org-export-html-show-new-buffer, org-fill-paragraph)
10820         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10821         (org-goto-quit, org-occur, org-eval-in-calendar)
10822         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10823         (org-agenda-diary-entry, org-remember-help)
10824         (org-table-convert-region, org-at-table-p)
10825         (org-table-move-row-down, org-table-move-row-up)
10826         (org-table-copy-region, org-table-toggle-vline-visibility)
10827         (org-table-get-stored-formulas, org-table-get-specials)
10828         (org-recalc-commands, org-table-eval-formula)
10829         (org-table-formula-substitute-names, orgtbl-make-binding)
10830         (org-format-org-table-html, org-format-table-table-html)
10831         (org-format-table-table-html-using-table-generate-source)
10832         (org-customize): Fix typos in docstrings.
10833         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10834         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10835         (org-back-to-heading): Doc fixes.
10836         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10837         (org-agenda-change-all-lines, org-get-header):
10838         Improve argument/docstring consistency.
10839         (orgtbl-error): Fix error message.
10841         * progmodes/flymake.el (flymake-find-possible-master-files)
10842         (flymake-master-file-compare, flymake-get-line-err-count)
10843         (flymake-highlight-line, flymake-gui-warnings-enabled):
10844         Fix typos in docstrings.
10845         (flymake-parse-line, flymake-get-project-include-dirs-function)
10846         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10847         Doc fixes.
10848         (flymake-get-project-include-dirs-function)
10849         (flymake-make-err-menu-data):
10850         Improve argument/docstring consistency.
10852 2005-07-01  Lute Kamstra  <lute@gnu.org>
10854         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10855         Catch errors with ignore-errors.  Use temporary buffer.
10856         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
10858         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10859         background color faces.
10860         (facemenu-set-foreground, facemenu-set-background):
10861         Use facemenu-set-face-from-menu.
10862         (facemenu-set-face-from-menu): Treat face names that start with
10863         "fg:" or "bg:" as special.
10864         (facemenu-add-new-color): Don't create faces.  Simplify.
10866 2005-06-30  Richard M. Stallman  <rms@gnu.org>
10868         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10869         (crm-find-current-element): Likewise.
10871 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10873         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10875 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10877         * arc-mode.el (archive-extract): Make it work as a mouse binding.
10878         (archive-mouse-extract): Make it an obsolete alias.
10879         (archive-mode-map): Don't use archive-mouse-extract any more.
10880         (archive-mode, archive-extract): write-contents-hooks ->
10881         write-contents-functions.
10882         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10883         first arg.
10884         (archive-rename-entry): Update the call.
10885         (archive-zip-summarize): Remove unused var `method'.
10886         (archive-lzh-summarize): Remove unused var `creator'.
10888         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10889         dedicated frame upon exit.
10891         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10892         (archive-zip-extract, archive-zip-expunge)
10893         (archive-zip-update, archive-zip-update-case): Use executable-find.
10894         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10895         Use restore-buffer-modified-p.
10896         (archive-extract, archive-add-new-member, archive-write-file-member):
10897         Use with-current-buffer.
10898         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10900 2005-06-30  Andreas Schwab  <schwab@suse.de>
10902         * progmodes/gud.el (gud-filter): Remove unneeded progn.
10904 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10906         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10908 2005-06-30  Juri Linkov  <juri@jurta.org>
10910         * faces.el (vertical-border): Inherit from mode-line-inactive
10911         only on tty.
10913 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
10915         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10916         example, -NLINES in the `occur' docstring).
10918         * replace.el (occur-1): When no matches are found, do not set the
10919         `buffer-read-only' and modified flags for the occur buffer,
10920         because it is deleted.
10922         * emulation/cua-base.el (cua-check-pending-input)
10923         (cua-repeat-replace-region, cua-mode, cua-debug)
10924         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10925         Fix typos in docstrings.
10927         * emulation/cua-gmrk.el (cua-toggle-global-mark)
10928         (cua-cut-region-to-global-mark)
10929         (cua--cut-rectangle-to-global-mark):
10930         Remove period from end of messages.
10932         * emulation/cua-rect.el (cua-do-rectangle-padding):
10933         Remove period from end of messages.
10934         (cua--rectangle-seq-format): Fix typo in docstring.
10935         (cua-sequence-rectangle, cua-fill-char-rectangle):
10936         Improve argument/docstring consistency.
10938 2005-06-29  Juri Linkov  <juri@jurta.org>
10940         * faces.el (default-frame-background-mode): New internal variable.
10941         (frame-set-background-mode): Use it.
10943         * startup.el (normal-top-level): Set default-frame-background-mode
10944         instead of frame-background-mode.  Before setting it, test for its
10945         nil value.  Remove tests for frame-background-mode and frame
10946         parameter `reverse'.  Add test for "unspecified-fg".
10948         * term/xterm.el (xterm-rxvt-set-background-mode):
10949         * term/rxvt.el (rxvt-set-background-mode):
10950         Set default-frame-background-mode instead of frame-background-mode.
10952 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10954         * simple.el (set-variable): Warn about obsolete user variables.
10956         * imenu.el (imenu--completion-buffer):
10957         * mouse.el (mouse-buffer-menu-alist):
10958         * msb.el (msb-invisible-buffer-p):
10959         * calendar/diary-lib.el (diary-header-line-format):
10960         * emacs-lisp/pp.el (pp-buffer):
10961         * progmodes/cperl-mode.el (cperl-do-auto-fill):
10962         * textmodes/picture.el (picture-replace-match):
10963         Change space constants followed by a sexp to "?\s ".
10965         * play/decipher.el (decipher-loop-with-breaks):
10966         * textmodes/texinfo.el (texinfo-insert-@item): Change space
10967         constants "protected" from end of line by a comment to "?\s".
10969 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10971         * font-lock.el (save-buffer-state): Use `declare'.
10973         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10974         reset the syntax-table to cperl-mode-syntax-table.
10975         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10976         "foo_print_bar" is not matched as a reserved keyword.
10978 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10980         * textmodes/org.el (orgtbl-setup): New function, for delayed
10981         setup for the orgtbl commands.
10982         (org-calc-default-modes): New option.
10983         (orgtbl-make-binding): Use `defun' to get better help display.
10984         (org-diary): Call `org-compile-prefix-format'.
10985         (org-table-formula-substitute-names): New function.
10986         (org-agenda-day-view, org-agenda-week-view): New commands.
10987         (org-agenda-toggle-week-view): Command removed.
10988         (org-tbl-menu): Split off from org-org-menu.
10989         (org-mode): Move removal of outline-mode menus to here.
10990         (org-table-formula-debug): New option.
10991         (org-table-insert-row): Keep first field if just "#" or "*".
10992         (org-mode): Paragraph regexps fixed.
10993         (org-table-recalculate-regexp): New constant.
10994         (org-table-justify-field-maybe): Avoid replace if not necessary.
10995         (org-copy-special, org-cut-special): Use `call-interactively'.
10996         (org-table-copy-region): Take region from `interactive' call.
10997         (org-trim): Return string even if no match.
10998         (org-formula): New face.
10999         (org-set-font-lock-defaults): No longer highlight "FIXME".
11000         But highlight formula-related fields in table.
11001         (org-table-p): Use regexp, not fontification.
11002         (org-table-align): Handle white space at end of line.
11003         (org-table-formula-evaluate-inline): New option.
11004         (org-mode): Auto-wrapping in comment lines turned off.
11005         (org-table-copy-down): Evaluate only in copied field, not in
11006         destination.
11007         (org-table-current-formula): Variable removed.
11008         (org-table-store-formulas, org-table-get-stored-formulas)
11009         (org-table-modify-formulas, org-table-replace-in-formulas)
11010         (org-table-maybe-eval-formula): New functions.
11011         (org-table-get-formula): Modify to use stored formulas.
11012         (org-table-insert-column, org-table-delete-column)
11013         (org-table-move-column): Call `org-table-modify-formulas'.
11014         (org-complete): Add completion for keyword formulas.
11015         (orgtbl-mode): Pull orgtbl-mode-map to start of
11016         minor-mode-map-alist.
11018 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11020         * progmodes/python.el (python-check): Require `compile' before
11021         modifying its variables.
11023         * newcomment.el (comment-indent-default): Don't get fooled by an early
11024         end of buffer.
11026 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11028         * ps-print.el (ps-print-version): Fix version number.
11030 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
11032         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
11034 2005-06-28  Richard M. Stallman  <rms@gnu.org>
11036         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
11037         (flyspell-local-mouse-map): Declaration deleted.
11038         (flyspell-mouse-map): Bind only mouse-2.
11039         (flyspell-mode-map): Don't test flyspell-use-local-map.
11040         (flyspell-overlay-keymap-property-name): Var deleted.
11041         (flyspell-mode-on): Don't make local bindings for
11042         flyspell-mouse-map and flyspell-mode-map.
11043         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
11045         * textmodes/ispell.el (ispell-word): Do not ignore short words.
11047         * progmodes/compile.el (compilation-next-error-function):
11048         Don't switch buffers; operate on the current buffer.
11050         * progmodes/compile.el (compilation-error-file-name)
11051         (compilation-warning-file-name, compilation-info-file-name)
11052         (compilation-line-number, compilation-column-number): New faces.
11053         (compilation-error-face, compilation-warning-face)
11054         (compilation-info-face, compilation-line-face)
11055         (compilation-column-face): Use them.
11057         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
11059         * comint.el (comint-password-prompt-regexp): Accept ", try again".
11061         * bindings.el (global-map): Bind insertchar and its variants.
11063 2005-06-27  Richard M. Stallman  <rms@gnu.org>
11065         * textmodes/artist.el (artist-text-overwrite)
11066         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
11068 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11070         * ps-print.el: It was not working the page selection for printing.
11071         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
11072         (ps-print-version): New version 6.6.7.
11073         (ps-end-sheet): New fun.
11074         (ps-header-sheet, ps-end-job): Call it.
11076 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
11078         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
11080 2005-06-27  Lute Kamstra  <lute@gnu.org>
11082         * facemenu.el (facemenu-unlisted-faces): Add foreground and
11083         background color faces.
11084         (facemenu-get-face): Delete function.
11085         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
11086         (facemenu-add-new-color): Make second argument mandatory.
11087         Create the appropriate face and return it.  Simplify.
11088         (facemenu-set-foreground, facemenu-set-background): Don't check if
11089         color is defined.  Use return value of facemenu-add-new-color.
11091 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
11093         * progmodes/gud.el (gud-filter): Add missing argument to
11094         with-selected-window.
11096 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11098         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
11099         a :require to the defcustom.
11101         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
11102         defcustoms corresponding to minor modes.
11104 2005-06-26  David Ponce  <david@dponce.com>
11106         * recentf.el: Require tree-widget instead of wid-edit.
11107         (recentf-filename-handler): Fix widget :type.
11108         (recentf-cancel-dialog, recentf-open-more-files)
11109         (recentf-open-files-action): Doc fix.
11110         (recentf-dialog-goto-first): New function.
11111         (recentf-dialog-mode-map): Set parent keymap first.
11112         (recentf-dialog-mode): Define with define-derived-mode.
11113         Don't display continuation lines in dialogs.
11114         (recentf-edit-list): Rename from recentf-edit-selected-items.
11115         (recentf-edit-list-select): Rename from recentf-edit-list-action.
11116         Simplify.
11117         (recentf-edit-list-validate): New function.
11118         (recentf-edit-list): Update accordingly.
11119         (recentf-open-files-item-shift): Remove.
11120         (recentf-open-files-item): Convert menu elements into tree and
11121         link widgets.  Don't create the widgets.
11122         (recentf-open-files): Update accordingly.
11123         (recentf-save-list): Untabify.
11125 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
11127         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
11128         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
11129         partially contained in the active region.  Do not take active
11130         region into account when called from Lisp, unless INTERACTIVE arg
11131         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
11132         avoid trouble with fields.  Make marker point nowhere when no
11133         longer used.  Always return nil.  Doc fix.
11134         (flush-lines): Add INTERACTIVE arg.  Do not take active region
11135         into account when called from Lisp, unless INTERACTIVE arg is
11136         non-nil.  Use `forward-line' instead of `beginning-of-line' to
11137         avoid trouble with fields.  Make marker point nowhere when no
11138         longer used.  Always return nil.  Doc fix.
11139         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
11140         interchangeable.  Do not take active region into account when
11141         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
11142         message in echo area when called from Lisp, unless INTERACTIVE arg
11143         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
11144         Return the number of matches.  Doc fix.
11145         (occur): Doc fix.
11146         (perform-replace): Make comment follow double space convention for
11147         the sake of `outline-minor-mode'.
11149         * faces.el (facep): Doc fix.
11151 2005-06-25  Richard M. Stallman  <rms@gnu.org>
11153         * facemenu.el (facemenu-enable-faces-p): New function.
11154         (facemenu-background-menu, facemenu-foreground-menu)
11155         (facemenu-face-menu): Add menu-enable property.
11157         * jka-compr.el (jka-compr-insert-file-contents):
11158         Special handling if cannot find the uncompression program.
11160         * cus-face.el (custom-face-attributes): Add autoload.
11162         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11163         Bind comment-indent-function locally.
11165         * window.el (save-selected-window): Use save-current-buffer.
11167         * subr.el (with-selected-window): Use save-current-buffer.
11169         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
11170         and with-current-buffer.
11172 2005-06-24  Richard M. Stallman  <rms@gnu.org>
11174         * simple.el (line-move-1): Fix previous change.
11176 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11178         * replace.el (occur-1): Set `buffer-read-only' and the
11179         buffer-modified flag before running `occur-hook' to protect
11180         against unintentional buffer switches that can lead to data loss.
11182 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
11184         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
11185         (gud-gdb-marker-filter): Use font-lock-warning-face for any
11186         initial error.
11188         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
11189         after fresh input.
11190         (gdb-var-create-handler): Put name of expression in quotes.
11192 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
11194         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
11195         elements of RING in order, and without bogus nil elements.
11197 2005-06-23  Richard M. Stallman  <rms@gnu.org>
11199         * simple.el (set-variable): Args renamed; doc fix.
11200         (line-move-1): When there are overlays around, use vertical-motion.
11202         * faces.el (escape-glyph): Use brown against light background.
11203         (nobreak-space): Rename from no-break-space.
11204         Fix previous change.
11206         * dired-aux.el (dired-do-copy): Fix arg prompt.
11208         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
11210 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11212         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
11213         rather than "Distributor".
11215 2005-06-23  Lute Kamstra  <lute@gnu.org>
11217         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
11218         (debug-on-entry): Use it.  New interactive declaration that uses
11219         function-called-at-point.
11221 2005-06-23  Kim F. Storm  <storm@cua.dk>
11223         * subr.el (save-match-data): Add comment about using evaporate arg
11224         to set-match-data.
11226 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
11228         * cus-edit.el (customize-face)
11229         (customize-face-other-window): Handle face aliases.
11231         * faces.el (face-documentation, set-face-attribute)
11232         (face-spec-set): Handle face aliases.
11234 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
11236         * help-mode.el (help-make-xrefs): If a symbol representing a face
11237         name is not followed by the word "face", it could still be a
11238         function or variable name, so don't bypass other checks.
11240 2005-06-22  Juri Linkov  <juri@jurta.org>
11242         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
11243         Replace aliased functions with calls where second arg `inherit' is t.
11245 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
11247         * progmodes/gdb-ui.el (gdb-error): New variable.
11248         (gdb-error): New function.
11249         (gdb-annotation-rules): Act on error-begin and error annotations.
11250         (gdb-concat-output): Use font-lock-warning-face for errors.
11252 2005-06-22  Miles Bader  <miles@gnu.org>
11254         * bindings.el (propertized-buffer-identification): Use renamed
11255         `Buffer-menu-buffer' face.
11257         * faces.el (vertical-border): Rename from `vertical-divider'.
11258         (escape-glyph): Change dark-background color back to `cyan'.
11260 2005-06-21  Juri Linkov  <juri@jurta.org>
11262         * faces.el (face-user-default-spec): Try getting `customized-face'
11263         prior to `saved-face'.
11264         (frame-background-mode): Refill docstring.
11266         * emacs-lisp/lisp-mode.el (eval-defun-1):
11267         * emacs-lisp/edebug.el (edebug-eval-defun):
11268         Set `saved-face' temporarily to nil before calling form.
11269         Set `customized-face' to the new spec after that.
11271 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11273         * subr.el (1value, lambda, key-substitution-in-progress):
11274         Doc fixes.
11276         * autoinsert.el (auto-insert-alist):
11277         * ses.el (ses-call-printer):
11278         * subr.el (noreturn):
11279         * emacs-lisp/lisp.el (check-parens):
11280         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
11281         * net/browse-url.el (browse-url-mosaic):
11282         * progmodes/cc-defs.el (c-safe-scan-lists):
11283         * progmodes/ebnf-abn.el (ebnf-abn-lex):
11284         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
11285         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
11286         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
11287         * progmodes/ebnf-iso.el (ebnf-iso-lex):
11288         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
11290 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11292         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
11294 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
11296         * calendar/appt.el (appt-make-list): Activate the package, if
11297         not already active (for backwards compatibility).
11299 2005-06-20  Kim F. Storm  <storm@cua.dk>
11301         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
11303 2005-06-20  Miles Bader  <miles@gnu.org>
11305         * faces.el (vertical-divider): New face.
11307 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
11309         * simple.el (kill-whole-line): Doc fix.
11310         (next-error-buffer-p, next-error-find-buffer)
11311         (clone-indirect-buffer): Fix typos in docstrings.
11312         (comment-line-break-function): Doc fix: don't say variable
11313         is automatically buffer-local (it isn't).
11315 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
11317         * net/tramp-ftp.el (top):
11318         * net/tramp-smb.el (top):
11319         * net/tramp-util.el (top):
11320         * net/tramp-uu.el (top):
11321         * net/tramp-vc.el (top):
11322         * net/tramp.el (top): Revert copyright years back to original
11323         ones.  Tramp has a life outside GNU Emacs.
11325 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
11327         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
11329 2005-06-18  Juri Linkov  <juri@jurta.org>
11331         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
11332         end of first regexp to limit the match to the position between
11333         line number and source line with same separator character as used
11334         between file name and line number.  In the second regexp limit
11335         mouse-face area to file name and line number by adding new group
11336         for them and referring it in HYPERLINK arg.
11337         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
11338         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
11339         previous line where grep markers may be already removed.
11341 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
11343         * progmodes/ps-mode.el: Update version and maintainer's email address.
11345 2005-06-18  Steve Youngs  <steve@xemacs.org>
11347         * net/browse-url.el (browse-url-browser-function)
11348         (browse-url-default-browser): Add firefox.
11349         (browse-url-firefox-program, browse-url-firefox-arguments)
11350         (browse-url-firefox-startup-arguments)
11351         (browse-url-firefox-new-window-is-tab): New defcustoms.
11352         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
11354 2005-06-17  Richard M. Stallman  <rms@gnu.org>
11356         * startup.el (command-line): Warn if specified user name has
11357         no home directory.
11359         * term.el (term-get-old-input, term-input-filter, term-input-sender)
11360         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
11362         * longlines.el (longlines-mode, longlines-show-hard-newlines):
11363         Doc fixes.
11365         * faces.el (underline): Try bold if terminal doesn't support underline.
11367         * mail/sendmail.el (mail-setup-with-from): New variable.
11368         (mail-insert-from-field): New function.
11369         (sendmail-send-it): Call it.
11370         (mail-setup): Optionally call it here.
11372         * term/linux.el: Call tty-no-underline.
11374 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
11376         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
11378 2005-06-17  Miles Bader  <miles@gnu.org>
11380         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
11381         (ediff-current-diff-C, ediff-current-diff-Ancestor)
11382         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
11383         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
11384         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
11385         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
11386         Remove "-face" suffix from face names.
11387         (ediff-current-diff-face-A, ediff-current-diff-face-B)
11388         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11389         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11390         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11391         (ediff-even-diff-face-A, ediff-even-diff-face-B)
11392         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11393         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11394         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11395         New backward-compatibility aliases for renamed faces.
11396         (ediff-current-diff-face-A, ediff-current-diff-face-B)
11397         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11398         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11399         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11400         (ediff-even-diff-face-A, ediff-even-diff-face-B)
11401         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11402         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11403         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11404         Use renamed ediff faces.
11406         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
11407         Remove "-face" suffix from face names.
11408         (eshell-test-ok-face, eshell-test-failed-face):
11409         New backward-compatibility aliases for renamed faces.
11410         (eshell-run-test): Use renamed eshell-test faces.
11412         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
11413         face name.
11414         (eshell-prompt-face): New backward-compatibility alias for renamed
11415         face.
11416         (eshell-emit-prompt): Use renamed eshell-prompt face.
11418         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
11419         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
11420         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
11421         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
11422         Remove "-face" suffix from face names.
11423         (eshell-ls-directory-face, eshell-ls-symlink-face)
11424         (eshell-ls-executable-face, eshell-ls-readonly-face)
11425         (eshell-ls-unreadable-face, eshell-ls-special-face)
11426         (eshell-ls-missing-face, eshell-ls-archive-face)
11427         (eshell-ls-backup-face, eshell-ls-product-face)
11428         (eshell-ls-clutter-face):
11429         New backward-compatibility aliases for renamed faces.
11430         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
11432         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
11433         Remove "-face" suffix from face name.
11434         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
11435         instead of literal face.
11437 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
11439         * emacs-lisp/warnings.el (display-warning, lwarn)
11440         (warning-minimum-log-level): Doc fixes.
11441         (warning-minimum-level, warning-minimum-log-level):
11442         Add :debug to :type choices.
11444         * progmodes/ada-mode.el (ada-format-paramlist)
11445         (ada-get-indent-case, ada-check-matching-start)
11446         (ada-check-defun-name, ada-goto-matching-decl-start)
11447         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
11448         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
11449         (ada-make-subprogram-body): Follow error conventions.
11450         (ada-case-exception-file, ada-indent-comment-as-code)
11451         (ada-indent-handle-comment-special, ada-indent-renames)
11452         (ada-indent-return, ada-search-directories-internal)
11453         (ada-tab-policy, ada-case-exception-substring)
11454         (ada-other-file-alist, ada-matching-start-re)
11455         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
11456         (ada-imenu-generic-expression, ada-compile-goto-error)
11457         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
11458         (ada-popup-menu, ada-add-extensions, ada-mode)
11459         (ada-region-selected, ada-create-case-exception)
11460         (ada-create-case-exception-substring, ada-after-keyword-p)
11461         (ada-activate-keys-for-case, ada-adjust-case-region)
11462         (ada-adjust-case-buffer, ada-format-paramlist)
11463         (ada-scan-paramlist, ada-insert-paramlist)
11464         (ada-indent-newline-indent)
11465         (ada-indent-newline-indent-conditional)
11466         (ada-justified-indent-current, ada-goto-previous-word)
11467         (ada-indent-current, ada-get-indent-open-paren)
11468         (ada-get-indent-paramlist, ada-get-indent-end)
11469         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
11470         (ada-get-indent-block-start, ada-get-indent-subprog)
11471         (ada-get-indent-noindent, ada-get-indent-label)
11472         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
11473         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
11474         (ada-goto-stmt-end, ada-goto-next-word)
11475         (ada-check-matching-start, ada-check-defun-name)
11476         (ada-goto-matching-decl-start, ada-goto-matching-start)
11477         (ada-goto-matching-end, ada-search-ignore-string-comment)
11478         (ada-in-decl-p, ada-looking-at-semi-or)
11479         (ada-looking-at-semi-private, ada-in-paramlist-p)
11480         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
11481         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
11482         (ada-next-procedure, ada-previous-procedure, ada-next-package)
11483         (ada-previous-package, ada-create-menu)
11484         (ada-fill-comment-paragraph-justify)
11485         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
11486         (ada-other-file-name, ada-last-which-function-line)
11487         (ada-last-which-function-subprog, ada-which-function)
11488         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
11489         (ada-gen-treat-proc, ada-check-emacs-version)
11490         (ada-continuation-indent, ada-align-region-separate):
11491         Fix typos in docstrings.
11492         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
11494 2005-06-16  Lute Kamstra  <lute@gnu.org>
11496         * simple.el (fundamental-mode): Run after-change-major-mode-hook
11497         conditionally.
11499 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11501         * comint.el (comint-replace-by-expanded-filename)
11502         (comint-prompt-regexp, comint-delimiter-argument-list)
11503         (comint-preinput-scroll-to-bottom):
11504         * info.el (Info-hide-cookies-node):
11505         * ls-lisp.el (ls-lisp-classify):
11506         * find-file.el (ff-search-directories, ff-special-constructs)
11507         (ff-find-other-file):
11508         * font-lock.el (font-lock-keywords):
11509         * shell.el (shell-prompt-pattern)
11510         (shell-dynamic-complete-functions, shell-mode)
11511         (shell-delimiter-argument-list):
11512         * term.el (term-replace-by-expanded-filename)
11513         (term-prompt-regexp, term-delimiter-argument-list):
11514         * woman.el (woman-ignore, woman0-if):
11515         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
11516         * emacs-lisp/elint.el (elint-init-env):
11517         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
11518         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
11519         * language/ethio-util.el (ethio-tilde-escape)
11520         (ethio-use-three-dot-question):
11521         * net/zone-mode.el (zone-mode-load-time-setup):
11522         * progmodes/cc-align.el (c-lineup-argcont):
11523         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
11524         * progmodes/cperl-mode.el (cperl-set-style-back):
11525         * progmodes/inf-lisp.el (inferior-lisp-prompt):
11526         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
11527         Fix spellings in docstrings.
11529         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
11530         * progmodes/modula2.el (m2-for): Fix spellings.
11532         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
11534         * simple.el (undo-more): Don't use `format' on `error' arguments.
11535         Improve argument/docstring consistency.
11536         (pending-undo-list): Doc fix.
11538         * smerge-mode.el (smerge-ensure-match):
11539         * emulation/vip.el (vip-ex):
11540         * net/zone-mode.el (zone-mode-update-serial):
11541         * progmodes/idlwave.el (idlwave-complete):
11542         * progmodes/vhdl-mode.el (vhdl-visit-file)
11543         (vhdl-compose-wire-components):
11544         Don't use `format' on `error' arguments.
11546         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
11547         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
11548         (tooltip-help-tips): Fix typos in docstrings.
11550 2005-06-16  David Ponce  <david@dponce.com>
11552         * tree-widget.el (tree-widget-value-create): Simplify last change.
11554 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
11556         * ido.el (ido-incomplete-regexp): New variable.
11557         (ido-set-matches-1): Handle invalid-regexp error and set
11558         ido-incomplete-regexp.
11559         (ido-incomplete-regexp): New face.
11560         (ido-completions): Use it.
11561         (ido-complete, ido-exit-minibuffer, ido-completions):
11562         Handle incomplete regexps.
11563         (ido-completions): Add check for complete match when entering a regexp.
11565 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11567         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
11569 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11571         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
11572         by field delimiters.
11574 2005-06-15  David Ponce  <david@dponce.com>
11576         * tree-widget.el: eval-and-compile inlined functions so they will
11577         be available at run-time too.
11578         (tree-widget-super-format-handler)
11579         (tree-widget-format-handler): Remove.
11580         (tree-widget-value-create): Handle the :indent property.
11582 2005-06-15  Miles Bader  <miles@gnu.org>
11584         * progmodes/which-func.el (which-func): Only inherit
11585         `font-lock-function-name-face' when that makes sense against the
11586         default mode-line face, otherwise set the face color explicitly.
11588         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
11589         faces instead of (non-existent) variables.
11591 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11593         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
11594         (iswitchb-get-matched-buffers): Likewise.  Simplify.
11596 2005-06-14  Miles Bader  <miles@gnu.org>
11598         * progmodes/ld-script.el (ld-script-location-counter):
11599         Remove "-face" suffix from face name.
11600         (ld-script-location-counter-face):
11601         New backward-compatibility alias for renamed face.
11602         (ld-script-location-counter-face): Use renamed face.
11604         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
11605         (cperl-hash): Remove "-face" suffix from face names.
11606         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
11607         New backward-compatibility aliases for renamed faces.
11608         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
11609         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
11611         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
11612         name.
11613         (which-func-face): New backward-compatibility alias for renamed face.
11614         (which-func-format): Use renamed which-func face.
11616         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
11617         (vhdl-function, vhdl-directive, vhdl-reserved-word)
11618         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
11619         names.
11620         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
11621         (vhdl-speedbar-configuration, vhdl-speedbar-package)
11622         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
11623         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
11624         (vhdl-speedbar-architecture-selected)
11625         (vhdl-speedbar-configuration-selected)
11626         (vhdl-speedbar-package-selected)
11627         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
11628         names.
11629         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
11630         Use renamed faces.
11631         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
11632         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
11633         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
11634         Use renamed faces.
11635         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
11636         names.
11637         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
11638         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
11639         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
11640         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
11641         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
11642         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
11644         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
11645         face name.
11646         (sh-heredoc-face): New backward-compatibility alias for renamed face.
11647         (sh-heredoc-face): Use renamed sh-heredoc face.
11649         * progmodes/idlw-help.el (idlwave-help-link):
11650         Remove "-face" suffix from face name.
11651         (idlwave-help-link-face):
11652         New backward-compatibility alias for renamed face.
11653         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
11655         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
11656         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
11657         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
11658         New backward-compatibility aliases for renamed faces.
11659         (idlwave-shell-disabled-breakpoint-face)
11660         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
11662         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11663         Remove "-face" suffix from face names.
11664         (flymake-errline-face, flymake-warnline-face):
11665         New backward-compatibility aliases for renamed faces.
11666         (flymake-highlight-line): Use renamed flymake faces.
11668         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11669         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
11670         (ebrowse-member-class, ebrowse-progress):
11671         Remove "-face" suffix from face names.
11672         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11673         (ebrowse-file-name-face, ebrowse-default-face)
11674         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11675         (ebrowse-progress-face):
11676         New backward-compatibility aliases for renamed faces.
11677         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
11678         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
11679         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
11680         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
11682         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
11683         antlr-syntax)
11684         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
11685         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
11686         names.
11687         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
11688         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
11689         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
11690         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
11691         backward-compatibility aliases for renamed faces.
11692         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
11693         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
11694         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
11695         remove "font-lock-".  Use renamed antlr-mode faces.
11696         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
11697         literal face-names with face variable references.
11699         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
11700         face name.
11701         (Buffer-menu-buffer-face): New backward-compatibility alias for
11702         renamed face.
11703         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
11705 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
11707         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
11708         Eliminate "-face" suffix.
11709         (makefile-targets): Inherit from font-lock-function-name-face and
11710         eliminate "-face" suffix.
11711         (makefile-shell): Remove attributes and eliminate "-face" suffix.
11712         (makefile-*-font-lock-keywords): Append makefile-targets in rule
11713         actions, instead of prepending, to make it less visible.
11714         (makefile-previous-dependency, makefile-match-dependency):
11715         Don't match a target on a continuation line.
11717         * files.el (auto-mode-alist): Put Makefile in gmake mode.
11719 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
11721         * progmodes/gdb-ui.el (menu): Re-order menu items.
11722         (gdb-tooltip-print): Respect tooltip-use-echo-area.
11724         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
11725         Define in tooltip.el.
11726         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
11727         (gud-tooltip-tips): Respect tooltip-use-echo-area and
11728         gud-tooltip-echo-area.
11730         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
11731         backward compatibility and make obsolete.
11732         (tooltip-help-tips): Use tooltip-use-echo-area.
11733         (tooltip-show-help-function): Rename to...
11734         (tooltip-show-help): ...this, because it is a function.
11735         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
11737 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
11739         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
11740         (edebug-print-length, edebug-print-level, edebug-print-circle)
11741         (edebug-modify-breakpoint, edebug-eval-last-sexp)
11742         (edebug-eval-print-last-sexp): Doc fixes.
11744 2005-06-14  Kim F. Storm  <storm@cua.dk>
11746         * ido.el (ido-mode): Make a new keymap every time we enable ido,
11747         as the coverage buffer/file/both may change.
11749 2005-06-14  Lute Kamstra  <lute@gnu.org>
11751         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
11752         and run-mode-hooks.  Simplify.
11754         * mail/rmailedit.el (rmail-edit-mode):
11755         * progmodes/octave-inf.el (inferior-octave-mode):
11756         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11758         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11759         and run-mode-hooks.
11760         (recentf-edit-list, recentf-open-files): Don't call
11761         kill-all-local-variables directly.
11763         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11765 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11767         * emacs-lisp/byte-run.el (make-obsolete)
11768         (define-obsolete-function-alias): Rename arguments FUNCTION and
11769         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11770         (make-obsolete-variable, define-obsolete-variable-alias):
11771         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11772         respectively.
11774         * isearchb.el (isearchb-activate):
11775         * pcvs.el (cvs-mode):
11776         * ses.el (ses-load):
11777         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11778         * net/tramp.el (tramp-find-file-exists-command)
11779         (tramp-find-shell):
11780         * progmodes/ada-mode.el (ada-create-case-exception)
11781         (ada-create-case-exception-substring, ada-make-subprogram-body):
11782         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11783         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11784         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11785         * textmodes/org.el (org-promote, org-evaluate-time-range)
11786         (org-agenda-next-date-line, org-agenda-previous-date-line)
11787         (org-agenda-error, org-open-at-point, org-table-move-row)
11788         (org-format-table-table-html-using-table-generate-source)
11789         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11790         * textmodes/reftex.el (reftex-access-scan-info):
11791         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11792         (reftex-toc-promote-prepare): Follow error conventions.
11794         * diff-mode.el (diff-mode): Fix typo in docstring.
11796         * forms.el (forms--intuit-from-file): Fix reference to
11797         `forms-number-of-fields' in error message.
11798         (forms-print): Fix quoting in error message.
11800         * forms.el (forms-mode):
11801         * emulation/vi.el (vi-goto-insert-state):
11802         * progmodes/flymake.el (flymake-new-err-info)
11803         (flymake-start-syntax-check-for-current-buffer)
11804         (flymake-simple-cleanup):
11805         * eshell/esh-var.el (eshell/export):
11806         * progmodes/gud.el (xdb):
11807         * textmodes/flyspell.el (flyspell-incorrect-hook)
11808         (flyspell-maybe-correct-transposition)
11809         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11811 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
11813         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11814         minibuffer prompt.
11816 2005-06-13  Kim F. Storm  <storm@cua.dk>
11818         * subr.el (add-to-ordered-list): New defun.
11820         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11821         add cua--keymap-alist to emulation-mode-map-alists.
11823 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11825         * subr.el (complete-in-turn): New macro.
11826         (dynamic-completion-table, lazy-completion-table): Add debug info.
11828         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11829         in preference to face aliases.
11831         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11832         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11833         Remove unused vars `start' and `firstline'.
11834         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11835         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11837 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
11839         * cus-start.el (all): Don't complain about missing GTK-related
11840         variables, unless either `gtk' is boundp or this isn't a
11841         `windows-nt' build.
11843 2005-06-13  Lute Kamstra  <lute@gnu.org>
11845         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11846         run-mode-hooks.
11848         * ediff-mult.el (ediff-meta-mode):
11849         * ediff-util.el (ediff-mode): Use run-mode-hooks.
11851         * ledit.el (ledit-mode): Use delay-mode-hooks.
11853         * woman.el (woman-mode-line-format): Delete constant.
11854         (woman-mode-map): Initialize it properly.
11855         (woman-mode): Set mode-class property to special.
11856         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
11857         Set major-mode and mode-name.  Don't set mode-line-format directly.
11858         (Man-getpage-in-background): Don't reference woman-mode-line-format.
11860         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11861         string argument obsolete.
11863 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
11865         * textmodes/org.el (org-CUA-compatible): New option.
11866         (org-disputed-keys): New variable.
11867         (org-key): New function.
11868         (orgtbl-make-binding): Add docstring to the created function.
11869         (org-mode): Set paragraph start/separate regexps.
11870         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11871         (org-archive-location, org-archive-mark-done)
11872         (org-archive-stamp-time): New options.
11873         (org-archive-subtree): New command.
11874         (org-fill-paragraph): New function.
11875         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11876         (org-fake-empty-table-line): Function removed.
11877         (org-format-org-table-html): Do not create empty table lines at
11878         separator lines.  Improved table header treatment.
11879         (org-link-format): New option.
11880         (org-make-link): New function.
11881         (org-insert-link, org-store-link): Use org-make-link.
11882         (org-open-file): Quote file name for shell command, to allow
11883         spaces in file names.
11884         (org-link-regexp): Fix bug with mailto link.
11885         (org-link-maybe-angles-regexp, org-protected-link-regexp):
11886         New constants.
11887         (org-export-as-html): Deal with the optional angles around a link.
11888         Better treatment of file: links.
11889         (org-open-at-point): Replace @{ and @} with < and >.
11890         (org-run-mode-hooks): Function removed.
11891         (org-agenda-mode): No longer use `org-run-mode-hooks'.
11893 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
11895         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11896         MI command -data-list-register-values.
11897         (gdb-post-prompt): Indent properly.
11899 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
11901         * hilit-chg.el (highlight-changes-colors): Rename from
11902         `highlight-changes-colours'.
11903         (highlight-changes-colours): Keep as obsolete alias.
11904         (highlight-changes-face-list): Doc fix.
11905         (hilit-chg-make-list): Use `highlight-changes-colors'.
11907 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
11909         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11910         defun-prompt-regexp.
11912 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
11914         * loadup.el: Don't say we are dumping under 2 names on windows-nt
11915         and cygwin.
11917         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11918         Don't use an old loaddefs.el, as in Makefile.in.
11920 2005-06-12  Lute Kamstra  <lute@gnu.org>
11922         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11924         * man.el (Man-mode-map): Initialize it properly.
11925         (Man-mode): Set mode-class property to special.
11927         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11929 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11931         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11932         A newline is needed in the docstring there.
11934         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11935         Doc fixes.
11937 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11939         * printing.el: Doc fix.  The menubar is no more changed when printing
11940         is loaded, it only changes when pr-menu-bind or pr-update-menus is
11941         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
11942         (pr-version): New version number (6.8.4).
11943         (pr-menu-bind): New command.
11944         (pr-update-menus): Docstring and code fix.
11945         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11946         Docstring fix.
11947         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11948         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11950 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
11952         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11953         "Returns" to "return", document useful return values, etc.
11955 2005-06-11  Alan Mackenzie  <acm@muc.de>
11957         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11958         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11959         (adaptive-file-function): Minor amendment to doc-string.
11961 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11963         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11964         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11965         Fix :type--it is `integer', not `string'.
11967         * faces.el (modeline-highlight): Rename from (the erroneous)
11968         `modeline-higilight'.
11970 2005-06-11  Lute Kamstra  <lute@gnu.org>
11972         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11973         lisp-interaction-mode-map but make it the parent.
11974         (edebug-eval-mode): Use define-derived-mode.
11976 2005-06-11  Andreas Schwab  <schwab@suse.de>
11978         * bindings.el: Add binding of `ESC functionkey' for every
11979         `M-functionkey'.
11980         * hexl.el (hexl-mode-map): Likewise.
11982 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
11984         * progmodes/compile.el (compilation-error-regexp-alist-alist)
11985         [msft]: update regexp for newer msft compilers.
11987 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
11989         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11990         ATTLIST portions of included DTDs.
11991         (xml-parse-dtd): Eliminate use of inefficient match-data.
11993 2005-06-10  Miles Bader  <miles@gnu.org>
11995         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11996         (mpuz-text): Remove "-face" suffix from face names.
11997         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11998         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11999         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
12001         * play/gomoku.el (gomoku-O, gomoku-X):
12002         Remove "-face" suffix from face names.
12003         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
12004         New backward-compatibility aliases for renamed faces.
12005         (gomoku-font-lock-keywords): Use renamed gomoku faces.
12007 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
12009         * thumbs.el: Fixes for changes of 2005-06-09.
12010         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
12011         as a directory.
12012         (thumbs-thumbname): Remove directory separator from format string;
12013         `thumbs-thumbsdir' now returns a valid directory name.
12014         (thumbs-temp-dir): New defsubst.
12015         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
12016         Use it.
12018         * cus-edit.el (minibuffer):
12019         * files.el (make-backup-file-name-function):
12020         * filesets.el (filesets-external-viewers):
12021         * hilit-chg.el (highlight-changes-colours)
12022         (highlight-changes-face-list, highlight-changes-rotate-faces):
12023         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
12024         * kmacro.el (kmacro-call-macro):
12025         * log-edit.el (log-edit-changelog-full-paragraphs):
12026         * mouse.el (mouse-1-click-follows-link):
12027         * skeleton.el (skeleton-autowrap):
12028         * subr.el (insert-for-yank-1):
12029         * tempo.el (tempo-insert-region):
12030         * terminal.el (terminal-emulator):
12031         * time.el (display-time-mail-face):
12032         * vc.el (vc-annotate):
12033         * vcursor.el (vcursor-copy-line):
12034         * woman.el (woman-bold-headings, woman-ignore)
12035         (woman-default-faces, woman-monochrome-faces):
12036         * calendar/todo-mode.el (todo-insert-threshold):
12037         * emulation/pc-select.el (pc-select-selection-keys-only)
12038         (pc-selection-mode):
12039         * emulation/vip.el (vip-find-char-forward):
12040         * emulation/viper-cmd.el (viper-find-char-forward):
12041         * international/mule-cmds.el
12042         (select-safe-coding-system-accept-default-p)
12043         (input-method-exit-on-invalid-key):
12044         * international/mule-diag.el (describe-coding-system):
12045         * international/ucs-tables.el (unify-8859-on-encoding-mode):
12046         * net/browse-url.el (browse-url-xterm-program):
12047         * obsolete/lazy-lock.el (lazy-lock-mode):
12048         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
12049         (cperl-mode):
12050         * progmodes/cpp.el (cpp-face-light-name-list)
12051         (cpp-face-dark-name-list):
12052         * progmodes/delphi.el (delphi-newline-always-indents):
12053         Fix spellings in docstrings.
12055         * ido.el (ido-mode, ido-file-extensions-order)
12056         (ido-default-file-method, ido-default-buffer-method)
12057         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
12058         (ido-decorations, ido-read-file-name-as-directory-commands)
12059         (ido-read-file-name-non-ido, ido-work-directory-list)
12060         (ido-ignore-item-temp-list, ido-current-directory)
12061         (ido-magic-forward-char, ido-enter-find-file)
12062         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
12063         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
12065 2005-06-10  Lute Kamstra  <lute@gnu.org>
12067         * play/dunnet.el (dun-mode): Use define-derived-mode.
12068         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
12069         obsolete alias.
12071         * play/doctor.el (doctor-mode-map): Remove defvar.
12072         (doctor-mode): Use define-derived-mode.
12074         * mail/mspools.el (mspools-mode):
12075         * net/eudc-hotlist.el (eudc-hotlist-mode):
12076         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
12078 2005-06-10  Miles Bader  <miles@gnu.org>
12080         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12081         Remove "-face" suffix from face names.
12082         (flyspell-incorrect-face, flyspell-duplicate-face):
12083         New backward-compatibility aliases for renamed faces.
12084         (flyspell-mode-on, make-flyspell-overlay)
12085         (flyspell-highlight-incorrect-region)
12086         (flyspell-highlight-duplicate-region)
12087         (flyspell-display-next-corrections)
12088         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
12090         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
12091         from face name.
12092         (texinfo-heading-face): New backward-compatibility alias for
12093         renamed face.
12094         (texinfo-heading-face): Use renamed texinfo-heading face.
12096         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
12097         suffix from face names.
12098         (tex-math-face, tex-verbatim-face):
12099         New backward-compatibility aliases for renamed faces.
12100         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
12101         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
12102         literal face name.
12104         * textmodes/table.el (table-cell): Remove "-face" suffix from face
12105         name.
12106         (table-cell-face): New backward-compatibility alias for renamed face.
12107         (table--put-cell-face-property, table--update-cell-face):
12108         Use renamed table-cell face.
12110         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
12111         from face name.
12112         (sgml-namespace-face): New backward-compatibility alias for
12113         renamed face.
12114         (sgml-namespace-face): Use renamed sgml-namespace face.
12116         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
12117         (org-level-4, org-level-5, org-level-6, org-level-7)
12118         (org-level-8, org-warning, org-headline-done)
12119         (org-deadline-announce, org-scheduled-today)
12120         (org-scheduled-previously, org-link, org-done, org-table)
12121         (org-time-grid): Remove "-face" suffix from face names.
12122         (org-level-1-face, org-level-2-face, org-level-3-face)
12123         (org-level-4-face, org-level-5-face, org-level-6-face)
12124         (org-level-7-face, org-level-8-face, org-warning-face)
12125         (org-headline-done-face, org-deadline-announce-face)
12126         (org-scheduled-today-face, org-scheduled-previously-face)
12127         (org-link-face, org-done-face, org-table-face)
12128         (org-time-grid-face):
12129         New backward-compatibility aliases for renamed faces.
12130         (org-level-faces, org-set-font-lock-defaults, org-timeline)
12131         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
12132         (org-agenda-get-timestamps, org-agenda-get-scheduled)
12133         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
12135         * emulation/viper-init.el (viper-search, viper-replace-overlay)
12136         (viper-minibuffer-emacs, viper-minibuffer-insert)
12137         (viper-minibuffer-vi): Remove "-face" suffix from face names.
12138         (viper-search-face, viper-replace-overlay-face)
12139         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12140         (viper-minibuffer-vi-face):
12141         New backward-compatibility aliases for renamed faces.
12142         (viper-search-face, viper-replace-overlay-face)
12143         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12144         (viper-minibuffer-vi-face): Use renamed viper faces.
12146         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
12147         Remove "-face" suffix from face names.
12148         (testcover-nohits-face, testcover-1value-face):
12149         New backward-compatibility aliases for renamed faces.
12150         (testcover-mark): Use renamed testcover faces.
12152         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
12153         face name.
12154         (diary-button-face): New backward-compatibility alias for renamed face.
12155         (diary-entry): Use renamed diary-button face.
12157         * calendar/calendar.el (diary, calendar-today, holiday)
12158         (mark-visible-calendar-date): Remove "-face" suffix from face names.
12159         (diary-face, calendar-today-face, holiday-face):
12160         New backward-compatibility aliases for renamed faces.
12161         (eval-after-load "facemenu", diary-entry-marker)
12162         (calendar-today-marker, calendar-holiday-marker, diary-face):
12163         Use renamed calendar faces.
12165         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
12166         (compare-windows-face): New backward-compatibility alias for
12167         renamed face.
12168         (compare-windows-highlight): Use renamed compare-windows face.
12170         * strokes.el (strokes-char): Remove "-face" suffix from face name.
12171         (strokes-char-face): New backward-compatibility alias for renamed face.
12172         (strokes-encode-buffer): Use renamed strokes-char face.
12174         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
12175         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
12176         Remove "-face" suffix from face names.
12177         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12178         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12179         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
12180         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
12181         Use renamed pcvs faces.
12182         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
12183         * pcvs-defs.el (cvs-mode-map): Likewise.
12184         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
12186         * info.el (info-title-1, info-title-2, info-title-3)
12187         (info-title-4): Remove "-face" suffix from and downcase face names.
12188         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12189         (Info-title-4-face):
12190         New backward-compatibility aliases for renamed faces.
12191         (Info-fontify-node): Use renamed info faces.
12193         * hilit-chg.el (highlight-changes, highlight-changes-delete):
12194         Remove "-face" suffix from face names.
12195         (highlight-changes-face, highlight-changes-delete-face):
12196         New backward-compatibility aliases for renamed faces.
12197         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
12198         (hilit-chg-make-list): Use renamed highlight-changes faces.
12200         * generic-x.el (show-tabs-tab, show-tabs-space):
12201         Remove "-face" suffix from face names.
12202         (show-tabs-tab-face, show-tabs-space-face):
12203         New backward-compatibility aliases for renamed faces.
12204         (show-tabs-generic-mode-font-lock-defaults-1)
12205         (show-tabs-generic-mode-font-lock-defaults-2):
12206         Use renamed show-tabs faces.
12208         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
12209         (smerge-markers): Remove "-face" suffix from face names.
12210         (smerge-mine-face, smerge-other-face, smerge-base-face)
12211         (smerge-markers-face):
12212         New backward-compatibility aliases for renamed faces.
12213         (smerge-mine-face, smerge-other-face, smerge-base-face)
12214         (smerge-markers-face): Use renamed smerge faces.
12216         * log-view.el (log-view-file, log-view-message): Remove "-face"
12217         suffix from face names.
12218         (log-view-file-face, log-view-message-face):
12219         New backward-compatibility aliases for renamed faces.
12220         (log-view-file-face, log-view-message-face): Use renamed log-view
12221         faces.
12223         * paren.el (show-paren-match, show-paren-mismatch):
12224         Remove "-face" suffix from face names.
12225         (show-paren-match-face, show-paren-mismatch-face):
12226         New backward-compatibility aliases for renamed faces.
12227         (show-paren-function): Use renamed show-paren faces.
12229         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
12230         (ruler-mode-margins, ruler-mode-fringes)
12231         (ruler-mode-column-number, ruler-mode-fill-column)
12232         (ruler-mode-comment-column, ruler-mode-goal-column)
12233         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
12234         suffix from face names.
12235         (ruler-mode-default-face, ruler-mode-pad-face)
12236         (ruler-mode-margins-face, ruler-mode-fringes-face)
12237         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
12238         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
12239         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
12240         New backward-compatibility aliases for renamed faces.
12241         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
12242         (ruler-mode-column-number, ruler-mode-fill-column)
12243         (ruler-mode-comment-column, ruler-mode-goal-column)
12244         (ruler-mode-tab-stop, ruler-mode-current-column)
12245         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
12246         faces.
12248         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
12249         face name.
12250         (whitespace-highlight-the-space): Use renamed face.
12251         (whitespace-highlight-face): New backward-compatibility alias for
12252         renamed face.
12254         * woman.el (woman-italic, woman-bold, woman-unknown)
12255         (woman-addition, woman-symbol-face):
12256         Remove "-face" suffix from face names.
12257         (woman-italic-face, woman-bold-face, woman-unknown-face)
12258         (woman-addition-face):
12259         New backward-compatibility aliases for renamed faces.
12260         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
12261         (woman-decode-region, woman-replace-match)
12262         (woman-display-extended-fonts, woman-special-characters)
12263         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
12264         Use renamed woman faces.
12266         * longlines.el (longlines-visible-face): Face removed.
12268         * diff-mode.el (diff-header, diff-file-header, diff-index)
12269         (diff-hunk-header, diff-removed, diff-added, diff-changed)
12270         (diff-function, diff-context, diff-nonexistent): Remove "-face"
12271         suffix from face names.
12272         (diff-header-face, diff-file-header-face, diff-index-face)
12273         (diff-hunk-header-face, diff-removed-face, diff-added-face)
12274         (diff-changed-face, diff-function-face, diff-context-face)
12275         (diff-nonexistent-face): New backward-compatibility aliases for
12276         renamed faces.
12277         (diff-header-face, diff-file-header-face)
12278         (diff-index, diff-index-face, diff-hunk-header)
12279         (diff-hunk-header-face, diff-removed, diff-removed-face)
12280         (diff-added, diff-added-face, diff-changed-face, diff-function)
12281         (diff-function-face, diff-context-face, diff-nonexistent)
12282         (diff-nonexistent-face): Use renamed diff-mode faces.
12284         * progmodes/compile.el (compilation-warning-face)
12285         (compilation-info-face): Remove "-face" suffix from face names.
12286         (compilation-warning-face, compilation-info-face):
12287         New backward-compatibility aliases for renamed faces.
12288         (compilation-warning-face, compilation-info-face):
12289         Use renamed compilation faces.
12291         * add-log.el (change-log-date, change-log-name)
12292         (change-log-email, change-log-file, change-log-list)
12293         (change-log-conditionals, change-log-function)
12294         (change-log-acknowledgement): Remove "-face" suffix from face names.
12295         (change-log-date-face, change-log-name-face)
12296         (change-log-email-face, change-log-file-face)
12297         (change-log-list-face, change-log-conditionals-face)
12298         (change-log-function-face, change-log-acknowledgement-face):
12299         New backward-compatibility aliases for renamed faces.
12300         (change-log-font-lock-keywords): Use renamed change-log faces.
12302         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
12303         (custom-set, custom-changed, custom-saved, custom-button)
12304         (custom-button-pressed, custom-documentation, custom-state)
12305         (custom-comment, custom-comment-tag, custom-variable-tag)
12306         (custom-variable-button, custom-face-tag, custom-group-tag-1)
12307         (custom-group-tag): Remove "-face" suffix from face names.
12308         (custom-magic-alist, custom-magic-value-create)
12309         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
12310         (custom-invalid-face, custom-rogue-face, custom-modified-face)
12311         (custom-set-face, custom-changed-face, custom-saved-face)
12312         (custom-button-face, custom-button-pressed-face)
12313         (custom-documentation-face, custom-state-face)
12314         (custom-comment-face, custom-comment-tag-face)
12315         (custom-variable-tag-face, custom-variable-button-face)
12316         (custom-face-tag-face, custom-group-tag-face-1)
12317         (custom-group-tag-face):
12318         New backward-compatibility aliases for renamed faces.
12320         * wid-edit.el (widget-documentation, widget-button)
12321         (widget-field, widget-single-line-field, widget-inactive)
12322         (widget-button-pressed): "-face" suffix removed from face names.
12323         (widget-documentation-face, widget-button-face)
12324         (widget-field-face, widget-single-line-field-face)
12325         (widget-inactive-face, widget-button-pressed-face):
12326         New backward-compatibility aliases for renamed faces.
12327         (widget-documentation-face, widget-button-face)
12328         (widget-button-pressed-face, widget-specify-field)
12329         (widget-specify-inactive): Use renamed widget faces.
12331 2005-06-10  Kenichi Handa  <handa@m17n.org>
12333         * term/x-win.el (x-clipboard-yank): Remove condition-case
12334         wrapping.
12336 2005-06-11  Kenichi Handa  <handa@m17n.org>
12338         * add-log.el (change-log-font-lock-keywords): Make the regexp for
12339         date lines stricter.
12341 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
12343         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
12344         of x-get-selection.
12346 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
12348         * comint.el (comint-mode, comint-snapshot-last-prompt):
12349         * frame.el (frame-current-scroll-bars):
12350         * term.el (term-mode, term-check-proc, term-input-sender)
12351         (term-simple-send, term-extract-string, term-word)
12352         (term-match-partial-filename):
12353         * window.el (window-current-scroll-bars):
12354         * emulation/cua-base.el (cua-normal-cursor-color)
12355         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
12356         (cua-global-mark-cursor-color):
12357         * mail/undigest.el (rmail-forward-separator-regex):
12358         Fix typos in docstrings.
12360         * comint.el (comint-check-proc, make-comint-in-buffer)
12361         (comint-source-default): Doc fixes.
12363         * term.el (term-send-string): Improve argument/docstring consistency.
12365 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
12367         * comint.el (comint-send-input): Bind `inhibit-read-only' around
12368         call to `delete-region'.
12369         (comint-mode-hook): Do not enable Font Lock by default.
12371 2005-06-09  Lute Kamstra  <lute@gnu.org>
12373         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
12374         could be void.
12376 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12378         * emacs-lisp/debug.el (debugger-will-be-back): New var.
12379         (debug): Use it.
12380         (debugger-step-through, debugger-continue, debugger-jump)
12381         (debugger-return-value): Set it when needed.
12382         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
12383         Use inhibit-read-only.
12385 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
12387         * window.el (shrink-window-if-larger-than-buffer)
12388         (window-size-fixed): Fix typo in docstring.
12390         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
12391         thumbnails directory on loading.
12392         (thumbs-conversion-program): Use `eq' to check the system type,
12393         not `equal'.
12394         (thumbs-temp-dir): Initialize to `temporary-file-directory',
12395         not "/tmp".  Fix docstring.
12396         (thumbs-thumbsdir): New function to return the thumbnails
12397         directory, creating it if needed.
12398         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
12399         (thumbs-temp-file): Delete variable and make it into a function.
12400         (thumbs-resize-image, thumbs-modify-image): Use it.
12401         (thumbs-kill-buffer): Simplify.
12402         (thumbs-gensym): Defalias or duplicate CL `gensym'.
12403         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
12404         docstrings.
12406 2005-06-09  Kim F. Storm  <storm@cua.dk>
12408         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
12409         set-match-data to free markers in match-data.
12411         * replace.el (replace-match-data): Pass RESEAT arg `t' to
12412         match-data to unchain markers in match-data.
12414 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12416         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
12417         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
12418         unnecessary now.
12420 2005-06-08  Richard M. Stallman  <rms@gnu.org>
12422         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
12423         give the variable a doc string that doesn't say don't set it directly.
12425         * textmodes/ispell.el (ispell-check-version):
12426         Use match-string-no-properties.
12427         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
12428         (ispell-buffer-local-words): Likewise.
12430         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
12431         except on terminals with enough colors to really display it.
12432         (makefile-dependency-regex): Delete spurious `bb'.
12434         * faces.el (escape-glyph): Use blue once again in last case.
12435         (no-break-space): Redefine so that it isn't invisible on a tty.
12437 2005-06-08  Kim F. Storm  <storm@cua.dk>
12439         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
12440         also when reading directory name.
12442 2005-06-08  Lute Kamstra  <lute@gnu.org>
12444         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
12445         (flyspell-mode-line-string): Remove autoload cookie.
12446         (flyspell-mode): Remove defvar.
12448 2005-06-07  Lute Kamstra  <lute@gnu.org>
12450         * textmodes/org.el (org-run-mode-hooks): New function.
12451         (org-agenda-mode): Use it.
12453 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
12455         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
12457 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12459         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
12461 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
12463         * font-lock.el (font-lock-add-keywords): Doc fix.
12465 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12467         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
12468         (tex-compile-default): In the absence of any history, use the order in
12469         tex-compile-alist to choose the preferred command.
12470         (tex-compile-commands): Reorder a bit.
12472         * textmodes/flyspell.el (flyspell-auto-correct-binding)
12473         (flyspell-incorrect-face, flyspell-duplicate-face):
12474         Use (X)Emacs-agnostic code.
12475         (flyspell-mode-map): Don't overwrite at each load.  Remove code
12476         redundant with the subsequent add-minor-mode.  Merge Emacs and
12477         XEmacs code.
12478         (flyspell-word): Minor simplification.
12479         (flyspell-math-tex-command-p): Quieten the byte-compiler.
12480         (flyspell-external-point-words): Remove unused vars `size' and `start'.
12481         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
12482         Merge the corresponding Emacs code.
12483         (flyspell-correct-word, flyspell-xemacs-popup):
12484         Use flyspell-do-correct.
12486         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
12487         a dedicated window.
12489         * international/latexenc.el (latexenc-find-file-coding-system):
12490         Undo part of last patch, to turn off a compiler warning.
12492 2005-06-06  Juri Linkov  <juri@jurta.org>
12494         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
12495         Rename `tmm-inactive-face' to `tmm-inactive'.
12497 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
12499         * iswitchb.el: Rename faces.
12501 2005-06-06  Kim F. Storm  <storm@cua.dk>
12503         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
12504         (cua-global-mark): Remove -face suffix from face names.
12506         * emulation/cua-gmrk.el (cua--init-global-mark):
12507         Remove cua-global-mark face setup.
12509 2005-06-06  Richard M. Stallman  <rms@gnu.org>
12511         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12512         just like other allowed characters.
12513         (makefile-match-dependency): Exclude leading and training whitespace
12514         from the range of regexp subexp 1.
12515         (makefile-macroassign-regex): Don't try to match the body,
12516         just the name of the macro being defined.
12518         * info.el (Info-read-node-name-2): New function.
12519         (Info-read-node-name-1): Use that.
12520         Add a completion-base-size-function property.
12522         * simple.el (completion-setup-function): Look for
12523         completion-base-size-function property of minibuffer-completion-table.
12525         * files.el (locate-file-completion): Doc fix.
12527         * printing.el: Don't call pr-update-menus; user must do that.
12529         * emacs-lisp/debug.el (debugger-window): New variable.
12530         (debug): Use debugger-window if it is set and still alive.
12531         Record debugger-window for next entry.
12533         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
12535 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
12537         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
12538         (hack-one-local-variable, hack-local-variables)
12539         (hack-local-variables-prop-line): Pass that arg.
12541 2005-06-06  Kim F. Storm  <storm@cua.dk>
12543         * ido.el (ido-first-match, ido-only-match, ido-subdir)
12544         (ido-indicator): Remove -face suffix from face names.
12546 2005-06-06  Juri Linkov  <juri@jurta.org>
12548         * font-lock.el (font-lock-regexp-backslash)
12549         (font-lock-regexp-backslash-construct): New faces.
12550         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
12551         after `('.  Add `while-no-input' to control structures.
12553         * faces.el (no-break-space, shadow): New faces.
12554         (escape-glyph): Use less loud colors pink2 and red4.
12556         * diff-mode.el (diff-context-face)
12557         * dired.el (dired-ignored)
12558         * rfn-eshadow.el (file-name-shadow)
12559         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
12561         * info.el (Info-title-1-face): Use green instead of yellow because
12562         bold yellow is not readable on light backgrounds.
12564         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
12565         before selecting the desired mode to not spend time fontifying
12566         old contents.
12568 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
12570         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
12571         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
12573         * ps-print.el (ps-default-fg, ps-default-bg):
12574         Fix typos in docstrings.
12576         * isearchb.el (isearchb): Don't pass a spurious second argument to
12577         `iswitchb-completions'.
12579 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
12581         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
12582         to preserve point.
12583         (gdb-find-file-hook): Add doc string.
12585         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
12586         C dereferenced pointer expression.
12587         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
12589         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
12591         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
12592         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
12593         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
12594         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
12595         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
12596         Make background transparent.
12598 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12600         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
12601         (font-lock-remove-keywords): Doc fix.
12602         (font-lock-mode-major-mode): Compiler defvar.
12603         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
12605         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
12606         (font-lock-mode): Update `font-lock-mode-major-mode'.
12607         (font-lock-set-defaults): Compiler defvar.
12608         (font-lock-default-function): Take `font-lock-mode-major-mode'
12609         into account.
12611         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
12612         keep track of which major mode it enabled the minor mode for.
12613         Use find-file-hook again.  Update docstring.
12615         * simple.el (eval-expression-print-level)
12616         (eval-expression-print-length, eval-expression-debug-on-error):
12617         Doc fixes.
12619 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
12621         * iswitchb.el (iswitchb-single-match-face)
12622         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
12623         (iswitchb-invalid-regexp-face): New faces.
12624         (iswitchb-completions): Use them.
12625         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
12626         now marked as an obsolete alias.
12627         (iswitchb-read-buffer): Remove check for bound font variables.
12628         (iswitchb-invalid-regexp): New free variable.
12629         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
12630         set iswitchb-invalid-regexp.
12631         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
12632         invalid regexps.
12633         (iswitchb-completions): Add check for complete match when entering
12634         a regexp.
12635         (iswitchb-completions): Remove require-match argument.
12636         (iswitchb-exhibit): Fix caller.
12637         (iswitchb-common-match-inserted): New variable.
12638         (iswitchb-complete, iswitchb-completion-help): Use it.
12640 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
12642         * url-http.el (url-http-chunked-encoding-after-change-function):
12643         Use `url-http-debug' instead of `message'.
12645 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
12647         * url-http.el (url-http-parse-headers): Pass redirected URL as a
12648         callback argument.
12650 2005-06-04  Kim F. Storm  <storm@cua.dk>
12652         * simple.el (line-move): Only call sit-for when moving backwards.
12654         * ido.el (ido-make-merged-file-list-1): New defun split from
12655         ido-make-merged-file-list.
12656         (ido-make-merged-file-list): Bind throw-on-input around call to
12657         ido-make-merged-file-list-1.  Return input-pending-p if
12658         interrupted by more input available.
12659         (ido-read-internal): Handle input-pending-p return value from
12660         ido-make-merged-file-list.
12662 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12664         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
12665         compatibility code.
12667         * international/latexenc.el (latexenc-find-file-coding-system):
12668         Don't inherit the EOL part of the coding-system from the
12669         tex-main buffer.  Fit within 80 columns.
12671 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
12673         * tmm.el (tmm-inactive-face): New face.
12674         (tmm-remove-inactive-mouse-face): New function.
12675         (tmm-prompt, tmm-add-one-shortcut)
12676         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
12677         but not selectable.
12679 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
12681         * faces.el (face-equal): Improve argument/docstring consistency.
12683 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
12685         * progmodes/make-mode.el (makefile-targets-face)
12686         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
12687         (makefile-bsdmake-dependency-regex)
12688         (makefile-makepp-rule-action-regex)
12689         (makefile-bsdmake-rule-action-regex): New constants.
12690         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
12692         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12693         Allow (...) within `...' for makepp messages.
12695 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
12697         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
12699         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
12700         "." files are deleted from all file lists before comparison.
12702         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12703         (viper-ESC-key): Made them customizable.
12705         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
12707 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
12709         * autorevert.el (auto-revert-buffers): Use save-match-data.
12711 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12713         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
12714         menu items with a nil command binding.
12716 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
12718         * emacs-lisp/cl-macs.el (defsetf):
12719         Improve argument/docstring consistency.
12721         * faces.el (list-faces-display): Improve the formatting by
12722         computing the maximum length required for any face-name (reworked
12723         patch of 1999-01-11, accidentally deleted on 1999-07-21).
12724         (internal-find-face): Remove redundant info in docstring.
12726 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
12728         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
12729         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
12730         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
12731         (gdb-assembler-custom): Improve regexps.
12732         (def-gdb-auto-update-handler): Use window point to preserve point.
12734 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12736         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
12738 2005-05-31  Jay Belanger  <belanger@truman.edu>
12740         * calc/calc-embed.el (calc-embedded-word): Change argument passed
12741         to calc-embedded.
12742         (calc-embedded-make-info): Have plain prefix argument select
12743         entire line.
12745 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
12747         * faces.el (list-faces-display): Signal error if passed a regexp
12748         that matches no face name.
12750         * simple.el (filter-buffer-substring): Fix typo in docstring.
12752 2005-05-31  Richard M. Stallman  <rms@gnu.org>
12754         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
12755         (vhdl-emacs-21): Doc fix.
12756         (vhdl-mode): Unconditionally set comment-padding.
12757         (vhdl-fixup-whitespace-region): Insert spaces only where
12758         there are none.
12759         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12761 2005-05-30  John Wiegley  <johnw@newartisans.com>
12763         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12764         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12765         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12766         `directory-sep-char' to ?/, and all uses of `string-to-int' to
12767         `string-to-number'.
12769 2005-05-30  Jay Belanger  <belanger@truman.edu>
12771         * calc/calc.el (calc-bug-address): Fix docstring.
12772         (calc-window-hook, calc-trail-window-hook): New variables.
12773         (calc-trail-display): Restore use of calc-trail-window-hook.
12774         (calc): Restore use of calc-window-hook.
12776 2005-05-31  Masatake YAMATO  <jet@gyve.org>
12778         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12780         * help-fns.el (help-C-file-name): Add autoload mark for
12781         `find-function-noselect'.
12783 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12785         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12786         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12788 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12790         * calendar/diary-lib.el (mark-included-diary-files): Only kill
12791         included diary buffer if it was not already being visited.
12792         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12794         * calendar/icalendar.el (top-level): Do not require appt.
12796         * mail/supercite.el (sc-select-attribution): Only use a list
12797         element from sc-attrib-selection-list if it returns a string.
12798         Reported by Davide G. M. Salvetti <salve@debian.org>.
12800 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
12802         * thumbs.el (thumbs-thumbname): The resulting thumbname now
12803         includes a hash value to improve its uniqueness, and has a ".jpg"
12804         extension.  Also, it is now a valid filename on all systems.
12805         (thumbs-make-thumb): Use `let', not `let*'.
12806         (thumbs-show-thumbs-list): Check for JPEG availability.
12808 2005-05-30  Richard M. Stallman  <rms@gnu.org>
12810         * filesets.el (filesets-menu-ensure-use-cached):
12811         Prevent warning when emacs-version>= is undefined.
12813         * printing.el (pr-interactive-n-up): Use string-to-number.
12815         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12817         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12818         Warn only when name to be defined is quoted.
12820 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
12822         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12823         Make regexp more robust.
12824         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12825         Force regeneration of disassembly.
12827 2005-05-29  Jay Belanger  <belanger@truman.edu>
12829         * calc/calc.el (calc-user-invocation): Check if
12830         calc-invocation-macro is non-nil.
12832 2005-05-29  Juri Linkov  <juri@jurta.org>
12834         * add-log.el (change-log-font-lock-keywords):
12835         Add `+' to e-mail regexp to accept mail address with keywords.
12837         * man.el (Man-name-regexp): Add `:' to accept qualified names.
12839 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
12841         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12843         * ielm.el (inferior-emacs-lisp-mode): Ditto.
12845 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12847         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12848         Undo the change that moves to end of the current word.
12850 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12852         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12853         Throw error when count <= 0 to ensure input is a number.
12854         (gdb-read-memory-custom): Pick up address from buffer.
12855         (gdb-memory-mode): Allow user to increment and decrement
12856         memory address from header line.
12858 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12860         * flyspell.el (flyspell-version): Function deleted.
12861         (flyspell-auto-correct-previous-hook): Doc fix.
12863         * jit-lock.el (jit-lock-function, jit-lock-after-change):
12864         Do nothing if memory is full.
12866         * font-lock.el (font-lock-fontify-syntactically-region):
12867         Pass t for GREEDY to looking-back.
12869         * saveplace.el (save-place-alist-to-file): Write the file
12870         using write-region.
12872         * subr.el (looking-back): New argument GREEDY.
12874         * progmodes/compile.el (compilation-start): Set the mode
12875         before inserting the initial text.
12877         * progmodes/which-func.el (which-func-update-1): Turn the mode
12878         off in case of error by setting which-func-mode.
12880 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
12882         * flyspell.el (flyspell-auto-correct-previous-word):
12883         Narrow down to what's on the screen, and recenter overlays
12884         at the end of the next word.
12886 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
12888         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12889         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12890         (flyspell-abbrev-p): Default to nil.
12891         (flyspell-use-global-abbrev-table-p): Doc fix.
12892         (flyspell-large-region): Allow nil as value.
12893         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12895         (mail-mode-flyspell-verify): More robust handling
12896         of `mail-header-separator'.  More efficient signature detection.
12897         Allow for regexp metacharacters in message-header-separator.
12898         Adding `To' not to be checked in mail-mode-flyspell-verify.
12900         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12901         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12902         Bind flyspell-auto-correct-binding.
12903         Bind C-. and C-, .
12904         (flyspell-mode-map): Likewise.
12905         (flyspell-mode): Doc fix.
12906         (flyspell-accept-buffer-local-defs): Preserve current buffer.
12907         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12908         (flyspell-word-cache-result): New var, always local.
12909         (flyspell-check-pre-word-p): Doc fix.
12910         (flyspell-check-changed-word-p): Handle spc like newline.
12911         (flyspell-post-command-hook): Set flyspell-word-cache-result.
12912         (flyspell-word-search-backward, flyspell-word-search-forward):
12913         New functions.
12914         (flyspell-word): Return t if nothing to check.
12915         When parsing TeX code, check for after } or \.
12916         Use flyspell-word-search-backward to find previous word.
12917         Return nil if duplicated word.
12918         For word already checked, return same value as last time.
12919         Set flyspell-word-cache-result after checking.
12920         Don't clobber the return value.
12921         (flyspell-get-word): Major rewrite.
12922         (flyspell-external-point-words): New locals pword, pcount.
12923         Fix size used in progress message.
12924         Find the proper corresponding word in flyspell-large-region-buffer.
12925         (flyspell-region): Check for flyspell-large-region = nil.
12926         (flyspell-highlight-incorrect-region): Clean up overlays in region.
12927         (flyspell-auto-correct-word): Check that WORD is a cons.
12928         (flyspell-correct-word): Likewise.
12930 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
12932         * progmodes/make-mode.el (makefile-rule-action-regex)
12933         (makefile-macroassign-regex, makefile-makepp-mode)
12934         (makefile-bsdmake-mode): Continuation lines may be empty.
12935         Reported by Joshua Varner.
12936         (makefile-makepp-font-lock-keywords): Add $(stem).
12938 2005-05-28  Karl Berry  <karl@gnu.org>
12940         * textmodes/tex-mode.el: Now that tex-send-command calls
12941         shell-quote-argument (2005-03-31 change), remove all calls to
12942         shell-quote-argument; they all end up invoking tex-send-command.
12943         The double quoting loses on filenames with non-safe characters,
12944         such as "@".  Reported by Frederik Fouvry.
12946 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12948         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12949         about preserving point.
12951 2005-05-27  Jay Belanger  <belanger@truman.edu>
12953         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12954         Info-goto-node.
12956         * calc/calc-embed.el (calc-embed-arg): New variable.
12957         (calc-do-embedded-activate, calc-embedded-activate-formula)
12958         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12959         variable by new variable.
12960         (calc-embedded-make-info): Replace undeclared variable by new
12961         variable.  When selecting region with positive prefix
12962         argument, use end of previous line instead of beginning of line.
12964         * calc/calc-aent.el (calc-arg-values): Declare it.
12966         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12967         Declare them.
12969         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12971         * calc/calc.el (calc-alg-map): Declare it.
12973         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12975 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
12977         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12978         (gdb-registers-buffer, toggle-gdb-all-registers):
12979         Toggle display of floating point registers.
12980         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12982         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
12983         (toggle-gud-tooltip-dereference):
12984         Rename from gud-toggle-tooltip-dereference.
12986 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12988         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12990 2005-05-27  Jay Belanger  <belanger@truman.edu>
12992         * calc/calc-prog.el (calc-kbd-report): Remove.
12993         (calc-kbd-query): Rewrite.
12995 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
12997         * image.el (image-library-alist): Move to image.c.
12998         (image-type-available-p): Doc fix.
13000 2005-05-27  Lute Kamstra  <lute@gnu.org>
13002         * calc/calc.el (calc):
13003         * outline.el (outline-1, outline-2, outline-3, outline-4)
13004         (outline-5, outline-6, outline-7, outline-8):
13005         * textmodes/dns-mode.el (dns-mode):
13006         * textmodes/sgml-mode.el (sgml-namespace-face):
13007         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
13008         (tex-verbatim-face, tex-use-reftex):
13009         * textmodes/texinfo.el (texinfo-heading-face):
13010         Specify customization group.
13012         * longlines.el: Don't require easy-mmode.
13013         (longlines-visible-face): Specify customization group.
13015 2005-05-27  Kenichi Handa  <handa@m17n.org>
13017         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
13018         encoding table of windows-1251.
13020         * international/ucs-tables.el (ucs-set-table-for-input):
13021         If translation-table-for-input of a coding system is a symbol, get
13022         its translation-table property.
13024         * international/code-pages.el: Don't register a coding system into
13025         non-iso-charset-alist more than once.
13026         (cp-make-coding-system): Likewise.
13028 2005-05-26  John Wiegley  <johnw@newartisans.com>
13030         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
13031         `eshell-resume-eval' is wrapped in a list, it indicates that the
13032         command was run asynchronously.  In that case, unwrap the value
13033         before checking the delimiter value.
13035         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
13036         character before a space at the end of a line is \, assume the space
13037         is part of the last argument rather than a final argument separator.
13039         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
13040         is in use, and the target is `t' or `nil' (which are the most common
13041         values), don't assume that the symbol target is a buffer.
13043 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13045         * calendar/calendar.el (calendar-mode-line-format):
13046         Use mode-line-highlight as mouse-face.
13048         * time.el (display-time-string-forms, display-time-update):
13049         Use mode-line-highlight as mouse-face.
13051 2005-05-26  Jay Belanger  <belanger@truman.edu>
13053         * calc/calc.el (calc-language-alist): Remove extra defvar.
13055 2005-05-26  Lute Kamstra  <lute@gnu.org>
13057         * arc-mode.el (archive-mode):
13058         * bookmark.el (bookmark-read-annotation-mode)
13059         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
13060         * bs.el (bs-mode):
13061         * calc/calc-yank.el (calc-edit-mode):
13062         * calc/calc.el (calc-mode, calc-trail-mode):
13063         * calculator.el (calculator-mode):
13064         * chistory.el (command-history-mode):
13065         * comint.el:
13066         * cus-edit.el (custom-mode):
13067         * descr-text.el (describe-text-mode):
13068         * ebuff-menu.el (Electric-buffer-menu-mode):
13069         * ediff-util.el (ediff-mode):
13070         * emacs-lisp/re-builder.el (reb-mode):
13071         * emulation/vi.el (vi-mode-setup):
13072         * emulation/ws-mode.el (wordstar-mode):
13073         * eshell/esh-mode.el (eshell-mode):
13074         * forms.el (forms-mode):
13075         * help-mode.el (help-mode):
13076         * hexl.el (hexl-mode):
13077         * ibuffer.el (ibuffer-mode):
13078         * ielm.el (inferior-emacs-lisp-mode):
13079         * info.el (Info-mode, Info-edit-mode):
13080         * international/swedish.el:
13081         * ledit.el (ledit-from-lisp-mode):
13082         * locate.el (locate-mode):
13083         * mail/rmail.el (rmail-mode):
13084         * mail/rmailedit.el (rmail-edit-mode):
13085         * mail/rmailsum.el (rmail-summary-mode):
13086         * mail/supercite.el (sc-electric-mode):
13087         * net/eudc.el (eudc-mode):
13088         * net/quickurl.el (quickurl-list-mode):
13089         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
13090         * obsolete/ooutline.el (outline-mode):
13091         * obsolete/options.el (Edit-options-mode):
13092         * obsolete/rnews.el (news-mode):
13093         * obsolete/rnewspost.el (news-reply-mode):
13094         * play/5x5.el (5x5-mode):
13095         * play/decipher.el (decipher-mode, decipher-stats-mode):
13096         * play/gomoku.el (gomoku-mode):
13097         * play/snake.el (snake-mode):
13098         * play/solitaire.el (solitaire-mode):
13099         * play/tetris.el (tetris-mode):
13100         * progmodes/ada-mode.el (ada-mode):
13101         * progmodes/antlr-mode.el (antlr-mode):
13102         * progmodes/autoconf.el (autoconf-mode):
13103         * progmodes/dcl-mode.el (dcl-mode):
13104         * progmodes/delphi.el (delphi-mode):
13105         * progmodes/ebrowse.el (ebrowse-tree-mode)
13106         (ebrowse-electric-list-mode, ebrowse-member-mode)
13107         (ebrowse-electric-position-mode):
13108         * progmodes/f90.el (f90-mode):
13109         * progmodes/fortran.el (fortran-mode):
13110         * progmodes/icon.el (icon-mode):
13111         * progmodes/idlw-help.el (idlwave-help-mode):
13112         * progmodes/idlw-shell.el (idlwave-shell-mode):
13113         * progmodes/idlwave.el (idlwave-mode):
13114         * progmodes/inf-lisp.el (inferior-lisp-mode):
13115         * progmodes/m4-mode.el (m4-mode):
13116         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
13117         * progmodes/modula2.el (modula-2-mode):
13118         * progmodes/octave-inf.el (inferior-octave-mode):
13119         * progmodes/octave-mod.el (octave-mode):
13120         * progmodes/pascal.el (pascal-mode):
13121         * progmodes/sh-script.el (sh-mode):
13122         * progmodes/sql.el (sql-mode, sql-interactive-mode):
13123         * progmodes/vhdl-mode.el (vhdl-mode):
13124         * progmodes/xscheme.el (scheme-interaction-mode):
13125         * replace.el (occur-mode):
13126         * ses.el (ses-mode):
13127         * simple.el (completion-list-mode):
13128         * skeleton.el:
13129         * speedbar.el (speedbar-mode):
13130         * term.el (term-mode):
13131         * terminal.el (terminal-edit-mode):
13132         * textmodes/reftex-index.el (reftex-index-mode)
13133         (reftex-index-phrases-mode):
13134         * textmodes/reftex-sel.el (reftex-select-label-mode)
13135         (reftex-select-bib-mode):
13136         * textmodes/reftex-toc.el (reftex-toc-mode):
13137         * wdired.el (wdired-change-to-wdired-mode):
13138         * wid-browse.el (widget-browse-mode):
13139         Use run-mode-hooks.
13141         * array.el (array-mode):
13142         * calendar/todo-mode.el (todo-mode):
13143         * man.el (Man-mode):
13144         * play/landmark.el (lm-mode):
13145         * play/mpuz.el (mpuz-mode):
13146         Use kill-all-local-variables and run-mode-hooks.
13148         * subr.el (delay-mode-hooks): Specify indentation.
13150 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
13152         * xml.el (xml-substitute-special): Don't die for undefined xml
13153         entities.
13155 2005-05-26  Jay Belanger  <belanger@truman.edu>
13157         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
13158         of nil.
13160 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
13162         * progmodes/gdb-ui.el (gdb-frame-address):
13163         Rename from gdb-current-address.
13164         (gdb-previous-frame-address): Rename from gdb-previous-address.
13165         (gdb-selected-frame): Rename from gdb-current-frame.
13166         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
13167         (gdb-frame-number): Rename from gdb-current-stack-level.
13168         (gdb-ann3): Match new mode-name for disassembly buffer.
13169         Extend initialization of variables.
13170         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
13171         (gdb-memory-mode): Use mouse-face in header line.
13172         (gdb-assembler-buffer-name): Call it disassembly and give frame
13173         in mode line.
13174         (gdb-source-spec-regexp, gdb-assembler-custom)
13175         (gdb-invalidate-assembler, gdb-frame-handler):
13176         Make robust to leading zeroes in address format.
13178 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
13180         * textmodes/org.el (org-mode): Use `define-derived-mode' to
13181         define `org-mode'.
13182         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
13184 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13186         * log-edit.el (log-edit-changelog-entries): Distinguish between
13187         filenames like xfns.c and fns.c.
13189 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
13191         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
13192         point after reverting.
13193         (Buffer-menu-make-sort-button): Handle the case where
13194         `Buffer-menu-use-header-line' is nil.
13196 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
13198         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
13199         New funcs.  In minibuffer-local-completion-map bind `]', `/'
13200         and `:' to them.
13202 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13204         * startup.el (normal-top-level): Allow modification of load-path while
13205         we're iterating over it.
13207 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
13209         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
13210         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
13211         (thumbs-resize-interactive, thumbs-insert-image)
13212         (thumbs-insert-thumb, thumbs-dired-show-marked)
13213         (thumbs-find-image-at-point, thumbs-delete-images)
13214         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
13215         (thumbs-increment-image-size, thumbs-decrement-image-size):
13216         Fix typos in docstrings.
13218 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
13220         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
13221         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
13222         (cperl-mode): Use them.
13224 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
13226         * window.el (quit-window, shrink-window-if-larger-than-buffer):
13227         Doc fixes.
13229 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
13231         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
13232         Bind C-d to gdb-inferior-io-eof.
13234         * dired.el (dired-dnd-popup-notice): Use message-box.
13236 2005-05-23  Masatake YAMATO  <jet@gyve.org>
13238         * bindings.el (mode-line-major-mode-keymap):
13239         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
13241         * faces.el (mode-line-highlight): New face.
13243         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
13244         as mouse-face.
13246         * bindings.el (top-level, help-echo, mode-line-modified)
13247         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
13248         as mouse-face.
13250 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
13252         * progmodes/cc-engine.el (c-guess-basic-syntax):
13253         Remove spurious call to `zerop'.
13255         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
13257 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
13259         CC Mode update to 5.30.10:
13261         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
13262         could go past the limit in decoration level 2, thereby causing
13263         errors during interactive fontification.
13265         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
13266         the file is evaluated interactively.
13268         * cc-engine.el (c-guess-basic-syntax): Handle operator
13269         declarations somewhat better in C++.
13271         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
13272         make use of `run-mode-hooks' which has been added in Emacs 21.1.
13273         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13274         (awk-mode): Use it.
13275         (make-local-hook): Suppress warning about obsoleteness.
13277         * cc-engine.el, cc-align.el, cc-cmds.el
13278         (c-append-backslashes-forward, c-delete-backslashes-forward)
13279         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
13280         Compensate for return value from `forward-line' when it has moved
13281         but not to a different line due to eob.
13283         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
13284         `objc-method-intro' and `objc-method-args-cont'.
13286 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
13288         CC Mode update to 5.30.10:
13290         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
13291         in the copyright statement.  Incidentally, change "along with GNU
13292         Emacs" to "along with this program" where it occurs.
13294         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
13295         so that it is interactive, hence can be found by M-x awk-mode
13296         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
13297         <gmorris+emacs@ast.cam.ac.uk>.
13299         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
13300         Mode's regexps.
13302 2005-05-23  Kevin Ryde  <user42@zip.com.au>
13304         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
13305         c-parse-state, to avoid a lisp error (on bad code).
13307 2005-05-23  Lute Kamstra  <lute@gnu.org>
13309         * subr.el (font-lock-defaults): Remove defvar as it's already
13310         defined in font-core.el.
13312         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
13314 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
13316         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
13317         more general and work when GDB variable "print pretty" is on,
13318         as with Emacs, for example.
13320 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
13322         * font-core.el: Update comment.
13324         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
13325         Use `after-change-major-mode-hook' instead of `find-file-hook'.
13327         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
13329 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
13331         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
13332         and `yank-handler' in the doc strings.
13334 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13336         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
13338 2005-05-22  Richard M. Stallman  <rms@gnu.org>
13340         * help.el (describe-key): Move print-help-return-message call
13341         out of conditional.
13343         * progmodes/etags.el (list-tags): Use with-no-warnings.
13345         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
13346         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
13347         (starttls-extra-args, starttls-extra-arguments): Add defvars.
13349         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
13351         * language/viet-util.el (viet-viscii-nonascii-translation-table):
13352         Add defvar.
13354         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
13355         Use defvar, not defconst.
13357         * hexl.el (hexl-follow-line): Use with-no-warnings.
13359         * emulation/tpu-extras.el: Use write-file-functions instead of
13360         write-file-hooks.
13362         * dired.el (dired-font-lock-keywords): Fontify files with junk
13363         extensions even if marked by -F.
13365 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
13367         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
13368         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
13369         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
13370         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
13371         (concatenate, list-length, get*, getf, cl-remprop):
13372         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
13373         (etypecase, progv, lexical-let, lexical-let*)
13374         (multiple-value-bind, multiple-value-setq, shiftf):
13375         Improve argument/docstring consistency.
13377         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
13379 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
13381         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
13382         doesn't exist.
13384         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
13385         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
13387 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
13389         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
13390         already deleted variables: auto-fill-hook, blink-paren-hook,
13391         lisp-indent-hook, inhibit-local-variables, unread-command-event,
13392         suspend-hooks, comment-indent-hook, meta-flag,
13393         before-change-function, after-change-function,
13394         font-lock-doc-string-face.
13396 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
13398         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13400 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
13402         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
13403         rmail-dont-reply-to.
13405 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13407         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
13408         literal blank when splitting new-header-values.
13410 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
13412         * calendar/cal-menu.el (cal-menu-update): Add separator as a
13413         string so that tmm doesn't create a completion entry for it.
13415         * textmodes/table.el (table-disable-menu): Ditto.
13417 2005-05-21  Richard M. Stallman  <rms@gnu.org>
13419         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
13421         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
13423         * net/rcompile.el (remote-compile): Use compilation-start.
13425         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
13427 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
13429         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
13430         Default to makefile-bsdmake-mode on BSD systems.
13432         * imenu.el (imenu-generic-expression, imenu--generic-function'):
13433         REGEXP may also be a search function now.  The part of doc-string
13434         for describing the structure was 95% identical to that of
13435         `imenu--generic-function'.  Unify it there.
13437         * progmodes/make-mode.el (makefile-imenu-generic-expression):
13438         Use function to find dependencies, because regexp alone is so complex,
13439         it easily goes into an endless loop.
13440         (makefile-makepp-mode): Also add submenu for Perl functions
13441         defined in the makefile.
13442         (makefile-bsdmake-mode): Special imenu-generic-expression no
13443         longer needed, due to function call.
13444         (makefile-match-dependency): Take BOUND into account when checking
13445         if we're through.
13447 2005-05-20  Jay Belanger  <belanger@truman.edu>
13449         * calc/calc-units.el (calc-invalidate-units-table):
13450         Use inhibit-read-only.
13451         (math-build-units-table-buffer): Use view-mode.
13453 2005-05-20  David Kastrup  <dak@gnu.org>
13455         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
13456         easy-menu-add is not a nop on Emacs; and clarify when to call it.
13458 2005-05-20  Lute Kamstra  <lute@gnu.org>
13460         * diff-mode.el (diff-header-face, diff-file-header-face)
13461         (diff-index-face, diff-hunk-header-face, diff-removed-face)
13462         (diff-added-face, diff-changed-face, diff-function-face)
13463         (diff-context-face, diff-nonexistent-face): Put them in the
13464         diff-mode customization group.
13466 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13468         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
13470         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
13472         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
13473         Minor regexp-optimization.
13475 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
13477         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
13478         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
13479         (org-agenda-add-time-grid-maybe): New function.
13480         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
13481         (org-table-create): `dotimes' instead of `mapcar'.
13482         (org-xor): Simplify implementation.
13483         (org-agenda): `inhibit-redisplay' turned on.
13484         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
13485         a consistent line after a state change.
13486         (org-agenda-remove-times-when-in-prefix): New option.
13487         (org-prefix-has-time): New variable.
13488         (org-parse-time-string): Optional argument NODEFAULT.
13489         (org-format-agenda-item): Parse items for time-of-day
13490         specifications and move these into the prefix if possible.
13491         (org-agenda-priority): Get current heading, not previous heading
13492         during agenda remote editing.
13494 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
13496         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
13497         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
13498         (remove-duplicates, delete-duplicates, substitute)
13499         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
13500         (nsubstitute-if-not, find, find-if, find-if-not, position)
13501         (position-if, position-if-not, count, count-if, count-if-not)
13502         (mismatch, search, sort*, stable-sort, merge, member*)
13503         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
13504         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
13505         (intersection, nintersection, set-difference, nset-difference)
13506         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
13507         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
13508         (nsublis, tree-equal): Improve argument/docstring consistency.
13510         * subr.el (send-string, send-region): Remove obsolescence declaration.
13511         (window-dot, set-window-dot, read-input, show-buffer)
13512         (eval-current-buffer, string-to-int):
13513         Add release number to obsolescence declarations.
13515 2005-05-19  Kim F. Storm  <storm@cua.dk>
13517         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
13518         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
13520 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
13522         * faces.el (list-faces-display): Make back button respect optional
13523         regexp arg.
13525 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
13527         * calculator.el (calculator-radix-grouping-mode)
13528         (calculator-radix-grouping-digits, calculator-displayer)
13529         (calculator-radix-grouping-separator, calculator-copy-displayer):
13530         * dabbrev.el (dabbrev-search-these-buffers-only):
13531         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
13532         (diff-advance-after-apply-hunk, diff-mode-hook)
13533         (diff-minor-mode-prefix):
13534         * imenu.el (imenu-use-popup-menu):
13535         * jit-lock.el (jit-lock-context-time):
13536         * newcomment.el (comment-fill-column, comment-column)
13537         (comment-style, comment-padding, comment-multi-line)
13538         (comment-empty-lines, comment-auto-fill-only-comments):
13539         * reveal.el (reveal-around-mark):
13540         * uniquify.el (uniquify-buffer-name-style)
13541         (uniquify-after-kill-buffer-p)
13542         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
13543         (uniquify-min-dir-content, uniquify-separator)
13544         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
13545         * w32-vars.el (w32-fixed-font-alist):
13546         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13547         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
13548         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
13549         * progmodes/perl-mode.el (perl-indent-level)
13550         (perl-continued-statement-offset, perl-continued-brace-offset)
13551         (perl-brace-offset, perl-brace-imaginary-offset)
13552         (perl-label-offset, perl-indent-continued-arguments)
13553         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
13554         * progmodes/tcl.el (tcl-indent-level)
13555         (tcl-continued-indent-level, tcl-auto-newline)
13556         (tcl-tab-always-indent, tcl-electric-hash-style)
13557         (tcl-help-directory-list, tcl-use-smart-word-finder)
13558         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
13559         (inferior-tcl-source-command):
13560         * textmodes/fill.el (enable-kinsoku):
13561         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
13562         * textmodes/table.el (table-yank-handler):
13563         Specify missing group (and type, if simple) in defcustom.
13565 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
13567         * progmodes/compile.el (compilation-finish-function): Fix defvar.
13569 2005-05-19  Richard M. Stallman  <rms@gnu.org>
13571         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
13573         * subr.el (event-basic-type): Don't get an error.
13574         (left-fringe-p): Function deleted.
13576         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
13577         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
13579         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
13580         in recursive copy.
13582         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
13584         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
13586         * emacs-lisp/bytecomp.el
13587         (byte-compile-file-form-custom-declare-variable):
13588         Call byte-compile-nogroup-warn if appropriate.
13590         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
13591         (compilation-set-window): Don't call left-fringe-p; do it directly.
13593 2005-05-19  Jay Belanger  <belanger@truman.edu>
13595         * calc/calc-graph.el (calc-graph-format-data): Make sure
13596         var-PlotRejects is bound before trying to check its value.
13598 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
13600         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
13601         definition of this variable from reftex-global.el to reftex.el,
13602         because it is needed in the menu.
13604 2005-05-19  Lute Kamstra  <lute@gnu.org>
13606         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
13607         years are fixed.  Don't insert a space after a dash.
13609 2005-05-19  Kim F. Storm  <storm@cua.dk>
13611         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
13613 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
13615         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
13616         strings, because (eq ... ?\\) is fairly frequent.
13618         * progmodes/make-mode.el (makefile-add-this-line-targets):
13619         Simplify and integrate into `makefile-pickup-targets'.
13620         (makefile-add-this-line-macro): Simplify and integrate into
13621         `makefile-pickup-macros.
13622         (makefile-pickup-filenames-as-targets): Simplify.
13623         (makefile-previous-dependency, makefile-match-dependency):
13624         Don't stumble over `::'.
13626 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
13628         * subr.el (post-command-idle-hook, post-command-idle-delay):
13629         Remove obsoletion of post-command-idle-hook and
13630         post-command-idle-delay.
13632         * faces.el (list-faces-display): Provide button when describe-face
13633         is called to take user back to the list of faces.
13635         * help-fns.el (describe-variable): Remove hyperlinks in a
13636         variable's value as these are quite frequently inappropriate.
13638         * follow.el (follow-submit-feedback, follow-mode):
13639         Remove references to post-command-idle-hook.
13641 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
13643         * progmodes/make-mode.el (makefile-previous-dependency)
13644         (makefile-match-dependency): Check for := (and in bsd mode also
13645         !=) to give a better result, even when font-lock is not on.
13647 2005-05-18  Jay Belanger  <belanger@truman.edu>
13649         * calc/calc-help.el (calc-s-prefix-help):
13650         Add `calc-copy-special-constant' to help string.
13652 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
13654         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13656 2005-05-18  Jay Belanger  <belanger@truman.edu>
13658         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
13659         in linear factors are in proper order.
13661 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
13663         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13664         Support for jurabib.
13666         * textmodes/reftex.el (featurep): Define aliases for overlay
13667         commands, for XEmacs compatibility, and use these aliases in
13668         overlay initializations.
13669         (reftex-highlight): Use `reftex-move-overlay'.
13670         (reftex-unhighlight): Use `reftex-delete-overlay'.
13671         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
13672         (reftex-access-search-path): Use `reftex-uniquify' instead of
13673         `reftex-uniq'
13675         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
13676         `before-string' property modification enables for Emacs as well.
13677         (reftex-select-item): Use `reftex-delete-overlay'.
13678         (reftex-select-mark): Use `reftex-make-overlay' and
13679         `reftex-overlay-put'.
13680         (reftex-select-unmark): Use `reftex-delete-overlay' and
13681         `reftex-overlay-put'.
13683 2005-05-18  Lute Kamstra  <lute@gnu.org>
13685         * emacs-lisp/lisp.el (check-parens): Fix docstring.
13687 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
13689         * add-log.el (add-change-log-entry):
13690         * array.el (array-make-template, array-reconfigure-rows)
13691         (array-init-max-row, array-init-max-column)
13692         (array-init-columns-per-line, array-init-field-width):
13693         * replace.el (replace-match-maybe-edit, perform-replace):
13694         * textmodes/spell.el (spell-region):
13695         Replace `read-input' by `read-string'.
13697         * forms.el (forms-mode):
13698         * finder.el (finder-compile-keywords):
13699         * shadowfile.el (shadow-read-files):
13700         Replace `eval-current-buffer' by `eval-buffer'.
13702         * terminal.el (te-pass-through):
13703         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
13704         (ange-ftp-raw-send-cmd):
13705         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
13706         (send-process-next-char, telnet-initial-filter, telnet):
13707         Replace `send-string' by `process-send-string'.
13709         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
13710         (prolog-consult-region): Replace `send-string' by
13711         `process-send-string'; replace `send-region' by `process-send-region'.
13713         * progmodes/delphi.el (delphi-log-msg):
13714         Replace `set-window-dot' by `set-window-point'.
13716         * subr.el (window-dot, set-window-dot, read-input, send-string)
13717         (send-region, show-buffer, eval-current-buffer):
13718         Make really obsolete, as the comment says.
13720 2005-05-17  Kim F. Storm  <storm@cua.dk>
13722         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
13723         (cua--init-keymaps): Bind C-return instead of S-return to set
13724         rectangle mark.
13726         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
13727         instead of S-return to toggle/clear rectangle mark.
13729 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
13731         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
13732         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
13733         Also fontify plain strings assigned to variables, mostly so that a
13734         colon has a face and is thus not taken as a dependency separator.
13735         (makefile-previous-dependency): Inline the new matcher, because it
13736         is too complex to work in both directions.
13737         (makefile-match-dependency): Eliminate `backward' arg (see above).
13738         Completely reimplemented so as to not sometimes go into an endless
13739         loop.  It should also be more efficient, because first it only
13740         searches for `:', instead of applying the very complex regexp.
13741         (makefile-mode): Cancel `font-lock-support-mode', because blocks
13742         to be fontified in one piece can be too long for JIT.
13743         Makefiles are never *that* big.
13745 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
13747         * dired.el (dired-mode): Simplify.
13749 2005-05-17  Lute Kamstra  <lute@gnu.org>
13751         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
13752         defcustom for the mode hook variable.
13754         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
13755         Emacs Lisp Reference Manual.
13757 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
13759         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13760         (evenp, list*):
13761         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13762         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13764         * net/tramp-smb.el (tramp-smb-open-connection):
13765         Pass `tramp-chunksize' as fifth (required) argument.
13767 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
13769         * font-lock.el (lisp-font-lock-keywords-1):
13770         Set `font-lock-negation-char-face' for [^...] char group.
13771         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13773         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13774         a var, and refine it to mask one more level of nested vars.
13775         (makefile-rule-action-regex): Turn it into a var, and refine it so
13776         it recognizes backslashed continuation lines as belonging to the
13777         same command.
13778         (makefile-macroassign-regex): Refine it so it recognizes
13779         backslashed continuation lines as belonging to the same command.
13780         (makefile-var-use-regex): Don't look at the next char, because it
13781         might be the same one to be skipped by the initial [^$], leading
13782         to an overlooked variable use.
13783         (makefile-make-font-lock-keywords): Remove two parameters, which
13784         are now variables that some of the modes set locally.
13785         Handle dependency and rule action matching through functions, because
13786         regexps alone match too often.  Dependency matching now comes
13787         last, so it can check, whether a colon already matched something else.
13788         (makefile-mode): Inform that font-lock improves makefile parsing
13789         capabilities.
13790         (makefile-match-dependency, makefile-match-action): New functions.
13792 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
13794         * emacs-lisp/cl-extra.el (equalp): Doc fix.
13796         * align.el (align-regexp):
13797         * ansi-color.el (ansi-color-get-face):
13798         * array.el (array-reconfigure-rows, array-init-max-row)
13799         (array-init-max-column, array-init-columns-per-line)
13800         (array-init-field-width):
13801         * dired-aux.el (dired-trample-file-versions):
13802         * dired-x.el (dired-mark-sexp):
13803         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13804         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13805         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13806         * faces.el (face-read-integer):
13807         * files.el (backup-extract-version, insert-directory):
13808         * hexl.el (hexl-insert-decimal-char):
13809         * server.el (server-process-filter):
13810         * shell.el (shell-extract-num):
13811         * startup.el (command-line-1):
13812         * term.el (term-command-hook):
13813         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13814         (time-stamp-do-number):
13815         * time.el (display-time-update):
13816         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13817         (timezone-fix-time):
13818         * vms-patch.el (vms-suspend-resume-hook):
13819         * calendar/appt.el (appt-convert-time):
13820         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13821         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13822         * calendar/cal-islam.el (mark-islamic-diary-entries):
13823         * calendar/calendar.el (calendar-cursor-to-date)
13824         (calendar-star-date):
13825         * calendar/diary-lib.el (diary-attrtype-convert)
13826         (mark-diary-entries, diary-entry-time):
13827         * calendar/solar.el (solar-get-number):
13828         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13829         * emacs-lisp/re-builder.el (reb-display-subexp):
13830         * emulation/edt.el (edt-set-scroll-margins):
13831         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13832         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13833         (vip-get-ex-count):
13834         * emulation/viper-ex.el (viper-get-ex-token)
13835         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13836         * international/fontset.el (fontset-plain-name):
13837         * mail/feedmail.el (feedmail-look-at-queue-directory):
13838         * mail/mailalias.el (mail-get-names):
13839         * mail/rmail.el (rmail-convert-to-babyl-format):
13840         * mail/rmailsum.el (rmail-make-basic-summary-line)
13841         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13842         (rmail-summary-goto-msg):
13843         * mail/smtpmail.el (smtpmail-read-response):
13844         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13845         (ange-ftp-vms-add-file-entry):
13846         * play/gametree.el (gametree-looking-at-ply)
13847         (gametree-current-branch-score):
13848         * progmodes/ada-xref.el (ada-prj-find-prj-file)
13849         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13850         * progmodes/cperl-mode.el (condition-case):
13851         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13852         (ebrowse-set-member-buffer-column-width)
13853         (ebrowse-select-1st-to-9nth):
13854         * progmodes/etags.el (etags-snarf-tag):
13855         * progmodes/flymake.el (flymake-parse-line):
13856         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13857         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13858         (idlwave-shell-menu-def):
13859         * progmodes/ps-mode.el (ps-run-goto-error):
13860         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13861         (vhdl-speedbar-contract-level):
13862         * term/mac-win.el (x-handle-numeric-switch):
13863         * term/sun-mouse.el (sun-get-frame-data):
13864         * term/w32-win.el (x-handle-numeric-switch):
13865         * term/x-win.el (x-handle-numeric-switch):
13866         * textmodes/ispell.el (ispell-parse-output):
13867         * textmodes/nroff-mode.el (nroff-outline-level):
13868         * textmodes/reftex-cite.el (reftex-bib-sort-year)
13869         (reftex-bib-sort-year-reverse, reftex-format-citation):
13870         * textmodes/reftex-parse.el (reftex-init-section-numbers)
13871         (reftex-section-number):
13872         * textmodes/texinfmt.el (texinfo-paragraphindent):
13873         Replace `string-to-int' by `string-to-number'.
13875         * international/latexenc.el: Add page marker to force the "Local
13876         Variables:" string out of the last page.
13878 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13880         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13881         tooltip-change-major-mode.
13882         (gud-tooltip-print-command): Remove case where gud-minor-mode
13883         is gdb ("--fullname").
13884         (gud-tooltip-tips): Turn GUD tooltips off for this case and
13885         explain to user.
13887 2005-05-16  Jay Belanger  <belanger@truman.edu>
13889         * calc/calc-store.el (calc-copy-special-constant): New function.
13891         * calc/calc-ext.el (calc-init-extensions): Add binding for
13892         `calc-copy-special-constant'.
13894         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13895         for the `calc-copy-special-constant' command.
13897 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13899         * subr.el (left-fringe-p): New function.
13901         * progmodes/compile.el (compilation-setup): Set local value of
13902         overlay-arrow-string to "" always.
13903         (compilation-set-window): Left fringe then don't scroll.
13904         No left fringe then no arrow and scroll message to top.
13905         (compilation-context-lines): Adjust doc string accordingly.
13907 2005-05-16  Kim F. Storm  <storm@cua.dk>
13909         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13910         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13911         (ido-wide-find-dir-or-delete-dir): New command for M-d.
13912         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
13913         (ido-read-file-name): Handle commands with ido property value
13914         equal to find-file as reading a file name, to allow C-d to enter dired.
13915         (ibuffer-find-file): Add ido property with value find-file.
13917 2005-05-15  Kim F. Storm  <storm@cua.dk>
13919         * subr.el (open-network-stream-nowait): Remove.
13920         (open-network-stream-server): Remove.
13922 2005-05-15  Richard M. Stallman  <rms@gnu.org>
13924         * faces.el (describe-face): Output a definition link button.
13926         * help-mode.el (help-face-def): New button type.
13928         * emacs-lisp/copyright.el (copyright-fix-years):
13929         Match properly if the first year is 2-digit.
13930         Don't mess up the whitespace after the years by filling.
13932         * dired-aux.el (dired-mark-confirm):
13933         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13935         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13936         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13937         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13939         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13940         Set font-lock-comment-start-skip.
13942         * font-lock.el (font-lock-comment-start-skip): New variable.
13943         (font-lock-comment-end-skip): New variable.
13944         (font-lock-fontify-syntactically-region): Use them if non-nil.
13946 2005-05-15  Jay Belanger  <belanger@truman.edu>
13948         * calc/calc-store.el (calc-store-value): Return a string rather
13949         than display it as a message.
13950         Use calc-var-name for variable name.
13951         (calc-store-into): Add the result of calc-store-value to message.
13952         (calc-copy-variable): Add a message.
13953         (calc-store-exchange): Improve error messages.
13954         (calc-store-binary, calc-store-map): Don't reset the values of
13955         special constants.
13957 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
13959         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13960         manual to docstring.
13962         * files.el (hack-local-variables-confirm): Add STRING argument.
13963         Make the function handle non file visiting buffers correctly.
13964         (hack-local-variables-prop-line, hack-local-variables)
13965         (hack-one-local-variable): Use STRING arg of
13966         `hack-local-variables-confirm'.
13968 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
13970         Sync with Tramp 2.0.49.
13972         * net/tramp.el (tramp-handle-dired-call-process)
13973         (tramp-handle-insert-directory):`insert-buffer' cannot be used
13974         because the contents of the Tramp buffer is changed before
13975         insertion (`expand-file' and alike).
13976         (tramp-handle-insert-directory): If `localname' has an empty
13977         nondirectory name, it must not be quoted.
13978         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
13979         variable `tramp-chunksize'.  Change callees.
13980         (tramp-open-connection-setup-interactive-shell): Check remote host
13981         for buggy `send-process-string' implementation.
13982         Set `tramp-chunksize' if found.  Reported by Michael Kifer
13983         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13984         (tramp-handle-shell-command): `insert-buffer' cannot be used
13985         because the contents of the Tramp buffer is changed before
13986         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13987         <frederic.bothamy@free.fr>.
13988         (tramp-set-auto-save): Actions should be done for Tramp file name
13989         handler only.  Ange-FTP has its own auto-save mechanism.
13990         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13991         (tramp-set-auto-save-file-modes): Set file modes of
13992         `buffer-auto-save-file-name' to ?\600 as fallback solution.
13993         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13994         (tramp-bug): Remove obsolete variable.
13995         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
13996         for presence of `mml-mode'.  Make it running for older Emacsen as well.
13998 2005-05-14  John Paul Wallington  <jpw@pobox.com>
14000         * ibuf-ext.el (define-ibuffer-filter filename):
14001         If `dired-directory' is a list, use its car.
14003 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
14005         * ibuffer.el (define-ibuffer-column filename):
14006         If `dired-directory' is a list, use its car.
14008 2005-05-14  Richard M. Stallman  <rms@gnu.org>
14010         * subr.el (symbol-file): Doc fix.
14012         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
14013         (byte-compile-form): Call byte-compile-nogroup-warn.
14014         (byte-compile-warning-types): Doc fix.
14016         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
14018         * progmodes/cc-engine.el (c-literal-faces):
14019         Add font-lock-comment-delimiter-face.
14021         * net/net-utils.el (dig): Use with-no-warnings.
14023         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
14024         (sc-recite-frame-alist, sc-default-cite-frame)
14025         (sc-default-uncite-frame, sc-default-recite-frame)
14026         (sc-attrib-selection-list, sc-rewrite-header-list):
14027         Mark as risky-local-variable.
14029         * international/ogonek.el (ogonek-jak, ogonek-how):
14030         Don't use beginning-of-buffer.
14032         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
14034         * calendar/solar.el (solar-data-list): Move definition up.
14036         * dnd.el (dnd-protocol-alist): Add autoload.
14038         * progmodes/sh-script.el: Many doc usage fixes.
14039         (sh-indent-after-do): Change default to match common styles.
14041 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
14043         * files.el (interpreter-mode-alist)
14044         (auto-mode-interpreter-regexp): Doc fixes.
14046 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
14048         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
14050         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
14052 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14054         * dired.el (dired-mode): make-variable-buffer-local =>
14055         make-local-variable.
14057 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14059         * term/mac-win.el (mac-select-convert-to-string): Try coding
14060         systems in mac-script-code-coding-systems if specified one cannot
14061         encode string for `com.apple.traditional-mac-plain-text'.
14063 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
14065         * progmodes/make-mode.el (makefile-targets-face)
14066         (makefile-shell-face, makefile-makepp-perl-face): New faces.
14067         (makefile-dependency-regex): Fix it to not make the colon in
14068         $(var:a=b) special.
14069         (makefile-rule-action-regex): New regexp for highlighting embedded
14070         Shell strings.
14071         (makefile-macroassign-regex): Handle != for highlighting as
14072         embedded Shell strings.
14073         (makefile-var-use-regex): New const.
14074         (makefile-statements, makefile-automake-statements)
14075         (makefile-gmake-statements, makefile-makepp-statements)
14076         (makefile-bsdmake-statements): New consts.
14077         (makefile-make-font-lock-keywords): New function.
14078         (makefile-automake-font-lock-keywords)
14079         (makefile-gmake-font-lock-keywords)
14080         (makefile-makepp-font-lock-keywords)
14081         (makefile-bsdmake-font-lock-keywords): New consts.
14082         (makefile-mode-map): Add switchers between the various submodes.
14083         (makefile-mode): Document the availability of the variants.
14084         (makefile-automake-mode, makefile-gmake-mode)
14085         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
14087         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
14088         new variants of makefile-mode.
14090 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14092         * font-lock.el (font-lock-comment-delimiter-face): Fix up
14093         the inheritance.
14095 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
14097         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
14098         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
14100         * files.el (normal-mode): Extend the scope of the
14101         `enable-local-variables' binding to include the `set-auto-mode' call.
14102         (magic-mode-alist): Doc fix.
14104 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14106         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
14107         font-lock-comment-face rather than copying its setting.
14109 2005-05-12  Andreas Schwab  <schwab@suse.de>
14111         * eshell/esh-mode.el (eshell-send-input): Doc fix.
14113 2005-05-12  Lute Kamstra  <lute@gnu.org>
14115         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
14116         defcustom for the mode hook variable.  Delete the last argument.
14117         * generic-x.el: Fix callers of define-generic-mode.
14118         (generic-x-modes): Delete group.
14119         (show-tabs-tab-face, show-tabs-space-face): Put them in the
14120         generic-x customization group.
14122 2005-05-12  Kim F. Storm  <storm@cua.dk>
14124         * font-lock.el (font-lock-negation-char-face): Default to "off".
14126         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
14127         font-lock-negation-char-face to ! in !=.
14129 2005-05-12  Masatake YAMATO  <jet@gyve.org>
14131         * add-log.el (find-change-log): Fix typos in the docstring
14132         of function.
14134 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14136         * international/latexenc.el (latexenc-find-file-coding-system):
14137         Avoid `re-search-forward' when looking for input encoding because
14138         of speed and safety.  Better regular expressions for recognizing
14139         input encoding.  Limit a search for TeX-master/tex-main-file to
14140         the local variable section.
14142 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
14144         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
14145         syntax of $ to "'" (quote).
14147 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
14149         * dnd.el (dnd-protocol-alist): Improve custom type.
14151         * dired.el (dired-dnd-protocol-alist): New variable.
14152         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
14153         `dired-mode-hook' to the end.
14155 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14157         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
14158         comment-end if comment-start-skip is not set.
14159         Obey the font-lock-comment-delimiter-face variables.
14161 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14163         * files.el (executable-find): Move from executable.el.  Use
14164         locate-file.
14165         * progmodes/executable.el (executable-find): Move to files.el.
14167         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
14168         when trying to ensure forward progress.
14170 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
14172         * mouse-sel.el (mouse-sel-follow-link-p): New function.
14173         (mouse-select, mouse-select-internal, mouse-extend-internal):
14174         Use it to implement mouse-1-click-follows-link functionality.
14176 2005-05-11  Richard M. Stallman  <rms@gnu.org>
14178         * font-lock.el (font-lock-fontify-syntactically-region):
14179         Use font-lock-comment-delimiter-face for comment delimiters.
14181 2005-05-10  Jay Belanger  <belanger@truman.edu>
14183         * calc/calc-help.el (calc-m-prefix-help): Add mention of
14184         preserving embedded modes.
14186 2005-05-10  Richard M. Stallman  <rms@gnu.org>
14188         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
14190         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
14191         Move from ada-stmt.el.
14192         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
14194         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
14195         Move to ada-mode.el.
14196         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
14198         * cus-edit.el (custom-file): Call file-chase-links.
14200         * files.el (read-directory-name): Fix previous change.
14201         (hack-local-variables-confirm): New function.
14202         (hack-local-variables-prop-line, hack-local-variables)
14203         (hack-one-local-variable): Use it.
14205 2005-05-10  Lute Kamstra  <lute@gnu.org>
14207         * font-lock.el (font-lock-keywords-alist)
14208         (font-lock-removed-keywords-alist): Clarify docstrings.
14210 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
14212         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
14213         (gdb-source-info): Check for preprocessor info.
14214         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
14215         a macro for a function.
14216         (gdb-info-breakpoints-custom): Try to find file again if not already
14217         found (user might have used GDB dir command).
14218         (gdb-get-location): Update gdb-location-alist correctly for change
14219         to gdb-info-breakpoints-custom.
14221         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
14222         (gud-tooltip-print-command): Add gdbmi case.
14223         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
14224         preprocessor info.
14226 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
14228         * startup.el (fancy-splash-insert): Fix typo in doc string.
14230 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
14232         * obsolete/float.el (string-to-float):
14233         * obsolete/hilit19.el (hilit-add-pattern):
14234         * obsolete/rnews.el (news-parse-range, news-select-message)
14235         (news-get-pruned-list-of-files): Replace `string-to-int' by
14236         `string-to-number'.
14238         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
14239         `find-file-not-found-hooks'; use `add-hook'.
14240         (uncompress-while-visiting): Set `write-file-functions', not
14241         `write-file-hooks'; use `add-hook'.
14243 2005-05-09  Kim F. Storm  <storm@cua.dk>
14245         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
14246         (cua-paste): Handle clipboard action.
14247         (cua--init-keymaps): Remap clipboard-kill-region and
14248         clipboard-kill-ring-save.
14250 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
14252         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14253         Improve commentary.
14255         * simple.el (next-error-overlay-arrow-position): Revert the change
14256         made on 2005-04-30.
14258 2005-05-07  Jay Belanger  <belanger@truman.edu>
14260         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
14261         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
14262         `calc-sel-reselect'.
14264         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
14265         Calc is in embedded mode.
14267 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
14269         * progmodes/compile.el (compilation-setup):
14270         Set overlay-arrow-string to an empty string on text terminals.
14272         * textmodes/ispell.el (ispell-program-name): Try looking for
14273         "aspell" along exec-path, and if found, use it as the default
14274         speller program.
14276 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
14278         * international/mule.el (sgml-xml-auto-coding-function):
14279         Recognize encoding='FOO' in single quotes as well as in double quotes.
14281 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14283         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
14284         as well as `interactive', so that defmacro* would recognize
14285         `declare' forms.
14287 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
14289         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14290         Explain more about the LIGHTER arg's usage in the doc string.
14291         Add commentary to clarify what the code does.  Fix the regexp that
14292         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
14293         since it could have characters special to regular expressions.
14295 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14297         * replace.el (occur-1): Bind inhibit-read-only so that
14298         erase-buffer doesn't barf on read-only text properties (likewise
14299         for add-text-properties in occur-engine).  Mark buffer as unmodified.
14300         (occur-engine): Don't set buffer-read-only here.
14302 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14304         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
14305         list-buffers-directory.  This caused the *cvs-commit* buffer to be
14306         sometimes mistakenly reused as a *cvs* buffer.
14308 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
14310         * tooltip.el: Move code for GUD tooltips into gud.el.
14311         (require): CL no longer needed to compile case.
14312         (tooltip-mode): Do not toggle functions for GUD tooltips.
14313         (tooltip-gud-tips-p): Remove.  Replace with minor mode
14314         gud-tooltip-mode in gud.el.
14315         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
14316         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
14317         tooltip-gud prefix with gud-tooltip and obsolete.
14318         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
14319         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
14320         (tooltip-mouse-motion): Mouse movement functions/variable.
14321         Rename in gud.el by adding gud prefix.
14322         (tooltip-gud-original-filter, tooltip-gud-dereference)
14323         (tooltip-gud-event, tooltip-toggle-gud-tips)
14324         (tooltip-gud-process-output, tooltip-gud-print-command)
14325         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
14326         gud.el by replacing tooltip-gud prefix with gud-tooltip.
14327         (gdb-tooltip-print): Move to gdb-ui.el.
14329         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
14330         (require): CL needed to compile case.
14331         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
14332         tooltip-gud-tips-p.  Make it a minor-mode.
14333         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
14334         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
14335         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
14336         (gud-tooltip-change-major-mode)
14337         (gud-tooltip-activate-mouse-motions-if-enabled)
14338         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
14339         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
14340         (gud-tooltip-original-filter, gud-tooltip-dereference)
14341         (gud-tooltip-event, tooltip-toggle-gud-tips)
14342         (gud-tooltip-process-output, gud-tooltip-print-command)
14343         (gud-tooltip-tips): Move from tooltip.el.
14345         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
14346         (gdb-cpp-define-alist-flags): Doc fix.
14347         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
14348         gud-tooltip-mode is t.
14350 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14352         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
14353         evaporate if their text is deleted.
14354         (goto-address-at-point): Make it work as a mouse binding as well.
14355         (goto-address-at-mouse): Obsolete it.  Update users.
14357 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
14359         * calendar/appt.el (top-level): No longer activate on load.
14361 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
14363         * calendar/cal-bahai.el (mark-bahai-diary-entries):
14364         * net/webjump.el (webjump):
14365         * progmodes/idlw-help.el (idlwave-do-context-help1)
14366         (idlwave-highlight-linked-completions):
14367         * textmodes/po.el (po-find-file-coding-system-guts):
14368         Replace `assoc-ignore-case' by `assoc-string'.
14370 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
14372         * files.el (locate-file): Doc fix.
14374         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
14375         Remove the redundant test for ms-dos.
14377         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
14378         look for the preprocessor with exec-suffixes.  If not found in
14379         standard places, look in exec-path.  Remove most of the tests that
14380         used system-type.
14382         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
14384         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
14386         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
14387         file-name clash with jka-compr.el on 8+3 filesystems.
14389 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14391         * term/mac-win.el: Don't define or bind scroll bar functions if
14392         x-toolkit-scroll-bars is t.
14393         (x-select-text, x-get-selection-value): Clear
14394         x-last-selected-text-clipboard if x-select-enable-clipboard is
14395         nil.
14396         (PRIMARY): Put mac-scrap-name property.
14397         (mac-select-convert-to-file-url): New function.
14398         (public.file-url): New selection target type.  Add to
14399         selection-converter-alist.
14400         (x-get-selection, x-selection-value): Handle it.
14401         (x-cut-buffer-or-selection-value): New alias.
14403 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14405         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
14406         entry to avoid calling bibtex-find-entry with arg global
14407         being t.  Remove arg key.
14408         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
14409         (bibtex-copy-summary-as-kill): Change accordingly.
14411 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14413         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
14414         (org-agenda-date-later): Use with-current-buffer.
14416 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
14418         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
14419         (define-obsolete-variable-alias): Doc Fixes.
14421 2005-05-06  Kim F. Storm  <storm@cua.dk>
14423         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
14424         vertical-motion when selective-display is active.
14426         * ido.el (ido-setup-hook): New hook.
14427         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
14428         (ido-input-stack): New var.
14429         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
14430         ido-next-work-file binding to M-O.
14431         Bind M-f to ido-wide-find-file-or-pop-dir.
14432         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
14433         (ido-read-internal): Run ido-setup-hook.
14434         Catch quit in read-file-name and read-string to cancel edit.
14435         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
14436         Automatically pop-all when completing a directory name (RET).
14437         (ido-file-internal): Add with-no-warnings around ffap and dired code.
14438         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
14439         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
14440         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
14441         New functions for M-b/M-f to move among the directory components.
14442         (ido-make-merged-file-list): Catch quit to cancel merge.
14443         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
14444         (ido-completion-help): No warnings for ido-completion-buffer-full.
14446 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
14448         * font-lock.el (font-lock-negation-char-face): New face and variable.
14449         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
14450         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
14451         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
14452         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
14454 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
14456         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
14457         Fix typo in docstring.
14459         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
14460         (ebrowse-print-statistics-line)
14461         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
14463         * term/w32-win.el (image-library-alist): Add additional name for
14464         Xpm library.
14466 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
14468         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
14469         use gcc instead of cpp.
14471         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
14472         (gdb-create-define-alist): Use it.
14473         (gdb-cpp-define-alist-program): Update for MS-DOS.
14475 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
14477         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
14479 2005-05-04  Richard M. Stallman  <rms@gnu.org>
14481         * help.el (describe-key): No error when UNTRANSLATED is nil.
14483         * simple.el (line-move-1): Fix previous change to signal errors
14484         appropriately.
14486 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
14488         * calendar/icalendar.el (icalendar-version): Now at 0.12.
14489         (icalendar-duration-correction): Remove.
14490         (icalendar--get-event-properties): Split result at commas.
14491         (icalendar--decode-isoduration): New optional argument
14492         DURATION-CORRECTION.
14493         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
14494         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
14495         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
14496         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
14497         (icalendar--convert-anniversary-to-ical): New functions, extracted
14498         from icalendar-export-region, with bug fixes.
14499         (icalendar-export-region): Use the above functions.
14500         (icalendar-import-buffer): Check before saving diary file.
14501         (icalendar--convert-recurring-to-diary)
14502         (icalendar--convert-non-recurring-all-day-to-diary)
14503         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
14504         extracted from icalendar--convert-ical-to-diary, with bug fixes.
14505         (icalendar--convert-ical-to-diary): Use the above functions.
14507 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
14509         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
14510         Remove these recent additions.
14511         (c-mode): Restore to before 2005-04-28.
14513         * progmodes/cc-vars.el (cc-define-list-program): Remove this
14514         recent addition.
14516         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
14517         (gdb-define-alist): New variables.
14518         (gdb-create-define-alist): New function.
14519         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
14520         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
14521         with string-to-number.
14522         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
14524         * progmodes/gud.el: Replace string-to-int with string-to-number.
14525         (gud-find-file): Handle gdb-define-alist.
14527         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
14529 2005-05-02  Jay Belanger  <belanger@truman.edu>
14531         * calc/calc-aent.el (math-read-token):
14532         * calc/calc-bin.el (calc-word-size):
14533         * calc/calc-ext.el (calc-read-number-fancy):
14534         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
14535         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
14536         * calc/calc-frac.el (calc-over-notation):
14537         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
14538         (calc-graph-num-points, calc-graph-init):
14539         * calc/calc-prog.el (calc-read-parse-table-part)
14540         (calc-edit-macro-repeats):
14541         * calc/calc-yank.el (calc-do-grab-rectangle):
14542         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
14543         Replace `string-to-int' by `string-to-number'.
14545 2005-05-02  Kim F. Storm  <storm@cua.dk>
14547         * kmacro.el: Use executing-kbd-macro-index variable.
14549 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
14551         * net/rlogin.el (rlogin-parse-words): Delete func.
14552         (rlogin): Use split-string, not rlogin-parse-words.
14553         Also, if there are option-like elements in the parsed args,
14554         take the host to be the first arg immediately following them.
14555         Suggested by Michael Mauger.
14557 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14559         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
14561 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14563         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
14564         (cc-mode-cpp-program): Rename to cc-define-list-program and
14565         move to cc-vars.el.
14567         * progmodes/cc-vars.el (cc-define-list-program):
14568         Change to "gcc -E -dM -".  Make customizable.
14570 2005-05-02  Kim F. Storm  <storm@cua.dk>
14572         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
14574 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14576         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
14578         * international/mule-util.el (truncate-string): Remove alias and
14579         obsolete declaration.
14581         * international/mule-cmds.el (update-iso-coding-systems):
14582         Remove alias and obsolete declaration.
14584         * international/mule.el (coding-system-parent): Remove alias and
14585         obsolete declaration.
14587         * subr.el (define-function, sref): Remove aliases and obsolete
14588         declarations.
14589         (chars-in-region): Remove obsolete declaration.
14591 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14593         * info.el (Info-mode): Set widen-automatically to nil, locally.
14595         * simple.el (widen-automatically): New variable.
14596         (pop-global-mark): Obey widen-automatically.
14598 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
14600         * term/xterm.el (function-key-map): Call substitute-key-definition
14601         before the keymap size is increased by a lot of define-key calls.
14603 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14605         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
14606         Rename ARG to ELEMENT.  Doc fix.
14608 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14610         * allout.el (allout-exposure): Remove macro and obsolete declaration.
14611         Remove references to allout-exposure/change to allout-new-exposure.
14613         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
14614         bytecode symbols.
14616         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
14617         (compiled-function-p, focus-frame, unfocus-frame):
14618         Remove aliases and obsolete declarations.
14619         Back out inadvertent changes from previous commit.
14621 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14623         * files.el (require-final-newline): Make Custom tags consistent
14624         with mode-require-final-newline.
14625         (mode-require-final-newline): Doc fix.
14627 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
14629         * international/latexenc.el (latexenc-find-file-coding-system):
14630         Fix regular expressions.
14632 2005-05-01  David Kastrup <dak@gnu.org>
14634         * international/latexenc.el (latexenc-find-file-coding-system):
14635         Fix regular expressions.
14637 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14639         * subr.el (string-to-int): Make obsolete.
14641 2005-04-30  Richard M. Stallman  <rms@gnu.org>
14643         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
14645         * loadup.el: load jka-comp-hook.
14647         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
14648         (jka-compr-handler): Add autoload.  `put' calls moved
14649         to jka-comp-hook.el.
14650         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
14651         (jka-compr-inhibit): Autoload.
14653         * jka-comp-hook.el: New file.
14654         Enable the mode by default.
14656         * files.el (backup-buffer-copy): Use copy-file instead
14657         of write-region, and put back the 'excl.
14659 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
14661         * progmodes/flymake.el (flymake-split-string)
14662         (flymake-split-string, flymake-log, flymake-pid-to-names)
14663         (flymake-reg-names, flymake-get-source-buffer-name)
14664         (flymake-unreg-names, flymake-add-line-err-info)
14665         (flymake-add-err-info): Clarify docstrings.
14666         (flymake-popup-menu, flymake-make-emacs-menu)
14667         (flymake-make-xemacs-menu): Add docstrings.
14668         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
14669         Set variables directly throughout.
14671 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
14673         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
14674         exists.  Initialize cc-define-alist.
14675         (c-mode): Add cc-create-define-alist locally to after-save-hook.
14676         If there is no file (Macroexpansion) don't create an alist.
14678 2005-04-29  Sam Steingold  <sds@gnu.org>
14680         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
14681         (cc-create-define-alist): Use it instead of the hard-coded string.
14683 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14685         * international/mule-conf.el (file-coding-system-alist): Fix regexp
14686         for latexenc.
14688 2005-04-29  Lute Kamstra  <lute@gnu.org>
14690         * emacs-lisp/generic.el: Improve commentary section.
14691         (define-generic-mode): Improve docstring.
14693 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
14695         * textmodes/org.el (many places): Change to quiet the byte compiler.
14696         (org-prefix-format-compiled): New variable.
14697         (org-compile-prefix-format): New function.
14698         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
14699         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
14700         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
14701         (org-get-entries-from-diary): Use `org-get-time-of-day' for
14702         consistency with entries from `org-mode' files.
14703         (org-get-time-of-day): Fix bug with partial matches early in a line.
14704         (org-non-link-chars): New constant.
14705         (org-link-regexp): Respect `org-non-link-chars'.
14706         (org-agenda-day-view): Remove command.
14707         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
14708         (org-follow-bbdb-link, org-store-link): Search also company field.
14709         (org-highlight-overlay): New variable.
14710         (org-highlight, org-unhighlight): New functions.
14711         (org-agenda-mode): Add pre-command-hook to remove highlight.
14712         (org-evaluate-time-range): Behavior depends upon whether time stamp
14713         contains a time or not.
14714         (org-show-subtree, org-show-entry): New functions.
14715         (org-agenda-cleanup-fancy-diary): Remove empty lines.
14717 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
14719         * comint.el (comint-output-filter-functions): Add autoload cookie.
14721 2005-04-28  Kim F. Storm  <storm@cua.dk>
14723         * ido.el (ido-everywhere): Fix last change.
14725 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14727         * international/latexenc.el: New file.
14728         * international/mule-conf.el (file-coding-system-alist): For .tex,
14729         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
14731 2005-04-28  Lute Kamstra  <lute@gnu.org>
14733         * font-lock.el (font-lock-add-keywords)
14734         (font-lock-remove-keywords): Clarify docstring.
14735         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
14736         Don't start docstrings with a `*'.
14737         (font-lock-update-removed-keyword-alist): Give it a docstring.
14739         * generic-x.el: Update commentary section.
14740         Only require font-lock when compiling.
14741         Define all modes conditionally.
14742         Place all generic modes in the generic-x-modes customization group.
14743         (generic-x-modes): New customization group.
14744         (generic-default-modes, generic-mswindows-modes)
14745         (generic-unix-modes, generic-other-modes): New constants.
14746         (generic-define-mswindows-modes, generic-define-unix-modes):
14747         Update docstrings.  Make them obsolete.
14748         (generic-extras-enable-list): New default value.  Update docstring.
14749         Improve :type.  Change :set function.
14750         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
14751         Fix docstring.
14753         * emacs-lisp/generic.el (generic-mode-internal):
14754         Simplify font-lock-defaults.
14755         (define-generic-mode): Fix docstring.
14757 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14759         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14760         font-lock-face property to highlight matches.
14762 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
14764         * progmodes/cc-mode.el (cc-create-define-alist): New function.
14765         (cc-define-alist): New variable.
14766         (c-mode): Make it local and initialize it.
14768         * progmodes/gdb-ui.el (gdb-active-process): New variable.
14769         (gdb-exited): New function.
14770         (gdb-annotation-rules): Use it.
14771         (gdb-starting): Set gdb-active-process to t.
14772         (gdb-stopping): Amend doc string.
14773         (gdb-reset): Set gdb-active-process to nil.
14775         * tooltip.el (tooltip-gud-tips): Show the associated #define
14776         directives when a C program under GDB is not executing.
14778 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14780         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14781         font-lock-fontify-syntactic-keywords.
14783         * font-lock.el (font-lock-default-fontify-region): Don't force
14784         parse-sexp-lookup-properties to nil.
14786 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
14788         * man.el (man-mode-syntax-table): Set up `:' to have
14789         word-constituent syntax.
14791 2005-04-27  Lute Kamstra  <lute@gnu.org>
14793         * novice.el (disable-command): Don't add spurious newlines to the
14794         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
14796 2005-04-26  Jay Belanger  <belanger@truman.edu>
14798         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14799         than one window before deleting window.
14801 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
14803         * shell.el (shell-prompt-pattern): Doc fix.
14804         (shell-mode): Set paragraph-separate buffer locally to "\\'".
14806         * comint.el (comint-prompt-regexp, comint-get-old-input)
14807         (comint-use-prompt-regexp)
14808         (comint-use-prompt-regexp-instead-of-fields)
14809         (comint-replace-by-expanded-history, comint-send-input)
14810         (comint-output-filter, comint-get-old-input-default)
14811         (comint-line-beginning-position, comint-bol, comint-show-output)
14812         (comint-backward-matching-input, comint-forward-matching-input)
14813         (comint-next-prompt, comint-previous-prompt):
14814         Rename `comint-use-prompt-regexp-instead-of-fields' to
14815         `comint-use-prompt-regexp'.  Keep old name as alias and declare
14816         obsolete.
14817         (comint-use-prompt-regexp): Shorten first line of doc string.
14819         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14820         Set paragraph-separate buffer locally to "\\'".
14822         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14823         Adapt to above name change.
14825         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14826         (smbclient-prompt-regexp): Ditto.
14828         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14830 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
14832         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14833         gdb-location-list.
14834         Break lines that are over 80 characters wide.
14836 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14838         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14839         New fun and var, to preserve compatibility.
14841         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14843 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
14845         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14846         name to file-newer-than-file-p.
14848 2005-04-26  Richard M. Stallman  <rms@gnu.org>
14850         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14852         * progmodes/python.el (python-mode):
14853         Use new name eldoc-documentation-function.
14855         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14857         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14858         (eldoc-documentation-function):
14859         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
14861 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
14863         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14865 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14867         * term/xterm.el (function-key-map): Fix strings for
14868         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
14869         {C,S,A,C-S}-{f1-f12}.
14871 2005-04-26  Kenichi Handa  <handa@m17n.org>
14873         * international/mule-cmds.el (select-safe-coding-system):
14874         Fix previous change.
14876 2005-04-26  Lute Kamstra  <lute@gnu.org>
14878         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14880         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14881         (font-lock-comment-delimiter-face): Ditto.
14883         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14885 2005-04-25  Jay Belanger  <belanger@truman.edu>
14887         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14888         to t while inserting information; use help-mode.
14890 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14892         * term.el (ansi-term-color-vector): Use the xterm colors.
14893         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
14895 2005-04-25  Lute Kamstra  <lute@gnu.org>
14897         * font-core.el (font-lock-defaults): Fix docstring.
14899         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14901 2005-04-25  Kenichi Handa  <handa@m17n.org>
14903         * international/mule-cmds.el (select-safe-coding-system):
14904         Don't check consistency with coding: spec, etc if raw-text or
14905         no-conversion was found to be safe.
14907 2005-04-24  Richard M. Stallman  <rms@gnu.org>
14909         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14910         citation markers at start of each line.
14912         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14913         citation markers at start of each line.
14915         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14917         * files.el (mode-require-final-newline): Fix previous change.
14918         (require-final-newline): Fix type label.
14920 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14922         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14923         statement in buffer (broken by 2004-11-24 change).
14925 2005-04-24  Kim F. Storm  <storm@cua.dk>
14927         * ido.el (ido-everywhere): Save and restore old read-buffer-function
14928         and read-file-name-function values.  Don't overwrite existing
14929         non-nil values if ido-mode is enabled without ido-everywhere.
14931 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14933         * files.el (mode-require-final-newline): Minor doc fix.
14935 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
14937         * subr.el (syntax-after): Doc fix.
14938         (syntax-class): If argument is nil, return nil.  Mask off upper 16
14939         bits, not 8 bits.
14941         * files.el (mode-require-final-newline): Doc fix.
14942         (backup-buffer-copy): Fix last change.
14944 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14946         * term/mac-win.el: Require select.  Set selection-coding-system to
14947         mac-system-coding-system.  Call menu-bar-enable-clipboard.
14948         (x-last-selected-text-clipboard, x-last-selected-text-primary)
14949         (x-select-enable-clipboard): New variables.
14950         (x-select-text, x-get-selection, x-selection-value)
14951         (x-get-selection-value, mac-select-convert-to-string)
14952         (mac-services-open-file, mac-services-open-selection)
14953         (mac-services-insert-text): New functions.
14954         (CLIPBOARD, FIND): Put mac-scrap-name property.
14955         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14956         (public.tiff): Put mac-ostype property.
14957         (selection-converter-alist): Add entries for them.
14958         (mac-application-menu-map): New keymap.
14959         (interprogram-cut-function, interprogram-paste-function): Set to
14960         x-select-text and x-get-selection-value, respectively.
14961         (split-window-keep-point): Set to t.
14963 2005-04-23  Richard M. Stallman  <rms@gnu.org>
14965         * files.el (read-directory-name): Always pass non-nil
14966         DEFAULT-FILENAME arg to read-file-name.
14967         (backup-buffer-copy, basic-save-buffer-2): Take care against
14968         writing thru an unexpected existing symlink.
14969         (revert-buffer): In indirect buffer, revert the base buffer.
14970         (magic-mode-alist): Doc fix.
14971         (buffer-stale-function): Doc fix.
14972         (minibuffer-with-setup-hook): Avoid warning.
14973         (mode-require-final-newline): Doc and custom fix.
14975         * follow.el (follow-end-of-buffer): Use with-no-warnings.
14977         * font-lock.el (font-lock-comment-face): On terminals with few colors,
14978         use the default appearance.
14979         (font-lock-comment-delimiter-face): New face, new variable.
14981         * imenu.el (imenu--generic-function): The official position of a
14982         definition is the start of the line that BEG is in.
14984         * midnight.el (midnight-timer): Move defvar up.
14986         * mouse.el (mouse-drag-region-1): Delete some debugging code.
14988         * saveplace.el (save-place-to-alist): Use with-no-warnings.
14990         * startup.el (command-line): Use with-no-warnings.
14992         * window.el (window-size-fixed): New defvar.
14994         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14996         * mail/rmail.el (rmail-font-lock-keywords):
14997         Use font-lock-comment-delimiter-face.
14999         * mail/sendmail.el (mail-font-lock-keywords):
15000         Use font-lock-comment-delimiter-face.
15002         * progmodes/compile.el (next-error-highlight-timer): New defvar.
15004 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
15006         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15007         Specify t for LAXMATCH when matching directories.
15008         Save match data around compilation-compat-error-properties form.
15010 2005-04-23  David Kastrup  <dak@gnu.org>
15012         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
15013         Mention that the autoloaded aliases should be kept for AUCTeX.
15015 2005-04-23  Andreas Schwab  <schwab@suse.de>
15017         * isearch.el (isearch-forward): Doc fix.
15019 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
15021         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
15022         (jit-lock-stealth-nice): Change default value to 0.5.
15024 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
15026         * abbrev.el (write-abbrev-file): Write table entries in
15027         alphabetical order by table name.
15029 2005-04-22  Kim F. Storm  <storm@cua.dk>
15031         * ido.el (ido-read-internal): Fix `list' completion.
15033 2005-04-22  Kenichi Handa  <handa@m17n.org>
15035         * recentf.el (recentf-save-file-coding-system): New variable.
15036         (recentf-save-list): Encode the file by
15037         recentf-save-file-coding-system and add coding: tag.
15039 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
15041         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
15043 2005-04-21  Lute Kamstra  <lute@gnu.org>
15045         * loadhist.el (unload-feature): Don't remove a function from hooks
15046         if it is about to be restored to an autoload .  Remove functions
15047         that will become unbound from auto-mode-alist.  Simplify the code.
15049         * subr.el (assq-delete-all): New implementation that is linear,
15050         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
15051         (rassq-delete-all): New function.
15053         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15054         Add size-indication-mode.
15056 2005-04-21  Kenichi Handa  <handa@m17n.org>
15058         * international/mule-cmds.el: Add autoload for widget-value in
15059         eval-when-compile.
15061 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
15063         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15064         Add tooltip-mode.
15066         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
15068 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
15070         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
15071         (inferior-lisp-filter-regexp, inferior-lisp-program)
15072         (inferior-lisp-load-command, inferior-lisp-prompt)
15073         (inferior-lisp-mode-hook, lisp-source-modes)
15074         (inferior-lisp-load-hook): defvar->defcustom.
15075         (inferior-lisp-program, inferior-lisp-prompt)
15076         (inferior-lisp-load-hook): Doc fixes.
15077         (inferior-lisp-install-letter-bindings): Small change in
15078         introductory comment.
15080 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
15082         * vc.el (vc-annotate-color-map): Change some colors so that text
15083         using them as foreground is readable on both white and black
15084         backgrounds.
15086 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15088         * international/mule-conf.el (translation-table-for-input):
15089         Remove redundant declaration.
15091 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15093         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
15095         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
15096         (tooltip-toggle-gud-tips): New function.
15098 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15100         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
15101         right angle brackets.
15103 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15105         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
15107 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15109         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
15110         Remove.  Update callers to use expand-file-name instead.
15112         * subr.el (syntax-class): New function.
15114         * simple.el (blink-matching-open): Use it.
15116         * paren.el (show-paren-function): Use it to recognize parens that are
15117         also used in 2-char comment markers.
15119 2005-04-19  Lute Kamstra  <lute@gnu.org>
15121         * loadhist.el (unload-feature): Update for new format of
15122         load-history.  Simplify the code.
15124 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15126         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
15127         (mac-add-charset-info): New function.  Initialize variable
15128         mac-charset-info-alist using it.
15129         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
15130         for translation.
15131         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
15132         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
15133         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
15134         New CCL programs.
15136 2005-04-19  Kim F. Storm  <storm@cua.dk>
15138         * simple.el (next-buffer, prev-buffer, next-error)
15139         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15140         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
15142         * bindings.el (next-buffer, prev-buffer, next-error)
15143         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15144         (clone-indirect-buffer-other-window): Move bindings from simple.el.
15145         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
15146         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
15148 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15150         * isearch.el (isearch-edit-string): Make the search-ring available for
15151         minibuffer history commands.
15152         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
15153         the default history commands now work just as well.
15154         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
15156 2005-04-18  Kim F. Storm  <storm@cua.dk>
15158         * emulation/cua-base.el (cua--pre-command-handler): Add more
15159         elaborate check for shift modifier on non-window systems.
15161 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
15163         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
15165 2005-04-18  Kim F. Storm  <storm@cua.dk>
15167         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
15168         and make it optional.  Don't test tooltip-gud-echo-area here.
15169         (tooltip-gud-process-output, gdb-tooltip-print):
15170         Pass tooltip-gud-echo-area to tooltip-show.
15171         (tooltip-help-tips): Remove second optional arg to tooltip-show.
15173 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15175         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
15176         `display-graphic-p' may not be bound yet.
15178 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
15180         * startup.el (command-line): No longer enable Xterm Mouse mode by
15181         default in terminals compatible with xterm.
15183         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
15185 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
15187         * tooltip.el (tooltip-gud-echo-area): Rename from
15188         tooltip-use-echo-area.
15189         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
15190         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
15191         area independently of where help tooltips are displayed.
15193 2005-04-17  David Kastrup  <dak@gnu.org>
15195         * cus-theme.el (custom-theme-write-variables): Quote variables
15196         where necessary.
15198 2005-04-17  Richard M. Stallman  <rms@gnu.org>
15200         * simple.el (yank-excluded-properties): Add follow-link to value.
15202         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
15204         * startup.el (fancy-splash-max-time): Just 30 seconds.
15205         (fancy-splash-delay): Just 7.
15206         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
15208         * loadhist.el (unload-feature): Update for new format of load-history.
15209         Simplify the code.
15211         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
15212         (rmail-font-lock-keywords): Don't fontify the text of a citation.
15214         * mail/sendmail.el (mail-font-lock-keywords):
15215         Don't fontify subject text.
15216         Don't fontify the text of a citation.
15218 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
15220         * comint.el (comint-output-filter): Run comint-output-filter-functions
15221         with point where the user had it.
15223 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15225         * international/ucs-tables.el (ucs-set-table-for-input):
15226         Disable when using unify-on-decoding.
15228 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
15230         * emulation/cua-base.el (cua-global-mark-face): Add special case
15231         for displays supporting a high number of colors.
15233 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
15235         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
15237 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
15239         * filesets.el (filesets-add-buffer): If user supplies a name of a
15240         non-existing fileset, create a new fileset.
15242 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
15244         * textmodes/org.el (org-up-heading-all): Fix bug with
15245         `outline-up-heading-all'.
15247 2005-04-16  Andreas Schwab  <schwab@suse.de>
15249         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
15250         /etc/permissions.d/* and /etc/aliases.d/*.
15252 2005-04-16  Kenichi Handa  <handa@m17n.org>
15254         * international/code-pages.el (cp-make-coding-system):
15255         Set `translation-table-for-input' property value to the symbol
15256         ucs-mule-to-mule-unicode, not to that value.
15257         (pt154): Escape guillemet by `\'.
15259 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
15261         * loadup.el: Load tooltip if x-show-tip is fboundp.
15263         * startup.el (command-line): Add comment.
15265         * tooltip.el (tooltip-mode): Specify correct standard value for
15266         Custom in init-value.
15268 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
15270         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
15271         possible.
15273 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
15275         * textmodes/org.el (org-agenda-date-prompt): Rename from
15276         `org-agenda-date-today'.
15277         (org-evaluate-time-range): Insert at point instead of directly
15278         after time range.
15279         (org-first-headline-recenter, org-subtree-end-visible-p)
15280         (org-optimize-window-after-visibility-change): New functions
15281         (org-agenda-post-command-hook): Don't allow point at end of line,
15282         to make sure it always hits the text properties.
15283         (org-agenda-next-date-line, org-agenda-previous-date-line):
15284         New commands.
15285         (org-set-regexps-and-options): Category may contain white space.
15286         (org-agenda-get-deadlines, org-agenda-get-scheduled):
15287         Improve marker positions.
15288         (org-agenda-new-marker): Argument POS made optional.
15289         (org-agenda-get-timestamps): Deadlines which are done are listed
15290         in org-done-face now.
15291         (org-agenda-get-todos, org-agenda-get-timestamps)
15292         (org-agenda-get-deadlines, org-agenda-get-scheduled):
15293         Set `undone-face' and `done-face' properties.
15294         (org-last-todo-state-is-todo): New variable.
15295         (org-todo): Set `org-last-todo-state-is-todo'.
15296         (org-agenda-todo): Change face according to
15297         `org-last-todo-state-is-todo'.  And change other lines referring to
15298         the same entry.
15299         (org-calendar-goto-agenda): New command.
15300         (org-calendar-to-agenda-key): New option.
15301         (org-startup-folded): New allowed value `content'.
15302         (org-set-regexps-and-options): Accept new value `content' for
15303         `org-startup-folded'.
15304         (org-get-current-options): Handle new value `content' for
15305         `org-startup-folded'.
15306         (org-insert-todo-heading): New command.
15307         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
15308         interactively in empty file and option
15309         `org-insert-mode-line-in-empty-file' has been set.
15310         (org-agenda-todo,org-agenda-priority): Modify to use
15311         `org-agenda-change-all-lines'.
15312         (org-warning-face): Change color on dark background
15314 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15316         * international/mule-cmds.el (set-locale-environment): On Mac OS,
15317         use preferences AppleLocale and AppleLanguages, and variable
15318         mac-system-locale for default locale.  On Mac OS Classic, use
15319         mac-system-coding-system for default coding systems.
15321         * term/mac-win.el: Don't set file-name-coding-system.
15322         Decode variables system-name, emacs-build-system, user-login-name, and
15323         user-full-name by mac-system-coding-system on Mac OS Classic.
15324         (mac-system-coding-system): New variable.
15326 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
15328         * startup.el (command-line): Handle `xterm-mouse-mode' before
15329         reading init file.
15331         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
15333 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
15335         * progmodes/sh-script.el (sh-here-document-word): Make it a
15336         defcustom.  Doc fix.
15337         (sh-add): Bash uses $(( )) for arithmetic.
15338         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
15339         (sh-maybe-here-document): Remove quotes and leading whitespace
15340         from heredoc word when closing.  Indent heredoc with tabs if word
15341         starts with "-".
15343 2005-04-13  Richard M. Stallman  <rms@gnu.org>
15345         * simple.el (undo): Fix previous change.
15347         * custom.el (defface): Doc fix.
15349 2005-04-13  Lute Kamstra  <lute@gnu.org>
15351         * Makefile.in (DONTCOMPILE): Remove list.
15352         (compile, compile-always): Don't use DONTCOMPILE.
15353         (update-authors): Load the library in which batch-update-authors
15354         is defined.
15355         * makefile.w32-in (DONTCOMPILE): Remove list.
15356         (compile, compile-always): Fix comments.
15357         (update-authors): Load the library in which batch-update-authors
15358         is defined.
15360         * generic-x.el (generic-mode-ini-file-find-file-hook):
15361         Rename to ini-generic-mode-find-file-hook.
15362         Keep generic-mode-ini-file-find-file-hook as an alias.
15363         (ini-generic-mode-find-file-hook): Rename from
15364         generic-mode-ini-file-find-file-hook.  Fix docstring.
15365         (ini-generic-mode): Docstring change.
15366         (bat-generic-mode-run-as-comint): Silence the byte compiler.
15368         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
15369         called from lisp.
15371         * generic.el: Move to the emacs-lisp subdir.
15373 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
15375         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
15376         and C-S- function and cursor motion keys.
15378 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
15380         * startup.el (command-line): Enable Xterm Mouse mode by default.
15381         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
15382         for Custom.  No longer show "Mouse" in mode line when enabled.
15383         Doc fix.
15385 2005-04-12  Kim F. Storm  <storm@cua.dk>
15387         * emulation/cua-base.el (cua-rectangle-face)
15388         (cua-rectangle-noselect-face): Define face attributes here.
15390         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
15392 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15394         * startup.el (command-line): Turn off blinking cursor if
15395         cursorBlink in resources is off or false.
15397 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15399         * term/mac-win.el (dnd): Require dnd.
15400         (mac-drag-n-drop): Call dnd-handle-one-url.
15401         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
15402         (kTextEncodingISOLatin2): Remove constants.
15403         (mac-script-code-coding-systems): New constant.
15404         (mac-handle-language-change): New function.
15405         (special-event-map): Bind it to `language-change' event.
15406         (mac-centraleurroman, mac-cyrillic): New coding systems.
15407         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
15408         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
15409         and mac-cyrillic-encoder to encode-mac-centraleurroman and
15410         encode-mac-cyrillic, respectively.
15412 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15414         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
15415         Don't set overlay-arrow-string to "=>" as this is done
15416         globally in C now.
15418 2005-04-12  Lute Kamstra  <lute@gnu.org>
15420         * generic-x.el (rc-generic-mode, rul-generic-mode):
15421         Fix auto-mode-alist entries.
15422         (etc-fstab-generic-mode): Tweak fontification.
15424         * generic.el (generic-make-keywords-list): Fix docstring.
15425         (generic-mode-internal): Simplify generic-font-lock-keywords.
15427 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
15429         * whitespace.el (whitespace-buffer-leading)
15430         (whitespace-buffer-trailing): Revert the incorrect test inversion.
15431         However, fix the highlight area for the leading and
15432         trailing whitespaces to show space.
15434 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
15436         * whitespace.el (whitespace-version): Bump to 3.5
15438         (whitespace-buffer-leading, whitespace-buffer-trailing):
15439         Invert sense of the test to highlight the whitespace.
15441 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15443         * progmodes/gud.el (gud-display-line): GUD uses its own
15444         overlay arrow now so don't set overlay-arrow-string.
15445         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
15447 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
15449         * term.el (term-ansi-current-bold, term-ansi-current-underline)
15450         (term-ansi-current-reverse, term-ansi-current-invisible)
15451         (term-ansi-face-already-done): Change to boolean.
15452         (term-reset-terminal, term-handle-colors-array): Handle the above
15453         vars accordingly.
15454         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
15455         (term-emulate-terminal): Use the new name.
15457         * faces.el (secondary-selection): Use yellow1, not yellow.
15458         (trailing-whitespace): Use red1, not red.
15460 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15462         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
15463         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
15464         (dired-dnd-handle-file): Call dnd-get-local-file-uri
15466         * cus-edit.el (dnd): New group.
15468         * term/w32-win.el (dnd): Require dnd
15469         (w32-drag-n-drop): Call dnd-handle-one-url.
15471         * x-dnd.el: Require dnd.
15472         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
15473         Call dnd-handle-one-url.
15474         (x-dnd-types-alist, x-dnd-insert-utf8-text)
15475         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
15476         to dnd-insert-text.
15477         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
15478         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
15479         (x-dnd-get-local-file-name, x-dnd-open-local-file)
15480         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
15482         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
15484 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15486         * wdired.el: Doc fixes.
15487         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
15488         (wdired-use-dired-vertical-movement): Rename from
15489         wdired-always-move-to-filename-beginning.
15490         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
15491         (wdired-change-to-wdired-mode): Change mode name.
15492         (wdired-newline): Delete.
15494 2005-04-11  Richard M. Stallman  <rms@gnu.org>
15496         * whitespace.el (whitespace-highlight-the-space):
15497         Don't call whitespace-unhighlight-the-space here.
15499         * simple.el (undo): Record t in undo-equiv-table
15500         for the redo record made by an undo-in-region.
15502 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15504         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
15505         (gdb-frame-inferior-io-buffer): New Functions to control
15506         display of separate IO buffer.
15507         (menu): Add them to menu-bar.
15508         (gdb-display-buffer): Check for buffer another frame.
15509         Protect GUD buffer.
15510         (gdb-setup-windows): Create IO buffer if not already there.
15511         (gdb-memory-mode): Remove purecopy noops.
15513 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15515         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
15516         and pass to self-insert-command.
15518 2005-04-11  Lute Kamstra  <lute@gnu.org>
15520         * generic.el: Commentary section cleanup.
15521         (generic): Delete.
15522         (generic-use-find-file-hook, generic-lines-to-scan)
15523         (generic-find-file-regexp, generic-ignore-files-regexp)
15524         (default-generic-mode, generic-mode-find-file-hook)
15525         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
15526         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
15527         (generic-use-find-file-hook, generic-lines-to-scan)
15528         (generic-find-file-regexp, generic-ignore-files-regexp)
15529         (default-generic-mode, generic-mode-find-file-hook)
15530         (generic-mode-ini-file-find-file-hook): Move from generic.el.
15532 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
15534         * bookmark.el (bookmark-write-file): Catch errors writing file.
15535         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
15537 2005-04-10  Richard M. Stallman  <rms@gnu.org>
15539         * startup.el (fancy-splash-tail): Update copyright year.
15540         (command-line): Split part of -Q into -D.
15541         (emacs-basic-display): New defvar.
15542         (fancy-splash-text): Correct name of menu item.
15544         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
15546         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
15547         lines in one node.
15549         * comint.el (comint-send-input): New arg ARTIFICIAL.
15550         Callers in this file changed.
15552         * abbrev.el (define-abbrevs): Read system abbrevs properly.
15554         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
15556 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
15558         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
15559         `ldap-search-internal'.
15561 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15563         * files.el (set-auto-mode-1): Use line-end-position.
15565         * international/latin-1.el:
15566         * international/latin-2.el:
15567         * international/latin-3.el:
15568         * international/latin-4.el:
15569         * international/latin-5.el:
15570         * international/latin-8.el:
15571         * international/latin-9.el: Give punctuation syntax to NBSP.
15573         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
15574         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
15575         Use char-classes to accept non-ascii letters, accepted in some recent
15576         bibtex implementations.
15578 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
15580         * custom.el (custom-set-minor-mode): Any non-nil value for the
15581         variable should enable the mode when set through Custom.
15583 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15585         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
15586         TAB binding so tab-always-indent is obeyed.
15587         (vhdl-minibuffer-local-map): Move initialization into declaration.
15588         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
15589         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
15590         (vhdl-hooked-abbrev): Avoid test for XEmacs.
15591         (vhdl-current-line): Use line-beginning-position.
15592         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
15593         with-output-to-temp-buffer, so the current position can be recorded.
15595 2005-04-10  Masatake YAMATO  <jet@gyve.org>
15597         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15598         Add regexp for gcov.
15600 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15602         * calendar/time-date.el (time-to-seconds, seconds-to-time)
15603         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
15604         syntax which Emacs 20 doesn't support.
15606 2005-04-09  Richard M. Stallman  <rms@gnu.org>
15608         * help.el (describe-key-briefly, describe-key):
15609         Replace strings as event types with "(any string)".
15611 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15613         * arc-mode.el (archive-mode-map): Move initialization into
15614         the declaration.  Override *all* bindings of `undo'.
15615         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
15617 2005-04-09  Jay Belanger  <belanger@truman.edu>
15619         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
15621 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
15623         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
15624         (xterm-register-default-colors): Update color values computation
15625         to match xterm-200.
15627 2005-04-09  Kenichi Handa  <handa@m17n.org>
15629         * international/code-pages.el (iso-latin-7): Fix the map.
15631 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
15633         * emacs-lisp/lisp.el (defun-prompt-regexp)
15634         (parens-require-spaces, buffer-end, end-of-defun)
15635         (insert-parentheses): Doc fixes.
15637 2005-04-08  Kim F. Storm  <storm@cua.dk>
15639         * comint.el (comint-highlight-prompt): Fix face spec.
15640         * hi-lock.el (hi-green): Likewise.
15642 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15644         * cus-edit.el (custom-modified-face):
15645         * comint.el (comint-highlight-input): Fix previous changes.
15646         * term.el (term-handle-ansi-escape): Add a comment.
15648 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15650         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
15651         in the buffer and in whitespace-highlighted-space.
15652         (whitespace-unhighlight-the-space): Simplify.
15653         (whitespace-buffer): Simplify.
15655 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15657         * textmodes/table.el (table-cell-face): Add special case for
15658         displays supporting a high number of colors.
15659         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15660         (vhdl-font-lock-reserved-words-face)
15661         (vhdl-speedbar-architecture-face)
15662         (vhdl-speedbar-instantiation-face)
15663         (vhdl-speedbar-architecture-selected-face)
15664         (vhdl-speedbar-instantiation-selected-face): Likewise.
15665         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
15666         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
15667         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15668         (ebrowse-root-class-face, ebrowse-member-attribute-face)
15669         (ebrowse-progress-face): Likewise.
15670         * progmodes/compile.el (compilation-info-face): Likewise.
15671         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
15672         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
15673         * calendar/calendar.el (diary-face): Likewise.
15674         * woman.el (woman-italic-face, woman-bold-face)
15675         (woman-unknown-face): Likewise.
15676         * wid-edit.el (widget-button-pressed-face): Likewise.
15677         * whitespace.el (whitespace-highlight-face): Likewise.
15678         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
15679         * pcvs-info.el (cvs-marked-face): Likewise.
15680         * info.el (info-xref): Likewise.
15681         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
15682         * hilit-chg.el (highlight-changes-face)
15683         (highlight-changes-delete-face): Likewise.
15684         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
15685         (hi-red-b): Likewise.
15686         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
15687         * font-lock.el (font-lock-keyword-face)
15688         (font-lock-function-name-face, font-lock-warning-face): Likewise.
15689         * cus-edit.el (custom-invalid-face, custom-modified-face)
15690         (custom-set-face, custom-changed-face, custom-variable-tag-face)
15691         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
15692         * comint.el (comint-highlight-prompt): Likewise.
15694 2005-04-08  Lute Kamstra  <lute@gnu.org>
15696         * font-lock.el (font-lock-keywords): Docstring fixes.
15698 2005-04-08  Kenichi Handa  <handa@m17n.org>
15700         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
15701         chars are more than a limit, print " and more..." at the tail.
15703 2005-04-08  Kim F. Storm  <storm@cua.dk>
15705         * emacs-lisp/authors.el (authors-aliases): Update list.
15706         (authors-ignored-files): New list.
15707         (authors-fixed-entries): Fix typo.
15708         (authors-renamed-files-alist): Update list.
15709         (authors-add): Check authors-ignored-files.
15711 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
15713         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
15714         optional, to ensure backward compatibility.
15716 2005-04-08  Stephen Eglen  <stephen@gnu.org>
15718         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
15720 2005-04-08  Kim F. Storm  <storm@cua.dk>
15722         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
15724         * mouse.el (mouse-on-link-p): Doc fix.
15726 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
15728         * ielm.el (ielm-prompt-read-only): Doc fix.
15730         * comint.el (comint-prompt-read-only): Doc fix.
15732 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
15734         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
15735         ensure dired always handles wildcards passed to ffap.
15736         (find-file-at-point): Use it.
15737         (ffap-dired-wildcards): Doc fix.
15739 2005-04-07  Juri Linkov  <juri@jurta.org>
15741         * simple.el (next-error-overlay-arrow-position): New defvar.
15742         Put "=>" on its property `overlay-arrow-string'.  Add it to
15743         `overlay-arrow-variable-list'.
15745         * progmodes/compile.el (compilation-setup):
15746         Set `next-error-overlay-arrow-position' to nil.  Also set it to
15747         nil in the local hook `kill-buffer-hook'.  Make local variable
15748         `overlay-arrow-string' and set it to "=>".
15749         (compilation-goto-locus): Set BOL position to
15750         `next-error-overlay-arrow-position' instead of
15751         `overlay-arrow-position'.
15753         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
15754         locally instead of adding it to the global hook.
15755         (Info-kill-buffer): Move up.
15757 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
15759         * term/xterm.el (xterm-standard-colors): Update color values from
15760         xterm-200.
15762 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15764         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15766         * fast-lock.el:
15767         * lazy-lock.el: Move them to the obsolete subdir.
15769 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15771         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15772         (wdired-add-replace-advice): Remove.
15773         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15775 2005-04-06  Kim F. Storm  <storm@cua.dk>
15777         * startup.el (command-line): Add --bare-bones alias for -Q.
15779 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15781         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15782         create the startup fontset if a font specification ends with
15783         `mac-roman'.
15785 2005-04-06  Lute Kamstra  <lute@gnu.org>
15787         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15788         change.
15790         * emacs-lisp/copyright.el (copyright-update-year): Replace the
15791         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
15793 2005-04-05  Lute Kamstra  <lute@gnu.org>
15795         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15796         (define-generic-mode): Ditto.  Fix debug declaration.
15798         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15799         Put them in the generic-x group.
15801         * calendar/timeclock.el (timeclock): Doc fix.
15803         * generic.el (define-generic-mode): Don't use custom-current-group.
15804         Document default :group value.
15805         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15806         (define-global-minor-mode): Don't use custom-current-group.
15808 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15810         * startup.el (command-line-1): Display startup-echo-area-message
15811         when fancy splash screen is in use.
15813         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15814         (sh-escaped-newline): New face.
15815         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15816         newline, and use sh-escaped-newline face.
15818         * progmodes/tcl.el (tcl-escaped-newline): New face.
15819         (tcl-builtin-list): New variable.
15820         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15821         newlines.  Fix keywords subexpression number.
15823 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
15825         * textmodes/org.el (org-diary-default-entry): Fix call to
15826         `add-to-diary-entry'.
15828 2005-04-05  Kim F. Storm  <storm@cua.dk>
15830         * ediff-init.el: Use (featurep 'xemacs).
15832 2005-04-05  David Ponce  <david@dponce.com>
15834         * cus-edit.el (face): Derive from symbol widget.  Display sample
15835         of the current face on the fly.
15836         (widget-face-sample-face-get, widget-face-notify): New functions.
15837         (widget-face-value-create): Remove.
15839         * wid-edit.el (widget-field-end): Temporarily remove field
15840         narrowing before to call `get-char-property'.
15842 2005-04-04  Jay Belanger  <belanger@truman.edu>
15844         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15845         (math-read-subscripts): New variable.
15846         (math-read-preprocess-string): Process subscripts.
15848 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15850         * comint.el (comint-prompt-read-only): Doc fix.
15852         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15853         `-1'.  Doc fix.
15855 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
15857         * textmodes/org.el (org-insert-mode-line-in-empty-file):
15858         Change default value to nil.
15860 2005-04-04  Lute Kamstra  <lute@gnu.org>
15862         * autorevert.el (auto-revert-mode): Specify :group.
15863         * battery.el (display-battery-mode): Specify :group.
15864         * diff-mode.el (diff-minor-mode): Specify :group.
15865         * font-core.el (font-lock-mode): Specify :group.
15866         * hl-line.el (hl-line-mode): Specify :group.
15867         * iimage.el (iimage): New customization group.
15868         (iimage-mode): Specify :group.
15869         * longlines.el (longlines-mode): Specify :group.
15870         * master.el: Don't require easy-mmode.
15871         (master): New customization group.
15872         (master-mode): Specify :group.
15873         * msb.el (msb-mode): Specify :group.
15874         * reveal.el (reveal-mode): Specify :group.
15875         * simple.el (next-error-follow-minor-mode): Specify :group.
15876         * smerge-mode.el (smerge-mode): Specify :group.
15877         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15878         * emulation/cua-base.el (cua-mode): Specify :group.
15879         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15880         * language/thai-util.el (thai-auto-composition-mode)
15881         (thai-word-mode): Specify :group.
15882         * mail/supercite.el (sc-minor-mode): Specify :group.
15883         * progmodes/cwarn.el (cwarn-mode): Specify :group.
15884         * progmodes/flymake.el (flymake-mode): Specify :group.
15885         * progmodes/glasses.el (glasses-mode): Specify :group.
15886         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15887         * textmodes/enriched.el (enriched-mode): Specify :group.
15888         * textmodes/refill.el (refill-mode): Specify :group.
15890         * add-log.el (change-log-font-lock-keywords): Names in
15891         parenthesized lists can contain spaces.
15893 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
15895         * startup.el (fancy-splash-text): Shorten default text of
15896         "Emacs Tutorial" line.  Also, if the current language env
15897         indicates an available tutorial file other than TUTORIAL,
15898         extract its title and append it to the line in parentheses.
15899         (fancy-splash-insert): If arg is a thunk, funcall it.
15901 2005-04-04  Jay Belanger  <belanger@truman.edu>
15903         * calc.el (calc-language-alist): Add tags to customization type.
15905 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
15907         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15908         Doc fix.
15910 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
15912         * add-log.el (change-log-font-lock-keywords): The manual
15913         describing a Change Log entry, says: (...) "Aside from these
15914         header lines, every line in the change log starts with a space or
15915         a tab.".  The font-lock was not highlighting lines started with
15916         spaces, added support for it.
15918 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15920         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15921         (bibtex-generate-url-list): Update docstring accordingly.  Put the
15922         complex example in the docstring.
15923         (bibtex-font-lock-url): Use pop.
15925 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15927         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15929         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15931 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15933         * filesets.el (filesets-set-default): Doc fix.
15935 2005-04-03  Lute Kamstra  <lute@gnu.org>
15937         * generic.el (define-generic-mode): Add argument to specify
15938         keywords for defcustom.
15939         (default-generic-mode): Specify :group.
15941         * generic-x.el: Specify :group for all generic modes.
15943         * desktop.el (desktop-no-desktop-file-hook)
15944         (desktop-after-read-hook): Doc fix.
15946 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
15948         * simple.el (visible-mode): Use explicit :group keyword.
15949         This changes the group of `visible-mode-hook' from paren-blinking
15950         to editing-basics.
15952 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
15954         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
15955         mailbox specifications as well as URLs.
15956         (rmail-insert-inbox-text): Remove unused conditional branches.
15958 2005-04-01  Jay Belanger  <belanger@truman.edu>
15960         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15961         (calc-gnuplot-print-command): Move definitions to calc.el.
15963         * calc/calc-embed.el (calc-embedded-announce-formula)
15964         (calc-embedded-open-formula, calc-embedded-close-formula)
15965         (calc-embedded-open-word, calc-embedded-close-word)
15966         (calc-embedded-open-plain, calc-embedded-close-plain)
15967         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15968         (calc-embedded-open-mode, calc-embedded-close-mode):
15969         Move definitions to calc.el.
15971         * calc/calc.el (calc-settings-file, calc-language-alist):
15972         Make customizable.
15973         (calc-embedded-announce-formula, calc-embedded-open-formula)
15974         (calc-embedded-close-formula, calc-embedded-open-word)
15975         (calc-embedded-close-word, calc-embedded-open-plain)
15976         (calc-embedded-close-plain, calc-embedded-open-new-formula)
15977         (calc-embedded-close-new-formula, calc-embedded-open-mode)
15978         (calc-embedded-close-mode, calc-gnuplot-name)
15979         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15980         from other files and make customizable.
15982 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15984         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15985         Use buffer-live-p.
15986         (cvs-mode-run): Don't call cvs-update-header here.
15987         (cvs-run-process): Call cvs-update-header.
15988         Use process properties for cvs-postprocess and cvs-buffer so that
15989         the sentinel can behave better if the temp buffer is killed.
15990         Use a pipe rather than a tty, to better handle unexpected prompts.
15991         (cvs-sentinel): Rewrite.  Call cvs-update-header.
15993 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
15995         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15996         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
15998 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16000         * generic.el (define-generic-mode): Add indentation rule.
16002 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
16004         * files.el (mode-require-final-newline): Make Custom correctly
16005         report a nil value and allow to set it to nil via Custom.
16006         Doc fix.
16008 2005-04-01  Kenichi Handa  <handa@m17n.org>
16010         * international/characters.el: Enable the correct case setting for
16011         dotless-i and dotted-I.
16013 2005-04-01  Kim F. Storm  <storm@cua.dk>
16015         * ido.el (ido-file-internal): Fall back to non-ido command if
16016         initial directory is on slow ftp (or tramp) host.
16018 2005-03-31  Richard M. Stallman  <rms@gnu.org>
16020         * emacs-lisp/autoload.el (make-autoload):
16021         Handle define-global-minor-mode.
16023         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16024         Rename from easy-mmode-define-global-mode.
16025         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
16027         * progmodes/scheme.el (scheme-mode-syntax-table):
16028         Update syntax of | and # for two-character comment syntax.
16030 2005-03-31  Lute Kamstra  <lute@gnu.org>
16032         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
16033         (define-minor-mode): Call custom-current-group at load-time.
16035         * generic.el (define-generic-mode): Add debug declaration.
16036         Add defcustom for the mode hook.
16037         (generic-mode-internal): Use run-mode-hooks.
16039 2005-03-31  Kim F. Storm  <storm@cua.dk>
16041         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
16042         (mouse-fixup-help-message): New defun called by show_help_echo
16043         to fixup mouse-2 prefix in help messages when applicable.
16045         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
16047 2005-03-31  Kenichi Handa  <handa@m17n.org>
16049         * language/thai-word.el (thai-find-word-ends): Pay attention to
16050         the case that we reach the end of buffer.
16052         * textmodes/fill.el (fill-text-properties-at): New function.
16053         (fill-newline): Use fill-text-properties-at instead of
16054         text-properties-at.
16056 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16058         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
16059         not comint-quote-filename.
16061 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
16063         * help-fns.el (help-with-tutorial): Revert last change.
16065 2005-03-31  Kim F. Storm  <storm@cua.dk>
16067         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
16069 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
16071         * calendar/cal-china.el: Update reference to "Calendrical
16072         Calculations" book; there's a new edition.
16073         * calendar/cal-coptic.el: Likewise.
16074         * calendar/cal-french.el: Likewise.
16075         * calendar/cal-hebrew.el: Likewise.
16076         * calendar/cal-islam.el: Likewise.
16077         * calendar/cal-iso.el: Likewise.
16078         * calendar/cal-julian.el: Likewise.
16079         * calendar/cal-mayan.el: Likewise.
16080         * calendar/cal-persia.el: Likewise.
16081         * calendar/calendar.el: Likewise.
16082         * calendar/holidays.el: Likewise.
16083         * calendar/lunar.el: Likewise.
16084         * calendar/solar.el: Likewise.
16086         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
16087         white space from doc string.
16089 2005-03-30  Jay Belanger  <belanger@truman.edu>
16091         * calc/calc-help.el (calc-full-help): Remove email address.
16093 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
16095         * help-fns.el (help-with-tutorial): Delete title line.
16097 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16099         * calendar/cal-x.el (calendar-one-frame-setup)
16100         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
16101         rather than `symbol' for set-window-dedicated-p.
16103         * calendar/appt.el (appt-buffer-name): Make it a constant.
16104         (appt-add): Doc fix.
16106         * filesets.el (filesets-menu-path, filesets-menu-before)
16107         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
16108         (filesets-menu-cache-file): Use directory ~/.emacs.d.
16109         (filesets-add-submenu): Delete and use add-submenu instead.
16111 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
16113         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
16114         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
16115         (org-diary-default-entry): New function.
16116         (org-get-entries-from-diary): Better parsing of diary entries.
16117         (org-agenda-check-no-diary): New function.
16118         ("diary-lib"): Advice to function `add-to-diary-list', to allow
16119         linking to diary entries.
16120         (org-agenda-execute-calendar-command): New function.
16121         (org-agenda): Improve visible section in window.
16122         Use `org-fit-agenda-window'.
16123         (org-fit-agenda-window): New option.
16124         (org-move-subtree-down): Better handling of empty lines
16125         at end of subtree.
16126         (org-cycle): Numeric prefix is interpreted now as show-subtree N
16127         levels up.
16128         (org-fontify-done-headline): New option.
16129         (org-headline-done-face): New face.
16130         (org-set-font-lock-defaults): Use `org-headline-done-face'.
16131         (org-table-copy-down): Rename from `org-table-copy-from-above'.
16132         When current field is non-empty, it is copied to next row.
16133         (org-table-copy-from-above): Fix bug which made it
16134         impossible to copy fields containing only a single non-white character.
16136 2005-03-30  Kim F. Storm  <storm@cua.dk>
16138         * kmacro.el (kmacro-end-macro): Isearch may store this command
16139         into the macro -- so ignore it when executing keyboard macro.
16141 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16143         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
16145 2005-03-29  Kenichi Handa  <handa@m17n.org>
16147         * language/thai.el ("Thai"): Set setup-function and exit-function
16148         for Thai language environment.
16150         * language/thai-util.el: Require thai-word.
16151         (thai-word-mode-map): New variable.
16152         (thai-word-mode): New minor mode.
16153         (setup-thai-language-environment-internal): New function.
16154         (exit-thai-language-environment-internal): New function.
16156         * language/thai-word.el (thai-word-table): Declare it by defvar,
16157         use dolist to initialize it.
16158         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
16159         (thai-fill-find-break-point): New functions.
16161 2005-03-29  Richard M. Stallman  <rms@gnu.org>
16163         * simple.el (idle-update-delay): Move definition up.
16164         (set-mark): Doc fix.
16166 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
16168         * longlines.el: New file.
16170         * simple.el (buffer-substring-filters): New variable.
16171         (filter-buffer-substring): New function.
16172         (kill-region, copy-region-as-kill): Use it.
16174         * register.el (copy-to-register, append-to-register)
16175         (prepend-to-register): Use filter-buffer-substring.
16177 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16179         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
16180         (gud-filter-pending-text): Move in front of gdb.
16181         (gud-overlay-arrow-position): New variable.
16182         (gud-sentinel, gud-display-line): Use it in place of
16183         overlay-arrow-position.
16185 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
16187         * progmodes/fortran.el (fortran-if-indent): Doc fix.
16188         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
16189         (fortran-font-lock-keywords-4): New variable.
16190         (fortran-blocks-re, fortran-end-block-re)
16191         (fortran-start-block-re): New constants, for hideshow.
16192         (hs-special-modes-alist): Add a Fortran entry.
16193         (fortran-mode-map): Bind fortran-end-of-block,
16194         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
16195         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
16196         (fortran-looking-at-if-then, fortran-end-of-block)
16197         (fortran-beginning-of-block): New functions, for hideshow.
16199         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16200         Doc fix.  Tweak regexp.
16201         (f90-beginning-of-block): Push mark first.
16203 2005-03-29  Jay Belanger  <belanger@truman.edu>
16205         * calc/calc.el: Update copyright date.
16206         (calc-version): Increase to 2.1.
16207         (calc-version-date): Remove.
16209         * calc/calc-help.el: Update copyright date.
16210         (calc-full-help): Remove reference to calc-version-date.
16211         Update copyright date.
16213 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16215         * vc.el (vc-do-command): Use a pipe for async processes, so password
16216         prompts don't show up at places where the user can't reply.
16218 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16220         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
16221         on the file name we pass to the inferior shell.
16223 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16225         * progmodes/which-func.el (which-function): Be robust in the face of an
16226         imenu--make-index-alist failure.
16228 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16230         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
16232         * progmodes/python.el (python-preoutput-filter): Fix last change.
16234 2005-03-29  Lute Kamstra  <lute@gnu.org>
16236         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
16237         functions and compiled macros.
16238         (debug-convert-byte-code): Handle macros too.
16239         (debug-on-entry-1): Don't signal an error when trying to clear a
16240         function that is not set to debug on entry.
16242 2005-03-29  Jay Belanger  <belanger@truman.edu>
16244         * calc/calc-lang.el: Add functions to math-function-table
16245         properties of tex and math.
16247 2005-03-29  Kenichi Handa  <handa@m17n.org>
16249         * ps-mule.el (ps-mule-plot-string): Translate characters by
16250         ps-print-translation-table.
16251         (ps-mule-begin-job): Call find-charset-region/string with
16252         ps-print-translation-table.
16253         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
16255         * ps-print.el (ps-print-translation-table): New variable.
16256         (ps-plot-region): Translate characters by ps-print-translation-table.
16258 2005-03-29  Juri Linkov  <juri@jurta.org>
16260         * simple.el (next-error-highlight-timer): New variable.
16262         * progmodes/compile.el (compilation-goto-locus):
16263         Use `next-error-highlight-timer' instead of `sit-for'.
16265 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16267         * mail/supercite.el (sc-mail-field): Use assoc-string.
16268         (sc-get-address): Simplify regexps.
16270         * files.el (minibuffer-with-setup-hook): New macro.
16271         (find-file-read-args): Use it to avoid let-binding
16272         minibuffer-with-setup-hook (which breaks turning on/off
16273         file-name-shadow-mode while in the prompt).
16275         * complete.el (PC-read-include-file-name-internal):
16276         Use test-completion.
16278 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
16280         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
16282 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16284         * window.el (window-buffer-height): Use count-screen-lines.
16286         * progmodes/python.el (python-preoutput-leftover): New var.
16287         (python-preoutput-filter): Use it.
16288         (python-send-receive): Loop until all the result has been received.
16290 2005-03-28  Juri Linkov  <juri@jurta.org>
16292         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
16294         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
16295         "Recover Crashed Session".
16296         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
16297         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
16298         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
16299         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
16300         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
16301         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
16302         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
16303         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
16305         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
16306         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
16307         Ediff Sessions", "Toggle use of separate control buffer frame",
16308         "Use separate frame for Ediff control buffer".
16310         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
16311         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
16312         "Rename Bookmark", "Delete Bookmark".
16314         * info.el (Info-mode-menu): Remove ellipsis from "Index".
16315         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
16316         Add `:active Info-index-alternatives' to "Next Matching Item".
16318         * wdired.el (wdired-change-to-wdired-mode):
16319         Mention `wdired-abort-changes' key in the initial message.
16321         * international/mule.el (auto-coding-alist): Associate non-ascii
16322         image filename extensions with `no-conversion'.
16324 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16326         * international/iso-acc.el:
16327         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
16329 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
16331         * textmodes/sgml-mode.el (html-mode): Doc update.
16333         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
16335 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
16337         * term.el (term-move-columns): Fix face after extending a line.
16338         (term-insert-spaces): Likewise.
16339         (term-reset-terminal): Fix off by one error.
16341 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
16343         * international/mule.el (auto-coding-alist): Add .xpi files.
16345         * files.el (auto-mode-alist): Add .xpi files.
16347 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
16349         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
16351 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
16353         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
16355 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
16357         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
16358         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
16360         * calendar/cal-move.el (calendar-beginning-of-year): Move the
16361         cursor to Jan 1 when needed.
16362         (calendar-end-of-year): Fix -/+ typo.
16363         Reported by Chong Yidong <cyd@stupidchicken.com>.
16365 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16367         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
16369         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
16370         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
16372 2005-03-25  Richard M. Stallman  <rms@gnu.org>
16374         * filesets.el (filesets-init): Add autoload.
16376         * mail/mailalias.el (mail-directory): Doc fix.
16378 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16380         * mail/mailalias.el (mail-directory-process): Do nothing if
16381         mail-directory-process is an atom.
16382         (mail-get-names): Ignore mail-directory-names if it is an atom.
16383         (mail-directory-process defvar): Doc fix.
16384         (mail-names): Doc fix.
16386 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
16388         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
16390 2005-03-26  Kenichi Handa  <handa@m17n.org>
16392         * international/mule-util.el (detect-coding-with-priority):
16393         Call update-coding-systems-internal before detect-coding-region.
16395 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
16397         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
16398         (gdb-frames-mode-map): Add follow-link property.
16400 2005-03-25  Jay Belanger  <belanger@truman.edu>
16402         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
16403         for variables.
16405 2005-03-25  Juri Linkov  <juri@jurta.org>
16407         * image-mode.el: Optimize image filename extension regexps in
16408         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
16409         in `auto-mode-alist'.
16410         (image-mode): Add `image-toggle-display-text' to local hook
16411         `change-major-mode-hook'.  Display the image as an image by
16412         default.  Set `cursor-type' and `truncate-lines' if the image
16413         is already displayed.  Take into account the current mode (image
16414         or text) in message.
16415         (image-minor-mode): New minor mode.
16416         (image-mode-maybe, image-toggle-display-text): New functions.
16417         (image-toggle-display): Use called-interactively-p.
16418         Let-bind `inhibit-read-only' to t.
16420         * image-mode.el (image-minor-mode): Set `cursor-type' and
16421         `truncate-lines' if the image is already displayed.  Add turning
16422         image-minor-mode off to `change-major-mode-hook'.  Add message.
16423         Call `image-toggle-display-text' after turning image-minor-mode off.
16425 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16427         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
16428         Terminal.app, use utf-8.
16429         (set-display-table-and-terminal-coding-system): Add coding-system arg.
16430         (set-locale-environment): Use it.
16432         * term/xterm.el: Undo last change, better done in mule-cmds.el.
16434         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
16436         * progmodes/python.el (python-close-block-statement-p)
16437         (python-outdent-p, python-current-defun): Use symbol-end.
16439 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
16441         * files.el (save-some-buffers): Doc fix.
16443 2005-03-25  Werner Lemberg  <wl@gnu.org>
16445         * complete.el, thumbs.el: Replace `legal' with `valid'.
16446         * calendar/calendar.el: Replace `legal' with `valid'.
16447         * emacs-lisp/advice.el: Replace `legal' with `valid'.
16448         * mail/supercite.el: Replace `legal' with `valid'.
16449         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
16450         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
16451         Replace `legal' with `valid'.
16452         * textmodes/reftex-vars.el, textmodes/reftex.el:
16453         Replace `legal' with `valid'.
16455 2005-03-25  Werner Lemberg  <wl@gnu.org>
16457         * calc/calc-forms.el, calc/calc-sel.el:
16458         * midnight.el, vc-cvs.el:
16459         * emacs-lisp/cl-macs.el:
16460         * emulation/vip.el:
16461         * eshell/esh-io.el, eshell/esh-var.el:
16462         * mail/supercite.el:
16463         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
16464         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
16465         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
16466         * progmodes/sh-script.el, progmodes/xscheme.el:
16467         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
16468         * textmodes/reftex-index.el, textmodes/reftex-parse.el
16469         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
16470         * textmodes/reftex.el, textmodes/org.el:
16471         Replace `illegal' with `invalid'.
16473 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16475         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
16476         (flymake-find-buildfile, flymake-find-possible-master-files)
16477         (flymake-check-include, flymake-parse-line): Replace loops over the
16478         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
16480         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
16481         Substitute file-name-as-directory in the rest of the file.
16482         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
16483         (flymake-replace-region): Remove unused arg `buffer'.
16484         (flymake-check-patch-master-file-buffer): Update calls to it.
16485         (flymake-add-err-info): Remove unused var `count'.
16486         (flymake-mode): Use define-minor-mode.
16488         * progmodes/flymake.el: Use with-current-buffer.
16489         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
16490         flymake-replace-regexp-in-string, flymake-line-beginning-position)
16491         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
16492         Avoid testing for `xemacs'.
16493         (flymake-nop): Move.
16494         (flymake-region-has-flymake-overlays): Return the computed value.
16495         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
16496         Remove unused var `endline'.
16497         (flymake-get-line-count): Remove unused function.
16498         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
16500         * emulation/vi.el:
16501         * generic.el:
16502         * hilit-chg.el (global-highlight-changes):
16503         * hi-lock.el (hi-lock-mode):
16504         * follow.el: find-file-hooks -> find-file-hook.
16506         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
16508 2005-03-24  Juri Linkov  <juri@jurta.org>
16510         * dired.el (dired-mode-map): Add menu item "Compare directories"
16511         for dired-compare-directories.
16513         * dired-aux.el (dired-compare-directories): Add autoload cookie.
16514         Doc fix.  Replace `read-file-name' with `read-directory-name'.
16516 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16518         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
16520 2005-03-24  Jay Belanger  <belanger@truman.edu>
16522         * calc/calc-embed.el (calc-embedded-mode-change): Save all
16523         relevant mode settings in calc-embedded-original-modes when modes
16524         are permanently changed.
16526 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16528         * autoinsert.el: find-file-hooks -> find-file-hook.
16530 2005-03-24  Lute Kamstra  <lute@gnu.org>
16532         * generic.el (generic-font-lock-defaults): Make it obsolete.
16533         (generic-font-lock-keywords): New variable to replace
16534         generic-font-lock-defaults.
16535         (generic-mode-set-font-lock): Delete it.
16536         (generic-mode-internal): Don't call generic-mode-set-font-lock.
16537         (generic-bracket-support): Add docstring.
16539         * generic-x.el: Rename generic-font-lock-defaults to
16540         generic-font-lock-keywords throughout.
16541         (mailagent-rules-setup-function): Delete it.
16542         (mailagent-rules-generic-mode): Use anonymous function instead.
16543         (show-tabs-generic-mode-font-lock-defaults-1)
16544         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
16545         Quote faces.
16546         (show-tabs-tab-face, show-tabs-space-face): Specify background,
16547         not foreground.
16549         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
16550         Recognize define-generic-mode.
16552 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16554         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
16555         if there's no completion table.
16557 2005-03-23  Miles Bader  <miles@gnu.org>
16559         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16560         Remove tty-specific variants, as they're no longer needed.
16562 2005-03-23  Lute Kamstra  <lute@gnu.org>
16564         * generic-x.el: Code cleanup: make args constant whenever possible.
16565         (installshield-statement-keyword-list)
16566         (installshield-system-functions-list)
16567         (installshield-system-variables-list, installshield-types-list)
16568         (installshield-funarg-constants-list): Make them constants.
16570         * generic.el (generic-make-keywords-list): Add autoload cookie.
16572         * calendar/time-date.el: Add comment on time value formats.
16573         Don't require parse-time.
16574         (with-decoded-time-value): New macro.
16575         (encode-time-value): New function.
16576         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16577         (days-to-time): Return a valid time value when arg is huge.
16578         (time-since): Use time-subtract.
16579         (time-to-number-of-days): Use time-to-seconds.
16581 2005-03-23  David Ponce  <david@dponce.com>
16583         * recentf.el: (recentf-keep): New option.
16584         (recentf-menu-action): Default to `find-file'.
16585         (recentf-keep-non-readable-files-flag)
16586         (recentf-keep-non-readable-files-p)
16587         (recentf-file-readable-p, recentf-find-file)
16588         (recentf-cleanup-remote): Remove.
16589         (recentf-include-p): More robust.
16590         (recentf-keep-p): New function.
16591         (recentf-remove-if-non-kept): Rename from
16592         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
16593         All callers updated.
16594         (recentf-menu-items-for-commands): Fix help string.
16595         (recentf-track-closed-file): Update.  Doc fix.
16596         (recentf-cleanup): Update.  Count removed files.  Doc fix.
16598 2005-03-23  Kim F. Storm  <storm@cua.dk>
16600         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16601         Don't inherit from fringe face (now happens automatically).
16603 2005-03-22  Kim F. Storm  <storm@cua.dk>
16605         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
16606         position values.
16608 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16610         * menu-bar.el (showhide-date-time): Remove.
16611         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
16612         (menu-bar-make-mm-toggle): Simplify.
16614 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16616         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
16617         Accept qualified variable and function names.
16619 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
16621         * bindings.el (completion-ignored-extensions):
16622         Remove ".lis" for `vax-vms'.
16624 2005-03-22  Andreas Schwab  <schwab@suse.de>
16626         * generic-x.el: Revert last change.
16627         * ldefs-boot.el: Update.
16629 2005-03-22  Jay Belanger  <belanger@truman.edu>
16631         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
16632         (calc-embedded-save-original-modes)
16633         (calc-embedded-restore-original-modes): New functions.
16634         (calc-do-embedded): Save original modes when entering embedded mode
16635         and restore when leaving embedded mode.
16636         (calc-embedded-modes-change): Change the value of
16637         calc-embedded-original-modes to reflect permanent changes.
16639 2005-03-22  Lute Kamstra  <lute@gnu.org>
16641         * generic-x.el: Require generic again.
16643 2005-03-22  Miles Bader  <miles@gnu.org>
16645         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16646         Tweak details to look good on both ttys and bitmap displays, light
16647         or dark background, etc.
16649 2005-03-21  Kim F. Storm  <storm@cua.dk>
16651         * tooltip.el (tooltip-show-help-function): Check car and cdr of
16652         mouse position.
16654 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16656         * icomplete.el: Don't forcibly turn on the mode upon load.
16657         (icomplete-mode): Use define-minor-mode.
16658         (icomplete-eoinput): Default to nil.
16659         (icomplete-minibuffer-setup): Remove autoload.
16660         (icomplete-tidy): Simplify.
16661         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
16662         in the initial state or if the user has modified the field.
16663         Fix handling of icomplete-max-delay-chars.
16664         Remove code that handles the oddball case where
16665         minibuffer-completion-table is an integer.
16666         Wrap icomplete-completions in while-no-input in case building
16667         completions takes more time than expected.
16668         (icomplete-completions): Simplify.
16670 2005-03-21  Richard M. Stallman  <rms@gnu.org>
16672         * jka-compr.el (jka-compr-really-do-compress):
16673         Make variable buffer-local.
16675         * image-mode.el: Handle .xpm files too.
16676         (image-toggle-display): Preserve modification flag.
16678         * help.el (where-is): Don't mention aliases with no key bindings.
16680 2005-03-21  Lute Kamstra  <lute@gnu.org>
16682         * generic.el: Fix commentary section.  Don't require cl for
16683         compilation.
16684         (generic-mode-list): Add autoload cookie.
16685         (generic-use-find-file-hook, generic-lines-to-scan)
16686         (generic-find-file-regexp, generic-ignore-files-regexp)
16687         (generic-mode, generic-mode-find-file-hook)
16688         (generic-mode-ini-file-find-file-hook): Fix docstrings.
16689         (define-generic-mode): Make it a defmacro.  Fix docstring.
16690         (generic-mode-internal): Code cleanup.  Add autoload cookie.
16691         (generic-mode-set-comments): Code cleanup.
16692         * generic-x.el: Don't prevent compilation.  Don't require generic.
16693         Follow coding conventions.  Minor code cleanup.
16694         (etc-fstab-generic-mode): Add some keywords.
16695         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
16696         define-generic-mode like a function declaration.
16698 2005-03-21  Jay Belanger  <belanger@truman.edu>
16700         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
16701         changing modes.
16703 2005-03-21  Sam Steingold  <sds@gnu.org>
16705         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
16707 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
16709         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
16710         Add underscore to "f$ lexicals" regexp.
16712 2005-03-20  Juri Linkov  <juri@jurta.org>
16714         * subr.el (progress-reporter-do-update): When `min-value' is equal
16715         to `max-value', set `percentage' to 0 and prevent division by zero.
16717 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
16719         Sync with Tramp 2.0.48.
16721         * net/tramp.el (all): Change all addresses to .gnu.org.
16722         (tramp-append-tramp-buffers): New defun.
16723         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
16724         Catch `dont-send' signal.
16725         (tramp-set-auto-save-file-modes): Set always permissions, because
16726         there might be an old auto-saved file belonging to another
16727         original file.  This could be a security threat.  Reported by
16728         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
16729         Check for Emacs 21.3.50 removed.
16731         * net/tramp-smb.el (all): Remove debug construct for
16732         `with-parsed-tramp-file-name'.
16733         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
16734         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
16735         No error message if DIRECTORY or FILENAME doesn't exist.
16736         (tramp-smb-open-connection): Check existence of
16737         `tramp-smb-program'.
16739 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16741         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
16742         Properly handle the case where the `m' or `s' command's argument is not
16743         yet terminated.
16744         (perl-indent-new-calculate): New function.
16745         (perl-indent-line): Use it.
16747 2005-03-20  Miles Bader  <miles@gnu.org>
16749         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
16750         in text-mode too.  Change to new face names.
16751         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
16752         Add `:weight bold' attribute.
16753         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
16755 2005-03-19  Juri Linkov  <juri@jurta.org>
16757         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
16759         * international/mule.el (auto-coding-alist): Sync with
16760         `auto-mode-alist' by adding upper case archive file extensions
16761         and adding ear/war to jar extension.
16763 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
16765         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16766         running, restart it.
16768 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
16770         * finder.el (finder-current-item): Throw an error on an empty line.
16772         * man.el (Man-follow-manual-reference): If current-word returns
16773         nil, use "".
16775 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
16777         * simple.el (goto-line): Doc fix.
16779 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
16781         * files.el (save-buffer): Doc fix.
16783 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
16785         * recentf.el (recentf-cleanup-remote): New variable.
16786         (recentf-cleanup): Use it to conditionally check availability of
16787         remote files.
16789 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
16791         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16792         function names.
16794 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16796         * language/thai-word.el: New file.
16798 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16800         * files.el (backup-buffer): If the file's directory is not
16801         writable, use copy instead of move to backup the file.
16803 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16805         * obsolete/keyswap.el: Moved to obsolete/ from term/.
16807 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16809         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16810         Use functionp instead of symbolp and fboundp.  Reported by Drkm
16811         <darkman_spam@yahoo.fr>.
16812         (ps-print-version): New version 6.6.6.
16814 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
16816         * textmodes/table.el (table--line-column-position): New idiom.
16817         (table--row-column-insertion-point-p): New function to test
16818         validity of row and column insertion operation at a location.
16819         (table-global-menu, table-cell-menu): Use above functions for
16820         deterministic test operation.
16821         (table--editable-cell-p): Behave in deterministic fashion.
16823 2005-03-18  Juri Linkov  <juri@jurta.org>
16825         * isearch.el (isearch-lazy-highlight-new-loop):
16826         Make arguments beg and end optional.
16827         (isearch-update): Remove optional arguments nil from
16828         isearch-lazy-highlight-new-loop.
16829         (isearch-lazy-highlight-search): Let-bind case-fold-search to
16830         isearch-lazy-highlight-case-fold-search instead of
16831         isearch-case-fold-search, and let-bind isearch-regexp to
16832         isearch-lazy-highlight-regexp.
16833         Use isearch-lazy-highlight-last-string instead of isearch-string.
16835         * replace.el (perform-replace): Remove bindings of global
16836         variables isearch-string, isearch-regexp, isearch-case-fold-search.
16837         Add three new arguments to `replace-highlight'.
16838         (replace-highlight): Add arguments string, regexp, case-fold.
16839         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16840         to allow isearch-lazy-highlight-new-loop to use these values
16841         to set corresponding isearch-lazy-highlight-* internal
16842         variables whose values lazy highlighting will use regardless of
16843         changes to global variables isearch-string, isearch-regexp,
16844         isearch-case-fold-search during lazy highlighting loop.
16845         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16846         to `lazy-highlight-cleanup'.
16848         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16849         (ispell-highlight-face): Set default face to `isearch' when
16850         lazy highlighting is enabled.
16851         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16852         priority to 1.  Add lazy highlighting.
16853         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16854         from `isearch-dehighlight'.
16856 2005-03-18  David Ponce  <david@dponce.com>
16858         * files.el (hack-local-variables): Do a case-insensitive search
16859         for End.
16861 2005-03-18  Juri Linkov  <juri@jurta.org>
16863         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16864         `isearch-lazy-highlight-cleanup', add alias to old name and
16865         declare obsolete.  Add release numbers to other obsolete vars.
16866         (isearch-done, isearch-lazy-highlight-new-loop):
16867         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16868         (lazy-highlight-cleanup) <variable>: Doc fix.
16869         (isearch-lazy-highlight-update): Rename obsolete
16870         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16872 2005-03-18  Kenichi Handa  <handa@m17n.org>
16874         * language/thai-util.el: Fix categorization of Thai characters in
16875         thai-category-table.
16876         (thai-composition-pattern): Adjust it for the above change.
16877         (thai-self-insert-command, thai-compose-syllable): New functions.
16878         (thai-compose-region): Use thai-compose-syllable.
16879         (thai-compose-string): Likewise.
16880         (thai-composition-function): Likewise.
16881         (thai-auto-composition): New function.
16882         (thai-auto-composition-mode): New minor mode.
16884         * language/thai.el: Fix patterns to be registered in
16885         composition-function-table.
16887         * international/quail.el (quail-input-method): Locally bind
16888         inhibit-modification-hooks to t.
16890 2005-03-17  Richard M. Stallman  <rms@gnu.org>
16892         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16893         (perl-mode): Use run-mode-hooks.
16895         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16896         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16897         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16899         * mail/sendmail.el (sendmail-send-it): Reenable the code
16900         to compute resend-to-address and use it.
16902         * tar-mode.el (tar-mode): Turn off undo unconditionally.
16904         * image-mode.el: New file.
16906         * image.el (insert-sliced-image): Add autoload cookie.
16908         * font-lock.el (font-lock-lines-before): New user option.
16909         (font-lock-after-change-function): Obey it.
16911         * bindings.el (esc-map): Make M-g a prefix.
16912         Bind M-g g and M-g M-g to goto-line.
16914         * faces.el (face-id): Doc fix.
16916 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16918         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16919         (rmail-show-message): Use rmail-unknown-mail-followup-to.
16920         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16922         * mail/sendmail.el (mail-yank-ignored-headers)
16923         (mail-font-lock-keywords, mail-mode-fill-paragraph):
16924         Add Mail-Followup-To and Mail-Reply-To headers.
16925         (mail-citation-hook): Add autoload cookie.
16926         (mail-mode): Doc fix.
16927         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16928         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16929         (mail-mode-fill-paragraph): Handle those headers.
16930         (mail-mailing-lists): New variable.
16931         (mail-mail-reply-to, mail-mail-followup-to): New functions.
16933 2005-03-17  Juri Linkov  <juri@jurta.org>
16935         * isearch.el (isearch-fallback): Check for `(car previous)'
16936         before calling `isearch-other-end-state'.
16938 2005-03-17  Kim F. Storm  <storm@cua.dk>
16940         * simple.el (move-beginning-of-line): Move to beginning of buffer
16941         line, as well as beginning of screen line.
16943 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
16945         * calendar/diary-lib.el (mark-diary-entries): Use new optional
16946         argument REDRAW rather than calendar-redrawing variable.
16947         * calendar/calendar.el (calendar-redrawing): Delete.
16948         (redraw-calendar): Do not bind calendar-redrawing.
16950 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
16952         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16953         diary-file buffer.
16955 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16957         * help.el (describe-mode): Allow a :minor-mode-function property to
16958         specify a different minor mode toggle function than the variable.
16959         * simple.el (auto-fill-function):
16960         * subr.el (add-minor-mode): Use it.
16962 2005-03-16  Kenichi Handa  <handa@m17n.org>
16964         * language/ethio-util.el (sera-being-called-by-w3): New variable.
16965         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16966         (ethio-fidel-to-sera-buffer): Likewise.
16968 2005-03-16  Juri Linkov  <juri@jurta.org>
16970         * emacs-lisp/find-func.el (find-function-regexp):
16971         Add defun-emitting macro `menu-bar-make-toggle'.
16973         * isearch.el: Put `isearch-scroll' property to
16974         `split-window-horizontally'.
16976         * info.el: Update error messages for `debug-ignored-errors'.
16977         (Info-isearch-search): Doc fix.
16978         (Info-find-node): Move up code to go into info buffer before
16979         recording the node to the history.
16980         (Info-fontify-node): Fontify titles only if the next line
16981         has two or more `*', `=', `-', `.'.
16982         Display "go to this node" for empty (match-string 3).
16984 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16986         * term/mac-win.el: Add mouse pointer shape constants.
16988 2005-03-15  Kim F. Storm  <storm@cua.dk>
16990         * simple.el (move-beginning-of-line): Use vertical-motion.
16992 2005-03-15  Juri Linkov  <juri@jurta.org>
16994         * isearch.el (isearch-error): New variable.
16995         (isearch-invalid-regexp, isearch-within-brackets): Remove.
16996         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16997         (isearch-within-brackets-state): Remove.
16998         (isearch-case-fold-search-state, isearch-pop-fun-state):
16999         Decrease frame index.
17000         (isearch-mode, isearch-top-state, isearch-push-state)
17001         (isearch-edit-string, isearch-abort, isearch-search-and-update)
17002         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
17003         (isearch-search, isearch-lazy-highlight-new-loop):
17004         Replace `isearch-invalid-regexp' with `isearch-error'.
17005         Remove `isearch-within-brackets'.
17006         (isearch-search): Add `search-failed' handler to `condition-case'.
17007         (isearch-lazy-highlight-search): Add `condition-case' to catch
17008         errors and allow `isearch-lazy-highlight-update' to try
17009         highlighting from the beginning of the window.
17010         (isearch-repeat): Move up code to set isearch-wrapped to t
17011         before calling isearch-wrap-function.
17013         * info.el (Info-isearch-initial-node): New internal variable.
17014         (Info-search): Signal an error in isearch mode when search leaves
17015         the initial node.  Signal an error when `bound' is non-nil and
17016         nothing was found in the current subfile.
17017         (Info-isearch-search): Remove `condition-case'.
17018         (Info-isearch-wrap): Don't wrap when search failed during leaving
17019         the initial node.  If `Info-isearch-search' is nil, wrap around
17020         the current node.
17021         (Info-isearch-start): New fun.
17022         (Info-mode): Add buffer-local hook `Info-isearch-start' to
17023         `isearch-mode-hook'.
17025 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17027         * simple.el (normal-erase-is-backspace): Set default to t if
17028         running on Mac.
17030         * term/mac-win.el (function-key-map): Sync with x-win.el.
17032 2005-03-15  Kenichi Handa  <handa@m17n.org>
17034         * international/mule-cmds.el (locale-language-names): Modify the
17035         format of elements and add more entries.
17036         (locale-preferred-coding-systems): Add more entries.
17037         (set-locale-environment): Adjust for the change of
17038         locale-language-names.
17040 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17042         * pcvs.el (smerge-ediff): Remove bogus autoload.
17044 2005-03-14  Lute Kamstra  <lute@gnu.org>
17046         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
17047         Ignore a `*' at the beginning of a line.
17049         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
17050         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
17051         subr.el.
17052         (dont-compile, eval-when-compile, eval-and-compile): Use declare
17053         to specify indentation.
17055         * generic.el (define-generic-mode): Let generic-mode-list be a
17056         list of strings; test membership with equal.
17058 2005-03-14  Kim F. Storm  <storm@cua.dk>
17060         * simple.el (next-line, previous-line): Add optional try-vscroll
17061         arg to recognize interactive use.  Pass it on to line-move.
17062         (line-move): Don't perform auto-window-vscroll when defining or
17063         executing keyboard macro to ensure consistent behavior.
17065 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17067         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
17069 2005-03-13  Lute Kamstra  <lute@gnu.org>
17071         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
17072         debugger-setup-buffer so that backtrace marks the frames set to
17073         debug-on-exit and we don't have to do it manually.  Set an extra
17074         debug-on-exit for macro's.
17075         (debugger-setup-buffer): Don't mark the top frame manually.
17077 2005-03-12  Lute Kamstra  <lute@gnu.org>
17079         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
17080         lisp-indent-function throughout.
17081         (with-no-warnings): Set lisp-indent-function property.
17083 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
17085         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
17086         Add entry for backslash.
17088 2005-03-12  Juri Linkov  <juri@jurta.org>
17090         * info.el (Info-search): Four fixes for backward search.
17092 2005-03-11  Jay Belanger  <belanger@truman.edu>
17094         * calc/calc.el (calc-language-alist): New variable.
17095         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
17096         (calc-embedded-find-modes): Use calc-language-alist instead of
17097         calc-embedded-language-alist.
17099 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17101         * calendar/calendar.el (calendar-redrawing): New internal
17102         variable.
17103         (redraw-calendar): Remove bogus save-excursion from previous
17104         change.  Bind calendar-redrawing to t for mark-diary-entries.
17105         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
17106         calendar if that is why we were called.
17108 2005-03-11  Kenichi Handa  <handa@m17n.org>
17110         * international/mule.el (make-coding-system): Set property
17111         coding-system-define-form to nil.
17112         (define-coding-system-alias): Likewise.
17114 2005-03-11  Kenichi Handa  <handa@m17n.org>
17116         These changes are suggested by Dave Love <fx@gnu.org>.
17118         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
17119         coding: tag.
17120         (adaptive-fill-regexp): Add more bullets.
17121         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
17122         regexps.
17124 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17126         * help.el (describe-mode): Properly handle non-trivial lighters.
17127         Don't ignore minor modes that are not listed in minor-mode-list.
17129         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
17130         feature ON when the user requests to turn it OFF.
17132 2005-03-10  Lute Kamstra  <lute@gnu.org>
17134         * emacs-lisp/debug.el (debug-entry-code): Delete it.
17135         (implement-debug-on-entry): New function to replace debug-entry-code.
17136         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
17137         second argument as the 2005-03-07 change makes it obsolete.
17138         (debug-on-entry, cancel-debug-on-entry): Update call to
17139         debug-on-entry-1.
17140         (debug, debugger-setup-buffer): Comment update.
17141         (debugger-frame-number): Update to work with implement-debug-on-entry.
17143 2005-03-10  Jay Belanger  <belanger@truman.edu>
17145         * calc/calc-embed.el (math-ms-args): Declare it.
17146         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
17147         math-ms-args.
17148         (calc-embedded-subst): Use math-multi-subst-rec to substitute
17149         variables.
17151 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
17153         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
17154         Use message-box.
17156         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
17157         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
17158         (tooltip-gud-tips): Simplify.
17159         (tooltip-gud-tips-p): Remove superfluous :set.
17160         (tooltip-gud-modes): Add fortran-mode.
17161         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
17163         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
17165 2005-03-09  Kim F. Storm  <storm@cua.dk>
17167         * play/animate.el (animate-place-char): Use forward-line instead
17168         of next-line to improve performance.
17170 2005-03-09  Simon Josefsson  <jas@extundo.com>
17172         * net/browse-url.el (browse-url-default-browser): Doc fix.
17174 2005-03-09  Miles Bader  <miles@gnu.org>
17176         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
17177         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
17179 2005-03-09  Kenichi Handa  <handa@m17n.org>
17181         * international/latin-1.el: Set case and syntax for 255 only if
17182         set-case-syntax-set-multibyte is nil.
17184         * textmodes/ispell.el (ispell-insert-word): New function.
17185         (ispell-word): Use ispell-insert-word to insert a new word.
17186         (ispell-process-line): Likewise.
17187         (ispell-complete-word): Likewise.
17189 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
17191         * calendar/calendar.el (redraw-calendar): Preserve point.
17192         Reported by Matt Hodges <MPHodges@member.fsf.org>.
17193         (calendar-week-start-day): Move after definition of
17194         redraw-calendar.  Delete buffer test, since redraw-calendar has
17195         that now.
17197         * calendar/diary-lib.el (mark-diary-entries): Only call
17198         redraw-calendar in the first of any recursive calls.
17199         Reported by Alan Shutko <ats@acm.org>.
17201 2005-03-08  Juri Linkov  <juri@jurta.org>
17203         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
17204         (html-horizontal-rule, html-line, html-image, html-checkboxes)
17205         (html-radio-buttons): Add a space before the trailing `/>' where
17206         sgml-xml-mode is non-nil.
17207         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
17208         the subsequent tag of the empty XML tag.
17209         (html-href-anchor): Don't set initial input to "http:".
17210         (html-image): Ask for the image URL and set point inside alt="".
17211         (html-name-anchor): Duplicate the name in the `id' attribute when
17212         sgml-xml-mode is non-nil.
17213         (html-paragraph): Remove \n before <p>.
17214         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
17215         instead of `checked' when sgml-xml-mode is non-nil.
17217         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
17218         Remove 1 space before #RRGGBB to not truncate it on terminal
17219         windows w/o fringes.  Remove 1 space between bg and fg examples
17220         to get more space.
17221         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
17222         avoid byte-compile warnings.
17224         * image-file.el (image-file-handler): Put `safe-magic' property to
17225         `image-file-handler'.
17227         * info.el (Info-isearch-search): Emulate word search in
17228         isearching through multiple Info nodes with Info-search.
17229         (Info-isearch-wrap): Allow isearch-word.
17231 2005-03-08  Lute Kamstra  <lute@gnu.org>
17233         * emacs-lisp/debug.el (debugger-step-through): Make sure that
17234         stepping into the debugger's code is not possible.
17235         (debugger-jumping-flag): Docstring update.
17237 2005-03-08  Jay Belanger  <belanger@truman.edu>
17239         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
17240         embedded mode begins.
17241         (calc-embedded-language-alist): New variable.
17242         (calc-embedded-find-modes): Use calc-embedded-language-alist to
17243         set default language mode.
17245 2005-03-08  Kenichi Handa  <handa@m17n.org>
17247         * international/ccl.el (define-ccl-program): Fix docstring about
17248         extra 256 bytes assured for the output buffer.
17250         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17251         Fix BUFFER_MAGNIFICATION to 2.
17252         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17254 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
17256         * align.el (align-rules-list): Added an alignment rule for CSS
17257         declarations (applies to css-mode and html-mode buffers).
17259 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17261         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
17263 2005-03-07  Kim F. Storm  <storm@cua.dk>
17265         * simple.el (move-beginning-of-line): New command.
17267         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
17269         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
17271         * emulation/cua-base.el: Put CUA move property on move-end-of-line
17272         and move-beginning-of-line.
17274         * apropos.el (apropos-print): Omit command from M-x ... RET.
17276 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
17278         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
17279         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
17281 2005-03-06  Richard M. Stallman  <rms@gnu.org>
17283         * bindings.el (esc-map): Bind M-g to goto-line.
17285         * facemenu.el (global-map): Bind M-o, not M-g.
17287 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17289         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
17290         "Open Directory" as for "Open File".
17292 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
17294         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
17295         (push-mark-command): Run activate-mark-hook.
17297 2005-03-06  Richard M. Stallman  <rms@gnu.org>
17299         * help-mode.el (help-mode-finish): Don't alter the element
17300         in view-return-to-alist if there already is one.
17302         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
17303         make sure the current buffer is the expected one.
17305         * novice.el (disabled-command-function): Output in *Disabled Command*.
17306         Explicitly ignore non-keyboard events, and explicitly handle C-g.
17308         * textmodes/flyspell.el (flyspell-large-region):
17309         Pass args differently for aspell.
17311         * files.el (mode-require-final-newline): Doc fix.
17313 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
17315         * progmodes/which-func.el (which-function):
17316         Specify NOERROR when calling imenu--make-index-alist.
17318 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17320         * simple.el (normal-erase-is-backspace): Define default value.
17322         * custom.el (custom-theme-set-variables): Remove unused var
17323         `immediate'.
17324         (custom-reevaluate-setting): Simple function to handle variables
17325         that are defined before their default value can really be
17326         computed.
17328         * startup.el (command-line): Use it for temporary-file-directory,
17329         small-emporary-file-directory, auto-save-file-name-transforms,
17330         blink-cursor-mode, and normal-erase-is-backspace.
17332         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
17333         progress, even with buggy anchored keywords.
17335 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
17337         * simple.el (goto-line): Remove unbalanced final parenthesis.
17339 2005-03-05  Richard M. Stallman  <rms@gnu.org>
17341         * simple.el (goto-line): Use a number at point as the default.
17342         With C-u as arg, switch buffers.
17344 2005-03-05  Juri Linkov  <juri@jurta.org>
17346         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
17347         with `no-blinking-cursor'.
17349         * startup.el (no-blinking-cursor): New defvar.
17350         (command-line): Add `--no-blinking-cursor' to longopts.
17351         Set `no-blinking-cursor' to t for command line arguments
17352         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
17353         with `no-blinking-cursor' in the condition for calling
17354         `blink-cursor-mode'.
17356 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
17358         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
17359         (menu-bar-options-save): Add blink-cursor-mode.
17360         (menu-bar-options-menu): Add blink-cursor-mode.
17362 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
17364         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
17365         (icalendar-export-file, icalendar-export-region)
17366         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
17367         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
17369 2005-03-04  Lute Kamstra  <lute@gnu.org>
17371         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
17372         (debug-function-list): Ditto.
17374 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
17376         * textmodes/texinfmt.el (texinfo-append-refill):
17377         Redefine the types of line to which @refill
17378         is not appended by replacing a search for `@refill\\|@bye' with
17379         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
17380         itemize@refill' bug and the unfilled long lines bug.
17381         (texinfmt-version): Update number and date.
17383 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17385         * international/code-pages.el (windows-1250, windows-125[2-8])
17386         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
17388 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17390         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
17391         bound yet.
17393 2005-03-02  Romain Francoise  <romain@orebokech.com>
17395         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
17396         buffer after removing limits.
17397         (ibuffer-pop-filter): Ditto.
17398         Update copyright.
17400 2005-03-02  Miles Bader  <miles@gnu.org>
17402         * button.el (make-text-button): If the user doesn't specify a
17403         type, use the default.  Rewrite to use `add-text-properties' and
17404         plist functions.
17406 2005-03-01  Lute Kamstra  <lute@gnu.org>
17408         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
17409         (debugger-jumping-flag): New var.
17410         (debug-entry-code): Use it.
17411         (debugger-jump): Use debugger-jumping-flag and add
17412         debugger-reenable to post-command-hook.
17413         (debugger-reenable): Use debugger-jumping-flag and remove itself
17414         from post-command-hook.
17415         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
17416         debugger-reenable.
17418 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
17420         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
17421         inclusion of "itemize\\|", which may be unnecessary, is certainly
17422         inelegant, and stops refilling in itemize lists when formatting
17423         Japanese Texinfo files to Info.
17424         Update copyright to 2005.
17426 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
17428         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
17429         of an error if GDB can't find the source file.
17431 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
17433         * calendar/calendar.el (redraw-calendar): Work from any buffer,
17434         not just the calendar.
17436         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
17437         first.
17438         (diary-redraw-calendar): New function.
17439         (make-diary-entry): Add diary-redraw-calendar to local
17440         write-contents-functions.  Turn off selective display before
17441         inserting in diary.
17443 2005-03-01  Kim F. Storm  <storm@cua.dk>
17445         * emacs-lisp/copyright.el (copyright-fix-years): New command.
17447 2005-03-01  Lute Kamstra  <lute@gnu.org>
17449         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
17450         that debug-entry-code can be safely removed from a function while
17451         this code is being evaluated.  Revert the 2005-02-27 change as the
17452         new implementation no longer requires it.  Make sure that a
17453         function body containing just a string is not mistaken for a docstring.
17454         (debug): Skip one more frame in case of debug on entry.
17455         (debugger-setup-buffer): Delete one more frame line in case of
17456         debug on entry.
17457         (debugger-frame-number): Update to use the new text introduced by
17458         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
17460 2005-02-28  Kim F. Storm  <storm@cua.dk>
17462         * double.el (double-translate-key): Call force-window-update after
17463         read-event to avoid crash in redisplay.
17465 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17467         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
17468         (debug): Use it.  Move the inhibit-trace earlier.
17469         (debug-entry-code): New const.
17470         (debug-on-entry-1): Use it.
17472 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
17474         * international/utf-16.el (ccl-encode-mule-utf-16le):
17475         Fix BUFFER_MAGNIFICATION to 2.
17476         (ccl-encode-mule-utf-16be): Likewise.
17478 2005-02-28  Kenichi Handa  <handa@m17n.org>
17480         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17481         Fix BUFFER_MAGNIFICATION to 4.
17482         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17484 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
17486         * speedbar.el (speedbar-update-flag): Doc fix.
17487         (speedbar-show-info-under-mouse): Give set-mouse-position the right
17488         argument.
17490 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17492         * reveal.el (reveal-post-command): Don't try to reveal overlays which
17493         have a non-nil `invisible' property but are actually visible.
17495         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
17496         for perldoc sections.
17497         (perl-outline-regexp, perl-outline-level): New var and function.
17498         (perl-mode): Use them.
17500 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
17502         * calendar/diary-lib.el (diary-remind): Discard any mark portion
17503         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
17505 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
17507         * cus-edit.el: Comment change.
17508         (custom-buffer-create-internal): Slightly reword text at top of
17509         Custom buffers.  Mention there that saving an option edits the
17510         init file.  Add link to Emacs manual node on `custom-file'.
17511         (custom-magic-alist): Rewrite individual State messages to use
17512         capitalized keywords.  Doc fix.
17514 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
17516         * calendar/calendar.el (calendar-buffer): Move above
17517         calendar-week-start-day.
17518         (calendar-week-start-day): Doc fix.  Add :set function.
17519         (calendar-minimum-window-height): New variable.
17520         (generate-calendar-window): Only resize window if selected-window
17521         is displaying the calendar buffer.  Use new variable
17522         calendar-minimum-window-height.
17523         (generate-calendar): Reword error message.
17524         (calendar-mode-map): Bind DEL to scroll-other-window-down.
17526 2005-02-27  Andreas Schwab  <schwab@suse.de>
17528         * vc.el (vc-do-command): Don't run command asynchronously when
17529         operating in a remote directory.
17531         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
17532         change from sync with Tramp 2.0.47.
17534 2005-02-27  Richard M. Stallman  <rms@gnu.org>
17536         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
17538         * textmodes/flyspell.el (flyspell-mode-on):
17539         Call ispell-change-dictionary only if necessary.
17541         * emacs-lisp/re-builder.el (regexp-builder): New function.
17543         * register.el (describe-register-1): Explicitly handle
17544         yank-excluded-properties = t.
17546         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
17547         (custom-magic-alist): Change the status descriptions again.
17548         (face widget-type): Total rewrite based on `restricted-sexp'
17549         to eliminate the confusing double hiding levels.
17551         * emacs-lisp/debug.el (debug-on-entry-1):
17552         If function body is empty, add nil as body form.
17554 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17556         * emacs-lisp/trace.el (inhibit-trace): New var.
17557         (trace-make-advice): Use it.
17559         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
17561 2005-02-26  Kim F. Storm  <storm@cua.dk>
17563         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
17564         (mouse-on-link-p, mouse-drag-region-1): Use it.
17566 2005-02-25  Lute Kamstra  <lute@gnu.org>
17568         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
17570 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
17572         * frame.el (blink-cursor-mode): Add :group keyword.
17574 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
17576         * calendar/icalendar.el (icalendar--decode-isodatetime):
17577         New optional argument DAY-SHIFT.
17578         (icalendar-export-region): Fix coding-system-for-write.
17579         (icalendar--convert-ical-to-diary): Shift end-day of all-day
17580         events by one.
17582 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17584         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
17586 2005-02-24  Kim F. Storm  <storm@cua.dk>
17588         * international/iso-acc.el (iso-accents-compose): Fix crash
17589         during redisplay.  Call force-window-update after read-event
17590         and delete-region to signal that window is not accurate.
17592 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17594         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
17595         Remove unused and inexistent var `inhibit-trace'.
17596         (debugger-mode): Use run-mode-hooks.
17597         (debugger-list-functions): Add buttons; setup xref stack.
17599 2005-02-23  Richard M. Stallman  <rms@gnu.org>
17601         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
17602         appointment says it was explicitly made.
17603         (appt-add): Set the 3rd element.
17604         (appt-make-list): Preserve explicit appointments.
17606         * subr.el (find-tag-default): Catch errors in forward-sexp.
17608 2005-02-23  Juri Linkov  <juri@jurta.org>
17610         * info.el (Info-isearch-search): New defcustom.
17611         (Info-isearch-search): Call the default isearch function
17612         when Info-isearch-search is nil.
17613         (Info-isearch-wrap): Use variable Info-isearch-search.
17615 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
17617         * cus-edit.el: Comment change.
17619 2005-02-22  Kim F. Storm  <storm@cua.dk>
17621         * progmodes/hideif.el (hide-ifdef-use-define-alist):
17622         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
17624 2005-02-22  Simon Josefsson  <jas@extundo.com>
17626         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
17627         New variable.
17628         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
17629         Oskarsson" <myrkraverk@users.sourceforget.net>.
17631 2005-02-22  Kim F. Storm  <storm@cua.dk>
17633         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
17634         check that window of that event is the selected window.
17635         (mouse-drag-region-1): Compare mouse event window to selected
17636         window before setting point.
17638         * tooltip.el (tooltip-show-help-function): Pass event to
17639         mouse-on-link-p so it can check selected window.
17641 2005-02-22  Kenichi Handa  <handa@m17n.org>
17643         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
17644         (ps-mule-show-warning): New function.
17645         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
17646         characters are found.
17648         * ps-print.el (ps-header-footer-string): Return a list of header
17649         and footer strings.
17651 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17653         * pcvs.el (cvs-retrieve-revision): Fix thinko.
17655 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17657         * frame.el (blink-cursor-mode): Use define-minor-mode.
17659         * term/mac-win.el (function-key-map): Use char-names more consistently.
17660         (file-name-coding-system): Only set it for MacOS-9.  The other case is
17661         already handled in mule-cmds.el (where it also works when mac-win.el
17662         is not used).
17664 2005-02-21  Kenichi Handa  <handa@m17n.org>
17666         * international/mule.el (ctext-pre-write-conversion): Always use
17667         " *code-converting-work*" buffer for work.
17669         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
17671 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
17673         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
17675 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
17677         * ses.el (undo-more): Restore defadvice, but only the part that
17678         allows changes outside the restricted area of the buffer.
17680 2005-02-20  Kim F. Storm  <storm@cua.dk>
17682         * simple.el (line-move): Add fourth optional arg try-vscroll which
17683         must be set to perform auto-window-vscroll.
17684         When moving backwards and doing auto-window-vscroll, automatically
17685         vscroll to the last part of lines which are taller than the window.
17686         (next-line, previous-line): Set try-vscroll arg on line-move.
17688 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
17690         * replace.el (query-replace, query-replace-regexp)
17691         (replace-string, replace-regexp): When operating on region, make
17692         the minibuffer prompt say so.
17694         * isearch.el (isearch-forward): Document isearch-query-replace and
17695         isearch-query-replace-regexp keybindings.
17697 2005-02-19  Jay Belanger  <belanger@truman.edu>
17699         * calc/calc-aent.el (math-read-token): Add local variable.
17701         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
17702         (calc-edit-top): Move declaration to earlier in file.
17703         (calc-edit-macro-repeats): Add local variables.
17705         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
17706         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
17707         calcFunc-tanh.
17708         Adjust integration rule for calcFunc-tan.
17710 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17712         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
17713         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
17714         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
17715         (viper-skip-separators): Bug fix.
17716         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
17717         particular major mode.
17718         (viper-del-backward-char-in-replace): Don't put deleted char on the
17719         kill ring.
17721         * viper-ex.el (viper-color-display-p): New function.
17722         (viper-has-face-support-p): Use viper-color-display-p.
17724         * viper-keym.el (viper-gnus-modifier-map): New keymap.
17726         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
17728         * viper-util.el (viper-glob-unix-files): Fix shell status check.
17729         (viper-file-remote-p): Make equivalent to file-remote-p.
17731         * viper.el (viper-major-mode-modifier-list):
17732         Use viper-gnus-modifier-map.
17734 2005-02-19  David Kastrup  <dak@gnu.org>
17736         * subr.el (subregexp-context-p): Fix garbled doc string by adding
17737         quoting.
17739 2005-02-19  Jay Belanger  <belanger@truman.edu>
17741         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
17742         Remove extra definitions.
17743         (calc-coth): New function.
17744         (calcFunc-cot): Fix `let'.
17746 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
17748         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
17749         the reasons we use "type pc" in these faces.
17751         * button.el (button): Ditto.
17753 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
17755         * replace.el (query-replace-read-from): Set the value of
17756         query-replace-from-history-variable to handle the case of an empty
17757         string entered to accept the suggested default.
17759         * net/tramp.el (tramp-file-name-for-operation):
17760         Use dired-call-process instead of dired-call-process-command.
17762 2005-02-19  Jay Belanger  <belanger@truman.edu>
17764         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17765         (math-div-non-trig): New variables.
17766         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17767         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17768         (math-combine-prod, math-div-symb-fancy): Add simplifications for
17769         trig expressions.
17771 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
17773         * progmodes/gdb-ui.el (gdb-var-update-handler)
17774         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17775         for watch expressions,
17776         (gdb-var-create-handler): Don't set speedbar-update-flag.
17777         (gdb-post-prompt): Simplify test for speedbar.
17779 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17781         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17782         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17783         we use the syntax table of the correct buffer.
17784         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17785         Felix Gatzemeier.
17787         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17788         (ediff-file-remote-p): Make synonymous with file-remote-p.
17789         In all deffaces ediff-*-face-*, use min-colors.
17791         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17792         ediff-recurse-to-subdirectories.
17793         (ediff-mark-if-equal): Check that the arguments are strings, use
17794         ediff-same-contents (after to Felix Gatzemeier).
17796         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17797         nil.
17799 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17801         * log-view.el (log-view-message-re): Fix up Subversion regexp.
17803 2005-02-18  David Kastrup  <dak@gnu.org>
17805         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17806         use `mark-active' when defined.
17808 2005-02-18  Kenichi Handa  <handa@m17n.org>
17810         * ps-print.el (ps-font-info-database): New entry
17811         ZapfChancery-MediumItalic with correct font name.  Fix font name
17812         of the entry Zapf-Chancery-MediumItalic.
17814 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
17816         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17818 2005-02-16  Kim F. Storm  <storm@cua.dk>
17820         * ido.el (ido-fallback-command): Pass user input to fallback command.
17822 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
17824         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17825         (gdb-find-file-hook): Add server prefix.
17827 2005-02-16  Richard M. Stallman  <rms@gnu.org>
17829         * replace.el (perform-replace): Pass new args to replace-highlight.
17830         (replace-highlight): Take region args,
17831         and pass them to isearch-lazy-highlight-new-loop.
17833         * novice.el (disabled-command-hook): Autoload the defalias
17834         and the make-obsolete-variable call.
17836         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17838         * isearch.el (isearch-lazy-highlight-start-limit)
17839         (isearch-lazy-highlight-end-limit): New variables limit
17840         the region for highlighting.
17841         (isearch-lazy-highlight-new-loop): New args BEG and END.
17842         (isearch-lazy-highlight-search): Use the new vars.
17843         (isearch-lazy-highlight-update): Likewise.
17845         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17847         * cus-start.el (all): Use default-boundp.
17849 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
17851         * menu-bar.el (menu-bar-select-frame): Handle current frame.
17853 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
17855         * autorevert.el (auto-revert-stop-on-user-input)
17856         (auto-revert-verbose): Doc fixes.
17858 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
17860         * international/mule-cmds.el (set-locale-environment): Remove call
17861         to set-selection-coding-system on Windows.
17863 2005-02-15  Jay Belanger  <belanger@truman.edu>
17865         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17866         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17867         calcFunc-coth.
17868         (math-simplify-sqrt): Add simplifications.
17870         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17871         to list.
17873         * calc/calc-ext.el: Add functions to autoloads.
17875         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17876         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17877         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17878         (math-csc-raw, math-cot-raw): New functions.
17880         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17882         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17883         the variable name in a message.
17885         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17886         calcFunc-csc, calcFunc-cot.
17888         * calc/calcalg2.el: Add derivative and integration rules for
17889         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17890         calcFunc-csch, calcFunc-coth.
17891         (math-do-integral-methods): Add to checks for when to use
17892         substitutions.
17894         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17896 2005-02-15  Lute Kamstra  <lute@gnu.org>
17898         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17899         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
17900         <monnier@iro.umontreal.ca>
17901         (lisp-outline-level): Improve efficiency.  Suggested by David
17902         Kastrup <dak@gnu.org>.
17904 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
17906         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17907         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17908         (gdb-set-gud-minor-mode-existing-buffers): New functions.
17909         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
17910         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17912 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
17914         * cus-start.el (all): Comment change.
17916 2005-02-14  Lute Kamstra  <lute@gnu.org>
17918         * cus-start.el (all): Check if symbol is void.
17920 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
17922         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17923         optional argument to \cite.
17925 2005-02-14  Richard M. Stallman  <rms@gnu.org>
17927         * cus-edit.el (custom-buffer-create-internal): Update help message.
17928         (custom-magic-alist): Update help messages.
17930         * cus-start.el (all): Allow a var to specify a standard value.
17932 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
17934         * custom.el (custom-theme-set-variables): Handle variable aliases.
17936         * frame.el (blink-cursor-timer): Doc fix.
17937         (blink-cursor): Make it an alias for `blink-cursor-mode' and
17938         declare obsolete.
17939         (blink-cursor-mode): Define with defcustom and use correct
17940         standard expression in that defcustom.
17941         * startup.el (command-line): Adapt to above changes in frame.el.
17943 2005-02-11  Lute Kamstra  <lute@gnu.org>
17945         * apropos.el (apropos-score-doc): Prevent division by zero.
17947 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
17949         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17950         (icalendar--get-event-property-attributes)
17951         (icalendar--get-event-properties)
17952         (icalendar--datetime-to-diary-date): New functions.
17953         (icalendar--split-value): Doc fix.
17954         (icalendar--datetime-to-noneuropean-date)
17955         (icalendar--datetime-to-european-date): New optional argument
17956         SEPARATOR.  Return result as a string instead of a list.
17957         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17958         (icalendar--convert-string-for-export): Rename arg S to STRING.
17959         (icalendar-export-region): Doc fix.  Change name of error buffer.
17960         Save output buffer.
17961         (icalendar-import-file): Add blank at end of prompt.
17962         (icalendar-import-buffer): Doc fix.  Do not switch to error
17963         buffer.  Indicate status in return value.
17964         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
17965         buffer.  Save output buffer.  Handle exception from recurrence
17966         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
17967         events.  Fix problems with weekly all-day events.
17969 2005-02-10  Richard M. Stallman  <rms@gnu.org>
17971         * simple.el (eval-expression-print-format):
17972         Avoid warning about edebug-active.
17974         * help.el (help-for-help-internal): Rename from help-for-help.
17975         (help-for-help): Define with defalias.
17977         * font-core.el (font-lock-default-function): Use with-no-warnings.
17979         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17981         * custom.el (defface): Doc fix.
17983 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
17985         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17986         width 0" to prevent word wrapping problems.
17988 2005-02-09  Kim F. Storm  <storm@cua.dk>
17990         * ido.el (ido-file-extensions-order): New defcustom.
17991         (ido-file-extension-lessp, ido-file-extension-aux)
17992         (ido-file-extension-order): New advanced file ordering.
17993         (ido-file-lessp): New simple file ordering.
17994         (ido-sort-list): Remove.
17995         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17996         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17998 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
18000         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
18001         that some versions of grep produce.
18002         (grep-mode-font-lock-keywords): Likewise.
18004 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
18006         * progmodes/gdb-ui.el (gdb-location-list): New variable.
18007         (gdb-cdir): Delete.
18008         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
18009         (gdb-source-info): Treat case when source file is in another
18010         directory properly.
18011         (gdb-get-location): New function.
18013 2005-02-07  Jay Belanger  <belanger@truman.edu>
18015         * calc/calc-prog.el (calc-write-parse-table-part)
18016         (calc-fix-token-name): Fix a check for language type.
18018         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
18020 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
18022         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
18023         as directory not writable.
18025 2005-02-07  Kim F. Storm  <storm@cua.dk>
18027         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
18028         (cua--standard-movement-commands): Remove list.
18029         Instead, set CUA property value to move for movement commands.
18030         (cua-movement-commands): Remove.  Users must set CUA prop instead.
18031         (cua--pre-command-handler): Check CUA property.
18032         (cua--init-keymaps): Don't remap undo commands.
18033         (cua-mode): Don't call cua--rectangle-on-off.
18035         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
18036         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
18037         (cua--rect-undo-set-point): New var.
18038         (cua--rectangle-undo-boundary): Setup undo apply entry.
18039         (cua--rect-undo-handler): New function for rectangle undo.
18040         (cua--rect-start-position, cua--rect-end-position): Add.
18041         (cua--rectangle-post-command): Call cua--rectangle-set-corners
18042         for restored rectangle.  Set point if cua--rect-undo-set-point.
18044 2005-02-06  Jay Belanger  <belanger@truman.edu>
18046         * calc/calc-lang.el (calc-tex-language): Display more information
18047         in messages.
18049         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
18050         in TeX mode.
18052 2005-02-06  Richard M. Stallman  <rms@gnu.org>
18054         * emacs-lisp/lisp.el (buffer-end): Doc fix.
18056 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
18058         * net/ldap.el (ldap-search-internal): Support attributes with
18059         optional descriptions separated by a semi-colon, as in
18060         "userCertificate;binary".
18062 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18064         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
18065         isn't a cons (i.e. the version is 0).
18067 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
18069         * help.el (help-for-help): Doc fix.
18071 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
18073         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
18074         GDB-Windows on the menu-bar as this works better.
18076 2005-02-04  Jay Belanger  <belanger@truman.edu>
18078         * calc/calc-embed.el (calc-embedded-update): Don't put in
18079         unnecessary newlines.  Adjust the end of formula marker.
18081         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
18082         (math-latex-parse-two-args): New function.
18084 2005-02-03  Lute Kamstra  <lute@gnu.org>
18086         * help-fns.el (help-with-tutorial): Make sure that users cannot
18087         remove the entire text of the tutorial by means of `undo'.
18089 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18091         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
18092         in recent changes, where the ispell process was repeatedly
18093         killed & restarted.
18095         * international/mule-cmds.el (set-locale-environment): Set file-name
18096         coding system to utf-8 on Darwin systems.
18097         (set-default-coding-systems): Don't set default-file-name-coding-system
18098         on Darwin systems.
18100 2005-02-03  Richard M. Stallman  <rms@gnu.org>
18102         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
18104 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
18106         * faces.el (list-faces-display): Add optional argument.
18108 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18110         * font-core.el (font-lock-default-function): Handle the rare case where
18111         only font-lock-keywords is set.
18113 2005-02-02  Kenichi Handa  <handa@m17n.org>
18115         * international/characters.el: Cancel previous change for
18116         I-WITH-DOT-ABOVE and DOTLESS-i.
18118         * international/latin-5.el: Cancel previous change.
18120 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18122         * progmodes/gud.el: Correction to syntax in gud-menu-map.
18124 2005-02-02  Kenichi Handa  <handa@m17n.org>
18126         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
18127         DOTLESS-i.
18129         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
18130         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
18132         * case-table.el (get-upcase-table): New function.
18133         (copy-case-table): Copy upcaes table too if non-nil.
18134         (set-case-syntax-delims): Maintain upcase table too.
18135         (set-case-syntax-pair): Likewise.
18136         (set-upcase-syntax, set-downcase-syntax): New functions.
18137         (set-case-syntax): Maintain upcase table too.
18139 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18141         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
18143         * progmodes/gud.el (gud-goto-info): New function.
18144         (gud-tool-bar-map): Use correct icon.
18146 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18148         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
18149         When delegating, order args in the funcall correctly.
18151 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18153         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
18155 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
18157         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
18158         buffer not visiting a file.
18160 2005-01-31  Jay Belanger  <belanger@truman.edu>
18162         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
18163         bound on the line with the formula.
18165 2005-01-31  Kim F. Storm  <storm@cua.dk>
18167         * ses.el (ses-create-cell-variable-range)
18168         (ses-destroy-cell-variable-range, ses-reset-header-string)
18169         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
18170         (ses-insert-row): Fix format of apply undo entries.
18172 2005-01-31  Jay Belanger  <belanger@truman.edu>
18174         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
18175         parts.
18177         * calc/calc-embed.el (calc-embedded-open-formula)
18178         (calc-embedded-close-formula): Ignore matrix environments.
18180         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
18181         TeX mode.
18183         * calc/calc-lang.el (math-function-table, math-oper-table)
18184         (math-variable-table): Adjust the LaTeX portions.
18186         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
18187         (math-latex-ignore-words): New constant.
18189 2005-01-31  Richard M. Stallman  <rms@gnu.org>
18191         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
18192         (ispell-local-dictionary): Doc fix.
18193         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
18194         Don't reinitialize at run time.  Don't defcustom.
18195         All uses changed to append ispell-local-dictionary-alist,
18196         or check it first.
18197         (ispell-current-dictionary): New variable for dictionary in use.
18198         (ispell-dictionary): Now used only for global default.
18199         (ispell-start-process): Set ispell-current-dictionary,
18200         not ispell-dictionary.
18201         (ispell-change-dictionary): Use this only for setting
18202         user preferences.
18203         (ispell-internal-change-dictionary): New function
18204         to change the current dictionary in use.
18205         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
18206         Use ispell-current-dictionary.
18207         Handle ispell-local-dictionary-overridden.
18208         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
18210 2005-01-31  Jay Belanger  <belanger@truman.edu>
18212         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
18214         * calc/calc-ext.el: Add calc-latex-language to autoloads.
18215         (calc-mode-map): Add calc-latex-language.
18217         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
18218         (math-latex-print-frac): New functions.
18219         (math-oper-table, math-function-table, math-variable-table)
18220         (math-complex-format, math-input-filter): Add latex properties.
18221         (calc-set-language): Set math-expr-special-function-mapping.
18223         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
18224         (calc-write-parse-table-part): Add LaTeX support.
18226         * calc/calc.el (calc-language): Adjust docstring.
18227         (calc-set-mode-line): Add LaTeX support.
18228         (math-expr-special-function-mapping): New variable.
18229         (math-tex-ignore-words): Add to list.
18231         * calc/calccomp.el (math-compose-expr, math-compose-rows):
18232         Add LaTeX support.
18233         (math-compose-expr): Add support for special functions.
18235         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
18237 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
18239         * progmodes/gdb-ui.el (gdb-memory-address)
18240         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
18241         (gdb-memory-mode-map, gdb-memory-format-keymap)
18242         (gdb-memory-format-menu, gdb-memory-unit-keymap)
18243         (gdb-memory-unit-menu): New variables for a buffer
18244         that lets the user examine program memory.
18245         (gdb-memory-set-address, gdb-memory-set-repeat-count)
18246         (gdb-memory-format-binary, gdb-memory-format-octal)
18247         (gdb-memory-format-unsigned, gdb-memory-format-signed)
18248         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
18249         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
18250         (gdb-memory-unit-word, gdb-memory-unit-halfword)
18251         (gdb-memory-unit-byte, gdb-memory-unit-menu)
18252         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
18253         (gdb-memory-mode, gdb-memory-buffer-name)
18254         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
18255         New functions for above buffer.
18257 2005-01-30  Richard M. Stallman  <rms@gnu.org>
18259         * cus-edit.el (custom-bury-buffer): Function deleted.
18260         (custom-buffer-done-function): Option deleted.
18261         (custom-buffer-done-kill): New replacement option.
18262         (Custom-buffer-done): Call quit-window.
18263         (custom-buffer-create-internal): Update for above changes.
18265 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
18267         * simple.el (undo-ask-before-discard): New var.
18268         (undo-outer-limit-truncate): Implement it.
18269         (undo-extra-outer-limit): Doc update.
18271 2005-01-29  Richard M. Stallman  <rms@gnu.org>
18273         * ses.el (undo-more): Delete defadvice.
18274         (ses-begin-change): Doc fix.
18276         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
18277         instead of rebinding C-x u and C-_.
18279         * files.el (normal-backup-enable-predicate): Return nil for files
18280         in /tmp, regardless of temporary-file-directory.
18282         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
18284         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
18285         (open-rectangle, delete-whitespace-rectangle-line)
18286         (clear-rectangle-line): If FILL, pass t instead of FILL
18287         for move-to-column's 2nd arg.
18289         * simple.el (undo): Fix the test for continuing a series of undos.
18290         (undo-more): Set pending-undo-list to t when we reach end.
18291         (pending-undo-list): Move up defvar.
18293         * wid-edit.el (widget-button-click):
18294         Shorten the range of the track-mouse binding.
18296         * comint.el (comint-insert-input): Undo previous changes;
18297         use last-input-event in interactive spec.
18299 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
18301         * progmodes/compile.el (compilation-start): Bind buffer-read-only
18302         to nil before invoking call-process.  Reset buffer's modified flag
18303         after fontifying it in the no-async branch.
18305         * wid-edit.el (widget-specify-button): If mouse pointer shape
18306         cannot be changed, use mouse face instead.
18308 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
18310         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18311         (gdb-goto-breakpoint): Make breakpoint handling work on template
18312         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
18313         (gdb-assembler-custom): Update to recognize breakpoint information
18314         added on 2005-01-19.
18316 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18318         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
18319         (dsssl-mode): Use define-derived-mode.
18320         (scheme-mode-initialize): Remove.
18321         (scheme-mode): Use run-mode-hooks.
18323         * cus-edit.el (customize-group-other-window)
18324         (custom-buffer-create-other-window): Don't override special-display-*.
18325         (custom-mode-map): Make it dense.
18327         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
18328         sets the default value.
18330 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
18332         * descr-text.el: Add more keywords.
18334 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18336         * speedbar.el: Avoid unnecessary use of locate-library.
18338         * international/mule-cmds.el (standard-display-european-internal):
18339         Don't fiddle with latin-1 non-break space any more since it's now
18340         special cased in the C code.
18341         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
18343 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
18345         * cus-start.el (all): Add `undo-outer-limit'.
18347 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18349         * textmodes/bibtex.el (bibtex-format-entry):
18350         Use `bibtex-empty-field-re' only on the text of fields, not on entire
18351         field lines.
18352         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
18353         not on part of a buffer.
18355 2005-01-25  Lute Kamstra  <lute@gnu.org>
18357         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
18358         nonempty field text strings like "{letters\\macro{}more letters}".
18359         Clarify docstring.
18360         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
18361         (bibtex-entry-offset, bibtex-parse-association)
18362         (bibtex-parse-field-name): Fix typos in docstrings.
18363         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
18365 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
18367         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
18368         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
18369         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
18370         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
18372         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
18373         isearch minor mode.
18375 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
18377         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
18379 2005-01-24  Lute Kamstra  <lute@gnu.org>
18381         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
18382         CASECHARS and NOT-CASECHARS regular expressions of the
18383         "nederlands" and "nederlands8" dictionaries to prevent a "Range
18384         striding over charsets" error.
18386 2005-01-24  Jay Belanger  <belanger@truman.edu>
18388         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
18389         display variable name.
18391 2005-01-24  Kenichi Handa  <handa@m17n.org>
18393         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
18394         Fix setting of the element of encoded-kbd-iso2022-invocations.
18396 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
18398         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18399         (gdb-threads-select): Change to also accept mouse events.
18400         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
18401         (gdb-threads-mouse-select): Delete.
18403 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
18405         * files.el (insert-directory): Take care of empty directory,
18406         listed without -a switch.
18408 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18410         * textmodes/refill.el (refill-post-command-function):
18411         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
18412         to the list of functions that we should be careful not to undo.
18413         (refill-late-fill-paragraph-function): Remove.
18414         (refill-saved-state): New var.
18415         (refill-mode): Use it to save fill-paragraph-function.
18416         Save also the value of auto-fill-function.
18418         * term/w32-win.el: Simplify code.
18420 2005-01-23  Kim F. Storm  <storm@cua.dk>
18422         * simple.el (line-move): Adapt to new return value from
18423         pos-visible-in-window-p.
18425         * simple.el (line-move): Fix last change.  Check partial
18426         visibility at point rather than at window-start.
18428 2005-01-22  Jason Rumney  <jasonr@gnu.org>
18430         * term/w32-win.el (xw-defined-colors): Remove debug-message.
18432 2005-01-22  David Kastrup  <dak@gnu.org>
18434         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
18436 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
18438         * type-break.el (type-break-mode): Add a test for
18439         type-break-file-name being non-nil.
18441 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
18443         * net/eudc.el (top level): Call (message "") via progn, so that
18444         eudc-options-file is loaded.
18446 2005-01-22  Kim F. Storm  <storm@cua.dk>
18448         * simple.el (line-move-1): Rename from line-move.
18449         (line-move): New function that adjusts vscroll for partially
18450         visible rows, and calls line-move-1 otherwise.
18452 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
18454         * pcomplete.el: Define pcomplete-read-event instead of read-event,
18455         since it's not a complete read-event implementation
18457 2005-01-20  Jay Belanger  <belanger@truman.edu>
18459         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
18460         for called function.
18462 2005-01-20  Steven Tamm  <steventamm@mac.com>
18464         * term/mac-win.el (process-connection-type): Remove.
18465         Controlled now by s/darwin.h:PTY_ITERATION.
18467 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18469         * window.el (handle-select-window): Don't switch window when we're
18470         in the minibuffer.
18472 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
18474         * subr.el (dotimes-with-progress-reporter): New macro.
18476         * ses.el (ses-dotimes-msg): Remove macro.
18477         Use `dotimes-with-progress-reporter' instead.
18479 2005-01-19  Steven Tamm  <steventamm@mac.com>
18481         * term/mac-win.el (process-connection-type): Use new
18482         operating-system-release variable to use ptys on Darwin 7 (OS X
18483         10.3) when using carbon build.
18485 2005-01-19  Jay Belanger  <belanger@truman.edu>
18487         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
18488         flags if the last command was a tab or M-tab.
18490         * calc/calc-prog.el (calc-user-define-edit): Put original formula
18491         in formula editing buffer.
18493 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18495         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
18496         breakpoint image symbol in margin.
18498 2005-01-19  Jay Belanger  <belanger@truman.edu>
18500         * calc/calc-prog.el (calc-execute-kbd-macro):
18501         Ignore calc-keep-arg-flag.
18503 2005-01-19  Kenichi Handa  <handa@m17n.org>
18505         * textmodes/ispell.el (ispell-looking-at): New function.
18506         (ispell-process-line): Use ispell-looking-at to compare the ispell
18507         output and the buffer contents.
18509 2005-01-18  Jay Belanger  <belanger@truman.edu>
18511         * calc/calc.el (calc-display-raw): Fix docstring.
18513 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18515         * simple.el (blink-matching-open): Strip extra info from syntax.
18517         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
18518         funny chars in the end-of-here-doc marker.
18520 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18522         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
18523         that enable/disabled state of breakpoints is shown correctly in
18524         fringe and on ttys.
18525         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
18526         Add breakpoint information as text properties.
18527         (gdb-mouse-toggle-breakpoint):
18528         Rename to gdb-mouse-set-clear-breakpoint.
18529         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
18530         breakpoints in the margin.
18531         (gdb-remove-strings): Simplify.
18533 2005-01-17  Jay Belanger  <belanger@truman.edu>
18535         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
18536         erasing buffer.
18538 2005-01-17  Richard M. Stallman  <rms@gnu.org>
18540         * progmodes/grep.el (grep-find): Copy from `grep' the condition
18541         for calling grep-compute-defaults.
18543         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
18544         if buffer is empty.
18546         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
18548 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18550         * hilit-chg.el (highlight-changes-mode): Don't autoload.
18552         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
18553         non-preloaded variables.
18555 2005-01-17  Steven Tamm  <steventamm@mac.com>
18557         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
18558         tex-shell cause to force interactivity when using pipes.
18560 2005-01-17  Kim F. Storm  <storm@cua.dk>
18562         * simple.el (just-one-space): Make arg optional.
18564 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
18566         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
18567         posn-at-x-y to t to access left-margin.
18569 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
18571         Sync with Tramp 2.0.47.
18573         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
18574         catching keep-date problems in cp/scp operations.
18575         (tramp-handle-copy-file): Don't call `set-file-modes'
18576         unconditionally.  Specialized functions should know better what is
18577         necessary.  This improves performance a little bit, and the
18578         functions could catch errors with `cp -p' and `scp -p'.
18579         (tramp-do-copy-or-rename-file-via-buffer)
18580         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
18581         when appropriate.
18582         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
18583         Call `set-file-modes' when appropriate.
18584         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
18585         Johnsson <isak@hypergene.com>
18586         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
18587         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
18588         <joakim@verona.se>
18589         (tramp-file-name-for-operation): Mark `shell-command' as magic for
18590         Emacs only.
18592         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
18593         `find-file-hooks' and `dired-mode-hook'.
18594         (tramp-minor-mode-map): Respective map.  Add remapping for
18595         `compile' and `recompile'.
18596         (tramp-remap-command, tramp-recompile): New defuns.
18597         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
18598         in buffer "*Compilation*".  Call the commands asynchronously.
18600         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
18601         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
18602         `shell-command', because it isn't magic in XEmacs.  Reported by
18603         Adrian Aichner <adrian@xemacs.org>.
18605         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18606         `substitute-in-file-name.
18607         (tramp-smb-handle-substitute-in-file-name): New defun.
18608         (tramp-smb-advice-PC-do-completion): Delete advice.
18610 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
18612         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
18613         Fix error in deleting region.
18615 2005-01-15  Richard M. Stallman  <rms@gnu.org>
18617         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
18618         In non-temp buffer, switch syntax table temporarily.
18620         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
18622         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
18624         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
18626         * imenu.el (imenu--split-menu): Copy menulist before sorting.
18627         (imenu--generic-function): Use START, not BEG, as pos of definition.
18629         * simple.el (just-one-space): Argument specifies number of spaces.
18631         * simple.el (eval-expression-print-format): Avoid warning
18632         about edebug-active.
18634 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
18636         * progmodes/sh-script.el: Code copied from make-mode.el
18637         with small changes,
18638         (sh-mode-map): Bind C-c C-\.
18639         (sh-backslash-column, sh-backslash-align): New variables.
18640         (sh-backslash-region, sh-append-backslash): New functions.
18642 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18644         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
18645         (rmail-pop-password, rmail-pop-password-required): Move to
18646         rmail-obsolete group.
18647         (rmail-set-pop-password): Rename to rmail-set-remote-password.
18648         All callers updated.
18649         (rmail-get-pop-password): Rename to rmail-get-remote-password.
18650         Take an argument specifying whether it is POP or IMAP mailbox we
18651         are using.  All callers updated.
18652         (rmail-pop-password-error): Rename to
18653         rmail-remote-password-error.  Added mailutils-specific error message.
18654         (rmail-movemail-search-path)
18655         (rmail-movemail-variant-in-use): New variables.
18656         (rmail-remote-password, rmail-remote-password-required):
18657         New customization variables.
18658         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
18659         (rmail-parse-url): New function.
18660         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
18661         with GNU mailutils movemail.
18663 2005-01-15  Kevin Ryde  <user42@zip.com.au>
18665         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
18666         suffix to space, $ or '$, to correctly position point when going
18667         to @table style constants like DBL_MAX.
18669 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
18671         * type-break.el (type-break-mode, type-break-file-time)
18672         (type-break-file-keystroke-count, type-break-choose-file):
18673         Don't store data in or load data from the file if type-break-file-name
18674         is nil.
18675         (type-break-file-name): Doc update as per the above.
18677 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
18679         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
18680         lookup-key might return nil; handle that.
18682 2005-01-15  Alan Mackenzie  <acm@muc.de>
18684         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
18685         rather than the element found, thus enabling the tree to be setcar'd.
18687 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18689         * textmodes/org.el (org-show-following-heading): New option.
18690         (org-show-hierarchy-above): Use `org-show-following-heading'.
18691         (org-cycle): Documentation fix.
18693         * textmodes/org.el (orgtbl-optimized): New option
18694         (orgtbl-mode): New command, a minor mode.
18695         (orgtbl-mode-map): New variable.
18696         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
18697         (orgtbl-error, orgtbl-self-insert-command)
18698         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
18700         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
18701         a local variable in each org-mode buffer.
18703         * textmodes/org.el (org-set-regexps-and-options): Rename from
18704         `org-set-regexps'.  Added checking for STARTUP keyword.
18705         (org-get-current-options): Add STARTUP options.
18706         (org-table-insert-row): Make mode intelligent about when
18707         realignment is needed.
18708         (org-self-insert-command, org-delete-backward-char, org-delete-char):
18709         New commands.
18710         (org-enable-table-editor): New default value `optimized'.
18711         (org-table-blank-field): Support blanking regions if active.
18713 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18715         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
18716         if the year is not given.
18718         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
18719         Add new escapes %m and %M, fixed bug with %F by adding
18720         save-match-data.
18721         (reftex-reference): Remove ?. from list of spaces.
18722         (reftex-label-info): Add automatic label prefix recognition.
18724         * textmodes/reftex-index.el (reftex-index-next-phrase):
18725         Add slave parameter to call of `reftex-index-this-phrase'.
18726         (reftex-index-this-phrase): New optional argument.
18727         (reftex-index-region-phrases): Add slave parameter to call of
18728         `reftex-index-this-phrase'.
18729         (reftex-display-index): New argument redo.
18730         (reftex-index-rescan): Add `redo' to arguments of
18731         `reftex-display-index'.
18732         (reftex-index-Rescan, reftex-index-revert)
18733         (reftex-index-switch-index-tag): Add `redo' to arguments of
18734         `reftex-display-index'.
18735         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
18736         indexing.  Fix bug with matching is there is a quote before or
18737         after the word.
18739         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
18740         Fix bug when collecting citation keys in lines with comments.
18741         (reftex-citation): Prefix argument no longer rescans the document,
18742         but forces prompting for optional arguments of cite macros.
18743         (reftex-do-citation): Prompting for optional arguments implemented.
18745         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18746         Add optional arguments to most cite commands.
18747         (reftex-cite-cleanup-optional-args): New option
18748         (reftex-cite-prompt-optional-args): New option.
18749         (reftex-trust-label-prefix): New option.
18751         * textmodes/reftex-toc.el (reftex-toc-find-section):
18752         Add push-mark before changing the position in the buffer.
18754         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
18755         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18757 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
18759         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18760         more carefully.
18762 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18764         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18765         (sgml-mode): Use it.
18766         (sgml-get-context): Better keep track of implicitly closed tags.
18768 2005-01-13  Kenichi Handa  <handa@m17n.org>
18770         * textmodes/ispell.el: These changes are to fix misalignment error
18771         caused by equivalent characters of different Emacs charsets.
18772         (ispell-unified-chars-table): New variable.
18773         (ispell-get-decoded-string): New function.
18774         (ispell-get-casechars, ispell-get-not-casechars)
18775         (ispell-get-otherchars): Call ispell-get-decoded-string.
18777 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18779         * custom.el (custom-declare-variable): Just put symbol instead
18780         of (defvar . symbol) in `current-load-list'.
18782 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18784         * emacs-lisp/elint.el: Fixed typo in Commentary section.
18786 2005-01-12  Jay Belanger  <belanger@truman.edu>
18788         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18789         to create a Calc summary.
18791 2005-01-12  Kim F. Storm  <storm@cua.dk>
18793         * mouse.el (mouse-on-link-p): Change functionality and doc
18794         string to comply with latest description in lisp ref.
18796 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
18798         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18799         Enable mouse clicks on mode-line, header-line and margin.
18800         (event-type): Give mouse event symbols an `event-kind' property
18801         with value `mouse-click'.
18803 2005-01-12  Juri Linkov  <juri@jurta.org>
18805         * facemenu.el (list-colors-display): Add new arg buffer-name.
18806         Use it.  Fix docstring.  Replace code for identifying duplicate
18807         colors by the name with call to `list-colors-duplicates' which
18808         identifies duplicate colors by the value unless the color
18809         is one of special Windows colors.  Set truncate-lines to t.
18810         Print sorted duplicate color names on each line.  Indent to 22
18811         \(the longest color name in rgb.txt) instead of 20.  Optimize.
18812         (list-colors-duplicates): New function.
18813         (facemenu-color-name-equal): Delete function.
18815         * facemenu.el (list-colors-print): New function created from code
18816         in list-colors-display.  Print #RRGGBB at the window right edge.
18817         (list-colors-display): When temp-buffer-show-function is not
18818         defined, call list-colors-print from temp-buffer-show-hook
18819         to get the right value of window-width in list-colors-print
18820         after the buffer is displayed.
18822         * simple.el (pop-mark): Move deactivate-mark out of conditional
18823         part to deactivate the active mark regardless of the state of the
18824         mark ring.
18826         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18827         variables line in desktop files.
18829 2005-01-12  Juri Linkov  <juri@jurta.org>
18831         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18832         Bring together isearch highlight related options.
18833         (lazy-highlight): Replace group `replace' by `matching'.
18834         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18835         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18836         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18837         and declare them obsolete.
18838         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18839         (isearch-faces): Remove defgroup.
18840         (isearch-overlay, isearch-highlight, isearch-dehighlight):
18841         Move isearch highlighting code closer to lazy highlighting code.
18843         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18844         (query-replace-highlight, query-replace-lazy-highlight)
18845         (query-replace): Move definitions to the beginning of the file.
18847 2005-01-11  Juri Linkov  <juri@jurta.org>
18849         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18850         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18851         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18853         * info.el (Info-history-forward): New variable.
18854         (Info-select-node): Reset Info-history-forward to nil.
18855         (Info-last): Turn into defalias.
18856         (Info-history-back): Rename from Info-last.
18857         Add current node to Info-history-forward.
18858         (Info-history-forward): New fun.
18859         (Info-mode-map): Replace Info-last by Info-history-back.
18860         Bind Info-history-forward to "r".
18861         (Info-mode-menu): Replace Info-last by Info-history-back.
18862         Fix menu item text.  Add menu item for Info-history-forward.
18863         (info-tool-bar-map): Replace Info-last by Info-history-back.
18864         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
18865         for Info-history-forward.
18866         (Info-mode): Replace Info-last by Info-history-back in docstring.
18867         Add local variable Info-history-forward.
18868         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18870 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18872         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18873         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18874         Ignore select-window events rather than fiddle with
18875         mouse-autoselect-window.
18877 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
18879         * type-break.el (type-break-mode): Fix previous change.
18881 2005-01-10  Jay Belanger  <belanger@truman.edu>
18883         * calc/calc-ext.el (calc-reset): Reset when inside embedded
18884         calculator; only reset when point is inside a calculator.
18885         Don't adjust the window height if the window takes up the whole height
18886         of the frame.
18888 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18890         * ebuff-menu.el (Electric-buffer-menu-mode):
18891         Preserve value of buffer-local var header-line-format.
18893 2005-01-09  Jay Belanger  <belanger@truman.edu>
18895         * calc/calc.el (calc-mode-var-list-restore-saved-values):
18896         Make sure settings file exists before accessing it.
18898         * calc/calc-embed.el (calc-embedded-subst):
18899         Replace math-multi-subst-rec, which is only supposed to be called
18900         by math-multi-subst, by math-multi-subst.
18902 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
18904         * vc.el (vc-allow-async-revert): New user option.
18905         (vc-disable-async-diff): New internal variable.
18906         (vc-revert-buffer): Use them to disable asynchronous diff.
18908         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18909         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18910         asynchronously if vc-disable-async-diff is t.
18912 2005-01-09  Jay Belanger  <belanger@truman.edu>
18914         * calc/calc.el (defcalcmodevar): New macro.
18915         (calc-mode-var-list-restore-default-values)
18916         (calc-mode-var-list-restore-saved-values): New functions.
18917         (calc-mode-var-list): Use defcalcmodevar to define it.
18918         (calc-always-load-extensions, calc-line-numbering)
18919         (calc-line-breaking, calc-display-just, calc-display-origin)
18920         (calc-number-radix, calc-leading-zeros, calc-group-digits)
18921         (calc-group-char, calc-point-char, calc-frac-format)
18922         (calc-prefer-frac, calc-hms-format, calc-date-format)
18923         (calc-float-format, calc-full-float-format, calc-complex-format)
18924         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18925         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18926         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18927         (calc-matrix-brackets, calc-language, calc-language-option)
18928         (calc-left-label, calc-right-label, calc-word-size)
18929         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18930         (calc-display-raw, calc-internal-prec, calc-angle-mode)
18931         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18932         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18933         (calc-window-height, calc-display-trail, calc-show-selections)
18934         (calc-use-selections, calc-assoc-selections)
18935         (calc-display-working-message, calc-auto-why, calc-timing)
18936         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18937         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18938         (calc-gnuplot-default-device, calc-gnuplot-default-output)
18939         (calc-gnuplot-print-device, calc-gnuplot-print-output)
18940         (calc-gnuplot-geometry, calc-graph-default-resolution)
18941         (calc-graph-default-resolution-3d, calc-invocation-macro)
18942         (calc-show-banner): Use defcalcmodevar to declare them and set
18943         their default values.
18945         * calc/calc-ext.el (calc-reset): Restore saved values of variables
18946         instead of default values (but restore default values if there is
18947         an argument of 0).
18949 2005-01-09  David Kastrup  <dak@gnu.org>
18951         * desktop.el (desktop-restore-eager): Fix typo in type.
18953 2005-01-08  Richard M. Stallman  <rms@gnu.org>
18955         * cus-edit.el (customize): Delete :link.
18957 2005-01-08  Jay Belanger  <belanger@truman.edu>
18959         * calc/calc.el (calc-mode): Remove the extension from the
18960         `calc-settings-file' file name when loading it.
18962 2005-01-08  Kim F. Storm  <storm@cua.dk>
18964         * info.el (Info-mode-map, Info-next-link-keymap)
18965         (Info-prev-link-keymap, Info-up-link-keymap):
18966         Map follow-link to mouse-face.
18967         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18969 2005-01-08  Jay Belanger  <belanger@truman.edu>
18971         * calc/calc.el (calc-settings-file): Change default value.
18972         Suggested by cgw in a comment in calc-mode.el.
18974         * calc/calc-mode.el (calc-settings-file-name):
18975         Compare calc-settings-file to user-init-file instead of ~/.emacs.
18976         Replace ~/.emacs in a prompt by calc-settings-file.
18978 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
18980         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18981         (desktop-lazy-idle-delay): New customizable variables.
18982         (desktop-buffer-args-list): New variable.
18983         (desktop-append-buffer-args): New function.
18984         (desktop-save): Call desktop-append-buffer-args for some buffers.
18985         (desktop-lazy-create-buffer): New function.
18986         (desktop-idle-create-buffers): New function.
18987         (desktop-read): Add message about buffers to restore lazily.
18988         (desktop-lazy-abort): New command.
18989         (desktop-clear): Call desktop-lazy-abort.
18990         (desktop-lazy-complete): New command.
18992 2005-01-06  Richard M. Stallman  <rms@gnu.org>
18994         * emacs-lisp/find-func.el (find-face-definition):
18995         Rename from find-face.
18997 2005-01-06  Kim F. Storm  <storm@cua.dk>
18999         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
19001         * man.el (Man-xref-man-page, Man-xref-header-file)
19002         (Man-xref-normal-file): Add follow-link property.
19004 2005-01-06  Jay Belanger  <belanger@truman.edu>
19006         * calc/calc-units.el: Make sure the proper macro definitions are
19007         available when compiling.
19009 2005-01-06  Juri Linkov  <juri@jurta.org>
19011         * isearch.el (isearch-lazy-highlight-update):
19012         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
19014 2005-01-06  Miles Bader  <miles@gnu.org>
19016         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
19017         (isearch-lazy-highlight-face): Use new name.
19019 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19021         * uniquify.el (uniquify-rationalize-file-buffer-names):
19022         Re-add an interactive spec.
19023         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
19024         to the same name.
19026         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
19027         (isearch-update, isearch-done): Adjust calls accordingly.
19029 2005-01-05  Richard M. Stallman  <rms@gnu.org>
19031         * custom.el (custom-set-variables, custom-theme-set-variables):
19032         Clarify documentation.
19034         * emacs-lisp/find-func.el (find-variable)
19035         (find-variable-other-window, find-variable-other-frame):
19036         Fix the TYPE args to find-function-read and find-function-do-it.
19037         (find-function): Doc fix.
19038         (find-function-at-point): Replace function-at-point alias.
19040 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19042         * cus-face.el (custom-declare-face):
19043         Record defface in current-load-list.
19045         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
19047         * emacs-lisp/find-func.el: Doc fixes.
19048         (find-face-regexp): New variable.
19049         (find-function-regexp-alist): New variable.
19050         (find-function-C-source): Third arg is now TYPE.
19051         (find-function-search-for-symbol): Handle general TYPE.
19052         (find-function-read, find-function-do-it): Handle general TYPE.
19053         (find-definition-noselect, find-face): New functions.
19054         (function-at-point): Alias deleted.
19056 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19058         * battery.el (display-battery-mode): Rename from display-battery.
19059         Handle the case where it gets turned off.
19061 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19063         * cus-edit.el (customize): Make :link point to user doc.
19065         * man.el (Man-fontify-manpage): Turn off undo generation.
19067         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
19069 2005-01-04  Andreas Schwab  <schwab@suse.de>
19071         * files.el (insert-directory): Only look for error lines in
19072         inserted text.  Don't move too far after processing --dired markers.
19074 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19076         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19077         Don't expand if the character is @, period, dash, etc.
19078         (define-mail-abbrev): Quote names that contain problem characters.
19080 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
19082         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
19084 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19086         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
19087         (query-replace-highlight, query-replace-lazy-highlight)
19088         (query-replace): Definitions moved up.  Doc fix.
19090 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19092         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
19093         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19094         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19095         (lazy-highlight-face): Rename from isearch-lazy-...
19096         Change all references to them.
19098 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19100         * cus-edit.el (custom-file): Doc fix for defcustom.
19101         (custom-file): The function no longer sets the variable
19102         `custom-file' to its return value.
19104         * startup.el (command-line): No longer load `custom-file'.
19106 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19108         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
19110         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
19111         Don't confuse module-prefixed identifiers for labels.
19112         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
19114 2005-01-02  Richard M. Stallman  <rms@gnu.org>
19116         * files.el (basic-save-buffer-1): Fix previous change.
19118         * loadhist.el (file-loadhist-lookup): New function.
19119         (file-provides, file-requires): Use it.
19121         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
19122         instead of calculating the right size.
19124 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19126         * vc-svn.el (vc-svn-diff): Stay local if possible.
19128 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19130         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
19132         * files.el (hack-local-variables): Fix last change.
19134 2005-01-02  Jay Belanger  <belanger@truman.edu>
19136         * calc/calc-yank.el (calc-edit-top): New variable.
19137         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
19138         object.  Change header properties.
19139         (calc-edit-finish, calc-edit-finish-stack-object)
19140         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
19141         edited object.
19142         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
19143         for the beginning of the edited object.
19144         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
19145         for the beginning of the edited object.
19146         * calc/calc-prog.el (calc-edit-macro-finish-edit)
19147         (calc-finish-formula-edit, calc-macro-repeats)
19148         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
19149         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
19150         beginning of the edited object.
19151         (calc-user-define-edit): Change the header for editing macros.
19152         Remove unnecessary variable.
19154 2005-01-01  Jay Belanger  <belanger@truman.edu>
19156         * calc/calc-yank.el (calc-edit-mode): Change default header.
19157         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
19158         * calc/calc-store.el (calc-edit-variable): Change title to match new
19159         header.
19160         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
19161         mode to match new header.
19162         (calc-user-define-edit): Change titles to include names of commands.
19163         (calc-finish-formula-edit): Adjust to handle new header.
19164         (calc-finish-macro-edit): Remove.
19165         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
19166         (calc-edit-macro-command, calc-edit-macro-command-type)
19167         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
19168         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
19169         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
19170         (calc-edit-macro-finish-edit): New functions.
19171         (calc-user-define-edit): Use new functions to edit named calc macros.
19173 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
19175         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
19177         * ses.el (copy-region-as-kill): Deactivate mark.
19179 2005-01-01  Richard M. Stallman  <rms@gnu.org>
19181         * replace.el (occur-1): If the output buffer is also an input,
19182         don't kill it, rename it.
19184         * faces.el (set-face-background, set-face-foreground): Doc fix.
19186         * cus-face.el (custom-face-attributes): Fix :help-echo strings
19187         for :foreground and :background.
19189         * dired.el (dired-view-command-alist): Variable deleted.
19190         (dired-view-file, dired-mouse-find-file-other-window):
19191         Delete the code to use it.
19193 2005-01-01  Kim F. Storm  <storm@cua.dk>
19195         * image.el (insert-sliced-image): Use t for line-height property.
19197 See ChangeLog.11 for earlier changes.
19199 ;; Local Variables:
19200 ;; coding: iso-2022-7bit
19201 ;; End:
19203     Copyright (C) 2005 Free Software Foundation, Inc.
19204   Copying and distribution of this file, with or without modification,
19205   are permitted provided the copyright notice and this notice are preserved.
19207 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1